.btn {
  border-width: 2px;
}
body {
  font-family: Atkinson Hyperlegible;
}
.display-1 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 10rem;
}
.display-2 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 2.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-5 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.38rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.725rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 26rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.45rem + (8 - 3.45) * ((100vw - 26rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.104rem;
    font-size: calc( 1.133rem + (1.38 - 1.133) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.133rem + (1.38 - 1.133) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d1a8f8 !important;
}
.bg-success {
  background-color: #189d8b !important;
}
.bg-info {
  background-color: #2655a6 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ce4909 !important;
}
.btn-primary,
.btn-primary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #be8ee9 0, #a368f0 100%) !important;
  border: 1px solid #d1a8f8 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(199, 160, 236, 0.35);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #be8ee9 0, #a368f0 100%) !important;
  box-shadow: 0 6px 40px #c7a0ec;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a758f2 !important;
  border-color: #d1a8f8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #be8ee9 0, #a368f0 100%) !important;
  border: 1px solid #d1a8f8 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(199, 160, 236, 0.35);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #be8ee9 0, #a368f0 100%) !important;
  box-shadow: 0 6px 40px #c7a0ec;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a758f2 !important;
  border-color: #d1a8f8 !important;
}
.btn-info,
.btn-info:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  border: 1px solid #2655a6 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(52, 81, 132, 0.35);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  box-shadow: 0 6px 40px #345184;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #16315f !important;
  border-color: #2655a6 !important;
}
.btn-success,
.btn-success:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #1f6d64 0, #105d4d 100%) !important;
  border: 1px solid #189d8b !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(37, 124, 112, 0.35);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #1f6d64 0, #105d4d 100%) !important;
  box-shadow: 0 6px 40px #257c70;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d5248 !important;
  border-color: #189d8b !important;
}
.btn-warning,
.btn-warning:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ebebeb 0, #dbdbdb 100%) !important;
  border: 1px solid #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 6px 30px rgba(245, 245, 245, 0.35);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ebebeb 0, #dbdbdb 100%) !important;
  box-shadow: 0 6px 40px #f5f5f5;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #974317 0, #872708 100%) !important;
  border: 1px solid #ce4909 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(168, 73, 27, 0.35);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #974317 0, #872708 100%) !important;
  box-shadow: 0 6px 40px #a8491b;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7b2c05 !important;
  border-color: #ce4909 !important;
}
.btn-white,
.btn-white:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  border: 1px solid #e3ebf3 !important;
  color: #416b96 !important;
  box-shadow: 0 6px 30px rgba(218, 225, 231, 0.35);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  box-shadow: 0 6px 40px #dae1e7;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #416b96 !important;
  background-color: #a6c0d9 !important;
  border-color: #e3ebf3 !important;
}
.btn-black,
.btn-black:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  border: 1px solid #1a1e21 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(19, 19, 19, 0.35);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  box-shadow: 0 6px 40px #131313;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #1a1e21 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #d1a8f8;
  color: #d1a8f8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a758f2 !important;
  background-color: transparent!important;
  border-color: #a758f2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d1a8f8 !important;
  border-color: #d1a8f8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #d1a8f8;
  color: #d1a8f8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a758f2 !important;
  background-color: transparent!important;
  border-color: #a758f2 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d1a8f8 !important;
  border-color: #d1a8f8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #2655a6;
  color: #2655a6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #16315f !important;
  background-color: transparent!important;
  border-color: #16315f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2655a6 !important;
  border-color: #2655a6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #189d8b;
  color: #189d8b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0d5248 !important;
  background-color: transparent!important;
  border-color: #0d5248 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #189d8b !important;
  border-color: #189d8b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #ce4909;
  color: #ce4909;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7b2c05 !important;
  background-color: transparent!important;
  border-color: #7b2c05 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ce4909 !important;
  border-color: #ce4909 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #1a1e21;
  color: #1a1e21;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1a1e21 !important;
  border-color: #1a1e21 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #e3ebf3;
  color: #e3ebf3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #a6c0d9 !important;
  background-color: transparent!important;
  border-color: #a6c0d9 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #416b96 !important;
  background-color: #e3ebf3 !important;
  border-color: #e3ebf3 !important;
}
.text-primary {
  color: #d1a8f8 !important;
}
.text-secondary {
  color: #d1a8f8 !important;
}
.text-success {
  color: #189d8b !important;
}
.text-info {
  color: #2655a6 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #ce4909 !important;
}
.text-white {
  color: #e3ebf3 !important;
}
.text-black {
  color: #1a1e21 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9f4af0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9f4af0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0a453d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #132a53 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6c2605 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #9cb8d4 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d1a8f8;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1e21;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2655a6;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ce4909;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d1a8f8;
  border-color: #d1a8f8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d1a8f8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #50e4d0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6e97de;
}
.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: #fbc3a8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d1a8f8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.875rem;
}
blockquote {
  border-color: #d1a8f8;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d1a8f8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d1a8f8;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d1a8f8;
  border-bottom-color: #d1a8f8;
}
.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: #d1a8f8 !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: #d1a8f8 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23d1a8f8' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: .3s all;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1670px;
  padding-left: 16px;
  padding-right: 16px;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .container-fluid,
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.border-item {
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .border-item {
    padding: 20px !important;
    border-radius: 40px;
  }
}
@media (max-width: 991px) {
  .border-item {
    border-radius: 12px;
  }
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 20px 25px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
.mbr-section-btn .btn-black {
  background: #1a1e21 !important;
  border: 2px solid #1a1e21 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-black:hover {
  background: transparent !important;
  border-color: #e3ebf3 !important;
}
.mbr-section-btn .btn-white-outline:hover {
  background: #d1a8f8 !important;
  border-color: #d1a8f8 !important;
  color: #e3ebf3 !important;
}
.cid-u2IPvDzHYR {
  z-index: 1000;
  width: 100%;
}
.cid-u2IPvDzHYR nav.navbar {
  position: fixed;
}
.cid-u2IPvDzHYR .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-u2IPvDzHYR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e21 !important;
}
.cid-u2IPvDzHYR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2IPvDzHYR .dropdown-item:hover,
.cid-u2IPvDzHYR .dropdown-item:focus {
  background: #d1a8f8 !important;
  color: white !important;
}
.cid-u2IPvDzHYR .dropdown-item:hover span {
  color: white;
}
.cid-u2IPvDzHYR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2IPvDzHYR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2IPvDzHYR .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2IPvDzHYR .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2IPvDzHYR .nav-link {
  position: relative;
}
.cid-u2IPvDzHYR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u2IPvDzHYR .container {
    flex-wrap: nowrap;
  }
}
.cid-u2IPvDzHYR .nav-item:focus,
.cid-u2IPvDzHYR .nav-link:focus {
  outline: none;
}
.cid-u2IPvDzHYR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2IPvDzHYR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2IPvDzHYR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2IPvDzHYR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2IPvDzHYR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2IPvDzHYR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2IPvDzHYR .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-u2IPvDzHYR .navbar.opened {
  transition: all 0.3s;
}
.cid-u2IPvDzHYR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2IPvDzHYR .navbar .navbar-logo img {
  width: auto;
}
.cid-u2IPvDzHYR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2IPvDzHYR .navbar.collapsed {
  justify-content: center;
}
.cid-u2IPvDzHYR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2IPvDzHYR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2IPvDzHYR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u2IPvDzHYR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2IPvDzHYR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2IPvDzHYR .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-u2IPvDzHYR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2IPvDzHYR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2IPvDzHYR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2IPvDzHYR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2IPvDzHYR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2IPvDzHYR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2IPvDzHYR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2IPvDzHYR .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-u2IPvDzHYR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2IPvDzHYR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2IPvDzHYR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2IPvDzHYR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2IPvDzHYR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2IPvDzHYR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u2IPvDzHYR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u2IPvDzHYR .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-u2IPvDzHYR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-u2IPvDzHYR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2IPvDzHYR .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-u2IPvDzHYR .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-u2IPvDzHYR .dropdown-item.active,
.cid-u2IPvDzHYR .dropdown-item:active {
  background-color: transparent;
}
.cid-u2IPvDzHYR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2IPvDzHYR .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2IPvDzHYR .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2IPvDzHYR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e21;
}
.cid-u2IPvDzHYR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2IPvDzHYR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2IPvDzHYR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2IPvDzHYR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2IPvDzHYR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2IPvDzHYR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-u2IPvDzHYR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2IPvDzHYR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2IPvDzHYR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2IPvDzHYR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2IPvDzHYR .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-u2IPvDzHYR .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvDzHYR .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-u2IPvDzHYR .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-u2IPvDzHYR .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-u2IPvDzHYR .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-u2IPvDzHYR .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-u2IPvDzHYR .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-u2IPvDzHYR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2IPvDzHYR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2IPvDzHYR .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-u2IPvDzHYR .navbar {
    height: 70px;
  }
  .cid-u2IPvDzHYR .navbar.opened {
    height: auto;
  }
  .cid-u2IPvDzHYR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2IPvDzHYR .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #1a1e21;
}
.cid-u2IPvDzHYR .navbar-collapse {
  margin-left: auto;
}
.cid-u2IPvDzHYR .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-u2IPvDzHYR .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-u2IPvDzHYR .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-u2IPvDzHYR .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-u2IPvDzHYR .navbar {
    padding: 0 !important;
  }
  .cid-u2IPvDzHYR .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-u2IPvDzHYR .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-u2IPvDzHYR .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-u2IPvDzHYR .navbar-collapse.show {
    opacity: 1;
  }
  .cid-u2IPvDzHYR .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-u2IPvDzHYR .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-u2IPvDzHYR .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u2IPvDzHYR .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-u2IPvDzHYR .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-u2IPvDzHYR .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-u2IPvDzHYR .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-u5gXfdi9v2 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #6c7a88;
}
.cid-u5gXfdi9v2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5gXfdi9v2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5gXfdi9v2 .mbr-section-title {
  color: #e3ebf3;
}
.cid-u5gXfdi9v2 .mbr-section-title a {
  pointer-events: none;
}
.cid-u5gXfdi9v2 .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-u5gXfdi9v2 .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u5gXfdi9v2 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-u5gXfdi9v2 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-u5gXfdi9v2 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u2IPvGBA7O {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #6c7a88;
}
.cid-u2IPvGBA7O .mbr-section-head {
  margin-bottom: 50px;
}
.cid-u2IPvGBA7O .mbr-section-title {
  color: #e3ebf3;
}
.cid-u2IPvGBA7O .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-u2IPvGBA7O .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-u2IPvGBA7O .row {
    gap: 12px;
  }
}
.cid-u2IPvGBA7O .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-u2IPvGBA7O .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u2IPvGBA7O .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvGBA7O .item-wrap {
    padding: 12px;
  }
}
.cid-u2IPvGBA7O .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-u2IPvGBA7O .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-u2IPvGBA7O .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-u2IPvGBA7O .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvGBA7O .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-u2IPvGBA7O .mbr-section-btn .btn-black:hover {
  background-color: #d1a8f8 !important;
  border-color: #d1a8f8 !important;
}
.cid-u2IPvGBA7O .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-u2IPvGBA7O .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-u2IPvGBA7O .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u2IPvGBA7O .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-u2IPvGBA7O .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvGBA7O .item {
    min-height: calc(4 * 80px);
  }
}
.cid-u2IPvGBA7O .item:nth-child(1) {
  background-image: url("../../../assets/images/j1-1013x1800.jpg");
}
.cid-u2IPvGBA7O .item:nth-child(2) {
  background-image: url("../../../assets/images/j6-2000x1500.jpg");
}
.cid-u2IPvGBA7O .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-u2IPvGBA7O .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  transition: .5s;
}
.cid-u2IPvGBA7O .item:hover:before {
  opacity: 0.55;
}
.cid-u2IPvGBA7O .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-u2IPvGBA7O .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-u2IPvGBA7O P {
  color: #a76c00;
  text-align: left;
}
.cid-u2IPvH1SMw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c7a88;
}
.cid-u2IPvH1SMw .mbr-section-head {
  margin-bottom: 50px;
}
.cid-u2IPvH1SMw .mbr-section-title {
  color: #e3ebf3;
}
.cid-u2IPvH1SMw .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-u2IPvH1SMw .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-u2IPvH1SMw .row {
    gap: 12px;
  }
}
.cid-u2IPvH1SMw .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-u2IPvH1SMw .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u2IPvH1SMw .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvH1SMw .item-wrap {
    padding: 12px;
  }
}
.cid-u2IPvH1SMw .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-u2IPvH1SMw .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-u2IPvH1SMw .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-u2IPvH1SMw .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvH1SMw .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-u2IPvH1SMw .mbr-section-btn .btn-black:hover {
  background-color: #d1a8f8 !important;
  border-color: #d1a8f8 !important;
}
.cid-u2IPvH1SMw .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-u2IPvH1SMw .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-u2IPvH1SMw .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u2IPvH1SMw .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-u2IPvH1SMw .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvH1SMw .item {
    min-height: calc(4 * 80px);
  }
}
.cid-u2IPvH1SMw .item:nth-child(1) {
  background-image: url("../../../assets/images/j5-2000x1500.jpg");
}
.cid-u2IPvH1SMw .item:nth-child(2) {
  background-image: url("../../../assets/images/j4-2000x1500.jpg");
}
.cid-u2IPvH1SMw .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-u2IPvH1SMw .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8e97a1;
  opacity: 0.2;
  transition: .5s;
}
.cid-u2IPvH1SMw .item:hover:before {
  opacity: 0.55;
}
.cid-u2IPvH1SMw .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-u2IPvH1SMw .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-u2IPvHy4jS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c7a88;
}
.cid-u2IPvHy4jS .mbr-section-head {
  margin-bottom: 50px;
}
.cid-u2IPvHy4jS .mbr-section-title {
  color: #e3ebf3;
}
.cid-u2IPvHy4jS .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-u2IPvHy4jS .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-u2IPvHy4jS .row {
    gap: 12px;
  }
}
.cid-u2IPvHy4jS .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-u2IPvHy4jS .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u2IPvHy4jS .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvHy4jS .item-wrap {
    padding: 12px;
  }
}
.cid-u2IPvHy4jS .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-u2IPvHy4jS .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-u2IPvHy4jS .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-u2IPvHy4jS .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvHy4jS .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-u2IPvHy4jS .mbr-section-btn .btn-black:hover {
  background-color: #d1a8f8 !important;
  border-color: #d1a8f8 !important;
}
.cid-u2IPvHy4jS .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-u2IPvHy4jS .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-u2IPvHy4jS .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u2IPvHy4jS .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-u2IPvHy4jS .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvHy4jS .item {
    min-height: calc(4 * 80px);
  }
}
.cid-u2IPvHy4jS .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8e97a1;
  opacity: 0.2;
  transition: .5s;
}
.cid-u2IPvHy4jS .item:nth-child(1) {
  background-image: url("../../../assets/images/img-1122-2000x2667.jpg");
}
.cid-u2IPvHy4jS .item:nth-child(1) .item-wrap {
  flex-direction: column-reverse;
}
.cid-u2IPvHy4jS .item:nth-child(1) .mbr-section-btn {
  transform: translateX(0) scale(0);
  transition: .8s;
}
.cid-u2IPvHy4jS .item:nth-child(1) .mbr-text {
  transform: translateX(0);
  transition: .8s;
}
.cid-u2IPvHy4jS .item:nth-child(1):hover:before {
  opacity: 0.55;
}
.cid-u2IPvHy4jS .item:nth-child(1):hover .mbr-section-btn {
  transform: translateX(0) scale(1);
  opacity: 1;
}
.cid-u2IPvHy4jS .item:nth-child(1):hover .mbr-text {
  opacity: 1;
}
.cid-u2IPvHy4jS .item:nth-child(2) {
  background-image: url("../../../assets/images/img-2114-1270x1799.jpg");
}
.cid-u2IPvHy4jS .item:nth-child(2):hover:before {
  opacity: 0.55;
}
.cid-u2IPvHy4jS .item:nth-child(2):hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-u2IPvHy4jS .item:nth-child(2):hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-u4erSCURae {
  background-color: #6c7a88;
  display: flex;
  flex-direction: column;
}
.cid-u4erSCURae .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4erSCURae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4erSCURae .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u4erSCURae .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u4erSCURae .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/img-2126-2000x1614.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u4erSCURae .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-u4erSCURae .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-u4erSCURae .col-text {
    padding: 12px !important;
  }
}
.cid-u4erSCURae .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e3ebf3;
  opacity: 0.2;
}
.cid-u4erSCURae .mbr-section-title {
  position: relative;
  color: #e3ebf3;
}
.cid-u4erSCURae .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-u4erSCURae .iconfont-wrapper {
  border: 2px solid #1a1e21;
  border-radius: 50%;
  background: #1a1e21;
  transition: .3s all;
}
.cid-u4erSCURae .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-u4erSCURae .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-u4erSCURae .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-u4erSCURae .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-u4erSCURae .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-u4erSCURae .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-u4erSCURae .mbr-section-btn {
  position: relative;
}
.cid-u2IPvIBP4a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c7a88;
}
.cid-u2IPvIBP4a .mbr-section-head {
  margin-bottom: 50px;
}
.cid-u2IPvIBP4a .mbr-section-title {
  color: #e3ebf3;
}
.cid-u2IPvIBP4a .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-u2IPvIBP4a .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-u2IPvIBP4a .row {
    gap: 12px;
  }
}
.cid-u2IPvIBP4a .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-u2IPvIBP4a .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u2IPvIBP4a .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvIBP4a .item-wrap {
    padding: 12px;
  }
}
.cid-u2IPvIBP4a .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-u2IPvIBP4a .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-u2IPvIBP4a .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-u2IPvIBP4a .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvIBP4a .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-u2IPvIBP4a .mbr-section-btn .btn-black:hover {
  background-color: #d1a8f8 !important;
  border-color: #d1a8f8 !important;
}
.cid-u2IPvIBP4a .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-u2IPvIBP4a .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-u2IPvIBP4a .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u2IPvIBP4a .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-u2IPvIBP4a .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvIBP4a .item {
    min-height: calc(4 * 80px);
  }
}
.cid-u2IPvIBP4a .item:nth-child(1) {
  background-image: url("../../../assets/images/r5-2000x1500.jpg");
}
.cid-u2IPvIBP4a .item:nth-child(2) {
  background-image: url("../../../assets/images/r6-1512x2016.jpg");
}
.cid-u2IPvIBP4a .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-u2IPvIBP4a .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8e97a1;
  opacity: 0.2;
  transition: .5s;
}
.cid-u2IPvIBP4a .item:hover:before {
  opacity: 0.55;
}
.cid-u2IPvIBP4a .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-u2IPvIBP4a .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-u2IPvK9vSV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c7a88;
}
.cid-u2IPvK9vSV .mbr-section-head {
  margin-bottom: 50px;
}
.cid-u2IPvK9vSV .mbr-section-title {
  color: #e3ebf3;
}
.cid-u2IPvK9vSV .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-u2IPvK9vSV .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-u2IPvK9vSV .row {
    gap: 12px;
  }
}
.cid-u2IPvK9vSV .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-u2IPvK9vSV .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u2IPvK9vSV .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvK9vSV .item-wrap {
    padding: 12px;
  }
}
.cid-u2IPvK9vSV .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-u2IPvK9vSV .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-u2IPvK9vSV .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-u2IPvK9vSV .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvK9vSV .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-u2IPvK9vSV .mbr-section-btn .btn-black:hover {
  background-color: #d1a8f8 !important;
  border-color: #d1a8f8 !important;
}
.cid-u2IPvK9vSV .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-u2IPvK9vSV .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-u2IPvK9vSV .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u2IPvK9vSV .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-u2IPvK9vSV .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvK9vSV .item {
    min-height: calc(4 * 80px);
  }
}
.cid-u2IPvK9vSV .item:nth-child(1) {
  background-image: url("../../../assets/images/r1-2000x1500.jpg");
}
.cid-u2IPvK9vSV .item:nth-child(2) {
  background-image: url("../../../assets/images/r3-1800x1013.jpg");
}
.cid-u2IPvK9vSV .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-u2IPvK9vSV .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8e97a1;
  opacity: 0.2;
  transition: .5s;
}
.cid-u2IPvK9vSV .item:hover:before {
  opacity: 0.55;
}
.cid-u2IPvK9vSV .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-u2IPvK9vSV .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-u2IPvJxeZs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c7a88;
}
.cid-u2IPvJxeZs .mbr-section-head {
  margin-bottom: 50px;
}
.cid-u2IPvJxeZs .mbr-section-title {
  color: #e3ebf3;
}
.cid-u2IPvJxeZs .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-u2IPvJxeZs .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-u2IPvJxeZs .row {
    gap: 12px;
  }
}
.cid-u2IPvJxeZs .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-u2IPvJxeZs .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u2IPvJxeZs .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvJxeZs .item-wrap {
    padding: 12px;
  }
}
.cid-u2IPvJxeZs .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-u2IPvJxeZs .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-u2IPvJxeZs .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-u2IPvJxeZs .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvJxeZs .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-u2IPvJxeZs .mbr-section-btn .btn-black:hover {
  background-color: #d1a8f8 !important;
  border-color: #d1a8f8 !important;
}
.cid-u2IPvJxeZs .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-u2IPvJxeZs .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-u2IPvJxeZs .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u2IPvJxeZs .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-u2IPvJxeZs .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvJxeZs .item {
    min-height: calc(4 * 80px);
  }
}
.cid-u2IPvJxeZs .item:nth-child(1) {
  background-image: url("../../../assets/images/r7-1-1013x1800.jpeg");
}
.cid-u2IPvJxeZs .item:nth-child(2) {
  background-image: url("../../../assets/images/r2-1512x2016.jpeg");
}
.cid-u2IPvJxeZs .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-u2IPvJxeZs .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8e97a1;
  opacity: 0.2;
  transition: .5s;
}
.cid-u2IPvJxeZs .item:hover:before {
  opacity: 0.55;
}
.cid-u2IPvJxeZs .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-u2IPvJxeZs .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-u4erORsaiO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c7a88;
}
.cid-u4erORsaiO .mbr-section-head {
  margin-bottom: 50px;
}
.cid-u4erORsaiO .mbr-section-title {
  color: #e3ebf3;
}
.cid-u4erORsaiO .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-u4erORsaiO .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-u4erORsaiO .row {
    gap: 12px;
  }
}
.cid-u4erORsaiO .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-u4erORsaiO .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u4erORsaiO .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4erORsaiO .item-wrap {
    padding: 12px;
  }
}
.cid-u4erORsaiO .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-u4erORsaiO .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-u4erORsaiO .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-u4erORsaiO .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-u4erORsaiO .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-u4erORsaiO .mbr-section-btn .btn-black:hover {
  background-color: #d1a8f8 !important;
  border-color: #d1a8f8 !important;
}
.cid-u4erORsaiO .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-u4erORsaiO .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-u4erORsaiO .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u4erORsaiO .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-u4erORsaiO .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u4erORsaiO .item {
    min-height: calc(4 * 80px);
  }
}
.cid-u4erORsaiO .item:nth-child(1) {
  background-image: url("../../../assets/images/r4-1800x1013.jpg");
}
.cid-u4erORsaiO .item:nth-child(2) {
  background-image: url("../../../assets/images/img-1591-2000x1672.jpg");
}
.cid-u4erORsaiO .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-u4erORsaiO .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  transition: .5s;
}
.cid-u4erORsaiO .item:hover:before {
  opacity: 0.55;
}
.cid-u4erORsaiO .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-u4erORsaiO .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-u2IPvM63i6 {
  background-color: #6c7a88;
  display: flex;
  flex-direction: column;
}
.cid-u2IPvM63i6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2IPvM63i6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2IPvM63i6 .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u2IPvM63i6 .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u2IPvM63i6 .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/img-2757-1800x1013.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u2IPvM63i6 .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-u2IPvM63i6 .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvM63i6 .col-text {
    padding: 12px !important;
  }
}
.cid-u2IPvM63i6 .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9b9aad;
  opacity: 0.3;
}
.cid-u2IPvM63i6 .mbr-section-title {
  position: relative;
  color: #e3ebf3;
}
.cid-u2IPvM63i6 .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-u2IPvM63i6 .iconfont-wrapper {
  border: 2px solid #1a1e21;
  border-radius: 50%;
  background: #1a1e21;
  transition: .3s all;
}
.cid-u2IPvM63i6 .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-u2IPvM63i6 .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvM63i6 .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-u2IPvM63i6 .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-u2IPvM63i6 .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-u2IPvM63i6 .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-u2IPvM63i6 .mbr-section-btn {
  position: relative;
}
.cid-u2IPvN7a9H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c7a88;
}
.cid-u2IPvN7a9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2IPvN7a9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2IPvN7a9H .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-u2IPvN7a9H .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvN7a9H .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2IPvN7a9H .mbr-section-title {
  color: #e3ebf3;
}
.cid-u2IPvN7a9H .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-u2IPvN7a9H .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvN7a9H .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-u2IPvN7a9H .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/img-1200-1-2000x1500.jpg");
}
@media (max-width: 1399px) {
  .cid-u2IPvN7a9H .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-u2IPvN7a9H .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-u2IPvN7a9H .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-u2IPvN7a9H .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-u2IPvN7a9H .card-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
  text-align: left;
}
.cid-u2IPvN7a9H .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-u2IPvN7a9H .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-u2J3Jos0lP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c7a88;
}
.cid-u2J3Jos0lP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2J3Jos0lP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2J3Jos0lP .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-u2J3Jos0lP .mbr-section-title a {
  pointer-events: none;
}
.cid-u2J3Jos0lP .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-u2J3Jos0lP .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u2J3Jos0lP .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-u2J3Jos0lP .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-u2J3Jos0lP .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u2IPvTbNnK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e3237;
}
.cid-u2IPvTbNnK .mbr-text {
  color: #e3ebf3;
}
.cid-u2IAvCsIKk {
  z-index: 1000;
  width: 100%;
}
.cid-u2IAvCsIKk nav.navbar {
  position: fixed;
}
.cid-u2IAvCsIKk .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-u2IAvCsIKk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e21 !important;
}
.cid-u2IAvCsIKk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2IAvCsIKk .dropdown-item:hover,
.cid-u2IAvCsIKk .dropdown-item:focus {
  background: #d1a8f8 !important;
  color: white !important;
}
.cid-u2IAvCsIKk .dropdown-item:hover span {
  color: white;
}
.cid-u2IAvCsIKk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2IAvCsIKk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2IAvCsIKk .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2IAvCsIKk .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2IAvCsIKk .nav-link {
  position: relative;
}
.cid-u2IAvCsIKk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u2IAvCsIKk .container {
    flex-wrap: nowrap;
  }
}
.cid-u2IAvCsIKk .nav-item:focus,
.cid-u2IAvCsIKk .nav-link:focus {
  outline: none;
}
.cid-u2IAvCsIKk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2IAvCsIKk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2IAvCsIKk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2IAvCsIKk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2IAvCsIKk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2IAvCsIKk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2IAvCsIKk .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-u2IAvCsIKk .navbar.opened {
  transition: all 0.3s;
}
.cid-u2IAvCsIKk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2IAvCsIKk .navbar .navbar-logo img {
  width: auto;
}
.cid-u2IAvCsIKk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2IAvCsIKk .navbar.collapsed {
  justify-content: center;
}
.cid-u2IAvCsIKk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2IAvCsIKk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2IAvCsIKk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u2IAvCsIKk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2IAvCsIKk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2IAvCsIKk .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-u2IAvCsIKk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2IAvCsIKk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2IAvCsIKk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2IAvCsIKk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2IAvCsIKk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2IAvCsIKk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2IAvCsIKk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2IAvCsIKk .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-u2IAvCsIKk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2IAvCsIKk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2IAvCsIKk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2IAvCsIKk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2IAvCsIKk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2IAvCsIKk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u2IAvCsIKk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u2IAvCsIKk .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-u2IAvCsIKk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-u2IAvCsIKk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2IAvCsIKk .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-u2IAvCsIKk .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-u2IAvCsIKk .dropdown-item.active,
.cid-u2IAvCsIKk .dropdown-item:active {
  background-color: transparent;
}
.cid-u2IAvCsIKk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2IAvCsIKk .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2IAvCsIKk .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2IAvCsIKk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e21;
}
.cid-u2IAvCsIKk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2IAvCsIKk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2IAvCsIKk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2IAvCsIKk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2IAvCsIKk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2IAvCsIKk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-u2IAvCsIKk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2IAvCsIKk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2IAvCsIKk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2IAvCsIKk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2IAvCsIKk .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-u2IAvCsIKk .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-u2IAvCsIKk .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-u2IAvCsIKk .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-u2IAvCsIKk .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-u2IAvCsIKk .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-u2IAvCsIKk .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-u2IAvCsIKk .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-u2IAvCsIKk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2IAvCsIKk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2IAvCsIKk .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-u2IAvCsIKk .navbar {
    height: 70px;
  }
  .cid-u2IAvCsIKk .navbar.opened {
    height: auto;
  }
  .cid-u2IAvCsIKk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2IAvCsIKk .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #1a1e21;
}
.cid-u2IAvCsIKk .navbar-collapse {
  margin-left: auto;
}
.cid-u2IAvCsIKk .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-u2IAvCsIKk .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-u2IAvCsIKk .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-u2IAvCsIKk .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-u2IAvCsIKk .navbar {
    padding: 0 !important;
  }
  .cid-u2IAvCsIKk .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-u2IAvCsIKk .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-u2IAvCsIKk .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-u2IAvCsIKk .navbar-collapse.show {
    opacity: 1;
  }
  .cid-u2IAvCsIKk .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-u2IAvCsIKk .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-u2IAvCsIKk .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u2IAvCsIKk .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-u2IAvCsIKk .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-u2IAvCsIKk .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-u2IAvCsIKk .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-u59vjUw2oO {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #6c7a88;
}
.cid-u59vjUw2oO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u59vjUw2oO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u59vjUw2oO .mbr-section-head {
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .cid-u59vjUw2oO .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-u59vjUw2oO .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-u59vjUw2oO .mbr-section-title {
  color: #111110;
}
.cid-u59vjUw2oO .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-u59vjUw2oO .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-u59vjUw2oO .row {
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-u59vjUw2oO .row {
    gap: 12px;
  }
}
.cid-u59vjUw2oO .card {
  border-radius: 20px;
  border: 1px solid #2e3237;
}
@media (max-width: 767px) {
  .cid-u59vjUw2oO .card {
    border-radius: 12px;
  }
}
.cid-u59vjUw2oO .card-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 32px;
}
@media (max-width: 1399px) {
  .cid-u59vjUw2oO .card-wrap {
    gap: 20px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u59vjUw2oO .card-wrap {
    gap: 12px;
    padding: 12px;
  }
}
.cid-u59vjUw2oO .card-title {
  color: #111110;
  margin-right: auto;
}
.cid-u59vjUw2oO .right-wrap {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 32px;
}
@media (max-width: 1399px) {
  .cid-u59vjUw2oO .right-wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u59vjUw2oO .right-wrap {
    gap: 12px;
  }
}
.cid-u59vjUw2oO .card-subtitle {
  color: #e3ebf3;
  word-break: normal;
}
.cid-u59vjUw2oO .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  aspect-ratio: 1;
  padding: 10px;
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db6f1c 0, #d04b08 100%);
  border: 1px solid #fa7e26;
  box-shadow: 0 6px 30px rgba(227, 118, 41, 0.35);
  border-radius: 6px;
  font-size: 1.5rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u59vjUw2oO .iconfont-wrapper .mbr-iconfont {
    min-width: 36px;
    padding: 5px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u59vjUw2oO .iconfont-wrapper .mbr-iconfont:hover {
    box-shadow: 0 6px 40px #e37629;
  }
}
.cid-u59vjUw2oO .card-subtitle,
.cid-u59vjUw2oO .mbr-section-btn {
  color: #111110;
}
.cid-u2IAvJnHJ6 {
  background-color: #6c7a88;
  display: flex;
  flex-direction: column;
}
.cid-u2IAvJnHJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2IAvJnHJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2IAvJnHJ6 .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u2IAvJnHJ6 .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u2IAvJnHJ6 .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/rj1-3-1691x1297.jpeg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u2IAvJnHJ6 .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-u2IAvJnHJ6 .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-u2IAvJnHJ6 .col-text {
    padding: 12px !important;
  }
}
.cid-u2IAvJnHJ6 .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9b9aad;
  opacity: 0.3;
}
.cid-u2IAvJnHJ6 .mbr-section-title {
  position: relative;
  color: #e3ebf3;
}
.cid-u2IAvJnHJ6 .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-u2IAvJnHJ6 .iconfont-wrapper {
  border: 2px solid #1a1e21;
  border-radius: 50%;
  background: #1a1e21;
  transition: .3s all;
}
.cid-u2IAvJnHJ6 .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-u2IAvJnHJ6 .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-u2IAvJnHJ6 .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-u2IAvJnHJ6 .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-u2IAvJnHJ6 .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-u2IAvJnHJ6 .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-u2IAvJnHJ6 .mbr-section-btn {
  position: relative;
}
.cid-u2IAvPQmVb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e3237;
}
.cid-u2IAvPQmVb .mbr-text {
  color: #e3ebf3;
}
.cid-u2J5Auiuty {
  z-index: 1000;
  width: 100%;
}
.cid-u2J5Auiuty nav.navbar {
  position: fixed;
}
.cid-u2J5Auiuty .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-u2J5Auiuty .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e21 !important;
}
.cid-u2J5Auiuty .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2J5Auiuty .dropdown-item:hover,
.cid-u2J5Auiuty .dropdown-item:focus {
  background: #d1a8f8 !important;
  color: white !important;
}
.cid-u2J5Auiuty .dropdown-item:hover span {
  color: white;
}
.cid-u2J5Auiuty .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2J5Auiuty .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2J5Auiuty .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2J5Auiuty .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2J5Auiuty .nav-link {
  position: relative;
}
.cid-u2J5Auiuty .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u2J5Auiuty .container {
    flex-wrap: nowrap;
  }
}
.cid-u2J5Auiuty .nav-item:focus,
.cid-u2J5Auiuty .nav-link:focus {
  outline: none;
}
.cid-u2J5Auiuty .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2J5Auiuty .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2J5Auiuty .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2J5Auiuty .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2J5Auiuty .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2J5Auiuty .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2J5Auiuty .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-u2J5Auiuty .navbar.opened {
  transition: all 0.3s;
}
.cid-u2J5Auiuty .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2J5Auiuty .navbar .navbar-logo img {
  width: auto;
}
.cid-u2J5Auiuty .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2J5Auiuty .navbar.collapsed {
  justify-content: center;
}
.cid-u2J5Auiuty .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2J5Auiuty .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2J5Auiuty .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u2J5Auiuty .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2J5Auiuty .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2J5Auiuty .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-u2J5Auiuty .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2J5Auiuty .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2J5Auiuty .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2J5Auiuty .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2J5Auiuty .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2J5Auiuty .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2J5Auiuty .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2J5Auiuty .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-u2J5Auiuty .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2J5Auiuty .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2J5Auiuty .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2J5Auiuty .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2J5Auiuty .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2J5Auiuty .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u2J5Auiuty .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u2J5Auiuty .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-u2J5Auiuty .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-u2J5Auiuty .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2J5Auiuty .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-u2J5Auiuty .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-u2J5Auiuty .dropdown-item.active,
.cid-u2J5Auiuty .dropdown-item:active {
  background-color: transparent;
}
.cid-u2J5Auiuty .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2J5Auiuty .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2J5Auiuty .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2J5Auiuty .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e21;
}
.cid-u2J5Auiuty .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2J5Auiuty .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2J5Auiuty ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2J5Auiuty .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2J5Auiuty button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2J5Auiuty button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-u2J5Auiuty button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2J5Auiuty button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2J5Auiuty button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2J5Auiuty button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2J5Auiuty .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-u2J5Auiuty .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-u2J5Auiuty .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-u2J5Auiuty .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-u2J5Auiuty .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-u2J5Auiuty .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-u2J5Auiuty .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-u2J5Auiuty .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-u2J5Auiuty .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2J5Auiuty a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2J5Auiuty .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-u2J5Auiuty .navbar {
    height: 70px;
  }
  .cid-u2J5Auiuty .navbar.opened {
    height: auto;
  }
  .cid-u2J5Auiuty .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2J5Auiuty .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #1a1e21;
}
.cid-u2J5Auiuty .navbar-collapse {
  margin-left: auto;
}
.cid-u2J5Auiuty .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-u2J5Auiuty .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-u2J5Auiuty .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-u2J5Auiuty .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-u2J5Auiuty .navbar {
    padding: 0 !important;
  }
  .cid-u2J5Auiuty .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-u2J5Auiuty .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-u2J5Auiuty .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-u2J5Auiuty .navbar-collapse.show {
    opacity: 1;
  }
  .cid-u2J5Auiuty .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-u2J5Auiuty .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-u2J5Auiuty .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u2J5Auiuty .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-u2J5Auiuty .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-u2J5Auiuty .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-u2J5Auiuty .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-u5gPQLKtA6 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #8e97a1;
}
.cid-u5gPQLKtA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5gPQLKtA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5gPQLKtA6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-u5gPQLKtA6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-u5gPQLKtA6 .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-u5gPQLKtA6 .container {
    padding: 0 20px;
  }
}
.cid-u5gPQLKtA6 .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-u5gPQLKtA6 .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-u5gPQLKtA6 .mbr-section-title {
  color: #1d1d1d;
}
.cid-u5gPQLKtA6 .mbr-text {
  color: #706f6d;
}
.cid-u5gPQLKtA6 .mbr-section-title,
.cid-u5gPQLKtA6 .mbr-section-btn {
  text-align: center;
}
.cid-u2J5AvlEMJ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #8e97a1;
}
.cid-u2J5AvlEMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2J5AvlEMJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2J5AvlEMJ .mbr-section-title {
  color: #111110;
  text-align: center;
}
.cid-u2J5AvlEMJ .mbr-section-title a {
  pointer-events: none;
}
.cid-u2J5AvlEMJ .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-u2J5AvlEMJ .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u2J5AvlEMJ .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-u2J5AvlEMJ .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-u2J5AvlEMJ .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u2J5AvlEMJ .mbr-section-title DIV {
  text-align: left;
}
.cid-u2J5AAKxY3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e3237;
}
.cid-u2J5AAKxY3 .mbr-text {
  color: #e3ebf3;
}
.cid-ty78EPRWLc {
  z-index: 1000;
  width: 100%;
}
.cid-ty78EPRWLc nav.navbar {
  position: fixed;
}
.cid-ty78EPRWLc .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-ty78EPRWLc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e21 !important;
}
.cid-ty78EPRWLc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty78EPRWLc .dropdown-item:hover,
.cid-ty78EPRWLc .dropdown-item:focus {
  background: #d1a8f8 !important;
  color: white !important;
}
.cid-ty78EPRWLc .dropdown-item:hover span {
  color: white;
}
.cid-ty78EPRWLc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty78EPRWLc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty78EPRWLc .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty78EPRWLc .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty78EPRWLc .nav-link {
  position: relative;
}
.cid-ty78EPRWLc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty78EPRWLc .container {
    flex-wrap: nowrap;
  }
}
.cid-ty78EPRWLc .nav-item:focus,
.cid-ty78EPRWLc .nav-link:focus {
  outline: none;
}
.cid-ty78EPRWLc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty78EPRWLc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty78EPRWLc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty78EPRWLc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty78EPRWLc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty78EPRWLc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty78EPRWLc .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-ty78EPRWLc .navbar.opened {
  transition: all 0.3s;
}
.cid-ty78EPRWLc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty78EPRWLc .navbar .navbar-logo img {
  width: auto;
}
.cid-ty78EPRWLc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty78EPRWLc .navbar.collapsed {
  justify-content: center;
}
.cid-ty78EPRWLc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty78EPRWLc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty78EPRWLc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-ty78EPRWLc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty78EPRWLc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty78EPRWLc .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-ty78EPRWLc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty78EPRWLc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty78EPRWLc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty78EPRWLc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty78EPRWLc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty78EPRWLc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty78EPRWLc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty78EPRWLc .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-ty78EPRWLc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty78EPRWLc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty78EPRWLc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty78EPRWLc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty78EPRWLc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty78EPRWLc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ty78EPRWLc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ty78EPRWLc .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-ty78EPRWLc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-ty78EPRWLc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty78EPRWLc .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-ty78EPRWLc .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-ty78EPRWLc .dropdown-item.active,
.cid-ty78EPRWLc .dropdown-item:active {
  background-color: transparent;
}
.cid-ty78EPRWLc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty78EPRWLc .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty78EPRWLc .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty78EPRWLc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e21;
}
.cid-ty78EPRWLc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty78EPRWLc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty78EPRWLc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty78EPRWLc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty78EPRWLc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty78EPRWLc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-ty78EPRWLc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty78EPRWLc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty78EPRWLc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty78EPRWLc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty78EPRWLc .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-ty78EPRWLc .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-ty78EPRWLc .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-ty78EPRWLc .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-ty78EPRWLc .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-ty78EPRWLc .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-ty78EPRWLc .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-ty78EPRWLc .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-ty78EPRWLc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty78EPRWLc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty78EPRWLc .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-ty78EPRWLc .navbar {
    height: 70px;
  }
  .cid-ty78EPRWLc .navbar.opened {
    height: auto;
  }
  .cid-ty78EPRWLc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty78EPRWLc .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #1a1e21;
}
.cid-ty78EPRWLc .navbar-collapse {
  margin-left: auto;
}
.cid-ty78EPRWLc .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-ty78EPRWLc .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ty78EPRWLc .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-ty78EPRWLc .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-ty78EPRWLc .navbar {
    padding: 0 !important;
  }
  .cid-ty78EPRWLc .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-ty78EPRWLc .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-ty78EPRWLc .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-ty78EPRWLc .navbar-collapse.show {
    opacity: 1;
  }
  .cid-ty78EPRWLc .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-ty78EPRWLc .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-ty78EPRWLc .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ty78EPRWLc .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-ty78EPRWLc .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-ty78EPRWLc .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-ty78EPRWLc .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-ty79u2I09A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c7a88;
}
.cid-ty79u2I09A .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty79u2I09A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty79u2I09A .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-ty79u2I09A .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-ty79u2I09A .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-ty79u2I09A .mbr-section-title {
  color: #a76c00;
  text-align: center;
}
.cid-ty79u2I09A .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ty79u2I09A .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-ty79u2I09A .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-ty79u2I09A .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/img-2112-810x456.jpg");
}
@media (max-width: 1399px) {
  .cid-ty79u2I09A .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-ty79u2I09A .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-ty79u2I09A .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-ty79u2I09A .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-ty79u2I09A .card-title {
  position: relative;
  width: 100%;
  color: #ffffff;
  text-align: right;
}
.cid-ty79u2I09A .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-ty79u2I09A .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-ty79u2I09A .card-title DIV {
  text-align: right;
}
.cid-ty7aBJ5baz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3ebf3;
}
.cid-ty7aBJ5baz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7aBJ5baz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty7aBJ5baz .mbr-section-title {
  color: #111110;
  text-align: center;
}
.cid-ty7aBJ5baz .mbr-section-title a {
  pointer-events: none;
}
.cid-ty7aBJ5baz .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ty7aBJ5baz .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ty7aBJ5baz .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-ty7aBJ5baz .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ty7aBJ5baz .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u2D4nqOr9h {
  background-color: #6c7a88;
  display: flex;
  flex-direction: column;
}
.cid-u2D4nqOr9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2D4nqOr9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2D4nqOr9h .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u2D4nqOr9h .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u2D4nqOr9h .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/j2-2000x1500.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u2D4nqOr9h .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-u2D4nqOr9h .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-u2D4nqOr9h .col-text {
    padding: 12px !important;
  }
}
.cid-u2D4nqOr9h .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8e97a1;
  opacity: 0.3;
}
.cid-u2D4nqOr9h .mbr-section-title {
  position: relative;
  color: #e3ebf3;
}
.cid-u2D4nqOr9h .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-u2D4nqOr9h .iconfont-wrapper {
  border: 2px solid #9b9aad;
  border-radius: 50%;
  background: #9b9aad;
  transition: .3s all;
}
.cid-u2D4nqOr9h .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-u2D4nqOr9h .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-u2D4nqOr9h .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-u2D4nqOr9h .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-u2D4nqOr9h .mbr-section-subtitle {
  color: #e3ebf3;
  text-align: left;
}
.cid-u2D4nqOr9h .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-u2D4nqOr9h .mbr-section-btn {
  position: relative;
}
.cid-u2D4pvlIwk {
  background-color: #6c7a88;
  display: flex;
  flex-direction: column;
}
.cid-u2D4pvlIwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2D4pvlIwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2D4pvlIwk .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u2D4pvlIwk .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u2D4pvlIwk .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/r10-2000x1500.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u2D4pvlIwk .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-u2D4pvlIwk .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-u2D4pvlIwk .col-text {
    padding: 12px !important;
  }
}
.cid-u2D4pvlIwk .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6c7a88;
  opacity: 0.3;
}
.cid-u2D4pvlIwk .mbr-section-title {
  position: relative;
  color: #e3ebf3;
  text-align: right;
}
.cid-u2D4pvlIwk .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-u2D4pvlIwk .iconfont-wrapper {
  border: 2px solid #1a1e21;
  border-radius: 50%;
  background: #1a1e21;
  transition: .3s all;
}
.cid-u2D4pvlIwk .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-u2D4pvlIwk .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-u2D4pvlIwk .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-u2D4pvlIwk .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-u2D4pvlIwk .mbr-section-subtitle {
  color: #e3ebf3;
  text-align: left;
}
.cid-u2D4pvlIwk .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-u2D4pvlIwk .mbr-section-btn {
  position: relative;
}
.cid-u2DnaAqKYC {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #6c7a88;
}
.cid-u2DnaAqKYC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2DnaAqKYC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2DnaAqKYC .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-u2DnaAqKYC .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-u2DnaAqKYC .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2DnaAqKYC .mbr-section-title {
  color: #e3ebf3;
}
.cid-u2DnaAqKYC .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-u2DnaAqKYC .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u2DnaAqKYC .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-u2DnaAqKYC .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/rj1-1-1691x1297.jpeg");
}
@media (max-width: 1399px) {
  .cid-u2DnaAqKYC .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-u2DnaAqKYC .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-u2DnaAqKYC .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-u2DnaAqKYC .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-u2DnaAqKYC .card-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-u2DnaAqKYC .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-u2DnaAqKYC .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-ty7kpyrU4h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c7a88;
}
.cid-ty7kpyrU4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7kpyrU4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty7kpyrU4h .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cid-ty7kpyrU4h .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-ty7kpyrU4h .col-img {
    width: 100%;
  }
}
.cid-ty7kpyrU4h .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-ty7kpyrU4h .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-ty7kpyrU4h .image-wrapper {
    border-radius: 12px;
  }
}
.cid-ty7kpyrU4h .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-ty7kpyrU4h .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-ty7kpyrU4h .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-ty7kpyrU4h .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-ty7kpyrU4h .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-ty7kpyrU4h .card-title {
  color: #e3ebf3;
}
.cid-ty7kpyrU4h .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ty7kpyrU4h .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-ty7kpyrU4h .mbr-text {
    margin-top: 12px;
  }
}
.cid-ty7kpyrU4h .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ty7kpyrU4h .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ty7kpyrU4h .mbr-text,
.cid-ty7kpyrU4h .mbr-section-btn {
  color: #ffffff;
}
.cid-ty7lD2yXNf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c7a88;
}
.cid-ty7lD2yXNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7lD2yXNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty7lD2yXNf .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-ty7lD2yXNf .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ty7lD2yXNf .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-ty7lD2yXNf .mbr-section-title {
  color: #e3ebf3;
}
.cid-ty7lD2yXNf .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-ty7lD2yXNf .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-ty7lD2yXNf .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ty7lD2yXNf .cards-wrap {
    gap: 12px;
  }
}
.cid-ty7lD2yXNf .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #e3ebf3;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-ty7lD2yXNf .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-ty7lD2yXNf .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-ty7lD2yXNf .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-ty7lD2yXNf .card {
    width: 100%;
  }
}
.cid-ty7lD2yXNf .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-ty7lD2yXNf .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ty7lD2yXNf .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-ty7lD2yXNf .img-wrapper img {
    height: 80px;
  }
}
.cid-ty7lD2yXNf .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-ty7lD2yXNf .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-ty7lD2yXNf .card-title {
  color: #1a1e21;
}
.cid-ty7l9QbCuX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e3237;
}
.cid-ty7l9QbCuX .mbr-text {
  color: #e3ebf3;
}
.cid-ty20H9zv1J {
  z-index: 1000;
  width: 100%;
}
.cid-ty20H9zv1J nav.navbar {
  position: fixed;
}
.cid-ty20H9zv1J .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-ty20H9zv1J .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e21 !important;
}
.cid-ty20H9zv1J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty20H9zv1J .dropdown-item:hover,
.cid-ty20H9zv1J .dropdown-item:focus {
  background: #d1a8f8 !important;
  color: white !important;
}
.cid-ty20H9zv1J .dropdown-item:hover span {
  color: white;
}
.cid-ty20H9zv1J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty20H9zv1J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty20H9zv1J .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty20H9zv1J .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty20H9zv1J .nav-link {
  position: relative;
}
.cid-ty20H9zv1J .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty20H9zv1J .container {
    flex-wrap: nowrap;
  }
}
.cid-ty20H9zv1J .nav-item:focus,
.cid-ty20H9zv1J .nav-link:focus {
  outline: none;
}
.cid-ty20H9zv1J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty20H9zv1J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty20H9zv1J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty20H9zv1J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty20H9zv1J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty20H9zv1J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty20H9zv1J .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-ty20H9zv1J .navbar.opened {
  transition: all 0.3s;
}
.cid-ty20H9zv1J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty20H9zv1J .navbar .navbar-logo img {
  width: auto;
}
.cid-ty20H9zv1J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty20H9zv1J .navbar.collapsed {
  justify-content: center;
}
.cid-ty20H9zv1J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty20H9zv1J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty20H9zv1J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-ty20H9zv1J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty20H9zv1J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty20H9zv1J .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-ty20H9zv1J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty20H9zv1J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty20H9zv1J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty20H9zv1J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty20H9zv1J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty20H9zv1J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty20H9zv1J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty20H9zv1J .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-ty20H9zv1J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty20H9zv1J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty20H9zv1J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty20H9zv1J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty20H9zv1J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty20H9zv1J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ty20H9zv1J .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ty20H9zv1J .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-ty20H9zv1J .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-ty20H9zv1J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty20H9zv1J .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-ty20H9zv1J .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-ty20H9zv1J .dropdown-item.active,
.cid-ty20H9zv1J .dropdown-item:active {
  background-color: transparent;
}
.cid-ty20H9zv1J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty20H9zv1J .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty20H9zv1J .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty20H9zv1J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e21;
}
.cid-ty20H9zv1J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty20H9zv1J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty20H9zv1J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty20H9zv1J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty20H9zv1J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty20H9zv1J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-ty20H9zv1J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty20H9zv1J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty20H9zv1J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty20H9zv1J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty20H9zv1J .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-ty20H9zv1J .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-ty20H9zv1J .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-ty20H9zv1J .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-ty20H9zv1J .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-ty20H9zv1J .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-ty20H9zv1J .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-ty20H9zv1J .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-ty20H9zv1J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty20H9zv1J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty20H9zv1J .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-ty20H9zv1J .navbar {
    height: 70px;
  }
  .cid-ty20H9zv1J .navbar.opened {
    height: auto;
  }
  .cid-ty20H9zv1J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty20H9zv1J .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #1a1e21;
}
.cid-ty20H9zv1J .navbar-collapse {
  margin-left: auto;
}
.cid-ty20H9zv1J .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-ty20H9zv1J .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ty20H9zv1J .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-ty20H9zv1J .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-ty20H9zv1J .navbar {
    padding: 0 !important;
  }
  .cid-ty20H9zv1J .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-ty20H9zv1J .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-ty20H9zv1J .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-ty20H9zv1J .navbar-collapse.show {
    opacity: 1;
  }
  .cid-ty20H9zv1J .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-ty20H9zv1J .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-ty20H9zv1J .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ty20H9zv1J .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-ty20H9zv1J .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-ty20H9zv1J .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-ty20H9zv1J .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-u5gMiLTx0Y {
  background-color: #6c7a88;
  display: flex;
  flex-direction: column;
}
.cid-u5gMiLTx0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5gMiLTx0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5gMiLTx0Y .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u5gMiLTx0Y .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u5gMiLTx0Y .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/img-2112-810x456.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u5gMiLTx0Y .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-u5gMiLTx0Y .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-u5gMiLTx0Y .col-text {
    padding: 12px !important;
  }
}
.cid-u5gMiLTx0Y .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6c7a88;
  opacity: 0;
}
.cid-u5gMiLTx0Y .mbr-section-title {
  position: relative;
  color: #e3ebf3;
}
.cid-u5gMiLTx0Y .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-u5gMiLTx0Y .iconfont-wrapper {
  border: 2px solid #1a1e21;
  border-radius: 50%;
  background: #1a1e21;
  transition: .3s all;
}
.cid-u5gMiLTx0Y .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-u5gMiLTx0Y .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-u5gMiLTx0Y .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-u5gMiLTx0Y .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-u5gMiLTx0Y .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-u5gMiLTx0Y .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-u5gMiLTx0Y .mbr-section-btn {
  position: relative;
}
.cid-ty20N2siby {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #6c7a88;
}
.cid-ty20N2siby .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty20N2siby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty20N2siby .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-ty20N2siby .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-ty20N2siby .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-ty20N2siby .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ty20N2siby .mbr-section-title {
  color: #e3ebf3;
}
.cid-ty20N2siby .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ty20N2siby .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-ty20N2siby .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-ty20N2siby .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-ty20N2siby .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-ty20N2siby .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-ty20N2siby .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-ty20N2siby .image-wrapper {
    border-radius: 12px;
  }
}
.cid-ty20N2siby .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-ty20N2siby .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-ty20N2siby .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-ty20N2siby .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-ty20N2siby .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-ty20N2siby .col-text {
    order: 2;
  }
}
.cid-ty20N2siby .card-title {
  color: #e3ebf3;
}
.cid-ty20N2siby .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ty20N2siby .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-ty20N2siby .mbr-text {
    margin-top: 12px;
  }
}
.cid-ty20N2siby .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ty20N2siby .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ty20N2siby .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-ty20N2siby .mbr-text,
.cid-ty20N2siby .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ty21JuGGAD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ty21JuGGAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty21JuGGAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty21JuGGAD.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ty21JuGGAD .container-fluid {
  padding: 0 !important;
}
.cid-ty21JuGGAD img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-ty25lXMXpm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e3237;
}
.cid-ty25lXMXpm .mbr-text {
  color: #e3ebf3;
}
.cid-u2SeVG8v5U {
  z-index: 1000;
  width: 100%;
}
.cid-u2SeVG8v5U nav.navbar {
  position: fixed;
}
.cid-u2SeVG8v5U .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-u2SeVG8v5U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a1e21 !important;
}
.cid-u2SeVG8v5U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2SeVG8v5U .dropdown-item:hover,
.cid-u2SeVG8v5U .dropdown-item:focus {
  background: #d1a8f8 !important;
  color: white !important;
}
.cid-u2SeVG8v5U .dropdown-item:hover span {
  color: white;
}
.cid-u2SeVG8v5U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2SeVG8v5U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2SeVG8v5U .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2SeVG8v5U .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2SeVG8v5U .nav-link {
  position: relative;
}
.cid-u2SeVG8v5U .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u2SeVG8v5U .container {
    flex-wrap: nowrap;
  }
}
.cid-u2SeVG8v5U .nav-item:focus,
.cid-u2SeVG8v5U .nav-link:focus {
  outline: none;
}
.cid-u2SeVG8v5U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2SeVG8v5U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2SeVG8v5U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2SeVG8v5U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2SeVG8v5U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2SeVG8v5U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2SeVG8v5U .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-u2SeVG8v5U .navbar.opened {
  transition: all 0.3s;
}
.cid-u2SeVG8v5U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2SeVG8v5U .navbar .navbar-logo img {
  width: auto;
}
.cid-u2SeVG8v5U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2SeVG8v5U .navbar.collapsed {
  justify-content: center;
}
.cid-u2SeVG8v5U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2SeVG8v5U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2SeVG8v5U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u2SeVG8v5U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2SeVG8v5U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2SeVG8v5U .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-u2SeVG8v5U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2SeVG8v5U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2SeVG8v5U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2SeVG8v5U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2SeVG8v5U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2SeVG8v5U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2SeVG8v5U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2SeVG8v5U .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-u2SeVG8v5U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2SeVG8v5U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2SeVG8v5U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2SeVG8v5U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2SeVG8v5U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2SeVG8v5U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u2SeVG8v5U .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u2SeVG8v5U .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-u2SeVG8v5U .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-u2SeVG8v5U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2SeVG8v5U .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-u2SeVG8v5U .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-u2SeVG8v5U .dropdown-item.active,
.cid-u2SeVG8v5U .dropdown-item:active {
  background-color: transparent;
}
.cid-u2SeVG8v5U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2SeVG8v5U .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2SeVG8v5U .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2SeVG8v5U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1e21;
}
.cid-u2SeVG8v5U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2SeVG8v5U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2SeVG8v5U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2SeVG8v5U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2SeVG8v5U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2SeVG8v5U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-u2SeVG8v5U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2SeVG8v5U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2SeVG8v5U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2SeVG8v5U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2SeVG8v5U .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-u2SeVG8v5U .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-u2SeVG8v5U .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-u2SeVG8v5U .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-u2SeVG8v5U .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-u2SeVG8v5U .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-u2SeVG8v5U .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-u2SeVG8v5U .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-u2SeVG8v5U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2SeVG8v5U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2SeVG8v5U .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-u2SeVG8v5U .navbar {
    height: 70px;
  }
  .cid-u2SeVG8v5U .navbar.opened {
    height: auto;
  }
  .cid-u2SeVG8v5U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2SeVG8v5U .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #1a1e21;
}
.cid-u2SeVG8v5U .navbar-collapse {
  margin-left: auto;
}
.cid-u2SeVG8v5U .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-u2SeVG8v5U .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-u2SeVG8v5U .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-u2SeVG8v5U .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-u2SeVG8v5U .navbar {
    padding: 0 !important;
  }
  .cid-u2SeVG8v5U .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-u2SeVG8v5U .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-u2SeVG8v5U .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-u2SeVG8v5U .navbar-collapse.show {
    opacity: 1;
  }
  .cid-u2SeVG8v5U .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-u2SeVG8v5U .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-u2SeVG8v5U .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u2SeVG8v5U .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-u2SeVG8v5U .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-u2SeVG8v5U .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-u2SeVG8v5U .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-u5NoAz0Q8L {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #6c7a88;
}
.cid-u5NoAz0Q8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NoAz0Q8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NoAz0Q8L .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-u5NoAz0Q8L .mbr-section-title a {
  pointer-events: none;
}
.cid-u5NoAz0Q8L .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-u5NoAz0Q8L .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u5NoAz0Q8L .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-u5NoAz0Q8L .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-u5NoAz0Q8L .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u2SeVKBH49 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4b5158;
}
.cid-u2SeVKBH49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2SeVKBH49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2SeVKBH49 .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-u2SeVKBH49 .mbr-section-title a {
  pointer-events: none;
}
.cid-u2SeVKBH49 .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-u2SeVKBH49 .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u2SeVKBH49 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-u2SeVKBH49 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-u2SeVKBH49 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u98sOEO5Ep {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c7a88;
}
.cid-u98sOEO5Ep .mbr-section-head {
  margin-bottom: 50px;
}
.cid-u98sOEO5Ep .mbr-section-title {
  color: #e3ebf3;
}
.cid-u98sOEO5Ep .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-u98sOEO5Ep .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-u98sOEO5Ep .row {
    gap: 12px;
  }
}
.cid-u98sOEO5Ep .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-u98sOEO5Ep .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u98sOEO5Ep .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u98sOEO5Ep .item-wrap {
    padding: 12px;
  }
}
.cid-u98sOEO5Ep .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-u98sOEO5Ep .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-u98sOEO5Ep .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-u98sOEO5Ep .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-u98sOEO5Ep .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-u98sOEO5Ep .mbr-section-btn .btn-black:hover {
  background-color: #d1a8f8 !important;
  border-color: #d1a8f8 !important;
}
.cid-u98sOEO5Ep .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-u98sOEO5Ep .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-u98sOEO5Ep .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u98sOEO5Ep .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-u98sOEO5Ep .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u98sOEO5Ep .item {
    min-height: calc(4 * 80px);
  }
}
.cid-u98sOEO5Ep .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8e97a1;
  opacity: 0.2;
  transition: .5s;
}
.cid-u98sOEO5Ep .item:nth-child(1) {
  background-image: url("../../../assets/images/white-boy-8-w-1-2000x1500.jpg");
}
.cid-u98sOEO5Ep .item:nth-child(1) .item-wrap {
  flex-direction: column-reverse;
}
.cid-u98sOEO5Ep .item:nth-child(1) .mbr-section-btn {
  transform: translateX(0) scale(0);
  transition: .8s;
}
.cid-u98sOEO5Ep .item:nth-child(1) .mbr-text {
  transform: translateX(0);
  transition: .8s;
}
.cid-u98sOEO5Ep .item:nth-child(1):hover:before {
  opacity: 0.55;
}
.cid-u98sOEO5Ep .item:nth-child(1):hover .mbr-section-btn {
  transform: translateX(0) scale(1);
  opacity: 1;
}
.cid-u98sOEO5Ep .item:nth-child(1):hover .mbr-text {
  opacity: 1;
}
.cid-u98sOEO5Ep .item:nth-child(2) {
  background-image: url("../../../assets/images/white-boy-4-2000x1476.jpg");
}
.cid-u98sOEO5Ep .item:nth-child(2):hover:before {
  opacity: 0.55;
}
.cid-u98sOEO5Ep .item:nth-child(2):hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-u98sOEO5Ep .item:nth-child(2):hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-u98sOEO5Ep P {
  text-align: left;
}
.cid-u98ACS6Ni6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c7a88;
}
.cid-u98ACS6Ni6 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-u98ACS6Ni6 .mbr-section-title {
  color: #e3ebf3;
}
.cid-u98ACS6Ni6 .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-u98ACS6Ni6 .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-u98ACS6Ni6 .row {
    gap: 12px;
  }
}
.cid-u98ACS6Ni6 .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-u98ACS6Ni6 .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u98ACS6Ni6 .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u98ACS6Ni6 .item-wrap {
    padding: 12px;
  }
}
.cid-u98ACS6Ni6 .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-u98ACS6Ni6 .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-u98ACS6Ni6 .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-u98ACS6Ni6 .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-u98ACS6Ni6 .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-u98ACS6Ni6 .mbr-section-btn .btn-black:hover {
  background-color: #d1a8f8 !important;
  border-color: #d1a8f8 !important;
}
.cid-u98ACS6Ni6 .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-u98ACS6Ni6 .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-u98ACS6Ni6 .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u98ACS6Ni6 .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-u98ACS6Ni6 .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u98ACS6Ni6 .item {
    min-height: calc(4 * 80px);
  }
}
.cid-u98ACS6Ni6 .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8e97a1;
  opacity: 0.2;
  transition: .5s;
}
.cid-u98ACS6Ni6 .item:nth-child(1) {
  background-image: url("../../../assets/images/img-3170-2000x1500.jpg");
}
.cid-u98ACS6Ni6 .item:nth-child(1) .item-wrap {
  flex-direction: column-reverse;
}
.cid-u98ACS6Ni6 .item:nth-child(1) .mbr-section-btn {
  transform: translateX(0) scale(0);
  transition: .8s;
}
.cid-u98ACS6Ni6 .item:nth-child(1) .mbr-text {
  transform: translateX(0);
  transition: .8s;
}
.cid-u98ACS6Ni6 .item:nth-child(1):hover:before {
  opacity: 0.55;
}
.cid-u98ACS6Ni6 .item:nth-child(1):hover .mbr-section-btn {
  transform: translateX(0) scale(1);
  opacity: 1;
}
.cid-u98ACS6Ni6 .item:nth-child(1):hover .mbr-text {
  opacity: 1;
}
.cid-u98ACS6Ni6 .item:nth-child(2) {
  background-image: url("../../../assets/images/white-girl-3-2000x2587.jpg");
}
.cid-u98ACS6Ni6 .item:nth-child(2):hover:before {
  opacity: 0.55;
}
.cid-u98ACS6Ni6 .item:nth-child(2):hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-u98ACS6Ni6 .item:nth-child(2):hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-u98ACS6Ni6 .mbr-text P {
  text-align: center;
}
.cid-u98sROqtE3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c7a88;
}
.cid-u98sROqtE3 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-u98sROqtE3 .mbr-section-title {
  color: #e3ebf3;
}
.cid-u98sROqtE3 .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-u98sROqtE3 .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-u98sROqtE3 .row {
    gap: 12px;
  }
}
.cid-u98sROqtE3 .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-u98sROqtE3 .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u98sROqtE3 .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u98sROqtE3 .item-wrap {
    padding: 12px;
  }
}
.cid-u98sROqtE3 .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-u98sROqtE3 .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-u98sROqtE3 .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-u98sROqtE3 .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-u98sROqtE3 .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-u98sROqtE3 .mbr-section-btn .btn-black:hover {
  background-color: #d1a8f8 !important;
  border-color: #d1a8f8 !important;
}
.cid-u98sROqtE3 .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-u98sROqtE3 .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-u98sROqtE3 .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u98sROqtE3 .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-u98sROqtE3 .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u98sROqtE3 .item {
    min-height: calc(4 * 80px);
  }
}
.cid-u98sROqtE3 .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8e97a1;
  opacity: 0.2;
  transition: .5s;
}
.cid-u98sROqtE3 .item:nth-child(1) {
  background-image: url("../../../assets/images/seal-1-2000x1383.jpg");
}
.cid-u98sROqtE3 .item:nth-child(1) .item-wrap {
  flex-direction: column-reverse;
}
.cid-u98sROqtE3 .item:nth-child(1) .mbr-section-btn {
  transform: translateX(0) scale(0);
  transition: .8s;
}
.cid-u98sROqtE3 .item:nth-child(1) .mbr-text {
  transform: translateX(0);
  transition: .8s;
}
.cid-u98sROqtE3 .item:nth-child(1):hover:before {
  opacity: 0.55;
}
.cid-u98sROqtE3 .item:nth-child(1):hover .mbr-section-btn {
  transform: translateX(0) scale(1);
  opacity: 1;
}
.cid-u98sROqtE3 .item:nth-child(1):hover .mbr-text {
  opacity: 1;
}
.cid-u98sROqtE3 .item:nth-child(2) {
  background-image: url("../../../assets/images/seal-boy-8w-1-2000x1661.jpg");
}
.cid-u98sROqtE3 .item:nth-child(2):hover:before {
  opacity: 0.55;
}
.cid-u98sROqtE3 .item:nth-child(2):hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-u98sROqtE3 .item:nth-child(2):hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-u98sHKzzaG {
  background-color: #4b5158;
  display: flex;
  flex-direction: column;
}
.cid-u98sHKzzaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u98sHKzzaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u98sHKzzaG .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u98sHKzzaG .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-u98sHKzzaG .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/img-2766-1600x1200.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-u98sHKzzaG .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-u98sHKzzaG .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-u98sHKzzaG .col-text {
    padding: 12px !important;
  }
}
.cid-u98sHKzzaG .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8e97a1;
  opacity: 0.3;
}
.cid-u98sHKzzaG .mbr-section-title {
  position: relative;
  color: #e3ebf3;
}
.cid-u98sHKzzaG .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-u98sHKzzaG .iconfont-wrapper {
  border: 2px solid #9b9aad;
  border-radius: 50%;
  background: #9b9aad;
  transition: .3s all;
}
.cid-u98sHKzzaG .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-u98sHKzzaG .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-u98sHKzzaG .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-u98sHKzzaG .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-u98sHKzzaG .mbr-section-subtitle {
  color: #e3ebf3;
  text-align: left;
}
.cid-u98sHKzzaG .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-u98sHKzzaG .mbr-section-btn {
  position: relative;
}
.cid-u2SeVKQmi3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e3237;
}
.cid-u2SeVKQmi3 .mbr-text {
  color: #e3ebf3;
}
