.btn {
  border-width: 4px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 4.6rem;
  line-height: .95;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.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.3rem;
  line-height: 1.65;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (2.26rem + (4.6 - 2.26) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.105rem + (1.3 - 1.105) * ((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: #f78cd9 !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 #fcd4f1 !important;
}
.btn-primary .mbr-iconfont {
  color: #f78cd9 !important;
}
.btn-primary .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f78cd9 !important;
  border-color: #f89ade !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #fcd4f1 important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f78cd9 !important;
  border-color: #f89ade !important;
  box-shadow: 0px 32px 32px -10px #feebf9 important;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #f78cd9 !important;
}
.btn-primary:hover .mbr-iconfont::after,
.btn-primary:focus .mbr-iconfont::after,
.btn-primary.focus .mbr-iconfont::after,
.btn-primary.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fabce9 !important;
  border-color: #fabce9 !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: #f78cd9 !important;
}
.btn-primary-outline .mbr-iconfont::after {
  border: 2px solid #f78cd9 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f78cd9;
  color: #f78cd9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #f13bbe !important;
  background-color: transparent !important;
  border-color: #f13bbe !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: #f13bbe !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 #f13bbe !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f78cd9 !important;
  border-color: #f78cd9 !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: #f78cd9 !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: #f02db9 !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: #f78cd9;
}
.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: #f78cd9;
  border-color: #f78cd9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f78cd9;
}
.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.3rem;
  line-height: 1.65;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #f78cd9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.3rem;
  line-height: 1.65;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #f78cd9;
}
/* 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: #f78cd9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f78cd9;
}
.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: #f78cd9;
  border-bottom-color: #f78cd9;
}
.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: #f78cd9 !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='%23f78cd9' %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: #4c0538;
}
.mbr-section-btn .btn-white .mbr-iconfont::after {
  background-color: #f78cd9 !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-uXZ0ImtqzO .navbar-dropdown {
  position: relative !important;
}
.cid-uXZ0ImtqzO .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-uXZ0ImtqzO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uXZ0ImtqzO .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 600;
}
.cid-uXZ0ImtqzO .dropdown-item:hover,
.cid-uXZ0ImtqzO .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff6d99 !important;
}
.cid-uXZ0ImtqzO .dropdown-item:hover span {
  color: white;
}
.cid-uXZ0ImtqzO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXZ0ImtqzO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXZ0ImtqzO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXZ0ImtqzO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXZ0ImtqzO .nav-link {
  position: relative;
}
.cid-uXZ0ImtqzO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uXZ0ImtqzO .container {
    flex-wrap: nowrap;
  }
}
.cid-uXZ0ImtqzO .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uXZ0ImtqzO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uXZ0ImtqzO .dropdown-menu,
.cid-uXZ0ImtqzO .navbar.opened {
  background: #ffffff !important;
}
.cid-uXZ0ImtqzO .nav-item:focus,
.cid-uXZ0ImtqzO .nav-link:focus {
  outline: none;
}
.cid-uXZ0ImtqzO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXZ0ImtqzO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uXZ0ImtqzO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXZ0ImtqzO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXZ0ImtqzO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXZ0ImtqzO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXZ0ImtqzO .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uXZ0ImtqzO .navbar.opened {
  transition: all 0.3s;
}
.cid-uXZ0ImtqzO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uXZ0ImtqzO .navbar .navbar-logo img {
  width: auto;
}
.cid-uXZ0ImtqzO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXZ0ImtqzO .navbar.collapsed {
  justify-content: center;
}
.cid-uXZ0ImtqzO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXZ0ImtqzO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXZ0ImtqzO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uXZ0ImtqzO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXZ0ImtqzO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXZ0ImtqzO .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-uXZ0ImtqzO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXZ0ImtqzO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXZ0ImtqzO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXZ0ImtqzO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXZ0ImtqzO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXZ0ImtqzO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXZ0ImtqzO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXZ0ImtqzO .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-uXZ0ImtqzO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXZ0ImtqzO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXZ0ImtqzO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uXZ0ImtqzO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uXZ0ImtqzO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXZ0ImtqzO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXZ0ImtqzO .navbar.navbar-short {
  min-height: 96px;
}
.cid-uXZ0ImtqzO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uXZ0ImtqzO .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-uXZ0ImtqzO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uXZ0ImtqzO .navbar-brand .navbar-caption:hover,
.cid-uXZ0ImtqzO .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uXZ0ImtqzO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXZ0ImtqzO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uXZ0ImtqzO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uXZ0ImtqzO .dropdown-item.active,
.cid-uXZ0ImtqzO .dropdown-item:active {
  background-color: transparent;
}
.cid-uXZ0ImtqzO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXZ0ImtqzO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXZ0ImtqzO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXZ0ImtqzO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uXZ0ImtqzO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uXZ0ImtqzO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uXZ0ImtqzO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXZ0ImtqzO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uXZ0ImtqzO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uXZ0ImtqzO .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uXZ0ImtqzO .navbar-buttons {
    text-align: left;
  }
}
.cid-uXZ0ImtqzO .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uXZ0ImtqzO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uXZ0ImtqzO 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uXZ0ImtqzO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uXZ0ImtqzO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uXZ0ImtqzO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXZ0ImtqzO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXZ0ImtqzO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uXZ0ImtqzO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXZ0ImtqzO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXZ0ImtqzO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXZ0ImtqzO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXZ0ImtqzO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXZ0ImtqzO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXZ0ImtqzO .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-uXZ0ImtqzO .navbar {
    height: 70px;
  }
  .cid-uXZ0ImtqzO .navbar.opened {
    height: auto;
  }
  .cid-uXZ0ImtqzO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXZ0ImtqzO .navbar-nav {
  margin: 0 auto;
}
.cid-uXZ0ImtqzO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uXZ0ImtqzO .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-uXZ0ImtqzO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uXZ0ImtqzO .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uXZ0ImtqzO .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uXZ0ImtqzO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uXZ0ImtqzO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uXZ0ImtqzO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uXZ0ImtqzO .navbar {
    justify-content: flex-start !important;
  }
  .cid-uXZ0ImtqzO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uXZ0ImtqzO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uXZ0ImtqzO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uXZ0ImtqzO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uXZ0ImtqzO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uXZ0ImtqzO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uXZ0ImtqzO .content-wrap {
  min-height: 110px;
}
.cid-uXZ0J4FKHK {
  padding-top: 15rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("../../../assets/images/2148775360-2000x1333.jpeg");
}
.cid-uXZ0J4FKHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXZ0J4FKHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXZ0J4FKHK .card {
  justify-content: flex-end;
}
.cid-uXZ0J4FKHK .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXZ0J4FKHK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uXZ0J4FKHK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXZ0J4FKHK .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uXZ0J4FKHK .mbr-label {
  color: #ffffff;
}
.cid-uXZ0J4FKHK .mbr-section-title {
  color: #ffffff;
}
.cid-uXZ0J4FKHK .mbr-text {
  color: #ffffff;
}
.cid-uXZ7eQA7F1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXZ7eQA7F1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXZ7eQA7F1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXZ7eQA7F1 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uXZ7eQA7F1 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXZ7eQA7F1 .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uXZ7eQA7F1 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uXZ7eQA7F1 .items-wrapper .item .item-wrapper .card-number_1,
.cid-uXZ7eQA7F1 .items-wrapper .item .item-wrapper .card-number_2,
.cid-uXZ7eQA7F1 .items-wrapper .item .item-wrapper .card-number_3 {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXZ7eQA7F1 .items-wrapper .item .item-wrapper .card-number_1,
  .cid-uXZ7eQA7F1 .items-wrapper .item .item-wrapper .card-number_2,
  .cid-uXZ7eQA7F1 .items-wrapper .item .item-wrapper .card-number_3 {
    margin-bottom: 16px;
  }
}
.cid-uXZ7eQA7F1 .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uXZ7eQA7F1 .btn-wrapper {
  margin-top: 18%;
}
.cid-uXZ7eQA7F1 .card-number_1 {
  color: #f78cd9;
  text-align: center;
}
.cid-uXZ7eQA7F1 .card-number_2 {
  color: #f78cd9;
  text-align: center;
}
.cid-uXZ7eQA7F1 .card-number_3 {
  color: #f78cd9;
  text-align: center;
}
.cid-uXZ7eQA7F1 .card-title {
  color: #454545;
  text-align: center;
}
.cid-uXZ0Kj7xv5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXZ0Kj7xv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXZ0Kj7xv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXZ0Kj7xv5 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXZ0Kj7xv5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXZ0Kj7xv5 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXZ0Kj7xv5 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXZ0Kj7xv5 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXZ0Kj7xv5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXZ0Kj7xv5 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXZ0Kj7xv5 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXZ0Kj7xv5 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uXZ0Kj7xv5 .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-uXZ0Kj7xv5 .image-wrapper {
    padding-left: 0;
  }
}
.cid-uXZ0Kj7xv5 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uXZ0Kj7xv5 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uXZ0Kj7xv5 .image-wrapper img {
    height: 350px;
  }
}
.cid-uXZ0Kj7xv5 .mbr-label {
  color: #a6adbf;
}
.cid-uXZ0Kj7xv5 .mbr-section-title {
  color: #f78cd9;
}
.cid-uXZ0Kj7xv5 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uXZ0Kj7xv5 .mbr-text,
.cid-uXZ0Kj7xv5 .text-wrapper {
  color: #666666;
}
.cid-uXZ0Kj7xv5 .mbr-text,
.cid-uXZ0Kj7xv5 .text-wrapper,
.cid-uXZ0Kj7xv5 .mbr-section-btn {
  color: #454545;
}
.cid-uXZ7fjzLat {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXZ7fjzLat .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXZ7fjzLat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXZ7fjzLat .items-wrapper {
  margin: 0 -32px;
}
.cid-uXZ7fjzLat .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uXZ7fjzLat .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uXZ7fjzLat .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uXZ7fjzLat .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXZ7fjzLat .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXZ7fjzLat .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-uXZ7fjzLat .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #f78cd9;
  border-color: #ffd700;
  box-shadow: 0 18px 32px -8px #f78cd9;
}
.cid-uXZ7fjzLat .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #f78cd9;
  border-color: #ffd700;
  box-shadow: 0 18px 32px -8px #f78cd9;
}
.cid-uXZ7fjzLat .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #f78cd9;
  border-color: #ffd700;
  box-shadow: 0 18px 32px -8px #f78cd9;
}
.cid-uXZ7fjzLat .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-uXZ7fjzLat .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uXZ7fjzLat .card-title {
  color: #111111;
}
.cid-uXZ7fjzLat .card-text {
  color: #666666;
  text-align: center;
}
.cid-uXZ7fjzLat .card-title,
.cid-uXZ7fjzLat .iconfont-wrapper {
  text-align: center;
  color: #f78cd9;
}
.cid-uXZ11jYXID {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXZ11jYXID .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXZ11jYXID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXZ11jYXID .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXZ11jYXID .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXZ11jYXID .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXZ11jYXID .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXZ11jYXID .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXZ11jYXID .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXZ11jYXID .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXZ11jYXID .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXZ11jYXID .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uXZ11jYXID .image-wrapper {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-uXZ11jYXID .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uXZ11jYXID .image-wrapper {
    padding-right: 0;
  }
}
.cid-uXZ11jYXID .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uXZ11jYXID .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uXZ11jYXID .image-wrapper img {
    height: 350px;
  }
}
.cid-uXZ11jYXID .mbr-label {
  color: #a6adbf;
}
.cid-uXZ11jYXID .mbr-section-title {
  color: #f78cd9;
}
.cid-uXZ11jYXID .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uXZ11jYXID .mbr-text,
.cid-uXZ11jYXID .text-wrapper {
  color: #666666;
}
.cid-uXZ11jYXID .mbr-text,
.cid-uXZ11jYXID .text-wrapper,
.cid-uXZ11jYXID .mbr-section-btn {
  color: #454545;
}
.cid-uZYRkmuElu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZYRkmuElu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZYRkmuElu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZYRkmuElu .items-wrapper {
  margin: 0 -32px;
}
.cid-uZYRkmuElu .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZYRkmuElu .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uZYRkmuElu .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uZYRkmuElu .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZYRkmuElu .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZYRkmuElu .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-uZYRkmuElu .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #f78cd9;
  border-color: #ffd700;
  box-shadow: 0 18px 32px -8px #f78cd9;
}
.cid-uZYRkmuElu .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #f78cd9;
  border-color: #ffd700;
  box-shadow: 0 18px 32px -8px #f78cd9;
}
.cid-uZYRkmuElu .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #f78cd9;
  border-color: #ffd700;
  box-shadow: 0 18px 32px -8px #f78cd9;
}
.cid-uZYRkmuElu .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-uZYRkmuElu .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uZYRkmuElu .card-title {
  color: #111111;
}
.cid-uZYRkmuElu .card-text {
  color: #666666;
  text-align: center;
}
.cid-uZYRkmuElu .card-title,
.cid-uZYRkmuElu .iconfont-wrapper {
  text-align: center;
  color: #f78cd9;
}
.cid-uXZ7ZFd3ge {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXZ7ZFd3ge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXZ7ZFd3ge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXZ7ZFd3ge .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXZ7ZFd3ge .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXZ7ZFd3ge .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXZ7ZFd3ge .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXZ7ZFd3ge .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXZ7ZFd3ge .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXZ7ZFd3ge .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXZ7ZFd3ge .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXZ7ZFd3ge .google-map iframe {
  height: 600px;
  filter: hue-rotate(45deg);
}
@media (max-width: 992px) {
  .cid-uXZ7ZFd3ge .google-map iframe {
    height: 350px;
  }
}
.cid-uXZ7ZFd3ge .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uXZ7ZFd3ge .mbr-section-title {
  color: #f78cd9;
  text-align: center;
}
.cid-uXZ7ZFd3ge .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uXZ7ZFd3ge .mbr-text,
.cid-uXZ7ZFd3ge .text-wrapper {
  color: #454545;
  text-align: center;
}
.cid-uXZ7ZVObew {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXZ7ZVObew .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXZ7ZVObew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXZ7ZVObew .content-wrapper {
  margin-bottom: 32px;
}
.cid-uXZ7ZVObew .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uXZ7ZVObew .items-wrapper {
  align-items: center;
}
.cid-uXZ7ZVObew .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXZ7ZVObew .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uXZ7ZVObew .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uXZ7ZVObew .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uXZ7ZVObew .items-wrapper .item .item-wrapper .card-text:hover,
.cid-uXZ7ZVObew .items-wrapper .item .item-wrapper .card-text:focus {
  color: #ffd700;
}
.cid-uXZ7ZVObew .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uXZ7ZVObew .card-title {
  color: #111111;
  text-align: center;
}
.cid-uXZ7ZVObew .card-text {
  color: #454545;
  text-align: center;
}
.cid-uXZ7ZVObew .card-title,
.cid-uXZ7ZVObew .mbr-section-btn {
  color: #f78cd9;
}
.cid-uXZ8aY3hjm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXZ8aY3hjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXZ8aY3hjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXZ8aY3hjm .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uXZ8aY3hjm .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-uXZ8aY3hjm .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXZ8aY3hjm .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uXZ8aY3hjm .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXZ8aY3hjm .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXZ8aY3hjm .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-uXZ8aY3hjm .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uXZ8aY3hjm .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uXZ8aY3hjm .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #383193;
}
.cid-uXZ8aY3hjm .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uXZ8aY3hjm .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uXZ8aY3hjm .list,
.cid-uXZ8aY3hjm .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-uXZ8aY3hjm .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uXZ8aY3hjm .mbr-section-title,
.cid-uXZ8aY3hjm .logo-wrapper {
  text-align: center;
}
.cid-uXZ8aY3hjm .list,
.cid-uXZ8aY3hjm .item-wrap {
  color: #000000;
}
.cid-uZZ0teyF54 .navbar-dropdown {
  position: relative !important;
}
.cid-uZZ0teyF54 .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-uZZ0teyF54 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZZ0teyF54 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 600;
}
.cid-uZZ0teyF54 .dropdown-item:hover,
.cid-uZZ0teyF54 .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff6d99 !important;
}
.cid-uZZ0teyF54 .dropdown-item:hover span {
  color: white;
}
.cid-uZZ0teyF54 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ0teyF54 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ0teyF54 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ0teyF54 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ0teyF54 .nav-link {
  position: relative;
}
.cid-uZZ0teyF54 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZZ0teyF54 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZZ0teyF54 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZZ0teyF54 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZZ0teyF54 .dropdown-menu,
.cid-uZZ0teyF54 .navbar.opened {
  background: #ffffff !important;
}
.cid-uZZ0teyF54 .nav-item:focus,
.cid-uZZ0teyF54 .nav-link:focus {
  outline: none;
}
.cid-uZZ0teyF54 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ0teyF54 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZZ0teyF54 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ0teyF54 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ0teyF54 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ0teyF54 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ0teyF54 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZZ0teyF54 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ0teyF54 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZZ0teyF54 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ0teyF54 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ0teyF54 .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ0teyF54 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ0teyF54 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ0teyF54 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uZZ0teyF54 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ0teyF54 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ0teyF54 .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-uZZ0teyF54 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ0teyF54 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ0teyF54 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ0teyF54 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ0teyF54 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ0teyF54 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ0teyF54 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ0teyF54 .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-uZZ0teyF54 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ0teyF54 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ0teyF54 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZZ0teyF54 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZZ0teyF54 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ0teyF54 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZZ0teyF54 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZZ0teyF54 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZZ0teyF54 .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-uZZ0teyF54 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZZ0teyF54 .navbar-brand .navbar-caption:hover,
.cid-uZZ0teyF54 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZZ0teyF54 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ0teyF54 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZZ0teyF54 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZZ0teyF54 .dropdown-item.active,
.cid-uZZ0teyF54 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ0teyF54 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ0teyF54 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ0teyF54 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ0teyF54 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZZ0teyF54 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZZ0teyF54 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZZ0teyF54 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ0teyF54 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZZ0teyF54 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZZ0teyF54 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZZ0teyF54 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZZ0teyF54 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZZ0teyF54 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZZ0teyF54 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZZ0teyF54 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZZ0teyF54 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZZ0teyF54 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZZ0teyF54 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZZ0teyF54 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZZ0teyF54 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ0teyF54 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ0teyF54 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ0teyF54 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ0teyF54 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZZ0teyF54 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ0teyF54 .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-uZZ0teyF54 .navbar {
    height: 70px;
  }
  .cid-uZZ0teyF54 .navbar.opened {
    height: auto;
  }
  .cid-uZZ0teyF54 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZZ0teyF54 .navbar-nav {
  margin: 0 auto;
}
.cid-uZZ0teyF54 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZZ0teyF54 .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-uZZ0teyF54 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZZ0teyF54 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZZ0teyF54 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZZ0teyF54 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZZ0teyF54 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZZ0teyF54 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZZ0teyF54 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZZ0teyF54 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZZ0teyF54 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZZ0teyF54 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZZ0teyF54 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZZ0teyF54 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZZ0teyF54 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZZ0teyF54 .content-wrap {
  min-height: 110px;
}
.cid-uZZ1lCGNF4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f78cd9;
}
.cid-uZZ1lCGNF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ1lCGNF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ1lCGNF4 .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uZZ1lCGNF4 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZZ1lCGNF4 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZZ1lCGNF4 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZZ1lCGNF4 .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uZZ1lCGNF4 .mbr-section-title {
  color: #ff6d99;
}
.cid-uZZ1lCGNF4 .mbr-text,
.cid-uZZ1lCGNF4 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZZ1lCGNF4 .mbr-section-title,
.cid-uZZ1lCGNF4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uZZ0tfrTtc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZZ0tfrTtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ0tfrTtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ0tfrTtc .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZZ0tfrTtc .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZZ0tfrTtc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZZ0tfrTtc .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZZ0tfrTtc .items-wrapper {
  margin: 0 -8px;
}
.cid-uZZ0tfrTtc .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uZZ0tfrTtc .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-uZZ0tfrTtc .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-uZZ0tfrTtc .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  object-fit: cover;
}
.cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .item-content .card-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: auto;
  width: 100%;
  position: relative;
  z-index: 10;
}
.cid-uZZ0tfrTtc .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-uZZ0tfrTtc .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ffffff;
  border-color: #ffd700;
}
.cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .card_2 {
  background-color: #ffffff;
  border-color: #ffd700;
}
.cid-uZZ0tfrTtc .items-wrapper .item .item-wrapper .card_3 {
  background-color: #ffffff;
  border-color: #ffd700;
}
.cid-uZZ0tfrTtc .btn-wrapper {
  margin-right: 9%;
}
.cid-uZZ0tfrTtc .mbr-section-title {
  color: #f78cd9;
  text-align: center;
}
.cid-uZZ0tfrTtc .mbr-section-subtitle {
  color: #111111;
  text-align: center;
}
.cid-uZZ0tfrTtc .card-title_1 {
  color: #ffffff;
}
.cid-uZZ0tfrTtc .card-title_2 {
  color: #454545;
}
.cid-uZZ0tfrTtc .card-title_3 {
  color: #454545;
}
.cid-uZZ0tfrTtc .card-price_1 {
  color: #ffffff;
}
.cid-uZZ0tfrTtc .card-price_2 {
  color: #ffffff;
}
.cid-uZZ0tfrTtc .card-price_3 {
  color: #ffffff;
}
.cid-uZZ0tfrTtc .card-text_1 {
  color: #454545;
}
.cid-uZZ0tfrTtc .card-text_2 {
  color: #454545;
}
.cid-uZZ0tfrTtc .card-text_3 {
  color: #454545;
}
.cid-uZZ0tfrTtc .item-content .gradient-wrap,
.cid-uZZ0tfrTtc .item-content .circle-wrap {
  z-index: 1;
}
.cid-uZZ0tfrTtc .card-price_1,
.cid-uZZ0tfrTtc .card-price_2,
.cid-uZZ0tfrTtc .card-price_3 {
  color: #f78cd9;
}
.cid-uZZ0tfrTtc .card-title_1,
.cid-uZZ0tfrTtc .mbr-section-btn {
  color: #454545;
}
.cid-uZZ0tij3Iy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZZ0tij3Iy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ0tij3Iy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ0tij3Iy .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZZ0tij3Iy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZZ0tij3Iy .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZZ0tij3Iy .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZZ0tij3Iy .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZZ0tij3Iy .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZZ0tij3Iy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZZ0tij3Iy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZZ0tij3Iy .google-map iframe {
  height: 600px;
  filter: hue-rotate(45deg);
}
@media (max-width: 992px) {
  .cid-uZZ0tij3Iy .google-map iframe {
    height: 350px;
  }
}
.cid-uZZ0tij3Iy .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZZ0tij3Iy .mbr-section-title {
  color: #f78cd9;
  text-align: center;
}
.cid-uZZ0tij3Iy .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZZ0tij3Iy .mbr-text,
.cid-uZZ0tij3Iy .text-wrapper {
  color: #454545;
  text-align: center;
}
.cid-uZZ0tiI5Xi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZZ0tiI5Xi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ0tiI5Xi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ0tiI5Xi .content-wrapper {
  margin-bottom: 32px;
}
.cid-uZZ0tiI5Xi .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uZZ0tiI5Xi .items-wrapper {
  align-items: center;
}
.cid-uZZ0tiI5Xi .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZZ0tiI5Xi .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uZZ0tiI5Xi .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uZZ0tiI5Xi .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZZ0tiI5Xi .items-wrapper .item .item-wrapper .card-text:hover,
.cid-uZZ0tiI5Xi .items-wrapper .item .item-wrapper .card-text:focus {
  color: #ffd700;
}
.cid-uZZ0tiI5Xi .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZZ0tiI5Xi .card-title {
  color: #111111;
  text-align: center;
}
.cid-uZZ0tiI5Xi .card-text {
  color: #454545;
  text-align: center;
}
.cid-uZZ0tiI5Xi .card-title,
.cid-uZZ0tiI5Xi .mbr-section-btn {
  color: #f78cd9;
}
.cid-uZZ0tj4wjA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZZ0tj4wjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ0tj4wjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ0tj4wjA .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZZ0tj4wjA .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-uZZ0tj4wjA .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZZ0tj4wjA .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uZZ0tj4wjA .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZZ0tj4wjA .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZZ0tj4wjA .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-uZZ0tj4wjA .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uZZ0tj4wjA .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZZ0tj4wjA .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #383193;
}
.cid-uZZ0tj4wjA .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZZ0tj4wjA .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uZZ0tj4wjA .list,
.cid-uZZ0tj4wjA .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-uZZ0tj4wjA .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uZZ0tj4wjA .mbr-section-title,
.cid-uZZ0tj4wjA .logo-wrapper {
  text-align: center;
}
.cid-uZZ0tj4wjA .list,
.cid-uZZ0tj4wjA .item-wrap {
  color: #000000;
}
.cid-uZZ0Aq5ILK .navbar-dropdown {
  position: relative !important;
}
.cid-uZZ0Aq5ILK .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-uZZ0Aq5ILK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZZ0Aq5ILK .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 600;
}
.cid-uZZ0Aq5ILK .dropdown-item:hover,
.cid-uZZ0Aq5ILK .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff6d99 !important;
}
.cid-uZZ0Aq5ILK .dropdown-item:hover span {
  color: white;
}
.cid-uZZ0Aq5ILK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ0Aq5ILK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ0Aq5ILK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ0Aq5ILK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ0Aq5ILK .nav-link {
  position: relative;
}
.cid-uZZ0Aq5ILK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZZ0Aq5ILK .container {
    flex-wrap: nowrap;
  }
}
.cid-uZZ0Aq5ILK .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZZ0Aq5ILK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZZ0Aq5ILK .dropdown-menu,
.cid-uZZ0Aq5ILK .navbar.opened {
  background: #ffffff !important;
}
.cid-uZZ0Aq5ILK .nav-item:focus,
.cid-uZZ0Aq5ILK .nav-link:focus {
  outline: none;
}
.cid-uZZ0Aq5ILK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ0Aq5ILK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZZ0Aq5ILK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ0Aq5ILK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ0Aq5ILK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ0Aq5ILK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ0Aq5ILK .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZZ0Aq5ILK .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ0Aq5ILK .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZZ0Aq5ILK .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ0Aq5ILK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ0Aq5ILK .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ0Aq5ILK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ0Aq5ILK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ0Aq5ILK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uZZ0Aq5ILK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ0Aq5ILK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ0Aq5ILK .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-uZZ0Aq5ILK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ0Aq5ILK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ0Aq5ILK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ0Aq5ILK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ0Aq5ILK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ0Aq5ILK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ0Aq5ILK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ0Aq5ILK .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-uZZ0Aq5ILK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ0Aq5ILK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ0Aq5ILK .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZZ0Aq5ILK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZZ0Aq5ILK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ0Aq5ILK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZZ0Aq5ILK .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZZ0Aq5ILK .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZZ0Aq5ILK .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-uZZ0Aq5ILK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZZ0Aq5ILK .navbar-brand .navbar-caption:hover,
.cid-uZZ0Aq5ILK .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZZ0Aq5ILK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ0Aq5ILK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZZ0Aq5ILK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZZ0Aq5ILK .dropdown-item.active,
.cid-uZZ0Aq5ILK .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ0Aq5ILK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ0Aq5ILK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ0Aq5ILK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ0Aq5ILK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZZ0Aq5ILK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZZ0Aq5ILK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZZ0Aq5ILK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ0Aq5ILK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZZ0Aq5ILK ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZZ0Aq5ILK .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZZ0Aq5ILK .navbar-buttons {
    text-align: left;
  }
}
.cid-uZZ0Aq5ILK .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZZ0Aq5ILK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZZ0Aq5ILK 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZZ0Aq5ILK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZZ0Aq5ILK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZZ0Aq5ILK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZZ0Aq5ILK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZZ0Aq5ILK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZZ0Aq5ILK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ0Aq5ILK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ0Aq5ILK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ0Aq5ILK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ0Aq5ILK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZZ0Aq5ILK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ0Aq5ILK .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-uZZ0Aq5ILK .navbar {
    height: 70px;
  }
  .cid-uZZ0Aq5ILK .navbar.opened {
    height: auto;
  }
  .cid-uZZ0Aq5ILK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZZ0Aq5ILK .navbar-nav {
  margin: 0 auto;
}
.cid-uZZ0Aq5ILK .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZZ0Aq5ILK .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-uZZ0Aq5ILK .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZZ0Aq5ILK .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZZ0Aq5ILK .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZZ0Aq5ILK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZZ0Aq5ILK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZZ0Aq5ILK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZZ0Aq5ILK .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZZ0Aq5ILK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZZ0Aq5ILK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZZ0Aq5ILK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZZ0Aq5ILK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZZ0Aq5ILK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZZ0Aq5ILK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZZ0Aq5ILK .content-wrap {
  min-height: 110px;
}
.cid-uZZ0AqJJhM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZZ0AqJJhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ0AqJJhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ0AqJJhM .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZZ0AqJJhM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZZ0AqJJhM .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZZ0AqJJhM .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZZ0AqJJhM .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZZ0AqJJhM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZZ0AqJJhM .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZZ0AqJJhM .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZZ0AqJJhM .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZZ0AqJJhM .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-uZZ0AqJJhM .image-wrapper {
    padding-left: 0;
  }
}
.cid-uZZ0AqJJhM .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uZZ0AqJJhM .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZZ0AqJJhM .image-wrapper img {
    height: 350px;
  }
}
.cid-uZZ0AqJJhM .mbr-label {
  color: #a6adbf;
}
.cid-uZZ0AqJJhM .mbr-section-title {
  color: #f78cd9;
}
.cid-uZZ0AqJJhM .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uZZ0AqJJhM .mbr-text,
.cid-uZZ0AqJJhM .text-wrapper {
  color: #666666;
}
.cid-uZZ0AqJJhM .mbr-text,
.cid-uZZ0AqJJhM .text-wrapper,
.cid-uZZ0AqJJhM .mbr-section-btn {
  color: #454545;
}
.cid-uZZ0ArQSwH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZZ0ArQSwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ0ArQSwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ0ArQSwH .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZZ0ArQSwH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZZ0ArQSwH .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZZ0ArQSwH .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZZ0ArQSwH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZZ0ArQSwH .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZZ0ArQSwH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZZ0ArQSwH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZZ0ArQSwH .google-map iframe {
  height: 600px;
  filter: hue-rotate(45deg);
}
@media (max-width: 992px) {
  .cid-uZZ0ArQSwH .google-map iframe {
    height: 350px;
  }
}
.cid-uZZ0ArQSwH .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZZ0ArQSwH .mbr-section-title {
  color: #f78cd9;
  text-align: center;
}
.cid-uZZ0ArQSwH .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZZ0ArQSwH .mbr-text,
.cid-uZZ0ArQSwH .text-wrapper {
  color: #454545;
  text-align: center;
}
.cid-uZZ0AscH2D {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZZ0AscH2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ0AscH2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ0AscH2D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uZZ0AscH2D .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uZZ0AscH2D .items-wrapper {
  align-items: center;
}
.cid-uZZ0AscH2D .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZZ0AscH2D .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uZZ0AscH2D .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uZZ0AscH2D .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZZ0AscH2D .items-wrapper .item .item-wrapper .card-text:hover,
.cid-uZZ0AscH2D .items-wrapper .item .item-wrapper .card-text:focus {
  color: #ffd700;
}
.cid-uZZ0AscH2D .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZZ0AscH2D .card-title {
  color: #111111;
  text-align: center;
}
.cid-uZZ0AscH2D .card-text {
  color: #454545;
  text-align: center;
}
.cid-uZZ0AscH2D .card-title,
.cid-uZZ0AscH2D .mbr-section-btn {
  color: #f78cd9;
}
.cid-uZZ0Asuye8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZZ0Asuye8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ0Asuye8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ0Asuye8 .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZZ0Asuye8 .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-uZZ0Asuye8 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZZ0Asuye8 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uZZ0Asuye8 .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZZ0Asuye8 .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZZ0Asuye8 .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-uZZ0Asuye8 .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uZZ0Asuye8 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZZ0Asuye8 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #383193;
}
.cid-uZZ0Asuye8 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZZ0Asuye8 .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uZZ0Asuye8 .list,
.cid-uZZ0Asuye8 .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-uZZ0Asuye8 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uZZ0Asuye8 .mbr-section-title,
.cid-uZZ0Asuye8 .logo-wrapper {
  text-align: center;
}
.cid-uZZ0Asuye8 .list,
.cid-uZZ0Asuye8 .item-wrap {
  color: #000000;
}
.cid-uZZ0BvR0Zn .navbar-dropdown {
  position: relative !important;
}
.cid-uZZ0BvR0Zn .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-uZZ0BvR0Zn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZZ0BvR0Zn .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 600;
}
.cid-uZZ0BvR0Zn .dropdown-item:hover,
.cid-uZZ0BvR0Zn .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff6d99 !important;
}
.cid-uZZ0BvR0Zn .dropdown-item:hover span {
  color: white;
}
.cid-uZZ0BvR0Zn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ0BvR0Zn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ0BvR0Zn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ0BvR0Zn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ0BvR0Zn .nav-link {
  position: relative;
}
.cid-uZZ0BvR0Zn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZZ0BvR0Zn .container {
    flex-wrap: nowrap;
  }
}
.cid-uZZ0BvR0Zn .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZZ0BvR0Zn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZZ0BvR0Zn .dropdown-menu,
.cid-uZZ0BvR0Zn .navbar.opened {
  background: #ffffff !important;
}
.cid-uZZ0BvR0Zn .nav-item:focus,
.cid-uZZ0BvR0Zn .nav-link:focus {
  outline: none;
}
.cid-uZZ0BvR0Zn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ0BvR0Zn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZZ0BvR0Zn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ0BvR0Zn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ0BvR0Zn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ0BvR0Zn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ0BvR0Zn .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZZ0BvR0Zn .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ0BvR0Zn .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZZ0BvR0Zn .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ0BvR0Zn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ0BvR0Zn .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ0BvR0Zn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ0BvR0Zn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ0BvR0Zn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uZZ0BvR0Zn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ0BvR0Zn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ0BvR0Zn .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-uZZ0BvR0Zn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ0BvR0Zn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ0BvR0Zn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ0BvR0Zn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ0BvR0Zn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ0BvR0Zn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ0BvR0Zn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ0BvR0Zn .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-uZZ0BvR0Zn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ0BvR0Zn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ0BvR0Zn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZZ0BvR0Zn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZZ0BvR0Zn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ0BvR0Zn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZZ0BvR0Zn .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZZ0BvR0Zn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZZ0BvR0Zn .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-uZZ0BvR0Zn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZZ0BvR0Zn .navbar-brand .navbar-caption:hover,
.cid-uZZ0BvR0Zn .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZZ0BvR0Zn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ0BvR0Zn .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZZ0BvR0Zn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZZ0BvR0Zn .dropdown-item.active,
.cid-uZZ0BvR0Zn .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ0BvR0Zn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ0BvR0Zn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ0BvR0Zn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ0BvR0Zn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZZ0BvR0Zn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZZ0BvR0Zn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZZ0BvR0Zn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ0BvR0Zn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZZ0BvR0Zn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZZ0BvR0Zn .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZZ0BvR0Zn .navbar-buttons {
    text-align: left;
  }
}
.cid-uZZ0BvR0Zn .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZZ0BvR0Zn .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZZ0BvR0Zn 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZZ0BvR0Zn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZZ0BvR0Zn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZZ0BvR0Zn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZZ0BvR0Zn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZZ0BvR0Zn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZZ0BvR0Zn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ0BvR0Zn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ0BvR0Zn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ0BvR0Zn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ0BvR0Zn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZZ0BvR0Zn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ0BvR0Zn .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-uZZ0BvR0Zn .navbar {
    height: 70px;
  }
  .cid-uZZ0BvR0Zn .navbar.opened {
    height: auto;
  }
  .cid-uZZ0BvR0Zn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZZ0BvR0Zn .navbar-nav {
  margin: 0 auto;
}
.cid-uZZ0BvR0Zn .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZZ0BvR0Zn .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-uZZ0BvR0Zn .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZZ0BvR0Zn .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZZ0BvR0Zn .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZZ0BvR0Zn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZZ0BvR0Zn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZZ0BvR0Zn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZZ0BvR0Zn .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZZ0BvR0Zn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZZ0BvR0Zn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZZ0BvR0Zn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZZ0BvR0Zn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZZ0BvR0Zn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZZ0BvR0Zn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZZ0BvR0Zn .content-wrap {
  min-height: 110px;
}
.cid-uZZ0BxnOFC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZZ0BxnOFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ0BxnOFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ0BxnOFC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uZZ0BxnOFC .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZZ0BxnOFC .embla__slide .slide-content {
  width: 100%;
}
.cid-uZZ0BxnOFC .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 0 32px 64px -10px #e1e7f2;
}
@media (max-width: 992px) {
  .cid-uZZ0BxnOFC .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uZZ0BxnOFC .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 24px;
}
.cid-uZZ0BxnOFC .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZZ0BxnOFC .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZZ0BxnOFC .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 24px;
}
.cid-uZZ0BxnOFC .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZZ0BxnOFC .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uZZ0BxnOFC .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uZZ0BxnOFC .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 2px;
  margin-bottom: 0;
}
.cid-uZZ0BxnOFC .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uZZ0BxnOFC .embla__slide .slide-content .item-wrapper .card-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uZZ0BxnOFC .embla__slide .slide-content .item-wrapper .card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-uZZ0BxnOFC .embla__slide .slide-content .item-wrapper .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZZ0BxnOFC .embla__button--next,
.cid-uZZ0BxnOFC .embla__button--prev {
  display: flex;
}
.cid-uZZ0BxnOFC .embla__button {
  top: 0;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZZ0BxnOFC .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZZ0BxnOFC .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZZ0BxnOFC .embla__button.embla__button--prev {
  left: 0;
}
.cid-uZZ0BxnOFC .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZZ0BxnOFC .embla__button.embla__button--next {
  right: 0;
}
.cid-uZZ0BxnOFC .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZZ0BxnOFC .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
}
@media (max-width: 992px) {
  .cid-uZZ0BxnOFC .embla {
    padding: 0;
  }
}
.cid-uZZ0BxnOFC .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uZZ0BxnOFC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZZ0BxnOFC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZZ0BxnOFC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZZ0BxnOFC .mbr-section-btn {
  margin-top: 54px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZZ0BxnOFC .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZZ0BxnOFC .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZZ0BxnOFC .item-name {
  color: #111111;
}
.cid-uZZ0BxnOFC .card-date {
  color: #666666;
}
.cid-uZZ0BxnOFC .card-title {
  color: #f78cd9;
}
.cid-uZZ0BxnOFC .card-text {
  color: #666666;
}
.cid-uZZ0BxnOFC .mbr-star {
  color: #f78cd9;
}
.cid-uZZ0Byf5A6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZZ0Byf5A6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ0Byf5A6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ0Byf5A6 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZZ0Byf5A6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZZ0Byf5A6 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZZ0Byf5A6 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZZ0Byf5A6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZZ0Byf5A6 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZZ0Byf5A6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZZ0Byf5A6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZZ0Byf5A6 .google-map iframe {
  height: 600px;
  filter: hue-rotate(45deg);
}
@media (max-width: 992px) {
  .cid-uZZ0Byf5A6 .google-map iframe {
    height: 350px;
  }
}
.cid-uZZ0Byf5A6 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZZ0Byf5A6 .mbr-section-title {
  color: #f78cd9;
  text-align: center;
}
.cid-uZZ0Byf5A6 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZZ0Byf5A6 .mbr-text,
.cid-uZZ0Byf5A6 .text-wrapper {
  color: #454545;
  text-align: center;
}
.cid-uZZ0ByCDPm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZZ0ByCDPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ0ByCDPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ0ByCDPm .content-wrapper {
  margin-bottom: 32px;
}
.cid-uZZ0ByCDPm .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uZZ0ByCDPm .items-wrapper {
  align-items: center;
}
.cid-uZZ0ByCDPm .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZZ0ByCDPm .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uZZ0ByCDPm .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uZZ0ByCDPm .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZZ0ByCDPm .items-wrapper .item .item-wrapper .card-text:hover,
.cid-uZZ0ByCDPm .items-wrapper .item .item-wrapper .card-text:focus {
  color: #ffd700;
}
.cid-uZZ0ByCDPm .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZZ0ByCDPm .card-title {
  color: #111111;
  text-align: center;
}
.cid-uZZ0ByCDPm .card-text {
  color: #454545;
  text-align: center;
}
.cid-uZZ0ByCDPm .card-title,
.cid-uZZ0ByCDPm .mbr-section-btn {
  color: #f78cd9;
}
.cid-uZZ0ByTwTe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZZ0ByTwTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ0ByTwTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ0ByTwTe .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZZ0ByTwTe .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-uZZ0ByTwTe .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZZ0ByTwTe .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uZZ0ByTwTe .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZZ0ByTwTe .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZZ0ByTwTe .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-uZZ0ByTwTe .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uZZ0ByTwTe .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZZ0ByTwTe .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #383193;
}
.cid-uZZ0ByTwTe .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZZ0ByTwTe .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uZZ0ByTwTe .list,
.cid-uZZ0ByTwTe .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-uZZ0ByTwTe .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uZZ0ByTwTe .mbr-section-title,
.cid-uZZ0ByTwTe .logo-wrapper {
  text-align: center;
}
.cid-uZZ0ByTwTe .list,
.cid-uZZ0ByTwTe .item-wrap {
  color: #000000;
}
.cid-uZZ0DeIbTR .navbar-dropdown {
  position: relative !important;
}
.cid-uZZ0DeIbTR .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-uZZ0DeIbTR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZZ0DeIbTR .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 600;
}
.cid-uZZ0DeIbTR .dropdown-item:hover,
.cid-uZZ0DeIbTR .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff6d99 !important;
}
.cid-uZZ0DeIbTR .dropdown-item:hover span {
  color: white;
}
.cid-uZZ0DeIbTR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ0DeIbTR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ0DeIbTR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ0DeIbTR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ0DeIbTR .nav-link {
  position: relative;
}
.cid-uZZ0DeIbTR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZZ0DeIbTR .container {
    flex-wrap: nowrap;
  }
}
.cid-uZZ0DeIbTR .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZZ0DeIbTR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZZ0DeIbTR .dropdown-menu,
.cid-uZZ0DeIbTR .navbar.opened {
  background: #ffffff !important;
}
.cid-uZZ0DeIbTR .nav-item:focus,
.cid-uZZ0DeIbTR .nav-link:focus {
  outline: none;
}
.cid-uZZ0DeIbTR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ0DeIbTR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZZ0DeIbTR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ0DeIbTR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ0DeIbTR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ0DeIbTR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ0DeIbTR .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZZ0DeIbTR .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ0DeIbTR .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZZ0DeIbTR .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ0DeIbTR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ0DeIbTR .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ0DeIbTR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ0DeIbTR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ0DeIbTR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uZZ0DeIbTR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ0DeIbTR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ0DeIbTR .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-uZZ0DeIbTR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ0DeIbTR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ0DeIbTR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ0DeIbTR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ0DeIbTR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ0DeIbTR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ0DeIbTR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ0DeIbTR .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-uZZ0DeIbTR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ0DeIbTR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ0DeIbTR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZZ0DeIbTR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZZ0DeIbTR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ0DeIbTR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZZ0DeIbTR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZZ0DeIbTR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZZ0DeIbTR .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-uZZ0DeIbTR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZZ0DeIbTR .navbar-brand .navbar-caption:hover,
.cid-uZZ0DeIbTR .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZZ0DeIbTR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ0DeIbTR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZZ0DeIbTR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZZ0DeIbTR .dropdown-item.active,
.cid-uZZ0DeIbTR .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ0DeIbTR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ0DeIbTR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ0DeIbTR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ0DeIbTR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZZ0DeIbTR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZZ0DeIbTR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZZ0DeIbTR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ0DeIbTR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZZ0DeIbTR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZZ0DeIbTR .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZZ0DeIbTR .navbar-buttons {
    text-align: left;
  }
}
.cid-uZZ0DeIbTR .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZZ0DeIbTR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZZ0DeIbTR 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZZ0DeIbTR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZZ0DeIbTR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZZ0DeIbTR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZZ0DeIbTR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZZ0DeIbTR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZZ0DeIbTR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ0DeIbTR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ0DeIbTR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ0DeIbTR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ0DeIbTR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZZ0DeIbTR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ0DeIbTR .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-uZZ0DeIbTR .navbar {
    height: 70px;
  }
  .cid-uZZ0DeIbTR .navbar.opened {
    height: auto;
  }
  .cid-uZZ0DeIbTR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZZ0DeIbTR .navbar-nav {
  margin: 0 auto;
}
.cid-uZZ0DeIbTR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZZ0DeIbTR .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-uZZ0DeIbTR .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZZ0DeIbTR .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZZ0DeIbTR .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZZ0DeIbTR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZZ0DeIbTR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZZ0DeIbTR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZZ0DeIbTR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZZ0DeIbTR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZZ0DeIbTR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZZ0DeIbTR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZZ0DeIbTR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZZ0DeIbTR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZZ0DeIbTR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZZ0DeIbTR .content-wrap {
  min-height: 110px;
}
.cid-uZZ0Dg0U9p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZZ0Dg0U9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ0Dg0U9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ0Dg0U9p .card-wrapper {
  padding: 64px;
  background-color: #f4f6fa;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uZZ0Dg0U9p .card-wrapper {
    display: block;
    padding: 24px;
    margin-top: 0;
  }
}
.cid-uZZ0Dg0U9p .image-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uZZ0Dg0U9p .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uZZ0Dg0U9p .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 1400px) {
  .cid-uZZ0Dg0U9p .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-uZZ0Dg0U9p .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-uZZ0Dg0U9p .content-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 1400px) {
  .cid-uZZ0Dg0U9p .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZZ0Dg0U9p .content-wrapper {
    width: 100%;
  }
}
.cid-uZZ0Dg0U9p .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZZ0Dg0U9p .content-wrapper .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-uZZ0Dg0U9p .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZZ0Dg0U9p .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZZ0Dg0U9p .content-wrapper .content-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZZ0Dg0U9p .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZZ0Dg0U9p .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZZ0Dg0U9p .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px 24px 24px 32px;
  background-color: #ffffff;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-uZZ0Dg0U9p .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uZZ0Dg0U9p .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uZZ0Dg0U9p .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZZ0Dg0U9p .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uZZ0Dg0U9p .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZZ0Dg0U9p .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #f78cd9;
}
.cid-uZZ0Dg0U9p .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  margin-top: 4px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #454545;
}
.cid-uZZ0Dg0U9p .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover,
.cid-uZZ0Dg0U9p .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:active {
  background-color: #ffd700;
}
.cid-uZZ0Dg0U9p .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover .mbr-iconfont,
.cid-uZZ0Dg0U9p .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:active .mbr-iconfont {
  color: #ffffff;
}
.cid-uZZ0Dg0U9p .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uZZ0Dg0U9p .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uZZ0Dg0U9p .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uZZ0Dg0U9p .mbr-section-title {
  color: #f78cd9;
}
.cid-uZZ0Dg0U9p .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uZZ0Dg0U9p .mbr-text,
.cid-uZZ0Dg0U9p .text-wrapper {
  color: #111111;
}
.cid-uZZ0Dg0U9p .panel-title-edit {
  color: #f78cd9;
}
.cid-uZZ0Dg0U9p .panel-text {
  color: #454545;
}
.cid-uZZ0DglbxT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZZ0DglbxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ0DglbxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ0DglbxT .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZZ0DglbxT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZZ0DglbxT .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZZ0DglbxT .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZZ0DglbxT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZZ0DglbxT .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZZ0DglbxT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZZ0DglbxT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZZ0DglbxT .google-map iframe {
  height: 600px;
  filter: hue-rotate(45deg);
}
@media (max-width: 992px) {
  .cid-uZZ0DglbxT .google-map iframe {
    height: 350px;
  }
}
.cid-uZZ0DglbxT .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZZ0DglbxT .mbr-section-title {
  color: #f78cd9;
  text-align: center;
}
.cid-uZZ0DglbxT .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZZ0DglbxT .mbr-text,
.cid-uZZ0DglbxT .text-wrapper {
  color: #454545;
  text-align: center;
}
.cid-uZZ0DgEZEk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZZ0DgEZEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ0DgEZEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ0DgEZEk .content-wrapper {
  margin-bottom: 32px;
}
.cid-uZZ0DgEZEk .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uZZ0DgEZEk .items-wrapper {
  align-items: center;
}
.cid-uZZ0DgEZEk .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZZ0DgEZEk .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uZZ0DgEZEk .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uZZ0DgEZEk .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZZ0DgEZEk .items-wrapper .item .item-wrapper .card-text:hover,
.cid-uZZ0DgEZEk .items-wrapper .item .item-wrapper .card-text:focus {
  color: #ffd700;
}
.cid-uZZ0DgEZEk .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZZ0DgEZEk .card-title {
  color: #111111;
  text-align: center;
}
.cid-uZZ0DgEZEk .card-text {
  color: #454545;
  text-align: center;
}
.cid-uZZ0DgEZEk .card-title,
.cid-uZZ0DgEZEk .mbr-section-btn {
  color: #f78cd9;
}
.cid-uZZ0DgVHvx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZZ0DgVHvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ0DgVHvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ0DgVHvx .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZZ0DgVHvx .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-uZZ0DgVHvx .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZZ0DgVHvx .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uZZ0DgVHvx .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZZ0DgVHvx .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZZ0DgVHvx .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-uZZ0DgVHvx .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uZZ0DgVHvx .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZZ0DgVHvx .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #383193;
}
.cid-uZZ0DgVHvx .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZZ0DgVHvx .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uZZ0DgVHvx .list,
.cid-uZZ0DgVHvx .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-uZZ0DgVHvx .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uZZ0DgVHvx .mbr-section-title,
.cid-uZZ0DgVHvx .logo-wrapper {
  text-align: center;
}
.cid-uZZ0DgVHvx .list,
.cid-uZZ0DgVHvx .item-wrap {
  color: #000000;
}
.cid-uZZ1DfgCsT .navbar-dropdown {
  position: relative !important;
}
.cid-uZZ1DfgCsT .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-uZZ1DfgCsT .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZZ1DfgCsT .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 600;
}
.cid-uZZ1DfgCsT .dropdown-item:hover,
.cid-uZZ1DfgCsT .dropdown-item:focus {
  background: #ffffff !important;
  color: #ff6d99 !important;
}
.cid-uZZ1DfgCsT .dropdown-item:hover span {
  color: white;
}
.cid-uZZ1DfgCsT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ1DfgCsT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ1DfgCsT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ1DfgCsT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ1DfgCsT .nav-link {
  position: relative;
}
.cid-uZZ1DfgCsT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZZ1DfgCsT .container {
    flex-wrap: nowrap;
  }
}
.cid-uZZ1DfgCsT .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZZ1DfgCsT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZZ1DfgCsT .dropdown-menu,
.cid-uZZ1DfgCsT .navbar.opened {
  background: #ffffff !important;
}
.cid-uZZ1DfgCsT .nav-item:focus,
.cid-uZZ1DfgCsT .nav-link:focus {
  outline: none;
}
.cid-uZZ1DfgCsT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ1DfgCsT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZZ1DfgCsT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ1DfgCsT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ1DfgCsT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ1DfgCsT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ1DfgCsT .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZZ1DfgCsT .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ1DfgCsT .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZZ1DfgCsT .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ1DfgCsT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ1DfgCsT .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ1DfgCsT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ1DfgCsT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ1DfgCsT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uZZ1DfgCsT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ1DfgCsT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ1DfgCsT .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-uZZ1DfgCsT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ1DfgCsT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ1DfgCsT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ1DfgCsT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ1DfgCsT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ1DfgCsT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ1DfgCsT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ1DfgCsT .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-uZZ1DfgCsT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ1DfgCsT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ1DfgCsT .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZZ1DfgCsT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZZ1DfgCsT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ1DfgCsT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZZ1DfgCsT .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZZ1DfgCsT .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZZ1DfgCsT .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-uZZ1DfgCsT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZZ1DfgCsT .navbar-brand .navbar-caption:hover,
.cid-uZZ1DfgCsT .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZZ1DfgCsT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ1DfgCsT .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZZ1DfgCsT .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZZ1DfgCsT .dropdown-item.active,
.cid-uZZ1DfgCsT .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ1DfgCsT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ1DfgCsT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ1DfgCsT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ1DfgCsT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZZ1DfgCsT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZZ1DfgCsT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZZ1DfgCsT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ1DfgCsT ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZZ1DfgCsT ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZZ1DfgCsT .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZZ1DfgCsT .navbar-buttons {
    text-align: left;
  }
}
.cid-uZZ1DfgCsT .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZZ1DfgCsT .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZZ1DfgCsT 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZZ1DfgCsT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZZ1DfgCsT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZZ1DfgCsT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZZ1DfgCsT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZZ1DfgCsT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZZ1DfgCsT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ1DfgCsT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ1DfgCsT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ1DfgCsT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ1DfgCsT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZZ1DfgCsT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ1DfgCsT .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-uZZ1DfgCsT .navbar {
    height: 70px;
  }
  .cid-uZZ1DfgCsT .navbar.opened {
    height: auto;
  }
  .cid-uZZ1DfgCsT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZZ1DfgCsT .navbar-nav {
  margin: 0 auto;
}
.cid-uZZ1DfgCsT .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZZ1DfgCsT .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-uZZ1DfgCsT .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZZ1DfgCsT .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZZ1DfgCsT .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZZ1DfgCsT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZZ1DfgCsT .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZZ1DfgCsT .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZZ1DfgCsT .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZZ1DfgCsT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZZ1DfgCsT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZZ1DfgCsT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZZ1DfgCsT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZZ1DfgCsT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZZ1DfgCsT .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZZ1DfgCsT .content-wrap {
  min-height: 110px;
}
.cid-uZZ1GT0tHZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZZ1GT0tHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ1GT0tHZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ1GT0tHZ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZZ1GT0tHZ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZZ1GT0tHZ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uZZ1GT0tHZ .card-wrapper {
    padding: 4rem;
  }
}
.cid-uZZ1GT0tHZ .mbr-text,
.cid-uZZ1GT0tHZ .mbr-section-btn {
  color: #454545;
  text-align: left;
}
.cid-uZZ1GT0tHZ .card-title,
.cid-uZZ1GT0tHZ .card-box {
  text-align: left;
  color: #f78cd9;
}
.cid-uZZ1Dhb0hL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZZ1Dhb0hL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZ1Dhb0hL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZ1Dhb0hL .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZZ1Dhb0hL .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-uZZ1Dhb0hL .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZZ1Dhb0hL .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uZZ1Dhb0hL .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZZ1Dhb0hL .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZZ1Dhb0hL .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-uZZ1Dhb0hL .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uZZ1Dhb0hL .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uZZ1Dhb0hL .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #383193;
}
.cid-uZZ1Dhb0hL .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZZ1Dhb0hL .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-uZZ1Dhb0hL .list,
.cid-uZZ1Dhb0hL .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-uZZ1Dhb0hL .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uZZ1Dhb0hL .mbr-section-title,
.cid-uZZ1Dhb0hL .logo-wrapper {
  text-align: center;
}
.cid-uZZ1Dhb0hL .list,
.cid-uZZ1Dhb0hL .item-wrap {
  color: #000000;
}
