.btn {
  border-width: 4px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 6.9rem;
  line-height: .95;
}
.display-1 > .mbr-iconfont {
  font-size: 8.625rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 4.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 5.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.83rem;
    font-size: calc( 3.065rem + (6.9 - 3.065) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (3.065rem + (6.9 - 3.065) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.04375rem + (1.125 - 1.04375) * ((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.2 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.83rem;
    font-size: calc( 3.065rem + (6.9 - 3.065) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (3.065rem + (6.9 - 3.065) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff6d99 !important;
}
.bg-success {
  background-color: #f061ca !important;
}
.bg-info {
  background-color: #f4f6fa !important;
}
.bg-warning {
  background-color: #9a5df5 !important;
}
.bg-danger {
  background-color: #fe135a !important;
}
.btn-primary {
  box-shadow: 0px 32px 32px -10px #ffbace !important;
}
.btn-primary .mbr-iconfont {
  color: #ff6d99 !important;
}
.btn-primary .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6d99 !important;
  border-color: #ff7ca4 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ffbace important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff6d99 !important;
  border-color: #ff7ca4 !important;
  box-shadow: 0px 32px 32px -10px #ffd3e0 important;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #ff6d99 !important;
}
.btn-primary:hover .mbr-iconfont::after,
.btn-primary:focus .mbr-iconfont::after,
.btn-primary.focus .mbr-iconfont::after,
.btn-primary.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffa0bd !important;
  border-color: #ffa0bd !important;
}
.btn-secondary {
  box-shadow: 0px 32px 32px -10px #d3d6df !important;
}
.btn-secondary .mbr-iconfont {
  color: #a6adbf !important;
}
.btn-secondary .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a6adbf !important;
  border-color: #afb5c5 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #d3d6df important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a6adbf !important;
  border-color: #afb5c5 !important;
  box-shadow: 0px 32px 32px -10px #e1e4ea important;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  color: #a6adbf !important;
}
.btn-secondary:hover .mbr-iconfont::after,
.btn-secondary:focus .mbr-iconfont::after,
.btn-secondary.focus .mbr-iconfont::after,
.btn-secondary.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c4c8d4 !important;
  border-color: #c4c8d4 !important;
}
.btn-info {
  box-shadow: 0px 32px 32px -10px #ffffff !important;
}
.btn-info .mbr-iconfont {
  color: #f4f6fa !important;
}
.btn-info .mbr-iconfont::after {
  background-color: #3b5281 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f4f6fa !important;
  border-color: #ffffff !important;
  color: #3b5281 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f4f6fa !important;
  border-color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  color: #f4f6fa !important;
}
.btn-info:hover .mbr-iconfont::after,
.btn-info:focus .mbr-iconfont::after,
.btn-info.focus .mbr-iconfont::after,
.btn-info.active .mbr-iconfont::after {
  background-color: #3b5281 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #3b5281 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  box-shadow: 0px 32px 32px -10px #f7a7e1 !important;
}
.btn-success .mbr-iconfont {
  color: #f061ca !important;
}
.btn-success .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #f061ca !important;
  border-color: #f16fcf !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #f7a7e1 important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f061ca !important;
  border-color: #f16fcf !important;
  box-shadow: 0px 32px 32px -10px #f9bee9 important;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  color: #f061ca !important;
}
.btn-success:hover .mbr-iconfont::after,
.btn-success:focus .mbr-iconfont::after,
.btn-success.focus .mbr-iconfont::after,
.btn-success.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f490da !important;
  border-color: #f490da !important;
}
.btn-warning {
  box-shadow: 0px 32px 32px -10px #c7a5f9 !important;
}
.btn-warning .mbr-iconfont {
  color: #9a5df5 !important;
}
.btn-warning .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9a5df5 !important;
  border-color: #a36bf6 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #c7a5f9 important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #9a5df5 !important;
  border-color: #a36bf6 !important;
  box-shadow: 0px 32px 32px -10px #d6bdfb important;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  color: #9a5df5 !important;
}
.btn-warning:hover .mbr-iconfont::after,
.btn-warning:focus .mbr-iconfont::after,
.btn-warning.focus .mbr-iconfont::after,
.btn-warning.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b88df8 !important;
  border-color: #b88df8 !important;
}
.btn-danger {
  box-shadow: 0px 32px 32px -10px #fe5f8f !important;
}
.btn-danger .mbr-iconfont {
  color: #fe135a !important;
}
.btn-danger .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe135a !important;
  border-color: #fe2265 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #fe5f8f important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fe135a !important;
  border-color: #fe2265 !important;
  box-shadow: 0px 32px 32px -10px #fe79a1 important;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  color: #fe135a !important;
}
.btn-danger:hover .mbr-iconfont::after,
.btn-danger:focus .mbr-iconfont::after,
.btn-danger.focus .mbr-iconfont::after,
.btn-danger.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe467e !important;
  border-color: #fe467e !important;
}
.btn-white {
  box-shadow: 0px 32px 32px -10px #ffffff !important;
}
.btn-white .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white .mbr-iconfont::after {
  background-color: #666666 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-white:hover .mbr-iconfont,
.btn-white:focus .mbr-iconfont,
.btn-white.focus .mbr-iconfont,
.btn-white.active .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white:hover .mbr-iconfont::after,
.btn-white:focus .mbr-iconfont::after,
.btn-white.focus .mbr-iconfont::after,
.btn-white.active .mbr-iconfont::after {
  background-color: #666666 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: 0px 32px 32px -10px #373737 !important;
}
.btn-black .mbr-iconfont {
  color: #111111 !important;
}
.btn-black .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #111111 !important;
  border-color: #191919 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #373737 important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #111111 !important;
  border-color: #191919 !important;
  box-shadow: 0px 32px 32px -10px #444444 important;
}
.btn-black:hover .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  color: #111111 !important;
}
.btn-black:hover .mbr-iconfont::after,
.btn-black:focus .mbr-iconfont::after,
.btn-black.focus .mbr-iconfont::after,
.btn-black.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #ff6d99 !important;
}
.btn-primary-outline .mbr-iconfont::after {
  border: 2px solid #ff6d99 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff6d99;
  color: #ff6d99;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff165c !important;
  background-color: transparent !important;
  border-color: #ff165c !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  color: #ff165c !important;
}
.btn-primary-outline:hover .mbr-iconfont::after,
.btn-primary-outline:focus .mbr-iconfont::after,
.btn-primary-outline.focus .mbr-iconfont::after,
.btn-primary-outline.active .mbr-iconfont::after {
  border: 2px solid #ff165c !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6d99 !important;
  border-color: #ff6d99 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #a6adbf !important;
}
.btn-secondary-outline .mbr-iconfont::after {
  border: 2px solid #a6adbf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #a6adbf;
  color: #a6adbf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #747f9b !important;
  background-color: transparent !important;
  border-color: #747f9b !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  color: #747f9b !important;
}
.btn-secondary-outline:hover .mbr-iconfont::after,
.btn-secondary-outline:focus .mbr-iconfont::after,
.btn-secondary-outline.focus .mbr-iconfont::after,
.btn-secondary-outline.active .mbr-iconfont::after {
  border: 2px solid #747f9b !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a6adbf !important;
  border-color: #a6adbf !important;
}
.btn-info-outline .mbr-iconfont {
  color: #f4f6fa !important;
}
.btn-info-outline .mbr-iconfont::after {
  border: 2px solid #f4f6fa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f4f6fa;
  color: #f4f6fa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b8c5df !important;
  background-color: transparent !important;
  border-color: #b8c5df !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  color: #b8c5df !important;
}
.btn-info-outline:hover .mbr-iconfont::after,
.btn-info-outline:focus .mbr-iconfont::after,
.btn-info-outline.focus .mbr-iconfont::after,
.btn-info-outline.active .mbr-iconfont::after {
  border: 2px solid #b8c5df !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4b69a4 !important;
  background-color: #f4f6fa !important;
  border-color: #f4f6fa !important;
}
.btn-success-outline .mbr-iconfont {
  color: #f061ca !important;
}
.btn-success-outline .mbr-iconfont::after {
  border: 2px solid #f061ca !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f061ca;
  color: #f061ca;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e516ae !important;
  background-color: transparent !important;
  border-color: #e516ae !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  color: #e516ae !important;
}
.btn-success-outline:hover .mbr-iconfont::after,
.btn-success-outline:focus .mbr-iconfont::after,
.btn-success-outline.focus .mbr-iconfont::after,
.btn-success-outline.active .mbr-iconfont::after {
  border: 2px solid #e516ae !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f061ca !important;
  border-color: #f061ca !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #9a5df5 !important;
}
.btn-warning-outline .mbr-iconfont::after {
  border: 2px solid #9a5df5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #9a5df5;
  color: #9a5df5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #680fed !important;
  background-color: transparent !important;
  border-color: #680fed !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  color: #680fed !important;
}
.btn-warning-outline:hover .mbr-iconfont::after,
.btn-warning-outline:focus .mbr-iconfont::after,
.btn-warning-outline.focus .mbr-iconfont::after,
.btn-warning-outline.active .mbr-iconfont::after {
  border: 2px solid #680fed !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9a5df5 !important;
  border-color: #9a5df5 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #fe135a !important;
}
.btn-danger-outline .mbr-iconfont::after {
  border: 2px solid #fe135a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fe135a;
  color: #fe135a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ba0139 !important;
  background-color: transparent !important;
  border-color: #ba0139 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  color: #ba0139 !important;
}
.btn-danger-outline:hover .mbr-iconfont::after,
.btn-danger-outline:focus .mbr-iconfont::after,
.btn-danger-outline.focus .mbr-iconfont::after,
.btn-danger-outline.active .mbr-iconfont::after {
  border: 2px solid #ba0139 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe135a !important;
  border-color: #fe135a !important;
}
.btn-black-outline .mbr-iconfont {
  color: #111111 !important;
}
.btn-black-outline .mbr-iconfont::after {
  border: 2px solid #111111 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #111111;
  color: #111111;
}
.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:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  color: #000000 !important;
}
.btn-black-outline:hover .mbr-iconfont::after,
.btn-black-outline:focus .mbr-iconfont::after,
.btn-black-outline.focus .mbr-iconfont::after,
.btn-black-outline.active .mbr-iconfont::after {
  border: 2px solid #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #111111 !important;
  border-color: #111111 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white-outline .mbr-iconfont::after {
  border: 2px solid #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #d4d4d4 !important;
}
.btn-white-outline:hover .mbr-iconfont::after,
.btn-white-outline:focus .mbr-iconfont::after,
.btn-white-outline.focus .mbr-iconfont::after,
.btn-white-outline.active .mbr-iconfont::after {
  border: 2px solid #d4d4d4 !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ff6d99 !important;
}
.text-secondary {
  color: #a6adbf !important;
}
.text-success {
  color: #f061ca !important;
}
.text-info {
  color: #f4f6fa !important;
}
.text-warning {
  color: #9a5df5 !important;
}
.text-danger {
  color: #fe135a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #111111 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff0752 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6b7694 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d714a3 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #aebdda !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #610ede !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #aa0134 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #ff6d99;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f4f6fa;
}
.alert-warning {
  background-color: #9a5df5;
}
.alert-danger {
  background-color: #fe135a;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff6d99;
  border-color: #ff6d99;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff6d99;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffdee8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ff6d99 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff6d99;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #ff6d99;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff6d99;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff6d99;
  border-bottom-color: #ff6d99;
}
.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: #ff6d99 !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: #a6adbf !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='%23ff6d99' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  font-weight: 600;
  padding: 6px 26px;
  min-height: 64px;
}
.mbr-section-btn .btn span {
  font-weight: 600;
}
.mbr-section-btn .btn .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  transition: all .3s ease;
  margin: 0 -16px 0 32px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont {
    margin: 0 -16px 0 24px;
  }
}
.mbr-section-btn .btn .mbr-iconfont::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: all .3s ease;
}
.mbr-section-btn .btn .mbr-iconfont::before {
  z-index: 1;
}
.mbr-section-btn .btn:hover .mbr-iconfont::after,
.mbr-section-btn .btn:focus .mbr-iconfont::after {
  transform: scale(1.2);
}
.mbr-section-btn .btn-white {
  color: #111111 !important;
}
.mbr-section-btn .btn-white .mbr-iconfont {
  color: #3a0011;
}
.mbr-section-btn .btn-white .mbr-iconfont::after {
  background-color: #ff6d99 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus {
  color: #111111 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.little-radius {
  border-radius: 24px !important;
}
.nav-wrapper .list .item-wrap {
  border-radius: 8px;
}
.navbar .dropdown-item {
  border-radius: 8px !important;
}
.navbar-logo img {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uVaoPx0eej {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uVaoPx0eej nav.navbar {
  position: fixed;
}
.cid-uVaoPx0eej .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uVaoPx0eej .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uVaoPx0eej .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-uVaoPx0eej .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uVaoPx0eej .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uVaoPx0eej .dropdown-item:hover,
.cid-uVaoPx0eej .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uVaoPx0eej .dropdown-item:hover span {
  color: white;
}
.cid-uVaoPx0eej .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVaoPx0eej .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVaoPx0eej .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVaoPx0eej .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVaoPx0eej .nav-link {
  position: relative;
}
.cid-uVaoPx0eej .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uVaoPx0eej .container {
    flex-wrap: nowrap;
  }
}
.cid-uVaoPx0eej .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uVaoPx0eej .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVaoPx0eej .dropdown-menu,
.cid-uVaoPx0eej .navbar.opened {
  background: #111111 !important;
}
.cid-uVaoPx0eej .nav-item:focus,
.cid-uVaoPx0eej .nav-link:focus {
  outline: none;
}
.cid-uVaoPx0eej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVaoPx0eej .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVaoPx0eej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVaoPx0eej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVaoPx0eej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVaoPx0eej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVaoPx0eej .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uVaoPx0eej .navbar.opened {
  transition: all 0.3s;
}
.cid-uVaoPx0eej .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uVaoPx0eej .navbar .navbar-logo img {
  width: auto;
}
.cid-uVaoPx0eej .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVaoPx0eej .navbar.collapsed {
  justify-content: center;
}
.cid-uVaoPx0eej .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVaoPx0eej .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVaoPx0eej .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uVaoPx0eej .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVaoPx0eej .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVaoPx0eej .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-uVaoPx0eej .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVaoPx0eej .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVaoPx0eej .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVaoPx0eej .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVaoPx0eej .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVaoPx0eej .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVaoPx0eej .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVaoPx0eej .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-uVaoPx0eej .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVaoPx0eej .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVaoPx0eej .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uVaoPx0eej .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVaoPx0eej .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVaoPx0eej .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVaoPx0eej .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVaoPx0eej .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVaoPx0eej .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uVaoPx0eej .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uVaoPx0eej .navbar-brand .navbar-caption:hover,
.cid-uVaoPx0eej .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uVaoPx0eej .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVaoPx0eej .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVaoPx0eej .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uVaoPx0eej .dropdown-item.active,
.cid-uVaoPx0eej .dropdown-item:active {
  background-color: transparent;
}
.cid-uVaoPx0eej .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVaoPx0eej .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVaoPx0eej .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVaoPx0eej .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uVaoPx0eej .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVaoPx0eej .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVaoPx0eej .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVaoPx0eej ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVaoPx0eej ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVaoPx0eej .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uVaoPx0eej .navbar-buttons {
    text-align: left;
  }
}
.cid-uVaoPx0eej .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uVaoPx0eej .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVaoPx0eej button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVaoPx0eej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uVaoPx0eej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVaoPx0eej button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVaoPx0eej button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVaoPx0eej button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVaoPx0eej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVaoPx0eej nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVaoPx0eej nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVaoPx0eej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVaoPx0eej .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVaoPx0eej a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVaoPx0eej .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-uVaoPx0eej .navbar {
    height: 70px;
  }
  .cid-uVaoPx0eej .navbar.opened {
    height: auto;
  }
  .cid-uVaoPx0eej .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVaoPx0eej .navbar-nav {
  margin: 0 auto;
}
.cid-uVaoPx0eej .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVaoPx0eej .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uVaoPx0eej .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVaoPx0eej .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uVaoPx0eej .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uVaoPx0eej .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVaoPx0eej .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVaoPx0eej .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uVaoPx0eej .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVaoPx0eej .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVaoPx0eej .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVaoPx0eej .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVaoPx0eej .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVaoPx0eej .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uVaoPx0eej .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uVaoPx0eej .content-wrap {
  min-height: 110px;
}
.cid-uVaoQgJwXI {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uVaoQgJwXI::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uVaoQgJwXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaoQgJwXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaoQgJwXI .card {
  justify-content: flex-end;
}
.cid-uVaoQgJwXI .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVaoQgJwXI .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVaoQgJwXI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVaoQgJwXI .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uVaoQgJwXI .mbr-label {
  color: #ffffff;
}
.cid-uVaoQgJwXI .mbr-section-title {
  color: #ffffff;
}
.cid-uVaoQgJwXI .mbr-text {
  color: #ffffff;
}
.cid-uVaoXsHJJm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uVaoXsHJJm {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uVaoXsHJJm .item:focus,
.cid-uVaoXsHJJm span:focus {
  outline: none;
}
.cid-uVaoXsHJJm .item {
  cursor: pointer;
}
.cid-uVaoXsHJJm .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uVaoXsHJJm .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uVaoXsHJJm .grid-container-1,
.cid-uVaoXsHJJm .grid-container-2,
.cid-uVaoXsHJJm .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uVaoXsHJJm .grid-container-1,
  .cid-uVaoXsHJJm .grid-container-2,
  .cid-uVaoXsHJJm .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uVaoXsHJJm .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uVaoXsHJJm .content-head {
  max-width: 800px;
}
.cid-uVaoXsHJJm .container,
.cid-uVaoXsHJJm .container-fluid {
  overflow: hidden;
}
.cid-uVaoXsHJJm .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uVaoXsHJJm .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uVaoXsHJJm .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uVaoXsHJJm .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uVaoXsHJJm .grid-container::before {
    height: 100%;
  }
}
.cid-uVaoXsHJJm .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVaoXsHJJm .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uVaoXsHJJm .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uVaoXsHJJm .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uVaoXsHJJm .grid-item img {
    height: 140px;
  }
}
.cid-uVaoXsHJJm .grid-container-1,
.cid-uVaoXsHJJm .grid-container-2,
.cid-uVaoXsHJJm .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uVaoXsHJJm .grid-container-1 {
  align-items: flex-end;
}
.cid-uVaoXsHJJm .grid-container-2 {
  align-items: flex-start;
}
.cid-uXZXXBxwDR {
  background-color: #eeeef4;
}
.cid-uXZXXBxwDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXZXXBxwDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXZXXBxwDR .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uXZXXBxwDR .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uXZXXBxwDR .content-wrapper {
    width: 100%;
  }
}
.cid-uXZXXBxwDR .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uXZXXBxwDR .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uXZXXBxwDR .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXZXXBxwDR .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uXZXXBxwDR .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uXZXXBxwDR .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uXZXXBxwDR .content-wrapper .desc-wrapper::before,
.cid-uXZXXBxwDR .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uXZXXBxwDR .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uXZXXBxwDR .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uXZXXBxwDR .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uXZXXBxwDR .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uXZXXBxwDR .mbr-section-title {
  color: #181824;
}
.cid-uXZXXBxwDR .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uXZXXBxwDR .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uXZXXBxwDR .mbr-section-title,
.cid-uXZXXBxwDR .mbr-section-btn {
  text-align: center;
}
.cid-uXZXXBxwDR .mbr-section-title,
.cid-uXZXXBxwDR .mbr-section-btn,
.cid-uXZXXBxwDR .logo-wrapper {
  text-align: left;
}
.cid-uVaoYI4ZjJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVaoYI4ZjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaoYI4ZjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaoYI4ZjJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uVaoYI4ZjJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVaoYI4ZjJ .embla__slide .slide-content {
  width: 100%;
}
.cid-uVaoYI4ZjJ .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uVaoYI4ZjJ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uVaoYI4ZjJ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uVaoYI4ZjJ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVaoYI4ZjJ .embla__button--next,
.cid-uVaoYI4ZjJ .embla__button--prev {
  display: flex;
}
.cid-uVaoYI4ZjJ .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uVaoYI4ZjJ .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uVaoYI4ZjJ .embla__button:hover::before {
  opacity: .5;
}
.cid-uVaoYI4ZjJ .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uVaoYI4ZjJ .embla__button:disabled::before {
  opacity: .2;
}
.cid-uVaoYI4ZjJ .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uVaoYI4ZjJ .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uVaoYI4ZjJ .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uVaoYI4ZjJ .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uVaoYI4ZjJ .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uVaoYI4ZjJ .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uVaoYI4ZjJ .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uVaoYI4ZjJ .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uVaoYI4ZjJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVaoYI4ZjJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVaoYI4ZjJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVaoYI4ZjJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVaoYI4ZjJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVaoXO0WH3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uVaoXO0WH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaoXO0WH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaoXO0WH3 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVaoXO0WH3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVaoXO0WH3 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVaoXO0WH3 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uVaoXO0WH3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVaoXO0WH3 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVaoXO0WH3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVaoXO0WH3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVaoXO0WH3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uVaoXO0WH3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVaoXO0WH3 .embla__slide .slide-content {
  width: 100%;
}
.cid-uVaoXO0WH3 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uVaoXO0WH3 .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uVaoXO0WH3 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVaoXO0WH3 .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uVaoXO0WH3 .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uVaoXO0WH3 .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uVaoXO0WH3 .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uVaoXO0WH3 .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uVaoXO0WH3 .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uVaoXO0WH3 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uVaoXO0WH3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uVaoXO0WH3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVaoXO0WH3 .embla__button--next,
.cid-uVaoXO0WH3 .embla__button--prev {
  display: flex;
}
.cid-uVaoXO0WH3 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uVaoXO0WH3 .embla__button {
    top: 0;
  }
}
.cid-uVaoXO0WH3 .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uVaoXO0WH3 .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uVaoXO0WH3 .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uVaoXO0WH3 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uVaoXO0WH3 .embla__button.embla__button--next {
  right: 32px;
}
.cid-uVaoXO0WH3 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uVaoXO0WH3 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVaoXO0WH3 .embla {
    padding-top: 6rem;
  }
}
.cid-uVaoXO0WH3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVaoXO0WH3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVaoXO0WH3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVaoXO0WH3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVaoXO0WH3 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVaoXO0WH3 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uVaoXO0WH3 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uVaoXO0WH3 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uVaoXO0WH3 .mbr-text,
.cid-uVaoXO0WH3 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uVaoXO0WH3 .card-name {
  color: #ffffff;
}
.cid-uVaoXO0WH3 .card-role {
  color: #ffffff;
}
.cid-uVaoXO0WH3 .card-text {
  color: #ffffff;
}
.cid-uVaoVqF26E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVaoVqF26E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaoVqF26E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaoVqF26E .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVaoVqF26E .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVaoVqF26E .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uVaoVqF26E .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVaoVqF26E .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVaoVqF26E .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVaoVqF26E .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVaoVqF26E .items-wrapper {
  align-items: center;
}
.cid-uVaoVqF26E .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVaoVqF26E .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uVaoVqF26E .items-wrapper .item:hover .item-wrapper::before,
.cid-uVaoVqF26E .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uVaoVqF26E .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uVaoVqF26E .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uVaoVqF26E .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uVaoVqF26E .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uVaoVqF26E .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uVaoVqF26E .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uVaoVqF26E .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uVaoVqF26E .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uVaoVqF26E .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uVaoVqF26E .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uVaoVqF26E .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uVaoVqF26E .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uVaoVqF26E .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uVaoVqF26E .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVaoVqF26E .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uVaoVqF26E .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uVaoVqF26E .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uVaoVqF26E .mbr-text,
.cid-uVaoVqF26E .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uVaoX0dLjK {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uVaoX0dLjK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaoX0dLjK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaoX0dLjK .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uVaoX0dLjK .image-wrap {
    height: 350px;
  }
}
.cid-uVap17maUK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVap17maUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVap17maUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVap17maUK .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVap17maUK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVap17maUK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVap17maUK .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVap17maUK .items-wrapper {
  margin: 0 -8px;
}
.cid-uVap17maUK .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uVap17maUK .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uVap17maUK .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uVap17maUK .btn-wrapper {
  margin-right: 9%;
}
.cid-uVap17maUK .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uVap17maUK .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uVap17maUK .card-title_1 {
  color: #ffffff;
}
.cid-uVap17maUK .card-title_2 {
  color: #ffffff;
}
.cid-uVap17maUK .card-title_3 {
  color: #ffffff;
}
.cid-uVap17maUK .card-price_1 {
  color: #ffffff;
}
.cid-uVap17maUK .card-price_2 {
  color: #ffffff;
}
.cid-uVap17maUK .card-price_3 {
  color: #ffffff;
}
.cid-uVap17maUK .card-text_1 {
  color: #ffffff;
}
.cid-uVap17maUK .card-text_2 {
  color: #ffffff;
}
.cid-uVap17maUK .card-text_3 {
  color: #ffffff;
}
#custom-html-2 {
  /* Type valid CSS here */
}
#custom-html-2 div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-2 p {
  font-size: 60px;
  color: #171616;
}
.cid-uZituF3Zgc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZituF3Zgc nav.navbar {
  position: fixed;
}
.cid-uZituF3Zgc .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZituF3Zgc .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZituF3Zgc .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-uZituF3Zgc .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZituF3Zgc .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZituF3Zgc .dropdown-item:hover,
.cid-uZituF3Zgc .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZituF3Zgc .dropdown-item:hover span {
  color: white;
}
.cid-uZituF3Zgc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZituF3Zgc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZituF3Zgc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZituF3Zgc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZituF3Zgc .nav-link {
  position: relative;
}
.cid-uZituF3Zgc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZituF3Zgc .container {
    flex-wrap: nowrap;
  }
}
.cid-uZituF3Zgc .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZituF3Zgc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZituF3Zgc .dropdown-menu,
.cid-uZituF3Zgc .navbar.opened {
  background: #111111 !important;
}
.cid-uZituF3Zgc .nav-item:focus,
.cid-uZituF3Zgc .nav-link:focus {
  outline: none;
}
.cid-uZituF3Zgc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZituF3Zgc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZituF3Zgc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZituF3Zgc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZituF3Zgc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZituF3Zgc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZituF3Zgc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZituF3Zgc .navbar.opened {
  transition: all 0.3s;
}
.cid-uZituF3Zgc .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZituF3Zgc .navbar .navbar-logo img {
  width: auto;
}
.cid-uZituF3Zgc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZituF3Zgc .navbar.collapsed {
  justify-content: center;
}
.cid-uZituF3Zgc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZituF3Zgc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZituF3Zgc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZituF3Zgc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZituF3Zgc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZituF3Zgc .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-uZituF3Zgc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZituF3Zgc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZituF3Zgc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZituF3Zgc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZituF3Zgc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZituF3Zgc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZituF3Zgc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZituF3Zgc .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-uZituF3Zgc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZituF3Zgc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZituF3Zgc .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZituF3Zgc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZituF3Zgc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZituF3Zgc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZituF3Zgc .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZituF3Zgc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZituF3Zgc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZituF3Zgc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZituF3Zgc .navbar-brand .navbar-caption:hover,
.cid-uZituF3Zgc .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZituF3Zgc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZituF3Zgc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZituF3Zgc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZituF3Zgc .dropdown-item.active,
.cid-uZituF3Zgc .dropdown-item:active {
  background-color: transparent;
}
.cid-uZituF3Zgc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZituF3Zgc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZituF3Zgc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZituF3Zgc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZituF3Zgc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZituF3Zgc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZituF3Zgc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZituF3Zgc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZituF3Zgc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZituF3Zgc .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZituF3Zgc .navbar-buttons {
    text-align: left;
  }
}
.cid-uZituF3Zgc .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZituF3Zgc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZituF3Zgc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZituF3Zgc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZituF3Zgc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZituF3Zgc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZituF3Zgc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZituF3Zgc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZituF3Zgc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZituF3Zgc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZituF3Zgc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZituF3Zgc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZituF3Zgc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZituF3Zgc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZituF3Zgc .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-uZituF3Zgc .navbar {
    height: 70px;
  }
  .cid-uZituF3Zgc .navbar.opened {
    height: auto;
  }
  .cid-uZituF3Zgc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZituF3Zgc .navbar-nav {
  margin: 0 auto;
}
.cid-uZituF3Zgc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZituF3Zgc .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZituF3Zgc .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZituF3Zgc .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZituF3Zgc .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZituF3Zgc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZituF3Zgc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZituF3Zgc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZituF3Zgc .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZituF3Zgc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZituF3Zgc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZituF3Zgc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZituF3Zgc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZituF3Zgc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZituF3Zgc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZituF3Zgc .content-wrap {
  min-height: 110px;
}
.cid-uZituFzvdy {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZituFzvdy::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZituFzvdy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZituFzvdy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZituFzvdy .card {
  justify-content: flex-end;
}
.cid-uZituFzvdy .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZituFzvdy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZituFzvdy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZituFzvdy .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZituFzvdy .mbr-label {
  color: #ffffff;
}
.cid-uZituFzvdy .mbr-section-title {
  color: #ffffff;
}
.cid-uZituFzvdy .mbr-text {
  color: #ffffff;
}
.cid-uZituFUlDx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZituFUlDx {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZituFUlDx .item:focus,
.cid-uZituFUlDx span:focus {
  outline: none;
}
.cid-uZituFUlDx .item {
  cursor: pointer;
}
.cid-uZituFUlDx .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZituFUlDx .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZituFUlDx .grid-container-1,
.cid-uZituFUlDx .grid-container-2,
.cid-uZituFUlDx .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZituFUlDx .grid-container-1,
  .cid-uZituFUlDx .grid-container-2,
  .cid-uZituFUlDx .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZituFUlDx .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZituFUlDx .content-head {
  max-width: 800px;
}
.cid-uZituFUlDx .container,
.cid-uZituFUlDx .container-fluid {
  overflow: hidden;
}
.cid-uZituFUlDx .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZituFUlDx .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZituFUlDx .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZituFUlDx .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZituFUlDx .grid-container::before {
    height: 100%;
  }
}
.cid-uZituFUlDx .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZituFUlDx .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZituFUlDx .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZituFUlDx .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZituFUlDx .grid-item img {
    height: 140px;
  }
}
.cid-uZituFUlDx .grid-container-1,
.cid-uZituFUlDx .grid-container-2,
.cid-uZituFUlDx .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZituFUlDx .grid-container-1 {
  align-items: flex-end;
}
.cid-uZituFUlDx .grid-container-2 {
  align-items: flex-start;
}
.cid-uZituGcgrT {
  background-color: #eeeef4;
}
.cid-uZituGcgrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZituGcgrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZituGcgrT .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZituGcgrT .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZituGcgrT .content-wrapper {
    width: 100%;
  }
}
.cid-uZituGcgrT .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZituGcgrT .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZituGcgrT .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZituGcgrT .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZituGcgrT .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZituGcgrT .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZituGcgrT .content-wrapper .desc-wrapper::before,
.cid-uZituGcgrT .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZituGcgrT .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZituGcgrT .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZituGcgrT .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZituGcgrT .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZituGcgrT .mbr-section-title {
  color: #181824;
}
.cid-uZituGcgrT .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZituGcgrT .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZituGcgrT .mbr-section-title,
.cid-uZituGcgrT .mbr-section-btn {
  text-align: center;
}
.cid-uZituGcgrT .mbr-section-title,
.cid-uZituGcgrT .mbr-section-btn,
.cid-uZituGcgrT .logo-wrapper {
  text-align: left;
}
.cid-uZituGSXIa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZituGSXIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZituGSXIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZituGSXIa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZituGSXIa .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZituGSXIa .embla__slide .slide-content {
  width: 100%;
}
.cid-uZituGSXIa .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZituGSXIa .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZituGSXIa .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZituGSXIa .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZituGSXIa .embla__button--next,
.cid-uZituGSXIa .embla__button--prev {
  display: flex;
}
.cid-uZituGSXIa .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZituGSXIa .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZituGSXIa .embla__button:hover::before {
  opacity: .5;
}
.cid-uZituGSXIa .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZituGSXIa .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZituGSXIa .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZituGSXIa .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZituGSXIa .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZituGSXIa .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZituGSXIa .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZituGSXIa .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZituGSXIa .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZituGSXIa .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZituGSXIa .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZituGSXIa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZituGSXIa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZituGSXIa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZituGSXIa .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZituHievs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZituHievs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZituHievs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZituHievs .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZituHievs .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZituHievs .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZituHievs .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZituHievs .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZituHievs .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZituHievs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZituHievs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZituHievs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZituHievs .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZituHievs .embla__slide .slide-content {
  width: 100%;
}
.cid-uZituHievs .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZituHievs .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZituHievs .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZituHievs .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZituHievs .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZituHievs .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZituHievs .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZituHievs .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZituHievs .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZituHievs .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZituHievs .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZituHievs .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZituHievs .embla__button--next,
.cid-uZituHievs .embla__button--prev {
  display: flex;
}
.cid-uZituHievs .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZituHievs .embla__button {
    top: 0;
  }
}
.cid-uZituHievs .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZituHievs .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZituHievs .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZituHievs .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZituHievs .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZituHievs .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZituHievs .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZituHievs .embla {
    padding-top: 6rem;
  }
}
.cid-uZituHievs .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZituHievs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZituHievs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZituHievs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZituHievs .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZituHievs .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZituHievs .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZituHievs .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZituHievs .mbr-text,
.cid-uZituHievs .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZituHievs .card-name {
  color: #ffffff;
}
.cid-uZituHievs .card-role {
  color: #ffffff;
}
.cid-uZituHievs .card-text {
  color: #ffffff;
}
.cid-uZituI2xCK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZituI2xCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZituI2xCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZituI2xCK .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZituI2xCK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZituI2xCK .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZituI2xCK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZituI2xCK .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZituI2xCK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZituI2xCK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZituI2xCK .items-wrapper {
  align-items: center;
}
.cid-uZituI2xCK .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZituI2xCK .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZituI2xCK .items-wrapper .item:hover .item-wrapper::before,
.cid-uZituI2xCK .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZituI2xCK .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZituI2xCK .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZituI2xCK .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZituI2xCK .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZituI2xCK .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZituI2xCK .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZituI2xCK .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZituI2xCK .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZituI2xCK .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZituI2xCK .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZituI2xCK .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZituI2xCK .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZituI2xCK .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZituI2xCK .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZituI2xCK .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZituI2xCK .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZituI2xCK .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZituI2xCK .mbr-text,
.cid-uZituI2xCK .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZituIrsSI {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZituIrsSI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZituIrsSI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZituIrsSI .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZituIrsSI .image-wrap {
    height: 350px;
  }
}
.cid-uZituIJvOm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZituIJvOm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZituIJvOm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZituIJvOm .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZituIJvOm .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZituIJvOm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZituIJvOm .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZituIJvOm .items-wrapper {
  margin: 0 -8px;
}
.cid-uZituIJvOm .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZituIJvOm .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZituIJvOm .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZituIJvOm .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZituIJvOm .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZituIJvOm .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZituIJvOm .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZituIJvOm .btn-wrapper {
  margin-right: 9%;
}
.cid-uZituIJvOm .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZituIJvOm .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZituIJvOm .card-title_1 {
  color: #ffffff;
}
.cid-uZituIJvOm .card-title_2 {
  color: #ffffff;
}
.cid-uZituIJvOm .card-title_3 {
  color: #ffffff;
}
.cid-uZituIJvOm .card-price_1 {
  color: #ffffff;
}
.cid-uZituIJvOm .card-price_2 {
  color: #ffffff;
}
.cid-uZituIJvOm .card-price_3 {
  color: #ffffff;
}
.cid-uZituIJvOm .card-text_1 {
  color: #ffffff;
}
.cid-uZituIJvOm .card-text_2 {
  color: #ffffff;
}
.cid-uZituIJvOm .card-text_3 {
  color: #ffffff;
}
#custom-html-c {
  /* Type valid CSS here */
}
#custom-html-c div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-c p {
  font-size: 60px;
  color: #171616;
}
.cid-uZitAJhRx3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZitAJhRx3 nav.navbar {
  position: fixed;
}
.cid-uZitAJhRx3 .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZitAJhRx3 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZitAJhRx3 .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-uZitAJhRx3 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZitAJhRx3 .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZitAJhRx3 .dropdown-item:hover,
.cid-uZitAJhRx3 .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZitAJhRx3 .dropdown-item:hover span {
  color: white;
}
.cid-uZitAJhRx3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZitAJhRx3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZitAJhRx3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZitAJhRx3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZitAJhRx3 .nav-link {
  position: relative;
}
.cid-uZitAJhRx3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZitAJhRx3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZitAJhRx3 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZitAJhRx3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZitAJhRx3 .dropdown-menu,
.cid-uZitAJhRx3 .navbar.opened {
  background: #111111 !important;
}
.cid-uZitAJhRx3 .nav-item:focus,
.cid-uZitAJhRx3 .nav-link:focus {
  outline: none;
}
.cid-uZitAJhRx3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZitAJhRx3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZitAJhRx3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZitAJhRx3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZitAJhRx3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZitAJhRx3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZitAJhRx3 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZitAJhRx3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZitAJhRx3 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZitAJhRx3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZitAJhRx3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZitAJhRx3 .navbar.collapsed {
  justify-content: center;
}
.cid-uZitAJhRx3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZitAJhRx3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZitAJhRx3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZitAJhRx3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZitAJhRx3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZitAJhRx3 .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-uZitAJhRx3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZitAJhRx3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZitAJhRx3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZitAJhRx3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZitAJhRx3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZitAJhRx3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZitAJhRx3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZitAJhRx3 .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-uZitAJhRx3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZitAJhRx3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZitAJhRx3 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZitAJhRx3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZitAJhRx3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZitAJhRx3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZitAJhRx3 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZitAJhRx3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZitAJhRx3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZitAJhRx3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZitAJhRx3 .navbar-brand .navbar-caption:hover,
.cid-uZitAJhRx3 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZitAJhRx3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZitAJhRx3 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZitAJhRx3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZitAJhRx3 .dropdown-item.active,
.cid-uZitAJhRx3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZitAJhRx3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZitAJhRx3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZitAJhRx3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZitAJhRx3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZitAJhRx3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZitAJhRx3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZitAJhRx3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZitAJhRx3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZitAJhRx3 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZitAJhRx3 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZitAJhRx3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZitAJhRx3 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZitAJhRx3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZitAJhRx3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZitAJhRx3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZitAJhRx3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZitAJhRx3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZitAJhRx3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZitAJhRx3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZitAJhRx3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZitAJhRx3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZitAJhRx3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZitAJhRx3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZitAJhRx3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZitAJhRx3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZitAJhRx3 .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-uZitAJhRx3 .navbar {
    height: 70px;
  }
  .cid-uZitAJhRx3 .navbar.opened {
    height: auto;
  }
  .cid-uZitAJhRx3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZitAJhRx3 .navbar-nav {
  margin: 0 auto;
}
.cid-uZitAJhRx3 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZitAJhRx3 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZitAJhRx3 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZitAJhRx3 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZitAJhRx3 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZitAJhRx3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZitAJhRx3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZitAJhRx3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZitAJhRx3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZitAJhRx3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZitAJhRx3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZitAJhRx3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZitAJhRx3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZitAJhRx3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZitAJhRx3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZitAJhRx3 .content-wrap {
  min-height: 110px;
}
.cid-uZitAJMSJ5 {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZitAJMSJ5::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZitAJMSJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitAJMSJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitAJMSJ5 .card {
  justify-content: flex-end;
}
.cid-uZitAJMSJ5 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZitAJMSJ5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZitAJMSJ5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZitAJMSJ5 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZitAJMSJ5 .mbr-label {
  color: #ffffff;
}
.cid-uZitAJMSJ5 .mbr-section-title {
  color: #ffffff;
}
.cid-uZitAJMSJ5 .mbr-text {
  color: #ffffff;
}
.cid-uZitAK5WGJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZitAK5WGJ {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZitAK5WGJ .item:focus,
.cid-uZitAK5WGJ span:focus {
  outline: none;
}
.cid-uZitAK5WGJ .item {
  cursor: pointer;
}
.cid-uZitAK5WGJ .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZitAK5WGJ .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZitAK5WGJ .grid-container-1,
.cid-uZitAK5WGJ .grid-container-2,
.cid-uZitAK5WGJ .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZitAK5WGJ .grid-container-1,
  .cid-uZitAK5WGJ .grid-container-2,
  .cid-uZitAK5WGJ .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZitAK5WGJ .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZitAK5WGJ .content-head {
  max-width: 800px;
}
.cid-uZitAK5WGJ .container,
.cid-uZitAK5WGJ .container-fluid {
  overflow: hidden;
}
.cid-uZitAK5WGJ .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZitAK5WGJ .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZitAK5WGJ .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZitAK5WGJ .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZitAK5WGJ .grid-container::before {
    height: 100%;
  }
}
.cid-uZitAK5WGJ .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZitAK5WGJ .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZitAK5WGJ .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZitAK5WGJ .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZitAK5WGJ .grid-item img {
    height: 140px;
  }
}
.cid-uZitAK5WGJ .grid-container-1,
.cid-uZitAK5WGJ .grid-container-2,
.cid-uZitAK5WGJ .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZitAK5WGJ .grid-container-1 {
  align-items: flex-end;
}
.cid-uZitAK5WGJ .grid-container-2 {
  align-items: flex-start;
}
.cid-uZitAKlGaX {
  background-color: #eeeef4;
}
.cid-uZitAKlGaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitAKlGaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitAKlGaX .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZitAKlGaX .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZitAKlGaX .content-wrapper {
    width: 100%;
  }
}
.cid-uZitAKlGaX .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZitAKlGaX .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZitAKlGaX .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZitAKlGaX .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZitAKlGaX .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZitAKlGaX .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZitAKlGaX .content-wrapper .desc-wrapper::before,
.cid-uZitAKlGaX .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZitAKlGaX .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZitAKlGaX .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZitAKlGaX .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZitAKlGaX .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZitAKlGaX .mbr-section-title {
  color: #181824;
}
.cid-uZitAKlGaX .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZitAKlGaX .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZitAKlGaX .mbr-section-title,
.cid-uZitAKlGaX .mbr-section-btn {
  text-align: center;
}
.cid-uZitAKlGaX .mbr-section-title,
.cid-uZitAKlGaX .mbr-section-btn,
.cid-uZitAKlGaX .logo-wrapper {
  text-align: left;
}
.cid-uZitAL0g9R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitAL0g9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitAL0g9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitAL0g9R .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZitAL0g9R .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZitAL0g9R .embla__slide .slide-content {
  width: 100%;
}
.cid-uZitAL0g9R .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZitAL0g9R .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZitAL0g9R .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZitAL0g9R .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZitAL0g9R .embla__button--next,
.cid-uZitAL0g9R .embla__button--prev {
  display: flex;
}
.cid-uZitAL0g9R .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZitAL0g9R .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZitAL0g9R .embla__button:hover::before {
  opacity: .5;
}
.cid-uZitAL0g9R .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZitAL0g9R .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZitAL0g9R .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZitAL0g9R .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZitAL0g9R .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZitAL0g9R .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZitAL0g9R .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZitAL0g9R .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZitAL0g9R .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZitAL0g9R .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZitAL0g9R .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZitAL0g9R .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZitAL0g9R .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZitAL0g9R .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZitAL0g9R .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZitALmiwD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZitALmiwD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitALmiwD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitALmiwD .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitALmiwD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitALmiwD .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZitALmiwD .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZitALmiwD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitALmiwD .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitALmiwD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZitALmiwD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZitALmiwD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZitALmiwD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZitALmiwD .embla__slide .slide-content {
  width: 100%;
}
.cid-uZitALmiwD .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZitALmiwD .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZitALmiwD .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZitALmiwD .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZitALmiwD .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZitALmiwD .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZitALmiwD .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZitALmiwD .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZitALmiwD .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZitALmiwD .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZitALmiwD .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZitALmiwD .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZitALmiwD .embla__button--next,
.cid-uZitALmiwD .embla__button--prev {
  display: flex;
}
.cid-uZitALmiwD .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZitALmiwD .embla__button {
    top: 0;
  }
}
.cid-uZitALmiwD .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZitALmiwD .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZitALmiwD .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZitALmiwD .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZitALmiwD .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZitALmiwD .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZitALmiwD .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZitALmiwD .embla {
    padding-top: 6rem;
  }
}
.cid-uZitALmiwD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZitALmiwD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZitALmiwD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZitALmiwD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZitALmiwD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZitALmiwD .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZitALmiwD .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitALmiwD .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitALmiwD .mbr-text,
.cid-uZitALmiwD .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZitALmiwD .card-name {
  color: #ffffff;
}
.cid-uZitALmiwD .card-role {
  color: #ffffff;
}
.cid-uZitALmiwD .card-text {
  color: #ffffff;
}
.cid-uZitAM42BU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitAM42BU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitAM42BU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitAM42BU .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitAM42BU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitAM42BU .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZitAM42BU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitAM42BU .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitAM42BU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZitAM42BU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZitAM42BU .items-wrapper {
  align-items: center;
}
.cid-uZitAM42BU .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZitAM42BU .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZitAM42BU .items-wrapper .item:hover .item-wrapper::before,
.cid-uZitAM42BU .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZitAM42BU .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZitAM42BU .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZitAM42BU .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZitAM42BU .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZitAM42BU .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZitAM42BU .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZitAM42BU .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZitAM42BU .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZitAM42BU .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZitAM42BU .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZitAM42BU .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZitAM42BU .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZitAM42BU .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZitAM42BU .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZitAM42BU .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZitAM42BU .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitAM42BU .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitAM42BU .mbr-text,
.cid-uZitAM42BU .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZitAMtLaq {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZitAMtLaq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitAMtLaq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitAMtLaq .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZitAMtLaq .image-wrap {
    height: 350px;
  }
}
.cid-uZitAMKSYF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitAMKSYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitAMKSYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitAMKSYF .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitAMKSYF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitAMKSYF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitAMKSYF .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitAMKSYF .items-wrapper {
  margin: 0 -8px;
}
.cid-uZitAMKSYF .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZitAMKSYF .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZitAMKSYF .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZitAMKSYF .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZitAMKSYF .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZitAMKSYF .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZitAMKSYF .btn-wrapper {
  margin-right: 9%;
}
.cid-uZitAMKSYF .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitAMKSYF .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitAMKSYF .card-title_1 {
  color: #ffffff;
}
.cid-uZitAMKSYF .card-title_2 {
  color: #ffffff;
}
.cid-uZitAMKSYF .card-title_3 {
  color: #ffffff;
}
.cid-uZitAMKSYF .card-price_1 {
  color: #ffffff;
}
.cid-uZitAMKSYF .card-price_2 {
  color: #ffffff;
}
.cid-uZitAMKSYF .card-price_3 {
  color: #ffffff;
}
.cid-uZitAMKSYF .card-text_1 {
  color: #ffffff;
}
.cid-uZitAMKSYF .card-text_2 {
  color: #ffffff;
}
.cid-uZitAMKSYF .card-text_3 {
  color: #ffffff;
}
#custom-html-m {
  /* Type valid CSS here */
}
#custom-html-m div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-m p {
  font-size: 60px;
  color: #171616;
}
.cid-uZitCKDGK8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZitCKDGK8 nav.navbar {
  position: fixed;
}
.cid-uZitCKDGK8 .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZitCKDGK8 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZitCKDGK8 .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-uZitCKDGK8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZitCKDGK8 .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZitCKDGK8 .dropdown-item:hover,
.cid-uZitCKDGK8 .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZitCKDGK8 .dropdown-item:hover span {
  color: white;
}
.cid-uZitCKDGK8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZitCKDGK8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZitCKDGK8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZitCKDGK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZitCKDGK8 .nav-link {
  position: relative;
}
.cid-uZitCKDGK8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZitCKDGK8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZitCKDGK8 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZitCKDGK8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZitCKDGK8 .dropdown-menu,
.cid-uZitCKDGK8 .navbar.opened {
  background: #111111 !important;
}
.cid-uZitCKDGK8 .nav-item:focus,
.cid-uZitCKDGK8 .nav-link:focus {
  outline: none;
}
.cid-uZitCKDGK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZitCKDGK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZitCKDGK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZitCKDGK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZitCKDGK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZitCKDGK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZitCKDGK8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZitCKDGK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZitCKDGK8 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZitCKDGK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZitCKDGK8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZitCKDGK8 .navbar.collapsed {
  justify-content: center;
}
.cid-uZitCKDGK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZitCKDGK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZitCKDGK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZitCKDGK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZitCKDGK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZitCKDGK8 .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-uZitCKDGK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZitCKDGK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZitCKDGK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZitCKDGK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZitCKDGK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZitCKDGK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZitCKDGK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZitCKDGK8 .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-uZitCKDGK8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZitCKDGK8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZitCKDGK8 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZitCKDGK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZitCKDGK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZitCKDGK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZitCKDGK8 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZitCKDGK8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZitCKDGK8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZitCKDGK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZitCKDGK8 .navbar-brand .navbar-caption:hover,
.cid-uZitCKDGK8 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZitCKDGK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZitCKDGK8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZitCKDGK8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZitCKDGK8 .dropdown-item.active,
.cid-uZitCKDGK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZitCKDGK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZitCKDGK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZitCKDGK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZitCKDGK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZitCKDGK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZitCKDGK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZitCKDGK8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZitCKDGK8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZitCKDGK8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZitCKDGK8 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZitCKDGK8 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZitCKDGK8 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZitCKDGK8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZitCKDGK8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZitCKDGK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZitCKDGK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZitCKDGK8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZitCKDGK8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZitCKDGK8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZitCKDGK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZitCKDGK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZitCKDGK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZitCKDGK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZitCKDGK8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZitCKDGK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZitCKDGK8 .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-uZitCKDGK8 .navbar {
    height: 70px;
  }
  .cid-uZitCKDGK8 .navbar.opened {
    height: auto;
  }
  .cid-uZitCKDGK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZitCKDGK8 .navbar-nav {
  margin: 0 auto;
}
.cid-uZitCKDGK8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZitCKDGK8 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZitCKDGK8 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZitCKDGK8 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZitCKDGK8 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZitCKDGK8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZitCKDGK8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZitCKDGK8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZitCKDGK8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZitCKDGK8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZitCKDGK8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZitCKDGK8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZitCKDGK8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZitCKDGK8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZitCKDGK8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZitCKDGK8 .content-wrap {
  min-height: 110px;
}
.cid-uZitCL6Rhm {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZitCL6Rhm::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZitCL6Rhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitCL6Rhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitCL6Rhm .card {
  justify-content: flex-end;
}
.cid-uZitCL6Rhm .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZitCL6Rhm .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZitCL6Rhm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZitCL6Rhm .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZitCL6Rhm .mbr-label {
  color: #ffffff;
}
.cid-uZitCL6Rhm .mbr-section-title {
  color: #ffffff;
}
.cid-uZitCL6Rhm .mbr-text {
  color: #ffffff;
}
.cid-uZitCLoQQ7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZitCLoQQ7 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZitCLoQQ7 .item:focus,
.cid-uZitCLoQQ7 span:focus {
  outline: none;
}
.cid-uZitCLoQQ7 .item {
  cursor: pointer;
}
.cid-uZitCLoQQ7 .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZitCLoQQ7 .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZitCLoQQ7 .grid-container-1,
.cid-uZitCLoQQ7 .grid-container-2,
.cid-uZitCLoQQ7 .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZitCLoQQ7 .grid-container-1,
  .cid-uZitCLoQQ7 .grid-container-2,
  .cid-uZitCLoQQ7 .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZitCLoQQ7 .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZitCLoQQ7 .content-head {
  max-width: 800px;
}
.cid-uZitCLoQQ7 .container,
.cid-uZitCLoQQ7 .container-fluid {
  overflow: hidden;
}
.cid-uZitCLoQQ7 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZitCLoQQ7 .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZitCLoQQ7 .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZitCLoQQ7 .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZitCLoQQ7 .grid-container::before {
    height: 100%;
  }
}
.cid-uZitCLoQQ7 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZitCLoQQ7 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZitCLoQQ7 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZitCLoQQ7 .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZitCLoQQ7 .grid-item img {
    height: 140px;
  }
}
.cid-uZitCLoQQ7 .grid-container-1,
.cid-uZitCLoQQ7 .grid-container-2,
.cid-uZitCLoQQ7 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZitCLoQQ7 .grid-container-1 {
  align-items: flex-end;
}
.cid-uZitCLoQQ7 .grid-container-2 {
  align-items: flex-start;
}
.cid-uZitCLDQKz {
  background-color: #eeeef4;
}
.cid-uZitCLDQKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitCLDQKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitCLDQKz .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZitCLDQKz .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZitCLDQKz .content-wrapper {
    width: 100%;
  }
}
.cid-uZitCLDQKz .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZitCLDQKz .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZitCLDQKz .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZitCLDQKz .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZitCLDQKz .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZitCLDQKz .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZitCLDQKz .content-wrapper .desc-wrapper::before,
.cid-uZitCLDQKz .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZitCLDQKz .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZitCLDQKz .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZitCLDQKz .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZitCLDQKz .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZitCLDQKz .mbr-section-title {
  color: #181824;
}
.cid-uZitCLDQKz .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZitCLDQKz .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZitCLDQKz .mbr-section-title,
.cid-uZitCLDQKz .mbr-section-btn {
  text-align: center;
}
.cid-uZitCLDQKz .mbr-section-title,
.cid-uZitCLDQKz .mbr-section-btn,
.cid-uZitCLDQKz .logo-wrapper {
  text-align: left;
}
.cid-uZitCMkXL8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitCMkXL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitCMkXL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitCMkXL8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZitCMkXL8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZitCMkXL8 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZitCMkXL8 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZitCMkXL8 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZitCMkXL8 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZitCMkXL8 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZitCMkXL8 .embla__button--next,
.cid-uZitCMkXL8 .embla__button--prev {
  display: flex;
}
.cid-uZitCMkXL8 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZitCMkXL8 .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZitCMkXL8 .embla__button:hover::before {
  opacity: .5;
}
.cid-uZitCMkXL8 .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZitCMkXL8 .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZitCMkXL8 .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZitCMkXL8 .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZitCMkXL8 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZitCMkXL8 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZitCMkXL8 .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZitCMkXL8 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZitCMkXL8 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZitCMkXL8 .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZitCMkXL8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZitCMkXL8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZitCMkXL8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZitCMkXL8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZitCMkXL8 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZitCMIPKV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZitCMIPKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitCMIPKV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitCMIPKV .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitCMIPKV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitCMIPKV .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZitCMIPKV .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZitCMIPKV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitCMIPKV .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitCMIPKV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZitCMIPKV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZitCMIPKV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZitCMIPKV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZitCMIPKV .embla__slide .slide-content {
  width: 100%;
}
.cid-uZitCMIPKV .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZitCMIPKV .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZitCMIPKV .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZitCMIPKV .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZitCMIPKV .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZitCMIPKV .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZitCMIPKV .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZitCMIPKV .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZitCMIPKV .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZitCMIPKV .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZitCMIPKV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZitCMIPKV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZitCMIPKV .embla__button--next,
.cid-uZitCMIPKV .embla__button--prev {
  display: flex;
}
.cid-uZitCMIPKV .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZitCMIPKV .embla__button {
    top: 0;
  }
}
.cid-uZitCMIPKV .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZitCMIPKV .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZitCMIPKV .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZitCMIPKV .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZitCMIPKV .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZitCMIPKV .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZitCMIPKV .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZitCMIPKV .embla {
    padding-top: 6rem;
  }
}
.cid-uZitCMIPKV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZitCMIPKV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZitCMIPKV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZitCMIPKV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZitCMIPKV .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZitCMIPKV .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZitCMIPKV .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitCMIPKV .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitCMIPKV .mbr-text,
.cid-uZitCMIPKV .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZitCMIPKV .card-name {
  color: #ffffff;
}
.cid-uZitCMIPKV .card-role {
  color: #ffffff;
}
.cid-uZitCMIPKV .card-text {
  color: #ffffff;
}
.cid-uZitCNo2AT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitCNo2AT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitCNo2AT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitCNo2AT .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitCNo2AT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitCNo2AT .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZitCNo2AT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitCNo2AT .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitCNo2AT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZitCNo2AT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZitCNo2AT .items-wrapper {
  align-items: center;
}
.cid-uZitCNo2AT .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZitCNo2AT .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZitCNo2AT .items-wrapper .item:hover .item-wrapper::before,
.cid-uZitCNo2AT .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZitCNo2AT .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZitCNo2AT .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZitCNo2AT .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZitCNo2AT .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZitCNo2AT .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZitCNo2AT .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZitCNo2AT .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZitCNo2AT .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZitCNo2AT .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZitCNo2AT .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZitCNo2AT .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZitCNo2AT .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZitCNo2AT .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZitCNo2AT .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZitCNo2AT .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZitCNo2AT .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitCNo2AT .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitCNo2AT .mbr-text,
.cid-uZitCNo2AT .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZitCNNN6v {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZitCNNN6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitCNNN6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitCNNN6v .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZitCNNN6v .image-wrap {
    height: 350px;
  }
}
.cid-uZitCO7sCO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitCO7sCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitCO7sCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitCO7sCO .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitCO7sCO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitCO7sCO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitCO7sCO .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitCO7sCO .items-wrapper {
  margin: 0 -8px;
}
.cid-uZitCO7sCO .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZitCO7sCO .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZitCO7sCO .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZitCO7sCO .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZitCO7sCO .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZitCO7sCO .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZitCO7sCO .btn-wrapper {
  margin-right: 9%;
}
.cid-uZitCO7sCO .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitCO7sCO .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitCO7sCO .card-title_1 {
  color: #ffffff;
}
.cid-uZitCO7sCO .card-title_2 {
  color: #ffffff;
}
.cid-uZitCO7sCO .card-title_3 {
  color: #ffffff;
}
.cid-uZitCO7sCO .card-price_1 {
  color: #ffffff;
}
.cid-uZitCO7sCO .card-price_2 {
  color: #ffffff;
}
.cid-uZitCO7sCO .card-price_3 {
  color: #ffffff;
}
.cid-uZitCO7sCO .card-text_1 {
  color: #ffffff;
}
.cid-uZitCO7sCO .card-text_2 {
  color: #ffffff;
}
.cid-uZitCO7sCO .card-text_3 {
  color: #ffffff;
}
#custom-html-w {
  /* Type valid CSS here */
}
#custom-html-w div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-w p {
  font-size: 60px;
  color: #171616;
}
.cid-uZitEtvQYx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZitEtvQYx nav.navbar {
  position: fixed;
}
.cid-uZitEtvQYx .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZitEtvQYx .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZitEtvQYx .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-uZitEtvQYx .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZitEtvQYx .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZitEtvQYx .dropdown-item:hover,
.cid-uZitEtvQYx .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZitEtvQYx .dropdown-item:hover span {
  color: white;
}
.cid-uZitEtvQYx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZitEtvQYx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZitEtvQYx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZitEtvQYx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZitEtvQYx .nav-link {
  position: relative;
}
.cid-uZitEtvQYx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZitEtvQYx .container {
    flex-wrap: nowrap;
  }
}
.cid-uZitEtvQYx .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZitEtvQYx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZitEtvQYx .dropdown-menu,
.cid-uZitEtvQYx .navbar.opened {
  background: #111111 !important;
}
.cid-uZitEtvQYx .nav-item:focus,
.cid-uZitEtvQYx .nav-link:focus {
  outline: none;
}
.cid-uZitEtvQYx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZitEtvQYx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZitEtvQYx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZitEtvQYx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZitEtvQYx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZitEtvQYx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZitEtvQYx .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZitEtvQYx .navbar.opened {
  transition: all 0.3s;
}
.cid-uZitEtvQYx .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZitEtvQYx .navbar .navbar-logo img {
  width: auto;
}
.cid-uZitEtvQYx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZitEtvQYx .navbar.collapsed {
  justify-content: center;
}
.cid-uZitEtvQYx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZitEtvQYx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZitEtvQYx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZitEtvQYx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZitEtvQYx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZitEtvQYx .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-uZitEtvQYx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZitEtvQYx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZitEtvQYx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZitEtvQYx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZitEtvQYx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZitEtvQYx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZitEtvQYx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZitEtvQYx .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-uZitEtvQYx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZitEtvQYx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZitEtvQYx .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZitEtvQYx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZitEtvQYx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZitEtvQYx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZitEtvQYx .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZitEtvQYx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZitEtvQYx .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZitEtvQYx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZitEtvQYx .navbar-brand .navbar-caption:hover,
.cid-uZitEtvQYx .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZitEtvQYx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZitEtvQYx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZitEtvQYx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZitEtvQYx .dropdown-item.active,
.cid-uZitEtvQYx .dropdown-item:active {
  background-color: transparent;
}
.cid-uZitEtvQYx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZitEtvQYx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZitEtvQYx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZitEtvQYx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZitEtvQYx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZitEtvQYx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZitEtvQYx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZitEtvQYx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZitEtvQYx ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZitEtvQYx .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZitEtvQYx .navbar-buttons {
    text-align: left;
  }
}
.cid-uZitEtvQYx .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZitEtvQYx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZitEtvQYx button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZitEtvQYx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZitEtvQYx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZitEtvQYx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZitEtvQYx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZitEtvQYx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZitEtvQYx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZitEtvQYx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZitEtvQYx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZitEtvQYx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZitEtvQYx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZitEtvQYx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZitEtvQYx .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-uZitEtvQYx .navbar {
    height: 70px;
  }
  .cid-uZitEtvQYx .navbar.opened {
    height: auto;
  }
  .cid-uZitEtvQYx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZitEtvQYx .navbar-nav {
  margin: 0 auto;
}
.cid-uZitEtvQYx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZitEtvQYx .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZitEtvQYx .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZitEtvQYx .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZitEtvQYx .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZitEtvQYx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZitEtvQYx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZitEtvQYx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZitEtvQYx .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZitEtvQYx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZitEtvQYx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZitEtvQYx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZitEtvQYx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZitEtvQYx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZitEtvQYx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZitEtvQYx .content-wrap {
  min-height: 110px;
}
.cid-uZitEtYrmz {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZitEtYrmz::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZitEtYrmz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitEtYrmz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitEtYrmz .card {
  justify-content: flex-end;
}
.cid-uZitEtYrmz .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZitEtYrmz .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZitEtYrmz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZitEtYrmz .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZitEtYrmz .mbr-label {
  color: #ffffff;
}
.cid-uZitEtYrmz .mbr-section-title {
  color: #ffffff;
}
.cid-uZitEtYrmz .mbr-text {
  color: #ffffff;
}
.cid-uZitEugryP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZitEugryP {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZitEugryP .item:focus,
.cid-uZitEugryP span:focus {
  outline: none;
}
.cid-uZitEugryP .item {
  cursor: pointer;
}
.cid-uZitEugryP .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZitEugryP .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZitEugryP .grid-container-1,
.cid-uZitEugryP .grid-container-2,
.cid-uZitEugryP .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZitEugryP .grid-container-1,
  .cid-uZitEugryP .grid-container-2,
  .cid-uZitEugryP .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZitEugryP .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZitEugryP .content-head {
  max-width: 800px;
}
.cid-uZitEugryP .container,
.cid-uZitEugryP .container-fluid {
  overflow: hidden;
}
.cid-uZitEugryP .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZitEugryP .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZitEugryP .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZitEugryP .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZitEugryP .grid-container::before {
    height: 100%;
  }
}
.cid-uZitEugryP .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZitEugryP .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZitEugryP .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZitEugryP .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZitEugryP .grid-item img {
    height: 140px;
  }
}
.cid-uZitEugryP .grid-container-1,
.cid-uZitEugryP .grid-container-2,
.cid-uZitEugryP .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZitEugryP .grid-container-1 {
  align-items: flex-end;
}
.cid-uZitEugryP .grid-container-2 {
  align-items: flex-start;
}
.cid-uZitEuxjIr {
  background-color: #eeeef4;
}
.cid-uZitEuxjIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitEuxjIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitEuxjIr .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZitEuxjIr .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZitEuxjIr .content-wrapper {
    width: 100%;
  }
}
.cid-uZitEuxjIr .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZitEuxjIr .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZitEuxjIr .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZitEuxjIr .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZitEuxjIr .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZitEuxjIr .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZitEuxjIr .content-wrapper .desc-wrapper::before,
.cid-uZitEuxjIr .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZitEuxjIr .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZitEuxjIr .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZitEuxjIr .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZitEuxjIr .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZitEuxjIr .mbr-section-title {
  color: #181824;
}
.cid-uZitEuxjIr .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZitEuxjIr .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZitEuxjIr .mbr-section-title,
.cid-uZitEuxjIr .mbr-section-btn {
  text-align: center;
}
.cid-uZitEuxjIr .mbr-section-title,
.cid-uZitEuxjIr .mbr-section-btn,
.cid-uZitEuxjIr .logo-wrapper {
  text-align: left;
}
.cid-uZitEvbC9V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitEvbC9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitEvbC9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitEvbC9V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZitEvbC9V .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZitEvbC9V .embla__slide .slide-content {
  width: 100%;
}
.cid-uZitEvbC9V .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZitEvbC9V .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZitEvbC9V .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZitEvbC9V .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZitEvbC9V .embla__button--next,
.cid-uZitEvbC9V .embla__button--prev {
  display: flex;
}
.cid-uZitEvbC9V .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZitEvbC9V .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZitEvbC9V .embla__button:hover::before {
  opacity: .5;
}
.cid-uZitEvbC9V .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZitEvbC9V .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZitEvbC9V .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZitEvbC9V .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZitEvbC9V .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZitEvbC9V .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZitEvbC9V .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZitEvbC9V .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZitEvbC9V .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZitEvbC9V .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZitEvbC9V .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZitEvbC9V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZitEvbC9V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZitEvbC9V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZitEvbC9V .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZitEvyW0J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZitEvyW0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitEvyW0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitEvyW0J .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitEvyW0J .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitEvyW0J .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZitEvyW0J .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZitEvyW0J .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitEvyW0J .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitEvyW0J .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZitEvyW0J .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZitEvyW0J .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZitEvyW0J .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZitEvyW0J .embla__slide .slide-content {
  width: 100%;
}
.cid-uZitEvyW0J .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZitEvyW0J .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZitEvyW0J .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZitEvyW0J .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZitEvyW0J .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZitEvyW0J .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZitEvyW0J .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZitEvyW0J .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZitEvyW0J .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZitEvyW0J .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZitEvyW0J .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZitEvyW0J .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZitEvyW0J .embla__button--next,
.cid-uZitEvyW0J .embla__button--prev {
  display: flex;
}
.cid-uZitEvyW0J .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZitEvyW0J .embla__button {
    top: 0;
  }
}
.cid-uZitEvyW0J .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZitEvyW0J .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZitEvyW0J .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZitEvyW0J .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZitEvyW0J .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZitEvyW0J .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZitEvyW0J .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZitEvyW0J .embla {
    padding-top: 6rem;
  }
}
.cid-uZitEvyW0J .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZitEvyW0J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZitEvyW0J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZitEvyW0J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZitEvyW0J .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZitEvyW0J .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZitEvyW0J .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitEvyW0J .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitEvyW0J .mbr-text,
.cid-uZitEvyW0J .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZitEvyW0J .card-name {
  color: #ffffff;
}
.cid-uZitEvyW0J .card-role {
  color: #ffffff;
}
.cid-uZitEvyW0J .card-text {
  color: #ffffff;
}
.cid-uZitEwd8oP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitEwd8oP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitEwd8oP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitEwd8oP .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitEwd8oP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitEwd8oP .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZitEwd8oP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitEwd8oP .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitEwd8oP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZitEwd8oP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZitEwd8oP .items-wrapper {
  align-items: center;
}
.cid-uZitEwd8oP .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZitEwd8oP .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZitEwd8oP .items-wrapper .item:hover .item-wrapper::before,
.cid-uZitEwd8oP .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZitEwd8oP .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZitEwd8oP .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZitEwd8oP .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZitEwd8oP .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZitEwd8oP .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZitEwd8oP .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZitEwd8oP .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZitEwd8oP .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZitEwd8oP .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZitEwd8oP .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZitEwd8oP .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZitEwd8oP .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZitEwd8oP .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZitEwd8oP .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZitEwd8oP .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZitEwd8oP .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitEwd8oP .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitEwd8oP .mbr-text,
.cid-uZitEwd8oP .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZitEwAjkf {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZitEwAjkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitEwAjkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitEwAjkf .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZitEwAjkf .image-wrap {
    height: 350px;
  }
}
.cid-uZitEwRlfn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitEwRlfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitEwRlfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitEwRlfn .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitEwRlfn .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitEwRlfn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitEwRlfn .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitEwRlfn .items-wrapper {
  margin: 0 -8px;
}
.cid-uZitEwRlfn .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZitEwRlfn .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZitEwRlfn .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZitEwRlfn .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZitEwRlfn .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZitEwRlfn .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZitEwRlfn .btn-wrapper {
  margin-right: 9%;
}
.cid-uZitEwRlfn .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitEwRlfn .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitEwRlfn .card-title_1 {
  color: #ffffff;
}
.cid-uZitEwRlfn .card-title_2 {
  color: #ffffff;
}
.cid-uZitEwRlfn .card-title_3 {
  color: #ffffff;
}
.cid-uZitEwRlfn .card-price_1 {
  color: #ffffff;
}
.cid-uZitEwRlfn .card-price_2 {
  color: #ffffff;
}
.cid-uZitEwRlfn .card-price_3 {
  color: #ffffff;
}
.cid-uZitEwRlfn .card-text_1 {
  color: #ffffff;
}
.cid-uZitEwRlfn .card-text_2 {
  color: #ffffff;
}
.cid-uZitEwRlfn .card-text_3 {
  color: #ffffff;
}
#custom-html-16 {
  /* Type valid CSS here */
}
#custom-html-16 div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-16 p {
  font-size: 60px;
  color: #171616;
}
.cid-uZitG7hKFD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZitG7hKFD nav.navbar {
  position: fixed;
}
.cid-uZitG7hKFD .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZitG7hKFD .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZitG7hKFD .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-uZitG7hKFD .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZitG7hKFD .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZitG7hKFD .dropdown-item:hover,
.cid-uZitG7hKFD .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZitG7hKFD .dropdown-item:hover span {
  color: white;
}
.cid-uZitG7hKFD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZitG7hKFD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZitG7hKFD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZitG7hKFD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZitG7hKFD .nav-link {
  position: relative;
}
.cid-uZitG7hKFD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZitG7hKFD .container {
    flex-wrap: nowrap;
  }
}
.cid-uZitG7hKFD .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZitG7hKFD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZitG7hKFD .dropdown-menu,
.cid-uZitG7hKFD .navbar.opened {
  background: #111111 !important;
}
.cid-uZitG7hKFD .nav-item:focus,
.cid-uZitG7hKFD .nav-link:focus {
  outline: none;
}
.cid-uZitG7hKFD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZitG7hKFD .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZitG7hKFD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZitG7hKFD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZitG7hKFD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZitG7hKFD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZitG7hKFD .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZitG7hKFD .navbar.opened {
  transition: all 0.3s;
}
.cid-uZitG7hKFD .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZitG7hKFD .navbar .navbar-logo img {
  width: auto;
}
.cid-uZitG7hKFD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZitG7hKFD .navbar.collapsed {
  justify-content: center;
}
.cid-uZitG7hKFD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZitG7hKFD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZitG7hKFD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZitG7hKFD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZitG7hKFD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZitG7hKFD .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-uZitG7hKFD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZitG7hKFD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZitG7hKFD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZitG7hKFD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZitG7hKFD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZitG7hKFD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZitG7hKFD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZitG7hKFD .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-uZitG7hKFD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZitG7hKFD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZitG7hKFD .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZitG7hKFD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZitG7hKFD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZitG7hKFD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZitG7hKFD .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZitG7hKFD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZitG7hKFD .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZitG7hKFD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZitG7hKFD .navbar-brand .navbar-caption:hover,
.cid-uZitG7hKFD .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZitG7hKFD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZitG7hKFD .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZitG7hKFD .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZitG7hKFD .dropdown-item.active,
.cid-uZitG7hKFD .dropdown-item:active {
  background-color: transparent;
}
.cid-uZitG7hKFD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZitG7hKFD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZitG7hKFD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZitG7hKFD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZitG7hKFD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZitG7hKFD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZitG7hKFD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZitG7hKFD ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZitG7hKFD ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZitG7hKFD .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZitG7hKFD .navbar-buttons {
    text-align: left;
  }
}
.cid-uZitG7hKFD .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZitG7hKFD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZitG7hKFD button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZitG7hKFD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZitG7hKFD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZitG7hKFD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZitG7hKFD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZitG7hKFD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZitG7hKFD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZitG7hKFD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZitG7hKFD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZitG7hKFD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZitG7hKFD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZitG7hKFD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZitG7hKFD .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-uZitG7hKFD .navbar {
    height: 70px;
  }
  .cid-uZitG7hKFD .navbar.opened {
    height: auto;
  }
  .cid-uZitG7hKFD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZitG7hKFD .navbar-nav {
  margin: 0 auto;
}
.cid-uZitG7hKFD .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZitG7hKFD .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZitG7hKFD .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZitG7hKFD .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZitG7hKFD .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZitG7hKFD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZitG7hKFD .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZitG7hKFD .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZitG7hKFD .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZitG7hKFD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZitG7hKFD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZitG7hKFD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZitG7hKFD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZitG7hKFD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZitG7hKFD .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZitG7hKFD .content-wrap {
  min-height: 110px;
}
.cid-uZitG7LVUR {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZitG7LVUR::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZitG7LVUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitG7LVUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitG7LVUR .card {
  justify-content: flex-end;
}
.cid-uZitG7LVUR .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZitG7LVUR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZitG7LVUR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZitG7LVUR .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZitG7LVUR .mbr-label {
  color: #ffffff;
}
.cid-uZitG7LVUR .mbr-section-title {
  color: #ffffff;
}
.cid-uZitG7LVUR .mbr-text {
  color: #ffffff;
}
.cid-uZitG84d0m {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZitG84d0m {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZitG84d0m .item:focus,
.cid-uZitG84d0m span:focus {
  outline: none;
}
.cid-uZitG84d0m .item {
  cursor: pointer;
}
.cid-uZitG84d0m .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZitG84d0m .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZitG84d0m .grid-container-1,
.cid-uZitG84d0m .grid-container-2,
.cid-uZitG84d0m .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZitG84d0m .grid-container-1,
  .cid-uZitG84d0m .grid-container-2,
  .cid-uZitG84d0m .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZitG84d0m .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZitG84d0m .content-head {
  max-width: 800px;
}
.cid-uZitG84d0m .container,
.cid-uZitG84d0m .container-fluid {
  overflow: hidden;
}
.cid-uZitG84d0m .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZitG84d0m .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZitG84d0m .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZitG84d0m .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZitG84d0m .grid-container::before {
    height: 100%;
  }
}
.cid-uZitG84d0m .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZitG84d0m .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZitG84d0m .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZitG84d0m .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZitG84d0m .grid-item img {
    height: 140px;
  }
}
.cid-uZitG84d0m .grid-container-1,
.cid-uZitG84d0m .grid-container-2,
.cid-uZitG84d0m .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZitG84d0m .grid-container-1 {
  align-items: flex-end;
}
.cid-uZitG84d0m .grid-container-2 {
  align-items: flex-start;
}
.cid-uZitG8j3xj {
  background-color: #eeeef4;
}
.cid-uZitG8j3xj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitG8j3xj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitG8j3xj .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZitG8j3xj .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZitG8j3xj .content-wrapper {
    width: 100%;
  }
}
.cid-uZitG8j3xj .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZitG8j3xj .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZitG8j3xj .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZitG8j3xj .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZitG8j3xj .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZitG8j3xj .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZitG8j3xj .content-wrapper .desc-wrapper::before,
.cid-uZitG8j3xj .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZitG8j3xj .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZitG8j3xj .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZitG8j3xj .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZitG8j3xj .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZitG8j3xj .mbr-section-title {
  color: #181824;
}
.cid-uZitG8j3xj .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZitG8j3xj .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZitG8j3xj .mbr-section-title,
.cid-uZitG8j3xj .mbr-section-btn {
  text-align: center;
}
.cid-uZitG8j3xj .mbr-section-title,
.cid-uZitG8j3xj .mbr-section-btn,
.cid-uZitG8j3xj .logo-wrapper {
  text-align: left;
}
.cid-uZitG8YwIB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitG8YwIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitG8YwIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitG8YwIB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZitG8YwIB .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZitG8YwIB .embla__slide .slide-content {
  width: 100%;
}
.cid-uZitG8YwIB .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZitG8YwIB .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZitG8YwIB .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZitG8YwIB .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZitG8YwIB .embla__button--next,
.cid-uZitG8YwIB .embla__button--prev {
  display: flex;
}
.cid-uZitG8YwIB .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZitG8YwIB .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZitG8YwIB .embla__button:hover::before {
  opacity: .5;
}
.cid-uZitG8YwIB .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZitG8YwIB .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZitG8YwIB .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZitG8YwIB .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZitG8YwIB .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZitG8YwIB .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZitG8YwIB .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZitG8YwIB .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZitG8YwIB .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZitG8YwIB .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZitG8YwIB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZitG8YwIB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZitG8YwIB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZitG8YwIB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZitG8YwIB .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZitG9nPCA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZitG9nPCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitG9nPCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitG9nPCA .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitG9nPCA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitG9nPCA .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZitG9nPCA .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZitG9nPCA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitG9nPCA .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitG9nPCA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZitG9nPCA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZitG9nPCA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZitG9nPCA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZitG9nPCA .embla__slide .slide-content {
  width: 100%;
}
.cid-uZitG9nPCA .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZitG9nPCA .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZitG9nPCA .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZitG9nPCA .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZitG9nPCA .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZitG9nPCA .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZitG9nPCA .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZitG9nPCA .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZitG9nPCA .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZitG9nPCA .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZitG9nPCA .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZitG9nPCA .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZitG9nPCA .embla__button--next,
.cid-uZitG9nPCA .embla__button--prev {
  display: flex;
}
.cid-uZitG9nPCA .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZitG9nPCA .embla__button {
    top: 0;
  }
}
.cid-uZitG9nPCA .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZitG9nPCA .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZitG9nPCA .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZitG9nPCA .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZitG9nPCA .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZitG9nPCA .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZitG9nPCA .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZitG9nPCA .embla {
    padding-top: 6rem;
  }
}
.cid-uZitG9nPCA .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZitG9nPCA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZitG9nPCA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZitG9nPCA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZitG9nPCA .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZitG9nPCA .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZitG9nPCA .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitG9nPCA .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitG9nPCA .mbr-text,
.cid-uZitG9nPCA .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZitG9nPCA .card-name {
  color: #ffffff;
}
.cid-uZitG9nPCA .card-role {
  color: #ffffff;
}
.cid-uZitG9nPCA .card-text {
  color: #ffffff;
}
.cid-uZitGa7uHE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitGa7uHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitGa7uHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitGa7uHE .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitGa7uHE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitGa7uHE .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZitGa7uHE .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitGa7uHE .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitGa7uHE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZitGa7uHE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZitGa7uHE .items-wrapper {
  align-items: center;
}
.cid-uZitGa7uHE .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZitGa7uHE .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZitGa7uHE .items-wrapper .item:hover .item-wrapper::before,
.cid-uZitGa7uHE .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZitGa7uHE .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZitGa7uHE .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZitGa7uHE .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZitGa7uHE .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZitGa7uHE .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZitGa7uHE .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZitGa7uHE .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZitGa7uHE .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZitGa7uHE .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZitGa7uHE .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZitGa7uHE .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZitGa7uHE .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZitGa7uHE .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZitGa7uHE .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZitGa7uHE .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZitGa7uHE .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitGa7uHE .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitGa7uHE .mbr-text,
.cid-uZitGa7uHE .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZitGax5ov {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZitGax5ov .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitGax5ov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitGax5ov .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZitGax5ov .image-wrap {
    height: 350px;
  }
}
.cid-uZitGaOD0f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitGaOD0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitGaOD0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitGaOD0f .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitGaOD0f .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitGaOD0f .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitGaOD0f .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitGaOD0f .items-wrapper {
  margin: 0 -8px;
}
.cid-uZitGaOD0f .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZitGaOD0f .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZitGaOD0f .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZitGaOD0f .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZitGaOD0f .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZitGaOD0f .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZitGaOD0f .btn-wrapper {
  margin-right: 9%;
}
.cid-uZitGaOD0f .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitGaOD0f .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitGaOD0f .card-title_1 {
  color: #ffffff;
}
.cid-uZitGaOD0f .card-title_2 {
  color: #ffffff;
}
.cid-uZitGaOD0f .card-title_3 {
  color: #ffffff;
}
.cid-uZitGaOD0f .card-price_1 {
  color: #ffffff;
}
.cid-uZitGaOD0f .card-price_2 {
  color: #ffffff;
}
.cid-uZitGaOD0f .card-price_3 {
  color: #ffffff;
}
.cid-uZitGaOD0f .card-text_1 {
  color: #ffffff;
}
.cid-uZitGaOD0f .card-text_2 {
  color: #ffffff;
}
.cid-uZitGaOD0f .card-text_3 {
  color: #ffffff;
}
#custom-html-1g {
  /* Type valid CSS here */
}
#custom-html-1g div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-1g p {
  font-size: 60px;
  color: #171616;
}
.cid-uZitP8gkdc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZitP8gkdc nav.navbar {
  position: fixed;
}
.cid-uZitP8gkdc .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZitP8gkdc .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZitP8gkdc .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-uZitP8gkdc .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZitP8gkdc .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZitP8gkdc .dropdown-item:hover,
.cid-uZitP8gkdc .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZitP8gkdc .dropdown-item:hover span {
  color: white;
}
.cid-uZitP8gkdc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZitP8gkdc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZitP8gkdc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZitP8gkdc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZitP8gkdc .nav-link {
  position: relative;
}
.cid-uZitP8gkdc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZitP8gkdc .container {
    flex-wrap: nowrap;
  }
}
.cid-uZitP8gkdc .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZitP8gkdc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZitP8gkdc .dropdown-menu,
.cid-uZitP8gkdc .navbar.opened {
  background: #111111 !important;
}
.cid-uZitP8gkdc .nav-item:focus,
.cid-uZitP8gkdc .nav-link:focus {
  outline: none;
}
.cid-uZitP8gkdc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZitP8gkdc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZitP8gkdc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZitP8gkdc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZitP8gkdc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZitP8gkdc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZitP8gkdc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZitP8gkdc .navbar.opened {
  transition: all 0.3s;
}
.cid-uZitP8gkdc .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZitP8gkdc .navbar .navbar-logo img {
  width: auto;
}
.cid-uZitP8gkdc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZitP8gkdc .navbar.collapsed {
  justify-content: center;
}
.cid-uZitP8gkdc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZitP8gkdc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZitP8gkdc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZitP8gkdc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZitP8gkdc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZitP8gkdc .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-uZitP8gkdc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZitP8gkdc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZitP8gkdc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZitP8gkdc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZitP8gkdc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZitP8gkdc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZitP8gkdc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZitP8gkdc .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-uZitP8gkdc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZitP8gkdc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZitP8gkdc .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZitP8gkdc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZitP8gkdc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZitP8gkdc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZitP8gkdc .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZitP8gkdc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZitP8gkdc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZitP8gkdc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZitP8gkdc .navbar-brand .navbar-caption:hover,
.cid-uZitP8gkdc .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZitP8gkdc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZitP8gkdc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZitP8gkdc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZitP8gkdc .dropdown-item.active,
.cid-uZitP8gkdc .dropdown-item:active {
  background-color: transparent;
}
.cid-uZitP8gkdc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZitP8gkdc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZitP8gkdc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZitP8gkdc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZitP8gkdc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZitP8gkdc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZitP8gkdc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZitP8gkdc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZitP8gkdc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZitP8gkdc .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZitP8gkdc .navbar-buttons {
    text-align: left;
  }
}
.cid-uZitP8gkdc .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZitP8gkdc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZitP8gkdc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZitP8gkdc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZitP8gkdc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZitP8gkdc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZitP8gkdc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZitP8gkdc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZitP8gkdc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZitP8gkdc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZitP8gkdc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZitP8gkdc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZitP8gkdc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZitP8gkdc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZitP8gkdc .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-uZitP8gkdc .navbar {
    height: 70px;
  }
  .cid-uZitP8gkdc .navbar.opened {
    height: auto;
  }
  .cid-uZitP8gkdc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZitP8gkdc .navbar-nav {
  margin: 0 auto;
}
.cid-uZitP8gkdc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZitP8gkdc .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZitP8gkdc .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZitP8gkdc .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZitP8gkdc .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZitP8gkdc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZitP8gkdc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZitP8gkdc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZitP8gkdc .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZitP8gkdc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZitP8gkdc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZitP8gkdc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZitP8gkdc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZitP8gkdc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZitP8gkdc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZitP8gkdc .content-wrap {
  min-height: 110px;
}
.cid-uZitP8M0nx {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZitP8M0nx::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZitP8M0nx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitP8M0nx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitP8M0nx .card {
  justify-content: flex-end;
}
.cid-uZitP8M0nx .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZitP8M0nx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZitP8M0nx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZitP8M0nx .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZitP8M0nx .mbr-label {
  color: #ffffff;
}
.cid-uZitP8M0nx .mbr-section-title {
  color: #ffffff;
}
.cid-uZitP8M0nx .mbr-text {
  color: #ffffff;
}
.cid-uZitP955xh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZitP955xh {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZitP955xh .item:focus,
.cid-uZitP955xh span:focus {
  outline: none;
}
.cid-uZitP955xh .item {
  cursor: pointer;
}
.cid-uZitP955xh .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZitP955xh .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZitP955xh .grid-container-1,
.cid-uZitP955xh .grid-container-2,
.cid-uZitP955xh .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZitP955xh .grid-container-1,
  .cid-uZitP955xh .grid-container-2,
  .cid-uZitP955xh .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZitP955xh .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZitP955xh .content-head {
  max-width: 800px;
}
.cid-uZitP955xh .container,
.cid-uZitP955xh .container-fluid {
  overflow: hidden;
}
.cid-uZitP955xh .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZitP955xh .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZitP955xh .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZitP955xh .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZitP955xh .grid-container::before {
    height: 100%;
  }
}
.cid-uZitP955xh .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZitP955xh .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZitP955xh .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZitP955xh .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZitP955xh .grid-item img {
    height: 140px;
  }
}
.cid-uZitP955xh .grid-container-1,
.cid-uZitP955xh .grid-container-2,
.cid-uZitP955xh .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZitP955xh .grid-container-1 {
  align-items: flex-end;
}
.cid-uZitP955xh .grid-container-2 {
  align-items: flex-start;
}
.cid-uZitP9mW0c {
  background-color: #eeeef4;
}
.cid-uZitP9mW0c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitP9mW0c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitP9mW0c .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZitP9mW0c .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZitP9mW0c .content-wrapper {
    width: 100%;
  }
}
.cid-uZitP9mW0c .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZitP9mW0c .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZitP9mW0c .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZitP9mW0c .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZitP9mW0c .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZitP9mW0c .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZitP9mW0c .content-wrapper .desc-wrapper::before,
.cid-uZitP9mW0c .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZitP9mW0c .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZitP9mW0c .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZitP9mW0c .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZitP9mW0c .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZitP9mW0c .mbr-section-title {
  color: #181824;
}
.cid-uZitP9mW0c .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZitP9mW0c .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZitP9mW0c .mbr-section-title,
.cid-uZitP9mW0c .mbr-section-btn {
  text-align: center;
}
.cid-uZitP9mW0c .mbr-section-title,
.cid-uZitP9mW0c .mbr-section-btn,
.cid-uZitP9mW0c .logo-wrapper {
  text-align: left;
}
.cid-uZitPa0xvI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitPa0xvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitPa0xvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitPa0xvI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZitPa0xvI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZitPa0xvI .embla__slide .slide-content {
  width: 100%;
}
.cid-uZitPa0xvI .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZitPa0xvI .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZitPa0xvI .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZitPa0xvI .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZitPa0xvI .embla__button--next,
.cid-uZitPa0xvI .embla__button--prev {
  display: flex;
}
.cid-uZitPa0xvI .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZitPa0xvI .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZitPa0xvI .embla__button:hover::before {
  opacity: .5;
}
.cid-uZitPa0xvI .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZitPa0xvI .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZitPa0xvI .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZitPa0xvI .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZitPa0xvI .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZitPa0xvI .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZitPa0xvI .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZitPa0xvI .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZitPa0xvI .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZitPa0xvI .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZitPa0xvI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZitPa0xvI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZitPa0xvI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZitPa0xvI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZitPa0xvI .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZitPanHFU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZitPanHFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitPanHFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitPanHFU .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitPanHFU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitPanHFU .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZitPanHFU .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZitPanHFU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitPanHFU .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitPanHFU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZitPanHFU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZitPanHFU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZitPanHFU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZitPanHFU .embla__slide .slide-content {
  width: 100%;
}
.cid-uZitPanHFU .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZitPanHFU .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZitPanHFU .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZitPanHFU .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZitPanHFU .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZitPanHFU .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZitPanHFU .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZitPanHFU .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZitPanHFU .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZitPanHFU .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZitPanHFU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZitPanHFU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZitPanHFU .embla__button--next,
.cid-uZitPanHFU .embla__button--prev {
  display: flex;
}
.cid-uZitPanHFU .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZitPanHFU .embla__button {
    top: 0;
  }
}
.cid-uZitPanHFU .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZitPanHFU .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZitPanHFU .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZitPanHFU .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZitPanHFU .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZitPanHFU .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZitPanHFU .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZitPanHFU .embla {
    padding-top: 6rem;
  }
}
.cid-uZitPanHFU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZitPanHFU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZitPanHFU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZitPanHFU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZitPanHFU .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZitPanHFU .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZitPanHFU .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitPanHFU .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitPanHFU .mbr-text,
.cid-uZitPanHFU .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZitPanHFU .card-name {
  color: #ffffff;
}
.cid-uZitPanHFU .card-role {
  color: #ffffff;
}
.cid-uZitPanHFU .card-text {
  color: #ffffff;
}
.cid-uZitPbh5X4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitPbh5X4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitPbh5X4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitPbh5X4 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitPbh5X4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitPbh5X4 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZitPbh5X4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitPbh5X4 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitPbh5X4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZitPbh5X4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZitPbh5X4 .items-wrapper {
  align-items: center;
}
.cid-uZitPbh5X4 .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZitPbh5X4 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZitPbh5X4 .items-wrapper .item:hover .item-wrapper::before,
.cid-uZitPbh5X4 .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZitPbh5X4 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZitPbh5X4 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZitPbh5X4 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZitPbh5X4 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZitPbh5X4 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZitPbh5X4 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZitPbh5X4 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZitPbh5X4 .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZitPbh5X4 .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZitPbh5X4 .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZitPbh5X4 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZitPbh5X4 .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZitPbh5X4 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZitPbh5X4 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZitPbh5X4 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZitPbh5X4 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitPbh5X4 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitPbh5X4 .mbr-text,
.cid-uZitPbh5X4 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZitPc0mVd {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZitPc0mVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitPc0mVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitPc0mVd .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZitPc0mVd .image-wrap {
    height: 350px;
  }
}
.cid-uZitPciRNV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitPciRNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitPciRNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitPciRNV .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitPciRNV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitPciRNV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitPciRNV .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitPciRNV .items-wrapper {
  margin: 0 -8px;
}
.cid-uZitPciRNV .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZitPciRNV .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZitPciRNV .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZitPciRNV .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZitPciRNV .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZitPciRNV .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZitPciRNV .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZitPciRNV .btn-wrapper {
  margin-right: 9%;
}
.cid-uZitPciRNV .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitPciRNV .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitPciRNV .card-title_1 {
  color: #ffffff;
}
.cid-uZitPciRNV .card-title_2 {
  color: #ffffff;
}
.cid-uZitPciRNV .card-title_3 {
  color: #ffffff;
}
.cid-uZitPciRNV .card-price_1 {
  color: #ffffff;
}
.cid-uZitPciRNV .card-price_2 {
  color: #ffffff;
}
.cid-uZitPciRNV .card-price_3 {
  color: #ffffff;
}
.cid-uZitPciRNV .card-text_1 {
  color: #ffffff;
}
.cid-uZitPciRNV .card-text_2 {
  color: #ffffff;
}
.cid-uZitPciRNV .card-text_3 {
  color: #ffffff;
}
#custom-html-1q {
  /* Type valid CSS here */
}
#custom-html-1q div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-1q p {
  font-size: 60px;
  color: #171616;
}
.cid-uZitSqPGmw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZitSqPGmw nav.navbar {
  position: fixed;
}
.cid-uZitSqPGmw .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZitSqPGmw .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZitSqPGmw .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-uZitSqPGmw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZitSqPGmw .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZitSqPGmw .dropdown-item:hover,
.cid-uZitSqPGmw .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZitSqPGmw .dropdown-item:hover span {
  color: white;
}
.cid-uZitSqPGmw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZitSqPGmw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZitSqPGmw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZitSqPGmw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZitSqPGmw .nav-link {
  position: relative;
}
.cid-uZitSqPGmw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZitSqPGmw .container {
    flex-wrap: nowrap;
  }
}
.cid-uZitSqPGmw .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZitSqPGmw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZitSqPGmw .dropdown-menu,
.cid-uZitSqPGmw .navbar.opened {
  background: #111111 !important;
}
.cid-uZitSqPGmw .nav-item:focus,
.cid-uZitSqPGmw .nav-link:focus {
  outline: none;
}
.cid-uZitSqPGmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZitSqPGmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZitSqPGmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZitSqPGmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZitSqPGmw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZitSqPGmw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZitSqPGmw .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZitSqPGmw .navbar.opened {
  transition: all 0.3s;
}
.cid-uZitSqPGmw .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZitSqPGmw .navbar .navbar-logo img {
  width: auto;
}
.cid-uZitSqPGmw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZitSqPGmw .navbar.collapsed {
  justify-content: center;
}
.cid-uZitSqPGmw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZitSqPGmw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZitSqPGmw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZitSqPGmw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZitSqPGmw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZitSqPGmw .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-uZitSqPGmw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZitSqPGmw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZitSqPGmw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZitSqPGmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZitSqPGmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZitSqPGmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZitSqPGmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZitSqPGmw .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-uZitSqPGmw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZitSqPGmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZitSqPGmw .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZitSqPGmw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZitSqPGmw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZitSqPGmw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZitSqPGmw .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZitSqPGmw .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZitSqPGmw .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZitSqPGmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZitSqPGmw .navbar-brand .navbar-caption:hover,
.cid-uZitSqPGmw .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZitSqPGmw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZitSqPGmw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZitSqPGmw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZitSqPGmw .dropdown-item.active,
.cid-uZitSqPGmw .dropdown-item:active {
  background-color: transparent;
}
.cid-uZitSqPGmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZitSqPGmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZitSqPGmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZitSqPGmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZitSqPGmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZitSqPGmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZitSqPGmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZitSqPGmw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZitSqPGmw ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZitSqPGmw .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZitSqPGmw .navbar-buttons {
    text-align: left;
  }
}
.cid-uZitSqPGmw .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZitSqPGmw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZitSqPGmw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZitSqPGmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZitSqPGmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZitSqPGmw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZitSqPGmw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZitSqPGmw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZitSqPGmw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZitSqPGmw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZitSqPGmw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZitSqPGmw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZitSqPGmw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZitSqPGmw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZitSqPGmw .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-uZitSqPGmw .navbar {
    height: 70px;
  }
  .cid-uZitSqPGmw .navbar.opened {
    height: auto;
  }
  .cid-uZitSqPGmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZitSqPGmw .navbar-nav {
  margin: 0 auto;
}
.cid-uZitSqPGmw .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZitSqPGmw .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZitSqPGmw .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZitSqPGmw .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZitSqPGmw .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZitSqPGmw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZitSqPGmw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZitSqPGmw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZitSqPGmw .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZitSqPGmw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZitSqPGmw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZitSqPGmw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZitSqPGmw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZitSqPGmw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZitSqPGmw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZitSqPGmw .content-wrap {
  min-height: 110px;
}
.cid-uZitSrkRwe {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZitSrkRwe::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZitSrkRwe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitSrkRwe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitSrkRwe .card {
  justify-content: flex-end;
}
.cid-uZitSrkRwe .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZitSrkRwe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZitSrkRwe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZitSrkRwe .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZitSrkRwe .mbr-label {
  color: #ffffff;
}
.cid-uZitSrkRwe .mbr-section-title {
  color: #ffffff;
}
.cid-uZitSrkRwe .mbr-text {
  color: #ffffff;
}
.cid-uZitSrCVR5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZitSrCVR5 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZitSrCVR5 .item:focus,
.cid-uZitSrCVR5 span:focus {
  outline: none;
}
.cid-uZitSrCVR5 .item {
  cursor: pointer;
}
.cid-uZitSrCVR5 .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZitSrCVR5 .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZitSrCVR5 .grid-container-1,
.cid-uZitSrCVR5 .grid-container-2,
.cid-uZitSrCVR5 .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZitSrCVR5 .grid-container-1,
  .cid-uZitSrCVR5 .grid-container-2,
  .cid-uZitSrCVR5 .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZitSrCVR5 .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZitSrCVR5 .content-head {
  max-width: 800px;
}
.cid-uZitSrCVR5 .container,
.cid-uZitSrCVR5 .container-fluid {
  overflow: hidden;
}
.cid-uZitSrCVR5 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZitSrCVR5 .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZitSrCVR5 .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZitSrCVR5 .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZitSrCVR5 .grid-container::before {
    height: 100%;
  }
}
.cid-uZitSrCVR5 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZitSrCVR5 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZitSrCVR5 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZitSrCVR5 .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZitSrCVR5 .grid-item img {
    height: 140px;
  }
}
.cid-uZitSrCVR5 .grid-container-1,
.cid-uZitSrCVR5 .grid-container-2,
.cid-uZitSrCVR5 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZitSrCVR5 .grid-container-1 {
  align-items: flex-end;
}
.cid-uZitSrCVR5 .grid-container-2 {
  align-items: flex-start;
}
.cid-uZitSrRa6h {
  background-color: #eeeef4;
}
.cid-uZitSrRa6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitSrRa6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitSrRa6h .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZitSrRa6h .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZitSrRa6h .content-wrapper {
    width: 100%;
  }
}
.cid-uZitSrRa6h .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZitSrRa6h .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZitSrRa6h .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZitSrRa6h .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZitSrRa6h .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZitSrRa6h .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZitSrRa6h .content-wrapper .desc-wrapper::before,
.cid-uZitSrRa6h .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZitSrRa6h .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZitSrRa6h .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZitSrRa6h .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZitSrRa6h .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZitSrRa6h .mbr-section-title {
  color: #181824;
}
.cid-uZitSrRa6h .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZitSrRa6h .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZitSrRa6h .mbr-section-title,
.cid-uZitSrRa6h .mbr-section-btn {
  text-align: center;
}
.cid-uZitSrRa6h .mbr-section-title,
.cid-uZitSrRa6h .mbr-section-btn,
.cid-uZitSrRa6h .logo-wrapper {
  text-align: left;
}
.cid-uZitSswi6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitSswi6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitSswi6S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitSswi6S .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZitSswi6S .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZitSswi6S .embla__slide .slide-content {
  width: 100%;
}
.cid-uZitSswi6S .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZitSswi6S .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZitSswi6S .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZitSswi6S .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZitSswi6S .embla__button--next,
.cid-uZitSswi6S .embla__button--prev {
  display: flex;
}
.cid-uZitSswi6S .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZitSswi6S .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZitSswi6S .embla__button:hover::before {
  opacity: .5;
}
.cid-uZitSswi6S .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZitSswi6S .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZitSswi6S .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZitSswi6S .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZitSswi6S .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZitSswi6S .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZitSswi6S .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZitSswi6S .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZitSswi6S .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZitSswi6S .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZitSswi6S .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZitSswi6S .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZitSswi6S .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZitSswi6S .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZitSswi6S .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZitSsUHbS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZitSsUHbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitSsUHbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitSsUHbS .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitSsUHbS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitSsUHbS .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZitSsUHbS .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZitSsUHbS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitSsUHbS .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitSsUHbS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZitSsUHbS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZitSsUHbS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZitSsUHbS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZitSsUHbS .embla__slide .slide-content {
  width: 100%;
}
.cid-uZitSsUHbS .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZitSsUHbS .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZitSsUHbS .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZitSsUHbS .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZitSsUHbS .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZitSsUHbS .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZitSsUHbS .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZitSsUHbS .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZitSsUHbS .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZitSsUHbS .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZitSsUHbS .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZitSsUHbS .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZitSsUHbS .embla__button--next,
.cid-uZitSsUHbS .embla__button--prev {
  display: flex;
}
.cid-uZitSsUHbS .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZitSsUHbS .embla__button {
    top: 0;
  }
}
.cid-uZitSsUHbS .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZitSsUHbS .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZitSsUHbS .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZitSsUHbS .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZitSsUHbS .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZitSsUHbS .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZitSsUHbS .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZitSsUHbS .embla {
    padding-top: 6rem;
  }
}
.cid-uZitSsUHbS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZitSsUHbS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZitSsUHbS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZitSsUHbS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZitSsUHbS .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZitSsUHbS .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZitSsUHbS .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitSsUHbS .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitSsUHbS .mbr-text,
.cid-uZitSsUHbS .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZitSsUHbS .card-name {
  color: #ffffff;
}
.cid-uZitSsUHbS .card-role {
  color: #ffffff;
}
.cid-uZitSsUHbS .card-text {
  color: #ffffff;
}
.cid-uZitStBsmT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitStBsmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitStBsmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitStBsmT .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitStBsmT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitStBsmT .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZitStBsmT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitStBsmT .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitStBsmT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZitStBsmT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZitStBsmT .items-wrapper {
  align-items: center;
}
.cid-uZitStBsmT .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZitStBsmT .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZitStBsmT .items-wrapper .item:hover .item-wrapper::before,
.cid-uZitStBsmT .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZitStBsmT .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZitStBsmT .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZitStBsmT .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZitStBsmT .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZitStBsmT .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZitStBsmT .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZitStBsmT .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZitStBsmT .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZitStBsmT .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZitStBsmT .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZitStBsmT .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZitStBsmT .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZitStBsmT .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZitStBsmT .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZitStBsmT .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZitStBsmT .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitStBsmT .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitStBsmT .mbr-text,
.cid-uZitStBsmT .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZitSu06YT {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZitSu06YT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitSu06YT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitSu06YT .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZitSu06YT .image-wrap {
    height: 350px;
  }
}
.cid-uZitSugv1L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitSugv1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitSugv1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitSugv1L .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitSugv1L .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitSugv1L .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitSugv1L .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitSugv1L .items-wrapper {
  margin: 0 -8px;
}
.cid-uZitSugv1L .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZitSugv1L .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZitSugv1L .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZitSugv1L .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZitSugv1L .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZitSugv1L .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZitSugv1L .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZitSugv1L .btn-wrapper {
  margin-right: 9%;
}
.cid-uZitSugv1L .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitSugv1L .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitSugv1L .card-title_1 {
  color: #ffffff;
}
.cid-uZitSugv1L .card-title_2 {
  color: #ffffff;
}
.cid-uZitSugv1L .card-title_3 {
  color: #ffffff;
}
.cid-uZitSugv1L .card-price_1 {
  color: #ffffff;
}
.cid-uZitSugv1L .card-price_2 {
  color: #ffffff;
}
.cid-uZitSugv1L .card-price_3 {
  color: #ffffff;
}
.cid-uZitSugv1L .card-text_1 {
  color: #ffffff;
}
.cid-uZitSugv1L .card-text_2 {
  color: #ffffff;
}
.cid-uZitSugv1L .card-text_3 {
  color: #ffffff;
}
#custom-html-20 {
  /* Type valid CSS here */
}
#custom-html-20 div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-20 p {
  font-size: 60px;
  color: #171616;
}
.cid-uZitUrcejC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZitUrcejC nav.navbar {
  position: fixed;
}
.cid-uZitUrcejC .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZitUrcejC .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZitUrcejC .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-uZitUrcejC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZitUrcejC .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZitUrcejC .dropdown-item:hover,
.cid-uZitUrcejC .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZitUrcejC .dropdown-item:hover span {
  color: white;
}
.cid-uZitUrcejC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZitUrcejC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZitUrcejC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZitUrcejC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZitUrcejC .nav-link {
  position: relative;
}
.cid-uZitUrcejC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZitUrcejC .container {
    flex-wrap: nowrap;
  }
}
.cid-uZitUrcejC .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZitUrcejC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZitUrcejC .dropdown-menu,
.cid-uZitUrcejC .navbar.opened {
  background: #111111 !important;
}
.cid-uZitUrcejC .nav-item:focus,
.cid-uZitUrcejC .nav-link:focus {
  outline: none;
}
.cid-uZitUrcejC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZitUrcejC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZitUrcejC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZitUrcejC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZitUrcejC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZitUrcejC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZitUrcejC .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZitUrcejC .navbar.opened {
  transition: all 0.3s;
}
.cid-uZitUrcejC .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZitUrcejC .navbar .navbar-logo img {
  width: auto;
}
.cid-uZitUrcejC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZitUrcejC .navbar.collapsed {
  justify-content: center;
}
.cid-uZitUrcejC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZitUrcejC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZitUrcejC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZitUrcejC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZitUrcejC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZitUrcejC .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-uZitUrcejC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZitUrcejC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZitUrcejC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZitUrcejC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZitUrcejC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZitUrcejC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZitUrcejC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZitUrcejC .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-uZitUrcejC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZitUrcejC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZitUrcejC .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZitUrcejC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZitUrcejC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZitUrcejC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZitUrcejC .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZitUrcejC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZitUrcejC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZitUrcejC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZitUrcejC .navbar-brand .navbar-caption:hover,
.cid-uZitUrcejC .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZitUrcejC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZitUrcejC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZitUrcejC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZitUrcejC .dropdown-item.active,
.cid-uZitUrcejC .dropdown-item:active {
  background-color: transparent;
}
.cid-uZitUrcejC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZitUrcejC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZitUrcejC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZitUrcejC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZitUrcejC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZitUrcejC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZitUrcejC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZitUrcejC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZitUrcejC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZitUrcejC .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZitUrcejC .navbar-buttons {
    text-align: left;
  }
}
.cid-uZitUrcejC .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZitUrcejC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZitUrcejC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZitUrcejC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZitUrcejC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZitUrcejC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZitUrcejC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZitUrcejC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZitUrcejC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZitUrcejC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZitUrcejC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZitUrcejC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZitUrcejC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZitUrcejC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZitUrcejC .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-uZitUrcejC .navbar {
    height: 70px;
  }
  .cid-uZitUrcejC .navbar.opened {
    height: auto;
  }
  .cid-uZitUrcejC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZitUrcejC .navbar-nav {
  margin: 0 auto;
}
.cid-uZitUrcejC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZitUrcejC .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZitUrcejC .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZitUrcejC .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZitUrcejC .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZitUrcejC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZitUrcejC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZitUrcejC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZitUrcejC .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZitUrcejC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZitUrcejC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZitUrcejC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZitUrcejC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZitUrcejC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZitUrcejC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZitUrcejC .content-wrap {
  min-height: 110px;
}
.cid-uZitUrJsey {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZitUrJsey::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZitUrJsey .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitUrJsey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitUrJsey .card {
  justify-content: flex-end;
}
.cid-uZitUrJsey .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZitUrJsey .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZitUrJsey .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZitUrJsey .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZitUrJsey .mbr-label {
  color: #ffffff;
}
.cid-uZitUrJsey .mbr-section-title {
  color: #ffffff;
}
.cid-uZitUrJsey .mbr-text {
  color: #ffffff;
}
.cid-uZitUs0HqZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZitUs0HqZ {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZitUs0HqZ .item:focus,
.cid-uZitUs0HqZ span:focus {
  outline: none;
}
.cid-uZitUs0HqZ .item {
  cursor: pointer;
}
.cid-uZitUs0HqZ .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZitUs0HqZ .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZitUs0HqZ .grid-container-1,
.cid-uZitUs0HqZ .grid-container-2,
.cid-uZitUs0HqZ .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZitUs0HqZ .grid-container-1,
  .cid-uZitUs0HqZ .grid-container-2,
  .cid-uZitUs0HqZ .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZitUs0HqZ .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZitUs0HqZ .content-head {
  max-width: 800px;
}
.cid-uZitUs0HqZ .container,
.cid-uZitUs0HqZ .container-fluid {
  overflow: hidden;
}
.cid-uZitUs0HqZ .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZitUs0HqZ .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZitUs0HqZ .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZitUs0HqZ .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZitUs0HqZ .grid-container::before {
    height: 100%;
  }
}
.cid-uZitUs0HqZ .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZitUs0HqZ .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZitUs0HqZ .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZitUs0HqZ .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZitUs0HqZ .grid-item img {
    height: 140px;
  }
}
.cid-uZitUs0HqZ .grid-container-1,
.cid-uZitUs0HqZ .grid-container-2,
.cid-uZitUs0HqZ .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZitUs0HqZ .grid-container-1 {
  align-items: flex-end;
}
.cid-uZitUs0HqZ .grid-container-2 {
  align-items: flex-start;
}
.cid-uZitUsgfIL {
  background-color: #eeeef4;
}
.cid-uZitUsgfIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitUsgfIL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitUsgfIL .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZitUsgfIL .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZitUsgfIL .content-wrapper {
    width: 100%;
  }
}
.cid-uZitUsgfIL .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZitUsgfIL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZitUsgfIL .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZitUsgfIL .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZitUsgfIL .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZitUsgfIL .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZitUsgfIL .content-wrapper .desc-wrapper::before,
.cid-uZitUsgfIL .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZitUsgfIL .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZitUsgfIL .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZitUsgfIL .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZitUsgfIL .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZitUsgfIL .mbr-section-title {
  color: #181824;
}
.cid-uZitUsgfIL .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZitUsgfIL .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZitUsgfIL .mbr-section-title,
.cid-uZitUsgfIL .mbr-section-btn {
  text-align: center;
}
.cid-uZitUsgfIL .mbr-section-title,
.cid-uZitUsgfIL .mbr-section-btn,
.cid-uZitUsgfIL .logo-wrapper {
  text-align: left;
}
.cid-uZitUsTNZk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitUsTNZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitUsTNZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitUsTNZk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZitUsTNZk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZitUsTNZk .embla__slide .slide-content {
  width: 100%;
}
.cid-uZitUsTNZk .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZitUsTNZk .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZitUsTNZk .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZitUsTNZk .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZitUsTNZk .embla__button--next,
.cid-uZitUsTNZk .embla__button--prev {
  display: flex;
}
.cid-uZitUsTNZk .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZitUsTNZk .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZitUsTNZk .embla__button:hover::before {
  opacity: .5;
}
.cid-uZitUsTNZk .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZitUsTNZk .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZitUsTNZk .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZitUsTNZk .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZitUsTNZk .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZitUsTNZk .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZitUsTNZk .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZitUsTNZk .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZitUsTNZk .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZitUsTNZk .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZitUsTNZk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZitUsTNZk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZitUsTNZk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZitUsTNZk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZitUsTNZk .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZitUtg8xk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZitUtg8xk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitUtg8xk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitUtg8xk .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitUtg8xk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitUtg8xk .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZitUtg8xk .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZitUtg8xk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitUtg8xk .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitUtg8xk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZitUtg8xk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZitUtg8xk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZitUtg8xk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZitUtg8xk .embla__slide .slide-content {
  width: 100%;
}
.cid-uZitUtg8xk .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZitUtg8xk .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZitUtg8xk .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZitUtg8xk .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZitUtg8xk .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZitUtg8xk .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZitUtg8xk .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZitUtg8xk .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZitUtg8xk .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZitUtg8xk .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZitUtg8xk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZitUtg8xk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZitUtg8xk .embla__button--next,
.cid-uZitUtg8xk .embla__button--prev {
  display: flex;
}
.cid-uZitUtg8xk .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZitUtg8xk .embla__button {
    top: 0;
  }
}
.cid-uZitUtg8xk .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZitUtg8xk .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZitUtg8xk .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZitUtg8xk .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZitUtg8xk .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZitUtg8xk .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZitUtg8xk .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZitUtg8xk .embla {
    padding-top: 6rem;
  }
}
.cid-uZitUtg8xk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZitUtg8xk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZitUtg8xk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZitUtg8xk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZitUtg8xk .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZitUtg8xk .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZitUtg8xk .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitUtg8xk .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitUtg8xk .mbr-text,
.cid-uZitUtg8xk .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZitUtg8xk .card-name {
  color: #ffffff;
}
.cid-uZitUtg8xk .card-role {
  color: #ffffff;
}
.cid-uZitUtg8xk .card-text {
  color: #ffffff;
}
.cid-uZitUtX0Y4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitUtX0Y4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitUtX0Y4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitUtX0Y4 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitUtX0Y4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitUtX0Y4 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZitUtX0Y4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitUtX0Y4 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitUtX0Y4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZitUtX0Y4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZitUtX0Y4 .items-wrapper {
  align-items: center;
}
.cid-uZitUtX0Y4 .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZitUtX0Y4 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZitUtX0Y4 .items-wrapper .item:hover .item-wrapper::before,
.cid-uZitUtX0Y4 .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZitUtX0Y4 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZitUtX0Y4 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZitUtX0Y4 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZitUtX0Y4 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZitUtX0Y4 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZitUtX0Y4 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZitUtX0Y4 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZitUtX0Y4 .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZitUtX0Y4 .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZitUtX0Y4 .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZitUtX0Y4 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZitUtX0Y4 .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZitUtX0Y4 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZitUtX0Y4 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZitUtX0Y4 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZitUtX0Y4 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitUtX0Y4 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitUtX0Y4 .mbr-text,
.cid-uZitUtX0Y4 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZitUukWFd {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZitUukWFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitUukWFd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitUukWFd .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZitUukWFd .image-wrap {
    height: 350px;
  }
}
.cid-uZitUuBMcC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitUuBMcC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitUuBMcC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitUuBMcC .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitUuBMcC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitUuBMcC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitUuBMcC .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitUuBMcC .items-wrapper {
  margin: 0 -8px;
}
.cid-uZitUuBMcC .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZitUuBMcC .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZitUuBMcC .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZitUuBMcC .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZitUuBMcC .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZitUuBMcC .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZitUuBMcC .btn-wrapper {
  margin-right: 9%;
}
.cid-uZitUuBMcC .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitUuBMcC .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitUuBMcC .card-title_1 {
  color: #ffffff;
}
.cid-uZitUuBMcC .card-title_2 {
  color: #ffffff;
}
.cid-uZitUuBMcC .card-title_3 {
  color: #ffffff;
}
.cid-uZitUuBMcC .card-price_1 {
  color: #ffffff;
}
.cid-uZitUuBMcC .card-price_2 {
  color: #ffffff;
}
.cid-uZitUuBMcC .card-price_3 {
  color: #ffffff;
}
.cid-uZitUuBMcC .card-text_1 {
  color: #ffffff;
}
.cid-uZitUuBMcC .card-text_2 {
  color: #ffffff;
}
.cid-uZitUuBMcC .card-text_3 {
  color: #ffffff;
}
#custom-html-2a {
  /* Type valid CSS here */
}
#custom-html-2a div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-2a p {
  font-size: 60px;
  color: #171616;
}
.cid-uZitWlJcBb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZitWlJcBb nav.navbar {
  position: fixed;
}
.cid-uZitWlJcBb .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZitWlJcBb .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZitWlJcBb .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-uZitWlJcBb .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZitWlJcBb .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZitWlJcBb .dropdown-item:hover,
.cid-uZitWlJcBb .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZitWlJcBb .dropdown-item:hover span {
  color: white;
}
.cid-uZitWlJcBb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZitWlJcBb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZitWlJcBb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZitWlJcBb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZitWlJcBb .nav-link {
  position: relative;
}
.cid-uZitWlJcBb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZitWlJcBb .container {
    flex-wrap: nowrap;
  }
}
.cid-uZitWlJcBb .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZitWlJcBb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZitWlJcBb .dropdown-menu,
.cid-uZitWlJcBb .navbar.opened {
  background: #111111 !important;
}
.cid-uZitWlJcBb .nav-item:focus,
.cid-uZitWlJcBb .nav-link:focus {
  outline: none;
}
.cid-uZitWlJcBb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZitWlJcBb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZitWlJcBb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZitWlJcBb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZitWlJcBb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZitWlJcBb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZitWlJcBb .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZitWlJcBb .navbar.opened {
  transition: all 0.3s;
}
.cid-uZitWlJcBb .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZitWlJcBb .navbar .navbar-logo img {
  width: auto;
}
.cid-uZitWlJcBb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZitWlJcBb .navbar.collapsed {
  justify-content: center;
}
.cid-uZitWlJcBb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZitWlJcBb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZitWlJcBb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZitWlJcBb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZitWlJcBb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZitWlJcBb .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-uZitWlJcBb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZitWlJcBb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZitWlJcBb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZitWlJcBb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZitWlJcBb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZitWlJcBb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZitWlJcBb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZitWlJcBb .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-uZitWlJcBb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZitWlJcBb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZitWlJcBb .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZitWlJcBb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZitWlJcBb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZitWlJcBb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZitWlJcBb .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZitWlJcBb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZitWlJcBb .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZitWlJcBb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZitWlJcBb .navbar-brand .navbar-caption:hover,
.cid-uZitWlJcBb .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZitWlJcBb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZitWlJcBb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZitWlJcBb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZitWlJcBb .dropdown-item.active,
.cid-uZitWlJcBb .dropdown-item:active {
  background-color: transparent;
}
.cid-uZitWlJcBb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZitWlJcBb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZitWlJcBb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZitWlJcBb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZitWlJcBb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZitWlJcBb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZitWlJcBb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZitWlJcBb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZitWlJcBb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZitWlJcBb .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZitWlJcBb .navbar-buttons {
    text-align: left;
  }
}
.cid-uZitWlJcBb .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZitWlJcBb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZitWlJcBb button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZitWlJcBb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZitWlJcBb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZitWlJcBb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZitWlJcBb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZitWlJcBb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZitWlJcBb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZitWlJcBb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZitWlJcBb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZitWlJcBb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZitWlJcBb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZitWlJcBb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZitWlJcBb .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-uZitWlJcBb .navbar {
    height: 70px;
  }
  .cid-uZitWlJcBb .navbar.opened {
    height: auto;
  }
  .cid-uZitWlJcBb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZitWlJcBb .navbar-nav {
  margin: 0 auto;
}
.cid-uZitWlJcBb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZitWlJcBb .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZitWlJcBb .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZitWlJcBb .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZitWlJcBb .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZitWlJcBb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZitWlJcBb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZitWlJcBb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZitWlJcBb .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZitWlJcBb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZitWlJcBb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZitWlJcBb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZitWlJcBb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZitWlJcBb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZitWlJcBb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZitWlJcBb .content-wrap {
  min-height: 110px;
}
.cid-uZitWmARZu {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZitWmARZu::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZitWmARZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitWmARZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitWmARZu .card {
  justify-content: flex-end;
}
.cid-uZitWmARZu .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZitWmARZu .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZitWmARZu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZitWmARZu .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZitWmARZu .mbr-label {
  color: #ffffff;
}
.cid-uZitWmARZu .mbr-section-title {
  color: #ffffff;
}
.cid-uZitWmARZu .mbr-text {
  color: #ffffff;
}
.cid-uZitWmS1oz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZitWmS1oz {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZitWmS1oz .item:focus,
.cid-uZitWmS1oz span:focus {
  outline: none;
}
.cid-uZitWmS1oz .item {
  cursor: pointer;
}
.cid-uZitWmS1oz .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZitWmS1oz .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZitWmS1oz .grid-container-1,
.cid-uZitWmS1oz .grid-container-2,
.cid-uZitWmS1oz .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZitWmS1oz .grid-container-1,
  .cid-uZitWmS1oz .grid-container-2,
  .cid-uZitWmS1oz .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZitWmS1oz .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZitWmS1oz .content-head {
  max-width: 800px;
}
.cid-uZitWmS1oz .container,
.cid-uZitWmS1oz .container-fluid {
  overflow: hidden;
}
.cid-uZitWmS1oz .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZitWmS1oz .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZitWmS1oz .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZitWmS1oz .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZitWmS1oz .grid-container::before {
    height: 100%;
  }
}
.cid-uZitWmS1oz .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZitWmS1oz .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZitWmS1oz .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZitWmS1oz .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZitWmS1oz .grid-item img {
    height: 140px;
  }
}
.cid-uZitWmS1oz .grid-container-1,
.cid-uZitWmS1oz .grid-container-2,
.cid-uZitWmS1oz .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZitWmS1oz .grid-container-1 {
  align-items: flex-end;
}
.cid-uZitWmS1oz .grid-container-2 {
  align-items: flex-start;
}
.cid-uZitWnbYog {
  background-color: #eeeef4;
}
.cid-uZitWnbYog .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitWnbYog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitWnbYog .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZitWnbYog .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZitWnbYog .content-wrapper {
    width: 100%;
  }
}
.cid-uZitWnbYog .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZitWnbYog .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZitWnbYog .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZitWnbYog .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZitWnbYog .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZitWnbYog .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZitWnbYog .content-wrapper .desc-wrapper::before,
.cid-uZitWnbYog .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZitWnbYog .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZitWnbYog .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZitWnbYog .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZitWnbYog .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZitWnbYog .mbr-section-title {
  color: #181824;
}
.cid-uZitWnbYog .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZitWnbYog .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZitWnbYog .mbr-section-title,
.cid-uZitWnbYog .mbr-section-btn {
  text-align: center;
}
.cid-uZitWnbYog .mbr-section-title,
.cid-uZitWnbYog .mbr-section-btn,
.cid-uZitWnbYog .logo-wrapper {
  text-align: left;
}
.cid-uZitWnQjRZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitWnQjRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitWnQjRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitWnQjRZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZitWnQjRZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZitWnQjRZ .embla__slide .slide-content {
  width: 100%;
}
.cid-uZitWnQjRZ .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZitWnQjRZ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZitWnQjRZ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZitWnQjRZ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZitWnQjRZ .embla__button--next,
.cid-uZitWnQjRZ .embla__button--prev {
  display: flex;
}
.cid-uZitWnQjRZ .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZitWnQjRZ .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZitWnQjRZ .embla__button:hover::before {
  opacity: .5;
}
.cid-uZitWnQjRZ .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZitWnQjRZ .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZitWnQjRZ .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZitWnQjRZ .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZitWnQjRZ .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZitWnQjRZ .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZitWnQjRZ .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZitWnQjRZ .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZitWnQjRZ .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZitWnQjRZ .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZitWnQjRZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZitWnQjRZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZitWnQjRZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZitWnQjRZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZitWnQjRZ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZitWodXgU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZitWodXgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitWodXgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitWodXgU .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitWodXgU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitWodXgU .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZitWodXgU .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZitWodXgU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitWodXgU .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitWodXgU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZitWodXgU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZitWodXgU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZitWodXgU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZitWodXgU .embla__slide .slide-content {
  width: 100%;
}
.cid-uZitWodXgU .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZitWodXgU .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZitWodXgU .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZitWodXgU .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZitWodXgU .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZitWodXgU .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZitWodXgU .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZitWodXgU .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZitWodXgU .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZitWodXgU .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZitWodXgU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZitWodXgU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZitWodXgU .embla__button--next,
.cid-uZitWodXgU .embla__button--prev {
  display: flex;
}
.cid-uZitWodXgU .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZitWodXgU .embla__button {
    top: 0;
  }
}
.cid-uZitWodXgU .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZitWodXgU .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZitWodXgU .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZitWodXgU .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZitWodXgU .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZitWodXgU .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZitWodXgU .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZitWodXgU .embla {
    padding-top: 6rem;
  }
}
.cid-uZitWodXgU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZitWodXgU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZitWodXgU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZitWodXgU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZitWodXgU .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZitWodXgU .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZitWodXgU .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitWodXgU .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitWodXgU .mbr-text,
.cid-uZitWodXgU .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZitWodXgU .card-name {
  color: #ffffff;
}
.cid-uZitWodXgU .card-role {
  color: #ffffff;
}
.cid-uZitWodXgU .card-text {
  color: #ffffff;
}
.cid-uZitWoVkMZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitWoVkMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitWoVkMZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitWoVkMZ .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitWoVkMZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitWoVkMZ .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZitWoVkMZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitWoVkMZ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitWoVkMZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZitWoVkMZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZitWoVkMZ .items-wrapper {
  align-items: center;
}
.cid-uZitWoVkMZ .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZitWoVkMZ .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZitWoVkMZ .items-wrapper .item:hover .item-wrapper::before,
.cid-uZitWoVkMZ .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZitWoVkMZ .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZitWoVkMZ .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZitWoVkMZ .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZitWoVkMZ .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZitWoVkMZ .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZitWoVkMZ .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZitWoVkMZ .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZitWoVkMZ .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZitWoVkMZ .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZitWoVkMZ .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZitWoVkMZ .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZitWoVkMZ .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZitWoVkMZ .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZitWoVkMZ .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZitWoVkMZ .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZitWoVkMZ .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitWoVkMZ .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitWoVkMZ .mbr-text,
.cid-uZitWoVkMZ .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZitWpi1rT {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZitWpi1rT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitWpi1rT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitWpi1rT .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZitWpi1rT .image-wrap {
    height: 350px;
  }
}
.cid-uZitWpAkS1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitWpAkS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitWpAkS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitWpAkS1 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitWpAkS1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitWpAkS1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitWpAkS1 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitWpAkS1 .items-wrapper {
  margin: 0 -8px;
}
.cid-uZitWpAkS1 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZitWpAkS1 .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZitWpAkS1 .btn-wrapper {
  margin-right: 9%;
}
.cid-uZitWpAkS1 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitWpAkS1 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitWpAkS1 .card-title_1 {
  color: #ffffff;
}
.cid-uZitWpAkS1 .card-title_2 {
  color: #ffffff;
}
.cid-uZitWpAkS1 .card-title_3 {
  color: #ffffff;
}
.cid-uZitWpAkS1 .card-price_1 {
  color: #ffffff;
}
.cid-uZitWpAkS1 .card-price_2 {
  color: #ffffff;
}
.cid-uZitWpAkS1 .card-price_3 {
  color: #ffffff;
}
.cid-uZitWpAkS1 .card-text_1 {
  color: #ffffff;
}
.cid-uZitWpAkS1 .card-text_2 {
  color: #ffffff;
}
.cid-uZitWpAkS1 .card-text_3 {
  color: #ffffff;
}
#custom-html-2k {
  /* Type valid CSS here */
}
#custom-html-2k div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-2k p {
  font-size: 60px;
  color: #171616;
}
.cid-uZitYFjF9x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZitYFjF9x nav.navbar {
  position: fixed;
}
.cid-uZitYFjF9x .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZitYFjF9x .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZitYFjF9x .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-uZitYFjF9x .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZitYFjF9x .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZitYFjF9x .dropdown-item:hover,
.cid-uZitYFjF9x .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZitYFjF9x .dropdown-item:hover span {
  color: white;
}
.cid-uZitYFjF9x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZitYFjF9x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZitYFjF9x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZitYFjF9x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZitYFjF9x .nav-link {
  position: relative;
}
.cid-uZitYFjF9x .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZitYFjF9x .container {
    flex-wrap: nowrap;
  }
}
.cid-uZitYFjF9x .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZitYFjF9x .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZitYFjF9x .dropdown-menu,
.cid-uZitYFjF9x .navbar.opened {
  background: #111111 !important;
}
.cid-uZitYFjF9x .nav-item:focus,
.cid-uZitYFjF9x .nav-link:focus {
  outline: none;
}
.cid-uZitYFjF9x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZitYFjF9x .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZitYFjF9x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZitYFjF9x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZitYFjF9x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZitYFjF9x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZitYFjF9x .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZitYFjF9x .navbar.opened {
  transition: all 0.3s;
}
.cid-uZitYFjF9x .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZitYFjF9x .navbar .navbar-logo img {
  width: auto;
}
.cid-uZitYFjF9x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZitYFjF9x .navbar.collapsed {
  justify-content: center;
}
.cid-uZitYFjF9x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZitYFjF9x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZitYFjF9x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZitYFjF9x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZitYFjF9x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZitYFjF9x .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-uZitYFjF9x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZitYFjF9x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZitYFjF9x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZitYFjF9x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZitYFjF9x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZitYFjF9x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZitYFjF9x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZitYFjF9x .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-uZitYFjF9x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZitYFjF9x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZitYFjF9x .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZitYFjF9x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZitYFjF9x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZitYFjF9x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZitYFjF9x .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZitYFjF9x .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZitYFjF9x .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZitYFjF9x .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZitYFjF9x .navbar-brand .navbar-caption:hover,
.cid-uZitYFjF9x .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZitYFjF9x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZitYFjF9x .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZitYFjF9x .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZitYFjF9x .dropdown-item.active,
.cid-uZitYFjF9x .dropdown-item:active {
  background-color: transparent;
}
.cid-uZitYFjF9x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZitYFjF9x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZitYFjF9x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZitYFjF9x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZitYFjF9x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZitYFjF9x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZitYFjF9x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZitYFjF9x ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZitYFjF9x ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZitYFjF9x .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZitYFjF9x .navbar-buttons {
    text-align: left;
  }
}
.cid-uZitYFjF9x .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZitYFjF9x .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZitYFjF9x button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZitYFjF9x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZitYFjF9x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZitYFjF9x button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZitYFjF9x button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZitYFjF9x button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZitYFjF9x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZitYFjF9x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZitYFjF9x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZitYFjF9x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZitYFjF9x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZitYFjF9x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZitYFjF9x .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-uZitYFjF9x .navbar {
    height: 70px;
  }
  .cid-uZitYFjF9x .navbar.opened {
    height: auto;
  }
  .cid-uZitYFjF9x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZitYFjF9x .navbar-nav {
  margin: 0 auto;
}
.cid-uZitYFjF9x .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZitYFjF9x .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZitYFjF9x .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZitYFjF9x .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZitYFjF9x .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZitYFjF9x .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZitYFjF9x .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZitYFjF9x .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZitYFjF9x .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZitYFjF9x .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZitYFjF9x .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZitYFjF9x .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZitYFjF9x .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZitYFjF9x .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZitYFjF9x .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZitYFjF9x .content-wrap {
  min-height: 110px;
}
.cid-uZitYG7Pg4 {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZitYG7Pg4::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZitYG7Pg4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitYG7Pg4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitYG7Pg4 .card {
  justify-content: flex-end;
}
.cid-uZitYG7Pg4 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZitYG7Pg4 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZitYG7Pg4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZitYG7Pg4 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZitYG7Pg4 .mbr-label {
  color: #ffffff;
}
.cid-uZitYG7Pg4 .mbr-section-title {
  color: #ffffff;
}
.cid-uZitYG7Pg4 .mbr-text {
  color: #ffffff;
}
.cid-uZitYGpBxC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZitYGpBxC {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZitYGpBxC .item:focus,
.cid-uZitYGpBxC span:focus {
  outline: none;
}
.cid-uZitYGpBxC .item {
  cursor: pointer;
}
.cid-uZitYGpBxC .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZitYGpBxC .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZitYGpBxC .grid-container-1,
.cid-uZitYGpBxC .grid-container-2,
.cid-uZitYGpBxC .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZitYGpBxC .grid-container-1,
  .cid-uZitYGpBxC .grid-container-2,
  .cid-uZitYGpBxC .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZitYGpBxC .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZitYGpBxC .content-head {
  max-width: 800px;
}
.cid-uZitYGpBxC .container,
.cid-uZitYGpBxC .container-fluid {
  overflow: hidden;
}
.cid-uZitYGpBxC .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZitYGpBxC .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZitYGpBxC .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZitYGpBxC .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZitYGpBxC .grid-container::before {
    height: 100%;
  }
}
.cid-uZitYGpBxC .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZitYGpBxC .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZitYGpBxC .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZitYGpBxC .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZitYGpBxC .grid-item img {
    height: 140px;
  }
}
.cid-uZitYGpBxC .grid-container-1,
.cid-uZitYGpBxC .grid-container-2,
.cid-uZitYGpBxC .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZitYGpBxC .grid-container-1 {
  align-items: flex-end;
}
.cid-uZitYGpBxC .grid-container-2 {
  align-items: flex-start;
}
.cid-uZitYGGNdL {
  background-color: #eeeef4;
}
.cid-uZitYGGNdL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitYGGNdL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitYGGNdL .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZitYGGNdL .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZitYGGNdL .content-wrapper {
    width: 100%;
  }
}
.cid-uZitYGGNdL .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZitYGGNdL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZitYGGNdL .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZitYGGNdL .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZitYGGNdL .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZitYGGNdL .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZitYGGNdL .content-wrapper .desc-wrapper::before,
.cid-uZitYGGNdL .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZitYGGNdL .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZitYGGNdL .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZitYGGNdL .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZitYGGNdL .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZitYGGNdL .mbr-section-title {
  color: #181824;
}
.cid-uZitYGGNdL .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZitYGGNdL .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZitYGGNdL .mbr-section-title,
.cid-uZitYGGNdL .mbr-section-btn {
  text-align: center;
}
.cid-uZitYGGNdL .mbr-section-title,
.cid-uZitYGGNdL .mbr-section-btn,
.cid-uZitYGGNdL .logo-wrapper {
  text-align: left;
}
.cid-uZitYHknd2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitYHknd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitYHknd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitYHknd2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZitYHknd2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZitYHknd2 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZitYHknd2 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZitYHknd2 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZitYHknd2 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZitYHknd2 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZitYHknd2 .embla__button--next,
.cid-uZitYHknd2 .embla__button--prev {
  display: flex;
}
.cid-uZitYHknd2 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZitYHknd2 .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZitYHknd2 .embla__button:hover::before {
  opacity: .5;
}
.cid-uZitYHknd2 .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZitYHknd2 .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZitYHknd2 .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZitYHknd2 .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZitYHknd2 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZitYHknd2 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZitYHknd2 .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZitYHknd2 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZitYHknd2 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZitYHknd2 .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZitYHknd2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZitYHknd2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZitYHknd2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZitYHknd2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZitYHknd2 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZitYHG6Z3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZitYHG6Z3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitYHG6Z3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitYHG6Z3 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitYHG6Z3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitYHG6Z3 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZitYHG6Z3 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZitYHG6Z3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitYHG6Z3 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitYHG6Z3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZitYHG6Z3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZitYHG6Z3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZitYHG6Z3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZitYHG6Z3 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZitYHG6Z3 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZitYHG6Z3 .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZitYHG6Z3 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZitYHG6Z3 .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZitYHG6Z3 .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZitYHG6Z3 .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZitYHG6Z3 .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZitYHG6Z3 .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZitYHG6Z3 .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZitYHG6Z3 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZitYHG6Z3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZitYHG6Z3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZitYHG6Z3 .embla__button--next,
.cid-uZitYHG6Z3 .embla__button--prev {
  display: flex;
}
.cid-uZitYHG6Z3 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZitYHG6Z3 .embla__button {
    top: 0;
  }
}
.cid-uZitYHG6Z3 .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZitYHG6Z3 .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZitYHG6Z3 .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZitYHG6Z3 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZitYHG6Z3 .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZitYHG6Z3 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZitYHG6Z3 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZitYHG6Z3 .embla {
    padding-top: 6rem;
  }
}
.cid-uZitYHG6Z3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZitYHG6Z3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZitYHG6Z3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZitYHG6Z3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZitYHG6Z3 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZitYHG6Z3 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZitYHG6Z3 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitYHG6Z3 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitYHG6Z3 .mbr-text,
.cid-uZitYHG6Z3 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZitYHG6Z3 .card-name {
  color: #ffffff;
}
.cid-uZitYHG6Z3 .card-role {
  color: #ffffff;
}
.cid-uZitYHG6Z3 .card-text {
  color: #ffffff;
}
.cid-uZitYInhSA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitYInhSA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitYInhSA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitYInhSA .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitYInhSA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitYInhSA .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZitYInhSA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitYInhSA .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitYInhSA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZitYInhSA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZitYInhSA .items-wrapper {
  align-items: center;
}
.cid-uZitYInhSA .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZitYInhSA .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZitYInhSA .items-wrapper .item:hover .item-wrapper::before,
.cid-uZitYInhSA .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZitYInhSA .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZitYInhSA .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZitYInhSA .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZitYInhSA .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZitYInhSA .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZitYInhSA .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZitYInhSA .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZitYInhSA .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZitYInhSA .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZitYInhSA .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZitYInhSA .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZitYInhSA .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZitYInhSA .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZitYInhSA .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZitYInhSA .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZitYInhSA .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitYInhSA .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitYInhSA .mbr-text,
.cid-uZitYInhSA .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZitYILUMo {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZitYILUMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitYILUMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitYILUMo .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZitYILUMo .image-wrap {
    height: 350px;
  }
}
.cid-uZitYJ2iKL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZitYJ2iKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZitYJ2iKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZitYJ2iKL .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZitYJ2iKL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZitYJ2iKL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZitYJ2iKL .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZitYJ2iKL .items-wrapper {
  margin: 0 -8px;
}
.cid-uZitYJ2iKL .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZitYJ2iKL .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZitYJ2iKL .btn-wrapper {
  margin-right: 9%;
}
.cid-uZitYJ2iKL .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZitYJ2iKL .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZitYJ2iKL .card-title_1 {
  color: #ffffff;
}
.cid-uZitYJ2iKL .card-title_2 {
  color: #ffffff;
}
.cid-uZitYJ2iKL .card-title_3 {
  color: #ffffff;
}
.cid-uZitYJ2iKL .card-price_1 {
  color: #ffffff;
}
.cid-uZitYJ2iKL .card-price_2 {
  color: #ffffff;
}
.cid-uZitYJ2iKL .card-price_3 {
  color: #ffffff;
}
.cid-uZitYJ2iKL .card-text_1 {
  color: #ffffff;
}
.cid-uZitYJ2iKL .card-text_2 {
  color: #ffffff;
}
.cid-uZitYJ2iKL .card-text_3 {
  color: #ffffff;
}
#custom-html-2u {
  /* Type valid CSS here */
}
#custom-html-2u div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-2u p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiu1sU8UJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiu1sU8UJ nav.navbar {
  position: fixed;
}
.cid-uZiu1sU8UJ .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu1sU8UJ .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiu1sU8UJ .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-uZiu1sU8UJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiu1sU8UJ .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiu1sU8UJ .dropdown-item:hover,
.cid-uZiu1sU8UJ .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiu1sU8UJ .dropdown-item:hover span {
  color: white;
}
.cid-uZiu1sU8UJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiu1sU8UJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiu1sU8UJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiu1sU8UJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiu1sU8UJ .nav-link {
  position: relative;
}
.cid-uZiu1sU8UJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiu1sU8UJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiu1sU8UJ .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiu1sU8UJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiu1sU8UJ .dropdown-menu,
.cid-uZiu1sU8UJ .navbar.opened {
  background: #111111 !important;
}
.cid-uZiu1sU8UJ .nav-item:focus,
.cid-uZiu1sU8UJ .nav-link:focus {
  outline: none;
}
.cid-uZiu1sU8UJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiu1sU8UJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiu1sU8UJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiu1sU8UJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiu1sU8UJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiu1sU8UJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiu1sU8UJ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiu1sU8UJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiu1sU8UJ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiu1sU8UJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiu1sU8UJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiu1sU8UJ .navbar.collapsed {
  justify-content: center;
}
.cid-uZiu1sU8UJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiu1sU8UJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiu1sU8UJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiu1sU8UJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiu1sU8UJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiu1sU8UJ .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-uZiu1sU8UJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiu1sU8UJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiu1sU8UJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiu1sU8UJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiu1sU8UJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiu1sU8UJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiu1sU8UJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiu1sU8UJ .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-uZiu1sU8UJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiu1sU8UJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiu1sU8UJ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiu1sU8UJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiu1sU8UJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiu1sU8UJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiu1sU8UJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiu1sU8UJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiu1sU8UJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiu1sU8UJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiu1sU8UJ .navbar-brand .navbar-caption:hover,
.cid-uZiu1sU8UJ .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiu1sU8UJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiu1sU8UJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiu1sU8UJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiu1sU8UJ .dropdown-item.active,
.cid-uZiu1sU8UJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiu1sU8UJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiu1sU8UJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiu1sU8UJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiu1sU8UJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiu1sU8UJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiu1sU8UJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiu1sU8UJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiu1sU8UJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiu1sU8UJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiu1sU8UJ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiu1sU8UJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiu1sU8UJ .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiu1sU8UJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiu1sU8UJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiu1sU8UJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiu1sU8UJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiu1sU8UJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiu1sU8UJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiu1sU8UJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiu1sU8UJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiu1sU8UJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiu1sU8UJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiu1sU8UJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiu1sU8UJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiu1sU8UJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiu1sU8UJ .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-uZiu1sU8UJ .navbar {
    height: 70px;
  }
  .cid-uZiu1sU8UJ .navbar.opened {
    height: auto;
  }
  .cid-uZiu1sU8UJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiu1sU8UJ .navbar-nav {
  margin: 0 auto;
}
.cid-uZiu1sU8UJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiu1sU8UJ .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiu1sU8UJ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiu1sU8UJ .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiu1sU8UJ .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiu1sU8UJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiu1sU8UJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiu1sU8UJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiu1sU8UJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiu1sU8UJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiu1sU8UJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiu1sU8UJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiu1sU8UJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiu1sU8UJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiu1sU8UJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiu1sU8UJ .content-wrap {
  min-height: 110px;
}
.cid-uZiu1tKG3N {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiu1tKG3N::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiu1tKG3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu1tKG3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu1tKG3N .card {
  justify-content: flex-end;
}
.cid-uZiu1tKG3N .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiu1tKG3N .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiu1tKG3N .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiu1tKG3N .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiu1tKG3N .mbr-label {
  color: #ffffff;
}
.cid-uZiu1tKG3N .mbr-section-title {
  color: #ffffff;
}
.cid-uZiu1tKG3N .mbr-text {
  color: #ffffff;
}
.cid-uZiu1u1TaB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiu1u1TaB {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiu1u1TaB .item:focus,
.cid-uZiu1u1TaB span:focus {
  outline: none;
}
.cid-uZiu1u1TaB .item {
  cursor: pointer;
}
.cid-uZiu1u1TaB .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiu1u1TaB .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiu1u1TaB .grid-container-1,
.cid-uZiu1u1TaB .grid-container-2,
.cid-uZiu1u1TaB .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiu1u1TaB .grid-container-1,
  .cid-uZiu1u1TaB .grid-container-2,
  .cid-uZiu1u1TaB .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiu1u1TaB .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiu1u1TaB .content-head {
  max-width: 800px;
}
.cid-uZiu1u1TaB .container,
.cid-uZiu1u1TaB .container-fluid {
  overflow: hidden;
}
.cid-uZiu1u1TaB .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiu1u1TaB .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiu1u1TaB .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiu1u1TaB .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiu1u1TaB .grid-container::before {
    height: 100%;
  }
}
.cid-uZiu1u1TaB .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiu1u1TaB .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiu1u1TaB .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiu1u1TaB .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiu1u1TaB .grid-item img {
    height: 140px;
  }
}
.cid-uZiu1u1TaB .grid-container-1,
.cid-uZiu1u1TaB .grid-container-2,
.cid-uZiu1u1TaB .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiu1u1TaB .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiu1u1TaB .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiu1uibPa {
  background-color: #eeeef4;
}
.cid-uZiu1uibPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu1uibPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu1uibPa .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiu1uibPa .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiu1uibPa .content-wrapper {
    width: 100%;
  }
}
.cid-uZiu1uibPa .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiu1uibPa .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiu1uibPa .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu1uibPa .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiu1uibPa .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiu1uibPa .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiu1uibPa .content-wrapper .desc-wrapper::before,
.cid-uZiu1uibPa .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiu1uibPa .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiu1uibPa .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiu1uibPa .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiu1uibPa .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiu1uibPa .mbr-section-title {
  color: #181824;
}
.cid-uZiu1uibPa .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiu1uibPa .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiu1uibPa .mbr-section-title,
.cid-uZiu1uibPa .mbr-section-btn {
  text-align: center;
}
.cid-uZiu1uibPa .mbr-section-title,
.cid-uZiu1uibPa .mbr-section-btn,
.cid-uZiu1uibPa .logo-wrapper {
  text-align: left;
}
.cid-uZiu1uWPj3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiu1uWPj3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu1uWPj3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu1uWPj3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiu1uWPj3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiu1uWPj3 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiu1uWPj3 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiu1uWPj3 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiu1uWPj3 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiu1uWPj3 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiu1uWPj3 .embla__button--next,
.cid-uZiu1uWPj3 .embla__button--prev {
  display: flex;
}
.cid-uZiu1uWPj3 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiu1uWPj3 .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiu1uWPj3 .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiu1uWPj3 .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiu1uWPj3 .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiu1uWPj3 .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiu1uWPj3 .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu1uWPj3 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiu1uWPj3 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiu1uWPj3 .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu1uWPj3 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiu1uWPj3 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiu1uWPj3 .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiu1uWPj3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiu1uWPj3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiu1uWPj3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiu1uWPj3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiu1uWPj3 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiu1viD5B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiu1viD5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu1viD5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu1viD5B .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiu1viD5B .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiu1viD5B .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiu1viD5B .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiu1viD5B .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiu1viD5B .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiu1viD5B .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiu1viD5B .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiu1viD5B .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiu1viD5B .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiu1viD5B .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiu1viD5B .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiu1viD5B .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiu1viD5B .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiu1viD5B .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiu1viD5B .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiu1viD5B .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiu1viD5B .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiu1viD5B .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiu1viD5B .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiu1viD5B .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiu1viD5B .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiu1viD5B .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiu1viD5B .embla__button--next,
.cid-uZiu1viD5B .embla__button--prev {
  display: flex;
}
.cid-uZiu1viD5B .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiu1viD5B .embla__button {
    top: 0;
  }
}
.cid-uZiu1viD5B .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiu1viD5B .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiu1viD5B .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiu1viD5B .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiu1viD5B .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiu1viD5B .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiu1viD5B .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiu1viD5B .embla {
    padding-top: 6rem;
  }
}
.cid-uZiu1viD5B .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiu1viD5B .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiu1viD5B .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiu1viD5B .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiu1viD5B .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiu1viD5B .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiu1viD5B .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiu1viD5B .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiu1viD5B .mbr-text,
.cid-uZiu1viD5B .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiu1viD5B .card-name {
  color: #ffffff;
}
.cid-uZiu1viD5B .card-role {
  color: #ffffff;
}
.cid-uZiu1viD5B .card-text {
  color: #ffffff;
}
.cid-uZiu1vYgvS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiu1vYgvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu1vYgvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu1vYgvS .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiu1vYgvS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiu1vYgvS .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiu1vYgvS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiu1vYgvS .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiu1vYgvS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiu1vYgvS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiu1vYgvS .items-wrapper {
  align-items: center;
}
.cid-uZiu1vYgvS .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu1vYgvS .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiu1vYgvS .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiu1vYgvS .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiu1vYgvS .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiu1vYgvS .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiu1vYgvS .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiu1vYgvS .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiu1vYgvS .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiu1vYgvS .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiu1vYgvS .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiu1vYgvS .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiu1vYgvS .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiu1vYgvS .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiu1vYgvS .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiu1vYgvS .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiu1vYgvS .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiu1vYgvS .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiu1vYgvS .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiu1vYgvS .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiu1vYgvS .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiu1vYgvS .mbr-text,
.cid-uZiu1vYgvS .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiu1wmoZB {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiu1wmoZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu1wmoZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu1wmoZB .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiu1wmoZB .image-wrap {
    height: 350px;
  }
}
.cid-uZiu1wDblN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiu1wDblN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu1wDblN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu1wDblN .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiu1wDblN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiu1wDblN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiu1wDblN .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiu1wDblN .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiu1wDblN .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiu1wDblN .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiu1wDblN .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiu1wDblN .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiu1wDblN .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiu1wDblN .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiu1wDblN .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiu1wDblN .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiu1wDblN .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiu1wDblN .card-title_1 {
  color: #ffffff;
}
.cid-uZiu1wDblN .card-title_2 {
  color: #ffffff;
}
.cid-uZiu1wDblN .card-title_3 {
  color: #ffffff;
}
.cid-uZiu1wDblN .card-price_1 {
  color: #ffffff;
}
.cid-uZiu1wDblN .card-price_2 {
  color: #ffffff;
}
.cid-uZiu1wDblN .card-price_3 {
  color: #ffffff;
}
.cid-uZiu1wDblN .card-text_1 {
  color: #ffffff;
}
.cid-uZiu1wDblN .card-text_2 {
  color: #ffffff;
}
.cid-uZiu1wDblN .card-text_3 {
  color: #ffffff;
}
#custom-html-34 {
  /* Type valid CSS here */
}
#custom-html-34 div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-34 p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiu3fXVnP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiu3fXVnP nav.navbar {
  position: fixed;
}
.cid-uZiu3fXVnP .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu3fXVnP .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiu3fXVnP .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-uZiu3fXVnP .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiu3fXVnP .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiu3fXVnP .dropdown-item:hover,
.cid-uZiu3fXVnP .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiu3fXVnP .dropdown-item:hover span {
  color: white;
}
.cid-uZiu3fXVnP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiu3fXVnP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiu3fXVnP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiu3fXVnP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiu3fXVnP .nav-link {
  position: relative;
}
.cid-uZiu3fXVnP .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiu3fXVnP .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiu3fXVnP .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiu3fXVnP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiu3fXVnP .dropdown-menu,
.cid-uZiu3fXVnP .navbar.opened {
  background: #111111 !important;
}
.cid-uZiu3fXVnP .nav-item:focus,
.cid-uZiu3fXVnP .nav-link:focus {
  outline: none;
}
.cid-uZiu3fXVnP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiu3fXVnP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiu3fXVnP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiu3fXVnP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiu3fXVnP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiu3fXVnP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiu3fXVnP .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiu3fXVnP .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiu3fXVnP .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiu3fXVnP .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiu3fXVnP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiu3fXVnP .navbar.collapsed {
  justify-content: center;
}
.cid-uZiu3fXVnP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiu3fXVnP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiu3fXVnP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiu3fXVnP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiu3fXVnP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiu3fXVnP .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-uZiu3fXVnP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiu3fXVnP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiu3fXVnP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiu3fXVnP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiu3fXVnP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiu3fXVnP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiu3fXVnP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiu3fXVnP .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-uZiu3fXVnP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiu3fXVnP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiu3fXVnP .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiu3fXVnP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiu3fXVnP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiu3fXVnP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiu3fXVnP .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiu3fXVnP .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiu3fXVnP .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiu3fXVnP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiu3fXVnP .navbar-brand .navbar-caption:hover,
.cid-uZiu3fXVnP .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiu3fXVnP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiu3fXVnP .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiu3fXVnP .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiu3fXVnP .dropdown-item.active,
.cid-uZiu3fXVnP .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiu3fXVnP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiu3fXVnP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiu3fXVnP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiu3fXVnP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiu3fXVnP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiu3fXVnP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiu3fXVnP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiu3fXVnP ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiu3fXVnP ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiu3fXVnP .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiu3fXVnP .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiu3fXVnP .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiu3fXVnP .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiu3fXVnP button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiu3fXVnP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiu3fXVnP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiu3fXVnP button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiu3fXVnP button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiu3fXVnP button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiu3fXVnP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiu3fXVnP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiu3fXVnP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiu3fXVnP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiu3fXVnP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiu3fXVnP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiu3fXVnP .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-uZiu3fXVnP .navbar {
    height: 70px;
  }
  .cid-uZiu3fXVnP .navbar.opened {
    height: auto;
  }
  .cid-uZiu3fXVnP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiu3fXVnP .navbar-nav {
  margin: 0 auto;
}
.cid-uZiu3fXVnP .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiu3fXVnP .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiu3fXVnP .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiu3fXVnP .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiu3fXVnP .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiu3fXVnP .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiu3fXVnP .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiu3fXVnP .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiu3fXVnP .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiu3fXVnP .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiu3fXVnP .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiu3fXVnP .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiu3fXVnP .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiu3fXVnP .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiu3fXVnP .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiu3fXVnP .content-wrap {
  min-height: 110px;
}
.cid-uZiu3gwxX1 {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiu3gwxX1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiu3gwxX1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu3gwxX1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu3gwxX1 .card {
  justify-content: flex-end;
}
.cid-uZiu3gwxX1 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiu3gwxX1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiu3gwxX1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiu3gwxX1 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiu3gwxX1 .mbr-label {
  color: #ffffff;
}
.cid-uZiu3gwxX1 .mbr-section-title {
  color: #ffffff;
}
.cid-uZiu3gwxX1 .mbr-text {
  color: #ffffff;
}
.cid-uZiu3gMjhO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiu3gMjhO {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiu3gMjhO .item:focus,
.cid-uZiu3gMjhO span:focus {
  outline: none;
}
.cid-uZiu3gMjhO .item {
  cursor: pointer;
}
.cid-uZiu3gMjhO .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiu3gMjhO .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiu3gMjhO .grid-container-1,
.cid-uZiu3gMjhO .grid-container-2,
.cid-uZiu3gMjhO .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiu3gMjhO .grid-container-1,
  .cid-uZiu3gMjhO .grid-container-2,
  .cid-uZiu3gMjhO .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiu3gMjhO .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiu3gMjhO .content-head {
  max-width: 800px;
}
.cid-uZiu3gMjhO .container,
.cid-uZiu3gMjhO .container-fluid {
  overflow: hidden;
}
.cid-uZiu3gMjhO .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiu3gMjhO .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiu3gMjhO .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiu3gMjhO .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiu3gMjhO .grid-container::before {
    height: 100%;
  }
}
.cid-uZiu3gMjhO .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiu3gMjhO .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiu3gMjhO .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiu3gMjhO .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiu3gMjhO .grid-item img {
    height: 140px;
  }
}
.cid-uZiu3gMjhO .grid-container-1,
.cid-uZiu3gMjhO .grid-container-2,
.cid-uZiu3gMjhO .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiu3gMjhO .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiu3gMjhO .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiu3h4zjB {
  background-color: #eeeef4;
}
.cid-uZiu3h4zjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu3h4zjB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu3h4zjB .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiu3h4zjB .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiu3h4zjB .content-wrapper {
    width: 100%;
  }
}
.cid-uZiu3h4zjB .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiu3h4zjB .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiu3h4zjB .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu3h4zjB .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiu3h4zjB .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiu3h4zjB .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiu3h4zjB .content-wrapper .desc-wrapper::before,
.cid-uZiu3h4zjB .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiu3h4zjB .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiu3h4zjB .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiu3h4zjB .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiu3h4zjB .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiu3h4zjB .mbr-section-title {
  color: #181824;
}
.cid-uZiu3h4zjB .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiu3h4zjB .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiu3h4zjB .mbr-section-title,
.cid-uZiu3h4zjB .mbr-section-btn {
  text-align: center;
}
.cid-uZiu3h4zjB .mbr-section-title,
.cid-uZiu3h4zjB .mbr-section-btn,
.cid-uZiu3h4zjB .logo-wrapper {
  text-align: left;
}
.cid-uZiu3hIM2E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiu3hIM2E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu3hIM2E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu3hIM2E .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiu3hIM2E .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiu3hIM2E .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiu3hIM2E .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiu3hIM2E .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiu3hIM2E .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiu3hIM2E .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiu3hIM2E .embla__button--next,
.cid-uZiu3hIM2E .embla__button--prev {
  display: flex;
}
.cid-uZiu3hIM2E .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiu3hIM2E .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiu3hIM2E .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiu3hIM2E .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiu3hIM2E .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiu3hIM2E .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiu3hIM2E .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu3hIM2E .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiu3hIM2E .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiu3hIM2E .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu3hIM2E .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiu3hIM2E .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiu3hIM2E .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiu3hIM2E .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiu3hIM2E .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiu3hIM2E .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiu3hIM2E .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiu3hIM2E .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiu3i50zr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiu3i50zr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu3i50zr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu3i50zr .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiu3i50zr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiu3i50zr .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiu3i50zr .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiu3i50zr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiu3i50zr .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiu3i50zr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiu3i50zr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiu3i50zr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiu3i50zr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiu3i50zr .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiu3i50zr .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiu3i50zr .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiu3i50zr .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiu3i50zr .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiu3i50zr .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiu3i50zr .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiu3i50zr .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiu3i50zr .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiu3i50zr .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiu3i50zr .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiu3i50zr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiu3i50zr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiu3i50zr .embla__button--next,
.cid-uZiu3i50zr .embla__button--prev {
  display: flex;
}
.cid-uZiu3i50zr .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiu3i50zr .embla__button {
    top: 0;
  }
}
.cid-uZiu3i50zr .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiu3i50zr .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiu3i50zr .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiu3i50zr .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiu3i50zr .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiu3i50zr .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiu3i50zr .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiu3i50zr .embla {
    padding-top: 6rem;
  }
}
.cid-uZiu3i50zr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiu3i50zr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiu3i50zr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiu3i50zr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiu3i50zr .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiu3i50zr .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiu3i50zr .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiu3i50zr .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiu3i50zr .mbr-text,
.cid-uZiu3i50zr .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiu3i50zr .card-name {
  color: #ffffff;
}
.cid-uZiu3i50zr .card-role {
  color: #ffffff;
}
.cid-uZiu3i50zr .card-text {
  color: #ffffff;
}
.cid-uZiu3iKPRv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiu3iKPRv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu3iKPRv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu3iKPRv .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiu3iKPRv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiu3iKPRv .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiu3iKPRv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiu3iKPRv .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiu3iKPRv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiu3iKPRv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiu3iKPRv .items-wrapper {
  align-items: center;
}
.cid-uZiu3iKPRv .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu3iKPRv .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiu3iKPRv .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiu3iKPRv .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiu3iKPRv .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiu3iKPRv .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiu3iKPRv .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiu3iKPRv .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiu3iKPRv .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiu3iKPRv .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiu3iKPRv .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiu3iKPRv .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiu3iKPRv .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiu3iKPRv .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiu3iKPRv .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiu3iKPRv .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiu3iKPRv .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiu3iKPRv .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiu3iKPRv .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiu3iKPRv .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiu3iKPRv .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiu3iKPRv .mbr-text,
.cid-uZiu3iKPRv .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiu3j8muY {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiu3j8muY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu3j8muY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu3j8muY .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiu3j8muY .image-wrap {
    height: 350px;
  }
}
.cid-uZiu3jqQEM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiu3jqQEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu3jqQEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu3jqQEM .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiu3jqQEM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiu3jqQEM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiu3jqQEM .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiu3jqQEM .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiu3jqQEM .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiu3jqQEM .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiu3jqQEM .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiu3jqQEM .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiu3jqQEM .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiu3jqQEM .card-title_1 {
  color: #ffffff;
}
.cid-uZiu3jqQEM .card-title_2 {
  color: #ffffff;
}
.cid-uZiu3jqQEM .card-title_3 {
  color: #ffffff;
}
.cid-uZiu3jqQEM .card-price_1 {
  color: #ffffff;
}
.cid-uZiu3jqQEM .card-price_2 {
  color: #ffffff;
}
.cid-uZiu3jqQEM .card-price_3 {
  color: #ffffff;
}
.cid-uZiu3jqQEM .card-text_1 {
  color: #ffffff;
}
.cid-uZiu3jqQEM .card-text_2 {
  color: #ffffff;
}
.cid-uZiu3jqQEM .card-text_3 {
  color: #ffffff;
}
#custom-html-3e {
  /* Type valid CSS here */
}
#custom-html-3e div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-3e p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiu5fWsxE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiu5fWsxE nav.navbar {
  position: fixed;
}
.cid-uZiu5fWsxE .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu5fWsxE .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiu5fWsxE .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-uZiu5fWsxE .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiu5fWsxE .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiu5fWsxE .dropdown-item:hover,
.cid-uZiu5fWsxE .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiu5fWsxE .dropdown-item:hover span {
  color: white;
}
.cid-uZiu5fWsxE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiu5fWsxE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiu5fWsxE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiu5fWsxE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiu5fWsxE .nav-link {
  position: relative;
}
.cid-uZiu5fWsxE .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiu5fWsxE .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiu5fWsxE .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiu5fWsxE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiu5fWsxE .dropdown-menu,
.cid-uZiu5fWsxE .navbar.opened {
  background: #111111 !important;
}
.cid-uZiu5fWsxE .nav-item:focus,
.cid-uZiu5fWsxE .nav-link:focus {
  outline: none;
}
.cid-uZiu5fWsxE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiu5fWsxE .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiu5fWsxE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiu5fWsxE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiu5fWsxE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiu5fWsxE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiu5fWsxE .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiu5fWsxE .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiu5fWsxE .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiu5fWsxE .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiu5fWsxE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiu5fWsxE .navbar.collapsed {
  justify-content: center;
}
.cid-uZiu5fWsxE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiu5fWsxE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiu5fWsxE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiu5fWsxE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiu5fWsxE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiu5fWsxE .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-uZiu5fWsxE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiu5fWsxE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiu5fWsxE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiu5fWsxE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiu5fWsxE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiu5fWsxE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiu5fWsxE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiu5fWsxE .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-uZiu5fWsxE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiu5fWsxE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiu5fWsxE .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiu5fWsxE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiu5fWsxE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiu5fWsxE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiu5fWsxE .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiu5fWsxE .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiu5fWsxE .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiu5fWsxE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiu5fWsxE .navbar-brand .navbar-caption:hover,
.cid-uZiu5fWsxE .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiu5fWsxE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiu5fWsxE .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiu5fWsxE .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiu5fWsxE .dropdown-item.active,
.cid-uZiu5fWsxE .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiu5fWsxE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiu5fWsxE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiu5fWsxE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiu5fWsxE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiu5fWsxE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiu5fWsxE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiu5fWsxE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiu5fWsxE ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiu5fWsxE ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiu5fWsxE .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiu5fWsxE .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiu5fWsxE .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiu5fWsxE .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiu5fWsxE button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiu5fWsxE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiu5fWsxE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiu5fWsxE button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiu5fWsxE button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiu5fWsxE button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiu5fWsxE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiu5fWsxE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiu5fWsxE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiu5fWsxE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiu5fWsxE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiu5fWsxE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiu5fWsxE .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-uZiu5fWsxE .navbar {
    height: 70px;
  }
  .cid-uZiu5fWsxE .navbar.opened {
    height: auto;
  }
  .cid-uZiu5fWsxE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiu5fWsxE .navbar-nav {
  margin: 0 auto;
}
.cid-uZiu5fWsxE .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiu5fWsxE .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiu5fWsxE .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiu5fWsxE .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiu5fWsxE .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiu5fWsxE .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiu5fWsxE .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiu5fWsxE .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiu5fWsxE .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiu5fWsxE .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiu5fWsxE .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiu5fWsxE .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiu5fWsxE .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiu5fWsxE .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiu5fWsxE .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiu5fWsxE .content-wrap {
  min-height: 110px;
}
.cid-uZiu5gtzRQ {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiu5gtzRQ::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiu5gtzRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu5gtzRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu5gtzRQ .card {
  justify-content: flex-end;
}
.cid-uZiu5gtzRQ .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiu5gtzRQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiu5gtzRQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiu5gtzRQ .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiu5gtzRQ .mbr-label {
  color: #ffffff;
}
.cid-uZiu5gtzRQ .mbr-section-title {
  color: #ffffff;
}
.cid-uZiu5gtzRQ .mbr-text {
  color: #ffffff;
}
.cid-uZiu5gLFmK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiu5gLFmK {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiu5gLFmK .item:focus,
.cid-uZiu5gLFmK span:focus {
  outline: none;
}
.cid-uZiu5gLFmK .item {
  cursor: pointer;
}
.cid-uZiu5gLFmK .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiu5gLFmK .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiu5gLFmK .grid-container-1,
.cid-uZiu5gLFmK .grid-container-2,
.cid-uZiu5gLFmK .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiu5gLFmK .grid-container-1,
  .cid-uZiu5gLFmK .grid-container-2,
  .cid-uZiu5gLFmK .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiu5gLFmK .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiu5gLFmK .content-head {
  max-width: 800px;
}
.cid-uZiu5gLFmK .container,
.cid-uZiu5gLFmK .container-fluid {
  overflow: hidden;
}
.cid-uZiu5gLFmK .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiu5gLFmK .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiu5gLFmK .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiu5gLFmK .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiu5gLFmK .grid-container::before {
    height: 100%;
  }
}
.cid-uZiu5gLFmK .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiu5gLFmK .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiu5gLFmK .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiu5gLFmK .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiu5gLFmK .grid-item img {
    height: 140px;
  }
}
.cid-uZiu5gLFmK .grid-container-1,
.cid-uZiu5gLFmK .grid-container-2,
.cid-uZiu5gLFmK .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiu5gLFmK .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiu5gLFmK .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiu5h3I2i {
  background-color: #eeeef4;
}
.cid-uZiu5h3I2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu5h3I2i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu5h3I2i .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiu5h3I2i .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiu5h3I2i .content-wrapper {
    width: 100%;
  }
}
.cid-uZiu5h3I2i .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiu5h3I2i .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiu5h3I2i .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu5h3I2i .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiu5h3I2i .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiu5h3I2i .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiu5h3I2i .content-wrapper .desc-wrapper::before,
.cid-uZiu5h3I2i .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiu5h3I2i .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiu5h3I2i .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiu5h3I2i .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiu5h3I2i .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiu5h3I2i .mbr-section-title {
  color: #181824;
}
.cid-uZiu5h3I2i .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiu5h3I2i .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiu5h3I2i .mbr-section-title,
.cid-uZiu5h3I2i .mbr-section-btn {
  text-align: center;
}
.cid-uZiu5h3I2i .mbr-section-title,
.cid-uZiu5h3I2i .mbr-section-btn,
.cid-uZiu5h3I2i .logo-wrapper {
  text-align: left;
}
.cid-uZiu5hGHWr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiu5hGHWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu5hGHWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu5hGHWr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiu5hGHWr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiu5hGHWr .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiu5hGHWr .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiu5hGHWr .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiu5hGHWr .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiu5hGHWr .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiu5hGHWr .embla__button--next,
.cid-uZiu5hGHWr .embla__button--prev {
  display: flex;
}
.cid-uZiu5hGHWr .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiu5hGHWr .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiu5hGHWr .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiu5hGHWr .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiu5hGHWr .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiu5hGHWr .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiu5hGHWr .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu5hGHWr .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiu5hGHWr .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiu5hGHWr .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu5hGHWr .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiu5hGHWr .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiu5hGHWr .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiu5hGHWr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiu5hGHWr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiu5hGHWr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiu5hGHWr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiu5hGHWr .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiu5i3w9q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiu5i3w9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu5i3w9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu5i3w9q .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiu5i3w9q .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiu5i3w9q .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiu5i3w9q .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiu5i3w9q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiu5i3w9q .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiu5i3w9q .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiu5i3w9q .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiu5i3w9q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiu5i3w9q .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiu5i3w9q .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiu5i3w9q .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiu5i3w9q .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiu5i3w9q .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiu5i3w9q .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiu5i3w9q .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiu5i3w9q .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiu5i3w9q .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiu5i3w9q .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiu5i3w9q .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiu5i3w9q .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiu5i3w9q .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiu5i3w9q .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiu5i3w9q .embla__button--next,
.cid-uZiu5i3w9q .embla__button--prev {
  display: flex;
}
.cid-uZiu5i3w9q .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiu5i3w9q .embla__button {
    top: 0;
  }
}
.cid-uZiu5i3w9q .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiu5i3w9q .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiu5i3w9q .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiu5i3w9q .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiu5i3w9q .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiu5i3w9q .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiu5i3w9q .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiu5i3w9q .embla {
    padding-top: 6rem;
  }
}
.cid-uZiu5i3w9q .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiu5i3w9q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiu5i3w9q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiu5i3w9q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiu5i3w9q .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiu5i3w9q .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiu5i3w9q .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiu5i3w9q .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiu5i3w9q .mbr-text,
.cid-uZiu5i3w9q .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiu5i3w9q .card-name {
  color: #ffffff;
}
.cid-uZiu5i3w9q .card-role {
  color: #ffffff;
}
.cid-uZiu5i3w9q .card-text {
  color: #ffffff;
}
.cid-uZiu5iL2JH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiu5iL2JH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu5iL2JH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu5iL2JH .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiu5iL2JH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiu5iL2JH .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiu5iL2JH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiu5iL2JH .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiu5iL2JH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiu5iL2JH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiu5iL2JH .items-wrapper {
  align-items: center;
}
.cid-uZiu5iL2JH .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu5iL2JH .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiu5iL2JH .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiu5iL2JH .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiu5iL2JH .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiu5iL2JH .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiu5iL2JH .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiu5iL2JH .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiu5iL2JH .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiu5iL2JH .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiu5iL2JH .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiu5iL2JH .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiu5iL2JH .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiu5iL2JH .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiu5iL2JH .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiu5iL2JH .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiu5iL2JH .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiu5iL2JH .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiu5iL2JH .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiu5iL2JH .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiu5iL2JH .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiu5iL2JH .mbr-text,
.cid-uZiu5iL2JH .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiu5j9qhf {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiu5j9qhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu5j9qhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu5j9qhf .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiu5j9qhf .image-wrap {
    height: 350px;
  }
}
.cid-uZiu5jrCYI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiu5jrCYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu5jrCYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu5jrCYI .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiu5jrCYI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiu5jrCYI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiu5jrCYI .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiu5jrCYI .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiu5jrCYI .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiu5jrCYI .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiu5jrCYI .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiu5jrCYI .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiu5jrCYI .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiu5jrCYI .card-title_1 {
  color: #ffffff;
}
.cid-uZiu5jrCYI .card-title_2 {
  color: #ffffff;
}
.cid-uZiu5jrCYI .card-title_3 {
  color: #ffffff;
}
.cid-uZiu5jrCYI .card-price_1 {
  color: #ffffff;
}
.cid-uZiu5jrCYI .card-price_2 {
  color: #ffffff;
}
.cid-uZiu5jrCYI .card-price_3 {
  color: #ffffff;
}
.cid-uZiu5jrCYI .card-text_1 {
  color: #ffffff;
}
.cid-uZiu5jrCYI .card-text_2 {
  color: #ffffff;
}
.cid-uZiu5jrCYI .card-text_3 {
  color: #ffffff;
}
#custom-html-3o {
  /* Type valid CSS here */
}
#custom-html-3o div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-3o p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiu6TDYYu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiu6TDYYu nav.navbar {
  position: fixed;
}
.cid-uZiu6TDYYu .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu6TDYYu .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiu6TDYYu .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-uZiu6TDYYu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiu6TDYYu .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiu6TDYYu .dropdown-item:hover,
.cid-uZiu6TDYYu .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiu6TDYYu .dropdown-item:hover span {
  color: white;
}
.cid-uZiu6TDYYu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiu6TDYYu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiu6TDYYu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiu6TDYYu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiu6TDYYu .nav-link {
  position: relative;
}
.cid-uZiu6TDYYu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiu6TDYYu .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiu6TDYYu .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiu6TDYYu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiu6TDYYu .dropdown-menu,
.cid-uZiu6TDYYu .navbar.opened {
  background: #111111 !important;
}
.cid-uZiu6TDYYu .nav-item:focus,
.cid-uZiu6TDYYu .nav-link:focus {
  outline: none;
}
.cid-uZiu6TDYYu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiu6TDYYu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiu6TDYYu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiu6TDYYu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiu6TDYYu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiu6TDYYu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiu6TDYYu .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiu6TDYYu .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiu6TDYYu .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiu6TDYYu .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiu6TDYYu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiu6TDYYu .navbar.collapsed {
  justify-content: center;
}
.cid-uZiu6TDYYu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiu6TDYYu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiu6TDYYu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiu6TDYYu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiu6TDYYu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiu6TDYYu .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-uZiu6TDYYu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiu6TDYYu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiu6TDYYu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiu6TDYYu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiu6TDYYu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiu6TDYYu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiu6TDYYu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiu6TDYYu .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-uZiu6TDYYu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiu6TDYYu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiu6TDYYu .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiu6TDYYu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiu6TDYYu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiu6TDYYu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiu6TDYYu .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiu6TDYYu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiu6TDYYu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiu6TDYYu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiu6TDYYu .navbar-brand .navbar-caption:hover,
.cid-uZiu6TDYYu .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiu6TDYYu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiu6TDYYu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiu6TDYYu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiu6TDYYu .dropdown-item.active,
.cid-uZiu6TDYYu .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiu6TDYYu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiu6TDYYu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiu6TDYYu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiu6TDYYu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiu6TDYYu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiu6TDYYu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiu6TDYYu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiu6TDYYu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiu6TDYYu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiu6TDYYu .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiu6TDYYu .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiu6TDYYu .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiu6TDYYu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiu6TDYYu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiu6TDYYu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiu6TDYYu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiu6TDYYu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiu6TDYYu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiu6TDYYu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiu6TDYYu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiu6TDYYu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiu6TDYYu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiu6TDYYu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiu6TDYYu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiu6TDYYu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiu6TDYYu .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-uZiu6TDYYu .navbar {
    height: 70px;
  }
  .cid-uZiu6TDYYu .navbar.opened {
    height: auto;
  }
  .cid-uZiu6TDYYu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiu6TDYYu .navbar-nav {
  margin: 0 auto;
}
.cid-uZiu6TDYYu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiu6TDYYu .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiu6TDYYu .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiu6TDYYu .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiu6TDYYu .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiu6TDYYu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiu6TDYYu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiu6TDYYu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiu6TDYYu .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiu6TDYYu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiu6TDYYu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiu6TDYYu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiu6TDYYu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiu6TDYYu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiu6TDYYu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiu6TDYYu .content-wrap {
  min-height: 110px;
}
.cid-uZiu6UdqTV {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiu6UdqTV::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiu6UdqTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu6UdqTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu6UdqTV .card {
  justify-content: flex-end;
}
.cid-uZiu6UdqTV .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiu6UdqTV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiu6UdqTV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiu6UdqTV .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiu6UdqTV .mbr-label {
  color: #ffffff;
}
.cid-uZiu6UdqTV .mbr-section-title {
  color: #ffffff;
}
.cid-uZiu6UdqTV .mbr-text {
  color: #ffffff;
}
.cid-uZiu6UuPiY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiu6UuPiY {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiu6UuPiY .item:focus,
.cid-uZiu6UuPiY span:focus {
  outline: none;
}
.cid-uZiu6UuPiY .item {
  cursor: pointer;
}
.cid-uZiu6UuPiY .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiu6UuPiY .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiu6UuPiY .grid-container-1,
.cid-uZiu6UuPiY .grid-container-2,
.cid-uZiu6UuPiY .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiu6UuPiY .grid-container-1,
  .cid-uZiu6UuPiY .grid-container-2,
  .cid-uZiu6UuPiY .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiu6UuPiY .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiu6UuPiY .content-head {
  max-width: 800px;
}
.cid-uZiu6UuPiY .container,
.cid-uZiu6UuPiY .container-fluid {
  overflow: hidden;
}
.cid-uZiu6UuPiY .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiu6UuPiY .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiu6UuPiY .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiu6UuPiY .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiu6UuPiY .grid-container::before {
    height: 100%;
  }
}
.cid-uZiu6UuPiY .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiu6UuPiY .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiu6UuPiY .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiu6UuPiY .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiu6UuPiY .grid-item img {
    height: 140px;
  }
}
.cid-uZiu6UuPiY .grid-container-1,
.cid-uZiu6UuPiY .grid-container-2,
.cid-uZiu6UuPiY .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiu6UuPiY .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiu6UuPiY .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiu6ULPvN {
  background-color: #eeeef4;
}
.cid-uZiu6ULPvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu6ULPvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu6ULPvN .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiu6ULPvN .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiu6ULPvN .content-wrapper {
    width: 100%;
  }
}
.cid-uZiu6ULPvN .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiu6ULPvN .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiu6ULPvN .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu6ULPvN .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiu6ULPvN .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiu6ULPvN .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiu6ULPvN .content-wrapper .desc-wrapper::before,
.cid-uZiu6ULPvN .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiu6ULPvN .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiu6ULPvN .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiu6ULPvN .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiu6ULPvN .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiu6ULPvN .mbr-section-title {
  color: #181824;
}
.cid-uZiu6ULPvN .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiu6ULPvN .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiu6ULPvN .mbr-section-title,
.cid-uZiu6ULPvN .mbr-section-btn {
  text-align: center;
}
.cid-uZiu6ULPvN .mbr-section-title,
.cid-uZiu6ULPvN .mbr-section-btn,
.cid-uZiu6ULPvN .logo-wrapper {
  text-align: left;
}
.cid-uZiu6VoTwP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiu6VoTwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu6VoTwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu6VoTwP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiu6VoTwP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiu6VoTwP .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiu6VoTwP .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiu6VoTwP .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiu6VoTwP .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiu6VoTwP .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiu6VoTwP .embla__button--next,
.cid-uZiu6VoTwP .embla__button--prev {
  display: flex;
}
.cid-uZiu6VoTwP .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiu6VoTwP .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiu6VoTwP .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiu6VoTwP .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiu6VoTwP .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiu6VoTwP .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiu6VoTwP .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu6VoTwP .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiu6VoTwP .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiu6VoTwP .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu6VoTwP .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiu6VoTwP .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiu6VoTwP .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiu6VoTwP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiu6VoTwP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiu6VoTwP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiu6VoTwP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiu6VoTwP .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiu6VJ4zF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiu6VJ4zF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu6VJ4zF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu6VJ4zF .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiu6VJ4zF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiu6VJ4zF .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiu6VJ4zF .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiu6VJ4zF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiu6VJ4zF .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiu6VJ4zF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiu6VJ4zF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiu6VJ4zF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiu6VJ4zF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiu6VJ4zF .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiu6VJ4zF .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiu6VJ4zF .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiu6VJ4zF .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiu6VJ4zF .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiu6VJ4zF .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiu6VJ4zF .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiu6VJ4zF .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiu6VJ4zF .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiu6VJ4zF .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiu6VJ4zF .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiu6VJ4zF .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiu6VJ4zF .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiu6VJ4zF .embla__button--next,
.cid-uZiu6VJ4zF .embla__button--prev {
  display: flex;
}
.cid-uZiu6VJ4zF .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiu6VJ4zF .embla__button {
    top: 0;
  }
}
.cid-uZiu6VJ4zF .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiu6VJ4zF .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiu6VJ4zF .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiu6VJ4zF .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiu6VJ4zF .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiu6VJ4zF .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiu6VJ4zF .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiu6VJ4zF .embla {
    padding-top: 6rem;
  }
}
.cid-uZiu6VJ4zF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiu6VJ4zF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiu6VJ4zF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiu6VJ4zF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiu6VJ4zF .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiu6VJ4zF .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiu6VJ4zF .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiu6VJ4zF .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiu6VJ4zF .mbr-text,
.cid-uZiu6VJ4zF .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiu6VJ4zF .card-name {
  color: #ffffff;
}
.cid-uZiu6VJ4zF .card-role {
  color: #ffffff;
}
.cid-uZiu6VJ4zF .card-text {
  color: #ffffff;
}
.cid-uZiu6WogsO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiu6WogsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu6WogsO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu6WogsO .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiu6WogsO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiu6WogsO .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiu6WogsO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiu6WogsO .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiu6WogsO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiu6WogsO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiu6WogsO .items-wrapper {
  align-items: center;
}
.cid-uZiu6WogsO .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu6WogsO .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiu6WogsO .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiu6WogsO .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiu6WogsO .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiu6WogsO .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiu6WogsO .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiu6WogsO .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiu6WogsO .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiu6WogsO .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiu6WogsO .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiu6WogsO .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiu6WogsO .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiu6WogsO .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiu6WogsO .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiu6WogsO .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiu6WogsO .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiu6WogsO .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiu6WogsO .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiu6WogsO .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiu6WogsO .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiu6WogsO .mbr-text,
.cid-uZiu6WogsO .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiu6WMu9i {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiu6WMu9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu6WMu9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu6WMu9i .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiu6WMu9i .image-wrap {
    height: 350px;
  }
}
.cid-uZiu6X3e0M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiu6X3e0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu6X3e0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu6X3e0M .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiu6X3e0M .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiu6X3e0M .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiu6X3e0M .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiu6X3e0M .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiu6X3e0M .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiu6X3e0M .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiu6X3e0M .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiu6X3e0M .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiu6X3e0M .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiu6X3e0M .card-title_1 {
  color: #ffffff;
}
.cid-uZiu6X3e0M .card-title_2 {
  color: #ffffff;
}
.cid-uZiu6X3e0M .card-title_3 {
  color: #ffffff;
}
.cid-uZiu6X3e0M .card-price_1 {
  color: #ffffff;
}
.cid-uZiu6X3e0M .card-price_2 {
  color: #ffffff;
}
.cid-uZiu6X3e0M .card-price_3 {
  color: #ffffff;
}
.cid-uZiu6X3e0M .card-text_1 {
  color: #ffffff;
}
.cid-uZiu6X3e0M .card-text_2 {
  color: #ffffff;
}
.cid-uZiu6X3e0M .card-text_3 {
  color: #ffffff;
}
#custom-html-3y {
  /* Type valid CSS here */
}
#custom-html-3y div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-3y p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiu9zshG1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiu9zshG1 nav.navbar {
  position: fixed;
}
.cid-uZiu9zshG1 .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu9zshG1 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiu9zshG1 .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-uZiu9zshG1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiu9zshG1 .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiu9zshG1 .dropdown-item:hover,
.cid-uZiu9zshG1 .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiu9zshG1 .dropdown-item:hover span {
  color: white;
}
.cid-uZiu9zshG1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiu9zshG1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiu9zshG1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiu9zshG1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiu9zshG1 .nav-link {
  position: relative;
}
.cid-uZiu9zshG1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiu9zshG1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiu9zshG1 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiu9zshG1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiu9zshG1 .dropdown-menu,
.cid-uZiu9zshG1 .navbar.opened {
  background: #111111 !important;
}
.cid-uZiu9zshG1 .nav-item:focus,
.cid-uZiu9zshG1 .nav-link:focus {
  outline: none;
}
.cid-uZiu9zshG1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiu9zshG1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiu9zshG1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiu9zshG1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiu9zshG1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiu9zshG1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiu9zshG1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiu9zshG1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiu9zshG1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiu9zshG1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiu9zshG1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiu9zshG1 .navbar.collapsed {
  justify-content: center;
}
.cid-uZiu9zshG1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiu9zshG1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiu9zshG1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiu9zshG1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiu9zshG1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiu9zshG1 .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-uZiu9zshG1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiu9zshG1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiu9zshG1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiu9zshG1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiu9zshG1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiu9zshG1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiu9zshG1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiu9zshG1 .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-uZiu9zshG1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiu9zshG1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiu9zshG1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiu9zshG1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiu9zshG1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiu9zshG1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiu9zshG1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiu9zshG1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiu9zshG1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiu9zshG1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiu9zshG1 .navbar-brand .navbar-caption:hover,
.cid-uZiu9zshG1 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiu9zshG1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiu9zshG1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiu9zshG1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiu9zshG1 .dropdown-item.active,
.cid-uZiu9zshG1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiu9zshG1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiu9zshG1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiu9zshG1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiu9zshG1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiu9zshG1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiu9zshG1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiu9zshG1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiu9zshG1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiu9zshG1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiu9zshG1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiu9zshG1 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiu9zshG1 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiu9zshG1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiu9zshG1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiu9zshG1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiu9zshG1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiu9zshG1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiu9zshG1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiu9zshG1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiu9zshG1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiu9zshG1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiu9zshG1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiu9zshG1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiu9zshG1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiu9zshG1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiu9zshG1 .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-uZiu9zshG1 .navbar {
    height: 70px;
  }
  .cid-uZiu9zshG1 .navbar.opened {
    height: auto;
  }
  .cid-uZiu9zshG1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiu9zshG1 .navbar-nav {
  margin: 0 auto;
}
.cid-uZiu9zshG1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiu9zshG1 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiu9zshG1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiu9zshG1 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiu9zshG1 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiu9zshG1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiu9zshG1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiu9zshG1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiu9zshG1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiu9zshG1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiu9zshG1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiu9zshG1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiu9zshG1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiu9zshG1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiu9zshG1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiu9zshG1 .content-wrap {
  min-height: 110px;
}
.cid-uZiu9A6VFx {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiu9A6VFx::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiu9A6VFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu9A6VFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu9A6VFx .card {
  justify-content: flex-end;
}
.cid-uZiu9A6VFx .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiu9A6VFx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiu9A6VFx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiu9A6VFx .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiu9A6VFx .mbr-label {
  color: #ffffff;
}
.cid-uZiu9A6VFx .mbr-section-title {
  color: #ffffff;
}
.cid-uZiu9A6VFx .mbr-text {
  color: #ffffff;
}
.cid-uZiu9Aoifh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiu9Aoifh {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiu9Aoifh .item:focus,
.cid-uZiu9Aoifh span:focus {
  outline: none;
}
.cid-uZiu9Aoifh .item {
  cursor: pointer;
}
.cid-uZiu9Aoifh .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiu9Aoifh .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiu9Aoifh .grid-container-1,
.cid-uZiu9Aoifh .grid-container-2,
.cid-uZiu9Aoifh .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiu9Aoifh .grid-container-1,
  .cid-uZiu9Aoifh .grid-container-2,
  .cid-uZiu9Aoifh .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiu9Aoifh .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiu9Aoifh .content-head {
  max-width: 800px;
}
.cid-uZiu9Aoifh .container,
.cid-uZiu9Aoifh .container-fluid {
  overflow: hidden;
}
.cid-uZiu9Aoifh .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiu9Aoifh .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiu9Aoifh .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiu9Aoifh .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiu9Aoifh .grid-container::before {
    height: 100%;
  }
}
.cid-uZiu9Aoifh .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiu9Aoifh .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiu9Aoifh .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiu9Aoifh .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiu9Aoifh .grid-item img {
    height: 140px;
  }
}
.cid-uZiu9Aoifh .grid-container-1,
.cid-uZiu9Aoifh .grid-container-2,
.cid-uZiu9Aoifh .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiu9Aoifh .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiu9Aoifh .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiu9AEFBL {
  background-color: #eeeef4;
}
.cid-uZiu9AEFBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu9AEFBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu9AEFBL .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiu9AEFBL .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiu9AEFBL .content-wrapper {
    width: 100%;
  }
}
.cid-uZiu9AEFBL .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiu9AEFBL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiu9AEFBL .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu9AEFBL .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiu9AEFBL .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiu9AEFBL .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiu9AEFBL .content-wrapper .desc-wrapper::before,
.cid-uZiu9AEFBL .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiu9AEFBL .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiu9AEFBL .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiu9AEFBL .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiu9AEFBL .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiu9AEFBL .mbr-section-title {
  color: #181824;
}
.cid-uZiu9AEFBL .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiu9AEFBL .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiu9AEFBL .mbr-section-title,
.cid-uZiu9AEFBL .mbr-section-btn {
  text-align: center;
}
.cid-uZiu9AEFBL .mbr-section-title,
.cid-uZiu9AEFBL .mbr-section-btn,
.cid-uZiu9AEFBL .logo-wrapper {
  text-align: left;
}
.cid-uZiu9BhnYJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiu9BhnYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu9BhnYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu9BhnYJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiu9BhnYJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiu9BhnYJ .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiu9BhnYJ .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiu9BhnYJ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiu9BhnYJ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiu9BhnYJ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiu9BhnYJ .embla__button--next,
.cid-uZiu9BhnYJ .embla__button--prev {
  display: flex;
}
.cid-uZiu9BhnYJ .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiu9BhnYJ .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiu9BhnYJ .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiu9BhnYJ .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiu9BhnYJ .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiu9BhnYJ .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiu9BhnYJ .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu9BhnYJ .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiu9BhnYJ .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiu9BhnYJ .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu9BhnYJ .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiu9BhnYJ .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiu9BhnYJ .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiu9BhnYJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiu9BhnYJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiu9BhnYJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiu9BhnYJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiu9BhnYJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiu9BEMp6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiu9BEMp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu9BEMp6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu9BEMp6 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiu9BEMp6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiu9BEMp6 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiu9BEMp6 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiu9BEMp6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiu9BEMp6 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiu9BEMp6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiu9BEMp6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiu9BEMp6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiu9BEMp6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiu9BEMp6 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiu9BEMp6 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiu9BEMp6 .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiu9BEMp6 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiu9BEMp6 .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiu9BEMp6 .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiu9BEMp6 .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiu9BEMp6 .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiu9BEMp6 .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiu9BEMp6 .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiu9BEMp6 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiu9BEMp6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiu9BEMp6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiu9BEMp6 .embla__button--next,
.cid-uZiu9BEMp6 .embla__button--prev {
  display: flex;
}
.cid-uZiu9BEMp6 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiu9BEMp6 .embla__button {
    top: 0;
  }
}
.cid-uZiu9BEMp6 .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiu9BEMp6 .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiu9BEMp6 .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiu9BEMp6 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiu9BEMp6 .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiu9BEMp6 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiu9BEMp6 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiu9BEMp6 .embla {
    padding-top: 6rem;
  }
}
.cid-uZiu9BEMp6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiu9BEMp6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiu9BEMp6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiu9BEMp6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiu9BEMp6 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiu9BEMp6 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiu9BEMp6 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiu9BEMp6 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiu9BEMp6 .mbr-text,
.cid-uZiu9BEMp6 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiu9BEMp6 .card-name {
  color: #ffffff;
}
.cid-uZiu9BEMp6 .card-role {
  color: #ffffff;
}
.cid-uZiu9BEMp6 .card-text {
  color: #ffffff;
}
.cid-uZiu9Cnej9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiu9Cnej9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu9Cnej9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu9Cnej9 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiu9Cnej9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiu9Cnej9 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiu9Cnej9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiu9Cnej9 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiu9Cnej9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiu9Cnej9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiu9Cnej9 .items-wrapper {
  align-items: center;
}
.cid-uZiu9Cnej9 .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiu9Cnej9 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiu9Cnej9 .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiu9Cnej9 .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiu9Cnej9 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiu9Cnej9 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiu9Cnej9 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiu9Cnej9 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiu9Cnej9 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiu9Cnej9 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiu9Cnej9 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiu9Cnej9 .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiu9Cnej9 .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiu9Cnej9 .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiu9Cnej9 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiu9Cnej9 .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiu9Cnej9 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiu9Cnej9 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiu9Cnej9 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiu9Cnej9 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiu9Cnej9 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiu9Cnej9 .mbr-text,
.cid-uZiu9Cnej9 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiu9CL4ch {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiu9CL4ch .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu9CL4ch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu9CL4ch .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiu9CL4ch .image-wrap {
    height: 350px;
  }
}
.cid-uZiu9D1ZWD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiu9D1ZWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiu9D1ZWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiu9D1ZWD .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiu9D1ZWD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiu9D1ZWD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiu9D1ZWD .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiu9D1ZWD .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiu9D1ZWD .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiu9D1ZWD .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiu9D1ZWD .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiu9D1ZWD .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiu9D1ZWD .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiu9D1ZWD .card-title_1 {
  color: #ffffff;
}
.cid-uZiu9D1ZWD .card-title_2 {
  color: #ffffff;
}
.cid-uZiu9D1ZWD .card-title_3 {
  color: #ffffff;
}
.cid-uZiu9D1ZWD .card-price_1 {
  color: #ffffff;
}
.cid-uZiu9D1ZWD .card-price_2 {
  color: #ffffff;
}
.cid-uZiu9D1ZWD .card-price_3 {
  color: #ffffff;
}
.cid-uZiu9D1ZWD .card-text_1 {
  color: #ffffff;
}
.cid-uZiu9D1ZWD .card-text_2 {
  color: #ffffff;
}
.cid-uZiu9D1ZWD .card-text_3 {
  color: #ffffff;
}
#custom-html-48 {
  /* Type valid CSS here */
}
#custom-html-48 div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-48 p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiubmOaiH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiubmOaiH nav.navbar {
  position: fixed;
}
.cid-uZiubmOaiH .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiubmOaiH .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiubmOaiH .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-uZiubmOaiH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiubmOaiH .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiubmOaiH .dropdown-item:hover,
.cid-uZiubmOaiH .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiubmOaiH .dropdown-item:hover span {
  color: white;
}
.cid-uZiubmOaiH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiubmOaiH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiubmOaiH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiubmOaiH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiubmOaiH .nav-link {
  position: relative;
}
.cid-uZiubmOaiH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiubmOaiH .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiubmOaiH .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiubmOaiH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiubmOaiH .dropdown-menu,
.cid-uZiubmOaiH .navbar.opened {
  background: #111111 !important;
}
.cid-uZiubmOaiH .nav-item:focus,
.cid-uZiubmOaiH .nav-link:focus {
  outline: none;
}
.cid-uZiubmOaiH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiubmOaiH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiubmOaiH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiubmOaiH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiubmOaiH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiubmOaiH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiubmOaiH .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiubmOaiH .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiubmOaiH .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiubmOaiH .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiubmOaiH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiubmOaiH .navbar.collapsed {
  justify-content: center;
}
.cid-uZiubmOaiH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiubmOaiH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiubmOaiH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiubmOaiH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiubmOaiH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiubmOaiH .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-uZiubmOaiH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiubmOaiH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiubmOaiH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiubmOaiH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiubmOaiH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiubmOaiH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiubmOaiH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiubmOaiH .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-uZiubmOaiH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiubmOaiH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiubmOaiH .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiubmOaiH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiubmOaiH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiubmOaiH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiubmOaiH .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiubmOaiH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiubmOaiH .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiubmOaiH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiubmOaiH .navbar-brand .navbar-caption:hover,
.cid-uZiubmOaiH .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiubmOaiH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiubmOaiH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiubmOaiH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiubmOaiH .dropdown-item.active,
.cid-uZiubmOaiH .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiubmOaiH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiubmOaiH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiubmOaiH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiubmOaiH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiubmOaiH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiubmOaiH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiubmOaiH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiubmOaiH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiubmOaiH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiubmOaiH .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiubmOaiH .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiubmOaiH .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiubmOaiH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiubmOaiH button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiubmOaiH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiubmOaiH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiubmOaiH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiubmOaiH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiubmOaiH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiubmOaiH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiubmOaiH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiubmOaiH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiubmOaiH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiubmOaiH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiubmOaiH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiubmOaiH .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-uZiubmOaiH .navbar {
    height: 70px;
  }
  .cid-uZiubmOaiH .navbar.opened {
    height: auto;
  }
  .cid-uZiubmOaiH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiubmOaiH .navbar-nav {
  margin: 0 auto;
}
.cid-uZiubmOaiH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiubmOaiH .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiubmOaiH .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiubmOaiH .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiubmOaiH .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiubmOaiH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiubmOaiH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiubmOaiH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiubmOaiH .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiubmOaiH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiubmOaiH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiubmOaiH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiubmOaiH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiubmOaiH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiubmOaiH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiubmOaiH .content-wrap {
  min-height: 110px;
}
.cid-uZiubnP0K6 {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiubnP0K6::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiubnP0K6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiubnP0K6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiubnP0K6 .card {
  justify-content: flex-end;
}
.cid-uZiubnP0K6 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiubnP0K6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiubnP0K6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiubnP0K6 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiubnP0K6 .mbr-label {
  color: #ffffff;
}
.cid-uZiubnP0K6 .mbr-section-title {
  color: #ffffff;
}
.cid-uZiubnP0K6 .mbr-text {
  color: #ffffff;
}
.cid-uZiubo8mAN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiubo8mAN {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiubo8mAN .item:focus,
.cid-uZiubo8mAN span:focus {
  outline: none;
}
.cid-uZiubo8mAN .item {
  cursor: pointer;
}
.cid-uZiubo8mAN .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiubo8mAN .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiubo8mAN .grid-container-1,
.cid-uZiubo8mAN .grid-container-2,
.cid-uZiubo8mAN .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiubo8mAN .grid-container-1,
  .cid-uZiubo8mAN .grid-container-2,
  .cid-uZiubo8mAN .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiubo8mAN .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiubo8mAN .content-head {
  max-width: 800px;
}
.cid-uZiubo8mAN .container,
.cid-uZiubo8mAN .container-fluid {
  overflow: hidden;
}
.cid-uZiubo8mAN .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiubo8mAN .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiubo8mAN .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiubo8mAN .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiubo8mAN .grid-container::before {
    height: 100%;
  }
}
.cid-uZiubo8mAN .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiubo8mAN .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiubo8mAN .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiubo8mAN .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiubo8mAN .grid-item img {
    height: 140px;
  }
}
.cid-uZiubo8mAN .grid-container-1,
.cid-uZiubo8mAN .grid-container-2,
.cid-uZiubo8mAN .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiubo8mAN .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiubo8mAN .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiuboqSDq {
  background-color: #eeeef4;
}
.cid-uZiuboqSDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuboqSDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuboqSDq .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiuboqSDq .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiuboqSDq .content-wrapper {
    width: 100%;
  }
}
.cid-uZiuboqSDq .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiuboqSDq .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiuboqSDq .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuboqSDq .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiuboqSDq .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiuboqSDq .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiuboqSDq .content-wrapper .desc-wrapper::before,
.cid-uZiuboqSDq .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiuboqSDq .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiuboqSDq .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiuboqSDq .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiuboqSDq .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiuboqSDq .mbr-section-title {
  color: #181824;
}
.cid-uZiuboqSDq .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiuboqSDq .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiuboqSDq .mbr-section-title,
.cid-uZiuboqSDq .mbr-section-btn {
  text-align: center;
}
.cid-uZiuboqSDq .mbr-section-title,
.cid-uZiuboqSDq .mbr-section-btn,
.cid-uZiuboqSDq .logo-wrapper {
  text-align: left;
}
.cid-uZiubp3cHe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiubp3cHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiubp3cHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiubp3cHe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiubp3cHe .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiubp3cHe .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiubp3cHe .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiubp3cHe .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiubp3cHe .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiubp3cHe .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiubp3cHe .embla__button--next,
.cid-uZiubp3cHe .embla__button--prev {
  display: flex;
}
.cid-uZiubp3cHe .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiubp3cHe .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiubp3cHe .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiubp3cHe .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiubp3cHe .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiubp3cHe .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiubp3cHe .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiubp3cHe .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiubp3cHe .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiubp3cHe .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiubp3cHe .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiubp3cHe .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiubp3cHe .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiubp3cHe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiubp3cHe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiubp3cHe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiubp3cHe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiubp3cHe .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiubpq6RD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiubpq6RD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiubpq6RD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiubpq6RD .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiubpq6RD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiubpq6RD .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiubpq6RD .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiubpq6RD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiubpq6RD .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiubpq6RD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiubpq6RD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiubpq6RD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiubpq6RD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiubpq6RD .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiubpq6RD .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiubpq6RD .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiubpq6RD .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiubpq6RD .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiubpq6RD .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiubpq6RD .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiubpq6RD .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiubpq6RD .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiubpq6RD .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiubpq6RD .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiubpq6RD .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiubpq6RD .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiubpq6RD .embla__button--next,
.cid-uZiubpq6RD .embla__button--prev {
  display: flex;
}
.cid-uZiubpq6RD .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiubpq6RD .embla__button {
    top: 0;
  }
}
.cid-uZiubpq6RD .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiubpq6RD .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiubpq6RD .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiubpq6RD .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiubpq6RD .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiubpq6RD .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiubpq6RD .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiubpq6RD .embla {
    padding-top: 6rem;
  }
}
.cid-uZiubpq6RD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiubpq6RD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiubpq6RD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiubpq6RD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiubpq6RD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiubpq6RD .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiubpq6RD .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiubpq6RD .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiubpq6RD .mbr-text,
.cid-uZiubpq6RD .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiubpq6RD .card-name {
  color: #ffffff;
}
.cid-uZiubpq6RD .card-role {
  color: #ffffff;
}
.cid-uZiubpq6RD .card-text {
  color: #ffffff;
}
.cid-uZiubq6IFi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiubq6IFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiubq6IFi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiubq6IFi .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiubq6IFi .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiubq6IFi .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiubq6IFi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiubq6IFi .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiubq6IFi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiubq6IFi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiubq6IFi .items-wrapper {
  align-items: center;
}
.cid-uZiubq6IFi .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiubq6IFi .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiubq6IFi .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiubq6IFi .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiubq6IFi .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiubq6IFi .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiubq6IFi .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiubq6IFi .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiubq6IFi .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiubq6IFi .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiubq6IFi .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiubq6IFi .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiubq6IFi .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiubq6IFi .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiubq6IFi .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiubq6IFi .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiubq6IFi .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiubq6IFi .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiubq6IFi .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiubq6IFi .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiubq6IFi .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiubq6IFi .mbr-text,
.cid-uZiubq6IFi .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiubqu7Wf {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiubqu7Wf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiubqu7Wf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiubqu7Wf .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiubqu7Wf .image-wrap {
    height: 350px;
  }
}
.cid-uZiubqLwp3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiubqLwp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiubqLwp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiubqLwp3 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiubqLwp3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiubqLwp3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiubqLwp3 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiubqLwp3 .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiubqLwp3 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiubqLwp3 .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiubqLwp3 .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiubqLwp3 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiubqLwp3 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiubqLwp3 .card-title_1 {
  color: #ffffff;
}
.cid-uZiubqLwp3 .card-title_2 {
  color: #ffffff;
}
.cid-uZiubqLwp3 .card-title_3 {
  color: #ffffff;
}
.cid-uZiubqLwp3 .card-price_1 {
  color: #ffffff;
}
.cid-uZiubqLwp3 .card-price_2 {
  color: #ffffff;
}
.cid-uZiubqLwp3 .card-price_3 {
  color: #ffffff;
}
.cid-uZiubqLwp3 .card-text_1 {
  color: #ffffff;
}
.cid-uZiubqLwp3 .card-text_2 {
  color: #ffffff;
}
.cid-uZiubqLwp3 .card-text_3 {
  color: #ffffff;
}
#custom-html-4i {
  /* Type valid CSS here */
}
#custom-html-4i div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-4i p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiudec4u5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiudec4u5 nav.navbar {
  position: fixed;
}
.cid-uZiudec4u5 .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiudec4u5 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiudec4u5 .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-uZiudec4u5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiudec4u5 .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiudec4u5 .dropdown-item:hover,
.cid-uZiudec4u5 .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiudec4u5 .dropdown-item:hover span {
  color: white;
}
.cid-uZiudec4u5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiudec4u5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiudec4u5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiudec4u5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiudec4u5 .nav-link {
  position: relative;
}
.cid-uZiudec4u5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiudec4u5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiudec4u5 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiudec4u5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiudec4u5 .dropdown-menu,
.cid-uZiudec4u5 .navbar.opened {
  background: #111111 !important;
}
.cid-uZiudec4u5 .nav-item:focus,
.cid-uZiudec4u5 .nav-link:focus {
  outline: none;
}
.cid-uZiudec4u5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiudec4u5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiudec4u5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiudec4u5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiudec4u5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiudec4u5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiudec4u5 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiudec4u5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiudec4u5 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiudec4u5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiudec4u5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiudec4u5 .navbar.collapsed {
  justify-content: center;
}
.cid-uZiudec4u5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiudec4u5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiudec4u5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiudec4u5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiudec4u5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiudec4u5 .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-uZiudec4u5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiudec4u5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiudec4u5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiudec4u5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiudec4u5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiudec4u5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiudec4u5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiudec4u5 .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-uZiudec4u5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiudec4u5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiudec4u5 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiudec4u5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiudec4u5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiudec4u5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiudec4u5 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiudec4u5 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiudec4u5 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiudec4u5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiudec4u5 .navbar-brand .navbar-caption:hover,
.cid-uZiudec4u5 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiudec4u5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiudec4u5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiudec4u5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiudec4u5 .dropdown-item.active,
.cid-uZiudec4u5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiudec4u5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiudec4u5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiudec4u5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiudec4u5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiudec4u5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiudec4u5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiudec4u5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiudec4u5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiudec4u5 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiudec4u5 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiudec4u5 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiudec4u5 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiudec4u5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiudec4u5 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiudec4u5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiudec4u5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiudec4u5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiudec4u5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiudec4u5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiudec4u5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiudec4u5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiudec4u5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiudec4u5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiudec4u5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiudec4u5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiudec4u5 .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-uZiudec4u5 .navbar {
    height: 70px;
  }
  .cid-uZiudec4u5 .navbar.opened {
    height: auto;
  }
  .cid-uZiudec4u5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiudec4u5 .navbar-nav {
  margin: 0 auto;
}
.cid-uZiudec4u5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiudec4u5 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiudec4u5 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiudec4u5 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiudec4u5 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiudec4u5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiudec4u5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiudec4u5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiudec4u5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiudec4u5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiudec4u5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiudec4u5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiudec4u5 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiudec4u5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiudec4u5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiudec4u5 .content-wrap {
  min-height: 110px;
}
.cid-uZiudeQJCq {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiudeQJCq::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiudeQJCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiudeQJCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiudeQJCq .card {
  justify-content: flex-end;
}
.cid-uZiudeQJCq .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiudeQJCq .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiudeQJCq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiudeQJCq .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiudeQJCq .mbr-label {
  color: #ffffff;
}
.cid-uZiudeQJCq .mbr-section-title {
  color: #ffffff;
}
.cid-uZiudeQJCq .mbr-text {
  color: #ffffff;
}
.cid-uZiudf7LNp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiudf7LNp {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiudf7LNp .item:focus,
.cid-uZiudf7LNp span:focus {
  outline: none;
}
.cid-uZiudf7LNp .item {
  cursor: pointer;
}
.cid-uZiudf7LNp .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiudf7LNp .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiudf7LNp .grid-container-1,
.cid-uZiudf7LNp .grid-container-2,
.cid-uZiudf7LNp .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiudf7LNp .grid-container-1,
  .cid-uZiudf7LNp .grid-container-2,
  .cid-uZiudf7LNp .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiudf7LNp .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiudf7LNp .content-head {
  max-width: 800px;
}
.cid-uZiudf7LNp .container,
.cid-uZiudf7LNp .container-fluid {
  overflow: hidden;
}
.cid-uZiudf7LNp .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiudf7LNp .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiudf7LNp .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiudf7LNp .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiudf7LNp .grid-container::before {
    height: 100%;
  }
}
.cid-uZiudf7LNp .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiudf7LNp .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiudf7LNp .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiudf7LNp .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiudf7LNp .grid-item img {
    height: 140px;
  }
}
.cid-uZiudf7LNp .grid-container-1,
.cid-uZiudf7LNp .grid-container-2,
.cid-uZiudf7LNp .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiudf7LNp .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiudf7LNp .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiudfnmeq {
  background-color: #eeeef4;
}
.cid-uZiudfnmeq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiudfnmeq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiudfnmeq .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiudfnmeq .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiudfnmeq .content-wrapper {
    width: 100%;
  }
}
.cid-uZiudfnmeq .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiudfnmeq .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiudfnmeq .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiudfnmeq .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiudfnmeq .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiudfnmeq .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiudfnmeq .content-wrapper .desc-wrapper::before,
.cid-uZiudfnmeq .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiudfnmeq .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiudfnmeq .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiudfnmeq .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiudfnmeq .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiudfnmeq .mbr-section-title {
  color: #181824;
}
.cid-uZiudfnmeq .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiudfnmeq .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiudfnmeq .mbr-section-title,
.cid-uZiudfnmeq .mbr-section-btn {
  text-align: center;
}
.cid-uZiudfnmeq .mbr-section-title,
.cid-uZiudfnmeq .mbr-section-btn,
.cid-uZiudfnmeq .logo-wrapper {
  text-align: left;
}
.cid-uZiudg1o7d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiudg1o7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiudg1o7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiudg1o7d .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiudg1o7d .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiudg1o7d .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiudg1o7d .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiudg1o7d .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiudg1o7d .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiudg1o7d .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiudg1o7d .embla__button--next,
.cid-uZiudg1o7d .embla__button--prev {
  display: flex;
}
.cid-uZiudg1o7d .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiudg1o7d .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiudg1o7d .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiudg1o7d .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiudg1o7d .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiudg1o7d .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiudg1o7d .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiudg1o7d .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiudg1o7d .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiudg1o7d .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiudg1o7d .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiudg1o7d .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiudg1o7d .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiudg1o7d .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiudg1o7d .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiudg1o7d .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiudg1o7d .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiudg1o7d .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiudgoObd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiudgoObd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiudgoObd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiudgoObd .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiudgoObd .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiudgoObd .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiudgoObd .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiudgoObd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiudgoObd .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiudgoObd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiudgoObd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiudgoObd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiudgoObd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiudgoObd .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiudgoObd .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiudgoObd .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiudgoObd .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiudgoObd .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiudgoObd .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiudgoObd .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiudgoObd .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiudgoObd .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiudgoObd .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiudgoObd .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiudgoObd .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiudgoObd .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiudgoObd .embla__button--next,
.cid-uZiudgoObd .embla__button--prev {
  display: flex;
}
.cid-uZiudgoObd .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiudgoObd .embla__button {
    top: 0;
  }
}
.cid-uZiudgoObd .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiudgoObd .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiudgoObd .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiudgoObd .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiudgoObd .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiudgoObd .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiudgoObd .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiudgoObd .embla {
    padding-top: 6rem;
  }
}
.cid-uZiudgoObd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiudgoObd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiudgoObd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiudgoObd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiudgoObd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiudgoObd .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiudgoObd .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiudgoObd .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiudgoObd .mbr-text,
.cid-uZiudgoObd .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiudgoObd .card-name {
  color: #ffffff;
}
.cid-uZiudgoObd .card-role {
  color: #ffffff;
}
.cid-uZiudgoObd .card-text {
  color: #ffffff;
}
.cid-uZiudh5RwB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiudh5RwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiudh5RwB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiudh5RwB .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiudh5RwB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiudh5RwB .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiudh5RwB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiudh5RwB .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiudh5RwB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiudh5RwB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiudh5RwB .items-wrapper {
  align-items: center;
}
.cid-uZiudh5RwB .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiudh5RwB .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiudh5RwB .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiudh5RwB .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiudh5RwB .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiudh5RwB .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiudh5RwB .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiudh5RwB .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiudh5RwB .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiudh5RwB .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiudh5RwB .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiudh5RwB .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiudh5RwB .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiudh5RwB .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiudh5RwB .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiudh5RwB .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiudh5RwB .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiudh5RwB .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiudh5RwB .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiudh5RwB .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiudh5RwB .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiudh5RwB .mbr-text,
.cid-uZiudh5RwB .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiudhsQQ5 {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiudhsQQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiudhsQQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiudhsQQ5 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiudhsQQ5 .image-wrap {
    height: 350px;
  }
}
.cid-uZiudhK80r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiudhK80r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiudhK80r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiudhK80r .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiudhK80r .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiudhK80r .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiudhK80r .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiudhK80r .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiudhK80r .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiudhK80r .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiudhK80r .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiudhK80r .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiudhK80r .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiudhK80r .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiudhK80r .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiudhK80r .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiudhK80r .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiudhK80r .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiudhK80r .card-title_1 {
  color: #ffffff;
}
.cid-uZiudhK80r .card-title_2 {
  color: #ffffff;
}
.cid-uZiudhK80r .card-title_3 {
  color: #ffffff;
}
.cid-uZiudhK80r .card-price_1 {
  color: #ffffff;
}
.cid-uZiudhK80r .card-price_2 {
  color: #ffffff;
}
.cid-uZiudhK80r .card-price_3 {
  color: #ffffff;
}
.cid-uZiudhK80r .card-text_1 {
  color: #ffffff;
}
.cid-uZiudhK80r .card-text_2 {
  color: #ffffff;
}
.cid-uZiudhK80r .card-text_3 {
  color: #ffffff;
}
#custom-html-4s {
  /* Type valid CSS here */
}
#custom-html-4s div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-4s p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiuf2Eekg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiuf2Eekg nav.navbar {
  position: fixed;
}
.cid-uZiuf2Eekg .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuf2Eekg .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiuf2Eekg .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-uZiuf2Eekg .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiuf2Eekg .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiuf2Eekg .dropdown-item:hover,
.cid-uZiuf2Eekg .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiuf2Eekg .dropdown-item:hover span {
  color: white;
}
.cid-uZiuf2Eekg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiuf2Eekg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiuf2Eekg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiuf2Eekg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiuf2Eekg .nav-link {
  position: relative;
}
.cid-uZiuf2Eekg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiuf2Eekg .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiuf2Eekg .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiuf2Eekg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiuf2Eekg .dropdown-menu,
.cid-uZiuf2Eekg .navbar.opened {
  background: #111111 !important;
}
.cid-uZiuf2Eekg .nav-item:focus,
.cid-uZiuf2Eekg .nav-link:focus {
  outline: none;
}
.cid-uZiuf2Eekg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiuf2Eekg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiuf2Eekg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiuf2Eekg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiuf2Eekg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiuf2Eekg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiuf2Eekg .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiuf2Eekg .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiuf2Eekg .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiuf2Eekg .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiuf2Eekg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiuf2Eekg .navbar.collapsed {
  justify-content: center;
}
.cid-uZiuf2Eekg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiuf2Eekg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiuf2Eekg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiuf2Eekg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiuf2Eekg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiuf2Eekg .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-uZiuf2Eekg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiuf2Eekg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiuf2Eekg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiuf2Eekg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiuf2Eekg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiuf2Eekg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiuf2Eekg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiuf2Eekg .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-uZiuf2Eekg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiuf2Eekg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiuf2Eekg .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiuf2Eekg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiuf2Eekg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiuf2Eekg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiuf2Eekg .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiuf2Eekg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiuf2Eekg .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiuf2Eekg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiuf2Eekg .navbar-brand .navbar-caption:hover,
.cid-uZiuf2Eekg .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuf2Eekg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiuf2Eekg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiuf2Eekg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuf2Eekg .dropdown-item.active,
.cid-uZiuf2Eekg .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiuf2Eekg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiuf2Eekg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiuf2Eekg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiuf2Eekg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiuf2Eekg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiuf2Eekg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiuf2Eekg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiuf2Eekg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiuf2Eekg ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiuf2Eekg .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiuf2Eekg .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiuf2Eekg .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiuf2Eekg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiuf2Eekg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiuf2Eekg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiuf2Eekg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiuf2Eekg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuf2Eekg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuf2Eekg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiuf2Eekg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuf2Eekg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiuf2Eekg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiuf2Eekg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuf2Eekg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiuf2Eekg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuf2Eekg .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-uZiuf2Eekg .navbar {
    height: 70px;
  }
  .cid-uZiuf2Eekg .navbar.opened {
    height: auto;
  }
  .cid-uZiuf2Eekg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiuf2Eekg .navbar-nav {
  margin: 0 auto;
}
.cid-uZiuf2Eekg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiuf2Eekg .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiuf2Eekg .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiuf2Eekg .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiuf2Eekg .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiuf2Eekg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiuf2Eekg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiuf2Eekg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiuf2Eekg .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiuf2Eekg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiuf2Eekg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiuf2Eekg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiuf2Eekg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiuf2Eekg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiuf2Eekg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiuf2Eekg .content-wrap {
  min-height: 110px;
}
.cid-uZiuf3fcxb {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiuf3fcxb::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiuf3fcxb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuf3fcxb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuf3fcxb .card {
  justify-content: flex-end;
}
.cid-uZiuf3fcxb .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuf3fcxb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiuf3fcxb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiuf3fcxb .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiuf3fcxb .mbr-label {
  color: #ffffff;
}
.cid-uZiuf3fcxb .mbr-section-title {
  color: #ffffff;
}
.cid-uZiuf3fcxb .mbr-text {
  color: #ffffff;
}
.cid-uZiuf3xAEr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiuf3xAEr {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiuf3xAEr .item:focus,
.cid-uZiuf3xAEr span:focus {
  outline: none;
}
.cid-uZiuf3xAEr .item {
  cursor: pointer;
}
.cid-uZiuf3xAEr .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiuf3xAEr .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiuf3xAEr .grid-container-1,
.cid-uZiuf3xAEr .grid-container-2,
.cid-uZiuf3xAEr .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiuf3xAEr .grid-container-1,
  .cid-uZiuf3xAEr .grid-container-2,
  .cid-uZiuf3xAEr .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiuf3xAEr .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiuf3xAEr .content-head {
  max-width: 800px;
}
.cid-uZiuf3xAEr .container,
.cid-uZiuf3xAEr .container-fluid {
  overflow: hidden;
}
.cid-uZiuf3xAEr .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiuf3xAEr .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiuf3xAEr .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiuf3xAEr .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuf3xAEr .grid-container::before {
    height: 100%;
  }
}
.cid-uZiuf3xAEr .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiuf3xAEr .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiuf3xAEr .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiuf3xAEr .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiuf3xAEr .grid-item img {
    height: 140px;
  }
}
.cid-uZiuf3xAEr .grid-container-1,
.cid-uZiuf3xAEr .grid-container-2,
.cid-uZiuf3xAEr .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiuf3xAEr .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiuf3xAEr .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiuf3OLfo {
  background-color: #eeeef4;
}
.cid-uZiuf3OLfo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuf3OLfo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuf3OLfo .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiuf3OLfo .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiuf3OLfo .content-wrapper {
    width: 100%;
  }
}
.cid-uZiuf3OLfo .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiuf3OLfo .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiuf3OLfo .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuf3OLfo .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiuf3OLfo .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiuf3OLfo .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiuf3OLfo .content-wrapper .desc-wrapper::before,
.cid-uZiuf3OLfo .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiuf3OLfo .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiuf3OLfo .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiuf3OLfo .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiuf3OLfo .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiuf3OLfo .mbr-section-title {
  color: #181824;
}
.cid-uZiuf3OLfo .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiuf3OLfo .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiuf3OLfo .mbr-section-title,
.cid-uZiuf3OLfo .mbr-section-btn {
  text-align: center;
}
.cid-uZiuf3OLfo .mbr-section-title,
.cid-uZiuf3OLfo .mbr-section-btn,
.cid-uZiuf3OLfo .logo-wrapper {
  text-align: left;
}
.cid-uZiuf4tfqk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuf4tfqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuf4tfqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuf4tfqk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiuf4tfqk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuf4tfqk .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuf4tfqk .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiuf4tfqk .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiuf4tfqk .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuf4tfqk .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiuf4tfqk .embla__button--next,
.cid-uZiuf4tfqk .embla__button--prev {
  display: flex;
}
.cid-uZiuf4tfqk .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiuf4tfqk .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiuf4tfqk .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiuf4tfqk .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuf4tfqk .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiuf4tfqk .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiuf4tfqk .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuf4tfqk .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiuf4tfqk .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuf4tfqk .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuf4tfqk .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiuf4tfqk .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuf4tfqk .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiuf4tfqk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuf4tfqk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuf4tfqk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuf4tfqk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuf4tfqk .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuf4PMBs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiuf4PMBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuf4PMBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuf4PMBs .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuf4PMBs .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuf4PMBs .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuf4PMBs .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuf4PMBs .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuf4PMBs .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuf4PMBs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuf4PMBs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuf4PMBs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiuf4PMBs .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuf4PMBs .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuf4PMBs .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiuf4PMBs .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiuf4PMBs .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuf4PMBs .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiuf4PMBs .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiuf4PMBs .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiuf4PMBs .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuf4PMBs .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiuf4PMBs .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiuf4PMBs .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiuf4PMBs .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiuf4PMBs .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuf4PMBs .embla__button--next,
.cid-uZiuf4PMBs .embla__button--prev {
  display: flex;
}
.cid-uZiuf4PMBs .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiuf4PMBs .embla__button {
    top: 0;
  }
}
.cid-uZiuf4PMBs .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiuf4PMBs .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuf4PMBs .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiuf4PMBs .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuf4PMBs .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiuf4PMBs .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuf4PMBs .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiuf4PMBs .embla {
    padding-top: 6rem;
  }
}
.cid-uZiuf4PMBs .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuf4PMBs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuf4PMBs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuf4PMBs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuf4PMBs .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuf4PMBs .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuf4PMBs .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuf4PMBs .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuf4PMBs .mbr-text,
.cid-uZiuf4PMBs .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuf4PMBs .card-name {
  color: #ffffff;
}
.cid-uZiuf4PMBs .card-role {
  color: #ffffff;
}
.cid-uZiuf4PMBs .card-text {
  color: #ffffff;
}
.cid-uZiuf5uhwx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuf5uhwx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuf5uhwx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuf5uhwx .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuf5uhwx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuf5uhwx .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuf5uhwx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuf5uhwx .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuf5uhwx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuf5uhwx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuf5uhwx .items-wrapper {
  align-items: center;
}
.cid-uZiuf5uhwx .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuf5uhwx .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiuf5uhwx .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiuf5uhwx .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiuf5uhwx .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiuf5uhwx .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiuf5uhwx .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiuf5uhwx .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuf5uhwx .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiuf5uhwx .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuf5uhwx .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiuf5uhwx .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuf5uhwx .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiuf5uhwx .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiuf5uhwx .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuf5uhwx .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiuf5uhwx .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiuf5uhwx .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuf5uhwx .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuf5uhwx .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuf5uhwx .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuf5uhwx .mbr-text,
.cid-uZiuf5uhwx .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuf5TgeA {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiuf5TgeA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuf5TgeA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuf5TgeA .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiuf5TgeA .image-wrap {
    height: 350px;
  }
}
.cid-uZiuf6afgC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuf6afgC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuf6afgC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuf6afgC .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuf6afgC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuf6afgC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuf6afgC .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuf6afgC .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiuf6afgC .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiuf6afgC .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuf6afgC .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiuf6afgC .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiuf6afgC .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiuf6afgC .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiuf6afgC .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiuf6afgC .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuf6afgC .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuf6afgC .card-title_1 {
  color: #ffffff;
}
.cid-uZiuf6afgC .card-title_2 {
  color: #ffffff;
}
.cid-uZiuf6afgC .card-title_3 {
  color: #ffffff;
}
.cid-uZiuf6afgC .card-price_1 {
  color: #ffffff;
}
.cid-uZiuf6afgC .card-price_2 {
  color: #ffffff;
}
.cid-uZiuf6afgC .card-price_3 {
  color: #ffffff;
}
.cid-uZiuf6afgC .card-text_1 {
  color: #ffffff;
}
.cid-uZiuf6afgC .card-text_2 {
  color: #ffffff;
}
.cid-uZiuf6afgC .card-text_3 {
  color: #ffffff;
}
#custom-html-52 {
  /* Type valid CSS here */
}
#custom-html-52 div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-52 p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiuhgVrqO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiuhgVrqO nav.navbar {
  position: fixed;
}
.cid-uZiuhgVrqO .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuhgVrqO .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiuhgVrqO .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-uZiuhgVrqO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiuhgVrqO .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiuhgVrqO .dropdown-item:hover,
.cid-uZiuhgVrqO .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiuhgVrqO .dropdown-item:hover span {
  color: white;
}
.cid-uZiuhgVrqO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiuhgVrqO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiuhgVrqO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiuhgVrqO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiuhgVrqO .nav-link {
  position: relative;
}
.cid-uZiuhgVrqO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiuhgVrqO .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiuhgVrqO .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiuhgVrqO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiuhgVrqO .dropdown-menu,
.cid-uZiuhgVrqO .navbar.opened {
  background: #111111 !important;
}
.cid-uZiuhgVrqO .nav-item:focus,
.cid-uZiuhgVrqO .nav-link:focus {
  outline: none;
}
.cid-uZiuhgVrqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiuhgVrqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiuhgVrqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiuhgVrqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiuhgVrqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiuhgVrqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiuhgVrqO .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiuhgVrqO .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiuhgVrqO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiuhgVrqO .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiuhgVrqO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiuhgVrqO .navbar.collapsed {
  justify-content: center;
}
.cid-uZiuhgVrqO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiuhgVrqO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiuhgVrqO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiuhgVrqO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiuhgVrqO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiuhgVrqO .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-uZiuhgVrqO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiuhgVrqO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiuhgVrqO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiuhgVrqO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiuhgVrqO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiuhgVrqO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiuhgVrqO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiuhgVrqO .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-uZiuhgVrqO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiuhgVrqO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiuhgVrqO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiuhgVrqO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiuhgVrqO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiuhgVrqO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiuhgVrqO .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiuhgVrqO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiuhgVrqO .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiuhgVrqO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiuhgVrqO .navbar-brand .navbar-caption:hover,
.cid-uZiuhgVrqO .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuhgVrqO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiuhgVrqO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiuhgVrqO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuhgVrqO .dropdown-item.active,
.cid-uZiuhgVrqO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiuhgVrqO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiuhgVrqO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiuhgVrqO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiuhgVrqO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiuhgVrqO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiuhgVrqO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiuhgVrqO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiuhgVrqO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiuhgVrqO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiuhgVrqO .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiuhgVrqO .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiuhgVrqO .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiuhgVrqO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiuhgVrqO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiuhgVrqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiuhgVrqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiuhgVrqO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuhgVrqO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuhgVrqO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiuhgVrqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuhgVrqO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiuhgVrqO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiuhgVrqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuhgVrqO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiuhgVrqO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuhgVrqO .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-uZiuhgVrqO .navbar {
    height: 70px;
  }
  .cid-uZiuhgVrqO .navbar.opened {
    height: auto;
  }
  .cid-uZiuhgVrqO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiuhgVrqO .navbar-nav {
  margin: 0 auto;
}
.cid-uZiuhgVrqO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiuhgVrqO .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiuhgVrqO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiuhgVrqO .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiuhgVrqO .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiuhgVrqO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiuhgVrqO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiuhgVrqO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiuhgVrqO .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiuhgVrqO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiuhgVrqO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiuhgVrqO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiuhgVrqO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiuhgVrqO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiuhgVrqO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiuhgVrqO .content-wrap {
  min-height: 110px;
}
.cid-uZiuhhzBd1 {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiuhhzBd1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiuhhzBd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuhhzBd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuhhzBd1 .card {
  justify-content: flex-end;
}
.cid-uZiuhhzBd1 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuhhzBd1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiuhhzBd1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiuhhzBd1 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiuhhzBd1 .mbr-label {
  color: #ffffff;
}
.cid-uZiuhhzBd1 .mbr-section-title {
  color: #ffffff;
}
.cid-uZiuhhzBd1 .mbr-text {
  color: #ffffff;
}
.cid-uZiuhhR2I7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiuhhR2I7 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiuhhR2I7 .item:focus,
.cid-uZiuhhR2I7 span:focus {
  outline: none;
}
.cid-uZiuhhR2I7 .item {
  cursor: pointer;
}
.cid-uZiuhhR2I7 .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiuhhR2I7 .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiuhhR2I7 .grid-container-1,
.cid-uZiuhhR2I7 .grid-container-2,
.cid-uZiuhhR2I7 .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiuhhR2I7 .grid-container-1,
  .cid-uZiuhhR2I7 .grid-container-2,
  .cid-uZiuhhR2I7 .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiuhhR2I7 .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiuhhR2I7 .content-head {
  max-width: 800px;
}
.cid-uZiuhhR2I7 .container,
.cid-uZiuhhR2I7 .container-fluid {
  overflow: hidden;
}
.cid-uZiuhhR2I7 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiuhhR2I7 .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiuhhR2I7 .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiuhhR2I7 .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuhhR2I7 .grid-container::before {
    height: 100%;
  }
}
.cid-uZiuhhR2I7 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiuhhR2I7 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiuhhR2I7 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiuhhR2I7 .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiuhhR2I7 .grid-item img {
    height: 140px;
  }
}
.cid-uZiuhhR2I7 .grid-container-1,
.cid-uZiuhhR2I7 .grid-container-2,
.cid-uZiuhhR2I7 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiuhhR2I7 .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiuhhR2I7 .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiuhi7NCB {
  background-color: #eeeef4;
}
.cid-uZiuhi7NCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuhi7NCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuhi7NCB .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiuhi7NCB .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiuhi7NCB .content-wrapper {
    width: 100%;
  }
}
.cid-uZiuhi7NCB .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiuhi7NCB .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiuhi7NCB .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuhi7NCB .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiuhi7NCB .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiuhi7NCB .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiuhi7NCB .content-wrapper .desc-wrapper::before,
.cid-uZiuhi7NCB .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiuhi7NCB .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiuhi7NCB .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiuhi7NCB .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiuhi7NCB .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiuhi7NCB .mbr-section-title {
  color: #181824;
}
.cid-uZiuhi7NCB .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiuhi7NCB .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiuhi7NCB .mbr-section-title,
.cid-uZiuhi7NCB .mbr-section-btn {
  text-align: center;
}
.cid-uZiuhi7NCB .mbr-section-title,
.cid-uZiuhi7NCB .mbr-section-btn,
.cid-uZiuhi7NCB .logo-wrapper {
  text-align: left;
}
.cid-uZiuhiLKoD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuhiLKoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuhiLKoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuhiLKoD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiuhiLKoD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuhiLKoD .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuhiLKoD .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiuhiLKoD .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiuhiLKoD .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuhiLKoD .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiuhiLKoD .embla__button--next,
.cid-uZiuhiLKoD .embla__button--prev {
  display: flex;
}
.cid-uZiuhiLKoD .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiuhiLKoD .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiuhiLKoD .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiuhiLKoD .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuhiLKoD .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiuhiLKoD .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiuhiLKoD .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuhiLKoD .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiuhiLKoD .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuhiLKoD .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuhiLKoD .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiuhiLKoD .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuhiLKoD .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiuhiLKoD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuhiLKoD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuhiLKoD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuhiLKoD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuhiLKoD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuhj6SDs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiuhj6SDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuhj6SDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuhj6SDs .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuhj6SDs .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuhj6SDs .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuhj6SDs .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuhj6SDs .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuhj6SDs .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuhj6SDs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuhj6SDs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuhj6SDs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiuhj6SDs .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuhj6SDs .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuhj6SDs .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiuhj6SDs .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiuhj6SDs .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuhj6SDs .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiuhj6SDs .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiuhj6SDs .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiuhj6SDs .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuhj6SDs .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiuhj6SDs .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiuhj6SDs .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiuhj6SDs .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiuhj6SDs .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuhj6SDs .embla__button--next,
.cid-uZiuhj6SDs .embla__button--prev {
  display: flex;
}
.cid-uZiuhj6SDs .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiuhj6SDs .embla__button {
    top: 0;
  }
}
.cid-uZiuhj6SDs .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiuhj6SDs .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuhj6SDs .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiuhj6SDs .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuhj6SDs .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiuhj6SDs .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuhj6SDs .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiuhj6SDs .embla {
    padding-top: 6rem;
  }
}
.cid-uZiuhj6SDs .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuhj6SDs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuhj6SDs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuhj6SDs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuhj6SDs .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuhj6SDs .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuhj6SDs .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuhj6SDs .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuhj6SDs .mbr-text,
.cid-uZiuhj6SDs .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuhj6SDs .card-name {
  color: #ffffff;
}
.cid-uZiuhj6SDs .card-role {
  color: #ffffff;
}
.cid-uZiuhj6SDs .card-text {
  color: #ffffff;
}
.cid-uZiuhjOkqV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuhjOkqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuhjOkqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuhjOkqV .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuhjOkqV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuhjOkqV .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuhjOkqV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuhjOkqV .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuhjOkqV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuhjOkqV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuhjOkqV .items-wrapper {
  align-items: center;
}
.cid-uZiuhjOkqV .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuhjOkqV .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiuhjOkqV .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiuhjOkqV .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiuhjOkqV .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiuhjOkqV .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiuhjOkqV .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiuhjOkqV .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuhjOkqV .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiuhjOkqV .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuhjOkqV .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiuhjOkqV .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuhjOkqV .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiuhjOkqV .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiuhjOkqV .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuhjOkqV .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiuhjOkqV .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiuhjOkqV .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuhjOkqV .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuhjOkqV .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuhjOkqV .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuhjOkqV .mbr-text,
.cid-uZiuhjOkqV .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuhkc2EE {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiuhkc2EE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuhkc2EE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuhkc2EE .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiuhkc2EE .image-wrap {
    height: 350px;
  }
}
.cid-uZiuhktxds {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuhktxds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuhktxds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuhktxds .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuhktxds .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuhktxds .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuhktxds .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuhktxds .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiuhktxds .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiuhktxds .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiuhktxds .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuhktxds .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiuhktxds .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiuhktxds .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiuhktxds .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiuhktxds .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiuhktxds .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuhktxds .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuhktxds .card-title_1 {
  color: #ffffff;
}
.cid-uZiuhktxds .card-title_2 {
  color: #ffffff;
}
.cid-uZiuhktxds .card-title_3 {
  color: #ffffff;
}
.cid-uZiuhktxds .card-price_1 {
  color: #ffffff;
}
.cid-uZiuhktxds .card-price_2 {
  color: #ffffff;
}
.cid-uZiuhktxds .card-price_3 {
  color: #ffffff;
}
.cid-uZiuhktxds .card-text_1 {
  color: #ffffff;
}
.cid-uZiuhktxds .card-text_2 {
  color: #ffffff;
}
.cid-uZiuhktxds .card-text_3 {
  color: #ffffff;
}
#custom-html-5c {
  /* Type valid CSS here */
}
#custom-html-5c div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-5c p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiujd3p3z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiujd3p3z nav.navbar {
  position: fixed;
}
.cid-uZiujd3p3z .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiujd3p3z .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiujd3p3z .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-uZiujd3p3z .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiujd3p3z .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiujd3p3z .dropdown-item:hover,
.cid-uZiujd3p3z .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiujd3p3z .dropdown-item:hover span {
  color: white;
}
.cid-uZiujd3p3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiujd3p3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiujd3p3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiujd3p3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiujd3p3z .nav-link {
  position: relative;
}
.cid-uZiujd3p3z .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiujd3p3z .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiujd3p3z .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiujd3p3z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiujd3p3z .dropdown-menu,
.cid-uZiujd3p3z .navbar.opened {
  background: #111111 !important;
}
.cid-uZiujd3p3z .nav-item:focus,
.cid-uZiujd3p3z .nav-link:focus {
  outline: none;
}
.cid-uZiujd3p3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiujd3p3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiujd3p3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiujd3p3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiujd3p3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiujd3p3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiujd3p3z .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiujd3p3z .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiujd3p3z .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiujd3p3z .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiujd3p3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiujd3p3z .navbar.collapsed {
  justify-content: center;
}
.cid-uZiujd3p3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiujd3p3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiujd3p3z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiujd3p3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiujd3p3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiujd3p3z .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-uZiujd3p3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiujd3p3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiujd3p3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiujd3p3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiujd3p3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiujd3p3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiujd3p3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiujd3p3z .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-uZiujd3p3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiujd3p3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiujd3p3z .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiujd3p3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiujd3p3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiujd3p3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiujd3p3z .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiujd3p3z .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiujd3p3z .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiujd3p3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiujd3p3z .navbar-brand .navbar-caption:hover,
.cid-uZiujd3p3z .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiujd3p3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiujd3p3z .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiujd3p3z .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiujd3p3z .dropdown-item.active,
.cid-uZiujd3p3z .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiujd3p3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiujd3p3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiujd3p3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiujd3p3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiujd3p3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiujd3p3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiujd3p3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiujd3p3z ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiujd3p3z ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiujd3p3z .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiujd3p3z .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiujd3p3z .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiujd3p3z .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiujd3p3z button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiujd3p3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiujd3p3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiujd3p3z button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiujd3p3z button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiujd3p3z button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiujd3p3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiujd3p3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiujd3p3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiujd3p3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiujd3p3z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiujd3p3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiujd3p3z .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-uZiujd3p3z .navbar {
    height: 70px;
  }
  .cid-uZiujd3p3z .navbar.opened {
    height: auto;
  }
  .cid-uZiujd3p3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiujd3p3z .navbar-nav {
  margin: 0 auto;
}
.cid-uZiujd3p3z .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiujd3p3z .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiujd3p3z .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiujd3p3z .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiujd3p3z .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiujd3p3z .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiujd3p3z .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiujd3p3z .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiujd3p3z .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiujd3p3z .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiujd3p3z .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiujd3p3z .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiujd3p3z .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiujd3p3z .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiujd3p3z .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiujd3p3z .content-wrap {
  min-height: 110px;
}
.cid-uZiujdLq86 {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiujdLq86::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiujdLq86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiujdLq86 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiujdLq86 .card {
  justify-content: flex-end;
}
.cid-uZiujdLq86 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiujdLq86 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiujdLq86 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiujdLq86 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiujdLq86 .mbr-label {
  color: #ffffff;
}
.cid-uZiujdLq86 .mbr-section-title {
  color: #ffffff;
}
.cid-uZiujdLq86 .mbr-text {
  color: #ffffff;
}
.cid-uZiuje5eRh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiuje5eRh {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiuje5eRh .item:focus,
.cid-uZiuje5eRh span:focus {
  outline: none;
}
.cid-uZiuje5eRh .item {
  cursor: pointer;
}
.cid-uZiuje5eRh .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiuje5eRh .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiuje5eRh .grid-container-1,
.cid-uZiuje5eRh .grid-container-2,
.cid-uZiuje5eRh .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiuje5eRh .grid-container-1,
  .cid-uZiuje5eRh .grid-container-2,
  .cid-uZiuje5eRh .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiuje5eRh .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiuje5eRh .content-head {
  max-width: 800px;
}
.cid-uZiuje5eRh .container,
.cid-uZiuje5eRh .container-fluid {
  overflow: hidden;
}
.cid-uZiuje5eRh .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiuje5eRh .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiuje5eRh .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiuje5eRh .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuje5eRh .grid-container::before {
    height: 100%;
  }
}
.cid-uZiuje5eRh .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiuje5eRh .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiuje5eRh .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiuje5eRh .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiuje5eRh .grid-item img {
    height: 140px;
  }
}
.cid-uZiuje5eRh .grid-container-1,
.cid-uZiuje5eRh .grid-container-2,
.cid-uZiuje5eRh .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiuje5eRh .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiuje5eRh .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiujelmAa {
  background-color: #eeeef4;
}
.cid-uZiujelmAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiujelmAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiujelmAa .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiujelmAa .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiujelmAa .content-wrapper {
    width: 100%;
  }
}
.cid-uZiujelmAa .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiujelmAa .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiujelmAa .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiujelmAa .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiujelmAa .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiujelmAa .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiujelmAa .content-wrapper .desc-wrapper::before,
.cid-uZiujelmAa .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiujelmAa .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiujelmAa .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiujelmAa .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiujelmAa .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiujelmAa .mbr-section-title {
  color: #181824;
}
.cid-uZiujelmAa .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiujelmAa .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiujelmAa .mbr-section-title,
.cid-uZiujelmAa .mbr-section-btn {
  text-align: center;
}
.cid-uZiujelmAa .mbr-section-title,
.cid-uZiujelmAa .mbr-section-btn,
.cid-uZiujelmAa .logo-wrapper {
  text-align: left;
}
.cid-uZiujf1VUs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiujf1VUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiujf1VUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiujf1VUs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiujf1VUs .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiujf1VUs .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiujf1VUs .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiujf1VUs .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiujf1VUs .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiujf1VUs .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiujf1VUs .embla__button--next,
.cid-uZiujf1VUs .embla__button--prev {
  display: flex;
}
.cid-uZiujf1VUs .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiujf1VUs .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiujf1VUs .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiujf1VUs .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiujf1VUs .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiujf1VUs .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiujf1VUs .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiujf1VUs .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiujf1VUs .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiujf1VUs .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiujf1VUs .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiujf1VUs .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiujf1VUs .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiujf1VUs .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiujf1VUs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiujf1VUs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiujf1VUs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiujf1VUs .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiujfpUVV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiujfpUVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiujfpUVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiujfpUVV .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiujfpUVV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiujfpUVV .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiujfpUVV .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiujfpUVV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiujfpUVV .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiujfpUVV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiujfpUVV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiujfpUVV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiujfpUVV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiujfpUVV .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiujfpUVV .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiujfpUVV .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiujfpUVV .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiujfpUVV .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiujfpUVV .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiujfpUVV .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiujfpUVV .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiujfpUVV .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiujfpUVV .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiujfpUVV .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiujfpUVV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiujfpUVV .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiujfpUVV .embla__button--next,
.cid-uZiujfpUVV .embla__button--prev {
  display: flex;
}
.cid-uZiujfpUVV .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiujfpUVV .embla__button {
    top: 0;
  }
}
.cid-uZiujfpUVV .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiujfpUVV .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiujfpUVV .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiujfpUVV .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiujfpUVV .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiujfpUVV .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiujfpUVV .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiujfpUVV .embla {
    padding-top: 6rem;
  }
}
.cid-uZiujfpUVV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiujfpUVV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiujfpUVV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiujfpUVV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiujfpUVV .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiujfpUVV .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiujfpUVV .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiujfpUVV .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiujfpUVV .mbr-text,
.cid-uZiujfpUVV .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiujfpUVV .card-name {
  color: #ffffff;
}
.cid-uZiujfpUVV .card-role {
  color: #ffffff;
}
.cid-uZiujfpUVV .card-text {
  color: #ffffff;
}
.cid-uZiujg9MoF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiujg9MoF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiujg9MoF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiujg9MoF .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiujg9MoF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiujg9MoF .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiujg9MoF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiujg9MoF .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiujg9MoF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiujg9MoF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiujg9MoF .items-wrapper {
  align-items: center;
}
.cid-uZiujg9MoF .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiujg9MoF .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiujg9MoF .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiujg9MoF .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiujg9MoF .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiujg9MoF .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiujg9MoF .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiujg9MoF .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiujg9MoF .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiujg9MoF .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiujg9MoF .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiujg9MoF .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiujg9MoF .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiujg9MoF .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiujg9MoF .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiujg9MoF .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiujg9MoF .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiujg9MoF .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiujg9MoF .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiujg9MoF .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiujg9MoF .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiujg9MoF .mbr-text,
.cid-uZiujg9MoF .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiujgxITi {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiujgxITi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiujgxITi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiujgxITi .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiujgxITi .image-wrap {
    height: 350px;
  }
}
.cid-uZiujgPkns {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiujgPkns .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiujgPkns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiujgPkns .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiujgPkns .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiujgPkns .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiujgPkns .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiujgPkns .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiujgPkns .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiujgPkns .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiujgPkns .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiujgPkns .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiujgPkns .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiujgPkns .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiujgPkns .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiujgPkns .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiujgPkns .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiujgPkns .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiujgPkns .card-title_1 {
  color: #ffffff;
}
.cid-uZiujgPkns .card-title_2 {
  color: #ffffff;
}
.cid-uZiujgPkns .card-title_3 {
  color: #ffffff;
}
.cid-uZiujgPkns .card-price_1 {
  color: #ffffff;
}
.cid-uZiujgPkns .card-price_2 {
  color: #ffffff;
}
.cid-uZiujgPkns .card-price_3 {
  color: #ffffff;
}
.cid-uZiujgPkns .card-text_1 {
  color: #ffffff;
}
.cid-uZiujgPkns .card-text_2 {
  color: #ffffff;
}
.cid-uZiujgPkns .card-text_3 {
  color: #ffffff;
}
#custom-html-5m {
  /* Type valid CSS here */
}
#custom-html-5m div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-5m p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiul3BWBy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiul3BWBy nav.navbar {
  position: fixed;
}
.cid-uZiul3BWBy .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiul3BWBy .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiul3BWBy .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-uZiul3BWBy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiul3BWBy .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiul3BWBy .dropdown-item:hover,
.cid-uZiul3BWBy .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiul3BWBy .dropdown-item:hover span {
  color: white;
}
.cid-uZiul3BWBy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiul3BWBy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiul3BWBy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiul3BWBy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiul3BWBy .nav-link {
  position: relative;
}
.cid-uZiul3BWBy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiul3BWBy .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiul3BWBy .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiul3BWBy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiul3BWBy .dropdown-menu,
.cid-uZiul3BWBy .navbar.opened {
  background: #111111 !important;
}
.cid-uZiul3BWBy .nav-item:focus,
.cid-uZiul3BWBy .nav-link:focus {
  outline: none;
}
.cid-uZiul3BWBy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiul3BWBy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiul3BWBy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiul3BWBy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiul3BWBy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiul3BWBy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiul3BWBy .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiul3BWBy .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiul3BWBy .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiul3BWBy .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiul3BWBy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiul3BWBy .navbar.collapsed {
  justify-content: center;
}
.cid-uZiul3BWBy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiul3BWBy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiul3BWBy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiul3BWBy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiul3BWBy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiul3BWBy .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-uZiul3BWBy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiul3BWBy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiul3BWBy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiul3BWBy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiul3BWBy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiul3BWBy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiul3BWBy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiul3BWBy .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-uZiul3BWBy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiul3BWBy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiul3BWBy .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiul3BWBy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiul3BWBy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiul3BWBy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiul3BWBy .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiul3BWBy .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiul3BWBy .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiul3BWBy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiul3BWBy .navbar-brand .navbar-caption:hover,
.cid-uZiul3BWBy .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiul3BWBy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiul3BWBy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiul3BWBy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiul3BWBy .dropdown-item.active,
.cid-uZiul3BWBy .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiul3BWBy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiul3BWBy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiul3BWBy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiul3BWBy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiul3BWBy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiul3BWBy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiul3BWBy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiul3BWBy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiul3BWBy ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiul3BWBy .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiul3BWBy .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiul3BWBy .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiul3BWBy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiul3BWBy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiul3BWBy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiul3BWBy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiul3BWBy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiul3BWBy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiul3BWBy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiul3BWBy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiul3BWBy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiul3BWBy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiul3BWBy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiul3BWBy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiul3BWBy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiul3BWBy .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-uZiul3BWBy .navbar {
    height: 70px;
  }
  .cid-uZiul3BWBy .navbar.opened {
    height: auto;
  }
  .cid-uZiul3BWBy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiul3BWBy .navbar-nav {
  margin: 0 auto;
}
.cid-uZiul3BWBy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiul3BWBy .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiul3BWBy .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiul3BWBy .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiul3BWBy .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiul3BWBy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiul3BWBy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiul3BWBy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiul3BWBy .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiul3BWBy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiul3BWBy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiul3BWBy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiul3BWBy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiul3BWBy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiul3BWBy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiul3BWBy .content-wrap {
  min-height: 110px;
}
.cid-uZiul4fp1f {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiul4fp1f::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiul4fp1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiul4fp1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiul4fp1f .card {
  justify-content: flex-end;
}
.cid-uZiul4fp1f .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiul4fp1f .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiul4fp1f .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiul4fp1f .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiul4fp1f .mbr-label {
  color: #ffffff;
}
.cid-uZiul4fp1f .mbr-section-title {
  color: #ffffff;
}
.cid-uZiul4fp1f .mbr-text {
  color: #ffffff;
}
.cid-uZiul4yIvw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiul4yIvw {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiul4yIvw .item:focus,
.cid-uZiul4yIvw span:focus {
  outline: none;
}
.cid-uZiul4yIvw .item {
  cursor: pointer;
}
.cid-uZiul4yIvw .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiul4yIvw .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiul4yIvw .grid-container-1,
.cid-uZiul4yIvw .grid-container-2,
.cid-uZiul4yIvw .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiul4yIvw .grid-container-1,
  .cid-uZiul4yIvw .grid-container-2,
  .cid-uZiul4yIvw .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiul4yIvw .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiul4yIvw .content-head {
  max-width: 800px;
}
.cid-uZiul4yIvw .container,
.cid-uZiul4yIvw .container-fluid {
  overflow: hidden;
}
.cid-uZiul4yIvw .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiul4yIvw .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiul4yIvw .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiul4yIvw .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiul4yIvw .grid-container::before {
    height: 100%;
  }
}
.cid-uZiul4yIvw .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiul4yIvw .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiul4yIvw .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiul4yIvw .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiul4yIvw .grid-item img {
    height: 140px;
  }
}
.cid-uZiul4yIvw .grid-container-1,
.cid-uZiul4yIvw .grid-container-2,
.cid-uZiul4yIvw .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiul4yIvw .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiul4yIvw .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiul4OjKK {
  background-color: #eeeef4;
}
.cid-uZiul4OjKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiul4OjKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiul4OjKK .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiul4OjKK .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiul4OjKK .content-wrapper {
    width: 100%;
  }
}
.cid-uZiul4OjKK .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiul4OjKK .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiul4OjKK .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiul4OjKK .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiul4OjKK .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiul4OjKK .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiul4OjKK .content-wrapper .desc-wrapper::before,
.cid-uZiul4OjKK .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiul4OjKK .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiul4OjKK .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiul4OjKK .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiul4OjKK .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiul4OjKK .mbr-section-title {
  color: #181824;
}
.cid-uZiul4OjKK .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiul4OjKK .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiul4OjKK .mbr-section-title,
.cid-uZiul4OjKK .mbr-section-btn {
  text-align: center;
}
.cid-uZiul4OjKK .mbr-section-title,
.cid-uZiul4OjKK .mbr-section-btn,
.cid-uZiul4OjKK .logo-wrapper {
  text-align: left;
}
.cid-uZiul5sOTV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiul5sOTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiul5sOTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiul5sOTV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiul5sOTV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiul5sOTV .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiul5sOTV .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiul5sOTV .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiul5sOTV .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiul5sOTV .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiul5sOTV .embla__button--next,
.cid-uZiul5sOTV .embla__button--prev {
  display: flex;
}
.cid-uZiul5sOTV .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiul5sOTV .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiul5sOTV .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiul5sOTV .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiul5sOTV .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiul5sOTV .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiul5sOTV .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiul5sOTV .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiul5sOTV .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiul5sOTV .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiul5sOTV .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiul5sOTV .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiul5sOTV .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiul5sOTV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiul5sOTV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiul5sOTV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiul5sOTV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiul5sOTV .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiul5Q5TS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiul5Q5TS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiul5Q5TS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiul5Q5TS .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiul5Q5TS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiul5Q5TS .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiul5Q5TS .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiul5Q5TS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiul5Q5TS .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiul5Q5TS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiul5Q5TS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiul5Q5TS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiul5Q5TS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiul5Q5TS .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiul5Q5TS .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiul5Q5TS .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiul5Q5TS .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiul5Q5TS .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiul5Q5TS .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiul5Q5TS .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiul5Q5TS .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiul5Q5TS .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiul5Q5TS .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiul5Q5TS .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiul5Q5TS .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiul5Q5TS .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiul5Q5TS .embla__button--next,
.cid-uZiul5Q5TS .embla__button--prev {
  display: flex;
}
.cid-uZiul5Q5TS .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiul5Q5TS .embla__button {
    top: 0;
  }
}
.cid-uZiul5Q5TS .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiul5Q5TS .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiul5Q5TS .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiul5Q5TS .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiul5Q5TS .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiul5Q5TS .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiul5Q5TS .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiul5Q5TS .embla {
    padding-top: 6rem;
  }
}
.cid-uZiul5Q5TS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiul5Q5TS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiul5Q5TS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiul5Q5TS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiul5Q5TS .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiul5Q5TS .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiul5Q5TS .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiul5Q5TS .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiul5Q5TS .mbr-text,
.cid-uZiul5Q5TS .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiul5Q5TS .card-name {
  color: #ffffff;
}
.cid-uZiul5Q5TS .card-role {
  color: #ffffff;
}
.cid-uZiul5Q5TS .card-text {
  color: #ffffff;
}
.cid-uZiul6yX6J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiul6yX6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiul6yX6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiul6yX6J .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiul6yX6J .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiul6yX6J .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiul6yX6J .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiul6yX6J .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiul6yX6J .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiul6yX6J .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiul6yX6J .items-wrapper {
  align-items: center;
}
.cid-uZiul6yX6J .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiul6yX6J .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiul6yX6J .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiul6yX6J .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiul6yX6J .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiul6yX6J .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiul6yX6J .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiul6yX6J .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiul6yX6J .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiul6yX6J .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiul6yX6J .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiul6yX6J .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiul6yX6J .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiul6yX6J .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiul6yX6J .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiul6yX6J .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiul6yX6J .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiul6yX6J .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiul6yX6J .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiul6yX6J .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiul6yX6J .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiul6yX6J .mbr-text,
.cid-uZiul6yX6J .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiul6Yg94 {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiul6Yg94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiul6Yg94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiul6Yg94 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiul6Yg94 .image-wrap {
    height: 350px;
  }
}
.cid-uZiul7h2tT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiul7h2tT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiul7h2tT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiul7h2tT .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiul7h2tT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiul7h2tT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiul7h2tT .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiul7h2tT .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiul7h2tT .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiul7h2tT .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiul7h2tT .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiul7h2tT .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiul7h2tT .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiul7h2tT .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiul7h2tT .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiul7h2tT .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiul7h2tT .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiul7h2tT .card-title_1 {
  color: #ffffff;
}
.cid-uZiul7h2tT .card-title_2 {
  color: #ffffff;
}
.cid-uZiul7h2tT .card-title_3 {
  color: #ffffff;
}
.cid-uZiul7h2tT .card-price_1 {
  color: #ffffff;
}
.cid-uZiul7h2tT .card-price_2 {
  color: #ffffff;
}
.cid-uZiul7h2tT .card-price_3 {
  color: #ffffff;
}
.cid-uZiul7h2tT .card-text_1 {
  color: #ffffff;
}
.cid-uZiul7h2tT .card-text_2 {
  color: #ffffff;
}
.cid-uZiul7h2tT .card-text_3 {
  color: #ffffff;
}
#custom-html-5w {
  /* Type valid CSS here */
}
#custom-html-5w div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-5w p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiun2imEX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiun2imEX nav.navbar {
  position: fixed;
}
.cid-uZiun2imEX .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiun2imEX .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiun2imEX .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-uZiun2imEX .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiun2imEX .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiun2imEX .dropdown-item:hover,
.cid-uZiun2imEX .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiun2imEX .dropdown-item:hover span {
  color: white;
}
.cid-uZiun2imEX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiun2imEX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiun2imEX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiun2imEX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiun2imEX .nav-link {
  position: relative;
}
.cid-uZiun2imEX .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiun2imEX .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiun2imEX .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiun2imEX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiun2imEX .dropdown-menu,
.cid-uZiun2imEX .navbar.opened {
  background: #111111 !important;
}
.cid-uZiun2imEX .nav-item:focus,
.cid-uZiun2imEX .nav-link:focus {
  outline: none;
}
.cid-uZiun2imEX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiun2imEX .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiun2imEX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiun2imEX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiun2imEX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiun2imEX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiun2imEX .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiun2imEX .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiun2imEX .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiun2imEX .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiun2imEX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiun2imEX .navbar.collapsed {
  justify-content: center;
}
.cid-uZiun2imEX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiun2imEX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiun2imEX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiun2imEX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiun2imEX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiun2imEX .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-uZiun2imEX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiun2imEX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiun2imEX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiun2imEX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiun2imEX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiun2imEX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiun2imEX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiun2imEX .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-uZiun2imEX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiun2imEX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiun2imEX .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiun2imEX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiun2imEX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiun2imEX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiun2imEX .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiun2imEX .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiun2imEX .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiun2imEX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiun2imEX .navbar-brand .navbar-caption:hover,
.cid-uZiun2imEX .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiun2imEX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiun2imEX .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiun2imEX .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiun2imEX .dropdown-item.active,
.cid-uZiun2imEX .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiun2imEX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiun2imEX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiun2imEX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiun2imEX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiun2imEX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiun2imEX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiun2imEX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiun2imEX ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiun2imEX ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiun2imEX .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiun2imEX .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiun2imEX .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiun2imEX .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiun2imEX button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiun2imEX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiun2imEX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiun2imEX button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiun2imEX button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiun2imEX button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiun2imEX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiun2imEX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiun2imEX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiun2imEX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiun2imEX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiun2imEX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiun2imEX .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-uZiun2imEX .navbar {
    height: 70px;
  }
  .cid-uZiun2imEX .navbar.opened {
    height: auto;
  }
  .cid-uZiun2imEX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiun2imEX .navbar-nav {
  margin: 0 auto;
}
.cid-uZiun2imEX .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiun2imEX .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiun2imEX .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiun2imEX .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiun2imEX .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiun2imEX .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiun2imEX .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiun2imEX .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiun2imEX .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiun2imEX .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiun2imEX .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiun2imEX .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiun2imEX .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiun2imEX .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiun2imEX .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiun2imEX .content-wrap {
  min-height: 110px;
}
.cid-uZiun31VDS {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiun31VDS::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiun31VDS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiun31VDS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiun31VDS .card {
  justify-content: flex-end;
}
.cid-uZiun31VDS .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiun31VDS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiun31VDS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiun31VDS .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiun31VDS .mbr-label {
  color: #ffffff;
}
.cid-uZiun31VDS .mbr-section-title {
  color: #ffffff;
}
.cid-uZiun31VDS .mbr-text {
  color: #ffffff;
}
.cid-uZiun3kASY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiun3kASY {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiun3kASY .item:focus,
.cid-uZiun3kASY span:focus {
  outline: none;
}
.cid-uZiun3kASY .item {
  cursor: pointer;
}
.cid-uZiun3kASY .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiun3kASY .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiun3kASY .grid-container-1,
.cid-uZiun3kASY .grid-container-2,
.cid-uZiun3kASY .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiun3kASY .grid-container-1,
  .cid-uZiun3kASY .grid-container-2,
  .cid-uZiun3kASY .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiun3kASY .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiun3kASY .content-head {
  max-width: 800px;
}
.cid-uZiun3kASY .container,
.cid-uZiun3kASY .container-fluid {
  overflow: hidden;
}
.cid-uZiun3kASY .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiun3kASY .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiun3kASY .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiun3kASY .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiun3kASY .grid-container::before {
    height: 100%;
  }
}
.cid-uZiun3kASY .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiun3kASY .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiun3kASY .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiun3kASY .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiun3kASY .grid-item img {
    height: 140px;
  }
}
.cid-uZiun3kASY .grid-container-1,
.cid-uZiun3kASY .grid-container-2,
.cid-uZiun3kASY .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiun3kASY .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiun3kASY .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiun3BTi6 {
  background-color: #eeeef4;
}
.cid-uZiun3BTi6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiun3BTi6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiun3BTi6 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiun3BTi6 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiun3BTi6 .content-wrapper {
    width: 100%;
  }
}
.cid-uZiun3BTi6 .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiun3BTi6 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiun3BTi6 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiun3BTi6 .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiun3BTi6 .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiun3BTi6 .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiun3BTi6 .content-wrapper .desc-wrapper::before,
.cid-uZiun3BTi6 .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiun3BTi6 .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiun3BTi6 .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiun3BTi6 .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiun3BTi6 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiun3BTi6 .mbr-section-title {
  color: #181824;
}
.cid-uZiun3BTi6 .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiun3BTi6 .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiun3BTi6 .mbr-section-title,
.cid-uZiun3BTi6 .mbr-section-btn {
  text-align: center;
}
.cid-uZiun3BTi6 .mbr-section-title,
.cid-uZiun3BTi6 .mbr-section-btn,
.cid-uZiun3BTi6 .logo-wrapper {
  text-align: left;
}
.cid-uZiun4fuNg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiun4fuNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiun4fuNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiun4fuNg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiun4fuNg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiun4fuNg .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiun4fuNg .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiun4fuNg .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiun4fuNg .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiun4fuNg .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiun4fuNg .embla__button--next,
.cid-uZiun4fuNg .embla__button--prev {
  display: flex;
}
.cid-uZiun4fuNg .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiun4fuNg .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiun4fuNg .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiun4fuNg .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiun4fuNg .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiun4fuNg .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiun4fuNg .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiun4fuNg .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiun4fuNg .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiun4fuNg .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiun4fuNg .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiun4fuNg .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiun4fuNg .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiun4fuNg .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiun4fuNg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiun4fuNg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiun4fuNg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiun4fuNg .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiun4CQG5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiun4CQG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiun4CQG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiun4CQG5 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiun4CQG5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiun4CQG5 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiun4CQG5 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiun4CQG5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiun4CQG5 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiun4CQG5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiun4CQG5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiun4CQG5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiun4CQG5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiun4CQG5 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiun4CQG5 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiun4CQG5 .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiun4CQG5 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiun4CQG5 .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiun4CQG5 .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiun4CQG5 .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiun4CQG5 .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiun4CQG5 .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiun4CQG5 .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiun4CQG5 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiun4CQG5 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiun4CQG5 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiun4CQG5 .embla__button--next,
.cid-uZiun4CQG5 .embla__button--prev {
  display: flex;
}
.cid-uZiun4CQG5 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiun4CQG5 .embla__button {
    top: 0;
  }
}
.cid-uZiun4CQG5 .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiun4CQG5 .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiun4CQG5 .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiun4CQG5 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiun4CQG5 .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiun4CQG5 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiun4CQG5 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiun4CQG5 .embla {
    padding-top: 6rem;
  }
}
.cid-uZiun4CQG5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiun4CQG5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiun4CQG5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiun4CQG5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiun4CQG5 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiun4CQG5 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiun4CQG5 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiun4CQG5 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiun4CQG5 .mbr-text,
.cid-uZiun4CQG5 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiun4CQG5 .card-name {
  color: #ffffff;
}
.cid-uZiun4CQG5 .card-role {
  color: #ffffff;
}
.cid-uZiun4CQG5 .card-text {
  color: #ffffff;
}
.cid-uZiun5iGmR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiun5iGmR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiun5iGmR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiun5iGmR .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiun5iGmR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiun5iGmR .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiun5iGmR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiun5iGmR .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiun5iGmR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiun5iGmR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiun5iGmR .items-wrapper {
  align-items: center;
}
.cid-uZiun5iGmR .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiun5iGmR .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiun5iGmR .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiun5iGmR .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiun5iGmR .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiun5iGmR .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiun5iGmR .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiun5iGmR .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiun5iGmR .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiun5iGmR .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiun5iGmR .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiun5iGmR .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiun5iGmR .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiun5iGmR .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiun5iGmR .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiun5iGmR .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiun5iGmR .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiun5iGmR .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiun5iGmR .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiun5iGmR .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiun5iGmR .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiun5iGmR .mbr-text,
.cid-uZiun5iGmR .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiun5IgV5 {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiun5IgV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiun5IgV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiun5IgV5 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiun5IgV5 .image-wrap {
    height: 350px;
  }
}
.cid-uZiun60ITo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiun60ITo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiun60ITo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiun60ITo .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiun60ITo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiun60ITo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiun60ITo .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiun60ITo .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiun60ITo .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiun60ITo .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiun60ITo .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiun60ITo .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiun60ITo .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiun60ITo .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiun60ITo .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiun60ITo .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiun60ITo .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiun60ITo .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiun60ITo .card-title_1 {
  color: #ffffff;
}
.cid-uZiun60ITo .card-title_2 {
  color: #ffffff;
}
.cid-uZiun60ITo .card-title_3 {
  color: #ffffff;
}
.cid-uZiun60ITo .card-price_1 {
  color: #ffffff;
}
.cid-uZiun60ITo .card-price_2 {
  color: #ffffff;
}
.cid-uZiun60ITo .card-price_3 {
  color: #ffffff;
}
.cid-uZiun60ITo .card-text_1 {
  color: #ffffff;
}
.cid-uZiun60ITo .card-text_2 {
  color: #ffffff;
}
.cid-uZiun60ITo .card-text_3 {
  color: #ffffff;
}
#custom-html-66 {
  /* Type valid CSS here */
}
#custom-html-66 div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-66 p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiuoYzek2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiuoYzek2 nav.navbar {
  position: fixed;
}
.cid-uZiuoYzek2 .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuoYzek2 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiuoYzek2 .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-uZiuoYzek2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiuoYzek2 .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiuoYzek2 .dropdown-item:hover,
.cid-uZiuoYzek2 .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiuoYzek2 .dropdown-item:hover span {
  color: white;
}
.cid-uZiuoYzek2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiuoYzek2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiuoYzek2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiuoYzek2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiuoYzek2 .nav-link {
  position: relative;
}
.cid-uZiuoYzek2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiuoYzek2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiuoYzek2 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiuoYzek2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiuoYzek2 .dropdown-menu,
.cid-uZiuoYzek2 .navbar.opened {
  background: #111111 !important;
}
.cid-uZiuoYzek2 .nav-item:focus,
.cid-uZiuoYzek2 .nav-link:focus {
  outline: none;
}
.cid-uZiuoYzek2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiuoYzek2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiuoYzek2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiuoYzek2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiuoYzek2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiuoYzek2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiuoYzek2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiuoYzek2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiuoYzek2 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiuoYzek2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiuoYzek2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiuoYzek2 .navbar.collapsed {
  justify-content: center;
}
.cid-uZiuoYzek2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiuoYzek2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiuoYzek2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiuoYzek2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiuoYzek2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiuoYzek2 .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-uZiuoYzek2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiuoYzek2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiuoYzek2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiuoYzek2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiuoYzek2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiuoYzek2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiuoYzek2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiuoYzek2 .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-uZiuoYzek2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiuoYzek2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiuoYzek2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiuoYzek2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiuoYzek2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiuoYzek2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiuoYzek2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiuoYzek2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiuoYzek2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiuoYzek2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiuoYzek2 .navbar-brand .navbar-caption:hover,
.cid-uZiuoYzek2 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuoYzek2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiuoYzek2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiuoYzek2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuoYzek2 .dropdown-item.active,
.cid-uZiuoYzek2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiuoYzek2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiuoYzek2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiuoYzek2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiuoYzek2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiuoYzek2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiuoYzek2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiuoYzek2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiuoYzek2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiuoYzek2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiuoYzek2 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiuoYzek2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiuoYzek2 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiuoYzek2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiuoYzek2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiuoYzek2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiuoYzek2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiuoYzek2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuoYzek2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuoYzek2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiuoYzek2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuoYzek2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiuoYzek2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiuoYzek2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuoYzek2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiuoYzek2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuoYzek2 .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-uZiuoYzek2 .navbar {
    height: 70px;
  }
  .cid-uZiuoYzek2 .navbar.opened {
    height: auto;
  }
  .cid-uZiuoYzek2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiuoYzek2 .navbar-nav {
  margin: 0 auto;
}
.cid-uZiuoYzek2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiuoYzek2 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiuoYzek2 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiuoYzek2 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiuoYzek2 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiuoYzek2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiuoYzek2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiuoYzek2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiuoYzek2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiuoYzek2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiuoYzek2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiuoYzek2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiuoYzek2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiuoYzek2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiuoYzek2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiuoYzek2 .content-wrap {
  min-height: 110px;
}
.cid-uZiuoZjDtb {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiuoZjDtb::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiuoZjDtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuoZjDtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuoZjDtb .card {
  justify-content: flex-end;
}
.cid-uZiuoZjDtb .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuoZjDtb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiuoZjDtb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiuoZjDtb .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiuoZjDtb .mbr-label {
  color: #ffffff;
}
.cid-uZiuoZjDtb .mbr-section-title {
  color: #ffffff;
}
.cid-uZiuoZjDtb .mbr-text {
  color: #ffffff;
}
.cid-uZiuoZDXrl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiuoZDXrl {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiuoZDXrl .item:focus,
.cid-uZiuoZDXrl span:focus {
  outline: none;
}
.cid-uZiuoZDXrl .item {
  cursor: pointer;
}
.cid-uZiuoZDXrl .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiuoZDXrl .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiuoZDXrl .grid-container-1,
.cid-uZiuoZDXrl .grid-container-2,
.cid-uZiuoZDXrl .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiuoZDXrl .grid-container-1,
  .cid-uZiuoZDXrl .grid-container-2,
  .cid-uZiuoZDXrl .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiuoZDXrl .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiuoZDXrl .content-head {
  max-width: 800px;
}
.cid-uZiuoZDXrl .container,
.cid-uZiuoZDXrl .container-fluid {
  overflow: hidden;
}
.cid-uZiuoZDXrl .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiuoZDXrl .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiuoZDXrl .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiuoZDXrl .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuoZDXrl .grid-container::before {
    height: 100%;
  }
}
.cid-uZiuoZDXrl .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiuoZDXrl .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiuoZDXrl .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiuoZDXrl .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiuoZDXrl .grid-item img {
    height: 140px;
  }
}
.cid-uZiuoZDXrl .grid-container-1,
.cid-uZiuoZDXrl .grid-container-2,
.cid-uZiuoZDXrl .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiuoZDXrl .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiuoZDXrl .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiuoZTtQc {
  background-color: #eeeef4;
}
.cid-uZiuoZTtQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuoZTtQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuoZTtQc .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiuoZTtQc .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiuoZTtQc .content-wrapper {
    width: 100%;
  }
}
.cid-uZiuoZTtQc .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiuoZTtQc .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiuoZTtQc .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuoZTtQc .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiuoZTtQc .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiuoZTtQc .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiuoZTtQc .content-wrapper .desc-wrapper::before,
.cid-uZiuoZTtQc .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiuoZTtQc .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiuoZTtQc .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiuoZTtQc .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiuoZTtQc .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiuoZTtQc .mbr-section-title {
  color: #181824;
}
.cid-uZiuoZTtQc .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiuoZTtQc .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiuoZTtQc .mbr-section-title,
.cid-uZiuoZTtQc .mbr-section-btn {
  text-align: center;
}
.cid-uZiuoZTtQc .mbr-section-title,
.cid-uZiuoZTtQc .mbr-section-btn,
.cid-uZiuoZTtQc .logo-wrapper {
  text-align: left;
}
.cid-uZiup0AfYS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiup0AfYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiup0AfYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiup0AfYS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiup0AfYS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiup0AfYS .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiup0AfYS .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiup0AfYS .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiup0AfYS .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiup0AfYS .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiup0AfYS .embla__button--next,
.cid-uZiup0AfYS .embla__button--prev {
  display: flex;
}
.cid-uZiup0AfYS .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiup0AfYS .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiup0AfYS .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiup0AfYS .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiup0AfYS .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiup0AfYS .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiup0AfYS .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiup0AfYS .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiup0AfYS .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiup0AfYS .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiup0AfYS .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiup0AfYS .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiup0AfYS .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiup0AfYS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiup0AfYS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiup0AfYS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiup0AfYS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiup0AfYS .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiup0ZuuF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiup0ZuuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiup0ZuuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiup0ZuuF .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiup0ZuuF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiup0ZuuF .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiup0ZuuF .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiup0ZuuF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiup0ZuuF .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiup0ZuuF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiup0ZuuF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiup0ZuuF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiup0ZuuF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiup0ZuuF .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiup0ZuuF .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiup0ZuuF .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiup0ZuuF .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiup0ZuuF .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiup0ZuuF .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiup0ZuuF .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiup0ZuuF .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiup0ZuuF .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiup0ZuuF .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiup0ZuuF .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiup0ZuuF .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiup0ZuuF .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiup0ZuuF .embla__button--next,
.cid-uZiup0ZuuF .embla__button--prev {
  display: flex;
}
.cid-uZiup0ZuuF .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiup0ZuuF .embla__button {
    top: 0;
  }
}
.cid-uZiup0ZuuF .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiup0ZuuF .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiup0ZuuF .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiup0ZuuF .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiup0ZuuF .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiup0ZuuF .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiup0ZuuF .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiup0ZuuF .embla {
    padding-top: 6rem;
  }
}
.cid-uZiup0ZuuF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiup0ZuuF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiup0ZuuF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiup0ZuuF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiup0ZuuF .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiup0ZuuF .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiup0ZuuF .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiup0ZuuF .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiup0ZuuF .mbr-text,
.cid-uZiup0ZuuF .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiup0ZuuF .card-name {
  color: #ffffff;
}
.cid-uZiup0ZuuF .card-role {
  color: #ffffff;
}
.cid-uZiup0ZuuF .card-text {
  color: #ffffff;
}
.cid-uZiup1HGHc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiup1HGHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiup1HGHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiup1HGHc .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiup1HGHc .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiup1HGHc .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiup1HGHc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiup1HGHc .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiup1HGHc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiup1HGHc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiup1HGHc .items-wrapper {
  align-items: center;
}
.cid-uZiup1HGHc .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiup1HGHc .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiup1HGHc .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiup1HGHc .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiup1HGHc .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiup1HGHc .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiup1HGHc .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiup1HGHc .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiup1HGHc .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiup1HGHc .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiup1HGHc .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiup1HGHc .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiup1HGHc .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiup1HGHc .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiup1HGHc .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiup1HGHc .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiup1HGHc .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiup1HGHc .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiup1HGHc .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiup1HGHc .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiup1HGHc .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiup1HGHc .mbr-text,
.cid-uZiup1HGHc .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiup26lHn {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiup26lHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiup26lHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiup26lHn .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiup26lHn .image-wrap {
    height: 350px;
  }
}
.cid-uZiup2oxnT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiup2oxnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiup2oxnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiup2oxnT .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiup2oxnT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiup2oxnT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiup2oxnT .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiup2oxnT .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiup2oxnT .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiup2oxnT .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiup2oxnT .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiup2oxnT .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiup2oxnT .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiup2oxnT .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiup2oxnT .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiup2oxnT .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiup2oxnT .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiup2oxnT .card-title_1 {
  color: #ffffff;
}
.cid-uZiup2oxnT .card-title_2 {
  color: #ffffff;
}
.cid-uZiup2oxnT .card-title_3 {
  color: #ffffff;
}
.cid-uZiup2oxnT .card-price_1 {
  color: #ffffff;
}
.cid-uZiup2oxnT .card-price_2 {
  color: #ffffff;
}
.cid-uZiup2oxnT .card-price_3 {
  color: #ffffff;
}
.cid-uZiup2oxnT .card-text_1 {
  color: #ffffff;
}
.cid-uZiup2oxnT .card-text_2 {
  color: #ffffff;
}
.cid-uZiup2oxnT .card-text_3 {
  color: #ffffff;
}
#custom-html-6g {
  /* Type valid CSS here */
}
#custom-html-6g div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-6g p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiur64nMg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiur64nMg nav.navbar {
  position: fixed;
}
.cid-uZiur64nMg .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiur64nMg .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiur64nMg .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-uZiur64nMg .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiur64nMg .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiur64nMg .dropdown-item:hover,
.cid-uZiur64nMg .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiur64nMg .dropdown-item:hover span {
  color: white;
}
.cid-uZiur64nMg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiur64nMg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiur64nMg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiur64nMg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiur64nMg .nav-link {
  position: relative;
}
.cid-uZiur64nMg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiur64nMg .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiur64nMg .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiur64nMg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiur64nMg .dropdown-menu,
.cid-uZiur64nMg .navbar.opened {
  background: #111111 !important;
}
.cid-uZiur64nMg .nav-item:focus,
.cid-uZiur64nMg .nav-link:focus {
  outline: none;
}
.cid-uZiur64nMg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiur64nMg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiur64nMg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiur64nMg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiur64nMg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiur64nMg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiur64nMg .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiur64nMg .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiur64nMg .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiur64nMg .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiur64nMg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiur64nMg .navbar.collapsed {
  justify-content: center;
}
.cid-uZiur64nMg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiur64nMg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiur64nMg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiur64nMg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiur64nMg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiur64nMg .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-uZiur64nMg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiur64nMg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiur64nMg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiur64nMg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiur64nMg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiur64nMg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiur64nMg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiur64nMg .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-uZiur64nMg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiur64nMg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiur64nMg .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiur64nMg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiur64nMg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiur64nMg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiur64nMg .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiur64nMg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiur64nMg .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiur64nMg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiur64nMg .navbar-brand .navbar-caption:hover,
.cid-uZiur64nMg .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiur64nMg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiur64nMg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiur64nMg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiur64nMg .dropdown-item.active,
.cid-uZiur64nMg .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiur64nMg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiur64nMg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiur64nMg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiur64nMg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiur64nMg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiur64nMg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiur64nMg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiur64nMg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiur64nMg ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiur64nMg .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiur64nMg .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiur64nMg .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiur64nMg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiur64nMg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiur64nMg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiur64nMg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiur64nMg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiur64nMg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiur64nMg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiur64nMg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiur64nMg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiur64nMg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiur64nMg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiur64nMg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiur64nMg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiur64nMg .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-uZiur64nMg .navbar {
    height: 70px;
  }
  .cid-uZiur64nMg .navbar.opened {
    height: auto;
  }
  .cid-uZiur64nMg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiur64nMg .navbar-nav {
  margin: 0 auto;
}
.cid-uZiur64nMg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiur64nMg .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiur64nMg .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiur64nMg .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiur64nMg .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiur64nMg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiur64nMg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiur64nMg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiur64nMg .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiur64nMg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiur64nMg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiur64nMg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiur64nMg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiur64nMg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiur64nMg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiur64nMg .content-wrap {
  min-height: 110px;
}
.cid-uZiur6NF5w {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiur6NF5w::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiur6NF5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiur6NF5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiur6NF5w .card {
  justify-content: flex-end;
}
.cid-uZiur6NF5w .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiur6NF5w .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiur6NF5w .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiur6NF5w .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiur6NF5w .mbr-label {
  color: #ffffff;
}
.cid-uZiur6NF5w .mbr-section-title {
  color: #ffffff;
}
.cid-uZiur6NF5w .mbr-text {
  color: #ffffff;
}
.cid-uZiur77oCe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiur77oCe {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiur77oCe .item:focus,
.cid-uZiur77oCe span:focus {
  outline: none;
}
.cid-uZiur77oCe .item {
  cursor: pointer;
}
.cid-uZiur77oCe .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiur77oCe .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiur77oCe .grid-container-1,
.cid-uZiur77oCe .grid-container-2,
.cid-uZiur77oCe .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiur77oCe .grid-container-1,
  .cid-uZiur77oCe .grid-container-2,
  .cid-uZiur77oCe .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiur77oCe .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiur77oCe .content-head {
  max-width: 800px;
}
.cid-uZiur77oCe .container,
.cid-uZiur77oCe .container-fluid {
  overflow: hidden;
}
.cid-uZiur77oCe .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiur77oCe .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiur77oCe .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiur77oCe .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiur77oCe .grid-container::before {
    height: 100%;
  }
}
.cid-uZiur77oCe .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiur77oCe .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiur77oCe .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiur77oCe .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiur77oCe .grid-item img {
    height: 140px;
  }
}
.cid-uZiur77oCe .grid-container-1,
.cid-uZiur77oCe .grid-container-2,
.cid-uZiur77oCe .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiur77oCe .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiur77oCe .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiur7p1xh {
  background-color: #eeeef4;
}
.cid-uZiur7p1xh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiur7p1xh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiur7p1xh .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiur7p1xh .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiur7p1xh .content-wrapper {
    width: 100%;
  }
}
.cid-uZiur7p1xh .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiur7p1xh .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiur7p1xh .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiur7p1xh .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiur7p1xh .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiur7p1xh .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiur7p1xh .content-wrapper .desc-wrapper::before,
.cid-uZiur7p1xh .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiur7p1xh .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiur7p1xh .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiur7p1xh .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiur7p1xh .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiur7p1xh .mbr-section-title {
  color: #181824;
}
.cid-uZiur7p1xh .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiur7p1xh .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiur7p1xh .mbr-section-title,
.cid-uZiur7p1xh .mbr-section-btn {
  text-align: center;
}
.cid-uZiur7p1xh .mbr-section-title,
.cid-uZiur7p1xh .mbr-section-btn,
.cid-uZiur7p1xh .logo-wrapper {
  text-align: left;
}
.cid-uZiur83mDk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiur83mDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiur83mDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiur83mDk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiur83mDk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiur83mDk .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiur83mDk .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiur83mDk .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiur83mDk .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiur83mDk .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiur83mDk .embla__button--next,
.cid-uZiur83mDk .embla__button--prev {
  display: flex;
}
.cid-uZiur83mDk .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiur83mDk .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiur83mDk .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiur83mDk .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiur83mDk .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiur83mDk .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiur83mDk .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiur83mDk .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiur83mDk .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiur83mDk .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiur83mDk .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiur83mDk .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiur83mDk .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiur83mDk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiur83mDk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiur83mDk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiur83mDk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiur83mDk .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiur8qAVk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiur8qAVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiur8qAVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiur8qAVk .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiur8qAVk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiur8qAVk .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiur8qAVk .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiur8qAVk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiur8qAVk .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiur8qAVk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiur8qAVk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiur8qAVk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiur8qAVk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiur8qAVk .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiur8qAVk .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiur8qAVk .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiur8qAVk .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiur8qAVk .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiur8qAVk .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiur8qAVk .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiur8qAVk .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiur8qAVk .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiur8qAVk .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiur8qAVk .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiur8qAVk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiur8qAVk .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiur8qAVk .embla__button--next,
.cid-uZiur8qAVk .embla__button--prev {
  display: flex;
}
.cid-uZiur8qAVk .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiur8qAVk .embla__button {
    top: 0;
  }
}
.cid-uZiur8qAVk .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiur8qAVk .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiur8qAVk .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiur8qAVk .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiur8qAVk .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiur8qAVk .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiur8qAVk .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiur8qAVk .embla {
    padding-top: 6rem;
  }
}
.cid-uZiur8qAVk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiur8qAVk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiur8qAVk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiur8qAVk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiur8qAVk .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiur8qAVk .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiur8qAVk .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiur8qAVk .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiur8qAVk .mbr-text,
.cid-uZiur8qAVk .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiur8qAVk .card-name {
  color: #ffffff;
}
.cid-uZiur8qAVk .card-role {
  color: #ffffff;
}
.cid-uZiur8qAVk .card-text {
  color: #ffffff;
}
.cid-uZiur9bEyq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiur9bEyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiur9bEyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiur9bEyq .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiur9bEyq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiur9bEyq .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiur9bEyq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiur9bEyq .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiur9bEyq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiur9bEyq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiur9bEyq .items-wrapper {
  align-items: center;
}
.cid-uZiur9bEyq .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiur9bEyq .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiur9bEyq .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiur9bEyq .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiur9bEyq .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiur9bEyq .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiur9bEyq .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiur9bEyq .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiur9bEyq .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiur9bEyq .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiur9bEyq .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiur9bEyq .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiur9bEyq .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiur9bEyq .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiur9bEyq .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiur9bEyq .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiur9bEyq .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiur9bEyq .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiur9bEyq .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiur9bEyq .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiur9bEyq .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiur9bEyq .mbr-text,
.cid-uZiur9bEyq .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiur9APnE {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiur9APnE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiur9APnE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiur9APnE .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiur9APnE .image-wrap {
    height: 350px;
  }
}
.cid-uZiur9RUIx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiur9RUIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiur9RUIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiur9RUIx .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiur9RUIx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiur9RUIx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiur9RUIx .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiur9RUIx .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiur9RUIx .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiur9RUIx .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiur9RUIx .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiur9RUIx .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiur9RUIx .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiur9RUIx .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiur9RUIx .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiur9RUIx .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiur9RUIx .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiur9RUIx .card-title_1 {
  color: #ffffff;
}
.cid-uZiur9RUIx .card-title_2 {
  color: #ffffff;
}
.cid-uZiur9RUIx .card-title_3 {
  color: #ffffff;
}
.cid-uZiur9RUIx .card-price_1 {
  color: #ffffff;
}
.cid-uZiur9RUIx .card-price_2 {
  color: #ffffff;
}
.cid-uZiur9RUIx .card-price_3 {
  color: #ffffff;
}
.cid-uZiur9RUIx .card-text_1 {
  color: #ffffff;
}
.cid-uZiur9RUIx .card-text_2 {
  color: #ffffff;
}
.cid-uZiur9RUIx .card-text_3 {
  color: #ffffff;
}
#custom-html-6q {
  /* Type valid CSS here */
}
#custom-html-6q div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-6q p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiuto8DB6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiuto8DB6 nav.navbar {
  position: fixed;
}
.cid-uZiuto8DB6 .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuto8DB6 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiuto8DB6 .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-uZiuto8DB6 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiuto8DB6 .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiuto8DB6 .dropdown-item:hover,
.cid-uZiuto8DB6 .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiuto8DB6 .dropdown-item:hover span {
  color: white;
}
.cid-uZiuto8DB6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiuto8DB6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiuto8DB6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiuto8DB6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiuto8DB6 .nav-link {
  position: relative;
}
.cid-uZiuto8DB6 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiuto8DB6 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiuto8DB6 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiuto8DB6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiuto8DB6 .dropdown-menu,
.cid-uZiuto8DB6 .navbar.opened {
  background: #111111 !important;
}
.cid-uZiuto8DB6 .nav-item:focus,
.cid-uZiuto8DB6 .nav-link:focus {
  outline: none;
}
.cid-uZiuto8DB6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiuto8DB6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiuto8DB6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiuto8DB6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiuto8DB6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiuto8DB6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiuto8DB6 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiuto8DB6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiuto8DB6 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiuto8DB6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiuto8DB6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiuto8DB6 .navbar.collapsed {
  justify-content: center;
}
.cid-uZiuto8DB6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiuto8DB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiuto8DB6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiuto8DB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiuto8DB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiuto8DB6 .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-uZiuto8DB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiuto8DB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiuto8DB6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiuto8DB6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiuto8DB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiuto8DB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiuto8DB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiuto8DB6 .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-uZiuto8DB6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiuto8DB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiuto8DB6 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiuto8DB6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiuto8DB6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiuto8DB6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiuto8DB6 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiuto8DB6 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiuto8DB6 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiuto8DB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiuto8DB6 .navbar-brand .navbar-caption:hover,
.cid-uZiuto8DB6 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuto8DB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiuto8DB6 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiuto8DB6 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuto8DB6 .dropdown-item.active,
.cid-uZiuto8DB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiuto8DB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiuto8DB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiuto8DB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiuto8DB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiuto8DB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiuto8DB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiuto8DB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiuto8DB6 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiuto8DB6 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiuto8DB6 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiuto8DB6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiuto8DB6 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiuto8DB6 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiuto8DB6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiuto8DB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiuto8DB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiuto8DB6 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuto8DB6 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuto8DB6 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiuto8DB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuto8DB6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiuto8DB6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiuto8DB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuto8DB6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiuto8DB6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuto8DB6 .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-uZiuto8DB6 .navbar {
    height: 70px;
  }
  .cid-uZiuto8DB6 .navbar.opened {
    height: auto;
  }
  .cid-uZiuto8DB6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiuto8DB6 .navbar-nav {
  margin: 0 auto;
}
.cid-uZiuto8DB6 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiuto8DB6 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiuto8DB6 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiuto8DB6 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiuto8DB6 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiuto8DB6 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiuto8DB6 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiuto8DB6 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiuto8DB6 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiuto8DB6 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiuto8DB6 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiuto8DB6 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiuto8DB6 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiuto8DB6 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiuto8DB6 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiuto8DB6 .content-wrap {
  min-height: 110px;
}
.cid-uZiutoSIAn {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiutoSIAn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiutoSIAn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiutoSIAn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiutoSIAn .card {
  justify-content: flex-end;
}
.cid-uZiutoSIAn .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiutoSIAn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiutoSIAn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiutoSIAn .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiutoSIAn .mbr-label {
  color: #ffffff;
}
.cid-uZiutoSIAn .mbr-section-title {
  color: #ffffff;
}
.cid-uZiutoSIAn .mbr-text {
  color: #ffffff;
}
.cid-uZiutpbzZQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiutpbzZQ {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiutpbzZQ .item:focus,
.cid-uZiutpbzZQ span:focus {
  outline: none;
}
.cid-uZiutpbzZQ .item {
  cursor: pointer;
}
.cid-uZiutpbzZQ .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiutpbzZQ .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiutpbzZQ .grid-container-1,
.cid-uZiutpbzZQ .grid-container-2,
.cid-uZiutpbzZQ .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiutpbzZQ .grid-container-1,
  .cid-uZiutpbzZQ .grid-container-2,
  .cid-uZiutpbzZQ .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiutpbzZQ .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiutpbzZQ .content-head {
  max-width: 800px;
}
.cid-uZiutpbzZQ .container,
.cid-uZiutpbzZQ .container-fluid {
  overflow: hidden;
}
.cid-uZiutpbzZQ .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiutpbzZQ .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiutpbzZQ .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiutpbzZQ .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiutpbzZQ .grid-container::before {
    height: 100%;
  }
}
.cid-uZiutpbzZQ .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiutpbzZQ .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiutpbzZQ .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiutpbzZQ .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiutpbzZQ .grid-item img {
    height: 140px;
  }
}
.cid-uZiutpbzZQ .grid-container-1,
.cid-uZiutpbzZQ .grid-container-2,
.cid-uZiutpbzZQ .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiutpbzZQ .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiutpbzZQ .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiutptPDr {
  background-color: #eeeef4;
}
.cid-uZiutptPDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiutptPDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiutptPDr .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiutptPDr .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiutptPDr .content-wrapper {
    width: 100%;
  }
}
.cid-uZiutptPDr .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiutptPDr .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiutptPDr .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiutptPDr .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiutptPDr .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiutptPDr .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiutptPDr .content-wrapper .desc-wrapper::before,
.cid-uZiutptPDr .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiutptPDr .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiutptPDr .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiutptPDr .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiutptPDr .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiutptPDr .mbr-section-title {
  color: #181824;
}
.cid-uZiutptPDr .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiutptPDr .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiutptPDr .mbr-section-title,
.cid-uZiutptPDr .mbr-section-btn {
  text-align: center;
}
.cid-uZiutptPDr .mbr-section-title,
.cid-uZiutptPDr .mbr-section-btn,
.cid-uZiutptPDr .logo-wrapper {
  text-align: left;
}
.cid-uZiutq7znh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiutq7znh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiutq7znh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiutq7znh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiutq7znh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiutq7znh .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiutq7znh .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiutq7znh .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiutq7znh .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiutq7znh .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiutq7znh .embla__button--next,
.cid-uZiutq7znh .embla__button--prev {
  display: flex;
}
.cid-uZiutq7znh .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiutq7znh .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiutq7znh .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiutq7znh .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiutq7znh .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiutq7znh .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiutq7znh .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiutq7znh .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiutq7znh .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiutq7znh .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiutq7znh .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiutq7znh .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiutq7znh .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiutq7znh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiutq7znh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiutq7znh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiutq7znh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiutq7znh .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiutquieR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiutquieR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiutquieR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiutquieR .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiutquieR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiutquieR .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiutquieR .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiutquieR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiutquieR .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiutquieR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiutquieR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiutquieR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiutquieR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiutquieR .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiutquieR .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiutquieR .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiutquieR .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiutquieR .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiutquieR .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiutquieR .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiutquieR .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiutquieR .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiutquieR .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiutquieR .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiutquieR .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiutquieR .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiutquieR .embla__button--next,
.cid-uZiutquieR .embla__button--prev {
  display: flex;
}
.cid-uZiutquieR .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiutquieR .embla__button {
    top: 0;
  }
}
.cid-uZiutquieR .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiutquieR .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiutquieR .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiutquieR .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiutquieR .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiutquieR .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiutquieR .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiutquieR .embla {
    padding-top: 6rem;
  }
}
.cid-uZiutquieR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiutquieR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiutquieR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiutquieR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiutquieR .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiutquieR .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiutquieR .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiutquieR .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiutquieR .mbr-text,
.cid-uZiutquieR .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiutquieR .card-name {
  color: #ffffff;
}
.cid-uZiutquieR .card-role {
  color: #ffffff;
}
.cid-uZiutquieR .card-text {
  color: #ffffff;
}
.cid-uZiutrcGrl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiutrcGrl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiutrcGrl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiutrcGrl .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiutrcGrl .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiutrcGrl .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiutrcGrl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiutrcGrl .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiutrcGrl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiutrcGrl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiutrcGrl .items-wrapper {
  align-items: center;
}
.cid-uZiutrcGrl .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiutrcGrl .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiutrcGrl .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiutrcGrl .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiutrcGrl .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiutrcGrl .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiutrcGrl .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiutrcGrl .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiutrcGrl .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiutrcGrl .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiutrcGrl .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiutrcGrl .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiutrcGrl .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiutrcGrl .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiutrcGrl .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiutrcGrl .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiutrcGrl .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiutrcGrl .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiutrcGrl .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiutrcGrl .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiutrcGrl .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiutrcGrl .mbr-text,
.cid-uZiutrcGrl .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiutrFHy9 {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiutrFHy9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiutrFHy9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiutrFHy9 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiutrFHy9 .image-wrap {
    height: 350px;
  }
}
.cid-uZiutrXwBW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiutrXwBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiutrXwBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiutrXwBW .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiutrXwBW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiutrXwBW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiutrXwBW .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiutrXwBW .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiutrXwBW .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiutrXwBW .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiutrXwBW .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiutrXwBW .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiutrXwBW .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiutrXwBW .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiutrXwBW .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiutrXwBW .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiutrXwBW .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiutrXwBW .card-title_1 {
  color: #ffffff;
}
.cid-uZiutrXwBW .card-title_2 {
  color: #ffffff;
}
.cid-uZiutrXwBW .card-title_3 {
  color: #ffffff;
}
.cid-uZiutrXwBW .card-price_1 {
  color: #ffffff;
}
.cid-uZiutrXwBW .card-price_2 {
  color: #ffffff;
}
.cid-uZiutrXwBW .card-price_3 {
  color: #ffffff;
}
.cid-uZiutrXwBW .card-text_1 {
  color: #ffffff;
}
.cid-uZiutrXwBW .card-text_2 {
  color: #ffffff;
}
.cid-uZiutrXwBW .card-text_3 {
  color: #ffffff;
}
#custom-html-70 {
  /* Type valid CSS here */
}
#custom-html-70 div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-70 p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiuvlHJFv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiuvlHJFv nav.navbar {
  position: fixed;
}
.cid-uZiuvlHJFv .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuvlHJFv .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiuvlHJFv .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-uZiuvlHJFv .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiuvlHJFv .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiuvlHJFv .dropdown-item:hover,
.cid-uZiuvlHJFv .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiuvlHJFv .dropdown-item:hover span {
  color: white;
}
.cid-uZiuvlHJFv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiuvlHJFv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiuvlHJFv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiuvlHJFv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiuvlHJFv .nav-link {
  position: relative;
}
.cid-uZiuvlHJFv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiuvlHJFv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiuvlHJFv .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiuvlHJFv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiuvlHJFv .dropdown-menu,
.cid-uZiuvlHJFv .navbar.opened {
  background: #111111 !important;
}
.cid-uZiuvlHJFv .nav-item:focus,
.cid-uZiuvlHJFv .nav-link:focus {
  outline: none;
}
.cid-uZiuvlHJFv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiuvlHJFv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiuvlHJFv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiuvlHJFv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiuvlHJFv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiuvlHJFv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiuvlHJFv .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiuvlHJFv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiuvlHJFv .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiuvlHJFv .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiuvlHJFv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiuvlHJFv .navbar.collapsed {
  justify-content: center;
}
.cid-uZiuvlHJFv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiuvlHJFv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiuvlHJFv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiuvlHJFv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiuvlHJFv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiuvlHJFv .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-uZiuvlHJFv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiuvlHJFv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiuvlHJFv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiuvlHJFv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiuvlHJFv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiuvlHJFv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiuvlHJFv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiuvlHJFv .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-uZiuvlHJFv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiuvlHJFv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiuvlHJFv .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiuvlHJFv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiuvlHJFv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiuvlHJFv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiuvlHJFv .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiuvlHJFv .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiuvlHJFv .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiuvlHJFv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiuvlHJFv .navbar-brand .navbar-caption:hover,
.cid-uZiuvlHJFv .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuvlHJFv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiuvlHJFv .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiuvlHJFv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuvlHJFv .dropdown-item.active,
.cid-uZiuvlHJFv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiuvlHJFv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiuvlHJFv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiuvlHJFv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiuvlHJFv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiuvlHJFv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiuvlHJFv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiuvlHJFv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiuvlHJFv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiuvlHJFv ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiuvlHJFv .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiuvlHJFv .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiuvlHJFv .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiuvlHJFv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiuvlHJFv button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiuvlHJFv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiuvlHJFv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiuvlHJFv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuvlHJFv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuvlHJFv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiuvlHJFv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuvlHJFv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiuvlHJFv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiuvlHJFv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuvlHJFv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiuvlHJFv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuvlHJFv .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-uZiuvlHJFv .navbar {
    height: 70px;
  }
  .cid-uZiuvlHJFv .navbar.opened {
    height: auto;
  }
  .cid-uZiuvlHJFv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiuvlHJFv .navbar-nav {
  margin: 0 auto;
}
.cid-uZiuvlHJFv .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiuvlHJFv .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiuvlHJFv .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiuvlHJFv .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiuvlHJFv .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiuvlHJFv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiuvlHJFv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiuvlHJFv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiuvlHJFv .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiuvlHJFv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiuvlHJFv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiuvlHJFv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiuvlHJFv .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiuvlHJFv .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiuvlHJFv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiuvlHJFv .content-wrap {
  min-height: 110px;
}
.cid-uZiuvmthwF {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiuvmthwF::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiuvmthwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuvmthwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuvmthwF .card {
  justify-content: flex-end;
}
.cid-uZiuvmthwF .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuvmthwF .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiuvmthwF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiuvmthwF .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiuvmthwF .mbr-label {
  color: #ffffff;
}
.cid-uZiuvmthwF .mbr-section-title {
  color: #ffffff;
}
.cid-uZiuvmthwF .mbr-text {
  color: #ffffff;
}
.cid-uZiuvmNH1Z {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiuvmNH1Z {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiuvmNH1Z .item:focus,
.cid-uZiuvmNH1Z span:focus {
  outline: none;
}
.cid-uZiuvmNH1Z .item {
  cursor: pointer;
}
.cid-uZiuvmNH1Z .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiuvmNH1Z .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiuvmNH1Z .grid-container-1,
.cid-uZiuvmNH1Z .grid-container-2,
.cid-uZiuvmNH1Z .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiuvmNH1Z .grid-container-1,
  .cid-uZiuvmNH1Z .grid-container-2,
  .cid-uZiuvmNH1Z .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiuvmNH1Z .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiuvmNH1Z .content-head {
  max-width: 800px;
}
.cid-uZiuvmNH1Z .container,
.cid-uZiuvmNH1Z .container-fluid {
  overflow: hidden;
}
.cid-uZiuvmNH1Z .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiuvmNH1Z .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiuvmNH1Z .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiuvmNH1Z .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuvmNH1Z .grid-container::before {
    height: 100%;
  }
}
.cid-uZiuvmNH1Z .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiuvmNH1Z .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiuvmNH1Z .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiuvmNH1Z .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiuvmNH1Z .grid-item img {
    height: 140px;
  }
}
.cid-uZiuvmNH1Z .grid-container-1,
.cid-uZiuvmNH1Z .grid-container-2,
.cid-uZiuvmNH1Z .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiuvmNH1Z .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiuvmNH1Z .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiuvn5gf2 {
  background-color: #eeeef4;
}
.cid-uZiuvn5gf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuvn5gf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuvn5gf2 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiuvn5gf2 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiuvn5gf2 .content-wrapper {
    width: 100%;
  }
}
.cid-uZiuvn5gf2 .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiuvn5gf2 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiuvn5gf2 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuvn5gf2 .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiuvn5gf2 .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiuvn5gf2 .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiuvn5gf2 .content-wrapper .desc-wrapper::before,
.cid-uZiuvn5gf2 .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiuvn5gf2 .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiuvn5gf2 .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiuvn5gf2 .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiuvn5gf2 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiuvn5gf2 .mbr-section-title {
  color: #181824;
}
.cid-uZiuvn5gf2 .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiuvn5gf2 .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiuvn5gf2 .mbr-section-title,
.cid-uZiuvn5gf2 .mbr-section-btn {
  text-align: center;
}
.cid-uZiuvn5gf2 .mbr-section-title,
.cid-uZiuvn5gf2 .mbr-section-btn,
.cid-uZiuvn5gf2 .logo-wrapper {
  text-align: left;
}
.cid-uZiuvnJrlt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuvnJrlt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuvnJrlt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuvnJrlt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiuvnJrlt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuvnJrlt .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuvnJrlt .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiuvnJrlt .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiuvnJrlt .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuvnJrlt .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiuvnJrlt .embla__button--next,
.cid-uZiuvnJrlt .embla__button--prev {
  display: flex;
}
.cid-uZiuvnJrlt .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiuvnJrlt .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiuvnJrlt .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiuvnJrlt .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuvnJrlt .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiuvnJrlt .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiuvnJrlt .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuvnJrlt .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiuvnJrlt .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuvnJrlt .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuvnJrlt .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiuvnJrlt .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuvnJrlt .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiuvnJrlt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuvnJrlt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuvnJrlt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuvnJrlt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuvnJrlt .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuvo6niF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiuvo6niF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuvo6niF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuvo6niF .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuvo6niF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuvo6niF .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuvo6niF .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuvo6niF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuvo6niF .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuvo6niF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuvo6niF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuvo6niF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiuvo6niF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuvo6niF .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuvo6niF .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiuvo6niF .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiuvo6niF .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuvo6niF .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiuvo6niF .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiuvo6niF .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiuvo6niF .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuvo6niF .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiuvo6niF .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiuvo6niF .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiuvo6niF .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiuvo6niF .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuvo6niF .embla__button--next,
.cid-uZiuvo6niF .embla__button--prev {
  display: flex;
}
.cid-uZiuvo6niF .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiuvo6niF .embla__button {
    top: 0;
  }
}
.cid-uZiuvo6niF .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiuvo6niF .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuvo6niF .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiuvo6niF .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuvo6niF .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiuvo6niF .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuvo6niF .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiuvo6niF .embla {
    padding-top: 6rem;
  }
}
.cid-uZiuvo6niF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuvo6niF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuvo6niF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuvo6niF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuvo6niF .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuvo6niF .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuvo6niF .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuvo6niF .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuvo6niF .mbr-text,
.cid-uZiuvo6niF .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuvo6niF .card-name {
  color: #ffffff;
}
.cid-uZiuvo6niF .card-role {
  color: #ffffff;
}
.cid-uZiuvo6niF .card-text {
  color: #ffffff;
}
.cid-uZiuvoQITK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuvoQITK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuvoQITK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuvoQITK .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuvoQITK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuvoQITK .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuvoQITK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuvoQITK .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuvoQITK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuvoQITK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuvoQITK .items-wrapper {
  align-items: center;
}
.cid-uZiuvoQITK .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuvoQITK .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiuvoQITK .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiuvoQITK .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiuvoQITK .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiuvoQITK .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiuvoQITK .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiuvoQITK .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuvoQITK .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiuvoQITK .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuvoQITK .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiuvoQITK .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuvoQITK .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiuvoQITK .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiuvoQITK .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuvoQITK .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiuvoQITK .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiuvoQITK .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuvoQITK .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuvoQITK .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuvoQITK .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuvoQITK .mbr-text,
.cid-uZiuvoQITK .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuvpe4pW {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiuvpe4pW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuvpe4pW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuvpe4pW .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiuvpe4pW .image-wrap {
    height: 350px;
  }
}
.cid-uZiuvpwYMD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuvpwYMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuvpwYMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuvpwYMD .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuvpwYMD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuvpwYMD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuvpwYMD .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuvpwYMD .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiuvpwYMD .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiuvpwYMD .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiuvpwYMD .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiuvpwYMD .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuvpwYMD .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuvpwYMD .card-title_1 {
  color: #ffffff;
}
.cid-uZiuvpwYMD .card-title_2 {
  color: #ffffff;
}
.cid-uZiuvpwYMD .card-title_3 {
  color: #ffffff;
}
.cid-uZiuvpwYMD .card-price_1 {
  color: #ffffff;
}
.cid-uZiuvpwYMD .card-price_2 {
  color: #ffffff;
}
.cid-uZiuvpwYMD .card-price_3 {
  color: #ffffff;
}
.cid-uZiuvpwYMD .card-text_1 {
  color: #ffffff;
}
.cid-uZiuvpwYMD .card-text_2 {
  color: #ffffff;
}
.cid-uZiuvpwYMD .card-text_3 {
  color: #ffffff;
}
#custom-html-7a {
  /* Type valid CSS here */
}
#custom-html-7a div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-7a p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiuxw75Rn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiuxw75Rn nav.navbar {
  position: fixed;
}
.cid-uZiuxw75Rn .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuxw75Rn .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiuxw75Rn .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-uZiuxw75Rn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiuxw75Rn .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiuxw75Rn .dropdown-item:hover,
.cid-uZiuxw75Rn .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiuxw75Rn .dropdown-item:hover span {
  color: white;
}
.cid-uZiuxw75Rn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiuxw75Rn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiuxw75Rn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiuxw75Rn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiuxw75Rn .nav-link {
  position: relative;
}
.cid-uZiuxw75Rn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiuxw75Rn .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiuxw75Rn .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiuxw75Rn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiuxw75Rn .dropdown-menu,
.cid-uZiuxw75Rn .navbar.opened {
  background: #111111 !important;
}
.cid-uZiuxw75Rn .nav-item:focus,
.cid-uZiuxw75Rn .nav-link:focus {
  outline: none;
}
.cid-uZiuxw75Rn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiuxw75Rn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiuxw75Rn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiuxw75Rn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiuxw75Rn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiuxw75Rn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiuxw75Rn .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiuxw75Rn .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiuxw75Rn .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiuxw75Rn .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiuxw75Rn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiuxw75Rn .navbar.collapsed {
  justify-content: center;
}
.cid-uZiuxw75Rn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiuxw75Rn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiuxw75Rn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiuxw75Rn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiuxw75Rn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiuxw75Rn .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-uZiuxw75Rn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiuxw75Rn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiuxw75Rn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiuxw75Rn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiuxw75Rn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiuxw75Rn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiuxw75Rn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiuxw75Rn .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-uZiuxw75Rn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiuxw75Rn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiuxw75Rn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiuxw75Rn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiuxw75Rn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiuxw75Rn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiuxw75Rn .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiuxw75Rn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiuxw75Rn .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiuxw75Rn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiuxw75Rn .navbar-brand .navbar-caption:hover,
.cid-uZiuxw75Rn .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuxw75Rn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiuxw75Rn .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiuxw75Rn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuxw75Rn .dropdown-item.active,
.cid-uZiuxw75Rn .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiuxw75Rn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiuxw75Rn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiuxw75Rn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiuxw75Rn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiuxw75Rn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiuxw75Rn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiuxw75Rn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiuxw75Rn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiuxw75Rn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiuxw75Rn .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiuxw75Rn .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiuxw75Rn .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiuxw75Rn .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiuxw75Rn button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiuxw75Rn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiuxw75Rn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiuxw75Rn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuxw75Rn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuxw75Rn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiuxw75Rn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuxw75Rn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiuxw75Rn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiuxw75Rn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuxw75Rn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiuxw75Rn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuxw75Rn .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-uZiuxw75Rn .navbar {
    height: 70px;
  }
  .cid-uZiuxw75Rn .navbar.opened {
    height: auto;
  }
  .cid-uZiuxw75Rn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiuxw75Rn .navbar-nav {
  margin: 0 auto;
}
.cid-uZiuxw75Rn .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiuxw75Rn .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiuxw75Rn .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiuxw75Rn .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiuxw75Rn .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiuxw75Rn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiuxw75Rn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiuxw75Rn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiuxw75Rn .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiuxw75Rn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiuxw75Rn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiuxw75Rn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiuxw75Rn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiuxw75Rn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiuxw75Rn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiuxw75Rn .content-wrap {
  min-height: 110px;
}
.cid-uZiuxwRaOx {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiuxwRaOx::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiuxwRaOx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuxwRaOx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuxwRaOx .card {
  justify-content: flex-end;
}
.cid-uZiuxwRaOx .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuxwRaOx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiuxwRaOx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiuxwRaOx .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiuxwRaOx .mbr-label {
  color: #ffffff;
}
.cid-uZiuxwRaOx .mbr-section-title {
  color: #ffffff;
}
.cid-uZiuxwRaOx .mbr-text {
  color: #ffffff;
}
.cid-uZiuxxaQqR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiuxxaQqR {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiuxxaQqR .item:focus,
.cid-uZiuxxaQqR span:focus {
  outline: none;
}
.cid-uZiuxxaQqR .item {
  cursor: pointer;
}
.cid-uZiuxxaQqR .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiuxxaQqR .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiuxxaQqR .grid-container-1,
.cid-uZiuxxaQqR .grid-container-2,
.cid-uZiuxxaQqR .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiuxxaQqR .grid-container-1,
  .cid-uZiuxxaQqR .grid-container-2,
  .cid-uZiuxxaQqR .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiuxxaQqR .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiuxxaQqR .content-head {
  max-width: 800px;
}
.cid-uZiuxxaQqR .container,
.cid-uZiuxxaQqR .container-fluid {
  overflow: hidden;
}
.cid-uZiuxxaQqR .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiuxxaQqR .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiuxxaQqR .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiuxxaQqR .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuxxaQqR .grid-container::before {
    height: 100%;
  }
}
.cid-uZiuxxaQqR .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiuxxaQqR .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiuxxaQqR .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiuxxaQqR .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiuxxaQqR .grid-item img {
    height: 140px;
  }
}
.cid-uZiuxxaQqR .grid-container-1,
.cid-uZiuxxaQqR .grid-container-2,
.cid-uZiuxxaQqR .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiuxxaQqR .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiuxxaQqR .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiuxxrQQW {
  background-color: #eeeef4;
}
.cid-uZiuxxrQQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuxxrQQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuxxrQQW .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiuxxrQQW .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiuxxrQQW .content-wrapper {
    width: 100%;
  }
}
.cid-uZiuxxrQQW .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiuxxrQQW .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiuxxrQQW .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuxxrQQW .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiuxxrQQW .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiuxxrQQW .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiuxxrQQW .content-wrapper .desc-wrapper::before,
.cid-uZiuxxrQQW .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiuxxrQQW .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiuxxrQQW .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiuxxrQQW .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiuxxrQQW .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiuxxrQQW .mbr-section-title {
  color: #181824;
}
.cid-uZiuxxrQQW .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiuxxrQQW .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiuxxrQQW .mbr-section-title,
.cid-uZiuxxrQQW .mbr-section-btn {
  text-align: center;
}
.cid-uZiuxxrQQW .mbr-section-title,
.cid-uZiuxxrQQW .mbr-section-btn,
.cid-uZiuxxrQQW .logo-wrapper {
  text-align: left;
}
.cid-uZiuxy5Zes {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuxy5Zes .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuxy5Zes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuxy5Zes .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiuxy5Zes .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuxy5Zes .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuxy5Zes .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiuxy5Zes .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiuxy5Zes .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuxy5Zes .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiuxy5Zes .embla__button--next,
.cid-uZiuxy5Zes .embla__button--prev {
  display: flex;
}
.cid-uZiuxy5Zes .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiuxy5Zes .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiuxy5Zes .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiuxy5Zes .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuxy5Zes .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiuxy5Zes .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiuxy5Zes .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuxy5Zes .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiuxy5Zes .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuxy5Zes .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuxy5Zes .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiuxy5Zes .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuxy5Zes .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiuxy5Zes .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuxy5Zes .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuxy5Zes .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuxy5Zes .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuxy5Zes .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuxytR21 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiuxytR21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuxytR21 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuxytR21 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuxytR21 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuxytR21 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuxytR21 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuxytR21 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuxytR21 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuxytR21 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuxytR21 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuxytR21 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiuxytR21 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuxytR21 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuxytR21 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiuxytR21 .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiuxytR21 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuxytR21 .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiuxytR21 .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiuxytR21 .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiuxytR21 .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuxytR21 .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiuxytR21 .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiuxytR21 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiuxytR21 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiuxytR21 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuxytR21 .embla__button--next,
.cid-uZiuxytR21 .embla__button--prev {
  display: flex;
}
.cid-uZiuxytR21 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiuxytR21 .embla__button {
    top: 0;
  }
}
.cid-uZiuxytR21 .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiuxytR21 .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuxytR21 .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiuxytR21 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuxytR21 .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiuxytR21 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuxytR21 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiuxytR21 .embla {
    padding-top: 6rem;
  }
}
.cid-uZiuxytR21 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuxytR21 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuxytR21 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuxytR21 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuxytR21 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuxytR21 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuxytR21 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuxytR21 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuxytR21 .mbr-text,
.cid-uZiuxytR21 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuxytR21 .card-name {
  color: #ffffff;
}
.cid-uZiuxytR21 .card-role {
  color: #ffffff;
}
.cid-uZiuxytR21 .card-text {
  color: #ffffff;
}
.cid-uZiuxzaRA8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuxzaRA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuxzaRA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuxzaRA8 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuxzaRA8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuxzaRA8 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuxzaRA8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuxzaRA8 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuxzaRA8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuxzaRA8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuxzaRA8 .items-wrapper {
  align-items: center;
}
.cid-uZiuxzaRA8 .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuxzaRA8 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiuxzaRA8 .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiuxzaRA8 .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiuxzaRA8 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiuxzaRA8 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiuxzaRA8 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiuxzaRA8 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuxzaRA8 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiuxzaRA8 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuxzaRA8 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiuxzaRA8 .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuxzaRA8 .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiuxzaRA8 .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiuxzaRA8 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuxzaRA8 .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiuxzaRA8 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiuxzaRA8 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuxzaRA8 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuxzaRA8 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuxzaRA8 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuxzaRA8 .mbr-text,
.cid-uZiuxzaRA8 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuxzymPX {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiuxzymPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuxzymPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuxzymPX .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiuxzymPX .image-wrap {
    height: 350px;
  }
}
.cid-uZiuxzQh1B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuxzQh1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuxzQh1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuxzQh1B .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuxzQh1B .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuxzQh1B .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuxzQh1B .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuxzQh1B .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiuxzQh1B .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiuxzQh1B .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiuxzQh1B .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiuxzQh1B .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuxzQh1B .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuxzQh1B .card-title_1 {
  color: #ffffff;
}
.cid-uZiuxzQh1B .card-title_2 {
  color: #ffffff;
}
.cid-uZiuxzQh1B .card-title_3 {
  color: #ffffff;
}
.cid-uZiuxzQh1B .card-price_1 {
  color: #ffffff;
}
.cid-uZiuxzQh1B .card-price_2 {
  color: #ffffff;
}
.cid-uZiuxzQh1B .card-price_3 {
  color: #ffffff;
}
.cid-uZiuxzQh1B .card-text_1 {
  color: #ffffff;
}
.cid-uZiuxzQh1B .card-text_2 {
  color: #ffffff;
}
.cid-uZiuxzQh1B .card-text_3 {
  color: #ffffff;
}
#custom-html-7k {
  /* Type valid CSS here */
}
#custom-html-7k div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-7k p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiuzL8tcd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiuzL8tcd nav.navbar {
  position: fixed;
}
.cid-uZiuzL8tcd .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuzL8tcd .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiuzL8tcd .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-uZiuzL8tcd .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiuzL8tcd .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiuzL8tcd .dropdown-item:hover,
.cid-uZiuzL8tcd .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiuzL8tcd .dropdown-item:hover span {
  color: white;
}
.cid-uZiuzL8tcd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiuzL8tcd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiuzL8tcd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiuzL8tcd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiuzL8tcd .nav-link {
  position: relative;
}
.cid-uZiuzL8tcd .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiuzL8tcd .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiuzL8tcd .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiuzL8tcd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiuzL8tcd .dropdown-menu,
.cid-uZiuzL8tcd .navbar.opened {
  background: #111111 !important;
}
.cid-uZiuzL8tcd .nav-item:focus,
.cid-uZiuzL8tcd .nav-link:focus {
  outline: none;
}
.cid-uZiuzL8tcd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiuzL8tcd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiuzL8tcd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiuzL8tcd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiuzL8tcd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiuzL8tcd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiuzL8tcd .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiuzL8tcd .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiuzL8tcd .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiuzL8tcd .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiuzL8tcd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiuzL8tcd .navbar.collapsed {
  justify-content: center;
}
.cid-uZiuzL8tcd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiuzL8tcd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiuzL8tcd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiuzL8tcd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiuzL8tcd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiuzL8tcd .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-uZiuzL8tcd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiuzL8tcd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiuzL8tcd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiuzL8tcd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiuzL8tcd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiuzL8tcd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiuzL8tcd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiuzL8tcd .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-uZiuzL8tcd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiuzL8tcd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiuzL8tcd .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiuzL8tcd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiuzL8tcd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiuzL8tcd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiuzL8tcd .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiuzL8tcd .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiuzL8tcd .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiuzL8tcd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiuzL8tcd .navbar-brand .navbar-caption:hover,
.cid-uZiuzL8tcd .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuzL8tcd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiuzL8tcd .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiuzL8tcd .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuzL8tcd .dropdown-item.active,
.cid-uZiuzL8tcd .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiuzL8tcd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiuzL8tcd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiuzL8tcd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiuzL8tcd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiuzL8tcd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiuzL8tcd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiuzL8tcd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiuzL8tcd ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiuzL8tcd ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiuzL8tcd .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiuzL8tcd .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiuzL8tcd .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiuzL8tcd .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiuzL8tcd button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiuzL8tcd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiuzL8tcd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiuzL8tcd button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuzL8tcd button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuzL8tcd button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiuzL8tcd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuzL8tcd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiuzL8tcd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiuzL8tcd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuzL8tcd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiuzL8tcd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuzL8tcd .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-uZiuzL8tcd .navbar {
    height: 70px;
  }
  .cid-uZiuzL8tcd .navbar.opened {
    height: auto;
  }
  .cid-uZiuzL8tcd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiuzL8tcd .navbar-nav {
  margin: 0 auto;
}
.cid-uZiuzL8tcd .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiuzL8tcd .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiuzL8tcd .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiuzL8tcd .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiuzL8tcd .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiuzL8tcd .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiuzL8tcd .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiuzL8tcd .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiuzL8tcd .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiuzL8tcd .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiuzL8tcd .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiuzL8tcd .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiuzL8tcd .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiuzL8tcd .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiuzL8tcd .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiuzL8tcd .content-wrap {
  min-height: 110px;
}
.cid-uZiuzLSkC5 {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiuzLSkC5::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiuzLSkC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuzLSkC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuzLSkC5 .card {
  justify-content: flex-end;
}
.cid-uZiuzLSkC5 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuzLSkC5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiuzLSkC5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiuzLSkC5 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiuzLSkC5 .mbr-label {
  color: #ffffff;
}
.cid-uZiuzLSkC5 .mbr-section-title {
  color: #ffffff;
}
.cid-uZiuzLSkC5 .mbr-text {
  color: #ffffff;
}
.cid-uZiuzMaOM7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiuzMaOM7 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiuzMaOM7 .item:focus,
.cid-uZiuzMaOM7 span:focus {
  outline: none;
}
.cid-uZiuzMaOM7 .item {
  cursor: pointer;
}
.cid-uZiuzMaOM7 .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiuzMaOM7 .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiuzMaOM7 .grid-container-1,
.cid-uZiuzMaOM7 .grid-container-2,
.cid-uZiuzMaOM7 .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiuzMaOM7 .grid-container-1,
  .cid-uZiuzMaOM7 .grid-container-2,
  .cid-uZiuzMaOM7 .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiuzMaOM7 .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiuzMaOM7 .content-head {
  max-width: 800px;
}
.cid-uZiuzMaOM7 .container,
.cid-uZiuzMaOM7 .container-fluid {
  overflow: hidden;
}
.cid-uZiuzMaOM7 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiuzMaOM7 .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiuzMaOM7 .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiuzMaOM7 .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuzMaOM7 .grid-container::before {
    height: 100%;
  }
}
.cid-uZiuzMaOM7 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiuzMaOM7 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiuzMaOM7 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiuzMaOM7 .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiuzMaOM7 .grid-item img {
    height: 140px;
  }
}
.cid-uZiuzMaOM7 .grid-container-1,
.cid-uZiuzMaOM7 .grid-container-2,
.cid-uZiuzMaOM7 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiuzMaOM7 .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiuzMaOM7 .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiuzMqWKg {
  background-color: #eeeef4;
}
.cid-uZiuzMqWKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuzMqWKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuzMqWKg .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiuzMqWKg .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiuzMqWKg .content-wrapper {
    width: 100%;
  }
}
.cid-uZiuzMqWKg .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiuzMqWKg .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiuzMqWKg .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuzMqWKg .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiuzMqWKg .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiuzMqWKg .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiuzMqWKg .content-wrapper .desc-wrapper::before,
.cid-uZiuzMqWKg .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiuzMqWKg .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiuzMqWKg .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiuzMqWKg .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiuzMqWKg .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiuzMqWKg .mbr-section-title {
  color: #181824;
}
.cid-uZiuzMqWKg .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiuzMqWKg .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiuzMqWKg .mbr-section-title,
.cid-uZiuzMqWKg .mbr-section-btn {
  text-align: center;
}
.cid-uZiuzMqWKg .mbr-section-title,
.cid-uZiuzMqWKg .mbr-section-btn,
.cid-uZiuzMqWKg .logo-wrapper {
  text-align: left;
}
.cid-uZiuzN3sQW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuzN3sQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuzN3sQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuzN3sQW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiuzN3sQW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuzN3sQW .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuzN3sQW .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiuzN3sQW .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiuzN3sQW .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuzN3sQW .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiuzN3sQW .embla__button--next,
.cid-uZiuzN3sQW .embla__button--prev {
  display: flex;
}
.cid-uZiuzN3sQW .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiuzN3sQW .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiuzN3sQW .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiuzN3sQW .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuzN3sQW .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiuzN3sQW .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiuzN3sQW .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuzN3sQW .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiuzN3sQW .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuzN3sQW .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuzN3sQW .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiuzN3sQW .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuzN3sQW .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiuzN3sQW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuzN3sQW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuzN3sQW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuzN3sQW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuzN3sQW .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuzNqsvX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiuzNqsvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuzNqsvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuzNqsvX .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuzNqsvX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuzNqsvX .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuzNqsvX .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuzNqsvX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuzNqsvX .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuzNqsvX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuzNqsvX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuzNqsvX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiuzNqsvX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuzNqsvX .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuzNqsvX .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiuzNqsvX .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiuzNqsvX .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuzNqsvX .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiuzNqsvX .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiuzNqsvX .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiuzNqsvX .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuzNqsvX .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiuzNqsvX .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiuzNqsvX .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiuzNqsvX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiuzNqsvX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuzNqsvX .embla__button--next,
.cid-uZiuzNqsvX .embla__button--prev {
  display: flex;
}
.cid-uZiuzNqsvX .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiuzNqsvX .embla__button {
    top: 0;
  }
}
.cid-uZiuzNqsvX .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiuzNqsvX .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuzNqsvX .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiuzNqsvX .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuzNqsvX .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiuzNqsvX .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuzNqsvX .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiuzNqsvX .embla {
    padding-top: 6rem;
  }
}
.cid-uZiuzNqsvX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuzNqsvX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuzNqsvX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuzNqsvX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuzNqsvX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuzNqsvX .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuzNqsvX .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuzNqsvX .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuzNqsvX .mbr-text,
.cid-uZiuzNqsvX .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuzNqsvX .card-name {
  color: #ffffff;
}
.cid-uZiuzNqsvX .card-role {
  color: #ffffff;
}
.cid-uZiuzNqsvX .card-text {
  color: #ffffff;
}
.cid-uZiuzO6WcW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuzO6WcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuzO6WcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuzO6WcW .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuzO6WcW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuzO6WcW .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuzO6WcW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuzO6WcW .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuzO6WcW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuzO6WcW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuzO6WcW .items-wrapper {
  align-items: center;
}
.cid-uZiuzO6WcW .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuzO6WcW .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiuzO6WcW .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiuzO6WcW .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiuzO6WcW .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiuzO6WcW .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiuzO6WcW .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiuzO6WcW .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuzO6WcW .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiuzO6WcW .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuzO6WcW .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiuzO6WcW .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuzO6WcW .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiuzO6WcW .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiuzO6WcW .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuzO6WcW .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiuzO6WcW .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiuzO6WcW .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuzO6WcW .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuzO6WcW .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuzO6WcW .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuzO6WcW .mbr-text,
.cid-uZiuzO6WcW .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuzOuXpS {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiuzOuXpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuzOuXpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuzOuXpS .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiuzOuXpS .image-wrap {
    height: 350px;
  }
}
.cid-uZiuzOKGi2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuzOKGi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuzOKGi2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuzOKGi2 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuzOKGi2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuzOKGi2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuzOKGi2 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuzOKGi2 .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiuzOKGi2 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiuzOKGi2 .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiuzOKGi2 .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiuzOKGi2 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuzOKGi2 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuzOKGi2 .card-title_1 {
  color: #ffffff;
}
.cid-uZiuzOKGi2 .card-title_2 {
  color: #ffffff;
}
.cid-uZiuzOKGi2 .card-title_3 {
  color: #ffffff;
}
.cid-uZiuzOKGi2 .card-price_1 {
  color: #ffffff;
}
.cid-uZiuzOKGi2 .card-price_2 {
  color: #ffffff;
}
.cid-uZiuzOKGi2 .card-price_3 {
  color: #ffffff;
}
.cid-uZiuzOKGi2 .card-text_1 {
  color: #ffffff;
}
.cid-uZiuzOKGi2 .card-text_2 {
  color: #ffffff;
}
.cid-uZiuzOKGi2 .card-text_3 {
  color: #ffffff;
}
#custom-html-7u {
  /* Type valid CSS here */
}
#custom-html-7u div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-7u p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiuCcG1kU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiuCcG1kU nav.navbar {
  position: fixed;
}
.cid-uZiuCcG1kU .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuCcG1kU .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiuCcG1kU .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-uZiuCcG1kU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiuCcG1kU .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiuCcG1kU .dropdown-item:hover,
.cid-uZiuCcG1kU .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiuCcG1kU .dropdown-item:hover span {
  color: white;
}
.cid-uZiuCcG1kU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiuCcG1kU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiuCcG1kU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiuCcG1kU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiuCcG1kU .nav-link {
  position: relative;
}
.cid-uZiuCcG1kU .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiuCcG1kU .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiuCcG1kU .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiuCcG1kU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiuCcG1kU .dropdown-menu,
.cid-uZiuCcG1kU .navbar.opened {
  background: #111111 !important;
}
.cid-uZiuCcG1kU .nav-item:focus,
.cid-uZiuCcG1kU .nav-link:focus {
  outline: none;
}
.cid-uZiuCcG1kU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiuCcG1kU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiuCcG1kU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiuCcG1kU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiuCcG1kU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiuCcG1kU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiuCcG1kU .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiuCcG1kU .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiuCcG1kU .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiuCcG1kU .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiuCcG1kU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiuCcG1kU .navbar.collapsed {
  justify-content: center;
}
.cid-uZiuCcG1kU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiuCcG1kU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiuCcG1kU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiuCcG1kU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiuCcG1kU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiuCcG1kU .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-uZiuCcG1kU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiuCcG1kU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiuCcG1kU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiuCcG1kU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiuCcG1kU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiuCcG1kU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiuCcG1kU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiuCcG1kU .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-uZiuCcG1kU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiuCcG1kU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiuCcG1kU .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiuCcG1kU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiuCcG1kU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiuCcG1kU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiuCcG1kU .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiuCcG1kU .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiuCcG1kU .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiuCcG1kU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiuCcG1kU .navbar-brand .navbar-caption:hover,
.cid-uZiuCcG1kU .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuCcG1kU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiuCcG1kU .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiuCcG1kU .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuCcG1kU .dropdown-item.active,
.cid-uZiuCcG1kU .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiuCcG1kU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiuCcG1kU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiuCcG1kU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiuCcG1kU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiuCcG1kU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiuCcG1kU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiuCcG1kU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiuCcG1kU ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiuCcG1kU ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiuCcG1kU .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiuCcG1kU .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiuCcG1kU .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiuCcG1kU .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiuCcG1kU button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiuCcG1kU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiuCcG1kU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiuCcG1kU button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuCcG1kU button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuCcG1kU button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiuCcG1kU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuCcG1kU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiuCcG1kU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiuCcG1kU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuCcG1kU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiuCcG1kU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuCcG1kU .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-uZiuCcG1kU .navbar {
    height: 70px;
  }
  .cid-uZiuCcG1kU .navbar.opened {
    height: auto;
  }
  .cid-uZiuCcG1kU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiuCcG1kU .navbar-nav {
  margin: 0 auto;
}
.cid-uZiuCcG1kU .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiuCcG1kU .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiuCcG1kU .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiuCcG1kU .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiuCcG1kU .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiuCcG1kU .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiuCcG1kU .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiuCcG1kU .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiuCcG1kU .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiuCcG1kU .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiuCcG1kU .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiuCcG1kU .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiuCcG1kU .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiuCcG1kU .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiuCcG1kU .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiuCcG1kU .content-wrap {
  min-height: 110px;
}
.cid-uZiuCdun9E {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiuCdun9E::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiuCdun9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuCdun9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuCdun9E .card {
  justify-content: flex-end;
}
.cid-uZiuCdun9E .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuCdun9E .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiuCdun9E .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiuCdun9E .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiuCdun9E .mbr-label {
  color: #ffffff;
}
.cid-uZiuCdun9E .mbr-section-title {
  color: #ffffff;
}
.cid-uZiuCdun9E .mbr-text {
  color: #ffffff;
}
.cid-uZiuCdOVbv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiuCdOVbv {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiuCdOVbv .item:focus,
.cid-uZiuCdOVbv span:focus {
  outline: none;
}
.cid-uZiuCdOVbv .item {
  cursor: pointer;
}
.cid-uZiuCdOVbv .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiuCdOVbv .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiuCdOVbv .grid-container-1,
.cid-uZiuCdOVbv .grid-container-2,
.cid-uZiuCdOVbv .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiuCdOVbv .grid-container-1,
  .cid-uZiuCdOVbv .grid-container-2,
  .cid-uZiuCdOVbv .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiuCdOVbv .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiuCdOVbv .content-head {
  max-width: 800px;
}
.cid-uZiuCdOVbv .container,
.cid-uZiuCdOVbv .container-fluid {
  overflow: hidden;
}
.cid-uZiuCdOVbv .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiuCdOVbv .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiuCdOVbv .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiuCdOVbv .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuCdOVbv .grid-container::before {
    height: 100%;
  }
}
.cid-uZiuCdOVbv .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiuCdOVbv .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiuCdOVbv .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiuCdOVbv .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiuCdOVbv .grid-item img {
    height: 140px;
  }
}
.cid-uZiuCdOVbv .grid-container-1,
.cid-uZiuCdOVbv .grid-container-2,
.cid-uZiuCdOVbv .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiuCdOVbv .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiuCdOVbv .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiuCe4Qe2 {
  background-color: #eeeef4;
}
.cid-uZiuCe4Qe2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuCe4Qe2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuCe4Qe2 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiuCe4Qe2 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiuCe4Qe2 .content-wrapper {
    width: 100%;
  }
}
.cid-uZiuCe4Qe2 .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiuCe4Qe2 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiuCe4Qe2 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuCe4Qe2 .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiuCe4Qe2 .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiuCe4Qe2 .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiuCe4Qe2 .content-wrapper .desc-wrapper::before,
.cid-uZiuCe4Qe2 .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiuCe4Qe2 .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiuCe4Qe2 .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiuCe4Qe2 .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiuCe4Qe2 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiuCe4Qe2 .mbr-section-title {
  color: #181824;
}
.cid-uZiuCe4Qe2 .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiuCe4Qe2 .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiuCe4Qe2 .mbr-section-title,
.cid-uZiuCe4Qe2 .mbr-section-btn {
  text-align: center;
}
.cid-uZiuCe4Qe2 .mbr-section-title,
.cid-uZiuCe4Qe2 .mbr-section-btn,
.cid-uZiuCe4Qe2 .logo-wrapper {
  text-align: left;
}
.cid-uZiuCeHc45 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuCeHc45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuCeHc45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuCeHc45 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiuCeHc45 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuCeHc45 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuCeHc45 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiuCeHc45 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiuCeHc45 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuCeHc45 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiuCeHc45 .embla__button--next,
.cid-uZiuCeHc45 .embla__button--prev {
  display: flex;
}
.cid-uZiuCeHc45 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiuCeHc45 .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiuCeHc45 .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiuCeHc45 .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuCeHc45 .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiuCeHc45 .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiuCeHc45 .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuCeHc45 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiuCeHc45 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuCeHc45 .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuCeHc45 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiuCeHc45 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuCeHc45 .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiuCeHc45 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuCeHc45 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuCeHc45 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuCeHc45 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuCeHc45 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuCf4O9a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiuCf4O9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuCf4O9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuCf4O9a .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuCf4O9a .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuCf4O9a .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuCf4O9a .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuCf4O9a .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuCf4O9a .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuCf4O9a .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuCf4O9a .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuCf4O9a .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiuCf4O9a .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuCf4O9a .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuCf4O9a .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiuCf4O9a .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiuCf4O9a .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuCf4O9a .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiuCf4O9a .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiuCf4O9a .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiuCf4O9a .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuCf4O9a .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiuCf4O9a .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiuCf4O9a .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiuCf4O9a .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiuCf4O9a .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuCf4O9a .embla__button--next,
.cid-uZiuCf4O9a .embla__button--prev {
  display: flex;
}
.cid-uZiuCf4O9a .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiuCf4O9a .embla__button {
    top: 0;
  }
}
.cid-uZiuCf4O9a .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiuCf4O9a .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuCf4O9a .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiuCf4O9a .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuCf4O9a .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiuCf4O9a .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuCf4O9a .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiuCf4O9a .embla {
    padding-top: 6rem;
  }
}
.cid-uZiuCf4O9a .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuCf4O9a .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuCf4O9a .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuCf4O9a .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuCf4O9a .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuCf4O9a .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuCf4O9a .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuCf4O9a .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuCf4O9a .mbr-text,
.cid-uZiuCf4O9a .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuCf4O9a .card-name {
  color: #ffffff;
}
.cid-uZiuCf4O9a .card-role {
  color: #ffffff;
}
.cid-uZiuCf4O9a .card-text {
  color: #ffffff;
}
.cid-uZiuCfKxL0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuCfKxL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuCfKxL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuCfKxL0 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuCfKxL0 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuCfKxL0 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuCfKxL0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuCfKxL0 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuCfKxL0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuCfKxL0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuCfKxL0 .items-wrapper {
  align-items: center;
}
.cid-uZiuCfKxL0 .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuCfKxL0 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiuCfKxL0 .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiuCfKxL0 .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiuCfKxL0 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiuCfKxL0 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiuCfKxL0 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiuCfKxL0 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuCfKxL0 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiuCfKxL0 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuCfKxL0 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiuCfKxL0 .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuCfKxL0 .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiuCfKxL0 .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiuCfKxL0 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuCfKxL0 .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiuCfKxL0 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiuCfKxL0 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuCfKxL0 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuCfKxL0 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuCfKxL0 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuCfKxL0 .mbr-text,
.cid-uZiuCfKxL0 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuCg8Hum {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiuCg8Hum .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuCg8Hum .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuCg8Hum .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiuCg8Hum .image-wrap {
    height: 350px;
  }
}
.cid-uZiuCgoe5h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuCgoe5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuCgoe5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuCgoe5h .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuCgoe5h .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuCgoe5h .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuCgoe5h .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuCgoe5h .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiuCgoe5h .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiuCgoe5h .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiuCgoe5h .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiuCgoe5h .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuCgoe5h .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuCgoe5h .card-title_1 {
  color: #ffffff;
}
.cid-uZiuCgoe5h .card-title_2 {
  color: #ffffff;
}
.cid-uZiuCgoe5h .card-title_3 {
  color: #ffffff;
}
.cid-uZiuCgoe5h .card-price_1 {
  color: #ffffff;
}
.cid-uZiuCgoe5h .card-price_2 {
  color: #ffffff;
}
.cid-uZiuCgoe5h .card-price_3 {
  color: #ffffff;
}
.cid-uZiuCgoe5h .card-text_1 {
  color: #ffffff;
}
.cid-uZiuCgoe5h .card-text_2 {
  color: #ffffff;
}
.cid-uZiuCgoe5h .card-text_3 {
  color: #ffffff;
}
#custom-html-84 {
  /* Type valid CSS here */
}
#custom-html-84 div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-84 p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiuECya7l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiuECya7l nav.navbar {
  position: fixed;
}
.cid-uZiuECya7l .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuECya7l .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiuECya7l .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-uZiuECya7l .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiuECya7l .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiuECya7l .dropdown-item:hover,
.cid-uZiuECya7l .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiuECya7l .dropdown-item:hover span {
  color: white;
}
.cid-uZiuECya7l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiuECya7l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiuECya7l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiuECya7l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiuECya7l .nav-link {
  position: relative;
}
.cid-uZiuECya7l .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiuECya7l .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiuECya7l .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiuECya7l .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiuECya7l .dropdown-menu,
.cid-uZiuECya7l .navbar.opened {
  background: #111111 !important;
}
.cid-uZiuECya7l .nav-item:focus,
.cid-uZiuECya7l .nav-link:focus {
  outline: none;
}
.cid-uZiuECya7l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiuECya7l .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiuECya7l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiuECya7l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiuECya7l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiuECya7l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiuECya7l .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiuECya7l .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiuECya7l .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiuECya7l .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiuECya7l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiuECya7l .navbar.collapsed {
  justify-content: center;
}
.cid-uZiuECya7l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiuECya7l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiuECya7l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiuECya7l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiuECya7l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiuECya7l .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-uZiuECya7l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiuECya7l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiuECya7l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiuECya7l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiuECya7l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiuECya7l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiuECya7l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiuECya7l .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-uZiuECya7l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiuECya7l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiuECya7l .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiuECya7l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiuECya7l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiuECya7l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiuECya7l .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiuECya7l .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiuECya7l .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiuECya7l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiuECya7l .navbar-brand .navbar-caption:hover,
.cid-uZiuECya7l .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuECya7l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiuECya7l .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiuECya7l .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuECya7l .dropdown-item.active,
.cid-uZiuECya7l .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiuECya7l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiuECya7l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiuECya7l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiuECya7l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiuECya7l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiuECya7l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiuECya7l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiuECya7l ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiuECya7l ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiuECya7l .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiuECya7l .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiuECya7l .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiuECya7l .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiuECya7l button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiuECya7l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiuECya7l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiuECya7l button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuECya7l button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuECya7l button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiuECya7l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuECya7l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiuECya7l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiuECya7l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuECya7l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiuECya7l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuECya7l .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-uZiuECya7l .navbar {
    height: 70px;
  }
  .cid-uZiuECya7l .navbar.opened {
    height: auto;
  }
  .cid-uZiuECya7l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiuECya7l .navbar-nav {
  margin: 0 auto;
}
.cid-uZiuECya7l .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiuECya7l .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiuECya7l .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiuECya7l .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiuECya7l .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiuECya7l .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiuECya7l .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiuECya7l .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiuECya7l .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiuECya7l .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiuECya7l .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiuECya7l .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiuECya7l .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiuECya7l .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiuECya7l .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiuECya7l .content-wrap {
  min-height: 110px;
}
.cid-uZiuEDkOhU {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiuEDkOhU::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiuEDkOhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuEDkOhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuEDkOhU .card {
  justify-content: flex-end;
}
.cid-uZiuEDkOhU .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuEDkOhU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiuEDkOhU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiuEDkOhU .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiuEDkOhU .mbr-label {
  color: #ffffff;
}
.cid-uZiuEDkOhU .mbr-section-title {
  color: #ffffff;
}
.cid-uZiuEDkOhU .mbr-text {
  color: #ffffff;
}
.cid-uZiuEDDXiy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiuEDDXiy {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiuEDDXiy .item:focus,
.cid-uZiuEDDXiy span:focus {
  outline: none;
}
.cid-uZiuEDDXiy .item {
  cursor: pointer;
}
.cid-uZiuEDDXiy .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiuEDDXiy .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiuEDDXiy .grid-container-1,
.cid-uZiuEDDXiy .grid-container-2,
.cid-uZiuEDDXiy .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiuEDDXiy .grid-container-1,
  .cid-uZiuEDDXiy .grid-container-2,
  .cid-uZiuEDDXiy .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiuEDDXiy .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiuEDDXiy .content-head {
  max-width: 800px;
}
.cid-uZiuEDDXiy .container,
.cid-uZiuEDDXiy .container-fluid {
  overflow: hidden;
}
.cid-uZiuEDDXiy .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiuEDDXiy .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiuEDDXiy .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiuEDDXiy .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuEDDXiy .grid-container::before {
    height: 100%;
  }
}
.cid-uZiuEDDXiy .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiuEDDXiy .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiuEDDXiy .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiuEDDXiy .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiuEDDXiy .grid-item img {
    height: 140px;
  }
}
.cid-uZiuEDDXiy .grid-container-1,
.cid-uZiuEDDXiy .grid-container-2,
.cid-uZiuEDDXiy .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiuEDDXiy .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiuEDDXiy .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiuEDTn9j {
  background-color: #eeeef4;
}
.cid-uZiuEDTn9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuEDTn9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuEDTn9j .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiuEDTn9j .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiuEDTn9j .content-wrapper {
    width: 100%;
  }
}
.cid-uZiuEDTn9j .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiuEDTn9j .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiuEDTn9j .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuEDTn9j .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiuEDTn9j .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiuEDTn9j .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiuEDTn9j .content-wrapper .desc-wrapper::before,
.cid-uZiuEDTn9j .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiuEDTn9j .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiuEDTn9j .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiuEDTn9j .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiuEDTn9j .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiuEDTn9j .mbr-section-title {
  color: #181824;
}
.cid-uZiuEDTn9j .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiuEDTn9j .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiuEDTn9j .mbr-section-title,
.cid-uZiuEDTn9j .mbr-section-btn {
  text-align: center;
}
.cid-uZiuEDTn9j .mbr-section-title,
.cid-uZiuEDTn9j .mbr-section-btn,
.cid-uZiuEDTn9j .logo-wrapper {
  text-align: left;
}
.cid-uZiuEEzP23 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuEEzP23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuEEzP23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuEEzP23 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiuEEzP23 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuEEzP23 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuEEzP23 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiuEEzP23 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiuEEzP23 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuEEzP23 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiuEEzP23 .embla__button--next,
.cid-uZiuEEzP23 .embla__button--prev {
  display: flex;
}
.cid-uZiuEEzP23 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiuEEzP23 .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiuEEzP23 .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiuEEzP23 .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuEEzP23 .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiuEEzP23 .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiuEEzP23 .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuEEzP23 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiuEEzP23 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuEEzP23 .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuEEzP23 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiuEEzP23 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuEEzP23 .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiuEEzP23 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuEEzP23 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuEEzP23 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuEEzP23 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuEEzP23 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuEEXAEX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiuEEXAEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuEEXAEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuEEXAEX .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuEEXAEX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuEEXAEX .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuEEXAEX .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuEEXAEX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuEEXAEX .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuEEXAEX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuEEXAEX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuEEXAEX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiuEEXAEX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuEEXAEX .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuEEXAEX .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiuEEXAEX .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiuEEXAEX .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuEEXAEX .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiuEEXAEX .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiuEEXAEX .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiuEEXAEX .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuEEXAEX .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiuEEXAEX .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiuEEXAEX .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiuEEXAEX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiuEEXAEX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuEEXAEX .embla__button--next,
.cid-uZiuEEXAEX .embla__button--prev {
  display: flex;
}
.cid-uZiuEEXAEX .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiuEEXAEX .embla__button {
    top: 0;
  }
}
.cid-uZiuEEXAEX .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiuEEXAEX .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuEEXAEX .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiuEEXAEX .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuEEXAEX .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiuEEXAEX .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuEEXAEX .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiuEEXAEX .embla {
    padding-top: 6rem;
  }
}
.cid-uZiuEEXAEX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuEEXAEX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuEEXAEX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuEEXAEX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuEEXAEX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuEEXAEX .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuEEXAEX .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuEEXAEX .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuEEXAEX .mbr-text,
.cid-uZiuEEXAEX .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuEEXAEX .card-name {
  color: #ffffff;
}
.cid-uZiuEEXAEX .card-role {
  color: #ffffff;
}
.cid-uZiuEEXAEX .card-text {
  color: #ffffff;
}
.cid-uZiuEFEzLq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuEFEzLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuEFEzLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuEFEzLq .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuEFEzLq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuEFEzLq .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuEFEzLq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuEFEzLq .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuEFEzLq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuEFEzLq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuEFEzLq .items-wrapper {
  align-items: center;
}
.cid-uZiuEFEzLq .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuEFEzLq .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiuEFEzLq .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiuEFEzLq .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiuEFEzLq .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiuEFEzLq .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiuEFEzLq .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiuEFEzLq .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuEFEzLq .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiuEFEzLq .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuEFEzLq .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiuEFEzLq .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuEFEzLq .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiuEFEzLq .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiuEFEzLq .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuEFEzLq .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiuEFEzLq .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiuEFEzLq .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuEFEzLq .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuEFEzLq .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuEFEzLq .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuEFEzLq .mbr-text,
.cid-uZiuEFEzLq .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuEG3KaQ {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiuEG3KaQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuEG3KaQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuEG3KaQ .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiuEG3KaQ .image-wrap {
    height: 350px;
  }
}
.cid-uZiuEGma2U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuEGma2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuEGma2U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuEGma2U .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuEGma2U .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuEGma2U .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuEGma2U .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuEGma2U .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiuEGma2U .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiuEGma2U .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuEGma2U .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiuEGma2U .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiuEGma2U .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiuEGma2U .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiuEGma2U .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiuEGma2U .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuEGma2U .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuEGma2U .card-title_1 {
  color: #ffffff;
}
.cid-uZiuEGma2U .card-title_2 {
  color: #ffffff;
}
.cid-uZiuEGma2U .card-title_3 {
  color: #ffffff;
}
.cid-uZiuEGma2U .card-price_1 {
  color: #ffffff;
}
.cid-uZiuEGma2U .card-price_2 {
  color: #ffffff;
}
.cid-uZiuEGma2U .card-price_3 {
  color: #ffffff;
}
.cid-uZiuEGma2U .card-text_1 {
  color: #ffffff;
}
.cid-uZiuEGma2U .card-text_2 {
  color: #ffffff;
}
.cid-uZiuEGma2U .card-text_3 {
  color: #ffffff;
}
#custom-html-8e {
  /* Type valid CSS here */
}
#custom-html-8e div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-8e p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiuJMo8JI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiuJMo8JI nav.navbar {
  position: fixed;
}
.cid-uZiuJMo8JI .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuJMo8JI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiuJMo8JI .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-uZiuJMo8JI .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiuJMo8JI .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiuJMo8JI .dropdown-item:hover,
.cid-uZiuJMo8JI .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiuJMo8JI .dropdown-item:hover span {
  color: white;
}
.cid-uZiuJMo8JI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiuJMo8JI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiuJMo8JI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiuJMo8JI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiuJMo8JI .nav-link {
  position: relative;
}
.cid-uZiuJMo8JI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiuJMo8JI .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiuJMo8JI .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiuJMo8JI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiuJMo8JI .dropdown-menu,
.cid-uZiuJMo8JI .navbar.opened {
  background: #111111 !important;
}
.cid-uZiuJMo8JI .nav-item:focus,
.cid-uZiuJMo8JI .nav-link:focus {
  outline: none;
}
.cid-uZiuJMo8JI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiuJMo8JI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiuJMo8JI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiuJMo8JI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiuJMo8JI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiuJMo8JI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiuJMo8JI .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiuJMo8JI .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiuJMo8JI .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiuJMo8JI .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiuJMo8JI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiuJMo8JI .navbar.collapsed {
  justify-content: center;
}
.cid-uZiuJMo8JI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiuJMo8JI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiuJMo8JI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiuJMo8JI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiuJMo8JI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiuJMo8JI .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-uZiuJMo8JI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiuJMo8JI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiuJMo8JI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiuJMo8JI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiuJMo8JI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiuJMo8JI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiuJMo8JI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiuJMo8JI .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-uZiuJMo8JI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiuJMo8JI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiuJMo8JI .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiuJMo8JI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiuJMo8JI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiuJMo8JI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiuJMo8JI .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiuJMo8JI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiuJMo8JI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiuJMo8JI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiuJMo8JI .navbar-brand .navbar-caption:hover,
.cid-uZiuJMo8JI .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuJMo8JI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiuJMo8JI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiuJMo8JI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuJMo8JI .dropdown-item.active,
.cid-uZiuJMo8JI .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiuJMo8JI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiuJMo8JI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiuJMo8JI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiuJMo8JI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiuJMo8JI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiuJMo8JI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiuJMo8JI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiuJMo8JI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiuJMo8JI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiuJMo8JI .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiuJMo8JI .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiuJMo8JI .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiuJMo8JI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiuJMo8JI button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiuJMo8JI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiuJMo8JI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiuJMo8JI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuJMo8JI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuJMo8JI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiuJMo8JI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuJMo8JI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiuJMo8JI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiuJMo8JI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuJMo8JI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiuJMo8JI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuJMo8JI .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-uZiuJMo8JI .navbar {
    height: 70px;
  }
  .cid-uZiuJMo8JI .navbar.opened {
    height: auto;
  }
  .cid-uZiuJMo8JI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiuJMo8JI .navbar-nav {
  margin: 0 auto;
}
.cid-uZiuJMo8JI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiuJMo8JI .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiuJMo8JI .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiuJMo8JI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiuJMo8JI .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiuJMo8JI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiuJMo8JI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiuJMo8JI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiuJMo8JI .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiuJMo8JI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiuJMo8JI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiuJMo8JI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiuJMo8JI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiuJMo8JI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiuJMo8JI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiuJMo8JI .content-wrap {
  min-height: 110px;
}
.cid-uZiuJNe8kX {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiuJNe8kX::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiuJNe8kX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuJNe8kX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuJNe8kX .card {
  justify-content: flex-end;
}
.cid-uZiuJNe8kX .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuJNe8kX .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiuJNe8kX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiuJNe8kX .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiuJNe8kX .mbr-label {
  color: #ffffff;
}
.cid-uZiuJNe8kX .mbr-section-title {
  color: #ffffff;
}
.cid-uZiuJNe8kX .mbr-text {
  color: #ffffff;
}
.cid-uZiuJNyNkU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiuJNyNkU {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiuJNyNkU .item:focus,
.cid-uZiuJNyNkU span:focus {
  outline: none;
}
.cid-uZiuJNyNkU .item {
  cursor: pointer;
}
.cid-uZiuJNyNkU .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiuJNyNkU .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiuJNyNkU .grid-container-1,
.cid-uZiuJNyNkU .grid-container-2,
.cid-uZiuJNyNkU .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiuJNyNkU .grid-container-1,
  .cid-uZiuJNyNkU .grid-container-2,
  .cid-uZiuJNyNkU .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiuJNyNkU .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiuJNyNkU .content-head {
  max-width: 800px;
}
.cid-uZiuJNyNkU .container,
.cid-uZiuJNyNkU .container-fluid {
  overflow: hidden;
}
.cid-uZiuJNyNkU .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiuJNyNkU .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiuJNyNkU .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiuJNyNkU .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuJNyNkU .grid-container::before {
    height: 100%;
  }
}
.cid-uZiuJNyNkU .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiuJNyNkU .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiuJNyNkU .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiuJNyNkU .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiuJNyNkU .grid-item img {
    height: 140px;
  }
}
.cid-uZiuJNyNkU .grid-container-1,
.cid-uZiuJNyNkU .grid-container-2,
.cid-uZiuJNyNkU .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiuJNyNkU .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiuJNyNkU .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiuJNQdMQ {
  background-color: #eeeef4;
}
.cid-uZiuJNQdMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuJNQdMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuJNQdMQ .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiuJNQdMQ .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiuJNQdMQ .content-wrapper {
    width: 100%;
  }
}
.cid-uZiuJNQdMQ .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiuJNQdMQ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiuJNQdMQ .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuJNQdMQ .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiuJNQdMQ .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiuJNQdMQ .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiuJNQdMQ .content-wrapper .desc-wrapper::before,
.cid-uZiuJNQdMQ .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiuJNQdMQ .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiuJNQdMQ .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiuJNQdMQ .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiuJNQdMQ .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiuJNQdMQ .mbr-section-title {
  color: #181824;
}
.cid-uZiuJNQdMQ .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiuJNQdMQ .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiuJNQdMQ .mbr-section-title,
.cid-uZiuJNQdMQ .mbr-section-btn {
  text-align: center;
}
.cid-uZiuJNQdMQ .mbr-section-title,
.cid-uZiuJNQdMQ .mbr-section-btn,
.cid-uZiuJNQdMQ .logo-wrapper {
  text-align: left;
}
.cid-uZiuJOw14I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuJOw14I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuJOw14I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuJOw14I .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiuJOw14I .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuJOw14I .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuJOw14I .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiuJOw14I .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiuJOw14I .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuJOw14I .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiuJOw14I .embla__button--next,
.cid-uZiuJOw14I .embla__button--prev {
  display: flex;
}
.cid-uZiuJOw14I .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiuJOw14I .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiuJOw14I .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiuJOw14I .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuJOw14I .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiuJOw14I .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiuJOw14I .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuJOw14I .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiuJOw14I .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuJOw14I .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuJOw14I .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiuJOw14I .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuJOw14I .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiuJOw14I .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuJOw14I .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuJOw14I .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuJOw14I .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuJOw14I .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuJOVOg3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiuJOVOg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuJOVOg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuJOVOg3 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuJOVOg3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuJOVOg3 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuJOVOg3 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuJOVOg3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuJOVOg3 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuJOVOg3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuJOVOg3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuJOVOg3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiuJOVOg3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuJOVOg3 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuJOVOg3 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiuJOVOg3 .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiuJOVOg3 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuJOVOg3 .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiuJOVOg3 .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiuJOVOg3 .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiuJOVOg3 .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuJOVOg3 .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiuJOVOg3 .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiuJOVOg3 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiuJOVOg3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiuJOVOg3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuJOVOg3 .embla__button--next,
.cid-uZiuJOVOg3 .embla__button--prev {
  display: flex;
}
.cid-uZiuJOVOg3 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiuJOVOg3 .embla__button {
    top: 0;
  }
}
.cid-uZiuJOVOg3 .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiuJOVOg3 .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuJOVOg3 .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiuJOVOg3 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuJOVOg3 .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiuJOVOg3 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuJOVOg3 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiuJOVOg3 .embla {
    padding-top: 6rem;
  }
}
.cid-uZiuJOVOg3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuJOVOg3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuJOVOg3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuJOVOg3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuJOVOg3 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuJOVOg3 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuJOVOg3 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuJOVOg3 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuJOVOg3 .mbr-text,
.cid-uZiuJOVOg3 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuJOVOg3 .card-name {
  color: #ffffff;
}
.cid-uZiuJOVOg3 .card-role {
  color: #ffffff;
}
.cid-uZiuJOVOg3 .card-text {
  color: #ffffff;
}
.cid-uZiuJPErmI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuJPErmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuJPErmI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuJPErmI .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuJPErmI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuJPErmI .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuJPErmI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuJPErmI .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuJPErmI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuJPErmI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuJPErmI .items-wrapper {
  align-items: center;
}
.cid-uZiuJPErmI .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuJPErmI .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiuJPErmI .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiuJPErmI .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiuJPErmI .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiuJPErmI .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiuJPErmI .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiuJPErmI .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuJPErmI .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiuJPErmI .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuJPErmI .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiuJPErmI .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuJPErmI .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiuJPErmI .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiuJPErmI .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuJPErmI .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiuJPErmI .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiuJPErmI .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuJPErmI .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuJPErmI .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuJPErmI .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuJPErmI .mbr-text,
.cid-uZiuJPErmI .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuJQ1b7n {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiuJQ1b7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuJQ1b7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuJQ1b7n .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiuJQ1b7n .image-wrap {
    height: 350px;
  }
}
.cid-uZiuJQj2yp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuJQj2yp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuJQj2yp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuJQj2yp .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuJQj2yp .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuJQj2yp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuJQj2yp .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuJQj2yp .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiuJQj2yp .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiuJQj2yp .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiuJQj2yp .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiuJQj2yp .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuJQj2yp .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuJQj2yp .card-title_1 {
  color: #ffffff;
}
.cid-uZiuJQj2yp .card-title_2 {
  color: #ffffff;
}
.cid-uZiuJQj2yp .card-title_3 {
  color: #ffffff;
}
.cid-uZiuJQj2yp .card-price_1 {
  color: #ffffff;
}
.cid-uZiuJQj2yp .card-price_2 {
  color: #ffffff;
}
.cid-uZiuJQj2yp .card-price_3 {
  color: #ffffff;
}
.cid-uZiuJQj2yp .card-text_1 {
  color: #ffffff;
}
.cid-uZiuJQj2yp .card-text_2 {
  color: #ffffff;
}
.cid-uZiuJQj2yp .card-text_3 {
  color: #ffffff;
}
#custom-html-8o {
  /* Type valid CSS here */
}
#custom-html-8o div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-8o p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiuMMDhZW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiuMMDhZW nav.navbar {
  position: fixed;
}
.cid-uZiuMMDhZW .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuMMDhZW .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiuMMDhZW .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-uZiuMMDhZW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiuMMDhZW .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiuMMDhZW .dropdown-item:hover,
.cid-uZiuMMDhZW .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiuMMDhZW .dropdown-item:hover span {
  color: white;
}
.cid-uZiuMMDhZW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiuMMDhZW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiuMMDhZW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiuMMDhZW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiuMMDhZW .nav-link {
  position: relative;
}
.cid-uZiuMMDhZW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiuMMDhZW .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiuMMDhZW .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiuMMDhZW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiuMMDhZW .dropdown-menu,
.cid-uZiuMMDhZW .navbar.opened {
  background: #111111 !important;
}
.cid-uZiuMMDhZW .nav-item:focus,
.cid-uZiuMMDhZW .nav-link:focus {
  outline: none;
}
.cid-uZiuMMDhZW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiuMMDhZW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiuMMDhZW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiuMMDhZW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiuMMDhZW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiuMMDhZW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiuMMDhZW .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiuMMDhZW .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiuMMDhZW .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiuMMDhZW .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiuMMDhZW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiuMMDhZW .navbar.collapsed {
  justify-content: center;
}
.cid-uZiuMMDhZW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiuMMDhZW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiuMMDhZW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiuMMDhZW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiuMMDhZW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiuMMDhZW .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-uZiuMMDhZW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiuMMDhZW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiuMMDhZW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiuMMDhZW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiuMMDhZW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiuMMDhZW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiuMMDhZW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiuMMDhZW .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-uZiuMMDhZW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiuMMDhZW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiuMMDhZW .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiuMMDhZW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiuMMDhZW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiuMMDhZW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiuMMDhZW .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiuMMDhZW .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiuMMDhZW .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiuMMDhZW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiuMMDhZW .navbar-brand .navbar-caption:hover,
.cid-uZiuMMDhZW .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuMMDhZW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiuMMDhZW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiuMMDhZW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuMMDhZW .dropdown-item.active,
.cid-uZiuMMDhZW .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiuMMDhZW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiuMMDhZW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiuMMDhZW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiuMMDhZW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiuMMDhZW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiuMMDhZW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiuMMDhZW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiuMMDhZW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiuMMDhZW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiuMMDhZW .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiuMMDhZW .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiuMMDhZW .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiuMMDhZW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiuMMDhZW button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiuMMDhZW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiuMMDhZW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiuMMDhZW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuMMDhZW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuMMDhZW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiuMMDhZW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuMMDhZW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiuMMDhZW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiuMMDhZW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuMMDhZW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiuMMDhZW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuMMDhZW .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-uZiuMMDhZW .navbar {
    height: 70px;
  }
  .cid-uZiuMMDhZW .navbar.opened {
    height: auto;
  }
  .cid-uZiuMMDhZW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiuMMDhZW .navbar-nav {
  margin: 0 auto;
}
.cid-uZiuMMDhZW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiuMMDhZW .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiuMMDhZW .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiuMMDhZW .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiuMMDhZW .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiuMMDhZW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiuMMDhZW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiuMMDhZW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiuMMDhZW .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiuMMDhZW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiuMMDhZW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiuMMDhZW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiuMMDhZW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiuMMDhZW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiuMMDhZW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiuMMDhZW .content-wrap {
  min-height: 110px;
}
.cid-uZiuMNtkvw {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiuMNtkvw::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiuMNtkvw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuMNtkvw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuMNtkvw .card {
  justify-content: flex-end;
}
.cid-uZiuMNtkvw .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuMNtkvw .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiuMNtkvw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiuMNtkvw .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiuMNtkvw .mbr-label {
  color: #ffffff;
}
.cid-uZiuMNtkvw .mbr-section-title {
  color: #ffffff;
}
.cid-uZiuMNtkvw .mbr-text {
  color: #ffffff;
}
.cid-uZiuMNMqTU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiuMNMqTU {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiuMNMqTU .item:focus,
.cid-uZiuMNMqTU span:focus {
  outline: none;
}
.cid-uZiuMNMqTU .item {
  cursor: pointer;
}
.cid-uZiuMNMqTU .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiuMNMqTU .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiuMNMqTU .grid-container-1,
.cid-uZiuMNMqTU .grid-container-2,
.cid-uZiuMNMqTU .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiuMNMqTU .grid-container-1,
  .cid-uZiuMNMqTU .grid-container-2,
  .cid-uZiuMNMqTU .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiuMNMqTU .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiuMNMqTU .content-head {
  max-width: 800px;
}
.cid-uZiuMNMqTU .container,
.cid-uZiuMNMqTU .container-fluid {
  overflow: hidden;
}
.cid-uZiuMNMqTU .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiuMNMqTU .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiuMNMqTU .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiuMNMqTU .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuMNMqTU .grid-container::before {
    height: 100%;
  }
}
.cid-uZiuMNMqTU .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiuMNMqTU .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiuMNMqTU .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiuMNMqTU .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiuMNMqTU .grid-item img {
    height: 140px;
  }
}
.cid-uZiuMNMqTU .grid-container-1,
.cid-uZiuMNMqTU .grid-container-2,
.cid-uZiuMNMqTU .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiuMNMqTU .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiuMNMqTU .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiuMO2CKL {
  background-color: #eeeef4;
}
.cid-uZiuMO2CKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuMO2CKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuMO2CKL .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiuMO2CKL .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiuMO2CKL .content-wrapper {
    width: 100%;
  }
}
.cid-uZiuMO2CKL .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiuMO2CKL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiuMO2CKL .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuMO2CKL .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiuMO2CKL .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiuMO2CKL .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiuMO2CKL .content-wrapper .desc-wrapper::before,
.cid-uZiuMO2CKL .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiuMO2CKL .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiuMO2CKL .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiuMO2CKL .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiuMO2CKL .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiuMO2CKL .mbr-section-title {
  color: #181824;
}
.cid-uZiuMO2CKL .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiuMO2CKL .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiuMO2CKL .mbr-section-title,
.cid-uZiuMO2CKL .mbr-section-btn {
  text-align: center;
}
.cid-uZiuMO2CKL .mbr-section-title,
.cid-uZiuMO2CKL .mbr-section-btn,
.cid-uZiuMO2CKL .logo-wrapper {
  text-align: left;
}
.cid-uZiuMOGqdX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuMOGqdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuMOGqdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuMOGqdX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiuMOGqdX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuMOGqdX .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuMOGqdX .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiuMOGqdX .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiuMOGqdX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuMOGqdX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiuMOGqdX .embla__button--next,
.cid-uZiuMOGqdX .embla__button--prev {
  display: flex;
}
.cid-uZiuMOGqdX .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiuMOGqdX .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiuMOGqdX .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiuMOGqdX .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuMOGqdX .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiuMOGqdX .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiuMOGqdX .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuMOGqdX .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiuMOGqdX .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuMOGqdX .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuMOGqdX .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiuMOGqdX .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuMOGqdX .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiuMOGqdX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuMOGqdX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuMOGqdX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuMOGqdX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuMOGqdX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuMP3Ehe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiuMP3Ehe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuMP3Ehe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuMP3Ehe .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuMP3Ehe .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuMP3Ehe .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuMP3Ehe .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuMP3Ehe .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuMP3Ehe .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuMP3Ehe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuMP3Ehe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuMP3Ehe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiuMP3Ehe .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuMP3Ehe .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuMP3Ehe .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiuMP3Ehe .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiuMP3Ehe .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuMP3Ehe .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiuMP3Ehe .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiuMP3Ehe .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiuMP3Ehe .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuMP3Ehe .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiuMP3Ehe .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiuMP3Ehe .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiuMP3Ehe .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiuMP3Ehe .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuMP3Ehe .embla__button--next,
.cid-uZiuMP3Ehe .embla__button--prev {
  display: flex;
}
.cid-uZiuMP3Ehe .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiuMP3Ehe .embla__button {
    top: 0;
  }
}
.cid-uZiuMP3Ehe .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiuMP3Ehe .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuMP3Ehe .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiuMP3Ehe .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuMP3Ehe .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiuMP3Ehe .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuMP3Ehe .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiuMP3Ehe .embla {
    padding-top: 6rem;
  }
}
.cid-uZiuMP3Ehe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuMP3Ehe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuMP3Ehe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuMP3Ehe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuMP3Ehe .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuMP3Ehe .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuMP3Ehe .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuMP3Ehe .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuMP3Ehe .mbr-text,
.cid-uZiuMP3Ehe .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuMP3Ehe .card-name {
  color: #ffffff;
}
.cid-uZiuMP3Ehe .card-role {
  color: #ffffff;
}
.cid-uZiuMP3Ehe .card-text {
  color: #ffffff;
}
.cid-uZiuMPLavo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuMPLavo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuMPLavo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuMPLavo .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuMPLavo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuMPLavo .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuMPLavo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuMPLavo .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuMPLavo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuMPLavo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuMPLavo .items-wrapper {
  align-items: center;
}
.cid-uZiuMPLavo .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuMPLavo .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiuMPLavo .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiuMPLavo .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiuMPLavo .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiuMPLavo .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiuMPLavo .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiuMPLavo .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuMPLavo .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiuMPLavo .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuMPLavo .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiuMPLavo .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuMPLavo .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiuMPLavo .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiuMPLavo .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuMPLavo .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiuMPLavo .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiuMPLavo .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuMPLavo .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuMPLavo .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuMPLavo .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuMPLavo .mbr-text,
.cid-uZiuMPLavo .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuMQ9K5u {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiuMQ9K5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuMQ9K5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuMQ9K5u .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiuMQ9K5u .image-wrap {
    height: 350px;
  }
}
.cid-uZiuMQrOE5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuMQrOE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuMQrOE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuMQrOE5 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuMQrOE5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuMQrOE5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuMQrOE5 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuMQrOE5 .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiuMQrOE5 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiuMQrOE5 .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiuMQrOE5 .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiuMQrOE5 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuMQrOE5 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuMQrOE5 .card-title_1 {
  color: #ffffff;
}
.cid-uZiuMQrOE5 .card-title_2 {
  color: #ffffff;
}
.cid-uZiuMQrOE5 .card-title_3 {
  color: #ffffff;
}
.cid-uZiuMQrOE5 .card-price_1 {
  color: #ffffff;
}
.cid-uZiuMQrOE5 .card-price_2 {
  color: #ffffff;
}
.cid-uZiuMQrOE5 .card-price_3 {
  color: #ffffff;
}
.cid-uZiuMQrOE5 .card-text_1 {
  color: #ffffff;
}
.cid-uZiuMQrOE5 .card-text_2 {
  color: #ffffff;
}
.cid-uZiuMQrOE5 .card-text_3 {
  color: #ffffff;
}
#custom-html-8y {
  /* Type valid CSS here */
}
#custom-html-8y div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-8y p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiuPnSZWs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiuPnSZWs nav.navbar {
  position: fixed;
}
.cid-uZiuPnSZWs .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuPnSZWs .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiuPnSZWs .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-uZiuPnSZWs .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiuPnSZWs .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiuPnSZWs .dropdown-item:hover,
.cid-uZiuPnSZWs .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiuPnSZWs .dropdown-item:hover span {
  color: white;
}
.cid-uZiuPnSZWs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiuPnSZWs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiuPnSZWs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiuPnSZWs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiuPnSZWs .nav-link {
  position: relative;
}
.cid-uZiuPnSZWs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiuPnSZWs .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiuPnSZWs .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiuPnSZWs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiuPnSZWs .dropdown-menu,
.cid-uZiuPnSZWs .navbar.opened {
  background: #111111 !important;
}
.cid-uZiuPnSZWs .nav-item:focus,
.cid-uZiuPnSZWs .nav-link:focus {
  outline: none;
}
.cid-uZiuPnSZWs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiuPnSZWs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiuPnSZWs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiuPnSZWs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiuPnSZWs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiuPnSZWs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiuPnSZWs .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiuPnSZWs .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiuPnSZWs .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiuPnSZWs .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiuPnSZWs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiuPnSZWs .navbar.collapsed {
  justify-content: center;
}
.cid-uZiuPnSZWs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiuPnSZWs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiuPnSZWs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiuPnSZWs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiuPnSZWs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiuPnSZWs .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-uZiuPnSZWs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiuPnSZWs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiuPnSZWs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiuPnSZWs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiuPnSZWs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiuPnSZWs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiuPnSZWs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiuPnSZWs .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-uZiuPnSZWs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiuPnSZWs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiuPnSZWs .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiuPnSZWs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiuPnSZWs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiuPnSZWs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiuPnSZWs .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiuPnSZWs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiuPnSZWs .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiuPnSZWs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiuPnSZWs .navbar-brand .navbar-caption:hover,
.cid-uZiuPnSZWs .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuPnSZWs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiuPnSZWs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiuPnSZWs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuPnSZWs .dropdown-item.active,
.cid-uZiuPnSZWs .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiuPnSZWs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiuPnSZWs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiuPnSZWs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiuPnSZWs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiuPnSZWs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiuPnSZWs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiuPnSZWs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiuPnSZWs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiuPnSZWs ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiuPnSZWs .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiuPnSZWs .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiuPnSZWs .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiuPnSZWs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiuPnSZWs button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiuPnSZWs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiuPnSZWs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiuPnSZWs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuPnSZWs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuPnSZWs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiuPnSZWs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuPnSZWs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiuPnSZWs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiuPnSZWs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuPnSZWs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiuPnSZWs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuPnSZWs .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-uZiuPnSZWs .navbar {
    height: 70px;
  }
  .cid-uZiuPnSZWs .navbar.opened {
    height: auto;
  }
  .cid-uZiuPnSZWs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiuPnSZWs .navbar-nav {
  margin: 0 auto;
}
.cid-uZiuPnSZWs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiuPnSZWs .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiuPnSZWs .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiuPnSZWs .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiuPnSZWs .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiuPnSZWs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiuPnSZWs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiuPnSZWs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiuPnSZWs .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiuPnSZWs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiuPnSZWs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiuPnSZWs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiuPnSZWs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiuPnSZWs .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiuPnSZWs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiuPnSZWs .content-wrap {
  min-height: 110px;
}
.cid-uZiuPoDkvi {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiuPoDkvi::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiuPoDkvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuPoDkvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuPoDkvi .card {
  justify-content: flex-end;
}
.cid-uZiuPoDkvi .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuPoDkvi .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiuPoDkvi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiuPoDkvi .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiuPoDkvi .mbr-label {
  color: #ffffff;
}
.cid-uZiuPoDkvi .mbr-section-title {
  color: #ffffff;
}
.cid-uZiuPoDkvi .mbr-text {
  color: #ffffff;
}
.cid-uZiuPoU6hm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiuPoU6hm {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiuPoU6hm .item:focus,
.cid-uZiuPoU6hm span:focus {
  outline: none;
}
.cid-uZiuPoU6hm .item {
  cursor: pointer;
}
.cid-uZiuPoU6hm .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiuPoU6hm .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiuPoU6hm .grid-container-1,
.cid-uZiuPoU6hm .grid-container-2,
.cid-uZiuPoU6hm .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiuPoU6hm .grid-container-1,
  .cid-uZiuPoU6hm .grid-container-2,
  .cid-uZiuPoU6hm .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiuPoU6hm .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiuPoU6hm .content-head {
  max-width: 800px;
}
.cid-uZiuPoU6hm .container,
.cid-uZiuPoU6hm .container-fluid {
  overflow: hidden;
}
.cid-uZiuPoU6hm .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiuPoU6hm .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiuPoU6hm .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiuPoU6hm .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuPoU6hm .grid-container::before {
    height: 100%;
  }
}
.cid-uZiuPoU6hm .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiuPoU6hm .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiuPoU6hm .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiuPoU6hm .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiuPoU6hm .grid-item img {
    height: 140px;
  }
}
.cid-uZiuPoU6hm .grid-container-1,
.cid-uZiuPoU6hm .grid-container-2,
.cid-uZiuPoU6hm .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiuPoU6hm .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiuPoU6hm .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiuPpaB1E {
  background-color: #eeeef4;
}
.cid-uZiuPpaB1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuPpaB1E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuPpaB1E .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiuPpaB1E .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiuPpaB1E .content-wrapper {
    width: 100%;
  }
}
.cid-uZiuPpaB1E .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiuPpaB1E .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiuPpaB1E .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuPpaB1E .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiuPpaB1E .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiuPpaB1E .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiuPpaB1E .content-wrapper .desc-wrapper::before,
.cid-uZiuPpaB1E .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiuPpaB1E .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiuPpaB1E .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiuPpaB1E .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiuPpaB1E .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiuPpaB1E .mbr-section-title {
  color: #181824;
}
.cid-uZiuPpaB1E .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiuPpaB1E .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiuPpaB1E .mbr-section-title,
.cid-uZiuPpaB1E .mbr-section-btn {
  text-align: center;
}
.cid-uZiuPpaB1E .mbr-section-title,
.cid-uZiuPpaB1E .mbr-section-btn,
.cid-uZiuPpaB1E .logo-wrapper {
  text-align: left;
}
.cid-uZiuPpMNbO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuPpMNbO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuPpMNbO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuPpMNbO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiuPpMNbO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuPpMNbO .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuPpMNbO .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiuPpMNbO .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiuPpMNbO .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuPpMNbO .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiuPpMNbO .embla__button--next,
.cid-uZiuPpMNbO .embla__button--prev {
  display: flex;
}
.cid-uZiuPpMNbO .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiuPpMNbO .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiuPpMNbO .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiuPpMNbO .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuPpMNbO .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiuPpMNbO .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiuPpMNbO .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuPpMNbO .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiuPpMNbO .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuPpMNbO .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuPpMNbO .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiuPpMNbO .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuPpMNbO .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiuPpMNbO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuPpMNbO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuPpMNbO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuPpMNbO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuPpMNbO .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuPq7EMX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiuPq7EMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuPq7EMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuPq7EMX .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuPq7EMX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuPq7EMX .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuPq7EMX .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuPq7EMX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuPq7EMX .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuPq7EMX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuPq7EMX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuPq7EMX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiuPq7EMX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuPq7EMX .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuPq7EMX .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiuPq7EMX .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiuPq7EMX .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuPq7EMX .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiuPq7EMX .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiuPq7EMX .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiuPq7EMX .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuPq7EMX .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiuPq7EMX .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiuPq7EMX .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiuPq7EMX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiuPq7EMX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuPq7EMX .embla__button--next,
.cid-uZiuPq7EMX .embla__button--prev {
  display: flex;
}
.cid-uZiuPq7EMX .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiuPq7EMX .embla__button {
    top: 0;
  }
}
.cid-uZiuPq7EMX .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiuPq7EMX .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuPq7EMX .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiuPq7EMX .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuPq7EMX .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiuPq7EMX .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuPq7EMX .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiuPq7EMX .embla {
    padding-top: 6rem;
  }
}
.cid-uZiuPq7EMX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuPq7EMX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuPq7EMX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuPq7EMX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuPq7EMX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuPq7EMX .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuPq7EMX .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuPq7EMX .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuPq7EMX .mbr-text,
.cid-uZiuPq7EMX .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuPq7EMX .card-name {
  color: #ffffff;
}
.cid-uZiuPq7EMX .card-role {
  color: #ffffff;
}
.cid-uZiuPq7EMX .card-text {
  color: #ffffff;
}
.cid-uZiuPqPXj1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuPqPXj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuPqPXj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuPqPXj1 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuPqPXj1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuPqPXj1 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuPqPXj1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuPqPXj1 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuPqPXj1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuPqPXj1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuPqPXj1 .items-wrapper {
  align-items: center;
}
.cid-uZiuPqPXj1 .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuPqPXj1 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiuPqPXj1 .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiuPqPXj1 .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiuPqPXj1 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiuPqPXj1 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiuPqPXj1 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiuPqPXj1 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuPqPXj1 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiuPqPXj1 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuPqPXj1 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiuPqPXj1 .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuPqPXj1 .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiuPqPXj1 .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiuPqPXj1 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuPqPXj1 .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiuPqPXj1 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiuPqPXj1 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuPqPXj1 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuPqPXj1 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuPqPXj1 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuPqPXj1 .mbr-text,
.cid-uZiuPqPXj1 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuPrdOt0 {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiuPrdOt0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuPrdOt0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuPrdOt0 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiuPrdOt0 .image-wrap {
    height: 350px;
  }
}
.cid-uZiuPruXug {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuPruXug .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuPruXug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuPruXug .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuPruXug .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuPruXug .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuPruXug .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuPruXug .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiuPruXug .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiuPruXug .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiuPruXug .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuPruXug .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiuPruXug .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiuPruXug .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiuPruXug .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiuPruXug .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiuPruXug .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuPruXug .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuPruXug .card-title_1 {
  color: #ffffff;
}
.cid-uZiuPruXug .card-title_2 {
  color: #ffffff;
}
.cid-uZiuPruXug .card-title_3 {
  color: #ffffff;
}
.cid-uZiuPruXug .card-price_1 {
  color: #ffffff;
}
.cid-uZiuPruXug .card-price_2 {
  color: #ffffff;
}
.cid-uZiuPruXug .card-price_3 {
  color: #ffffff;
}
.cid-uZiuPruXug .card-text_1 {
  color: #ffffff;
}
.cid-uZiuPruXug .card-text_2 {
  color: #ffffff;
}
.cid-uZiuPruXug .card-text_3 {
  color: #ffffff;
}
#custom-html-98 {
  /* Type valid CSS here */
}
#custom-html-98 div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-98 p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiuRUOweJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiuRUOweJ nav.navbar {
  position: fixed;
}
.cid-uZiuRUOweJ .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuRUOweJ .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiuRUOweJ .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-uZiuRUOweJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiuRUOweJ .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiuRUOweJ .dropdown-item:hover,
.cid-uZiuRUOweJ .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiuRUOweJ .dropdown-item:hover span {
  color: white;
}
.cid-uZiuRUOweJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiuRUOweJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiuRUOweJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiuRUOweJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiuRUOweJ .nav-link {
  position: relative;
}
.cid-uZiuRUOweJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiuRUOweJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiuRUOweJ .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiuRUOweJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiuRUOweJ .dropdown-menu,
.cid-uZiuRUOweJ .navbar.opened {
  background: #111111 !important;
}
.cid-uZiuRUOweJ .nav-item:focus,
.cid-uZiuRUOweJ .nav-link:focus {
  outline: none;
}
.cid-uZiuRUOweJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiuRUOweJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiuRUOweJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiuRUOweJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiuRUOweJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiuRUOweJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiuRUOweJ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiuRUOweJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiuRUOweJ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiuRUOweJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiuRUOweJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiuRUOweJ .navbar.collapsed {
  justify-content: center;
}
.cid-uZiuRUOweJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiuRUOweJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiuRUOweJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiuRUOweJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiuRUOweJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiuRUOweJ .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-uZiuRUOweJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiuRUOweJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiuRUOweJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiuRUOweJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiuRUOweJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiuRUOweJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiuRUOweJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiuRUOweJ .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-uZiuRUOweJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiuRUOweJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiuRUOweJ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiuRUOweJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiuRUOweJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiuRUOweJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiuRUOweJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiuRUOweJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiuRUOweJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiuRUOweJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiuRUOweJ .navbar-brand .navbar-caption:hover,
.cid-uZiuRUOweJ .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuRUOweJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiuRUOweJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiuRUOweJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuRUOweJ .dropdown-item.active,
.cid-uZiuRUOweJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiuRUOweJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiuRUOweJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiuRUOweJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiuRUOweJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiuRUOweJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiuRUOweJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiuRUOweJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiuRUOweJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiuRUOweJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiuRUOweJ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiuRUOweJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiuRUOweJ .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiuRUOweJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiuRUOweJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiuRUOweJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiuRUOweJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiuRUOweJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuRUOweJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuRUOweJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiuRUOweJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuRUOweJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiuRUOweJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiuRUOweJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuRUOweJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiuRUOweJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuRUOweJ .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-uZiuRUOweJ .navbar {
    height: 70px;
  }
  .cid-uZiuRUOweJ .navbar.opened {
    height: auto;
  }
  .cid-uZiuRUOweJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiuRUOweJ .navbar-nav {
  margin: 0 auto;
}
.cid-uZiuRUOweJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiuRUOweJ .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiuRUOweJ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiuRUOweJ .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiuRUOweJ .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiuRUOweJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiuRUOweJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiuRUOweJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiuRUOweJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiuRUOweJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiuRUOweJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiuRUOweJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiuRUOweJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiuRUOweJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiuRUOweJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiuRUOweJ .content-wrap {
  min-height: 110px;
}
.cid-uZiuRVDk8U {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiuRVDk8U::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiuRVDk8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuRVDk8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuRVDk8U .card {
  justify-content: flex-end;
}
.cid-uZiuRVDk8U .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuRVDk8U .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiuRVDk8U .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiuRVDk8U .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiuRVDk8U .mbr-label {
  color: #ffffff;
}
.cid-uZiuRVDk8U .mbr-section-title {
  color: #ffffff;
}
.cid-uZiuRVDk8U .mbr-text {
  color: #ffffff;
}
.cid-uZiuRVUwUk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiuRVUwUk {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiuRVUwUk .item:focus,
.cid-uZiuRVUwUk span:focus {
  outline: none;
}
.cid-uZiuRVUwUk .item {
  cursor: pointer;
}
.cid-uZiuRVUwUk .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiuRVUwUk .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiuRVUwUk .grid-container-1,
.cid-uZiuRVUwUk .grid-container-2,
.cid-uZiuRVUwUk .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiuRVUwUk .grid-container-1,
  .cid-uZiuRVUwUk .grid-container-2,
  .cid-uZiuRVUwUk .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiuRVUwUk .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiuRVUwUk .content-head {
  max-width: 800px;
}
.cid-uZiuRVUwUk .container,
.cid-uZiuRVUwUk .container-fluid {
  overflow: hidden;
}
.cid-uZiuRVUwUk .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiuRVUwUk .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiuRVUwUk .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiuRVUwUk .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuRVUwUk .grid-container::before {
    height: 100%;
  }
}
.cid-uZiuRVUwUk .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiuRVUwUk .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiuRVUwUk .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiuRVUwUk .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiuRVUwUk .grid-item img {
    height: 140px;
  }
}
.cid-uZiuRVUwUk .grid-container-1,
.cid-uZiuRVUwUk .grid-container-2,
.cid-uZiuRVUwUk .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiuRVUwUk .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiuRVUwUk .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiuRWa3ET {
  background-color: #eeeef4;
}
.cid-uZiuRWa3ET .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuRWa3ET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuRWa3ET .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiuRWa3ET .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiuRWa3ET .content-wrapper {
    width: 100%;
  }
}
.cid-uZiuRWa3ET .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiuRWa3ET .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiuRWa3ET .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuRWa3ET .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiuRWa3ET .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiuRWa3ET .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiuRWa3ET .content-wrapper .desc-wrapper::before,
.cid-uZiuRWa3ET .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiuRWa3ET .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiuRWa3ET .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiuRWa3ET .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiuRWa3ET .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiuRWa3ET .mbr-section-title {
  color: #181824;
}
.cid-uZiuRWa3ET .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiuRWa3ET .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiuRWa3ET .mbr-section-title,
.cid-uZiuRWa3ET .mbr-section-btn {
  text-align: center;
}
.cid-uZiuRWa3ET .mbr-section-title,
.cid-uZiuRWa3ET .mbr-section-btn,
.cid-uZiuRWa3ET .logo-wrapper {
  text-align: left;
}
.cid-uZiuRWNJEz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuRWNJEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuRWNJEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuRWNJEz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiuRWNJEz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuRWNJEz .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuRWNJEz .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiuRWNJEz .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiuRWNJEz .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuRWNJEz .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiuRWNJEz .embla__button--next,
.cid-uZiuRWNJEz .embla__button--prev {
  display: flex;
}
.cid-uZiuRWNJEz .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiuRWNJEz .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiuRWNJEz .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiuRWNJEz .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuRWNJEz .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiuRWNJEz .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiuRWNJEz .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuRWNJEz .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiuRWNJEz .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuRWNJEz .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuRWNJEz .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiuRWNJEz .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuRWNJEz .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiuRWNJEz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuRWNJEz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuRWNJEz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuRWNJEz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuRWNJEz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuRX9ouf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiuRX9ouf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuRX9ouf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuRX9ouf .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuRX9ouf .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuRX9ouf .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuRX9ouf .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuRX9ouf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuRX9ouf .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuRX9ouf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuRX9ouf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuRX9ouf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiuRX9ouf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuRX9ouf .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuRX9ouf .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiuRX9ouf .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiuRX9ouf .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuRX9ouf .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiuRX9ouf .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiuRX9ouf .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiuRX9ouf .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuRX9ouf .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiuRX9ouf .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiuRX9ouf .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiuRX9ouf .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiuRX9ouf .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuRX9ouf .embla__button--next,
.cid-uZiuRX9ouf .embla__button--prev {
  display: flex;
}
.cid-uZiuRX9ouf .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiuRX9ouf .embla__button {
    top: 0;
  }
}
.cid-uZiuRX9ouf .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiuRX9ouf .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuRX9ouf .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiuRX9ouf .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuRX9ouf .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiuRX9ouf .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuRX9ouf .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiuRX9ouf .embla {
    padding-top: 6rem;
  }
}
.cid-uZiuRX9ouf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuRX9ouf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuRX9ouf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuRX9ouf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuRX9ouf .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuRX9ouf .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuRX9ouf .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuRX9ouf .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuRX9ouf .mbr-text,
.cid-uZiuRX9ouf .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuRX9ouf .card-name {
  color: #ffffff;
}
.cid-uZiuRX9ouf .card-role {
  color: #ffffff;
}
.cid-uZiuRX9ouf .card-text {
  color: #ffffff;
}
.cid-uZiuRXNAeB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuRXNAeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuRXNAeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuRXNAeB .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuRXNAeB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuRXNAeB .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuRXNAeB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuRXNAeB .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuRXNAeB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuRXNAeB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuRXNAeB .items-wrapper {
  align-items: center;
}
.cid-uZiuRXNAeB .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuRXNAeB .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiuRXNAeB .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiuRXNAeB .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiuRXNAeB .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiuRXNAeB .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiuRXNAeB .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiuRXNAeB .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuRXNAeB .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiuRXNAeB .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuRXNAeB .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiuRXNAeB .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuRXNAeB .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiuRXNAeB .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiuRXNAeB .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuRXNAeB .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiuRXNAeB .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiuRXNAeB .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuRXNAeB .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuRXNAeB .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuRXNAeB .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuRXNAeB .mbr-text,
.cid-uZiuRXNAeB .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuRYaHdJ {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiuRYaHdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuRYaHdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuRYaHdJ .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiuRYaHdJ .image-wrap {
    height: 350px;
  }
}
.cid-uZiuRYredx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuRYredx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuRYredx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuRYredx .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuRYredx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuRYredx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuRYredx .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuRYredx .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiuRYredx .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiuRYredx .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiuRYredx .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuRYredx .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiuRYredx .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiuRYredx .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiuRYredx .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiuRYredx .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiuRYredx .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuRYredx .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuRYredx .card-title_1 {
  color: #ffffff;
}
.cid-uZiuRYredx .card-title_2 {
  color: #ffffff;
}
.cid-uZiuRYredx .card-title_3 {
  color: #ffffff;
}
.cid-uZiuRYredx .card-price_1 {
  color: #ffffff;
}
.cid-uZiuRYredx .card-price_2 {
  color: #ffffff;
}
.cid-uZiuRYredx .card-price_3 {
  color: #ffffff;
}
.cid-uZiuRYredx .card-text_1 {
  color: #ffffff;
}
.cid-uZiuRYredx .card-text_2 {
  color: #ffffff;
}
.cid-uZiuRYredx .card-text_3 {
  color: #ffffff;
}
#custom-html-9i {
  /* Type valid CSS here */
}
#custom-html-9i div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-9i p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiuUhv46q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiuUhv46q nav.navbar {
  position: fixed;
}
.cid-uZiuUhv46q .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuUhv46q .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiuUhv46q .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-uZiuUhv46q .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiuUhv46q .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiuUhv46q .dropdown-item:hover,
.cid-uZiuUhv46q .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiuUhv46q .dropdown-item:hover span {
  color: white;
}
.cid-uZiuUhv46q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiuUhv46q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiuUhv46q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiuUhv46q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiuUhv46q .nav-link {
  position: relative;
}
.cid-uZiuUhv46q .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiuUhv46q .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiuUhv46q .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiuUhv46q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiuUhv46q .dropdown-menu,
.cid-uZiuUhv46q .navbar.opened {
  background: #111111 !important;
}
.cid-uZiuUhv46q .nav-item:focus,
.cid-uZiuUhv46q .nav-link:focus {
  outline: none;
}
.cid-uZiuUhv46q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiuUhv46q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiuUhv46q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiuUhv46q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiuUhv46q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiuUhv46q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiuUhv46q .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiuUhv46q .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiuUhv46q .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiuUhv46q .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiuUhv46q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiuUhv46q .navbar.collapsed {
  justify-content: center;
}
.cid-uZiuUhv46q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiuUhv46q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiuUhv46q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiuUhv46q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiuUhv46q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiuUhv46q .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-uZiuUhv46q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiuUhv46q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiuUhv46q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiuUhv46q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiuUhv46q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiuUhv46q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiuUhv46q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiuUhv46q .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-uZiuUhv46q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiuUhv46q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiuUhv46q .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiuUhv46q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiuUhv46q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiuUhv46q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiuUhv46q .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiuUhv46q .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiuUhv46q .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiuUhv46q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiuUhv46q .navbar-brand .navbar-caption:hover,
.cid-uZiuUhv46q .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuUhv46q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiuUhv46q .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiuUhv46q .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuUhv46q .dropdown-item.active,
.cid-uZiuUhv46q .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiuUhv46q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiuUhv46q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiuUhv46q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiuUhv46q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiuUhv46q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiuUhv46q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiuUhv46q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiuUhv46q ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiuUhv46q ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiuUhv46q .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiuUhv46q .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiuUhv46q .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiuUhv46q .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiuUhv46q button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiuUhv46q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiuUhv46q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiuUhv46q button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuUhv46q button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuUhv46q button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiuUhv46q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuUhv46q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiuUhv46q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiuUhv46q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuUhv46q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiuUhv46q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuUhv46q .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-uZiuUhv46q .navbar {
    height: 70px;
  }
  .cid-uZiuUhv46q .navbar.opened {
    height: auto;
  }
  .cid-uZiuUhv46q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiuUhv46q .navbar-nav {
  margin: 0 auto;
}
.cid-uZiuUhv46q .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiuUhv46q .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiuUhv46q .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiuUhv46q .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiuUhv46q .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiuUhv46q .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiuUhv46q .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiuUhv46q .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiuUhv46q .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiuUhv46q .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiuUhv46q .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiuUhv46q .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiuUhv46q .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiuUhv46q .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiuUhv46q .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiuUhv46q .content-wrap {
  min-height: 110px;
}
.cid-uZiuUilocD {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiuUilocD::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiuUilocD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuUilocD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuUilocD .card {
  justify-content: flex-end;
}
.cid-uZiuUilocD .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuUilocD .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiuUilocD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiuUilocD .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiuUilocD .mbr-label {
  color: #ffffff;
}
.cid-uZiuUilocD .mbr-section-title {
  color: #ffffff;
}
.cid-uZiuUilocD .mbr-text {
  color: #ffffff;
}
.cid-uZiuUiDksj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiuUiDksj {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiuUiDksj .item:focus,
.cid-uZiuUiDksj span:focus {
  outline: none;
}
.cid-uZiuUiDksj .item {
  cursor: pointer;
}
.cid-uZiuUiDksj .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiuUiDksj .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiuUiDksj .grid-container-1,
.cid-uZiuUiDksj .grid-container-2,
.cid-uZiuUiDksj .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiuUiDksj .grid-container-1,
  .cid-uZiuUiDksj .grid-container-2,
  .cid-uZiuUiDksj .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiuUiDksj .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiuUiDksj .content-head {
  max-width: 800px;
}
.cid-uZiuUiDksj .container,
.cid-uZiuUiDksj .container-fluid {
  overflow: hidden;
}
.cid-uZiuUiDksj .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiuUiDksj .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiuUiDksj .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiuUiDksj .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuUiDksj .grid-container::before {
    height: 100%;
  }
}
.cid-uZiuUiDksj .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiuUiDksj .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiuUiDksj .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiuUiDksj .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiuUiDksj .grid-item img {
    height: 140px;
  }
}
.cid-uZiuUiDksj .grid-container-1,
.cid-uZiuUiDksj .grid-container-2,
.cid-uZiuUiDksj .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiuUiDksj .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiuUiDksj .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiuUiVv6e {
  background-color: #eeeef4;
}
.cid-uZiuUiVv6e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuUiVv6e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuUiVv6e .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiuUiVv6e .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiuUiVv6e .content-wrapper {
    width: 100%;
  }
}
.cid-uZiuUiVv6e .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiuUiVv6e .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiuUiVv6e .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuUiVv6e .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiuUiVv6e .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiuUiVv6e .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiuUiVv6e .content-wrapper .desc-wrapper::before,
.cid-uZiuUiVv6e .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiuUiVv6e .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiuUiVv6e .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiuUiVv6e .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiuUiVv6e .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiuUiVv6e .mbr-section-title {
  color: #181824;
}
.cid-uZiuUiVv6e .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiuUiVv6e .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiuUiVv6e .mbr-section-title,
.cid-uZiuUiVv6e .mbr-section-btn {
  text-align: center;
}
.cid-uZiuUiVv6e .mbr-section-title,
.cid-uZiuUiVv6e .mbr-section-btn,
.cid-uZiuUiVv6e .logo-wrapper {
  text-align: left;
}
.cid-uZiuUjAYUq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuUjAYUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuUjAYUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuUjAYUq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiuUjAYUq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuUjAYUq .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuUjAYUq .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiuUjAYUq .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiuUjAYUq .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuUjAYUq .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiuUjAYUq .embla__button--next,
.cid-uZiuUjAYUq .embla__button--prev {
  display: flex;
}
.cid-uZiuUjAYUq .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiuUjAYUq .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiuUjAYUq .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiuUjAYUq .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuUjAYUq .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiuUjAYUq .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiuUjAYUq .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuUjAYUq .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiuUjAYUq .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuUjAYUq .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuUjAYUq .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiuUjAYUq .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuUjAYUq .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiuUjAYUq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuUjAYUq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuUjAYUq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuUjAYUq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuUjAYUq .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuUjXLnR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiuUjXLnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuUjXLnR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuUjXLnR .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuUjXLnR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuUjXLnR .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuUjXLnR .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuUjXLnR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuUjXLnR .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuUjXLnR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuUjXLnR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuUjXLnR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiuUjXLnR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuUjXLnR .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuUjXLnR .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiuUjXLnR .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiuUjXLnR .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuUjXLnR .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiuUjXLnR .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiuUjXLnR .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiuUjXLnR .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuUjXLnR .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiuUjXLnR .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiuUjXLnR .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiuUjXLnR .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiuUjXLnR .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuUjXLnR .embla__button--next,
.cid-uZiuUjXLnR .embla__button--prev {
  display: flex;
}
.cid-uZiuUjXLnR .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiuUjXLnR .embla__button {
    top: 0;
  }
}
.cid-uZiuUjXLnR .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiuUjXLnR .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuUjXLnR .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiuUjXLnR .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuUjXLnR .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiuUjXLnR .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuUjXLnR .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiuUjXLnR .embla {
    padding-top: 6rem;
  }
}
.cid-uZiuUjXLnR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuUjXLnR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuUjXLnR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuUjXLnR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuUjXLnR .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuUjXLnR .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuUjXLnR .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuUjXLnR .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuUjXLnR .mbr-text,
.cid-uZiuUjXLnR .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuUjXLnR .card-name {
  color: #ffffff;
}
.cid-uZiuUjXLnR .card-role {
  color: #ffffff;
}
.cid-uZiuUjXLnR .card-text {
  color: #ffffff;
}
.cid-uZiuUkDvFo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuUkDvFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuUkDvFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuUkDvFo .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuUkDvFo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuUkDvFo .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuUkDvFo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuUkDvFo .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuUkDvFo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuUkDvFo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuUkDvFo .items-wrapper {
  align-items: center;
}
.cid-uZiuUkDvFo .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuUkDvFo .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiuUkDvFo .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiuUkDvFo .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiuUkDvFo .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiuUkDvFo .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiuUkDvFo .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiuUkDvFo .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuUkDvFo .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiuUkDvFo .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuUkDvFo .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiuUkDvFo .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuUkDvFo .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiuUkDvFo .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiuUkDvFo .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuUkDvFo .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiuUkDvFo .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiuUkDvFo .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuUkDvFo .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuUkDvFo .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuUkDvFo .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuUkDvFo .mbr-text,
.cid-uZiuUkDvFo .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuUl1KSk {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiuUl1KSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuUl1KSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuUl1KSk .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiuUl1KSk .image-wrap {
    height: 350px;
  }
}
.cid-uZiuUllxlO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuUllxlO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuUllxlO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuUllxlO .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuUllxlO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuUllxlO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuUllxlO .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuUllxlO .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiuUllxlO .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiuUllxlO .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuUllxlO .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiuUllxlO .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiuUllxlO .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiuUllxlO .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiuUllxlO .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiuUllxlO .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuUllxlO .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuUllxlO .card-title_1 {
  color: #ffffff;
}
.cid-uZiuUllxlO .card-title_2 {
  color: #ffffff;
}
.cid-uZiuUllxlO .card-title_3 {
  color: #ffffff;
}
.cid-uZiuUllxlO .card-price_1 {
  color: #ffffff;
}
.cid-uZiuUllxlO .card-price_2 {
  color: #ffffff;
}
.cid-uZiuUllxlO .card-price_3 {
  color: #ffffff;
}
.cid-uZiuUllxlO .card-text_1 {
  color: #ffffff;
}
.cid-uZiuUllxlO .card-text_2 {
  color: #ffffff;
}
.cid-uZiuUllxlO .card-text_3 {
  color: #ffffff;
}
#custom-html-9s {
  /* Type valid CSS here */
}
#custom-html-9s div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-9s p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiuWDqvym {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiuWDqvym nav.navbar {
  position: fixed;
}
.cid-uZiuWDqvym .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuWDqvym .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiuWDqvym .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-uZiuWDqvym .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiuWDqvym .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiuWDqvym .dropdown-item:hover,
.cid-uZiuWDqvym .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiuWDqvym .dropdown-item:hover span {
  color: white;
}
.cid-uZiuWDqvym .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiuWDqvym .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiuWDqvym .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiuWDqvym .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiuWDqvym .nav-link {
  position: relative;
}
.cid-uZiuWDqvym .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiuWDqvym .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiuWDqvym .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiuWDqvym .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiuWDqvym .dropdown-menu,
.cid-uZiuWDqvym .navbar.opened {
  background: #111111 !important;
}
.cid-uZiuWDqvym .nav-item:focus,
.cid-uZiuWDqvym .nav-link:focus {
  outline: none;
}
.cid-uZiuWDqvym .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiuWDqvym .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiuWDqvym .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiuWDqvym .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiuWDqvym .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiuWDqvym .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiuWDqvym .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiuWDqvym .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiuWDqvym .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiuWDqvym .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiuWDqvym .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiuWDqvym .navbar.collapsed {
  justify-content: center;
}
.cid-uZiuWDqvym .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiuWDqvym .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiuWDqvym .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiuWDqvym .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiuWDqvym .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiuWDqvym .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-uZiuWDqvym .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiuWDqvym .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiuWDqvym .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiuWDqvym .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiuWDqvym .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiuWDqvym .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiuWDqvym .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiuWDqvym .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-uZiuWDqvym .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiuWDqvym .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiuWDqvym .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiuWDqvym .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiuWDqvym .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiuWDqvym .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiuWDqvym .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiuWDqvym .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiuWDqvym .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiuWDqvym .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiuWDqvym .navbar-brand .navbar-caption:hover,
.cid-uZiuWDqvym .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuWDqvym .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiuWDqvym .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiuWDqvym .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuWDqvym .dropdown-item.active,
.cid-uZiuWDqvym .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiuWDqvym .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiuWDqvym .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiuWDqvym .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiuWDqvym .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiuWDqvym .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiuWDqvym .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiuWDqvym .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiuWDqvym ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiuWDqvym ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiuWDqvym .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiuWDqvym .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiuWDqvym .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiuWDqvym .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiuWDqvym button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiuWDqvym button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiuWDqvym button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiuWDqvym button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuWDqvym button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuWDqvym button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiuWDqvym nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuWDqvym nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiuWDqvym nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiuWDqvym nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuWDqvym .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiuWDqvym a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuWDqvym .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-uZiuWDqvym .navbar {
    height: 70px;
  }
  .cid-uZiuWDqvym .navbar.opened {
    height: auto;
  }
  .cid-uZiuWDqvym .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiuWDqvym .navbar-nav {
  margin: 0 auto;
}
.cid-uZiuWDqvym .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiuWDqvym .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiuWDqvym .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiuWDqvym .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiuWDqvym .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiuWDqvym .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiuWDqvym .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiuWDqvym .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiuWDqvym .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiuWDqvym .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiuWDqvym .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiuWDqvym .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiuWDqvym .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiuWDqvym .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiuWDqvym .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiuWDqvym .content-wrap {
  min-height: 110px;
}
.cid-uZiuWEfLiA {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiuWEfLiA::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiuWEfLiA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuWEfLiA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuWEfLiA .card {
  justify-content: flex-end;
}
.cid-uZiuWEfLiA .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuWEfLiA .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiuWEfLiA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiuWEfLiA .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiuWEfLiA .mbr-label {
  color: #ffffff;
}
.cid-uZiuWEfLiA .mbr-section-title {
  color: #ffffff;
}
.cid-uZiuWEfLiA .mbr-text {
  color: #ffffff;
}
.cid-uZiuWExGmw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiuWExGmw {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiuWExGmw .item:focus,
.cid-uZiuWExGmw span:focus {
  outline: none;
}
.cid-uZiuWExGmw .item {
  cursor: pointer;
}
.cid-uZiuWExGmw .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiuWExGmw .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiuWExGmw .grid-container-1,
.cid-uZiuWExGmw .grid-container-2,
.cid-uZiuWExGmw .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiuWExGmw .grid-container-1,
  .cid-uZiuWExGmw .grid-container-2,
  .cid-uZiuWExGmw .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiuWExGmw .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiuWExGmw .content-head {
  max-width: 800px;
}
.cid-uZiuWExGmw .container,
.cid-uZiuWExGmw .container-fluid {
  overflow: hidden;
}
.cid-uZiuWExGmw .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiuWExGmw .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiuWExGmw .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiuWExGmw .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuWExGmw .grid-container::before {
    height: 100%;
  }
}
.cid-uZiuWExGmw .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiuWExGmw .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiuWExGmw .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiuWExGmw .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiuWExGmw .grid-item img {
    height: 140px;
  }
}
.cid-uZiuWExGmw .grid-container-1,
.cid-uZiuWExGmw .grid-container-2,
.cid-uZiuWExGmw .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiuWExGmw .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiuWExGmw .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiuWENE88 {
  background-color: #eeeef4;
}
.cid-uZiuWENE88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuWENE88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuWENE88 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiuWENE88 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiuWENE88 .content-wrapper {
    width: 100%;
  }
}
.cid-uZiuWENE88 .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiuWENE88 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiuWENE88 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuWENE88 .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiuWENE88 .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiuWENE88 .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiuWENE88 .content-wrapper .desc-wrapper::before,
.cid-uZiuWENE88 .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiuWENE88 .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiuWENE88 .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiuWENE88 .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiuWENE88 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiuWENE88 .mbr-section-title {
  color: #181824;
}
.cid-uZiuWENE88 .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiuWENE88 .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiuWENE88 .mbr-section-title,
.cid-uZiuWENE88 .mbr-section-btn {
  text-align: center;
}
.cid-uZiuWENE88 .mbr-section-title,
.cid-uZiuWENE88 .mbr-section-btn,
.cid-uZiuWENE88 .logo-wrapper {
  text-align: left;
}
.cid-uZiuWFsaj1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuWFsaj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuWFsaj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuWFsaj1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiuWFsaj1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuWFsaj1 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuWFsaj1 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiuWFsaj1 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiuWFsaj1 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuWFsaj1 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiuWFsaj1 .embla__button--next,
.cid-uZiuWFsaj1 .embla__button--prev {
  display: flex;
}
.cid-uZiuWFsaj1 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiuWFsaj1 .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiuWFsaj1 .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiuWFsaj1 .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuWFsaj1 .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiuWFsaj1 .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiuWFsaj1 .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuWFsaj1 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiuWFsaj1 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuWFsaj1 .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuWFsaj1 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiuWFsaj1 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuWFsaj1 .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiuWFsaj1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuWFsaj1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuWFsaj1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuWFsaj1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuWFsaj1 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuWFOzsi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiuWFOzsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuWFOzsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuWFOzsi .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuWFOzsi .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuWFOzsi .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuWFOzsi .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuWFOzsi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuWFOzsi .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuWFOzsi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuWFOzsi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuWFOzsi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiuWFOzsi .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuWFOzsi .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuWFOzsi .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiuWFOzsi .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiuWFOzsi .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuWFOzsi .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiuWFOzsi .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiuWFOzsi .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiuWFOzsi .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuWFOzsi .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiuWFOzsi .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiuWFOzsi .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiuWFOzsi .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiuWFOzsi .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuWFOzsi .embla__button--next,
.cid-uZiuWFOzsi .embla__button--prev {
  display: flex;
}
.cid-uZiuWFOzsi .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiuWFOzsi .embla__button {
    top: 0;
  }
}
.cid-uZiuWFOzsi .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiuWFOzsi .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuWFOzsi .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiuWFOzsi .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuWFOzsi .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiuWFOzsi .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuWFOzsi .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiuWFOzsi .embla {
    padding-top: 6rem;
  }
}
.cid-uZiuWFOzsi .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuWFOzsi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuWFOzsi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuWFOzsi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuWFOzsi .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuWFOzsi .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuWFOzsi .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuWFOzsi .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuWFOzsi .mbr-text,
.cid-uZiuWFOzsi .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuWFOzsi .card-name {
  color: #ffffff;
}
.cid-uZiuWFOzsi .card-role {
  color: #ffffff;
}
.cid-uZiuWFOzsi .card-text {
  color: #ffffff;
}
.cid-uZiuWGrZy8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuWGrZy8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuWGrZy8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuWGrZy8 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuWGrZy8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuWGrZy8 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuWGrZy8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuWGrZy8 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuWGrZy8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuWGrZy8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuWGrZy8 .items-wrapper {
  align-items: center;
}
.cid-uZiuWGrZy8 .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuWGrZy8 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiuWGrZy8 .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiuWGrZy8 .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiuWGrZy8 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiuWGrZy8 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiuWGrZy8 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiuWGrZy8 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuWGrZy8 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiuWGrZy8 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuWGrZy8 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiuWGrZy8 .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuWGrZy8 .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiuWGrZy8 .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiuWGrZy8 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuWGrZy8 .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiuWGrZy8 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiuWGrZy8 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuWGrZy8 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuWGrZy8 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuWGrZy8 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuWGrZy8 .mbr-text,
.cid-uZiuWGrZy8 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuWGOX39 {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiuWGOX39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuWGOX39 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuWGOX39 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiuWGOX39 .image-wrap {
    height: 350px;
  }
}
.cid-uZiuWH49GA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuWH49GA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuWH49GA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuWH49GA .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuWH49GA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuWH49GA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuWH49GA .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuWH49GA .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiuWH49GA .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiuWH49GA .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuWH49GA .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiuWH49GA .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiuWH49GA .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiuWH49GA .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiuWH49GA .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiuWH49GA .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuWH49GA .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuWH49GA .card-title_1 {
  color: #ffffff;
}
.cid-uZiuWH49GA .card-title_2 {
  color: #ffffff;
}
.cid-uZiuWH49GA .card-title_3 {
  color: #ffffff;
}
.cid-uZiuWH49GA .card-price_1 {
  color: #ffffff;
}
.cid-uZiuWH49GA .card-price_2 {
  color: #ffffff;
}
.cid-uZiuWH49GA .card-price_3 {
  color: #ffffff;
}
.cid-uZiuWH49GA .card-text_1 {
  color: #ffffff;
}
.cid-uZiuWH49GA .card-text_2 {
  color: #ffffff;
}
.cid-uZiuWH49GA .card-text_3 {
  color: #ffffff;
}
#custom-html-a2 {
  /* Type valid CSS here */
}
#custom-html-a2 div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-a2 p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiuZ5b2KN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiuZ5b2KN nav.navbar {
  position: fixed;
}
.cid-uZiuZ5b2KN .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuZ5b2KN .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiuZ5b2KN .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-uZiuZ5b2KN .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiuZ5b2KN .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiuZ5b2KN .dropdown-item:hover,
.cid-uZiuZ5b2KN .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiuZ5b2KN .dropdown-item:hover span {
  color: white;
}
.cid-uZiuZ5b2KN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiuZ5b2KN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiuZ5b2KN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiuZ5b2KN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiuZ5b2KN .nav-link {
  position: relative;
}
.cid-uZiuZ5b2KN .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiuZ5b2KN .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiuZ5b2KN .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiuZ5b2KN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiuZ5b2KN .dropdown-menu,
.cid-uZiuZ5b2KN .navbar.opened {
  background: #111111 !important;
}
.cid-uZiuZ5b2KN .nav-item:focus,
.cid-uZiuZ5b2KN .nav-link:focus {
  outline: none;
}
.cid-uZiuZ5b2KN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiuZ5b2KN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiuZ5b2KN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiuZ5b2KN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiuZ5b2KN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiuZ5b2KN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiuZ5b2KN .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiuZ5b2KN .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiuZ5b2KN .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiuZ5b2KN .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiuZ5b2KN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiuZ5b2KN .navbar.collapsed {
  justify-content: center;
}
.cid-uZiuZ5b2KN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiuZ5b2KN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiuZ5b2KN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiuZ5b2KN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiuZ5b2KN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiuZ5b2KN .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-uZiuZ5b2KN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiuZ5b2KN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiuZ5b2KN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiuZ5b2KN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiuZ5b2KN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiuZ5b2KN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiuZ5b2KN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiuZ5b2KN .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-uZiuZ5b2KN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiuZ5b2KN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiuZ5b2KN .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiuZ5b2KN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiuZ5b2KN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiuZ5b2KN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiuZ5b2KN .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiuZ5b2KN .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiuZ5b2KN .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiuZ5b2KN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiuZ5b2KN .navbar-brand .navbar-caption:hover,
.cid-uZiuZ5b2KN .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuZ5b2KN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiuZ5b2KN .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiuZ5b2KN .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiuZ5b2KN .dropdown-item.active,
.cid-uZiuZ5b2KN .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiuZ5b2KN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiuZ5b2KN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiuZ5b2KN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiuZ5b2KN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiuZ5b2KN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiuZ5b2KN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiuZ5b2KN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiuZ5b2KN ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiuZ5b2KN ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiuZ5b2KN .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiuZ5b2KN .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiuZ5b2KN .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiuZ5b2KN .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiuZ5b2KN button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiuZ5b2KN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiuZ5b2KN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiuZ5b2KN button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuZ5b2KN button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiuZ5b2KN button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiuZ5b2KN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuZ5b2KN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiuZ5b2KN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiuZ5b2KN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiuZ5b2KN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiuZ5b2KN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuZ5b2KN .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-uZiuZ5b2KN .navbar {
    height: 70px;
  }
  .cid-uZiuZ5b2KN .navbar.opened {
    height: auto;
  }
  .cid-uZiuZ5b2KN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiuZ5b2KN .navbar-nav {
  margin: 0 auto;
}
.cid-uZiuZ5b2KN .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiuZ5b2KN .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiuZ5b2KN .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiuZ5b2KN .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiuZ5b2KN .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiuZ5b2KN .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiuZ5b2KN .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiuZ5b2KN .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiuZ5b2KN .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiuZ5b2KN .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiuZ5b2KN .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiuZ5b2KN .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiuZ5b2KN .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiuZ5b2KN .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiuZ5b2KN .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiuZ5b2KN .content-wrap {
  min-height: 110px;
}
.cid-uZiuZ62xij {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiuZ62xij::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiuZ62xij .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuZ62xij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuZ62xij .card {
  justify-content: flex-end;
}
.cid-uZiuZ62xij .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuZ62xij .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiuZ62xij .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiuZ62xij .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiuZ62xij .mbr-label {
  color: #ffffff;
}
.cid-uZiuZ62xij .mbr-section-title {
  color: #ffffff;
}
.cid-uZiuZ62xij .mbr-text {
  color: #ffffff;
}
.cid-uZiuZ6kcjF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiuZ6kcjF {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiuZ6kcjF .item:focus,
.cid-uZiuZ6kcjF span:focus {
  outline: none;
}
.cid-uZiuZ6kcjF .item {
  cursor: pointer;
}
.cid-uZiuZ6kcjF .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiuZ6kcjF .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiuZ6kcjF .grid-container-1,
.cid-uZiuZ6kcjF .grid-container-2,
.cid-uZiuZ6kcjF .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiuZ6kcjF .grid-container-1,
  .cid-uZiuZ6kcjF .grid-container-2,
  .cid-uZiuZ6kcjF .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiuZ6kcjF .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiuZ6kcjF .content-head {
  max-width: 800px;
}
.cid-uZiuZ6kcjF .container,
.cid-uZiuZ6kcjF .container-fluid {
  overflow: hidden;
}
.cid-uZiuZ6kcjF .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiuZ6kcjF .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiuZ6kcjF .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiuZ6kcjF .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuZ6kcjF .grid-container::before {
    height: 100%;
  }
}
.cid-uZiuZ6kcjF .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiuZ6kcjF .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiuZ6kcjF .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiuZ6kcjF .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiuZ6kcjF .grid-item img {
    height: 140px;
  }
}
.cid-uZiuZ6kcjF .grid-container-1,
.cid-uZiuZ6kcjF .grid-container-2,
.cid-uZiuZ6kcjF .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiuZ6kcjF .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiuZ6kcjF .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiuZ6AxHI {
  background-color: #eeeef4;
}
.cid-uZiuZ6AxHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuZ6AxHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuZ6AxHI .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiuZ6AxHI .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiuZ6AxHI .content-wrapper {
    width: 100%;
  }
}
.cid-uZiuZ6AxHI .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiuZ6AxHI .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiuZ6AxHI .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuZ6AxHI .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiuZ6AxHI .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiuZ6AxHI .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiuZ6AxHI .content-wrapper .desc-wrapper::before,
.cid-uZiuZ6AxHI .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiuZ6AxHI .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiuZ6AxHI .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiuZ6AxHI .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiuZ6AxHI .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiuZ6AxHI .mbr-section-title {
  color: #181824;
}
.cid-uZiuZ6AxHI .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiuZ6AxHI .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiuZ6AxHI .mbr-section-title,
.cid-uZiuZ6AxHI .mbr-section-btn {
  text-align: center;
}
.cid-uZiuZ6AxHI .mbr-section-title,
.cid-uZiuZ6AxHI .mbr-section-btn,
.cid-uZiuZ6AxHI .logo-wrapper {
  text-align: left;
}
.cid-uZiuZ7e7RA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuZ7e7RA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuZ7e7RA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuZ7e7RA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiuZ7e7RA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuZ7e7RA .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuZ7e7RA .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiuZ7e7RA .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiuZ7e7RA .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuZ7e7RA .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiuZ7e7RA .embla__button--next,
.cid-uZiuZ7e7RA .embla__button--prev {
  display: flex;
}
.cid-uZiuZ7e7RA .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiuZ7e7RA .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiuZ7e7RA .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiuZ7e7RA .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuZ7e7RA .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiuZ7e7RA .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiuZ7e7RA .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuZ7e7RA .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiuZ7e7RA .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuZ7e7RA .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuZ7e7RA .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiuZ7e7RA .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuZ7e7RA .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiuZ7e7RA .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuZ7e7RA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuZ7e7RA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuZ7e7RA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuZ7e7RA .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuZ7zQj1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiuZ7zQj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuZ7zQj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuZ7zQj1 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuZ7zQj1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuZ7zQj1 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiuZ7zQj1 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuZ7zQj1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuZ7zQj1 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuZ7zQj1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuZ7zQj1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuZ7zQj1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiuZ7zQj1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiuZ7zQj1 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiuZ7zQj1 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiuZ7zQj1 .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiuZ7zQj1 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuZ7zQj1 .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiuZ7zQj1 .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiuZ7zQj1 .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiuZ7zQj1 .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuZ7zQj1 .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiuZ7zQj1 .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiuZ7zQj1 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiuZ7zQj1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiuZ7zQj1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuZ7zQj1 .embla__button--next,
.cid-uZiuZ7zQj1 .embla__button--prev {
  display: flex;
}
.cid-uZiuZ7zQj1 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiuZ7zQj1 .embla__button {
    top: 0;
  }
}
.cid-uZiuZ7zQj1 .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiuZ7zQj1 .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiuZ7zQj1 .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiuZ7zQj1 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiuZ7zQj1 .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiuZ7zQj1 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiuZ7zQj1 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiuZ7zQj1 .embla {
    padding-top: 6rem;
  }
}
.cid-uZiuZ7zQj1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiuZ7zQj1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiuZ7zQj1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiuZ7zQj1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiuZ7zQj1 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiuZ7zQj1 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuZ7zQj1 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuZ7zQj1 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuZ7zQj1 .mbr-text,
.cid-uZiuZ7zQj1 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuZ7zQj1 .card-name {
  color: #ffffff;
}
.cid-uZiuZ7zQj1 .card-role {
  color: #ffffff;
}
.cid-uZiuZ7zQj1 .card-text {
  color: #ffffff;
}
.cid-uZiuZ8iZSp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuZ8iZSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuZ8iZSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuZ8iZSp .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuZ8iZSp .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuZ8iZSp .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiuZ8iZSp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuZ8iZSp .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuZ8iZSp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiuZ8iZSp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiuZ8iZSp .items-wrapper {
  align-items: center;
}
.cid-uZiuZ8iZSp .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiuZ8iZSp .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiuZ8iZSp .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiuZ8iZSp .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiuZ8iZSp .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiuZ8iZSp .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiuZ8iZSp .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiuZ8iZSp .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuZ8iZSp .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiuZ8iZSp .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiuZ8iZSp .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiuZ8iZSp .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiuZ8iZSp .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiuZ8iZSp .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiuZ8iZSp .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiuZ8iZSp .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiuZ8iZSp .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiuZ8iZSp .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiuZ8iZSp .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiuZ8iZSp .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuZ8iZSp .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuZ8iZSp .mbr-text,
.cid-uZiuZ8iZSp .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiuZ8GE2G {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiuZ8GE2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuZ8GE2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuZ8GE2G .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiuZ8GE2G .image-wrap {
    height: 350px;
  }
}
.cid-uZiuZ8X274 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiuZ8X274 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiuZ8X274 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiuZ8X274 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiuZ8X274 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiuZ8X274 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiuZ8X274 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiuZ8X274 .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiuZ8X274 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiuZ8X274 .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiuZ8X274 .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiuZ8X274 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiuZ8X274 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiuZ8X274 .card-title_1 {
  color: #ffffff;
}
.cid-uZiuZ8X274 .card-title_2 {
  color: #ffffff;
}
.cid-uZiuZ8X274 .card-title_3 {
  color: #ffffff;
}
.cid-uZiuZ8X274 .card-price_1 {
  color: #ffffff;
}
.cid-uZiuZ8X274 .card-price_2 {
  color: #ffffff;
}
.cid-uZiuZ8X274 .card-price_3 {
  color: #ffffff;
}
.cid-uZiuZ8X274 .card-text_1 {
  color: #ffffff;
}
.cid-uZiuZ8X274 .card-text_2 {
  color: #ffffff;
}
.cid-uZiuZ8X274 .card-text_3 {
  color: #ffffff;
}
#custom-html-ac {
  /* Type valid CSS here */
}
#custom-html-ac div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-ac p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiv1X61HT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiv1X61HT nav.navbar {
  position: fixed;
}
.cid-uZiv1X61HT .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiv1X61HT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiv1X61HT .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-uZiv1X61HT .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiv1X61HT .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiv1X61HT .dropdown-item:hover,
.cid-uZiv1X61HT .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiv1X61HT .dropdown-item:hover span {
  color: white;
}
.cid-uZiv1X61HT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiv1X61HT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiv1X61HT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiv1X61HT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiv1X61HT .nav-link {
  position: relative;
}
.cid-uZiv1X61HT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiv1X61HT .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiv1X61HT .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiv1X61HT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiv1X61HT .dropdown-menu,
.cid-uZiv1X61HT .navbar.opened {
  background: #111111 !important;
}
.cid-uZiv1X61HT .nav-item:focus,
.cid-uZiv1X61HT .nav-link:focus {
  outline: none;
}
.cid-uZiv1X61HT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiv1X61HT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiv1X61HT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiv1X61HT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiv1X61HT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiv1X61HT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiv1X61HT .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiv1X61HT .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiv1X61HT .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiv1X61HT .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiv1X61HT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiv1X61HT .navbar.collapsed {
  justify-content: center;
}
.cid-uZiv1X61HT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiv1X61HT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiv1X61HT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiv1X61HT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiv1X61HT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiv1X61HT .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-uZiv1X61HT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiv1X61HT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiv1X61HT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiv1X61HT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiv1X61HT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiv1X61HT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiv1X61HT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiv1X61HT .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-uZiv1X61HT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiv1X61HT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiv1X61HT .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiv1X61HT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiv1X61HT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiv1X61HT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiv1X61HT .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiv1X61HT .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiv1X61HT .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiv1X61HT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiv1X61HT .navbar-brand .navbar-caption:hover,
.cid-uZiv1X61HT .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiv1X61HT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiv1X61HT .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiv1X61HT .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiv1X61HT .dropdown-item.active,
.cid-uZiv1X61HT .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiv1X61HT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiv1X61HT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiv1X61HT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiv1X61HT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiv1X61HT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiv1X61HT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiv1X61HT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiv1X61HT ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiv1X61HT ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiv1X61HT .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiv1X61HT .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiv1X61HT .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiv1X61HT .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiv1X61HT button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiv1X61HT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiv1X61HT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiv1X61HT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiv1X61HT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiv1X61HT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiv1X61HT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiv1X61HT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiv1X61HT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiv1X61HT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiv1X61HT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiv1X61HT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiv1X61HT .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-uZiv1X61HT .navbar {
    height: 70px;
  }
  .cid-uZiv1X61HT .navbar.opened {
    height: auto;
  }
  .cid-uZiv1X61HT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiv1X61HT .navbar-nav {
  margin: 0 auto;
}
.cid-uZiv1X61HT .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiv1X61HT .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiv1X61HT .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiv1X61HT .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiv1X61HT .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiv1X61HT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiv1X61HT .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiv1X61HT .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiv1X61HT .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiv1X61HT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiv1X61HT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiv1X61HT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiv1X61HT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiv1X61HT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiv1X61HT .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiv1X61HT .content-wrap {
  min-height: 110px;
}
.cid-uZiv1XW4vf {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiv1XW4vf::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiv1XW4vf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv1XW4vf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv1XW4vf .card {
  justify-content: flex-end;
}
.cid-uZiv1XW4vf .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiv1XW4vf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiv1XW4vf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiv1XW4vf .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiv1XW4vf .mbr-label {
  color: #ffffff;
}
.cid-uZiv1XW4vf .mbr-section-title {
  color: #ffffff;
}
.cid-uZiv1XW4vf .mbr-text {
  color: #ffffff;
}
.cid-uZiv1YdAXl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiv1YdAXl {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiv1YdAXl .item:focus,
.cid-uZiv1YdAXl span:focus {
  outline: none;
}
.cid-uZiv1YdAXl .item {
  cursor: pointer;
}
.cid-uZiv1YdAXl .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiv1YdAXl .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiv1YdAXl .grid-container-1,
.cid-uZiv1YdAXl .grid-container-2,
.cid-uZiv1YdAXl .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiv1YdAXl .grid-container-1,
  .cid-uZiv1YdAXl .grid-container-2,
  .cid-uZiv1YdAXl .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiv1YdAXl .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiv1YdAXl .content-head {
  max-width: 800px;
}
.cid-uZiv1YdAXl .container,
.cid-uZiv1YdAXl .container-fluid {
  overflow: hidden;
}
.cid-uZiv1YdAXl .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiv1YdAXl .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiv1YdAXl .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiv1YdAXl .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiv1YdAXl .grid-container::before {
    height: 100%;
  }
}
.cid-uZiv1YdAXl .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiv1YdAXl .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiv1YdAXl .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiv1YdAXl .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiv1YdAXl .grid-item img {
    height: 140px;
  }
}
.cid-uZiv1YdAXl .grid-container-1,
.cid-uZiv1YdAXl .grid-container-2,
.cid-uZiv1YdAXl .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiv1YdAXl .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiv1YdAXl .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiv1YuNiU {
  background-color: #eeeef4;
}
.cid-uZiv1YuNiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv1YuNiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv1YuNiU .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiv1YuNiU .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiv1YuNiU .content-wrapper {
    width: 100%;
  }
}
.cid-uZiv1YuNiU .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiv1YuNiU .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiv1YuNiU .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiv1YuNiU .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiv1YuNiU .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiv1YuNiU .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiv1YuNiU .content-wrapper .desc-wrapper::before,
.cid-uZiv1YuNiU .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiv1YuNiU .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiv1YuNiU .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiv1YuNiU .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiv1YuNiU .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiv1YuNiU .mbr-section-title {
  color: #181824;
}
.cid-uZiv1YuNiU .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiv1YuNiU .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiv1YuNiU .mbr-section-title,
.cid-uZiv1YuNiU .mbr-section-btn {
  text-align: center;
}
.cid-uZiv1YuNiU .mbr-section-title,
.cid-uZiv1YuNiU .mbr-section-btn,
.cid-uZiv1YuNiU .logo-wrapper {
  text-align: left;
}
.cid-uZiv1Z9aTu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiv1Z9aTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv1Z9aTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv1Z9aTu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiv1Z9aTu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiv1Z9aTu .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiv1Z9aTu .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiv1Z9aTu .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiv1Z9aTu .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiv1Z9aTu .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiv1Z9aTu .embla__button--next,
.cid-uZiv1Z9aTu .embla__button--prev {
  display: flex;
}
.cid-uZiv1Z9aTu .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiv1Z9aTu .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiv1Z9aTu .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiv1Z9aTu .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiv1Z9aTu .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiv1Z9aTu .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiv1Z9aTu .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiv1Z9aTu .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiv1Z9aTu .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiv1Z9aTu .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiv1Z9aTu .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiv1Z9aTu .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiv1Z9aTu .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiv1Z9aTu .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiv1Z9aTu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiv1Z9aTu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiv1Z9aTu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiv1Z9aTu .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiv1ZvHev {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiv1ZvHev .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv1ZvHev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv1ZvHev .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiv1ZvHev .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiv1ZvHev .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiv1ZvHev .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiv1ZvHev .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiv1ZvHev .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiv1ZvHev .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiv1ZvHev .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiv1ZvHev .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiv1ZvHev .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiv1ZvHev .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiv1ZvHev .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiv1ZvHev .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiv1ZvHev .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiv1ZvHev .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiv1ZvHev .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiv1ZvHev .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiv1ZvHev .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiv1ZvHev .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiv1ZvHev .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiv1ZvHev .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiv1ZvHev .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiv1ZvHev .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiv1ZvHev .embla__button--next,
.cid-uZiv1ZvHev .embla__button--prev {
  display: flex;
}
.cid-uZiv1ZvHev .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiv1ZvHev .embla__button {
    top: 0;
  }
}
.cid-uZiv1ZvHev .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiv1ZvHev .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiv1ZvHev .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiv1ZvHev .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiv1ZvHev .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiv1ZvHev .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiv1ZvHev .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiv1ZvHev .embla {
    padding-top: 6rem;
  }
}
.cid-uZiv1ZvHev .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiv1ZvHev .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiv1ZvHev .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiv1ZvHev .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiv1ZvHev .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiv1ZvHev .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiv1ZvHev .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiv1ZvHev .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiv1ZvHev .mbr-text,
.cid-uZiv1ZvHev .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiv1ZvHev .card-name {
  color: #ffffff;
}
.cid-uZiv1ZvHev .card-role {
  color: #ffffff;
}
.cid-uZiv1ZvHev .card-text {
  color: #ffffff;
}
.cid-uZiv20bNyG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiv20bNyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv20bNyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv20bNyG .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiv20bNyG .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiv20bNyG .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiv20bNyG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiv20bNyG .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiv20bNyG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiv20bNyG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiv20bNyG .items-wrapper {
  align-items: center;
}
.cid-uZiv20bNyG .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiv20bNyG .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiv20bNyG .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiv20bNyG .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiv20bNyG .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiv20bNyG .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiv20bNyG .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiv20bNyG .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiv20bNyG .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiv20bNyG .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiv20bNyG .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiv20bNyG .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiv20bNyG .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiv20bNyG .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiv20bNyG .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiv20bNyG .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiv20bNyG .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiv20bNyG .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiv20bNyG .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiv20bNyG .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiv20bNyG .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiv20bNyG .mbr-text,
.cid-uZiv20bNyG .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiv20zbm3 {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiv20zbm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv20zbm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv20zbm3 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiv20zbm3 .image-wrap {
    height: 350px;
  }
}
.cid-uZiv20QS66 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiv20QS66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv20QS66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv20QS66 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiv20QS66 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiv20QS66 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiv20QS66 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiv20QS66 .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiv20QS66 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiv20QS66 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiv20QS66 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiv20QS66 .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiv20QS66 .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiv20QS66 .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiv20QS66 .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiv20QS66 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiv20QS66 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiv20QS66 .card-title_1 {
  color: #ffffff;
}
.cid-uZiv20QS66 .card-title_2 {
  color: #ffffff;
}
.cid-uZiv20QS66 .card-title_3 {
  color: #ffffff;
}
.cid-uZiv20QS66 .card-price_1 {
  color: #ffffff;
}
.cid-uZiv20QS66 .card-price_2 {
  color: #ffffff;
}
.cid-uZiv20QS66 .card-price_3 {
  color: #ffffff;
}
.cid-uZiv20QS66 .card-text_1 {
  color: #ffffff;
}
.cid-uZiv20QS66 .card-text_2 {
  color: #ffffff;
}
.cid-uZiv20QS66 .card-text_3 {
  color: #ffffff;
}
#custom-html-am {
  /* Type valid CSS here */
}
#custom-html-am div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-am p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiv4uTemW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiv4uTemW nav.navbar {
  position: fixed;
}
.cid-uZiv4uTemW .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiv4uTemW .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiv4uTemW .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-uZiv4uTemW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiv4uTemW .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiv4uTemW .dropdown-item:hover,
.cid-uZiv4uTemW .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiv4uTemW .dropdown-item:hover span {
  color: white;
}
.cid-uZiv4uTemW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiv4uTemW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiv4uTemW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiv4uTemW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiv4uTemW .nav-link {
  position: relative;
}
.cid-uZiv4uTemW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiv4uTemW .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiv4uTemW .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiv4uTemW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiv4uTemW .dropdown-menu,
.cid-uZiv4uTemW .navbar.opened {
  background: #111111 !important;
}
.cid-uZiv4uTemW .nav-item:focus,
.cid-uZiv4uTemW .nav-link:focus {
  outline: none;
}
.cid-uZiv4uTemW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiv4uTemW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiv4uTemW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiv4uTemW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiv4uTemW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiv4uTemW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiv4uTemW .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiv4uTemW .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiv4uTemW .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiv4uTemW .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiv4uTemW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiv4uTemW .navbar.collapsed {
  justify-content: center;
}
.cid-uZiv4uTemW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiv4uTemW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiv4uTemW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiv4uTemW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiv4uTemW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiv4uTemW .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-uZiv4uTemW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiv4uTemW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiv4uTemW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiv4uTemW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiv4uTemW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiv4uTemW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiv4uTemW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiv4uTemW .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-uZiv4uTemW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiv4uTemW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiv4uTemW .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiv4uTemW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiv4uTemW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiv4uTemW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiv4uTemW .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiv4uTemW .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiv4uTemW .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiv4uTemW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiv4uTemW .navbar-brand .navbar-caption:hover,
.cid-uZiv4uTemW .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiv4uTemW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiv4uTemW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiv4uTemW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiv4uTemW .dropdown-item.active,
.cid-uZiv4uTemW .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiv4uTemW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiv4uTemW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiv4uTemW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiv4uTemW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiv4uTemW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiv4uTemW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiv4uTemW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiv4uTemW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiv4uTemW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiv4uTemW .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiv4uTemW .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiv4uTemW .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiv4uTemW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiv4uTemW button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiv4uTemW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiv4uTemW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiv4uTemW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiv4uTemW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiv4uTemW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiv4uTemW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiv4uTemW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiv4uTemW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiv4uTemW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiv4uTemW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiv4uTemW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiv4uTemW .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-uZiv4uTemW .navbar {
    height: 70px;
  }
  .cid-uZiv4uTemW .navbar.opened {
    height: auto;
  }
  .cid-uZiv4uTemW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiv4uTemW .navbar-nav {
  margin: 0 auto;
}
.cid-uZiv4uTemW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiv4uTemW .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiv4uTemW .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiv4uTemW .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiv4uTemW .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiv4uTemW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiv4uTemW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiv4uTemW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiv4uTemW .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiv4uTemW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiv4uTemW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiv4uTemW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiv4uTemW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiv4uTemW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiv4uTemW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiv4uTemW .content-wrap {
  min-height: 110px;
}
.cid-uZiv4vPGdF {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiv4vPGdF::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiv4vPGdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv4vPGdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv4vPGdF .card {
  justify-content: flex-end;
}
.cid-uZiv4vPGdF .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiv4vPGdF .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiv4vPGdF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiv4vPGdF .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiv4vPGdF .mbr-label {
  color: #ffffff;
}
.cid-uZiv4vPGdF .mbr-section-title {
  color: #ffffff;
}
.cid-uZiv4vPGdF .mbr-text {
  color: #ffffff;
}
.cid-uZiv4w8kwE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiv4w8kwE {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiv4w8kwE .item:focus,
.cid-uZiv4w8kwE span:focus {
  outline: none;
}
.cid-uZiv4w8kwE .item {
  cursor: pointer;
}
.cid-uZiv4w8kwE .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiv4w8kwE .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiv4w8kwE .grid-container-1,
.cid-uZiv4w8kwE .grid-container-2,
.cid-uZiv4w8kwE .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiv4w8kwE .grid-container-1,
  .cid-uZiv4w8kwE .grid-container-2,
  .cid-uZiv4w8kwE .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiv4w8kwE .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiv4w8kwE .content-head {
  max-width: 800px;
}
.cid-uZiv4w8kwE .container,
.cid-uZiv4w8kwE .container-fluid {
  overflow: hidden;
}
.cid-uZiv4w8kwE .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiv4w8kwE .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiv4w8kwE .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiv4w8kwE .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiv4w8kwE .grid-container::before {
    height: 100%;
  }
}
.cid-uZiv4w8kwE .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiv4w8kwE .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiv4w8kwE .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiv4w8kwE .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiv4w8kwE .grid-item img {
    height: 140px;
  }
}
.cid-uZiv4w8kwE .grid-container-1,
.cid-uZiv4w8kwE .grid-container-2,
.cid-uZiv4w8kwE .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiv4w8kwE .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiv4w8kwE .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiv4wpInS {
  background-color: #eeeef4;
}
.cid-uZiv4wpInS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv4wpInS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv4wpInS .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiv4wpInS .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiv4wpInS .content-wrapper {
    width: 100%;
  }
}
.cid-uZiv4wpInS .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiv4wpInS .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiv4wpInS .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiv4wpInS .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiv4wpInS .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiv4wpInS .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiv4wpInS .content-wrapper .desc-wrapper::before,
.cid-uZiv4wpInS .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiv4wpInS .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiv4wpInS .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiv4wpInS .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiv4wpInS .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiv4wpInS .mbr-section-title {
  color: #181824;
}
.cid-uZiv4wpInS .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiv4wpInS .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiv4wpInS .mbr-section-title,
.cid-uZiv4wpInS .mbr-section-btn {
  text-align: center;
}
.cid-uZiv4wpInS .mbr-section-title,
.cid-uZiv4wpInS .mbr-section-btn,
.cid-uZiv4wpInS .logo-wrapper {
  text-align: left;
}
.cid-uZiv4x2Sxz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiv4x2Sxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv4x2Sxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv4x2Sxz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiv4x2Sxz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiv4x2Sxz .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiv4x2Sxz .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiv4x2Sxz .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiv4x2Sxz .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiv4x2Sxz .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiv4x2Sxz .embla__button--next,
.cid-uZiv4x2Sxz .embla__button--prev {
  display: flex;
}
.cid-uZiv4x2Sxz .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiv4x2Sxz .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiv4x2Sxz .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiv4x2Sxz .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiv4x2Sxz .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiv4x2Sxz .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiv4x2Sxz .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiv4x2Sxz .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiv4x2Sxz .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiv4x2Sxz .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiv4x2Sxz .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiv4x2Sxz .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiv4x2Sxz .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiv4x2Sxz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiv4x2Sxz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiv4x2Sxz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiv4x2Sxz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiv4x2Sxz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiv4xqObo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiv4xqObo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv4xqObo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv4xqObo .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiv4xqObo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiv4xqObo .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiv4xqObo .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiv4xqObo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiv4xqObo .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiv4xqObo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiv4xqObo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiv4xqObo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiv4xqObo .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiv4xqObo .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiv4xqObo .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiv4xqObo .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiv4xqObo .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiv4xqObo .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiv4xqObo .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiv4xqObo .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiv4xqObo .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiv4xqObo .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiv4xqObo .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiv4xqObo .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiv4xqObo .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiv4xqObo .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiv4xqObo .embla__button--next,
.cid-uZiv4xqObo .embla__button--prev {
  display: flex;
}
.cid-uZiv4xqObo .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiv4xqObo .embla__button {
    top: 0;
  }
}
.cid-uZiv4xqObo .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiv4xqObo .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiv4xqObo .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiv4xqObo .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiv4xqObo .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiv4xqObo .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiv4xqObo .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiv4xqObo .embla {
    padding-top: 6rem;
  }
}
.cid-uZiv4xqObo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiv4xqObo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiv4xqObo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiv4xqObo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiv4xqObo .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiv4xqObo .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiv4xqObo .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiv4xqObo .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiv4xqObo .mbr-text,
.cid-uZiv4xqObo .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiv4xqObo .card-name {
  color: #ffffff;
}
.cid-uZiv4xqObo .card-role {
  color: #ffffff;
}
.cid-uZiv4xqObo .card-text {
  color: #ffffff;
}
.cid-uZiv4y8hqZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiv4y8hqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv4y8hqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv4y8hqZ .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiv4y8hqZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiv4y8hqZ .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiv4y8hqZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiv4y8hqZ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiv4y8hqZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiv4y8hqZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiv4y8hqZ .items-wrapper {
  align-items: center;
}
.cid-uZiv4y8hqZ .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiv4y8hqZ .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiv4y8hqZ .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiv4y8hqZ .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiv4y8hqZ .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiv4y8hqZ .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiv4y8hqZ .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiv4y8hqZ .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiv4y8hqZ .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiv4y8hqZ .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiv4y8hqZ .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiv4y8hqZ .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiv4y8hqZ .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiv4y8hqZ .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiv4y8hqZ .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiv4y8hqZ .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiv4y8hqZ .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiv4y8hqZ .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiv4y8hqZ .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiv4y8hqZ .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiv4y8hqZ .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiv4y8hqZ .mbr-text,
.cid-uZiv4y8hqZ .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiv4ywZ3o {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiv4ywZ3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv4ywZ3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv4ywZ3o .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiv4ywZ3o .image-wrap {
    height: 350px;
  }
}
.cid-uZiv4yNvDc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiv4yNvDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv4yNvDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv4yNvDc .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiv4yNvDc .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiv4yNvDc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiv4yNvDc .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiv4yNvDc .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiv4yNvDc .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiv4yNvDc .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiv4yNvDc .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiv4yNvDc .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiv4yNvDc .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiv4yNvDc .card-title_1 {
  color: #ffffff;
}
.cid-uZiv4yNvDc .card-title_2 {
  color: #ffffff;
}
.cid-uZiv4yNvDc .card-title_3 {
  color: #ffffff;
}
.cid-uZiv4yNvDc .card-price_1 {
  color: #ffffff;
}
.cid-uZiv4yNvDc .card-price_2 {
  color: #ffffff;
}
.cid-uZiv4yNvDc .card-price_3 {
  color: #ffffff;
}
.cid-uZiv4yNvDc .card-text_1 {
  color: #ffffff;
}
.cid-uZiv4yNvDc .card-text_2 {
  color: #ffffff;
}
.cid-uZiv4yNvDc .card-text_3 {
  color: #ffffff;
}
#custom-html-aw {
  /* Type valid CSS here */
}
#custom-html-aw div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-aw p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiv7a1Qto {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiv7a1Qto nav.navbar {
  position: fixed;
}
.cid-uZiv7a1Qto .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiv7a1Qto .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiv7a1Qto .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-uZiv7a1Qto .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiv7a1Qto .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiv7a1Qto .dropdown-item:hover,
.cid-uZiv7a1Qto .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiv7a1Qto .dropdown-item:hover span {
  color: white;
}
.cid-uZiv7a1Qto .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiv7a1Qto .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiv7a1Qto .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiv7a1Qto .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiv7a1Qto .nav-link {
  position: relative;
}
.cid-uZiv7a1Qto .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiv7a1Qto .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiv7a1Qto .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiv7a1Qto .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiv7a1Qto .dropdown-menu,
.cid-uZiv7a1Qto .navbar.opened {
  background: #111111 !important;
}
.cid-uZiv7a1Qto .nav-item:focus,
.cid-uZiv7a1Qto .nav-link:focus {
  outline: none;
}
.cid-uZiv7a1Qto .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiv7a1Qto .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiv7a1Qto .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiv7a1Qto .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiv7a1Qto .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiv7a1Qto .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiv7a1Qto .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiv7a1Qto .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiv7a1Qto .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiv7a1Qto .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiv7a1Qto .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiv7a1Qto .navbar.collapsed {
  justify-content: center;
}
.cid-uZiv7a1Qto .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiv7a1Qto .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiv7a1Qto .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiv7a1Qto .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiv7a1Qto .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiv7a1Qto .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-uZiv7a1Qto .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiv7a1Qto .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiv7a1Qto .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiv7a1Qto .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiv7a1Qto .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiv7a1Qto .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiv7a1Qto .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiv7a1Qto .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-uZiv7a1Qto .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiv7a1Qto .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiv7a1Qto .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiv7a1Qto .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiv7a1Qto .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiv7a1Qto .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiv7a1Qto .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiv7a1Qto .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiv7a1Qto .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiv7a1Qto .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiv7a1Qto .navbar-brand .navbar-caption:hover,
.cid-uZiv7a1Qto .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiv7a1Qto .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiv7a1Qto .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiv7a1Qto .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiv7a1Qto .dropdown-item.active,
.cid-uZiv7a1Qto .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiv7a1Qto .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiv7a1Qto .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiv7a1Qto .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiv7a1Qto .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiv7a1Qto .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiv7a1Qto .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiv7a1Qto .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiv7a1Qto ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiv7a1Qto ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiv7a1Qto .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiv7a1Qto .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiv7a1Qto .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiv7a1Qto .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiv7a1Qto button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiv7a1Qto button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiv7a1Qto button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiv7a1Qto button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiv7a1Qto button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiv7a1Qto button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiv7a1Qto nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiv7a1Qto nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiv7a1Qto nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiv7a1Qto nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiv7a1Qto .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiv7a1Qto a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiv7a1Qto .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-uZiv7a1Qto .navbar {
    height: 70px;
  }
  .cid-uZiv7a1Qto .navbar.opened {
    height: auto;
  }
  .cid-uZiv7a1Qto .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiv7a1Qto .navbar-nav {
  margin: 0 auto;
}
.cid-uZiv7a1Qto .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiv7a1Qto .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiv7a1Qto .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiv7a1Qto .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiv7a1Qto .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiv7a1Qto .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiv7a1Qto .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiv7a1Qto .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiv7a1Qto .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiv7a1Qto .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiv7a1Qto .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiv7a1Qto .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiv7a1Qto .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiv7a1Qto .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiv7a1Qto .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiv7a1Qto .content-wrap {
  min-height: 110px;
}
.cid-uZiv7aY2Z3 {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiv7aY2Z3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiv7aY2Z3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv7aY2Z3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv7aY2Z3 .card {
  justify-content: flex-end;
}
.cid-uZiv7aY2Z3 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiv7aY2Z3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiv7aY2Z3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiv7aY2Z3 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiv7aY2Z3 .mbr-label {
  color: #ffffff;
}
.cid-uZiv7aY2Z3 .mbr-section-title {
  color: #ffffff;
}
.cid-uZiv7aY2Z3 .mbr-text {
  color: #ffffff;
}
.cid-uZiv7bhjGf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiv7bhjGf {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiv7bhjGf .item:focus,
.cid-uZiv7bhjGf span:focus {
  outline: none;
}
.cid-uZiv7bhjGf .item {
  cursor: pointer;
}
.cid-uZiv7bhjGf .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiv7bhjGf .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiv7bhjGf .grid-container-1,
.cid-uZiv7bhjGf .grid-container-2,
.cid-uZiv7bhjGf .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiv7bhjGf .grid-container-1,
  .cid-uZiv7bhjGf .grid-container-2,
  .cid-uZiv7bhjGf .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiv7bhjGf .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiv7bhjGf .content-head {
  max-width: 800px;
}
.cid-uZiv7bhjGf .container,
.cid-uZiv7bhjGf .container-fluid {
  overflow: hidden;
}
.cid-uZiv7bhjGf .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiv7bhjGf .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiv7bhjGf .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiv7bhjGf .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiv7bhjGf .grid-container::before {
    height: 100%;
  }
}
.cid-uZiv7bhjGf .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiv7bhjGf .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiv7bhjGf .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiv7bhjGf .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiv7bhjGf .grid-item img {
    height: 140px;
  }
}
.cid-uZiv7bhjGf .grid-container-1,
.cid-uZiv7bhjGf .grid-container-2,
.cid-uZiv7bhjGf .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiv7bhjGf .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiv7bhjGf .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiv7byTnz {
  background-color: #eeeef4;
}
.cid-uZiv7byTnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv7byTnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv7byTnz .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiv7byTnz .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiv7byTnz .content-wrapper {
    width: 100%;
  }
}
.cid-uZiv7byTnz .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiv7byTnz .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiv7byTnz .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiv7byTnz .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiv7byTnz .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiv7byTnz .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiv7byTnz .content-wrapper .desc-wrapper::before,
.cid-uZiv7byTnz .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiv7byTnz .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiv7byTnz .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiv7byTnz .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiv7byTnz .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiv7byTnz .mbr-section-title {
  color: #181824;
}
.cid-uZiv7byTnz .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiv7byTnz .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiv7byTnz .mbr-section-title,
.cid-uZiv7byTnz .mbr-section-btn {
  text-align: center;
}
.cid-uZiv7byTnz .mbr-section-title,
.cid-uZiv7byTnz .mbr-section-btn,
.cid-uZiv7byTnz .logo-wrapper {
  text-align: left;
}
.cid-uZiv7cdygX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiv7cdygX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv7cdygX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv7cdygX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiv7cdygX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiv7cdygX .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiv7cdygX .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiv7cdygX .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiv7cdygX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiv7cdygX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiv7cdygX .embla__button--next,
.cid-uZiv7cdygX .embla__button--prev {
  display: flex;
}
.cid-uZiv7cdygX .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiv7cdygX .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiv7cdygX .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiv7cdygX .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiv7cdygX .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiv7cdygX .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiv7cdygX .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiv7cdygX .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiv7cdygX .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiv7cdygX .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiv7cdygX .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiv7cdygX .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiv7cdygX .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiv7cdygX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiv7cdygX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiv7cdygX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiv7cdygX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiv7cdygX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiv7cD07T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiv7cD07T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv7cD07T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv7cD07T .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiv7cD07T .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiv7cD07T .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiv7cD07T .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiv7cD07T .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiv7cD07T .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiv7cD07T .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiv7cD07T .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiv7cD07T .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiv7cD07T .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiv7cD07T .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiv7cD07T .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiv7cD07T .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiv7cD07T .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiv7cD07T .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiv7cD07T .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiv7cD07T .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiv7cD07T .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiv7cD07T .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiv7cD07T .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiv7cD07T .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiv7cD07T .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiv7cD07T .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiv7cD07T .embla__button--next,
.cid-uZiv7cD07T .embla__button--prev {
  display: flex;
}
.cid-uZiv7cD07T .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiv7cD07T .embla__button {
    top: 0;
  }
}
.cid-uZiv7cD07T .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiv7cD07T .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiv7cD07T .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiv7cD07T .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiv7cD07T .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiv7cD07T .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiv7cD07T .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiv7cD07T .embla {
    padding-top: 6rem;
  }
}
.cid-uZiv7cD07T .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiv7cD07T .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiv7cD07T .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiv7cD07T .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiv7cD07T .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiv7cD07T .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiv7cD07T .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiv7cD07T .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiv7cD07T .mbr-text,
.cid-uZiv7cD07T .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiv7cD07T .card-name {
  color: #ffffff;
}
.cid-uZiv7cD07T .card-role {
  color: #ffffff;
}
.cid-uZiv7cD07T .card-text {
  color: #ffffff;
}
.cid-uZiv7dmfzE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiv7dmfzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv7dmfzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv7dmfzE .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiv7dmfzE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiv7dmfzE .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiv7dmfzE .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiv7dmfzE .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiv7dmfzE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiv7dmfzE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiv7dmfzE .items-wrapper {
  align-items: center;
}
.cid-uZiv7dmfzE .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiv7dmfzE .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiv7dmfzE .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiv7dmfzE .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiv7dmfzE .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiv7dmfzE .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiv7dmfzE .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiv7dmfzE .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiv7dmfzE .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiv7dmfzE .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiv7dmfzE .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiv7dmfzE .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiv7dmfzE .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiv7dmfzE .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiv7dmfzE .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiv7dmfzE .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiv7dmfzE .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiv7dmfzE .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiv7dmfzE .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiv7dmfzE .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiv7dmfzE .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiv7dmfzE .mbr-text,
.cid-uZiv7dmfzE .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiv7dK34n {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiv7dK34n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv7dK34n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv7dK34n .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiv7dK34n .image-wrap {
    height: 350px;
  }
}
.cid-uZiv7e1x4S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiv7e1x4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv7e1x4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv7e1x4S .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiv7e1x4S .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiv7e1x4S .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiv7e1x4S .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiv7e1x4S .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiv7e1x4S .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiv7e1x4S .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiv7e1x4S .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiv7e1x4S .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiv7e1x4S .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiv7e1x4S .card-title_1 {
  color: #ffffff;
}
.cid-uZiv7e1x4S .card-title_2 {
  color: #ffffff;
}
.cid-uZiv7e1x4S .card-title_3 {
  color: #ffffff;
}
.cid-uZiv7e1x4S .card-price_1 {
  color: #ffffff;
}
.cid-uZiv7e1x4S .card-price_2 {
  color: #ffffff;
}
.cid-uZiv7e1x4S .card-price_3 {
  color: #ffffff;
}
.cid-uZiv7e1x4S .card-text_1 {
  color: #ffffff;
}
.cid-uZiv7e1x4S .card-text_2 {
  color: #ffffff;
}
.cid-uZiv7e1x4S .card-text_3 {
  color: #ffffff;
}
#custom-html-b6 {
  /* Type valid CSS here */
}
#custom-html-b6 div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-b6 p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiv9QmeQG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiv9QmeQG nav.navbar {
  position: fixed;
}
.cid-uZiv9QmeQG .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiv9QmeQG .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiv9QmeQG .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-uZiv9QmeQG .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiv9QmeQG .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiv9QmeQG .dropdown-item:hover,
.cid-uZiv9QmeQG .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiv9QmeQG .dropdown-item:hover span {
  color: white;
}
.cid-uZiv9QmeQG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiv9QmeQG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiv9QmeQG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiv9QmeQG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiv9QmeQG .nav-link {
  position: relative;
}
.cid-uZiv9QmeQG .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiv9QmeQG .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiv9QmeQG .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiv9QmeQG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiv9QmeQG .dropdown-menu,
.cid-uZiv9QmeQG .navbar.opened {
  background: #111111 !important;
}
.cid-uZiv9QmeQG .nav-item:focus,
.cid-uZiv9QmeQG .nav-link:focus {
  outline: none;
}
.cid-uZiv9QmeQG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiv9QmeQG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiv9QmeQG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiv9QmeQG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiv9QmeQG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiv9QmeQG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiv9QmeQG .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiv9QmeQG .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiv9QmeQG .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiv9QmeQG .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiv9QmeQG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiv9QmeQG .navbar.collapsed {
  justify-content: center;
}
.cid-uZiv9QmeQG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiv9QmeQG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiv9QmeQG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiv9QmeQG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiv9QmeQG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiv9QmeQG .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-uZiv9QmeQG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiv9QmeQG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiv9QmeQG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiv9QmeQG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiv9QmeQG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiv9QmeQG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiv9QmeQG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiv9QmeQG .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-uZiv9QmeQG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiv9QmeQG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiv9QmeQG .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiv9QmeQG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiv9QmeQG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiv9QmeQG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiv9QmeQG .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiv9QmeQG .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiv9QmeQG .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiv9QmeQG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiv9QmeQG .navbar-brand .navbar-caption:hover,
.cid-uZiv9QmeQG .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiv9QmeQG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiv9QmeQG .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiv9QmeQG .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiv9QmeQG .dropdown-item.active,
.cid-uZiv9QmeQG .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiv9QmeQG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiv9QmeQG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiv9QmeQG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiv9QmeQG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiv9QmeQG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiv9QmeQG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiv9QmeQG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiv9QmeQG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiv9QmeQG ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiv9QmeQG .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiv9QmeQG .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiv9QmeQG .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiv9QmeQG .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiv9QmeQG button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiv9QmeQG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiv9QmeQG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiv9QmeQG button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiv9QmeQG button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiv9QmeQG button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiv9QmeQG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiv9QmeQG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiv9QmeQG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiv9QmeQG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiv9QmeQG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiv9QmeQG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiv9QmeQG .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-uZiv9QmeQG .navbar {
    height: 70px;
  }
  .cid-uZiv9QmeQG .navbar.opened {
    height: auto;
  }
  .cid-uZiv9QmeQG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiv9QmeQG .navbar-nav {
  margin: 0 auto;
}
.cid-uZiv9QmeQG .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiv9QmeQG .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiv9QmeQG .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiv9QmeQG .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiv9QmeQG .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiv9QmeQG .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiv9QmeQG .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiv9QmeQG .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiv9QmeQG .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiv9QmeQG .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiv9QmeQG .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiv9QmeQG .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiv9QmeQG .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiv9QmeQG .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiv9QmeQG .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiv9QmeQG .content-wrap {
  min-height: 110px;
}
.cid-uZiv9Rg3Dd {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZiv9Rg3Dd::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZiv9Rg3Dd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv9Rg3Dd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv9Rg3Dd .card {
  justify-content: flex-end;
}
.cid-uZiv9Rg3Dd .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiv9Rg3Dd .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZiv9Rg3Dd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiv9Rg3Dd .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZiv9Rg3Dd .mbr-label {
  color: #ffffff;
}
.cid-uZiv9Rg3Dd .mbr-section-title {
  color: #ffffff;
}
.cid-uZiv9Rg3Dd .mbr-text {
  color: #ffffff;
}
.cid-uZiv9Ryx9b {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiv9Ryx9b {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiv9Ryx9b .item:focus,
.cid-uZiv9Ryx9b span:focus {
  outline: none;
}
.cid-uZiv9Ryx9b .item {
  cursor: pointer;
}
.cid-uZiv9Ryx9b .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiv9Ryx9b .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiv9Ryx9b .grid-container-1,
.cid-uZiv9Ryx9b .grid-container-2,
.cid-uZiv9Ryx9b .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiv9Ryx9b .grid-container-1,
  .cid-uZiv9Ryx9b .grid-container-2,
  .cid-uZiv9Ryx9b .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiv9Ryx9b .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiv9Ryx9b .content-head {
  max-width: 800px;
}
.cid-uZiv9Ryx9b .container,
.cid-uZiv9Ryx9b .container-fluid {
  overflow: hidden;
}
.cid-uZiv9Ryx9b .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiv9Ryx9b .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiv9Ryx9b .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiv9Ryx9b .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiv9Ryx9b .grid-container::before {
    height: 100%;
  }
}
.cid-uZiv9Ryx9b .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiv9Ryx9b .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiv9Ryx9b .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiv9Ryx9b .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiv9Ryx9b .grid-item img {
    height: 140px;
  }
}
.cid-uZiv9Ryx9b .grid-container-1,
.cid-uZiv9Ryx9b .grid-container-2,
.cid-uZiv9Ryx9b .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiv9Ryx9b .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiv9Ryx9b .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiv9RPnCS {
  background-color: #eeeef4;
}
.cid-uZiv9RPnCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv9RPnCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv9RPnCS .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiv9RPnCS .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiv9RPnCS .content-wrapper {
    width: 100%;
  }
}
.cid-uZiv9RPnCS .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiv9RPnCS .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiv9RPnCS .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiv9RPnCS .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiv9RPnCS .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiv9RPnCS .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiv9RPnCS .content-wrapper .desc-wrapper::before,
.cid-uZiv9RPnCS .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiv9RPnCS .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiv9RPnCS .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiv9RPnCS .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiv9RPnCS .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiv9RPnCS .mbr-section-title {
  color: #181824;
}
.cid-uZiv9RPnCS .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiv9RPnCS .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiv9RPnCS .mbr-section-title,
.cid-uZiv9RPnCS .mbr-section-btn {
  text-align: center;
}
.cid-uZiv9RPnCS .mbr-section-title,
.cid-uZiv9RPnCS .mbr-section-btn,
.cid-uZiv9RPnCS .logo-wrapper {
  text-align: left;
}
.cid-uZiv9SuPYA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiv9SuPYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv9SuPYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv9SuPYA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiv9SuPYA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiv9SuPYA .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiv9SuPYA .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiv9SuPYA .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiv9SuPYA .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiv9SuPYA .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiv9SuPYA .embla__button--next,
.cid-uZiv9SuPYA .embla__button--prev {
  display: flex;
}
.cid-uZiv9SuPYA .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiv9SuPYA .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiv9SuPYA .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiv9SuPYA .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiv9SuPYA .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiv9SuPYA .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiv9SuPYA .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiv9SuPYA .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiv9SuPYA .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiv9SuPYA .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiv9SuPYA .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiv9SuPYA .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiv9SuPYA .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiv9SuPYA .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiv9SuPYA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiv9SuPYA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiv9SuPYA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiv9SuPYA .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiv9SQkY7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZiv9SQkY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv9SQkY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv9SQkY7 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiv9SQkY7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiv9SQkY7 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZiv9SQkY7 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiv9SQkY7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiv9SQkY7 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiv9SQkY7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiv9SQkY7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiv9SQkY7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZiv9SQkY7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiv9SQkY7 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiv9SQkY7 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZiv9SQkY7 .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZiv9SQkY7 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiv9SQkY7 .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZiv9SQkY7 .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZiv9SQkY7 .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZiv9SQkY7 .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiv9SQkY7 .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZiv9SQkY7 .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZiv9SQkY7 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZiv9SQkY7 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZiv9SQkY7 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiv9SQkY7 .embla__button--next,
.cid-uZiv9SQkY7 .embla__button--prev {
  display: flex;
}
.cid-uZiv9SQkY7 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZiv9SQkY7 .embla__button {
    top: 0;
  }
}
.cid-uZiv9SQkY7 .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZiv9SQkY7 .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiv9SQkY7 .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZiv9SQkY7 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiv9SQkY7 .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZiv9SQkY7 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiv9SQkY7 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZiv9SQkY7 .embla {
    padding-top: 6rem;
  }
}
.cid-uZiv9SQkY7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiv9SQkY7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiv9SQkY7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiv9SQkY7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiv9SQkY7 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZiv9SQkY7 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiv9SQkY7 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiv9SQkY7 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiv9SQkY7 .mbr-text,
.cid-uZiv9SQkY7 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiv9SQkY7 .card-name {
  color: #ffffff;
}
.cid-uZiv9SQkY7 .card-role {
  color: #ffffff;
}
.cid-uZiv9SQkY7 .card-text {
  color: #ffffff;
}
.cid-uZiv9TyToW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiv9TyToW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv9TyToW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv9TyToW .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiv9TyToW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiv9TyToW .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZiv9TyToW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiv9TyToW .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiv9TyToW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiv9TyToW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZiv9TyToW .items-wrapper {
  align-items: center;
}
.cid-uZiv9TyToW .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiv9TyToW .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZiv9TyToW .items-wrapper .item:hover .item-wrapper::before,
.cid-uZiv9TyToW .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZiv9TyToW .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZiv9TyToW .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZiv9TyToW .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZiv9TyToW .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiv9TyToW .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZiv9TyToW .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZiv9TyToW .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZiv9TyToW .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZiv9TyToW .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZiv9TyToW .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZiv9TyToW .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiv9TyToW .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZiv9TyToW .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZiv9TyToW .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZiv9TyToW .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZiv9TyToW .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiv9TyToW .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiv9TyToW .mbr-text,
.cid-uZiv9TyToW .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiv9TWU85 {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiv9TWU85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv9TWU85 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv9TWU85 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiv9TWU85 .image-wrap {
    height: 350px;
  }
}
.cid-uZiv9UfWfm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiv9UfWfm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiv9UfWfm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiv9UfWfm .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiv9UfWfm .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiv9UfWfm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiv9UfWfm .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiv9UfWfm .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiv9UfWfm .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiv9UfWfm .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiv9UfWfm .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiv9UfWfm .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiv9UfWfm .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiv9UfWfm .card-title_1 {
  color: #ffffff;
}
.cid-uZiv9UfWfm .card-title_2 {
  color: #ffffff;
}
.cid-uZiv9UfWfm .card-title_3 {
  color: #ffffff;
}
.cid-uZiv9UfWfm .card-price_1 {
  color: #ffffff;
}
.cid-uZiv9UfWfm .card-price_2 {
  color: #ffffff;
}
.cid-uZiv9UfWfm .card-price_3 {
  color: #ffffff;
}
.cid-uZiv9UfWfm .card-text_1 {
  color: #ffffff;
}
.cid-uZiv9UfWfm .card-text_2 {
  color: #ffffff;
}
.cid-uZiv9UfWfm .card-text_3 {
  color: #ffffff;
}
#custom-html-bg {
  /* Type valid CSS here */
}
#custom-html-bg div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-bg p {
  font-size: 60px;
  color: #171616;
}
.cid-uZivcCkN78 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZivcCkN78 nav.navbar {
  position: fixed;
}
.cid-uZivcCkN78 .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZivcCkN78 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZivcCkN78 .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-uZivcCkN78 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZivcCkN78 .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZivcCkN78 .dropdown-item:hover,
.cid-uZivcCkN78 .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZivcCkN78 .dropdown-item:hover span {
  color: white;
}
.cid-uZivcCkN78 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZivcCkN78 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZivcCkN78 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZivcCkN78 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZivcCkN78 .nav-link {
  position: relative;
}
.cid-uZivcCkN78 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZivcCkN78 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZivcCkN78 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZivcCkN78 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZivcCkN78 .dropdown-menu,
.cid-uZivcCkN78 .navbar.opened {
  background: #111111 !important;
}
.cid-uZivcCkN78 .nav-item:focus,
.cid-uZivcCkN78 .nav-link:focus {
  outline: none;
}
.cid-uZivcCkN78 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZivcCkN78 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZivcCkN78 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZivcCkN78 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZivcCkN78 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZivcCkN78 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZivcCkN78 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZivcCkN78 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZivcCkN78 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZivcCkN78 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZivcCkN78 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZivcCkN78 .navbar.collapsed {
  justify-content: center;
}
.cid-uZivcCkN78 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZivcCkN78 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZivcCkN78 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZivcCkN78 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZivcCkN78 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZivcCkN78 .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-uZivcCkN78 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZivcCkN78 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZivcCkN78 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZivcCkN78 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZivcCkN78 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZivcCkN78 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZivcCkN78 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZivcCkN78 .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-uZivcCkN78 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZivcCkN78 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZivcCkN78 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZivcCkN78 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZivcCkN78 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZivcCkN78 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZivcCkN78 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZivcCkN78 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZivcCkN78 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZivcCkN78 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZivcCkN78 .navbar-brand .navbar-caption:hover,
.cid-uZivcCkN78 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZivcCkN78 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZivcCkN78 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZivcCkN78 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZivcCkN78 .dropdown-item.active,
.cid-uZivcCkN78 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZivcCkN78 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZivcCkN78 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZivcCkN78 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZivcCkN78 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZivcCkN78 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZivcCkN78 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZivcCkN78 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZivcCkN78 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZivcCkN78 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZivcCkN78 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZivcCkN78 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZivcCkN78 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZivcCkN78 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZivcCkN78 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZivcCkN78 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZivcCkN78 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZivcCkN78 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZivcCkN78 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZivcCkN78 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZivcCkN78 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZivcCkN78 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZivcCkN78 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZivcCkN78 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZivcCkN78 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZivcCkN78 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZivcCkN78 .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-uZivcCkN78 .navbar {
    height: 70px;
  }
  .cid-uZivcCkN78 .navbar.opened {
    height: auto;
  }
  .cid-uZivcCkN78 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZivcCkN78 .navbar-nav {
  margin: 0 auto;
}
.cid-uZivcCkN78 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZivcCkN78 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZivcCkN78 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZivcCkN78 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZivcCkN78 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZivcCkN78 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZivcCkN78 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZivcCkN78 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZivcCkN78 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZivcCkN78 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZivcCkN78 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZivcCkN78 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZivcCkN78 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZivcCkN78 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZivcCkN78 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZivcCkN78 .content-wrap {
  min-height: 110px;
}
.cid-uZivcDefX5 {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZivcDefX5::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZivcDefX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivcDefX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivcDefX5 .card {
  justify-content: flex-end;
}
.cid-uZivcDefX5 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZivcDefX5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZivcDefX5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZivcDefX5 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZivcDefX5 .mbr-label {
  color: #ffffff;
}
.cid-uZivcDefX5 .mbr-section-title {
  color: #ffffff;
}
.cid-uZivcDefX5 .mbr-text {
  color: #ffffff;
}
.cid-uZivcDwjmR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZivcDwjmR {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZivcDwjmR .item:focus,
.cid-uZivcDwjmR span:focus {
  outline: none;
}
.cid-uZivcDwjmR .item {
  cursor: pointer;
}
.cid-uZivcDwjmR .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZivcDwjmR .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZivcDwjmR .grid-container-1,
.cid-uZivcDwjmR .grid-container-2,
.cid-uZivcDwjmR .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZivcDwjmR .grid-container-1,
  .cid-uZivcDwjmR .grid-container-2,
  .cid-uZivcDwjmR .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZivcDwjmR .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZivcDwjmR .content-head {
  max-width: 800px;
}
.cid-uZivcDwjmR .container,
.cid-uZivcDwjmR .container-fluid {
  overflow: hidden;
}
.cid-uZivcDwjmR .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZivcDwjmR .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZivcDwjmR .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZivcDwjmR .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZivcDwjmR .grid-container::before {
    height: 100%;
  }
}
.cid-uZivcDwjmR .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZivcDwjmR .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZivcDwjmR .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZivcDwjmR .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZivcDwjmR .grid-item img {
    height: 140px;
  }
}
.cid-uZivcDwjmR .grid-container-1,
.cid-uZivcDwjmR .grid-container-2,
.cid-uZivcDwjmR .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZivcDwjmR .grid-container-1 {
  align-items: flex-end;
}
.cid-uZivcDwjmR .grid-container-2 {
  align-items: flex-start;
}
.cid-uZivcDM3B5 {
  background-color: #eeeef4;
}
.cid-uZivcDM3B5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivcDM3B5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivcDM3B5 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZivcDM3B5 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZivcDM3B5 .content-wrapper {
    width: 100%;
  }
}
.cid-uZivcDM3B5 .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZivcDM3B5 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZivcDM3B5 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZivcDM3B5 .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZivcDM3B5 .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZivcDM3B5 .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZivcDM3B5 .content-wrapper .desc-wrapper::before,
.cid-uZivcDM3B5 .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZivcDM3B5 .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZivcDM3B5 .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZivcDM3B5 .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZivcDM3B5 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZivcDM3B5 .mbr-section-title {
  color: #181824;
}
.cid-uZivcDM3B5 .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZivcDM3B5 .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZivcDM3B5 .mbr-section-title,
.cid-uZivcDM3B5 .mbr-section-btn {
  text-align: center;
}
.cid-uZivcDM3B5 .mbr-section-title,
.cid-uZivcDM3B5 .mbr-section-btn,
.cid-uZivcDM3B5 .logo-wrapper {
  text-align: left;
}
.cid-uZivcEqdM9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZivcEqdM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivcEqdM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivcEqdM9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZivcEqdM9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZivcEqdM9 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZivcEqdM9 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZivcEqdM9 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZivcEqdM9 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZivcEqdM9 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZivcEqdM9 .embla__button--next,
.cid-uZivcEqdM9 .embla__button--prev {
  display: flex;
}
.cid-uZivcEqdM9 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZivcEqdM9 .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZivcEqdM9 .embla__button:hover::before {
  opacity: .5;
}
.cid-uZivcEqdM9 .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZivcEqdM9 .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZivcEqdM9 .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZivcEqdM9 .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZivcEqdM9 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZivcEqdM9 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZivcEqdM9 .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZivcEqdM9 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZivcEqdM9 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZivcEqdM9 .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZivcEqdM9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZivcEqdM9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZivcEqdM9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZivcEqdM9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZivcEqdM9 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZivcENVYz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZivcENVYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivcENVYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivcENVYz .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZivcENVYz .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZivcENVYz .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZivcENVYz .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZivcENVYz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZivcENVYz .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZivcENVYz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZivcENVYz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZivcENVYz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZivcENVYz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZivcENVYz .embla__slide .slide-content {
  width: 100%;
}
.cid-uZivcENVYz .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZivcENVYz .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZivcENVYz .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZivcENVYz .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZivcENVYz .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZivcENVYz .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZivcENVYz .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZivcENVYz .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZivcENVYz .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZivcENVYz .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZivcENVYz .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZivcENVYz .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZivcENVYz .embla__button--next,
.cid-uZivcENVYz .embla__button--prev {
  display: flex;
}
.cid-uZivcENVYz .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZivcENVYz .embla__button {
    top: 0;
  }
}
.cid-uZivcENVYz .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZivcENVYz .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZivcENVYz .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZivcENVYz .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZivcENVYz .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZivcENVYz .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZivcENVYz .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZivcENVYz .embla {
    padding-top: 6rem;
  }
}
.cid-uZivcENVYz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZivcENVYz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZivcENVYz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZivcENVYz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZivcENVYz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZivcENVYz .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZivcENVYz .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZivcENVYz .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZivcENVYz .mbr-text,
.cid-uZivcENVYz .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZivcENVYz .card-name {
  color: #ffffff;
}
.cid-uZivcENVYz .card-role {
  color: #ffffff;
}
.cid-uZivcENVYz .card-text {
  color: #ffffff;
}
.cid-uZivcFu2sb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZivcFu2sb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivcFu2sb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivcFu2sb .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZivcFu2sb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZivcFu2sb .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZivcFu2sb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZivcFu2sb .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZivcFu2sb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZivcFu2sb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZivcFu2sb .items-wrapper {
  align-items: center;
}
.cid-uZivcFu2sb .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZivcFu2sb .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZivcFu2sb .items-wrapper .item:hover .item-wrapper::before,
.cid-uZivcFu2sb .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZivcFu2sb .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZivcFu2sb .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZivcFu2sb .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZivcFu2sb .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZivcFu2sb .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZivcFu2sb .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZivcFu2sb .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZivcFu2sb .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZivcFu2sb .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZivcFu2sb .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZivcFu2sb .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZivcFu2sb .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZivcFu2sb .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZivcFu2sb .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZivcFu2sb .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZivcFu2sb .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZivcFu2sb .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZivcFu2sb .mbr-text,
.cid-uZivcFu2sb .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZivcFSgH1 {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZivcFSgH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivcFSgH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivcFSgH1 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZivcFSgH1 .image-wrap {
    height: 350px;
  }
}
.cid-uZivcG9DEZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZivcG9DEZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivcG9DEZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivcG9DEZ .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZivcG9DEZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZivcG9DEZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZivcG9DEZ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZivcG9DEZ .items-wrapper {
  margin: 0 -8px;
}
.cid-uZivcG9DEZ .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZivcG9DEZ .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZivcG9DEZ .btn-wrapper {
  margin-right: 9%;
}
.cid-uZivcG9DEZ .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZivcG9DEZ .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZivcG9DEZ .card-title_1 {
  color: #ffffff;
}
.cid-uZivcG9DEZ .card-title_2 {
  color: #ffffff;
}
.cid-uZivcG9DEZ .card-title_3 {
  color: #ffffff;
}
.cid-uZivcG9DEZ .card-price_1 {
  color: #ffffff;
}
.cid-uZivcG9DEZ .card-price_2 {
  color: #ffffff;
}
.cid-uZivcG9DEZ .card-price_3 {
  color: #ffffff;
}
.cid-uZivcG9DEZ .card-text_1 {
  color: #ffffff;
}
.cid-uZivcG9DEZ .card-text_2 {
  color: #ffffff;
}
.cid-uZivcG9DEZ .card-text_3 {
  color: #ffffff;
}
#custom-html-bq {
  /* Type valid CSS here */
}
#custom-html-bq div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-bq p {
  font-size: 60px;
  color: #171616;
}
.cid-uZivfF6sj2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZivfF6sj2 nav.navbar {
  position: fixed;
}
.cid-uZivfF6sj2 .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZivfF6sj2 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZivfF6sj2 .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-uZivfF6sj2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZivfF6sj2 .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZivfF6sj2 .dropdown-item:hover,
.cid-uZivfF6sj2 .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZivfF6sj2 .dropdown-item:hover span {
  color: white;
}
.cid-uZivfF6sj2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZivfF6sj2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZivfF6sj2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZivfF6sj2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZivfF6sj2 .nav-link {
  position: relative;
}
.cid-uZivfF6sj2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZivfF6sj2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZivfF6sj2 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZivfF6sj2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZivfF6sj2 .dropdown-menu,
.cid-uZivfF6sj2 .navbar.opened {
  background: #111111 !important;
}
.cid-uZivfF6sj2 .nav-item:focus,
.cid-uZivfF6sj2 .nav-link:focus {
  outline: none;
}
.cid-uZivfF6sj2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZivfF6sj2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZivfF6sj2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZivfF6sj2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZivfF6sj2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZivfF6sj2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZivfF6sj2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZivfF6sj2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZivfF6sj2 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZivfF6sj2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZivfF6sj2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZivfF6sj2 .navbar.collapsed {
  justify-content: center;
}
.cid-uZivfF6sj2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZivfF6sj2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZivfF6sj2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZivfF6sj2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZivfF6sj2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZivfF6sj2 .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-uZivfF6sj2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZivfF6sj2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZivfF6sj2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZivfF6sj2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZivfF6sj2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZivfF6sj2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZivfF6sj2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZivfF6sj2 .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-uZivfF6sj2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZivfF6sj2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZivfF6sj2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZivfF6sj2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZivfF6sj2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZivfF6sj2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZivfF6sj2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZivfF6sj2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZivfF6sj2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZivfF6sj2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZivfF6sj2 .navbar-brand .navbar-caption:hover,
.cid-uZivfF6sj2 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZivfF6sj2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZivfF6sj2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZivfF6sj2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZivfF6sj2 .dropdown-item.active,
.cid-uZivfF6sj2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZivfF6sj2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZivfF6sj2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZivfF6sj2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZivfF6sj2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZivfF6sj2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZivfF6sj2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZivfF6sj2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZivfF6sj2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZivfF6sj2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZivfF6sj2 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZivfF6sj2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZivfF6sj2 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZivfF6sj2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZivfF6sj2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZivfF6sj2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZivfF6sj2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZivfF6sj2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZivfF6sj2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZivfF6sj2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZivfF6sj2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZivfF6sj2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZivfF6sj2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZivfF6sj2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZivfF6sj2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZivfF6sj2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZivfF6sj2 .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-uZivfF6sj2 .navbar {
    height: 70px;
  }
  .cid-uZivfF6sj2 .navbar.opened {
    height: auto;
  }
  .cid-uZivfF6sj2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZivfF6sj2 .navbar-nav {
  margin: 0 auto;
}
.cid-uZivfF6sj2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZivfF6sj2 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZivfF6sj2 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZivfF6sj2 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZivfF6sj2 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZivfF6sj2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZivfF6sj2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZivfF6sj2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZivfF6sj2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZivfF6sj2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZivfF6sj2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZivfF6sj2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZivfF6sj2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZivfF6sj2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZivfF6sj2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZivfF6sj2 .content-wrap {
  min-height: 110px;
}
.cid-uZivfG1sbB {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZivfG1sbB::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZivfG1sbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivfG1sbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivfG1sbB .card {
  justify-content: flex-end;
}
.cid-uZivfG1sbB .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZivfG1sbB .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZivfG1sbB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZivfG1sbB .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZivfG1sbB .mbr-label {
  color: #ffffff;
}
.cid-uZivfG1sbB .mbr-section-title {
  color: #ffffff;
}
.cid-uZivfG1sbB .mbr-text {
  color: #ffffff;
}
.cid-uZivfGi0E2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZivfGi0E2 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZivfGi0E2 .item:focus,
.cid-uZivfGi0E2 span:focus {
  outline: none;
}
.cid-uZivfGi0E2 .item {
  cursor: pointer;
}
.cid-uZivfGi0E2 .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZivfGi0E2 .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZivfGi0E2 .grid-container-1,
.cid-uZivfGi0E2 .grid-container-2,
.cid-uZivfGi0E2 .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZivfGi0E2 .grid-container-1,
  .cid-uZivfGi0E2 .grid-container-2,
  .cid-uZivfGi0E2 .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZivfGi0E2 .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZivfGi0E2 .content-head {
  max-width: 800px;
}
.cid-uZivfGi0E2 .container,
.cid-uZivfGi0E2 .container-fluid {
  overflow: hidden;
}
.cid-uZivfGi0E2 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZivfGi0E2 .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZivfGi0E2 .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZivfGi0E2 .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZivfGi0E2 .grid-container::before {
    height: 100%;
  }
}
.cid-uZivfGi0E2 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZivfGi0E2 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZivfGi0E2 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZivfGi0E2 .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZivfGi0E2 .grid-item img {
    height: 140px;
  }
}
.cid-uZivfGi0E2 .grid-container-1,
.cid-uZivfGi0E2 .grid-container-2,
.cid-uZivfGi0E2 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZivfGi0E2 .grid-container-1 {
  align-items: flex-end;
}
.cid-uZivfGi0E2 .grid-container-2 {
  align-items: flex-start;
}
.cid-uZivfGzzqk {
  background-color: #eeeef4;
}
.cid-uZivfGzzqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivfGzzqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivfGzzqk .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZivfGzzqk .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZivfGzzqk .content-wrapper {
    width: 100%;
  }
}
.cid-uZivfGzzqk .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZivfGzzqk .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZivfGzzqk .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZivfGzzqk .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZivfGzzqk .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZivfGzzqk .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZivfGzzqk .content-wrapper .desc-wrapper::before,
.cid-uZivfGzzqk .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZivfGzzqk .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZivfGzzqk .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZivfGzzqk .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZivfGzzqk .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZivfGzzqk .mbr-section-title {
  color: #181824;
}
.cid-uZivfGzzqk .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZivfGzzqk .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZivfGzzqk .mbr-section-title,
.cid-uZivfGzzqk .mbr-section-btn {
  text-align: center;
}
.cid-uZivfGzzqk .mbr-section-title,
.cid-uZivfGzzqk .mbr-section-btn,
.cid-uZivfGzzqk .logo-wrapper {
  text-align: left;
}
.cid-uZivfHeOEk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZivfHeOEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivfHeOEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivfHeOEk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZivfHeOEk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZivfHeOEk .embla__slide .slide-content {
  width: 100%;
}
.cid-uZivfHeOEk .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZivfHeOEk .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZivfHeOEk .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZivfHeOEk .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZivfHeOEk .embla__button--next,
.cid-uZivfHeOEk .embla__button--prev {
  display: flex;
}
.cid-uZivfHeOEk .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZivfHeOEk .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZivfHeOEk .embla__button:hover::before {
  opacity: .5;
}
.cid-uZivfHeOEk .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZivfHeOEk .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZivfHeOEk .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZivfHeOEk .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZivfHeOEk .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZivfHeOEk .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZivfHeOEk .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZivfHeOEk .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZivfHeOEk .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZivfHeOEk .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZivfHeOEk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZivfHeOEk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZivfHeOEk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZivfHeOEk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZivfHeOEk .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZivfHB0As {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZivfHB0As .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivfHB0As .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivfHB0As .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZivfHB0As .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZivfHB0As .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZivfHB0As .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZivfHB0As .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZivfHB0As .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZivfHB0As .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZivfHB0As .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZivfHB0As .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZivfHB0As .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZivfHB0As .embla__slide .slide-content {
  width: 100%;
}
.cid-uZivfHB0As .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZivfHB0As .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZivfHB0As .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZivfHB0As .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZivfHB0As .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZivfHB0As .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZivfHB0As .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZivfHB0As .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZivfHB0As .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZivfHB0As .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZivfHB0As .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZivfHB0As .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZivfHB0As .embla__button--next,
.cid-uZivfHB0As .embla__button--prev {
  display: flex;
}
.cid-uZivfHB0As .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZivfHB0As .embla__button {
    top: 0;
  }
}
.cid-uZivfHB0As .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZivfHB0As .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZivfHB0As .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZivfHB0As .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZivfHB0As .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZivfHB0As .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZivfHB0As .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZivfHB0As .embla {
    padding-top: 6rem;
  }
}
.cid-uZivfHB0As .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZivfHB0As .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZivfHB0As .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZivfHB0As .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZivfHB0As .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZivfHB0As .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZivfHB0As .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZivfHB0As .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZivfHB0As .mbr-text,
.cid-uZivfHB0As .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZivfHB0As .card-name {
  color: #ffffff;
}
.cid-uZivfHB0As .card-role {
  color: #ffffff;
}
.cid-uZivfHB0As .card-text {
  color: #ffffff;
}
.cid-uZivfIiMda {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZivfIiMda .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivfIiMda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivfIiMda .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZivfIiMda .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZivfIiMda .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZivfIiMda .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZivfIiMda .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZivfIiMda .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZivfIiMda .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZivfIiMda .items-wrapper {
  align-items: center;
}
.cid-uZivfIiMda .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZivfIiMda .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZivfIiMda .items-wrapper .item:hover .item-wrapper::before,
.cid-uZivfIiMda .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZivfIiMda .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZivfIiMda .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZivfIiMda .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZivfIiMda .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZivfIiMda .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZivfIiMda .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZivfIiMda .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZivfIiMda .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZivfIiMda .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZivfIiMda .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZivfIiMda .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZivfIiMda .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZivfIiMda .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZivfIiMda .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZivfIiMda .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZivfIiMda .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZivfIiMda .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZivfIiMda .mbr-text,
.cid-uZivfIiMda .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZivfIHeEW {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZivfIHeEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivfIHeEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivfIHeEW .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZivfIHeEW .image-wrap {
    height: 350px;
  }
}
.cid-uZivfIZbrB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZivfIZbrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivfIZbrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivfIZbrB .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZivfIZbrB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZivfIZbrB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZivfIZbrB .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZivfIZbrB .items-wrapper {
  margin: 0 -8px;
}
.cid-uZivfIZbrB .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZivfIZbrB .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZivfIZbrB .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZivfIZbrB .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZivfIZbrB .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZivfIZbrB .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZivfIZbrB .btn-wrapper {
  margin-right: 9%;
}
.cid-uZivfIZbrB .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZivfIZbrB .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZivfIZbrB .card-title_1 {
  color: #ffffff;
}
.cid-uZivfIZbrB .card-title_2 {
  color: #ffffff;
}
.cid-uZivfIZbrB .card-title_3 {
  color: #ffffff;
}
.cid-uZivfIZbrB .card-price_1 {
  color: #ffffff;
}
.cid-uZivfIZbrB .card-price_2 {
  color: #ffffff;
}
.cid-uZivfIZbrB .card-price_3 {
  color: #ffffff;
}
.cid-uZivfIZbrB .card-text_1 {
  color: #ffffff;
}
.cid-uZivfIZbrB .card-text_2 {
  color: #ffffff;
}
.cid-uZivfIZbrB .card-text_3 {
  color: #ffffff;
}
#custom-html-c0 {
  /* Type valid CSS here */
}
#custom-html-c0 div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-c0 p {
  font-size: 60px;
  color: #171616;
}
.cid-uZiviuNtMp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZiviuNtMp nav.navbar {
  position: fixed;
}
.cid-uZiviuNtMp .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiviuNtMp .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZiviuNtMp .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-uZiviuNtMp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZiviuNtMp .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZiviuNtMp .dropdown-item:hover,
.cid-uZiviuNtMp .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZiviuNtMp .dropdown-item:hover span {
  color: white;
}
.cid-uZiviuNtMp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZiviuNtMp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZiviuNtMp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZiviuNtMp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZiviuNtMp .nav-link {
  position: relative;
}
.cid-uZiviuNtMp .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZiviuNtMp .container {
    flex-wrap: nowrap;
  }
}
.cid-uZiviuNtMp .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZiviuNtMp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZiviuNtMp .dropdown-menu,
.cid-uZiviuNtMp .navbar.opened {
  background: #111111 !important;
}
.cid-uZiviuNtMp .nav-item:focus,
.cid-uZiviuNtMp .nav-link:focus {
  outline: none;
}
.cid-uZiviuNtMp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZiviuNtMp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZiviuNtMp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZiviuNtMp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZiviuNtMp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZiviuNtMp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZiviuNtMp .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZiviuNtMp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZiviuNtMp .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZiviuNtMp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZiviuNtMp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZiviuNtMp .navbar.collapsed {
  justify-content: center;
}
.cid-uZiviuNtMp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZiviuNtMp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZiviuNtMp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZiviuNtMp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZiviuNtMp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZiviuNtMp .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-uZiviuNtMp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZiviuNtMp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZiviuNtMp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZiviuNtMp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZiviuNtMp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZiviuNtMp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZiviuNtMp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZiviuNtMp .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-uZiviuNtMp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZiviuNtMp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZiviuNtMp .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZiviuNtMp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZiviuNtMp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZiviuNtMp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZiviuNtMp .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZiviuNtMp .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZiviuNtMp .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZiviuNtMp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZiviuNtMp .navbar-brand .navbar-caption:hover,
.cid-uZiviuNtMp .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiviuNtMp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZiviuNtMp .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZiviuNtMp .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZiviuNtMp .dropdown-item.active,
.cid-uZiviuNtMp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZiviuNtMp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZiviuNtMp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZiviuNtMp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZiviuNtMp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZiviuNtMp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZiviuNtMp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZiviuNtMp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZiviuNtMp ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZiviuNtMp ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZiviuNtMp .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZiviuNtMp .navbar-buttons {
    text-align: left;
  }
}
.cid-uZiviuNtMp .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZiviuNtMp .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZiviuNtMp button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZiviuNtMp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZiviuNtMp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZiviuNtMp button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiviuNtMp button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZiviuNtMp button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZiviuNtMp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiviuNtMp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZiviuNtMp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZiviuNtMp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZiviuNtMp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZiviuNtMp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZiviuNtMp .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-uZiviuNtMp .navbar {
    height: 70px;
  }
  .cid-uZiviuNtMp .navbar.opened {
    height: auto;
  }
  .cid-uZiviuNtMp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZiviuNtMp .navbar-nav {
  margin: 0 auto;
}
.cid-uZiviuNtMp .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZiviuNtMp .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZiviuNtMp .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZiviuNtMp .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZiviuNtMp .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZiviuNtMp .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZiviuNtMp .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZiviuNtMp .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZiviuNtMp .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZiviuNtMp .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZiviuNtMp .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZiviuNtMp .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZiviuNtMp .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZiviuNtMp .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZiviuNtMp .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZiviuNtMp .content-wrap {
  min-height: 110px;
}
.cid-uZivivI406 {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZivivI406::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZivivI406 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivivI406 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivivI406 .card {
  justify-content: flex-end;
}
.cid-uZivivI406 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZivivI406 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZivivI406 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZivivI406 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZivivI406 .mbr-label {
  color: #ffffff;
}
.cid-uZivivI406 .mbr-section-title {
  color: #ffffff;
}
.cid-uZivivI406 .mbr-text {
  color: #ffffff;
}
.cid-uZiviw0DZO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZiviw0DZO {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZiviw0DZO .item:focus,
.cid-uZiviw0DZO span:focus {
  outline: none;
}
.cid-uZiviw0DZO .item {
  cursor: pointer;
}
.cid-uZiviw0DZO .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZiviw0DZO .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZiviw0DZO .grid-container-1,
.cid-uZiviw0DZO .grid-container-2,
.cid-uZiviw0DZO .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZiviw0DZO .grid-container-1,
  .cid-uZiviw0DZO .grid-container-2,
  .cid-uZiviw0DZO .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZiviw0DZO .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZiviw0DZO .content-head {
  max-width: 800px;
}
.cid-uZiviw0DZO .container,
.cid-uZiviw0DZO .container-fluid {
  overflow: hidden;
}
.cid-uZiviw0DZO .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZiviw0DZO .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZiviw0DZO .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZiviw0DZO .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZiviw0DZO .grid-container::before {
    height: 100%;
  }
}
.cid-uZiviw0DZO .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZiviw0DZO .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZiviw0DZO .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZiviw0DZO .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZiviw0DZO .grid-item img {
    height: 140px;
  }
}
.cid-uZiviw0DZO .grid-container-1,
.cid-uZiviw0DZO .grid-container-2,
.cid-uZiviw0DZO .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZiviw0DZO .grid-container-1 {
  align-items: flex-end;
}
.cid-uZiviw0DZO .grid-container-2 {
  align-items: flex-start;
}
.cid-uZiviwfWad {
  background-color: #eeeef4;
}
.cid-uZiviwfWad .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiviwfWad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiviwfWad .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZiviwfWad .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZiviwfWad .content-wrapper {
    width: 100%;
  }
}
.cid-uZiviwfWad .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZiviwfWad .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZiviwfWad .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZiviwfWad .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZiviwfWad .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZiviwfWad .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZiviwfWad .content-wrapper .desc-wrapper::before,
.cid-uZiviwfWad .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZiviwfWad .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZiviwfWad .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZiviwfWad .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZiviwfWad .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZiviwfWad .mbr-section-title {
  color: #181824;
}
.cid-uZiviwfWad .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZiviwfWad .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZiviwfWad .mbr-section-title,
.cid-uZiviwfWad .mbr-section-btn {
  text-align: center;
}
.cid-uZiviwfWad .mbr-section-title,
.cid-uZiviwfWad .mbr-section-btn,
.cid-uZiviwfWad .logo-wrapper {
  text-align: left;
}
.cid-uZiviwTaPX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiviwTaPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiviwTaPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiviwTaPX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZiviwTaPX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZiviwTaPX .embla__slide .slide-content {
  width: 100%;
}
.cid-uZiviwTaPX .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZiviwTaPX .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZiviwTaPX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZiviwTaPX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZiviwTaPX .embla__button--next,
.cid-uZiviwTaPX .embla__button--prev {
  display: flex;
}
.cid-uZiviwTaPX .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZiviwTaPX .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZiviwTaPX .embla__button:hover::before {
  opacity: .5;
}
.cid-uZiviwTaPX .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZiviwTaPX .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZiviwTaPX .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZiviwTaPX .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZiviwTaPX .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZiviwTaPX .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZiviwTaPX .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZiviwTaPX .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZiviwTaPX .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZiviwTaPX .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZiviwTaPX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZiviwTaPX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZiviwTaPX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZiviwTaPX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZiviwTaPX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZivixhEiC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZivixhEiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivixhEiC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivixhEiC .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZivixhEiC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZivixhEiC .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZivixhEiC .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZivixhEiC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZivixhEiC .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZivixhEiC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZivixhEiC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZivixhEiC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZivixhEiC .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZivixhEiC .embla__slide .slide-content {
  width: 100%;
}
.cid-uZivixhEiC .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZivixhEiC .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZivixhEiC .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZivixhEiC .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZivixhEiC .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZivixhEiC .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZivixhEiC .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZivixhEiC .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZivixhEiC .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZivixhEiC .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZivixhEiC .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZivixhEiC .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZivixhEiC .embla__button--next,
.cid-uZivixhEiC .embla__button--prev {
  display: flex;
}
.cid-uZivixhEiC .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZivixhEiC .embla__button {
    top: 0;
  }
}
.cid-uZivixhEiC .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZivixhEiC .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZivixhEiC .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZivixhEiC .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZivixhEiC .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZivixhEiC .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZivixhEiC .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZivixhEiC .embla {
    padding-top: 6rem;
  }
}
.cid-uZivixhEiC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZivixhEiC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZivixhEiC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZivixhEiC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZivixhEiC .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZivixhEiC .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZivixhEiC .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZivixhEiC .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZivixhEiC .mbr-text,
.cid-uZivixhEiC .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZivixhEiC .card-name {
  color: #ffffff;
}
.cid-uZivixhEiC .card-role {
  color: #ffffff;
}
.cid-uZivixhEiC .card-text {
  color: #ffffff;
}
.cid-uZivixX2l3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZivixX2l3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivixX2l3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivixX2l3 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZivixX2l3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZivixX2l3 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZivixX2l3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZivixX2l3 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZivixX2l3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZivixX2l3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZivixX2l3 .items-wrapper {
  align-items: center;
}
.cid-uZivixX2l3 .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZivixX2l3 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZivixX2l3 .items-wrapper .item:hover .item-wrapper::before,
.cid-uZivixX2l3 .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZivixX2l3 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZivixX2l3 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZivixX2l3 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZivixX2l3 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZivixX2l3 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZivixX2l3 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZivixX2l3 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZivixX2l3 .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZivixX2l3 .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZivixX2l3 .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZivixX2l3 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZivixX2l3 .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZivixX2l3 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZivixX2l3 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZivixX2l3 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZivixX2l3 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZivixX2l3 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZivixX2l3 .mbr-text,
.cid-uZivixX2l3 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZiviyk6yw {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZiviyk6yw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiviyk6yw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiviyk6yw .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZiviyk6yw .image-wrap {
    height: 350px;
  }
}
.cid-uZiviyBRXc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiviyBRXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiviyBRXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiviyBRXc .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZiviyBRXc .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZiviyBRXc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZiviyBRXc .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZiviyBRXc .items-wrapper {
  margin: 0 -8px;
}
.cid-uZiviyBRXc .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZiviyBRXc .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZiviyBRXc .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZiviyBRXc .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZiviyBRXc .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZiviyBRXc .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZiviyBRXc .btn-wrapper {
  margin-right: 9%;
}
.cid-uZiviyBRXc .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZiviyBRXc .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZiviyBRXc .card-title_1 {
  color: #ffffff;
}
.cid-uZiviyBRXc .card-title_2 {
  color: #ffffff;
}
.cid-uZiviyBRXc .card-title_3 {
  color: #ffffff;
}
.cid-uZiviyBRXc .card-price_1 {
  color: #ffffff;
}
.cid-uZiviyBRXc .card-price_2 {
  color: #ffffff;
}
.cid-uZiviyBRXc .card-price_3 {
  color: #ffffff;
}
.cid-uZiviyBRXc .card-text_1 {
  color: #ffffff;
}
.cid-uZiviyBRXc .card-text_2 {
  color: #ffffff;
}
.cid-uZiviyBRXc .card-text_3 {
  color: #ffffff;
}
#custom-html-ca {
  /* Type valid CSS here */
}
#custom-html-ca div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-ca p {
  font-size: 60px;
  color: #171616;
}
.cid-uZivlRbH73 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZivlRbH73 nav.navbar {
  position: fixed;
}
.cid-uZivlRbH73 .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZivlRbH73 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZivlRbH73 .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-uZivlRbH73 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZivlRbH73 .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZivlRbH73 .dropdown-item:hover,
.cid-uZivlRbH73 .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZivlRbH73 .dropdown-item:hover span {
  color: white;
}
.cid-uZivlRbH73 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZivlRbH73 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZivlRbH73 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZivlRbH73 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZivlRbH73 .nav-link {
  position: relative;
}
.cid-uZivlRbH73 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZivlRbH73 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZivlRbH73 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZivlRbH73 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZivlRbH73 .dropdown-menu,
.cid-uZivlRbH73 .navbar.opened {
  background: #111111 !important;
}
.cid-uZivlRbH73 .nav-item:focus,
.cid-uZivlRbH73 .nav-link:focus {
  outline: none;
}
.cid-uZivlRbH73 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZivlRbH73 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZivlRbH73 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZivlRbH73 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZivlRbH73 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZivlRbH73 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZivlRbH73 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZivlRbH73 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZivlRbH73 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZivlRbH73 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZivlRbH73 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZivlRbH73 .navbar.collapsed {
  justify-content: center;
}
.cid-uZivlRbH73 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZivlRbH73 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZivlRbH73 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZivlRbH73 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZivlRbH73 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZivlRbH73 .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-uZivlRbH73 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZivlRbH73 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZivlRbH73 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZivlRbH73 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZivlRbH73 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZivlRbH73 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZivlRbH73 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZivlRbH73 .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-uZivlRbH73 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZivlRbH73 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZivlRbH73 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZivlRbH73 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZivlRbH73 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZivlRbH73 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZivlRbH73 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZivlRbH73 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZivlRbH73 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZivlRbH73 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZivlRbH73 .navbar-brand .navbar-caption:hover,
.cid-uZivlRbH73 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZivlRbH73 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZivlRbH73 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZivlRbH73 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZivlRbH73 .dropdown-item.active,
.cid-uZivlRbH73 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZivlRbH73 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZivlRbH73 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZivlRbH73 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZivlRbH73 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZivlRbH73 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZivlRbH73 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZivlRbH73 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZivlRbH73 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZivlRbH73 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZivlRbH73 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZivlRbH73 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZivlRbH73 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZivlRbH73 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZivlRbH73 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZivlRbH73 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZivlRbH73 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZivlRbH73 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZivlRbH73 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZivlRbH73 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZivlRbH73 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZivlRbH73 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZivlRbH73 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZivlRbH73 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZivlRbH73 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZivlRbH73 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZivlRbH73 .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-uZivlRbH73 .navbar {
    height: 70px;
  }
  .cid-uZivlRbH73 .navbar.opened {
    height: auto;
  }
  .cid-uZivlRbH73 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZivlRbH73 .navbar-nav {
  margin: 0 auto;
}
.cid-uZivlRbH73 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZivlRbH73 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZivlRbH73 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZivlRbH73 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZivlRbH73 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZivlRbH73 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZivlRbH73 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZivlRbH73 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZivlRbH73 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZivlRbH73 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZivlRbH73 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZivlRbH73 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZivlRbH73 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZivlRbH73 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZivlRbH73 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZivlRbH73 .content-wrap {
  min-height: 110px;
}
.cid-uZivlS7iEA {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZivlS7iEA::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZivlS7iEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivlS7iEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivlS7iEA .card {
  justify-content: flex-end;
}
.cid-uZivlS7iEA .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZivlS7iEA .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZivlS7iEA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZivlS7iEA .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZivlS7iEA .mbr-label {
  color: #ffffff;
}
.cid-uZivlS7iEA .mbr-section-title {
  color: #ffffff;
}
.cid-uZivlS7iEA .mbr-text {
  color: #ffffff;
}
.cid-uZivlSqvBy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZivlSqvBy {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZivlSqvBy .item:focus,
.cid-uZivlSqvBy span:focus {
  outline: none;
}
.cid-uZivlSqvBy .item {
  cursor: pointer;
}
.cid-uZivlSqvBy .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZivlSqvBy .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZivlSqvBy .grid-container-1,
.cid-uZivlSqvBy .grid-container-2,
.cid-uZivlSqvBy .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZivlSqvBy .grid-container-1,
  .cid-uZivlSqvBy .grid-container-2,
  .cid-uZivlSqvBy .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZivlSqvBy .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZivlSqvBy .content-head {
  max-width: 800px;
}
.cid-uZivlSqvBy .container,
.cid-uZivlSqvBy .container-fluid {
  overflow: hidden;
}
.cid-uZivlSqvBy .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZivlSqvBy .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZivlSqvBy .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZivlSqvBy .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZivlSqvBy .grid-container::before {
    height: 100%;
  }
}
.cid-uZivlSqvBy .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZivlSqvBy .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZivlSqvBy .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZivlSqvBy .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZivlSqvBy .grid-item img {
    height: 140px;
  }
}
.cid-uZivlSqvBy .grid-container-1,
.cid-uZivlSqvBy .grid-container-2,
.cid-uZivlSqvBy .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZivlSqvBy .grid-container-1 {
  align-items: flex-end;
}
.cid-uZivlSqvBy .grid-container-2 {
  align-items: flex-start;
}
.cid-uZivlSHrHR {
  background-color: #eeeef4;
}
.cid-uZivlSHrHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivlSHrHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivlSHrHR .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZivlSHrHR .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZivlSHrHR .content-wrapper {
    width: 100%;
  }
}
.cid-uZivlSHrHR .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZivlSHrHR .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZivlSHrHR .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZivlSHrHR .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZivlSHrHR .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZivlSHrHR .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZivlSHrHR .content-wrapper .desc-wrapper::before,
.cid-uZivlSHrHR .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZivlSHrHR .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZivlSHrHR .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZivlSHrHR .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZivlSHrHR .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZivlSHrHR .mbr-section-title {
  color: #181824;
}
.cid-uZivlSHrHR .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZivlSHrHR .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZivlSHrHR .mbr-section-title,
.cid-uZivlSHrHR .mbr-section-btn {
  text-align: center;
}
.cid-uZivlSHrHR .mbr-section-title,
.cid-uZivlSHrHR .mbr-section-btn,
.cid-uZivlSHrHR .logo-wrapper {
  text-align: left;
}
.cid-uZivlTkSqN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZivlTkSqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivlTkSqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivlTkSqN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZivlTkSqN .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZivlTkSqN .embla__slide .slide-content {
  width: 100%;
}
.cid-uZivlTkSqN .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZivlTkSqN .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZivlTkSqN .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZivlTkSqN .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZivlTkSqN .embla__button--next,
.cid-uZivlTkSqN .embla__button--prev {
  display: flex;
}
.cid-uZivlTkSqN .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZivlTkSqN .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZivlTkSqN .embla__button:hover::before {
  opacity: .5;
}
.cid-uZivlTkSqN .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZivlTkSqN .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZivlTkSqN .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZivlTkSqN .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZivlTkSqN .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZivlTkSqN .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZivlTkSqN .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZivlTkSqN .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZivlTkSqN .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZivlTkSqN .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZivlTkSqN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZivlTkSqN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZivlTkSqN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZivlTkSqN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZivlTkSqN .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZivlTGPkK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZivlTGPkK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivlTGPkK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivlTGPkK .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZivlTGPkK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZivlTGPkK .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZivlTGPkK .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZivlTGPkK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZivlTGPkK .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZivlTGPkK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZivlTGPkK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZivlTGPkK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZivlTGPkK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZivlTGPkK .embla__slide .slide-content {
  width: 100%;
}
.cid-uZivlTGPkK .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZivlTGPkK .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZivlTGPkK .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZivlTGPkK .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZivlTGPkK .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZivlTGPkK .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZivlTGPkK .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZivlTGPkK .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZivlTGPkK .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZivlTGPkK .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZivlTGPkK .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZivlTGPkK .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZivlTGPkK .embla__button--next,
.cid-uZivlTGPkK .embla__button--prev {
  display: flex;
}
.cid-uZivlTGPkK .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZivlTGPkK .embla__button {
    top: 0;
  }
}
.cid-uZivlTGPkK .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZivlTGPkK .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZivlTGPkK .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZivlTGPkK .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZivlTGPkK .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZivlTGPkK .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZivlTGPkK .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZivlTGPkK .embla {
    padding-top: 6rem;
  }
}
.cid-uZivlTGPkK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZivlTGPkK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZivlTGPkK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZivlTGPkK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZivlTGPkK .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZivlTGPkK .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZivlTGPkK .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZivlTGPkK .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZivlTGPkK .mbr-text,
.cid-uZivlTGPkK .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZivlTGPkK .card-name {
  color: #ffffff;
}
.cid-uZivlTGPkK .card-role {
  color: #ffffff;
}
.cid-uZivlTGPkK .card-text {
  color: #ffffff;
}
.cid-uZivlUpZLo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZivlUpZLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivlUpZLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivlUpZLo .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZivlUpZLo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZivlUpZLo .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZivlUpZLo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZivlUpZLo .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZivlUpZLo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZivlUpZLo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZivlUpZLo .items-wrapper {
  align-items: center;
}
.cid-uZivlUpZLo .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZivlUpZLo .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZivlUpZLo .items-wrapper .item:hover .item-wrapper::before,
.cid-uZivlUpZLo .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZivlUpZLo .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZivlUpZLo .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZivlUpZLo .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZivlUpZLo .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZivlUpZLo .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZivlUpZLo .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZivlUpZLo .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZivlUpZLo .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZivlUpZLo .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZivlUpZLo .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZivlUpZLo .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZivlUpZLo .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZivlUpZLo .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZivlUpZLo .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZivlUpZLo .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZivlUpZLo .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZivlUpZLo .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZivlUpZLo .mbr-text,
.cid-uZivlUpZLo .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZivlUMkHU {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZivlUMkHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivlUMkHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivlUMkHU .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZivlUMkHU .image-wrap {
    height: 350px;
  }
}
.cid-uZivlV3UJu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZivlV3UJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivlV3UJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivlV3UJu .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZivlV3UJu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZivlV3UJu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZivlV3UJu .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZivlV3UJu .items-wrapper {
  margin: 0 -8px;
}
.cid-uZivlV3UJu .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZivlV3UJu .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZivlV3UJu .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZivlV3UJu .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZivlV3UJu .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZivlV3UJu .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZivlV3UJu .btn-wrapper {
  margin-right: 9%;
}
.cid-uZivlV3UJu .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZivlV3UJu .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZivlV3UJu .card-title_1 {
  color: #ffffff;
}
.cid-uZivlV3UJu .card-title_2 {
  color: #ffffff;
}
.cid-uZivlV3UJu .card-title_3 {
  color: #ffffff;
}
.cid-uZivlV3UJu .card-price_1 {
  color: #ffffff;
}
.cid-uZivlV3UJu .card-price_2 {
  color: #ffffff;
}
.cid-uZivlV3UJu .card-price_3 {
  color: #ffffff;
}
.cid-uZivlV3UJu .card-text_1 {
  color: #ffffff;
}
.cid-uZivlV3UJu .card-text_2 {
  color: #ffffff;
}
.cid-uZivlV3UJu .card-text_3 {
  color: #ffffff;
}
#custom-html-ck {
  /* Type valid CSS here */
}
#custom-html-ck div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-ck p {
  font-size: 60px;
  color: #171616;
}
.cid-uZivpyuySm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZivpyuySm nav.navbar {
  position: fixed;
}
.cid-uZivpyuySm .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZivpyuySm .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZivpyuySm .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-uZivpyuySm .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZivpyuySm .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZivpyuySm .dropdown-item:hover,
.cid-uZivpyuySm .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZivpyuySm .dropdown-item:hover span {
  color: white;
}
.cid-uZivpyuySm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZivpyuySm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZivpyuySm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZivpyuySm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZivpyuySm .nav-link {
  position: relative;
}
.cid-uZivpyuySm .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZivpyuySm .container {
    flex-wrap: nowrap;
  }
}
.cid-uZivpyuySm .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZivpyuySm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZivpyuySm .dropdown-menu,
.cid-uZivpyuySm .navbar.opened {
  background: #111111 !important;
}
.cid-uZivpyuySm .nav-item:focus,
.cid-uZivpyuySm .nav-link:focus {
  outline: none;
}
.cid-uZivpyuySm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZivpyuySm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZivpyuySm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZivpyuySm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZivpyuySm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZivpyuySm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZivpyuySm .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZivpyuySm .navbar.opened {
  transition: all 0.3s;
}
.cid-uZivpyuySm .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZivpyuySm .navbar .navbar-logo img {
  width: auto;
}
.cid-uZivpyuySm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZivpyuySm .navbar.collapsed {
  justify-content: center;
}
.cid-uZivpyuySm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZivpyuySm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZivpyuySm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZivpyuySm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZivpyuySm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZivpyuySm .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-uZivpyuySm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZivpyuySm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZivpyuySm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZivpyuySm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZivpyuySm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZivpyuySm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZivpyuySm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZivpyuySm .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-uZivpyuySm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZivpyuySm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZivpyuySm .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZivpyuySm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZivpyuySm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZivpyuySm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZivpyuySm .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZivpyuySm .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZivpyuySm .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZivpyuySm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZivpyuySm .navbar-brand .navbar-caption:hover,
.cid-uZivpyuySm .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZivpyuySm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZivpyuySm .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZivpyuySm .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZivpyuySm .dropdown-item.active,
.cid-uZivpyuySm .dropdown-item:active {
  background-color: transparent;
}
.cid-uZivpyuySm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZivpyuySm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZivpyuySm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZivpyuySm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZivpyuySm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZivpyuySm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZivpyuySm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZivpyuySm ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZivpyuySm ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZivpyuySm .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZivpyuySm .navbar-buttons {
    text-align: left;
  }
}
.cid-uZivpyuySm .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZivpyuySm .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZivpyuySm button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZivpyuySm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZivpyuySm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZivpyuySm button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZivpyuySm button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZivpyuySm button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZivpyuySm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZivpyuySm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZivpyuySm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZivpyuySm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZivpyuySm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZivpyuySm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZivpyuySm .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-uZivpyuySm .navbar {
    height: 70px;
  }
  .cid-uZivpyuySm .navbar.opened {
    height: auto;
  }
  .cid-uZivpyuySm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZivpyuySm .navbar-nav {
  margin: 0 auto;
}
.cid-uZivpyuySm .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZivpyuySm .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZivpyuySm .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZivpyuySm .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZivpyuySm .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZivpyuySm .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZivpyuySm .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZivpyuySm .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZivpyuySm .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZivpyuySm .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZivpyuySm .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZivpyuySm .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZivpyuySm .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZivpyuySm .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZivpyuySm .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZivpyuySm .content-wrap {
  min-height: 110px;
}
.cid-uZivpztnEW {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZivpztnEW::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZivpztnEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivpztnEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivpztnEW .card {
  justify-content: flex-end;
}
.cid-uZivpztnEW .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZivpztnEW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZivpztnEW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZivpztnEW .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZivpztnEW .mbr-label {
  color: #ffffff;
}
.cid-uZivpztnEW .mbr-section-title {
  color: #ffffff;
}
.cid-uZivpztnEW .mbr-text {
  color: #ffffff;
}
.cid-uZivpzLZqA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZivpzLZqA {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZivpzLZqA .item:focus,
.cid-uZivpzLZqA span:focus {
  outline: none;
}
.cid-uZivpzLZqA .item {
  cursor: pointer;
}
.cid-uZivpzLZqA .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZivpzLZqA .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZivpzLZqA .grid-container-1,
.cid-uZivpzLZqA .grid-container-2,
.cid-uZivpzLZqA .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZivpzLZqA .grid-container-1,
  .cid-uZivpzLZqA .grid-container-2,
  .cid-uZivpzLZqA .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZivpzLZqA .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZivpzLZqA .content-head {
  max-width: 800px;
}
.cid-uZivpzLZqA .container,
.cid-uZivpzLZqA .container-fluid {
  overflow: hidden;
}
.cid-uZivpzLZqA .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZivpzLZqA .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZivpzLZqA .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZivpzLZqA .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZivpzLZqA .grid-container::before {
    height: 100%;
  }
}
.cid-uZivpzLZqA .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZivpzLZqA .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZivpzLZqA .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZivpzLZqA .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZivpzLZqA .grid-item img {
    height: 140px;
  }
}
.cid-uZivpzLZqA .grid-container-1,
.cid-uZivpzLZqA .grid-container-2,
.cid-uZivpzLZqA .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZivpzLZqA .grid-container-1 {
  align-items: flex-end;
}
.cid-uZivpzLZqA .grid-container-2 {
  align-items: flex-start;
}
.cid-uZivpA2ZQ3 {
  background-color: #eeeef4;
}
.cid-uZivpA2ZQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivpA2ZQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivpA2ZQ3 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZivpA2ZQ3 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZivpA2ZQ3 .content-wrapper {
    width: 100%;
  }
}
.cid-uZivpA2ZQ3 .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZivpA2ZQ3 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZivpA2ZQ3 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZivpA2ZQ3 .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZivpA2ZQ3 .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZivpA2ZQ3 .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZivpA2ZQ3 .content-wrapper .desc-wrapper::before,
.cid-uZivpA2ZQ3 .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZivpA2ZQ3 .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZivpA2ZQ3 .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZivpA2ZQ3 .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZivpA2ZQ3 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZivpA2ZQ3 .mbr-section-title {
  color: #181824;
}
.cid-uZivpA2ZQ3 .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZivpA2ZQ3 .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZivpA2ZQ3 .mbr-section-title,
.cid-uZivpA2ZQ3 .mbr-section-btn {
  text-align: center;
}
.cid-uZivpA2ZQ3 .mbr-section-title,
.cid-uZivpA2ZQ3 .mbr-section-btn,
.cid-uZivpA2ZQ3 .logo-wrapper {
  text-align: left;
}
.cid-uZivpAG1iR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZivpAG1iR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivpAG1iR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivpAG1iR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZivpAG1iR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZivpAG1iR .embla__slide .slide-content {
  width: 100%;
}
.cid-uZivpAG1iR .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZivpAG1iR .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZivpAG1iR .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZivpAG1iR .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZivpAG1iR .embla__button--next,
.cid-uZivpAG1iR .embla__button--prev {
  display: flex;
}
.cid-uZivpAG1iR .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZivpAG1iR .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZivpAG1iR .embla__button:hover::before {
  opacity: .5;
}
.cid-uZivpAG1iR .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZivpAG1iR .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZivpAG1iR .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZivpAG1iR .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZivpAG1iR .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZivpAG1iR .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZivpAG1iR .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZivpAG1iR .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZivpAG1iR .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZivpAG1iR .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZivpAG1iR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZivpAG1iR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZivpAG1iR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZivpAG1iR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZivpAG1iR .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZivpB4UNP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZivpB4UNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivpB4UNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivpB4UNP .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZivpB4UNP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZivpB4UNP .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZivpB4UNP .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZivpB4UNP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZivpB4UNP .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZivpB4UNP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZivpB4UNP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZivpB4UNP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZivpB4UNP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZivpB4UNP .embla__slide .slide-content {
  width: 100%;
}
.cid-uZivpB4UNP .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZivpB4UNP .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZivpB4UNP .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZivpB4UNP .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZivpB4UNP .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZivpB4UNP .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZivpB4UNP .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZivpB4UNP .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZivpB4UNP .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZivpB4UNP .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZivpB4UNP .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZivpB4UNP .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZivpB4UNP .embla__button--next,
.cid-uZivpB4UNP .embla__button--prev {
  display: flex;
}
.cid-uZivpB4UNP .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZivpB4UNP .embla__button {
    top: 0;
  }
}
.cid-uZivpB4UNP .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZivpB4UNP .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZivpB4UNP .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZivpB4UNP .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZivpB4UNP .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZivpB4UNP .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZivpB4UNP .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZivpB4UNP .embla {
    padding-top: 6rem;
  }
}
.cid-uZivpB4UNP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZivpB4UNP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZivpB4UNP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZivpB4UNP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZivpB4UNP .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZivpB4UNP .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZivpB4UNP .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZivpB4UNP .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZivpB4UNP .mbr-text,
.cid-uZivpB4UNP .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZivpB4UNP .card-name {
  color: #ffffff;
}
.cid-uZivpB4UNP .card-role {
  color: #ffffff;
}
.cid-uZivpB4UNP .card-text {
  color: #ffffff;
}
.cid-uZivpBLU2Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZivpBLU2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivpBLU2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivpBLU2Z .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZivpBLU2Z .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZivpBLU2Z .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZivpBLU2Z .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZivpBLU2Z .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZivpBLU2Z .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZivpBLU2Z .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZivpBLU2Z .items-wrapper {
  align-items: center;
}
.cid-uZivpBLU2Z .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZivpBLU2Z .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZivpBLU2Z .items-wrapper .item:hover .item-wrapper::before,
.cid-uZivpBLU2Z .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZivpBLU2Z .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZivpBLU2Z .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZivpBLU2Z .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZivpBLU2Z .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZivpBLU2Z .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZivpBLU2Z .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZivpBLU2Z .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZivpBLU2Z .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZivpBLU2Z .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZivpBLU2Z .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZivpBLU2Z .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZivpBLU2Z .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZivpBLU2Z .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZivpBLU2Z .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZivpBLU2Z .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZivpBLU2Z .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZivpBLU2Z .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZivpBLU2Z .mbr-text,
.cid-uZivpBLU2Z .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZivpC9Icq {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZivpC9Icq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivpC9Icq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivpC9Icq .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZivpC9Icq .image-wrap {
    height: 350px;
  }
}
.cid-uZivpCrCjk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZivpCrCjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivpCrCjk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivpCrCjk .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZivpCrCjk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZivpCrCjk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZivpCrCjk .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZivpCrCjk .items-wrapper {
  margin: 0 -8px;
}
.cid-uZivpCrCjk .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZivpCrCjk .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZivpCrCjk .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZivpCrCjk .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZivpCrCjk .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZivpCrCjk .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZivpCrCjk .btn-wrapper {
  margin-right: 9%;
}
.cid-uZivpCrCjk .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZivpCrCjk .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZivpCrCjk .card-title_1 {
  color: #ffffff;
}
.cid-uZivpCrCjk .card-title_2 {
  color: #ffffff;
}
.cid-uZivpCrCjk .card-title_3 {
  color: #ffffff;
}
.cid-uZivpCrCjk .card-price_1 {
  color: #ffffff;
}
.cid-uZivpCrCjk .card-price_2 {
  color: #ffffff;
}
.cid-uZivpCrCjk .card-price_3 {
  color: #ffffff;
}
.cid-uZivpCrCjk .card-text_1 {
  color: #ffffff;
}
.cid-uZivpCrCjk .card-text_2 {
  color: #ffffff;
}
.cid-uZivpCrCjk .card-text_3 {
  color: #ffffff;
}
#custom-html-cu {
  /* Type valid CSS here */
}
#custom-html-cu div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-cu p {
  font-size: 60px;
  color: #171616;
}
.cid-uZivsBhZST {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZivsBhZST nav.navbar {
  position: fixed;
}
.cid-uZivsBhZST .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZivsBhZST .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZivsBhZST .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-uZivsBhZST .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZivsBhZST .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZivsBhZST .dropdown-item:hover,
.cid-uZivsBhZST .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZivsBhZST .dropdown-item:hover span {
  color: white;
}
.cid-uZivsBhZST .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZivsBhZST .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZivsBhZST .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZivsBhZST .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZivsBhZST .nav-link {
  position: relative;
}
.cid-uZivsBhZST .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZivsBhZST .container {
    flex-wrap: nowrap;
  }
}
.cid-uZivsBhZST .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZivsBhZST .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZivsBhZST .dropdown-menu,
.cid-uZivsBhZST .navbar.opened {
  background: #111111 !important;
}
.cid-uZivsBhZST .nav-item:focus,
.cid-uZivsBhZST .nav-link:focus {
  outline: none;
}
.cid-uZivsBhZST .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZivsBhZST .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZivsBhZST .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZivsBhZST .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZivsBhZST .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZivsBhZST .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZivsBhZST .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZivsBhZST .navbar.opened {
  transition: all 0.3s;
}
.cid-uZivsBhZST .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZivsBhZST .navbar .navbar-logo img {
  width: auto;
}
.cid-uZivsBhZST .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZivsBhZST .navbar.collapsed {
  justify-content: center;
}
.cid-uZivsBhZST .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZivsBhZST .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZivsBhZST .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZivsBhZST .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZivsBhZST .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZivsBhZST .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-uZivsBhZST .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZivsBhZST .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZivsBhZST .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZivsBhZST .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZivsBhZST .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZivsBhZST .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZivsBhZST .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZivsBhZST .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-uZivsBhZST .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZivsBhZST .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZivsBhZST .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZivsBhZST .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZivsBhZST .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZivsBhZST .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZivsBhZST .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZivsBhZST .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZivsBhZST .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZivsBhZST .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZivsBhZST .navbar-brand .navbar-caption:hover,
.cid-uZivsBhZST .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZivsBhZST .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZivsBhZST .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZivsBhZST .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZivsBhZST .dropdown-item.active,
.cid-uZivsBhZST .dropdown-item:active {
  background-color: transparent;
}
.cid-uZivsBhZST .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZivsBhZST .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZivsBhZST .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZivsBhZST .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZivsBhZST .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZivsBhZST .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZivsBhZST .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZivsBhZST ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZivsBhZST ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZivsBhZST .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZivsBhZST .navbar-buttons {
    text-align: left;
  }
}
.cid-uZivsBhZST .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZivsBhZST .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZivsBhZST button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZivsBhZST button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZivsBhZST button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZivsBhZST button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZivsBhZST button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZivsBhZST button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZivsBhZST nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZivsBhZST nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZivsBhZST nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZivsBhZST nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZivsBhZST .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZivsBhZST a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZivsBhZST .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-uZivsBhZST .navbar {
    height: 70px;
  }
  .cid-uZivsBhZST .navbar.opened {
    height: auto;
  }
  .cid-uZivsBhZST .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZivsBhZST .navbar-nav {
  margin: 0 auto;
}
.cid-uZivsBhZST .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZivsBhZST .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZivsBhZST .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZivsBhZST .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZivsBhZST .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZivsBhZST .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZivsBhZST .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZivsBhZST .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZivsBhZST .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZivsBhZST .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZivsBhZST .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZivsBhZST .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZivsBhZST .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZivsBhZST .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZivsBhZST .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZivsBhZST .content-wrap {
  min-height: 110px;
}
.cid-uZivsCdgbz {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZivsCdgbz::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZivsCdgbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivsCdgbz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivsCdgbz .card {
  justify-content: flex-end;
}
.cid-uZivsCdgbz .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZivsCdgbz .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZivsCdgbz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZivsCdgbz .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZivsCdgbz .mbr-label {
  color: #ffffff;
}
.cid-uZivsCdgbz .mbr-section-title {
  color: #ffffff;
}
.cid-uZivsCdgbz .mbr-text {
  color: #ffffff;
}
.cid-uZivsCwBQ1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZivsCwBQ1 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZivsCwBQ1 .item:focus,
.cid-uZivsCwBQ1 span:focus {
  outline: none;
}
.cid-uZivsCwBQ1 .item {
  cursor: pointer;
}
.cid-uZivsCwBQ1 .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZivsCwBQ1 .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZivsCwBQ1 .grid-container-1,
.cid-uZivsCwBQ1 .grid-container-2,
.cid-uZivsCwBQ1 .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZivsCwBQ1 .grid-container-1,
  .cid-uZivsCwBQ1 .grid-container-2,
  .cid-uZivsCwBQ1 .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZivsCwBQ1 .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZivsCwBQ1 .content-head {
  max-width: 800px;
}
.cid-uZivsCwBQ1 .container,
.cid-uZivsCwBQ1 .container-fluid {
  overflow: hidden;
}
.cid-uZivsCwBQ1 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZivsCwBQ1 .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZivsCwBQ1 .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZivsCwBQ1 .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZivsCwBQ1 .grid-container::before {
    height: 100%;
  }
}
.cid-uZivsCwBQ1 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZivsCwBQ1 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZivsCwBQ1 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZivsCwBQ1 .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZivsCwBQ1 .grid-item img {
    height: 140px;
  }
}
.cid-uZivsCwBQ1 .grid-container-1,
.cid-uZivsCwBQ1 .grid-container-2,
.cid-uZivsCwBQ1 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZivsCwBQ1 .grid-container-1 {
  align-items: flex-end;
}
.cid-uZivsCwBQ1 .grid-container-2 {
  align-items: flex-start;
}
.cid-uZivsCNl27 {
  background-color: #eeeef4;
}
.cid-uZivsCNl27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivsCNl27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivsCNl27 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZivsCNl27 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZivsCNl27 .content-wrapper {
    width: 100%;
  }
}
.cid-uZivsCNl27 .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZivsCNl27 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZivsCNl27 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZivsCNl27 .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZivsCNl27 .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZivsCNl27 .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZivsCNl27 .content-wrapper .desc-wrapper::before,
.cid-uZivsCNl27 .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZivsCNl27 .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZivsCNl27 .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZivsCNl27 .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZivsCNl27 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZivsCNl27 .mbr-section-title {
  color: #181824;
}
.cid-uZivsCNl27 .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZivsCNl27 .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZivsCNl27 .mbr-section-title,
.cid-uZivsCNl27 .mbr-section-btn {
  text-align: center;
}
.cid-uZivsCNl27 .mbr-section-title,
.cid-uZivsCNl27 .mbr-section-btn,
.cid-uZivsCNl27 .logo-wrapper {
  text-align: left;
}
.cid-uZivsDrNhj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZivsDrNhj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivsDrNhj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivsDrNhj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZivsDrNhj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZivsDrNhj .embla__slide .slide-content {
  width: 100%;
}
.cid-uZivsDrNhj .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZivsDrNhj .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZivsDrNhj .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZivsDrNhj .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZivsDrNhj .embla__button--next,
.cid-uZivsDrNhj .embla__button--prev {
  display: flex;
}
.cid-uZivsDrNhj .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZivsDrNhj .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZivsDrNhj .embla__button:hover::before {
  opacity: .5;
}
.cid-uZivsDrNhj .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZivsDrNhj .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZivsDrNhj .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZivsDrNhj .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZivsDrNhj .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZivsDrNhj .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZivsDrNhj .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZivsDrNhj .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZivsDrNhj .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZivsDrNhj .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZivsDrNhj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZivsDrNhj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZivsDrNhj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZivsDrNhj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZivsDrNhj .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZivsDPLP8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZivsDPLP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivsDPLP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivsDPLP8 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZivsDPLP8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZivsDPLP8 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZivsDPLP8 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZivsDPLP8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZivsDPLP8 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZivsDPLP8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZivsDPLP8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZivsDPLP8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZivsDPLP8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZivsDPLP8 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZivsDPLP8 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZivsDPLP8 .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZivsDPLP8 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZivsDPLP8 .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZivsDPLP8 .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZivsDPLP8 .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZivsDPLP8 .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZivsDPLP8 .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZivsDPLP8 .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZivsDPLP8 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZivsDPLP8 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZivsDPLP8 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZivsDPLP8 .embla__button--next,
.cid-uZivsDPLP8 .embla__button--prev {
  display: flex;
}
.cid-uZivsDPLP8 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZivsDPLP8 .embla__button {
    top: 0;
  }
}
.cid-uZivsDPLP8 .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZivsDPLP8 .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZivsDPLP8 .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZivsDPLP8 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZivsDPLP8 .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZivsDPLP8 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZivsDPLP8 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZivsDPLP8 .embla {
    padding-top: 6rem;
  }
}
.cid-uZivsDPLP8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZivsDPLP8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZivsDPLP8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZivsDPLP8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZivsDPLP8 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZivsDPLP8 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZivsDPLP8 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZivsDPLP8 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZivsDPLP8 .mbr-text,
.cid-uZivsDPLP8 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZivsDPLP8 .card-name {
  color: #ffffff;
}
.cid-uZivsDPLP8 .card-role {
  color: #ffffff;
}
.cid-uZivsDPLP8 .card-text {
  color: #ffffff;
}
.cid-uZivsEyoIZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZivsEyoIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivsEyoIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivsEyoIZ .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZivsEyoIZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZivsEyoIZ .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZivsEyoIZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZivsEyoIZ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZivsEyoIZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZivsEyoIZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZivsEyoIZ .items-wrapper {
  align-items: center;
}
.cid-uZivsEyoIZ .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZivsEyoIZ .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZivsEyoIZ .items-wrapper .item:hover .item-wrapper::before,
.cid-uZivsEyoIZ .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZivsEyoIZ .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZivsEyoIZ .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZivsEyoIZ .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZivsEyoIZ .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZivsEyoIZ .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZivsEyoIZ .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZivsEyoIZ .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZivsEyoIZ .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZivsEyoIZ .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZivsEyoIZ .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZivsEyoIZ .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZivsEyoIZ .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZivsEyoIZ .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZivsEyoIZ .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZivsEyoIZ .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZivsEyoIZ .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZivsEyoIZ .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZivsEyoIZ .mbr-text,
.cid-uZivsEyoIZ .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZivsEWwju {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZivsEWwju .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivsEWwju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivsEWwju .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZivsEWwju .image-wrap {
    height: 350px;
  }
}
.cid-uZivsFf1SW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZivsFf1SW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivsFf1SW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivsFf1SW .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZivsFf1SW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZivsFf1SW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZivsFf1SW .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZivsFf1SW .items-wrapper {
  margin: 0 -8px;
}
.cid-uZivsFf1SW .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZivsFf1SW .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZivsFf1SW .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZivsFf1SW .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZivsFf1SW .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZivsFf1SW .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZivsFf1SW .btn-wrapper {
  margin-right: 9%;
}
.cid-uZivsFf1SW .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZivsFf1SW .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZivsFf1SW .card-title_1 {
  color: #ffffff;
}
.cid-uZivsFf1SW .card-title_2 {
  color: #ffffff;
}
.cid-uZivsFf1SW .card-title_3 {
  color: #ffffff;
}
.cid-uZivsFf1SW .card-price_1 {
  color: #ffffff;
}
.cid-uZivsFf1SW .card-price_2 {
  color: #ffffff;
}
.cid-uZivsFf1SW .card-price_3 {
  color: #ffffff;
}
.cid-uZivsFf1SW .card-text_1 {
  color: #ffffff;
}
.cid-uZivsFf1SW .card-text_2 {
  color: #ffffff;
}
.cid-uZivsFf1SW .card-text_3 {
  color: #ffffff;
}
#custom-html-d4 {
  /* Type valid CSS here */
}
#custom-html-d4 div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-d4 p {
  font-size: 60px;
  color: #171616;
}
.cid-uZivy4wdxz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZivy4wdxz nav.navbar {
  position: fixed;
}
.cid-uZivy4wdxz .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZivy4wdxz .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZivy4wdxz .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-uZivy4wdxz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZivy4wdxz .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZivy4wdxz .dropdown-item:hover,
.cid-uZivy4wdxz .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZivy4wdxz .dropdown-item:hover span {
  color: white;
}
.cid-uZivy4wdxz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZivy4wdxz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZivy4wdxz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZivy4wdxz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZivy4wdxz .nav-link {
  position: relative;
}
.cid-uZivy4wdxz .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZivy4wdxz .container {
    flex-wrap: nowrap;
  }
}
.cid-uZivy4wdxz .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZivy4wdxz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZivy4wdxz .dropdown-menu,
.cid-uZivy4wdxz .navbar.opened {
  background: #111111 !important;
}
.cid-uZivy4wdxz .nav-item:focus,
.cid-uZivy4wdxz .nav-link:focus {
  outline: none;
}
.cid-uZivy4wdxz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZivy4wdxz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZivy4wdxz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZivy4wdxz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZivy4wdxz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZivy4wdxz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZivy4wdxz .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111111;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZivy4wdxz .navbar.opened {
  transition: all 0.3s;
}
.cid-uZivy4wdxz .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZivy4wdxz .navbar .navbar-logo img {
  width: auto;
}
.cid-uZivy4wdxz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZivy4wdxz .navbar.collapsed {
  justify-content: center;
}
.cid-uZivy4wdxz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZivy4wdxz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZivy4wdxz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uZivy4wdxz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZivy4wdxz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZivy4wdxz .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-uZivy4wdxz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZivy4wdxz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZivy4wdxz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZivy4wdxz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZivy4wdxz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZivy4wdxz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZivy4wdxz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZivy4wdxz .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-uZivy4wdxz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZivy4wdxz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZivy4wdxz .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZivy4wdxz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZivy4wdxz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZivy4wdxz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZivy4wdxz .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZivy4wdxz .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZivy4wdxz .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZivy4wdxz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZivy4wdxz .navbar-brand .navbar-caption:hover,
.cid-uZivy4wdxz .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZivy4wdxz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZivy4wdxz .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZivy4wdxz .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZivy4wdxz .dropdown-item.active,
.cid-uZivy4wdxz .dropdown-item:active {
  background-color: transparent;
}
.cid-uZivy4wdxz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZivy4wdxz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZivy4wdxz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZivy4wdxz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZivy4wdxz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZivy4wdxz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZivy4wdxz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZivy4wdxz ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZivy4wdxz ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZivy4wdxz .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZivy4wdxz .navbar-buttons {
    text-align: left;
  }
}
.cid-uZivy4wdxz .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZivy4wdxz .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZivy4wdxz button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZivy4wdxz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZivy4wdxz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZivy4wdxz button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZivy4wdxz button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZivy4wdxz button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZivy4wdxz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZivy4wdxz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZivy4wdxz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZivy4wdxz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZivy4wdxz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZivy4wdxz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZivy4wdxz .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-uZivy4wdxz .navbar {
    height: 70px;
  }
  .cid-uZivy4wdxz .navbar.opened {
    height: auto;
  }
  .cid-uZivy4wdxz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZivy4wdxz .navbar-nav {
  margin: 0 auto;
}
.cid-uZivy4wdxz .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZivy4wdxz .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uZivy4wdxz .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZivy4wdxz .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZivy4wdxz .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZivy4wdxz .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZivy4wdxz .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZivy4wdxz .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZivy4wdxz .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZivy4wdxz .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZivy4wdxz .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZivy4wdxz .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZivy4wdxz .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZivy4wdxz .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZivy4wdxz .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZivy4wdxz .content-wrap {
  min-height: 110px;
}
.cid-uZivy5uHBR {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background2-h_mg26cnp0.jpg");
}
.cid-uZivy5uHBR::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZivy5uHBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivy5uHBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivy5uHBR .card {
  justify-content: flex-end;
}
.cid-uZivy5uHBR .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZivy5uHBR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZivy5uHBR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZivy5uHBR .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZivy5uHBR .mbr-label {
  color: #ffffff;
}
.cid-uZivy5uHBR .mbr-section-title {
  color: #ffffff;
}
.cid-uZivy5uHBR .mbr-text {
  color: #ffffff;
}
.cid-uZivy5N6tB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZivy5N6tB {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZivy5N6tB .item:focus,
.cid-uZivy5N6tB span:focus {
  outline: none;
}
.cid-uZivy5N6tB .item {
  cursor: pointer;
}
.cid-uZivy5N6tB .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZivy5N6tB .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZivy5N6tB .grid-container-1,
.cid-uZivy5N6tB .grid-container-2,
.cid-uZivy5N6tB .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZivy5N6tB .grid-container-1,
  .cid-uZivy5N6tB .grid-container-2,
  .cid-uZivy5N6tB .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZivy5N6tB .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZivy5N6tB .content-head {
  max-width: 800px;
}
.cid-uZivy5N6tB .container,
.cid-uZivy5N6tB .container-fluid {
  overflow: hidden;
}
.cid-uZivy5N6tB .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZivy5N6tB .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZivy5N6tB .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZivy5N6tB .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZivy5N6tB .grid-container::before {
    height: 100%;
  }
}
.cid-uZivy5N6tB .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZivy5N6tB .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZivy5N6tB .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZivy5N6tB .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZivy5N6tB .grid-item img {
    height: 140px;
  }
}
.cid-uZivy5N6tB .grid-container-1,
.cid-uZivy5N6tB .grid-container-2,
.cid-uZivy5N6tB .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZivy5N6tB .grid-container-1 {
  align-items: flex-end;
}
.cid-uZivy5N6tB .grid-container-2 {
  align-items: flex-start;
}
.cid-uZivy63l8k {
  background-color: #eeeef4;
}
.cid-uZivy63l8k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivy63l8k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivy63l8k .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZivy63l8k .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZivy63l8k .content-wrapper {
    width: 100%;
  }
}
.cid-uZivy63l8k .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZivy63l8k .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZivy63l8k .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZivy63l8k .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZivy63l8k .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-uZivy63l8k .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-uZivy63l8k .content-wrapper .desc-wrapper::before,
.cid-uZivy63l8k .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-uZivy63l8k .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-uZivy63l8k .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-uZivy63l8k .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-uZivy63l8k .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZivy63l8k .mbr-section-title {
  color: #181824;
}
.cid-uZivy63l8k .mbr-text {
  color: #54547e;
  text-align: justify;
}
.cid-uZivy63l8k .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-uZivy63l8k .mbr-section-title,
.cid-uZivy63l8k .mbr-section-btn {
  text-align: center;
}
.cid-uZivy63l8k .mbr-section-title,
.cid-uZivy63l8k .mbr-section-btn,
.cid-uZivy63l8k .logo-wrapper {
  text-align: left;
}
.cid-uZivy6G9i3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZivy6G9i3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivy6G9i3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivy6G9i3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uZivy6G9i3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZivy6G9i3 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZivy6G9i3 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZivy6G9i3 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uZivy6G9i3 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uZivy6G9i3 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZivy6G9i3 .embla__button--next,
.cid-uZivy6G9i3 .embla__button--prev {
  display: flex;
}
.cid-uZivy6G9i3 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZivy6G9i3 .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uZivy6G9i3 .embla__button:hover::before {
  opacity: .5;
}
.cid-uZivy6G9i3 .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZivy6G9i3 .embla__button:disabled::before {
  opacity: .2;
}
.cid-uZivy6G9i3 .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uZivy6G9i3 .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uZivy6G9i3 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uZivy6G9i3 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZivy6G9i3 .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uZivy6G9i3 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uZivy6G9i3 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZivy6G9i3 .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uZivy6G9i3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZivy6G9i3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZivy6G9i3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZivy6G9i3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZivy6G9i3 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZivy732gd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZivy732gd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivy732gd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivy732gd .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZivy732gd .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZivy732gd .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZivy732gd .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZivy732gd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZivy732gd .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZivy732gd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZivy732gd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZivy732gd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uZivy732gd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZivy732gd .embla__slide .slide-content {
  width: 100%;
}
.cid-uZivy732gd .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uZivy732gd .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uZivy732gd .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZivy732gd .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZivy732gd .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uZivy732gd .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uZivy732gd .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZivy732gd .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uZivy732gd .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uZivy732gd .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uZivy732gd .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZivy732gd .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZivy732gd .embla__button--next,
.cid-uZivy732gd .embla__button--prev {
  display: flex;
}
.cid-uZivy732gd .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZivy732gd .embla__button {
    top: 0;
  }
}
.cid-uZivy732gd .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZivy732gd .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZivy732gd .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uZivy732gd .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZivy732gd .embla__button.embla__button--next {
  right: 32px;
}
.cid-uZivy732gd .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZivy732gd .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZivy732gd .embla {
    padding-top: 6rem;
  }
}
.cid-uZivy732gd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZivy732gd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZivy732gd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZivy732gd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZivy732gd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZivy732gd .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZivy732gd .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZivy732gd .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZivy732gd .mbr-text,
.cid-uZivy732gd .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZivy732gd .card-name {
  color: #ffffff;
}
.cid-uZivy732gd .card-role {
  color: #ffffff;
}
.cid-uZivy732gd .card-text {
  color: #ffffff;
}
.cid-uZivy7IKj8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZivy7IKj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivy7IKj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivy7IKj8 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZivy7IKj8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZivy7IKj8 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZivy7IKj8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZivy7IKj8 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZivy7IKj8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZivy7IKj8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZivy7IKj8 .items-wrapper {
  align-items: center;
}
.cid-uZivy7IKj8 .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZivy7IKj8 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZivy7IKj8 .items-wrapper .item:hover .item-wrapper::before,
.cid-uZivy7IKj8 .items-wrapper .item:focus .item-wrapper::before {
  opacity: .3;
}
.cid-uZivy7IKj8 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper,
.cid-uZivy7IKj8 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper {
  transform: scale(1.25);
}
.cid-uZivy7IKj8 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uZivy7IKj8 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZivy7IKj8 .items-wrapper .item:hover .item-wrapper .iconfont-wrapper a mbr-iconfont,
.cid-uZivy7IKj8 .items-wrapper .item:focus .item-wrapper .iconfont-wrapper a mbr-iconfont {
  transform: scale(0.65);
}
.cid-uZivy7IKj8 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uZivy7IKj8 .items-wrapper .item .item-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZivy7IKj8 .items-wrapper .item .item-wrapper {
    height: 350px;
  }
}
.cid-uZivy7IKj8 .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZivy7IKj8 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZivy7IKj8 .items-wrapper .item .item-wrapper .iconfont-wrapper a {
  display: flex;
}
.cid-uZivy7IKj8 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  transition: all .3s ease;
  font-size: 20px;
  margin-left: 4px;
  padding: 54px;
}
.cid-uZivy7IKj8 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZivy7IKj8 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZivy7IKj8 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZivy7IKj8 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZivy7IKj8 .mbr-text,
.cid-uZivy7IKj8 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZivy85c4i {
  background-image: url("https://r.mobirisesite.com/1872332/assets/images/background3-h_mg26rja2.jpg");
}
.cid-uZivy85c4i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivy85c4i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivy85c4i .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZivy85c4i .image-wrap {
    height: 350px;
  }
}
.cid-uZivy8mOZS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZivy8mOZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZivy8mOZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZivy8mOZS .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZivy8mOZS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZivy8mOZS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZivy8mOZS .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZivy8mOZS .items-wrapper {
  margin: 0 -8px;
}
.cid-uZivy8mOZS .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uZivy8mOZS .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZivy8mOZS .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZivy8mOZS .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZivy8mOZS .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-uZivy8mOZS .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uZivy8mOZS .btn-wrapper {
  margin-right: 9%;
}
.cid-uZivy8mOZS .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZivy8mOZS .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZivy8mOZS .card-title_1 {
  color: #ffffff;
}
.cid-uZivy8mOZS .card-title_2 {
  color: #ffffff;
}
.cid-uZivy8mOZS .card-title_3 {
  color: #ffffff;
}
.cid-uZivy8mOZS .card-price_1 {
  color: #ffffff;
}
.cid-uZivy8mOZS .card-price_2 {
  color: #ffffff;
}
.cid-uZivy8mOZS .card-price_3 {
  color: #ffffff;
}
.cid-uZivy8mOZS .card-text_1 {
  color: #ffffff;
}
.cid-uZivy8mOZS .card-text_2 {
  color: #ffffff;
}
.cid-uZivy8mOZS .card-text_3 {
  color: #ffffff;
}
#custom-html-de {
  /* Type valid CSS here */
}
#custom-html-de div {
  padding: 80px 0;
  color: #171616;
  text-align: left;
}
#custom-html-de p {
  font-size: 60px;
  color: #171616;
}
