.btn {
  border-width: 4px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.4rem;
  line-height: .95;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.65;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.07rem + (1.2 - 1.07) * ((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: #faff51 !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 #fcff9e !important;
}
.btn-primary .mbr-iconfont {
  color: #faff51 !important;
}
.btn-primary .mbr-iconfont::after {
  background-color: #1d1e00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #faff51 !important;
  border-color: #faff60 !important;
  color: #1d1e00 !important;
  box-shadow: 0px 32px 32px -10px #fcff9e important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #faff51 !important;
  border-color: #faff60 !important;
  box-shadow: 0px 32px 32px -10px #fdffb7 important;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #faff51 !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: #1d1e00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1d1e00 !important;
  background-color: #fbff84 !important;
  border-color: #fbff84 !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: #faff51 !important;
}
.btn-primary-outline .mbr-iconfont::after {
  border: 2px solid #faff51 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #faff51;
  color: #faff51;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #f2f900 !important;
  background-color: transparent !important;
  border-color: #f2f900 !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: #f2f900 !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 #f2f900 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #4f5100 !important;
  background-color: #faff51 !important;
  border-color: #faff51 !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: #faff51 !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: #e3ea00 !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: #faff51;
}
.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: #faff51;
  border-color: #faff51;
  color: #676a00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #faff51;
}
.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: 1.2rem;
  line-height: 1.65;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #faff51 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.65;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #faff51;
}
/* 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: #faff51;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #faff51;
}
.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: #faff51;
  border-bottom-color: #faff51;
}
.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: #faff51 !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='%23faff51' %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: #1d1e00;
}
.mbr-section-btn .btn-white .mbr-iconfont::after {
  background-color: #faff51 !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 .navbar-dropdown {
  position: relative !important;
}
.cid-uVaoPx0eej .navbar-dropdown {
  position: absolute !important;
}
.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: #454545 !important;
  font-weight: 600;
}
.cid-uVaoPx0eej .dropdown-item:hover,
.cid-uVaoPx0eej .dropdown-item:focus {
  background: #454545 !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: #454545 !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;
  background: rgba(69, 69, 69, 0.7);
  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 - 4rem);
  }
}
.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: #454545;
  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: #454545 !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;
}
.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-uWhgKZXj9c {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uWhgKZXj9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhgKZXj9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWhgKZXj9c .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWhgKZXj9c .container {
    padding: 0 12px;
  }
}
.cid-uWhgKZXj9c .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWhgKZXj9c .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWhgKZXj9c .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uWhgKZXj9c .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-uWhgKZXj9c .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uWhgKZXj9c .image-wrapper img {
  position: absolute;
  top: 0;
  width: 850px;
  height: 850px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uWhgKZXj9c .image-wrapper img {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .cid-uWhgKZXj9c .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-uWhgKZXj9c .image-wrapper .card-wrapper {
  position: relative;
  max-width: 40%;
  margin-top: 16rem;
  padding: 24px;
  border-radius: 32px;
  border: 3px solid #4169e2;
  box-shadow: 4px 4px #4169e2;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWhgKZXj9c .image-wrapper .card-wrapper {
    max-width: 100%;
    border-radius: 24px;
    margin-top: 10rem;
  }
}
.cid-uWhgKZXj9c .image-wrapper .card-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uWhgKZXj9c .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uWhgKZXj9c .mbr-text {
  color: #222222;
}
.cid-uWhgKZXj9c .mbr-text,
.cid-uWhgKZXj9c .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uWhgKZXj9c .mbr-section-title,
.cid-uWhgKZXj9c .mbr-section-btn {
  color: #4169e2;
}
.cid-uWh6vjSDhW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #ffffff -70%, #ffffff 100%);
}
.cid-uWh6vjSDhW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWh6vjSDhW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWh6vjSDhW .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWh6vjSDhW .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWh6vjSDhW .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWh6vjSDhW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWh6vjSDhW .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWh6vjSDhW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWh6vjSDhW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWh6vjSDhW .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWh6vjSDhW .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWh6vjSDhW .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #454545;
  color: #454545;
  font-size: 11px;
}
.cid-uWh6vjSDhW .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWh6vjSDhW .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWh6vjSDhW .list_2 {
    padding-left: 0;
  }
}
.cid-uWh6vjSDhW .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uWh6vjSDhW .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uWh6vjSDhW .mbr-text,
.cid-uWh6vjSDhW .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uWh6vjSDhW .list {
  color: #666666;
}
.cid-uWh6vjSDhW .list,
.cid-uWh6vjSDhW .item-wrap,
.cid-uWh6vjSDhW .list-wrapper {
  color: #000000;
}
.cid-uWh6Br6Lzx {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #4169e2;
}
.cid-uWh6Br6Lzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWh6Br6Lzx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWh6Br6Lzx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWh6Br6Lzx .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWh6Br6Lzx .container {
    padding: 0 12px;
  }
}
.cid-uWh6Br6Lzx .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWh6Br6Lzx .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWh6Br6Lzx .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWh6Br6Lzx .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uWh6Br6Lzx .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWh6Br6Lzx .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uWh6Br6Lzx .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uWh6Br6Lzx .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uWh6Br6Lzx .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uWh6Br6Lzx .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uWh6Br6Lzx .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uWh6Br6Lzx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWh6Br6Lzx .mbr-section-subtitle {
  color: #222222;
}
.cid-uWh6Br6Lzx .mbr-text {
  color: #000000;
}
.cid-uWh6Br6Lzx .list {
  color: #222222;
}
.cid-uWh55k7rL7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWh55k7rL7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWh55k7rL7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWh55k7rL7 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWh55k7rL7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWh55k7rL7 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWh55k7rL7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWh55k7rL7 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWh55k7rL7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWh55k7rL7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWh55k7rL7 .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-uWh55k7rL7 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uWh55k7rL7 .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-uWh55k7rL7 .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -160%;
  }
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .circle-wrap.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
}
@media (max-width: 1200px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -160%;
  }
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .card_1 .card-box,
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .card_1 .card-box,
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .card_1 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .card_2 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .card_4 {
  background-color: #98b1fa;
  border-color: #a0b7fa;
}
.cid-uWh55k7rL7 .btn-wrapper {
  margin-right: 9%;
}
.cid-uWh55k7rL7 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uWh55k7rL7 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uWh55k7rL7 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWh55k7rL7 .mbr-text,
.cid-uWh55k7rL7 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWh55k7rL7 .card-title_1 {
  color: #ffffff;
}
.cid-uWh55k7rL7 .card-title_2 {
  color: #ffffff;
}
.cid-uWh55k7rL7 .card-title_3 {
  color: #ffffff;
}
.cid-uWh55k7rL7 .card-title_4 {
  color: #ffffff;
}
.cid-uWh55k7rL7 .card-text_1 {
  color: #ffffff;
}
.cid-uWh55k7rL7 .card-text_2 {
  color: #ffffff;
}
.cid-uWh55k7rL7 .card-text_3 {
  color: #ffffff;
}
.cid-uWh55k7rL7 .card-text_4 {
  color: #ffffff;
}
.cid-uVaoWDezxb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVaoWDezxb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaoWDezxb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaoWDezxb .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVaoWDezxb .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVaoWDezxb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVaoWDezxb .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVaoWDezxb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uVaoWDezxb .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVaoWDezxb .mbr-section-title {
  color: #111111;
}
.cid-uVaoWDezxb .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uVaoWDezxb .mbr-text,
.cid-uVaoWDezxb .text-wrapper {
  color: #000000;
}
.cid-uWmN2fGFNs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWmN2fGFNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWmN2fGFNs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWmN2fGFNs .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #4169e2;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uWmN2fGFNs .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uWmN2fGFNs .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uWmN2fGFNs .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uWmN2fGFNs .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWmN2fGFNs .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uWmN2fGFNs .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uWmN2fGFNs .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uWmN2fGFNs .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #2f5298;
}
@media (max-width: 992px) {
  .cid-uWmN2fGFNs .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uWmN2fGFNs .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #2f5298;
}
.cid-uWmN2fGFNs .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #2f5298;
}
@media (max-width: 992px) {
  .cid-uWmN2fGFNs .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uWmN2fGFNs .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uWmN2fGFNs .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uWmN2fGFNs .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uWmN2fGFNs .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #f4f4f4;
}
.cid-uWmN2fGFNs .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #f4f4f4;
}
.cid-uWmN2fGFNs .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uWmN2fGFNs .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uWmN2fGFNs .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uWmN2fGFNs .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uWmN2fGFNs .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uWmN2fGFNs .panel-title-edit {
  color: #f4f4f4;
}
.cid-uWmN2fGFNs .panel-text {
  color: #d7d2d2;
}
.cid-uWh6z4WcWl {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #454545;
}
.cid-uWh6z4WcWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWh6z4WcWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWh6z4WcWl .container {
    padding: 0 20px;
  }
}
.cid-uWh6z4WcWl .row {
  margin: 0;
}
.cid-uWh6z4WcWl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWh6z4WcWl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWh6z4WcWl .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uWh6z4WcWl .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uWh6z4WcWl .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uWh6z4WcWl .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uWh6z4WcWl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWheIRxNIi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWheIRxNIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWheIRxNIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWheIRxNIi .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uWheIRxNIi .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWheIRxNIi .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWheIRxNIi .card-wrapper {
    padding: 4rem;
  }
}
.cid-uWheIRxNIi .mbr-text,
.cid-uWheIRxNIi .mbr-section-btn {
  color: #ffffff;
}
.cid-uWheIRxNIi .card-title,
.cid-uWheIRxNIi .card-box {
  text-align: left;
}
.cid-uWh6GhdRsn {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #4169e2;
  background: linear-gradient(to right top, #4169e2, #7293f4);
}
.cid-uWh6GhdRsn .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uWh6GhdRsn .img-wrap img {
  width: 80%;
  margin: auto;
}
.cid-uWh6GhdRsn .mbr-text,
.cid-uWh6GhdRsn .mbr-section-btn {
  color: #ffffff;
}
.cid-uWh6GhdRsn .mbr-section-title {
  color: #ffffff;
}
.cid-uWh6GhdRsn .buttons-wrap .link {
  display: flex;
}
.cid-uWh6GhdRsn .mbr-arrow {
  bottom: 0;
}
.cid-uWh6GhdRsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWh6GhdRsn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaoW3aZj8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVaoW3aZj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaoW3aZj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaoW3aZj8 .items-wrapper {
  margin: 0 -32px;
}
.cid-uVaoW3aZj8 .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVaoW3aZj8 .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uVaoW3aZj8 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uVaoW3aZj8 .card-title {
  color: #111111;
}
.cid-uVaoW3aZj8 .card-text {
  color: #666666;
  text-align: center;
}
.cid-uVaoW3aZj8 .card-title,
.cid-uVaoW3aZj8 .iconfont-wrapper {
  text-align: center;
}
.cid-uVap17maUK {
  padding-top: 0rem;
  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: #4169e2;
  border-color: #454545;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .card_2 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .card_3 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uVap17maUK .btn-wrapper {
  margin-right: 9%;
}
.cid-uVap17maUK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVap17maUK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uVap17maUK .card-title_1 {
  color: #ffffff;
}
.cid-uVap17maUK .card-title_2 {
  color: #ffffff;
  text-align: center;
}
.cid-uVap17maUK .card-title_3 {
  color: #ffffff;
  text-align: center;
}
.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;
}
.cid-uVap17maUK .card-title_1,
.cid-uVap17maUK .mbr-section-btn {
  text-align: center;
}
.cid-uWhdyVNlAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhdyVNlAL .mbr-section-subtitle {
  color: #000000;
}
.cid-uWhdyVNlAL .mbr-text {
  color: #000000;
}
.cid-uWh7e2GtFC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uWh7e2GtFC .google-map {
  height: 35rem;
  position: relative;
}
.cid-uWh7e2GtFC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uWh7e2GtFC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uWh7e2GtFC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uWh7e2GtFC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uWh7izd1EE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4169e2;
}
.cid-uWh7izd1EE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWh7izd1EE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWh7izd1EE .container {
    padding: 0 16px;
  }
}
.cid-uWh7izd1EE .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWh7izd1EE .card {
    margin-bottom: 40px;
  }
}
.cid-uWh7izd1EE .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWh7izd1EE .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uWh7izd1EE .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uWh7izd1EE .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWh7izd1EE .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWh7izd1EE .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uWh7izd1EE .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWh7izd1EE .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uWh7izd1EE .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uWh7izd1EE .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uWh7izd1EE .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWh7izd1EE .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uWh7izd1EE .mbr-section-title {
  color: #ffffff;
}
.cid-uWh7izd1EE .copyright {
  color: #ffffff;
}
.cid-uWh7izd1EE .mbr-card-title {
  color: #ffffff;
}
.cid-uWh7izd1EE .list {
  color: #ffffff;
}
.cid-uWhk3km4bH .navbar-dropdown {
  position: relative !important;
}
.cid-uWhk3km4bH .navbar-dropdown {
  position: absolute !important;
}
.cid-uWhk3km4bH .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-uWhk3km4bH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWhk3km4bH .dropdown-item {
  border: none !important;
  background: #454545 !important;
  font-weight: 600;
}
.cid-uWhk3km4bH .dropdown-item:hover,
.cid-uWhk3km4bH .dropdown-item:focus {
  background: #454545 !important;
  color: #ff6d99 !important;
}
.cid-uWhk3km4bH .dropdown-item:hover span {
  color: white;
}
.cid-uWhk3km4bH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWhk3km4bH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWhk3km4bH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWhk3km4bH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWhk3km4bH .nav-link {
  position: relative;
}
.cid-uWhk3km4bH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWhk3km4bH .container {
    flex-wrap: nowrap;
  }
}
.cid-uWhk3km4bH .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uWhk3km4bH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWhk3km4bH .dropdown-menu,
.cid-uWhk3km4bH .navbar.opened {
  background: #454545 !important;
}
.cid-uWhk3km4bH .nav-item:focus,
.cid-uWhk3km4bH .nav-link:focus {
  outline: none;
}
.cid-uWhk3km4bH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWhk3km4bH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWhk3km4bH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWhk3km4bH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWhk3km4bH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWhk3km4bH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWhk3km4bH .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(69, 69, 69, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWhk3km4bH .navbar.opened {
  transition: all 0.3s;
}
.cid-uWhk3km4bH .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uWhk3km4bH .navbar .navbar-logo img {
  width: auto;
}
.cid-uWhk3km4bH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWhk3km4bH .navbar.collapsed {
  justify-content: center;
}
.cid-uWhk3km4bH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWhk3km4bH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWhk3km4bH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uWhk3km4bH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWhk3km4bH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWhk3km4bH .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-uWhk3km4bH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWhk3km4bH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWhk3km4bH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWhk3km4bH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWhk3km4bH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWhk3km4bH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWhk3km4bH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWhk3km4bH .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-uWhk3km4bH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWhk3km4bH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWhk3km4bH .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWhk3km4bH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWhk3km4bH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWhk3km4bH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWhk3km4bH .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWhk3km4bH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWhk3km4bH .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-uWhk3km4bH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uWhk3km4bH .navbar-brand .navbar-caption:hover,
.cid-uWhk3km4bH .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uWhk3km4bH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWhk3km4bH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWhk3km4bH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uWhk3km4bH .dropdown-item.active,
.cid-uWhk3km4bH .dropdown-item:active {
  background-color: transparent;
}
.cid-uWhk3km4bH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWhk3km4bH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWhk3km4bH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWhk3km4bH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #454545;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWhk3km4bH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWhk3km4bH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWhk3km4bH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWhk3km4bH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWhk3km4bH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWhk3km4bH .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWhk3km4bH .navbar-buttons {
    text-align: left;
  }
}
.cid-uWhk3km4bH .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uWhk3km4bH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWhk3km4bH 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: #454545 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWhk3km4bH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uWhk3km4bH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWhk3km4bH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWhk3km4bH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWhk3km4bH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWhk3km4bH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWhk3km4bH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWhk3km4bH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWhk3km4bH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWhk3km4bH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWhk3km4bH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWhk3km4bH .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-uWhk3km4bH .navbar {
    height: 70px;
  }
  .cid-uWhk3km4bH .navbar.opened {
    height: auto;
  }
  .cid-uWhk3km4bH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWhk3km4bH .navbar-nav {
  margin: 0 auto;
}
.cid-uWhk3km4bH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWhk3km4bH .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-uWhk3km4bH .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uWhk3km4bH .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uWhk3km4bH .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWhk3km4bH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWhk3km4bH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWhk3km4bH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWhk3km4bH .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWhk3km4bH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWhk3km4bH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWhk3km4bH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWhk3km4bH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWhk3km4bH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWhk3km4bH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWhk3km4bH .content-wrap {
  min-height: 110px;
}
.cid-uWhk3lK83i {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uWhk3lK83i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhk3lK83i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWhk3lK83i .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWhk3lK83i .container {
    padding: 0 12px;
  }
}
.cid-uWhk3lK83i .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWhk3lK83i .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWhk3lK83i .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uWhk3lK83i .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-uWhk3lK83i .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uWhk3lK83i .image-wrapper img {
  position: absolute;
  top: 0;
  width: 850px;
  height: 850px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uWhk3lK83i .image-wrapper img {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .cid-uWhk3lK83i .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-uWhk3lK83i .image-wrapper .card-wrapper {
  position: relative;
  max-width: 40%;
  margin-top: 16rem;
  padding: 24px;
  border-radius: 32px;
  border: 3px solid #4169e2;
  box-shadow: 4px 4px #4169e2;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWhk3lK83i .image-wrapper .card-wrapper {
    max-width: 100%;
    border-radius: 24px;
    margin-top: 10rem;
  }
}
.cid-uWhk3lK83i .image-wrapper .card-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uWhk3lK83i .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uWhk3lK83i .mbr-text {
  color: #222222;
}
.cid-uWhk3lK83i .mbr-text,
.cid-uWhk3lK83i .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uWhk3lK83i .mbr-section-title,
.cid-uWhk3lK83i .mbr-section-btn {
  color: #4169e2;
}
.cid-uWhk3nGEXL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #4169e2;
}
.cid-uWhk3nGEXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhk3nGEXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhk3nGEXL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWhk3nGEXL .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWhk3nGEXL .container {
    padding: 0 12px;
  }
}
.cid-uWhk3nGEXL .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWhk3nGEXL .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWhk3nGEXL .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWhk3nGEXL .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uWhk3nGEXL .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWhk3nGEXL .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uWhk3nGEXL .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uWhk3nGEXL .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uWhk3nGEXL .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uWhk3nGEXL .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uWhk3nGEXL .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uWhk3nGEXL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWhk3nGEXL .mbr-section-subtitle {
  color: #222222;
}
.cid-uWhk3nGEXL .mbr-text {
  color: #000000;
}
.cid-uWhk3nGEXL .list {
  color: #222222;
}
.cid-uWhk3xpcfg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uWhk3xpcfg .google-map {
  height: 35rem;
  position: relative;
}
.cid-uWhk3xpcfg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uWhk3xpcfg .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uWhk3xpcfg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uWhk3xpcfg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uWhk3ytcLq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4169e2;
}
.cid-uWhk3ytcLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhk3ytcLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWhk3ytcLq .container {
    padding: 0 16px;
  }
}
.cid-uWhk3ytcLq .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWhk3ytcLq .card {
    margin-bottom: 40px;
  }
}
.cid-uWhk3ytcLq .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWhk3ytcLq .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uWhk3ytcLq .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uWhk3ytcLq .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWhk3ytcLq .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWhk3ytcLq .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uWhk3ytcLq .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWhk3ytcLq .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uWhk3ytcLq .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uWhk3ytcLq .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uWhk3ytcLq .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWhk3ytcLq .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uWhk3ytcLq .mbr-section-title {
  color: #ffffff;
}
.cid-uWhk3ytcLq .copyright {
  color: #ffffff;
}
.cid-uWhk3ytcLq .mbr-card-title {
  color: #ffffff;
}
.cid-uWhk3ytcLq .list {
  color: #ffffff;
}
.cid-uWhkRyb1dO .navbar-dropdown {
  position: relative !important;
}
.cid-uWhkRyb1dO .navbar-dropdown {
  position: absolute !important;
}
.cid-uWhkRyb1dO .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-uWhkRyb1dO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWhkRyb1dO .dropdown-item {
  border: none !important;
  background: #454545 !important;
  font-weight: 600;
}
.cid-uWhkRyb1dO .dropdown-item:hover,
.cid-uWhkRyb1dO .dropdown-item:focus {
  background: #454545 !important;
  color: #ff6d99 !important;
}
.cid-uWhkRyb1dO .dropdown-item:hover span {
  color: white;
}
.cid-uWhkRyb1dO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWhkRyb1dO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWhkRyb1dO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWhkRyb1dO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWhkRyb1dO .nav-link {
  position: relative;
}
.cid-uWhkRyb1dO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWhkRyb1dO .container {
    flex-wrap: nowrap;
  }
}
.cid-uWhkRyb1dO .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uWhkRyb1dO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWhkRyb1dO .dropdown-menu,
.cid-uWhkRyb1dO .navbar.opened {
  background: #454545 !important;
}
.cid-uWhkRyb1dO .nav-item:focus,
.cid-uWhkRyb1dO .nav-link:focus {
  outline: none;
}
.cid-uWhkRyb1dO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWhkRyb1dO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWhkRyb1dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWhkRyb1dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWhkRyb1dO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWhkRyb1dO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWhkRyb1dO .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(69, 69, 69, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWhkRyb1dO .navbar.opened {
  transition: all 0.3s;
}
.cid-uWhkRyb1dO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uWhkRyb1dO .navbar .navbar-logo img {
  width: auto;
}
.cid-uWhkRyb1dO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWhkRyb1dO .navbar.collapsed {
  justify-content: center;
}
.cid-uWhkRyb1dO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWhkRyb1dO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWhkRyb1dO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uWhkRyb1dO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWhkRyb1dO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWhkRyb1dO .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-uWhkRyb1dO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWhkRyb1dO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWhkRyb1dO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWhkRyb1dO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWhkRyb1dO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWhkRyb1dO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWhkRyb1dO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWhkRyb1dO .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-uWhkRyb1dO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWhkRyb1dO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWhkRyb1dO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWhkRyb1dO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWhkRyb1dO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWhkRyb1dO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWhkRyb1dO .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWhkRyb1dO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWhkRyb1dO .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-uWhkRyb1dO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uWhkRyb1dO .navbar-brand .navbar-caption:hover,
.cid-uWhkRyb1dO .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uWhkRyb1dO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWhkRyb1dO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWhkRyb1dO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uWhkRyb1dO .dropdown-item.active,
.cid-uWhkRyb1dO .dropdown-item:active {
  background-color: transparent;
}
.cid-uWhkRyb1dO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWhkRyb1dO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWhkRyb1dO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWhkRyb1dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #454545;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWhkRyb1dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWhkRyb1dO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWhkRyb1dO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWhkRyb1dO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWhkRyb1dO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWhkRyb1dO .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWhkRyb1dO .navbar-buttons {
    text-align: left;
  }
}
.cid-uWhkRyb1dO .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uWhkRyb1dO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWhkRyb1dO 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: #454545 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWhkRyb1dO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uWhkRyb1dO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWhkRyb1dO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWhkRyb1dO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWhkRyb1dO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWhkRyb1dO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWhkRyb1dO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWhkRyb1dO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWhkRyb1dO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWhkRyb1dO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWhkRyb1dO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWhkRyb1dO .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-uWhkRyb1dO .navbar {
    height: 70px;
  }
  .cid-uWhkRyb1dO .navbar.opened {
    height: auto;
  }
  .cid-uWhkRyb1dO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWhkRyb1dO .navbar-nav {
  margin: 0 auto;
}
.cid-uWhkRyb1dO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWhkRyb1dO .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-uWhkRyb1dO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uWhkRyb1dO .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uWhkRyb1dO .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWhkRyb1dO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWhkRyb1dO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWhkRyb1dO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWhkRyb1dO .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWhkRyb1dO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWhkRyb1dO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWhkRyb1dO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWhkRyb1dO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWhkRyb1dO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWhkRyb1dO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWhkRyb1dO .content-wrap {
  min-height: 110px;
}
.cid-uWhkRzBr6O {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uWhkRzBr6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhkRzBr6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWhkRzBr6O .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWhkRzBr6O .container {
    padding: 0 12px;
  }
}
.cid-uWhkRzBr6O .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWhkRzBr6O .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWhkRzBr6O .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uWhkRzBr6O .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-uWhkRzBr6O .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uWhkRzBr6O .image-wrapper img {
  position: absolute;
  top: 0;
  width: 850px;
  height: 850px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uWhkRzBr6O .image-wrapper img {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .cid-uWhkRzBr6O .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-uWhkRzBr6O .image-wrapper .card-wrapper {
  position: relative;
  max-width: 40%;
  margin-top: 16rem;
  padding: 24px;
  border-radius: 32px;
  border: 3px solid #4169e2;
  box-shadow: 4px 4px #4169e2;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWhkRzBr6O .image-wrapper .card-wrapper {
    max-width: 100%;
    border-radius: 24px;
    margin-top: 10rem;
  }
}
.cid-uWhkRzBr6O .image-wrapper .card-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uWhkRzBr6O .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uWhkRzBr6O .mbr-text {
  color: #222222;
}
.cid-uWhkRzBr6O .mbr-text,
.cid-uWhkRzBr6O .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uWhkRzBr6O .mbr-section-title,
.cid-uWhkRzBr6O .mbr-section-btn {
  color: #4169e2;
}
.cid-uWhkRAHb21 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #ffffff -70%, #ffffff 100%);
}
.cid-uWhkRAHb21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhkRAHb21 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhkRAHb21 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWhkRAHb21 .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWhkRAHb21 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWhkRAHb21 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWhkRAHb21 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWhkRAHb21 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWhkRAHb21 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWhkRAHb21 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWhkRAHb21 .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWhkRAHb21 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #454545;
  color: #454545;
  font-size: 11px;
}
.cid-uWhkRAHb21 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWhkRAHb21 .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWhkRAHb21 .list_2 {
    padding-left: 0;
  }
}
.cid-uWhkRAHb21 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uWhkRAHb21 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uWhkRAHb21 .mbr-text,
.cid-uWhkRAHb21 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uWhkRAHb21 .list {
  color: #666666;
}
.cid-uWhkRAHb21 .list,
.cid-uWhkRAHb21 .item-wrap,
.cid-uWhkRAHb21 .list-wrapper {
  color: #000000;
}
.cid-uWhkRBB9nU {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #4169e2;
}
.cid-uWhkRBB9nU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhkRBB9nU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhkRBB9nU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWhkRBB9nU .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWhkRBB9nU .container {
    padding: 0 12px;
  }
}
.cid-uWhkRBB9nU .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWhkRBB9nU .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWhkRBB9nU .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWhkRBB9nU .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uWhkRBB9nU .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWhkRBB9nU .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uWhkRBB9nU .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uWhkRBB9nU .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uWhkRBB9nU .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uWhkRBB9nU .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uWhkRBB9nU .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uWhkRBB9nU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWhkRBB9nU .mbr-section-subtitle {
  color: #222222;
}
.cid-uWhkRBB9nU .mbr-text {
  color: #000000;
}
.cid-uWhkRBB9nU .list {
  color: #222222;
}
.cid-uWhkRCKSBD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhkRCKSBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhkRCKSBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhkRCKSBD .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWhkRCKSBD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWhkRCKSBD .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWhkRCKSBD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWhkRCKSBD .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWhkRCKSBD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWhkRCKSBD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWhkRCKSBD .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-uWhkRCKSBD .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uWhkRCKSBD .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-uWhkRCKSBD .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .circle-wrap {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .circle-wrap {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .circle-wrap {
    left: -160%;
  }
}
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .circle-wrap.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
}
@media (max-width: 1200px) {
  .cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -160%;
  }
}
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .card_1 .card-box,
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .card_1 .card-box,
  .cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .card_1 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .card_2 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uWhkRCKSBD .items-wrapper .item .item-wrapper .card_4 {
  background-color: #98b1fa;
  border-color: #a0b7fa;
}
.cid-uWhkRCKSBD .btn-wrapper {
  margin-right: 9%;
}
.cid-uWhkRCKSBD .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uWhkRCKSBD .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uWhkRCKSBD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWhkRCKSBD .mbr-text,
.cid-uWhkRCKSBD .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWhkRCKSBD .card-title_1 {
  color: #ffffff;
}
.cid-uWhkRCKSBD .card-title_2 {
  color: #ffffff;
}
.cid-uWhkRCKSBD .card-title_3 {
  color: #ffffff;
}
.cid-uWhkRCKSBD .card-title_4 {
  color: #ffffff;
}
.cid-uWhkRCKSBD .card-text_1 {
  color: #ffffff;
}
.cid-uWhkRCKSBD .card-text_2 {
  color: #ffffff;
}
.cid-uWhkRCKSBD .card-text_3 {
  color: #ffffff;
}
.cid-uWhkRCKSBD .card-text_4 {
  color: #ffffff;
}
.cid-uWhkRE3oDd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhkRE3oDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhkRE3oDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhkRE3oDd .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWhkRE3oDd .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWhkRE3oDd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWhkRE3oDd .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWhkRE3oDd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uWhkRE3oDd .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWhkRE3oDd .mbr-section-title {
  color: #111111;
}
.cid-uWhkRE3oDd .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uWhkRE3oDd .mbr-text,
.cid-uWhkRE3oDd .text-wrapper {
  color: #000000;
}
.cid-uWmOOcgVac {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWmOOcgVac .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWmOOcgVac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWmOOcgVac .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #4169e2;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uWmOOcgVac .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uWmOOcgVac .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uWmOOcgVac .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uWmOOcgVac .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWmOOcgVac .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uWmOOcgVac .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uWmOOcgVac .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uWmOOcgVac .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #2f5298;
}
@media (max-width: 992px) {
  .cid-uWmOOcgVac .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uWmOOcgVac .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #2f5298;
}
.cid-uWmOOcgVac .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #2f5298;
}
@media (max-width: 992px) {
  .cid-uWmOOcgVac .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uWmOOcgVac .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uWmOOcgVac .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uWmOOcgVac .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uWmOOcgVac .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #f4f4f4;
}
.cid-uWmOOcgVac .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #f4f4f4;
}
.cid-uWmOOcgVac .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uWmOOcgVac .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uWmOOcgVac .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uWmOOcgVac .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uWmOOcgVac .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uWmOOcgVac .panel-title-edit {
  color: #f4f4f4;
}
.cid-uWmOOcgVac .panel-text {
  color: #d7d2d2;
}
.cid-uWhkRF24Wn {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #454545;
}
.cid-uWhkRF24Wn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhkRF24Wn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWhkRF24Wn .container {
    padding: 0 20px;
  }
}
.cid-uWhkRF24Wn .row {
  margin: 0;
}
.cid-uWhkRF24Wn .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWhkRF24Wn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWhkRF24Wn .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uWhkRF24Wn .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uWhkRF24Wn .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uWhkRF24Wn .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uWhkRF24Wn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWhkRFZjhH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhkRFZjhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhkRFZjhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhkRFZjhH .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uWhkRFZjhH .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWhkRFZjhH .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWhkRFZjhH .card-wrapper {
    padding: 4rem;
  }
}
.cid-uWhkRFZjhH .mbr-text,
.cid-uWhkRFZjhH .mbr-section-btn {
  color: #ffffff;
}
.cid-uWhkRFZjhH .card-title,
.cid-uWhkRFZjhH .card-box {
  text-align: left;
}
.cid-uWhkRGZFfR {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #4169e2;
  background: linear-gradient(to right top, #4169e2, #7293f4);
}
.cid-uWhkRGZFfR .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uWhkRGZFfR .img-wrap img {
  width: 80%;
  margin: auto;
}
.cid-uWhkRGZFfR .mbr-text,
.cid-uWhkRGZFfR .mbr-section-btn {
  color: #ffffff;
}
.cid-uWhkRGZFfR .mbr-section-title {
  color: #ffffff;
}
.cid-uWhkRGZFfR .buttons-wrap .link {
  display: flex;
}
.cid-uWhkRGZFfR .mbr-arrow {
  bottom: 0;
}
.cid-uWhkRGZFfR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhkRGZFfR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhkRI0PFG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhkRI0PFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhkRI0PFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhkRI0PFG .items-wrapper {
  margin: 0 -32px;
}
.cid-uWhkRI0PFG .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWhkRI0PFG .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uWhkRI0PFG .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uWhkRI0PFG .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWhkRI0PFG .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWhkRI0PFG .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-uWhkRI0PFG .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uWhkRI0PFG .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uWhkRI0PFG .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uWhkRI0PFG .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-uWhkRI0PFG .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uWhkRI0PFG .card-title {
  color: #111111;
}
.cid-uWhkRI0PFG .card-text {
  color: #666666;
  text-align: center;
}
.cid-uWhkRI0PFG .card-title,
.cid-uWhkRI0PFG .iconfont-wrapper {
  text-align: center;
}
.cid-uWhkRJ9Vln {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhkRJ9Vln .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhkRJ9Vln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhkRJ9Vln .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWhkRJ9Vln .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWhkRJ9Vln .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWhkRJ9Vln .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWhkRJ9Vln .items-wrapper {
  margin: 0 -8px;
}
.cid-uWhkRJ9Vln .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uWhkRJ9Vln .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uWhkRJ9Vln .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-uWhkRJ9Vln .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-uWhkRJ9Vln .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uWhkRJ9Vln .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uWhkRJ9Vln .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWhkRJ9Vln .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uWhkRJ9Vln .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWhkRJ9Vln .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uWhkRJ9Vln .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-uWhkRJ9Vln .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uWhkRJ9Vln .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uWhkRJ9Vln .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uWhkRJ9Vln .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uWhkRJ9Vln .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uWhkRJ9Vln .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uWhkRJ9Vln .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uWhkRJ9Vln .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uWhkRJ9Vln .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uWhkRJ9Vln .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uWhkRJ9Vln .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uWhkRJ9Vln .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uWhkRJ9Vln .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uWhkRJ9Vln .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uWhkRJ9Vln .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-uWhkRJ9Vln .items-wrapper .item .item-wrapper .card_1 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uWhkRJ9Vln .items-wrapper .item .item-wrapper .card_2 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uWhkRJ9Vln .items-wrapper .item .item-wrapper .card_3 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uWhkRJ9Vln .btn-wrapper {
  margin-right: 9%;
}
.cid-uWhkRJ9Vln .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWhkRJ9Vln .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWhkRJ9Vln .card-title_1 {
  color: #ffffff;
}
.cid-uWhkRJ9Vln .card-title_2 {
  color: #ffffff;
  text-align: center;
}
.cid-uWhkRJ9Vln .card-title_3 {
  color: #ffffff;
  text-align: center;
}
.cid-uWhkRJ9Vln .card-price_1 {
  color: #ffffff;
}
.cid-uWhkRJ9Vln .card-price_2 {
  color: #ffffff;
}
.cid-uWhkRJ9Vln .card-price_3 {
  color: #ffffff;
}
.cid-uWhkRJ9Vln .card-text_1 {
  color: #ffffff;
}
.cid-uWhkRJ9Vln .card-text_2 {
  color: #ffffff;
}
.cid-uWhkRJ9Vln .card-text_3 {
  color: #ffffff;
}
.cid-uWhkRJ9Vln .card-title_1,
.cid-uWhkRJ9Vln .mbr-section-btn {
  text-align: center;
}
.cid-uWhkRKr7Md {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhkRKr7Md .mbr-section-subtitle {
  color: #000000;
}
.cid-uWhkRKr7Md .mbr-text {
  color: #000000;
}
.cid-uWhnC6kKkh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhnC6kKkh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhnC6kKkh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhnC6kKkh .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWhnC6kKkh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWhnC6kKkh .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWhnC6kKkh .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWhnC6kKkh .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWhnC6kKkh .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWhnC6kKkh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uWhnC6kKkh .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWhnC6kKkh .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #000000;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uWhnC6kKkh .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uWhnC6kKkh .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uWhnC6kKkh .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uWhnC6kKkh .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uWhnC6kKkh .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uWhnC6kKkh .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uWhnC6kKkh .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-uWhnC6kKkh .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uWhnC6kKkh .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uWhnC6kKkh .mbr-label,
.cid-uWhnC6kKkh .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWhnC6kKkh .mbr-section-title,
.cid-uWhnC6kKkh .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWhnC6kKkh .mbr-text,
.cid-uWhnC6kKkh .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWhnC6kKkh .panel-title-edit {
  color: #000000;
}
.cid-uWhnC6kKkh .panel-text {
  color: #515151;
}
.cid-uWhkRLzTDo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uWhkRLzTDo .google-map {
  height: 35rem;
  position: relative;
}
.cid-uWhkRLzTDo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uWhkRLzTDo .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uWhkRLzTDo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uWhkRLzTDo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uWhkRMIftC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4169e2;
}
.cid-uWhkRMIftC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhkRMIftC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWhkRMIftC .container {
    padding: 0 16px;
  }
}
.cid-uWhkRMIftC .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWhkRMIftC .card {
    margin-bottom: 40px;
  }
}
.cid-uWhkRMIftC .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWhkRMIftC .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uWhkRMIftC .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uWhkRMIftC .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWhkRMIftC .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWhkRMIftC .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uWhkRMIftC .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWhkRMIftC .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uWhkRMIftC .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uWhkRMIftC .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uWhkRMIftC .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWhkRMIftC .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uWhkRMIftC .mbr-section-title {
  color: #ffffff;
}
.cid-uWhkRMIftC .copyright {
  color: #ffffff;
}
.cid-uWhkRMIftC .mbr-card-title {
  color: #ffffff;
}
.cid-uWhkRMIftC .list {
  color: #ffffff;
}
.cid-uWhnW3tgQU .navbar-dropdown {
  position: relative !important;
}
.cid-uWhnW3tgQU .navbar-dropdown {
  position: absolute !important;
}
.cid-uWhnW3tgQU .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-uWhnW3tgQU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWhnW3tgQU .dropdown-item {
  border: none !important;
  background: #454545 !important;
  font-weight: 600;
}
.cid-uWhnW3tgQU .dropdown-item:hover,
.cid-uWhnW3tgQU .dropdown-item:focus {
  background: #454545 !important;
  color: #ff6d99 !important;
}
.cid-uWhnW3tgQU .dropdown-item:hover span {
  color: white;
}
.cid-uWhnW3tgQU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWhnW3tgQU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWhnW3tgQU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWhnW3tgQU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWhnW3tgQU .nav-link {
  position: relative;
}
.cid-uWhnW3tgQU .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWhnW3tgQU .container {
    flex-wrap: nowrap;
  }
}
.cid-uWhnW3tgQU .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uWhnW3tgQU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWhnW3tgQU .dropdown-menu,
.cid-uWhnW3tgQU .navbar.opened {
  background: #454545 !important;
}
.cid-uWhnW3tgQU .nav-item:focus,
.cid-uWhnW3tgQU .nav-link:focus {
  outline: none;
}
.cid-uWhnW3tgQU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWhnW3tgQU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWhnW3tgQU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWhnW3tgQU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWhnW3tgQU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWhnW3tgQU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWhnW3tgQU .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(69, 69, 69, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWhnW3tgQU .navbar.opened {
  transition: all 0.3s;
}
.cid-uWhnW3tgQU .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uWhnW3tgQU .navbar .navbar-logo img {
  width: auto;
}
.cid-uWhnW3tgQU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWhnW3tgQU .navbar.collapsed {
  justify-content: center;
}
.cid-uWhnW3tgQU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWhnW3tgQU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWhnW3tgQU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uWhnW3tgQU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWhnW3tgQU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWhnW3tgQU .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-uWhnW3tgQU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWhnW3tgQU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWhnW3tgQU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWhnW3tgQU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWhnW3tgQU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWhnW3tgQU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWhnW3tgQU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWhnW3tgQU .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-uWhnW3tgQU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWhnW3tgQU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWhnW3tgQU .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWhnW3tgQU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWhnW3tgQU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWhnW3tgQU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWhnW3tgQU .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWhnW3tgQU .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWhnW3tgQU .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-uWhnW3tgQU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uWhnW3tgQU .navbar-brand .navbar-caption:hover,
.cid-uWhnW3tgQU .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uWhnW3tgQU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWhnW3tgQU .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWhnW3tgQU .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uWhnW3tgQU .dropdown-item.active,
.cid-uWhnW3tgQU .dropdown-item:active {
  background-color: transparent;
}
.cid-uWhnW3tgQU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWhnW3tgQU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWhnW3tgQU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWhnW3tgQU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #454545;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWhnW3tgQU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWhnW3tgQU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWhnW3tgQU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWhnW3tgQU ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWhnW3tgQU ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWhnW3tgQU .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWhnW3tgQU .navbar-buttons {
    text-align: left;
  }
}
.cid-uWhnW3tgQU .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uWhnW3tgQU .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWhnW3tgQU 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: #454545 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWhnW3tgQU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uWhnW3tgQU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWhnW3tgQU button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWhnW3tgQU button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWhnW3tgQU button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWhnW3tgQU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWhnW3tgQU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWhnW3tgQU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWhnW3tgQU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWhnW3tgQU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWhnW3tgQU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWhnW3tgQU .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-uWhnW3tgQU .navbar {
    height: 70px;
  }
  .cid-uWhnW3tgQU .navbar.opened {
    height: auto;
  }
  .cid-uWhnW3tgQU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWhnW3tgQU .navbar-nav {
  margin: 0 auto;
}
.cid-uWhnW3tgQU .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWhnW3tgQU .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-uWhnW3tgQU .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uWhnW3tgQU .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uWhnW3tgQU .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWhnW3tgQU .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWhnW3tgQU .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWhnW3tgQU .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWhnW3tgQU .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWhnW3tgQU .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWhnW3tgQU .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWhnW3tgQU .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWhnW3tgQU .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWhnW3tgQU .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWhnW3tgQU .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWhnW3tgQU .content-wrap {
  min-height: 110px;
}
.cid-uWhnW4TmZB {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uWhnW4TmZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhnW4TmZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWhnW4TmZB .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWhnW4TmZB .container {
    padding: 0 12px;
  }
}
.cid-uWhnW4TmZB .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWhnW4TmZB .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWhnW4TmZB .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uWhnW4TmZB .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-uWhnW4TmZB .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uWhnW4TmZB .image-wrapper img {
  position: absolute;
  top: 0;
  width: 850px;
  height: 850px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uWhnW4TmZB .image-wrapper img {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .cid-uWhnW4TmZB .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-uWhnW4TmZB .image-wrapper .card-wrapper {
  position: relative;
  max-width: 40%;
  margin-top: 16rem;
  padding: 24px;
  border-radius: 32px;
  border: 3px solid #4169e2;
  box-shadow: 4px 4px #4169e2;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWhnW4TmZB .image-wrapper .card-wrapper {
    max-width: 100%;
    border-radius: 24px;
    margin-top: 10rem;
  }
}
.cid-uWhnW4TmZB .image-wrapper .card-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uWhnW4TmZB .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uWhnW4TmZB .mbr-text {
  color: #222222;
}
.cid-uWhnW4TmZB .mbr-text,
.cid-uWhnW4TmZB .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uWhnW4TmZB .mbr-section-title,
.cid-uWhnW4TmZB .mbr-section-btn {
  color: #4169e2;
}
.cid-uWhnW5Q4fc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #ffffff -70%, #ffffff 100%);
}
.cid-uWhnW5Q4fc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhnW5Q4fc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhnW5Q4fc .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWhnW5Q4fc .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWhnW5Q4fc .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWhnW5Q4fc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWhnW5Q4fc .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWhnW5Q4fc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWhnW5Q4fc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWhnW5Q4fc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWhnW5Q4fc .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWhnW5Q4fc .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #454545;
  color: #454545;
  font-size: 11px;
}
.cid-uWhnW5Q4fc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWhnW5Q4fc .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWhnW5Q4fc .list_2 {
    padding-left: 0;
  }
}
.cid-uWhnW5Q4fc .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uWhnW5Q4fc .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uWhnW5Q4fc .mbr-text,
.cid-uWhnW5Q4fc .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uWhnW5Q4fc .list {
  color: #666666;
}
.cid-uWhnW5Q4fc .list,
.cid-uWhnW5Q4fc .item-wrap,
.cid-uWhnW5Q4fc .list-wrapper {
  color: #000000;
}
.cid-uWhnW6EhfF {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #4169e2;
}
.cid-uWhnW6EhfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhnW6EhfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhnW6EhfF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWhnW6EhfF .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWhnW6EhfF .container {
    padding: 0 12px;
  }
}
.cid-uWhnW6EhfF .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWhnW6EhfF .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWhnW6EhfF .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWhnW6EhfF .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uWhnW6EhfF .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWhnW6EhfF .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uWhnW6EhfF .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uWhnW6EhfF .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uWhnW6EhfF .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uWhnW6EhfF .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uWhnW6EhfF .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uWhnW6EhfF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWhnW6EhfF .mbr-section-subtitle {
  color: #222222;
}
.cid-uWhnW6EhfF .mbr-text {
  color: #000000;
}
.cid-uWhnW6EhfF .list {
  color: #222222;
}
.cid-uWhnW7BCsb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhnW7BCsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhnW7BCsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhnW7BCsb .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWhnW7BCsb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWhnW7BCsb .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWhnW7BCsb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWhnW7BCsb .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWhnW7BCsb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWhnW7BCsb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWhnW7BCsb .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-uWhnW7BCsb .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uWhnW7BCsb .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-uWhnW7BCsb .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .circle-wrap {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .circle-wrap {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .circle-wrap {
    left: -160%;
  }
}
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .circle-wrap.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
}
@media (max-width: 1200px) {
  .cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -160%;
  }
}
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .card_1 .card-box,
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .card_1 .card-box,
  .cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .card_1 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .card_2 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uWhnW7BCsb .items-wrapper .item .item-wrapper .card_4 {
  background-color: #98b1fa;
  border-color: #a0b7fa;
}
.cid-uWhnW7BCsb .btn-wrapper {
  margin-right: 9%;
}
.cid-uWhnW7BCsb .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uWhnW7BCsb .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uWhnW7BCsb .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWhnW7BCsb .mbr-text,
.cid-uWhnW7BCsb .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWhnW7BCsb .card-title_1 {
  color: #ffffff;
}
.cid-uWhnW7BCsb .card-title_2 {
  color: #ffffff;
}
.cid-uWhnW7BCsb .card-title_3 {
  color: #ffffff;
}
.cid-uWhnW7BCsb .card-title_4 {
  color: #ffffff;
}
.cid-uWhnW7BCsb .card-text_1 {
  color: #ffffff;
}
.cid-uWhnW7BCsb .card-text_2 {
  color: #ffffff;
}
.cid-uWhnW7BCsb .card-text_3 {
  color: #ffffff;
}
.cid-uWhnW7BCsb .card-text_4 {
  color: #ffffff;
}
.cid-uWhnW8VHZD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhnW8VHZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhnW8VHZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhnW8VHZD .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWhnW8VHZD .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWhnW8VHZD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWhnW8VHZD .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWhnW8VHZD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uWhnW8VHZD .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWhnW8VHZD .mbr-section-title {
  color: #111111;
}
.cid-uWhnW8VHZD .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uWhnW8VHZD .mbr-text,
.cid-uWhnW8VHZD .text-wrapper {
  color: #000000;
}
.cid-uWmOUIdD0j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWmOUIdD0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWmOUIdD0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWmOUIdD0j .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #4169e2;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uWmOUIdD0j .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uWmOUIdD0j .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uWmOUIdD0j .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uWmOUIdD0j .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWmOUIdD0j .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uWmOUIdD0j .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uWmOUIdD0j .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uWmOUIdD0j .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #2f5298;
}
@media (max-width: 992px) {
  .cid-uWmOUIdD0j .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uWmOUIdD0j .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #2f5298;
}
.cid-uWmOUIdD0j .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #2f5298;
}
@media (max-width: 992px) {
  .cid-uWmOUIdD0j .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uWmOUIdD0j .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uWmOUIdD0j .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uWmOUIdD0j .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uWmOUIdD0j .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #f4f4f4;
}
.cid-uWmOUIdD0j .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #f4f4f4;
}
.cid-uWmOUIdD0j .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uWmOUIdD0j .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uWmOUIdD0j .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uWmOUIdD0j .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uWmOUIdD0j .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uWmOUIdD0j .panel-title-edit {
  color: #f4f4f4;
}
.cid-uWmOUIdD0j .panel-text {
  color: #d7d2d2;
}
.cid-uWhnWa07W8 {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #454545;
}
.cid-uWhnWa07W8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhnWa07W8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWhnWa07W8 .container {
    padding: 0 20px;
  }
}
.cid-uWhnWa07W8 .row {
  margin: 0;
}
.cid-uWhnWa07W8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWhnWa07W8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWhnWa07W8 .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uWhnWa07W8 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uWhnWa07W8 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uWhnWa07W8 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uWhnWa07W8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWhnWbaqzF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhnWbaqzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhnWbaqzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhnWbaqzF .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uWhnWbaqzF .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWhnWbaqzF .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWhnWbaqzF .card-wrapper {
    padding: 4rem;
  }
}
.cid-uWhnWbaqzF .mbr-text,
.cid-uWhnWbaqzF .mbr-section-btn {
  color: #ffffff;
}
.cid-uWhnWbaqzF .card-title,
.cid-uWhnWbaqzF .card-box {
  text-align: left;
}
.cid-uWhnWcqpNO {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #4169e2;
  background: linear-gradient(to right top, #4169e2, #7293f4);
}
.cid-uWhnWcqpNO .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uWhnWcqpNO .img-wrap img {
  width: 80%;
  margin: auto;
}
.cid-uWhnWcqpNO .mbr-text,
.cid-uWhnWcqpNO .mbr-section-btn {
  color: #ffffff;
}
.cid-uWhnWcqpNO .mbr-section-title {
  color: #ffffff;
}
.cid-uWhnWcqpNO .buttons-wrap .link {
  display: flex;
}
.cid-uWhnWcqpNO .mbr-arrow {
  bottom: 0;
}
.cid-uWhnWcqpNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhnWcqpNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhnWdFJuO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhnWdFJuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhnWdFJuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhnWdFJuO .items-wrapper {
  margin: 0 -32px;
}
.cid-uWhnWdFJuO .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWhnWdFJuO .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uWhnWdFJuO .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uWhnWdFJuO .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWhnWdFJuO .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWhnWdFJuO .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-uWhnWdFJuO .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uWhnWdFJuO .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uWhnWdFJuO .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uWhnWdFJuO .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-uWhnWdFJuO .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uWhnWdFJuO .card-title {
  color: #111111;
}
.cid-uWhnWdFJuO .card-text {
  color: #666666;
  text-align: center;
}
.cid-uWhnWdFJuO .card-title,
.cid-uWhnWdFJuO .iconfont-wrapper {
  text-align: center;
}
.cid-uWhnWf5RPL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhnWf5RPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhnWf5RPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhnWf5RPL .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWhnWf5RPL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWhnWf5RPL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWhnWf5RPL .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWhnWf5RPL .items-wrapper {
  margin: 0 -8px;
}
.cid-uWhnWf5RPL .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uWhnWf5RPL .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uWhnWf5RPL .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-uWhnWf5RPL .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-uWhnWf5RPL .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uWhnWf5RPL .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uWhnWf5RPL .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWhnWf5RPL .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uWhnWf5RPL .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWhnWf5RPL .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uWhnWf5RPL .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-uWhnWf5RPL .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uWhnWf5RPL .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uWhnWf5RPL .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uWhnWf5RPL .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uWhnWf5RPL .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uWhnWf5RPL .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uWhnWf5RPL .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uWhnWf5RPL .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uWhnWf5RPL .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uWhnWf5RPL .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uWhnWf5RPL .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uWhnWf5RPL .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uWhnWf5RPL .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uWhnWf5RPL .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uWhnWf5RPL .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-uWhnWf5RPL .items-wrapper .item .item-wrapper .card_1 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uWhnWf5RPL .items-wrapper .item .item-wrapper .card_2 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uWhnWf5RPL .items-wrapper .item .item-wrapper .card_3 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uWhnWf5RPL .btn-wrapper {
  margin-right: 9%;
}
.cid-uWhnWf5RPL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWhnWf5RPL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWhnWf5RPL .card-title_1 {
  color: #ffffff;
}
.cid-uWhnWf5RPL .card-title_2 {
  color: #ffffff;
  text-align: center;
}
.cid-uWhnWf5RPL .card-title_3 {
  color: #ffffff;
  text-align: center;
}
.cid-uWhnWf5RPL .card-price_1 {
  color: #ffffff;
}
.cid-uWhnWf5RPL .card-price_2 {
  color: #ffffff;
}
.cid-uWhnWf5RPL .card-price_3 {
  color: #ffffff;
}
.cid-uWhnWf5RPL .card-text_1 {
  color: #ffffff;
}
.cid-uWhnWf5RPL .card-text_2 {
  color: #ffffff;
}
.cid-uWhnWf5RPL .card-text_3 {
  color: #ffffff;
}
.cid-uWhnWf5RPL .card-title_1,
.cid-uWhnWf5RPL .mbr-section-btn {
  text-align: center;
}
.cid-uWhnWgPLa2 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWhnWgPLa2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uWhnWgPLa2 .mbr-text {
  color: #000000;
}
.cid-uWhnWi4F4y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhnWi4F4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhnWi4F4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhnWi4F4y .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWhnWi4F4y .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWhnWi4F4y .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWhnWi4F4y .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWhnWi4F4y .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWhnWi4F4y .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWhnWi4F4y .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uWhnWi4F4y .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWhnWi4F4y .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #000000;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uWhnWi4F4y .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uWhnWi4F4y .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uWhnWi4F4y .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uWhnWi4F4y .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uWhnWi4F4y .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uWhnWi4F4y .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uWhnWi4F4y .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-uWhnWi4F4y .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uWhnWi4F4y .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uWhnWi4F4y .mbr-label,
.cid-uWhnWi4F4y .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWhnWi4F4y .mbr-section-title,
.cid-uWhnWi4F4y .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWhnWi4F4y .mbr-text,
.cid-uWhnWi4F4y .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWhnWi4F4y .panel-title-edit {
  color: #000000;
}
.cid-uWhnWi4F4y .panel-text {
  color: #515151;
}
.cid-uWhnWjAWUo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uWhnWjAWUo .google-map {
  height: 35rem;
  position: relative;
}
.cid-uWhnWjAWUo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uWhnWjAWUo .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uWhnWjAWUo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uWhnWjAWUo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uWhnWkTwyO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4169e2;
}
.cid-uWhnWkTwyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhnWkTwyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWhnWkTwyO .container {
    padding: 0 16px;
  }
}
.cid-uWhnWkTwyO .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWhnWkTwyO .card {
    margin-bottom: 40px;
  }
}
.cid-uWhnWkTwyO .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWhnWkTwyO .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uWhnWkTwyO .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uWhnWkTwyO .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWhnWkTwyO .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWhnWkTwyO .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uWhnWkTwyO .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWhnWkTwyO .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uWhnWkTwyO .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uWhnWkTwyO .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uWhnWkTwyO .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWhnWkTwyO .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uWhnWkTwyO .mbr-section-title {
  color: #ffffff;
}
.cid-uWhnWkTwyO .copyright {
  color: #ffffff;
}
.cid-uWhnWkTwyO .mbr-card-title {
  color: #ffffff;
}
.cid-uWhnWkTwyO .list {
  color: #ffffff;
}
.cid-uWhsNnM8H4 .navbar-dropdown {
  position: relative !important;
}
.cid-uWhsNnM8H4 .navbar-dropdown {
  position: absolute !important;
}
.cid-uWhsNnM8H4 .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-uWhsNnM8H4 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWhsNnM8H4 .dropdown-item {
  border: none !important;
  background: #454545 !important;
  font-weight: 600;
}
.cid-uWhsNnM8H4 .dropdown-item:hover,
.cid-uWhsNnM8H4 .dropdown-item:focus {
  background: #454545 !important;
  color: #ff6d99 !important;
}
.cid-uWhsNnM8H4 .dropdown-item:hover span {
  color: white;
}
.cid-uWhsNnM8H4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWhsNnM8H4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWhsNnM8H4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWhsNnM8H4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWhsNnM8H4 .nav-link {
  position: relative;
}
.cid-uWhsNnM8H4 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWhsNnM8H4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uWhsNnM8H4 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uWhsNnM8H4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWhsNnM8H4 .dropdown-menu,
.cid-uWhsNnM8H4 .navbar.opened {
  background: #454545 !important;
}
.cid-uWhsNnM8H4 .nav-item:focus,
.cid-uWhsNnM8H4 .nav-link:focus {
  outline: none;
}
.cid-uWhsNnM8H4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWhsNnM8H4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWhsNnM8H4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWhsNnM8H4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWhsNnM8H4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWhsNnM8H4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWhsNnM8H4 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(69, 69, 69, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWhsNnM8H4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWhsNnM8H4 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uWhsNnM8H4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWhsNnM8H4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWhsNnM8H4 .navbar.collapsed {
  justify-content: center;
}
.cid-uWhsNnM8H4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWhsNnM8H4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWhsNnM8H4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uWhsNnM8H4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWhsNnM8H4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWhsNnM8H4 .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-uWhsNnM8H4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWhsNnM8H4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWhsNnM8H4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWhsNnM8H4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWhsNnM8H4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWhsNnM8H4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWhsNnM8H4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWhsNnM8H4 .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-uWhsNnM8H4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWhsNnM8H4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWhsNnM8H4 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWhsNnM8H4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWhsNnM8H4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWhsNnM8H4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWhsNnM8H4 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWhsNnM8H4 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWhsNnM8H4 .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-uWhsNnM8H4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uWhsNnM8H4 .navbar-brand .navbar-caption:hover,
.cid-uWhsNnM8H4 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uWhsNnM8H4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWhsNnM8H4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWhsNnM8H4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uWhsNnM8H4 .dropdown-item.active,
.cid-uWhsNnM8H4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWhsNnM8H4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWhsNnM8H4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWhsNnM8H4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWhsNnM8H4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #454545;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWhsNnM8H4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWhsNnM8H4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWhsNnM8H4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWhsNnM8H4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWhsNnM8H4 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWhsNnM8H4 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWhsNnM8H4 .navbar-buttons {
    text-align: left;
  }
}
.cid-uWhsNnM8H4 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uWhsNnM8H4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWhsNnM8H4 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: #454545 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWhsNnM8H4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uWhsNnM8H4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWhsNnM8H4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWhsNnM8H4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWhsNnM8H4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWhsNnM8H4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWhsNnM8H4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWhsNnM8H4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWhsNnM8H4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWhsNnM8H4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWhsNnM8H4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWhsNnM8H4 .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-uWhsNnM8H4 .navbar {
    height: 70px;
  }
  .cid-uWhsNnM8H4 .navbar.opened {
    height: auto;
  }
  .cid-uWhsNnM8H4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWhsNnM8H4 .navbar-nav {
  margin: 0 auto;
}
.cid-uWhsNnM8H4 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWhsNnM8H4 .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-uWhsNnM8H4 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uWhsNnM8H4 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uWhsNnM8H4 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWhsNnM8H4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWhsNnM8H4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWhsNnM8H4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWhsNnM8H4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWhsNnM8H4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWhsNnM8H4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWhsNnM8H4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWhsNnM8H4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWhsNnM8H4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWhsNnM8H4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWhsNnM8H4 .content-wrap {
  min-height: 110px;
}
.cid-uWhsNp50jM {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uWhsNp50jM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhsNp50jM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWhsNp50jM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWhsNp50jM .container {
    padding: 0 12px;
  }
}
.cid-uWhsNp50jM .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWhsNp50jM .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWhsNp50jM .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uWhsNp50jM .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-uWhsNp50jM .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uWhsNp50jM .image-wrapper img {
  position: absolute;
  top: 0;
  width: 850px;
  height: 850px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uWhsNp50jM .image-wrapper img {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .cid-uWhsNp50jM .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-uWhsNp50jM .image-wrapper .card-wrapper {
  position: relative;
  max-width: 40%;
  margin-top: 16rem;
  padding: 24px;
  border-radius: 32px;
  border: 3px solid #4169e2;
  box-shadow: 4px 4px #4169e2;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWhsNp50jM .image-wrapper .card-wrapper {
    max-width: 100%;
    border-radius: 24px;
    margin-top: 10rem;
  }
}
.cid-uWhsNp50jM .image-wrapper .card-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uWhsNp50jM .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uWhsNp50jM .mbr-text {
  color: #222222;
}
.cid-uWhsNp50jM .mbr-text,
.cid-uWhsNp50jM .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uWhsNp50jM .mbr-section-title,
.cid-uWhsNp50jM .mbr-section-btn {
  color: #4169e2;
}
.cid-uWhsNqaUNO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #ffffff -70%, #ffffff 100%);
}
.cid-uWhsNqaUNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhsNqaUNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhsNqaUNO .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWhsNqaUNO .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWhsNqaUNO .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWhsNqaUNO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWhsNqaUNO .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWhsNqaUNO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWhsNqaUNO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWhsNqaUNO .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWhsNqaUNO .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWhsNqaUNO .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #454545;
  color: #454545;
  font-size: 11px;
}
.cid-uWhsNqaUNO .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWhsNqaUNO .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWhsNqaUNO .list_2 {
    padding-left: 0;
  }
}
.cid-uWhsNqaUNO .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uWhsNqaUNO .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uWhsNqaUNO .mbr-text,
.cid-uWhsNqaUNO .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uWhsNqaUNO .list {
  color: #666666;
}
.cid-uWhsNqaUNO .list,
.cid-uWhsNqaUNO .item-wrap,
.cid-uWhsNqaUNO .list-wrapper {
  color: #000000;
}
.cid-uWhsNqWUcv {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #4169e2;
}
.cid-uWhsNqWUcv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhsNqWUcv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhsNqWUcv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWhsNqWUcv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWhsNqWUcv .container {
    padding: 0 12px;
  }
}
.cid-uWhsNqWUcv .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWhsNqWUcv .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWhsNqWUcv .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWhsNqWUcv .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uWhsNqWUcv .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWhsNqWUcv .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uWhsNqWUcv .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uWhsNqWUcv .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uWhsNqWUcv .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uWhsNqWUcv .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uWhsNqWUcv .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uWhsNqWUcv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWhsNqWUcv .mbr-section-subtitle {
  color: #222222;
}
.cid-uWhsNqWUcv .mbr-text {
  color: #000000;
}
.cid-uWhsNqWUcv .list {
  color: #222222;
}
.cid-uWhsNrZeAI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhsNrZeAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhsNrZeAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhsNrZeAI .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWhsNrZeAI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWhsNrZeAI .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWhsNrZeAI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWhsNrZeAI .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWhsNrZeAI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWhsNrZeAI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWhsNrZeAI .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-uWhsNrZeAI .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uWhsNrZeAI .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-uWhsNrZeAI .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .circle-wrap {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .circle-wrap {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .circle-wrap {
    left: -160%;
  }
}
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .circle-wrap.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
}
@media (max-width: 1200px) {
  .cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -160%;
  }
}
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .card_1 .card-box,
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .card_1 .card-box,
  .cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .card_1 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .card_2 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uWhsNrZeAI .items-wrapper .item .item-wrapper .card_4 {
  background-color: #98b1fa;
  border-color: #a0b7fa;
}
.cid-uWhsNrZeAI .btn-wrapper {
  margin-right: 9%;
}
.cid-uWhsNrZeAI .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uWhsNrZeAI .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uWhsNrZeAI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWhsNrZeAI .mbr-text,
.cid-uWhsNrZeAI .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWhsNrZeAI .card-title_1 {
  color: #ffffff;
}
.cid-uWhsNrZeAI .card-title_2 {
  color: #ffffff;
}
.cid-uWhsNrZeAI .card-title_3 {
  color: #ffffff;
}
.cid-uWhsNrZeAI .card-title_4 {
  color: #ffffff;
}
.cid-uWhsNrZeAI .card-text_1 {
  color: #ffffff;
}
.cid-uWhsNrZeAI .card-text_2 {
  color: #ffffff;
}
.cid-uWhsNrZeAI .card-text_3 {
  color: #ffffff;
}
.cid-uWhsNrZeAI .card-text_4 {
  color: #ffffff;
}
.cid-uWhsNtncWX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhsNtncWX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhsNtncWX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhsNtncWX .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWhsNtncWX .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWhsNtncWX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWhsNtncWX .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWhsNtncWX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uWhsNtncWX .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWhsNtncWX .mbr-section-title {
  color: #111111;
}
.cid-uWhsNtncWX .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uWhsNtncWX .mbr-text,
.cid-uWhsNtncWX .text-wrapper {
  color: #000000;
}
.cid-uWmOZ2Dh3N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWmOZ2Dh3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWmOZ2Dh3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWmOZ2Dh3N .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #4169e2;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uWmOZ2Dh3N .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uWmOZ2Dh3N .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uWmOZ2Dh3N .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uWmOZ2Dh3N .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWmOZ2Dh3N .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uWmOZ2Dh3N .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uWmOZ2Dh3N .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uWmOZ2Dh3N .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #2f5298;
}
@media (max-width: 992px) {
  .cid-uWmOZ2Dh3N .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uWmOZ2Dh3N .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #2f5298;
}
.cid-uWmOZ2Dh3N .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #2f5298;
}
@media (max-width: 992px) {
  .cid-uWmOZ2Dh3N .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uWmOZ2Dh3N .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uWmOZ2Dh3N .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uWmOZ2Dh3N .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uWmOZ2Dh3N .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #f4f4f4;
}
.cid-uWmOZ2Dh3N .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #f4f4f4;
}
.cid-uWmOZ2Dh3N .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uWmOZ2Dh3N .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uWmOZ2Dh3N .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uWmOZ2Dh3N .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uWmOZ2Dh3N .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uWmOZ2Dh3N .panel-title-edit {
  color: #f4f4f4;
}
.cid-uWmOZ2Dh3N .panel-text {
  color: #d7d2d2;
}
.cid-uWhsNuiFVg {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #454545;
}
.cid-uWhsNuiFVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhsNuiFVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWhsNuiFVg .container {
    padding: 0 20px;
  }
}
.cid-uWhsNuiFVg .row {
  margin: 0;
}
.cid-uWhsNuiFVg .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWhsNuiFVg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWhsNuiFVg .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uWhsNuiFVg .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uWhsNuiFVg .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uWhsNuiFVg .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uWhsNuiFVg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWhsNvvC0F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhsNvvC0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhsNvvC0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhsNvvC0F .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uWhsNvvC0F .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWhsNvvC0F .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWhsNvvC0F .card-wrapper {
    padding: 4rem;
  }
}
.cid-uWhsNvvC0F .mbr-text,
.cid-uWhsNvvC0F .mbr-section-btn {
  color: #ffffff;
}
.cid-uWhsNvvC0F .card-title,
.cid-uWhsNvvC0F .card-box {
  text-align: left;
}
.cid-uWhsNwwZV1 {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #4169e2;
  background: linear-gradient(to right top, #4169e2, #7293f4);
}
.cid-uWhsNwwZV1 .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uWhsNwwZV1 .img-wrap img {
  width: 80%;
  margin: auto;
}
.cid-uWhsNwwZV1 .mbr-text,
.cid-uWhsNwwZV1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uWhsNwwZV1 .mbr-section-title {
  color: #ffffff;
}
.cid-uWhsNwwZV1 .buttons-wrap .link {
  display: flex;
}
.cid-uWhsNwwZV1 .mbr-arrow {
  bottom: 0;
}
.cid-uWhsNwwZV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhsNwwZV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhsNxz8xL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhsNxz8xL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhsNxz8xL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhsNxz8xL .items-wrapper {
  margin: 0 -32px;
}
.cid-uWhsNxz8xL .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWhsNxz8xL .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uWhsNxz8xL .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uWhsNxz8xL .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWhsNxz8xL .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWhsNxz8xL .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-uWhsNxz8xL .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uWhsNxz8xL .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uWhsNxz8xL .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uWhsNxz8xL .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-uWhsNxz8xL .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uWhsNxz8xL .card-title {
  color: #111111;
}
.cid-uWhsNxz8xL .card-text {
  color: #666666;
  text-align: center;
}
.cid-uWhsNxz8xL .card-title,
.cid-uWhsNxz8xL .iconfont-wrapper {
  text-align: center;
}
.cid-uWhsNyK63R {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhsNyK63R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhsNyK63R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhsNyK63R .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWhsNyK63R .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWhsNyK63R .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWhsNyK63R .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWhsNyK63R .items-wrapper {
  margin: 0 -8px;
}
.cid-uWhsNyK63R .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uWhsNyK63R .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uWhsNyK63R .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-uWhsNyK63R .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-uWhsNyK63R .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uWhsNyK63R .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uWhsNyK63R .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWhsNyK63R .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uWhsNyK63R .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWhsNyK63R .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uWhsNyK63R .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-uWhsNyK63R .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uWhsNyK63R .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uWhsNyK63R .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uWhsNyK63R .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uWhsNyK63R .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uWhsNyK63R .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uWhsNyK63R .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uWhsNyK63R .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uWhsNyK63R .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uWhsNyK63R .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uWhsNyK63R .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uWhsNyK63R .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uWhsNyK63R .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uWhsNyK63R .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uWhsNyK63R .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-uWhsNyK63R .items-wrapper .item .item-wrapper .card_1 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uWhsNyK63R .items-wrapper .item .item-wrapper .card_2 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uWhsNyK63R .items-wrapper .item .item-wrapper .card_3 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uWhsNyK63R .btn-wrapper {
  margin-right: 9%;
}
.cid-uWhsNyK63R .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWhsNyK63R .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWhsNyK63R .card-title_1 {
  color: #ffffff;
}
.cid-uWhsNyK63R .card-title_2 {
  color: #ffffff;
  text-align: center;
}
.cid-uWhsNyK63R .card-title_3 {
  color: #ffffff;
  text-align: center;
}
.cid-uWhsNyK63R .card-price_1 {
  color: #ffffff;
}
.cid-uWhsNyK63R .card-price_2 {
  color: #ffffff;
}
.cid-uWhsNyK63R .card-price_3 {
  color: #ffffff;
}
.cid-uWhsNyK63R .card-text_1 {
  color: #ffffff;
}
.cid-uWhsNyK63R .card-text_2 {
  color: #ffffff;
}
.cid-uWhsNyK63R .card-text_3 {
  color: #ffffff;
}
.cid-uWhsNyK63R .card-title_1,
.cid-uWhsNyK63R .mbr-section-btn {
  text-align: center;
}
.cid-uWhsNAyPtu {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWhsNAyPtu .mbr-section-subtitle {
  color: #000000;
}
.cid-uWhsNAyPtu .mbr-text {
  color: #000000;
}
.cid-uWhsNBKDJ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhsNBKDJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhsNBKDJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhsNBKDJ3 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWhsNBKDJ3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWhsNBKDJ3 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWhsNBKDJ3 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWhsNBKDJ3 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWhsNBKDJ3 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWhsNBKDJ3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uWhsNBKDJ3 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWhsNBKDJ3 .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #000000;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uWhsNBKDJ3 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uWhsNBKDJ3 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uWhsNBKDJ3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uWhsNBKDJ3 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uWhsNBKDJ3 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uWhsNBKDJ3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uWhsNBKDJ3 .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-uWhsNBKDJ3 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uWhsNBKDJ3 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uWhsNBKDJ3 .mbr-label,
.cid-uWhsNBKDJ3 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWhsNBKDJ3 .mbr-section-title,
.cid-uWhsNBKDJ3 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWhsNBKDJ3 .mbr-text,
.cid-uWhsNBKDJ3 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWhsNBKDJ3 .panel-title-edit {
  color: #000000;
}
.cid-uWhsNBKDJ3 .panel-text {
  color: #515151;
}
.cid-uWhsNCYZS5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uWhsNCYZS5 .google-map {
  height: 35rem;
  position: relative;
}
.cid-uWhsNCYZS5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uWhsNCYZS5 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uWhsNCYZS5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uWhsNCYZS5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uWhsNE7dD1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4169e2;
}
.cid-uWhsNE7dD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhsNE7dD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWhsNE7dD1 .container {
    padding: 0 16px;
  }
}
.cid-uWhsNE7dD1 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWhsNE7dD1 .card {
    margin-bottom: 40px;
  }
}
.cid-uWhsNE7dD1 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWhsNE7dD1 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uWhsNE7dD1 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uWhsNE7dD1 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWhsNE7dD1 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWhsNE7dD1 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uWhsNE7dD1 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWhsNE7dD1 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uWhsNE7dD1 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uWhsNE7dD1 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uWhsNE7dD1 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWhsNE7dD1 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uWhsNE7dD1 .mbr-section-title {
  color: #ffffff;
}
.cid-uWhsNE7dD1 .copyright {
  color: #ffffff;
}
.cid-uWhsNE7dD1 .mbr-card-title {
  color: #ffffff;
}
.cid-uWhsNE7dD1 .list {
  color: #ffffff;
}
.cid-uWhkKgNuok .navbar-dropdown {
  position: relative !important;
}
.cid-uWhkKgNuok .navbar-dropdown {
  position: absolute !important;
}
.cid-uWhkKgNuok .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-uWhkKgNuok .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWhkKgNuok .dropdown-item {
  border: none !important;
  background: #454545 !important;
  font-weight: 600;
}
.cid-uWhkKgNuok .dropdown-item:hover,
.cid-uWhkKgNuok .dropdown-item:focus {
  background: #454545 !important;
  color: #ff6d99 !important;
}
.cid-uWhkKgNuok .dropdown-item:hover span {
  color: white;
}
.cid-uWhkKgNuok .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWhkKgNuok .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWhkKgNuok .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWhkKgNuok .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWhkKgNuok .nav-link {
  position: relative;
}
.cid-uWhkKgNuok .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWhkKgNuok .container {
    flex-wrap: nowrap;
  }
}
.cid-uWhkKgNuok .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uWhkKgNuok .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWhkKgNuok .dropdown-menu,
.cid-uWhkKgNuok .navbar.opened {
  background: #454545 !important;
}
.cid-uWhkKgNuok .nav-item:focus,
.cid-uWhkKgNuok .nav-link:focus {
  outline: none;
}
.cid-uWhkKgNuok .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWhkKgNuok .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWhkKgNuok .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWhkKgNuok .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWhkKgNuok .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWhkKgNuok .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWhkKgNuok .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(69, 69, 69, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWhkKgNuok .navbar.opened {
  transition: all 0.3s;
}
.cid-uWhkKgNuok .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uWhkKgNuok .navbar .navbar-logo img {
  width: auto;
}
.cid-uWhkKgNuok .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWhkKgNuok .navbar.collapsed {
  justify-content: center;
}
.cid-uWhkKgNuok .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWhkKgNuok .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWhkKgNuok .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uWhkKgNuok .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWhkKgNuok .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWhkKgNuok .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-uWhkKgNuok .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWhkKgNuok .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWhkKgNuok .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWhkKgNuok .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWhkKgNuok .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWhkKgNuok .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWhkKgNuok .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWhkKgNuok .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-uWhkKgNuok .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWhkKgNuok .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWhkKgNuok .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWhkKgNuok .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWhkKgNuok .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWhkKgNuok .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWhkKgNuok .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWhkKgNuok .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWhkKgNuok .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-uWhkKgNuok .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uWhkKgNuok .navbar-brand .navbar-caption:hover,
.cid-uWhkKgNuok .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uWhkKgNuok .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWhkKgNuok .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWhkKgNuok .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uWhkKgNuok .dropdown-item.active,
.cid-uWhkKgNuok .dropdown-item:active {
  background-color: transparent;
}
.cid-uWhkKgNuok .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWhkKgNuok .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWhkKgNuok .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWhkKgNuok .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #454545;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWhkKgNuok .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWhkKgNuok .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWhkKgNuok .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWhkKgNuok ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWhkKgNuok ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWhkKgNuok .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWhkKgNuok .navbar-buttons {
    text-align: left;
  }
}
.cid-uWhkKgNuok .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uWhkKgNuok .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWhkKgNuok 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: #454545 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWhkKgNuok button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uWhkKgNuok button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWhkKgNuok button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWhkKgNuok button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWhkKgNuok button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWhkKgNuok nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWhkKgNuok nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWhkKgNuok nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWhkKgNuok nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWhkKgNuok .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWhkKgNuok a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWhkKgNuok .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-uWhkKgNuok .navbar {
    height: 70px;
  }
  .cid-uWhkKgNuok .navbar.opened {
    height: auto;
  }
  .cid-uWhkKgNuok .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWhkKgNuok .navbar-nav {
  margin: 0 auto;
}
.cid-uWhkKgNuok .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWhkKgNuok .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-uWhkKgNuok .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uWhkKgNuok .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uWhkKgNuok .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWhkKgNuok .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWhkKgNuok .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWhkKgNuok .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWhkKgNuok .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWhkKgNuok .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWhkKgNuok .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWhkKgNuok .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWhkKgNuok .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWhkKgNuok .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWhkKgNuok .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWhkKgNuok .content-wrap {
  min-height: 110px;
}
.cid-uWhkKiKPBC {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uWhkKiKPBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhkKiKPBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWhkKiKPBC .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWhkKiKPBC .container {
    padding: 0 12px;
  }
}
.cid-uWhkKiKPBC .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWhkKiKPBC .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWhkKiKPBC .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uWhkKiKPBC .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-uWhkKiKPBC .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uWhkKiKPBC .image-wrapper img {
  position: absolute;
  top: 0;
  width: 850px;
  height: 850px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uWhkKiKPBC .image-wrapper img {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .cid-uWhkKiKPBC .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-uWhkKiKPBC .image-wrapper .card-wrapper {
  position: relative;
  max-width: 40%;
  margin-top: 16rem;
  padding: 24px;
  border-radius: 32px;
  border: 3px solid #4169e2;
  box-shadow: 4px 4px #4169e2;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWhkKiKPBC .image-wrapper .card-wrapper {
    max-width: 100%;
    border-radius: 24px;
    margin-top: 10rem;
  }
}
.cid-uWhkKiKPBC .image-wrapper .card-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uWhkKiKPBC .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uWhkKiKPBC .mbr-text {
  color: #222222;
}
.cid-uWhkKiKPBC .mbr-text,
.cid-uWhkKiKPBC .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uWhkKiKPBC .mbr-section-title,
.cid-uWhkKiKPBC .mbr-section-btn {
  color: #4169e2;
}
.cid-uWhkKjOSGB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #4169e2;
}
.cid-uWhkKjOSGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhkKjOSGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhkKjOSGB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWhkKjOSGB .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWhkKjOSGB .container {
    padding: 0 12px;
  }
}
.cid-uWhkKjOSGB .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWhkKjOSGB .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWhkKjOSGB .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWhkKjOSGB .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uWhkKjOSGB .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWhkKjOSGB .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uWhkKjOSGB .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uWhkKjOSGB .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uWhkKjOSGB .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uWhkKjOSGB .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uWhkKjOSGB .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uWhkKjOSGB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWhkKjOSGB .mbr-section-subtitle {
  color: #222222;
}
.cid-uWhkKjOSGB .mbr-text {
  color: #000000;
}
.cid-uWhkKjOSGB .list {
  color: #222222;
}
.cid-uWhkKkyyyR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uWhkKkyyyR .google-map {
  height: 35rem;
  position: relative;
}
.cid-uWhkKkyyyR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uWhkKkyyyR .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uWhkKkyyyR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uWhkKkyyyR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uWhkKlxUlo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4169e2;
}
.cid-uWhkKlxUlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhkKlxUlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWhkKlxUlo .container {
    padding: 0 16px;
  }
}
.cid-uWhkKlxUlo .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWhkKlxUlo .card {
    margin-bottom: 40px;
  }
}
.cid-uWhkKlxUlo .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWhkKlxUlo .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uWhkKlxUlo .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uWhkKlxUlo .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWhkKlxUlo .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWhkKlxUlo .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uWhkKlxUlo .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWhkKlxUlo .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uWhkKlxUlo .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uWhkKlxUlo .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uWhkKlxUlo .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWhkKlxUlo .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uWhkKlxUlo .mbr-section-title {
  color: #ffffff;
}
.cid-uWhkKlxUlo .copyright {
  color: #ffffff;
}
.cid-uWhkKlxUlo .mbr-card-title {
  color: #ffffff;
}
.cid-uWhkKlxUlo .list {
  color: #ffffff;
}
