.btn {
  border-width: 4px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #eeeaea;
}
body {
  font-family: Liter;
}
.display-1 {
  font-family: 'Readex Pro', sans-serif;
  font-size: 5.2rem;
  line-height: .95;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Readex Pro', sans-serif;
  font-size: 4.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-4 {
  font-family: 'Sen', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Readex Pro', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Sen', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #25c77c !important;
}
.bg-success {
  background-color: #25c77c !important;
}
.bg-info {
  background-color: #0cbce0 !important;
}
.bg-warning {
  background-color: #ffa825 !important;
}
.bg-danger {
  background-color: #2d3748 !important;
}
.btn-primary {
  box-shadow: 0px 32px 32px -10px #58e0a1 !important;
}
.btn-primary .mbr-iconfont {
  color: #25c77c !important;
}
.btn-primary .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #25c77c !important;
  border-color: #27d484 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #58e0a1 important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #25c77c !important;
  border-color: #27d484 !important;
  box-shadow: 0px 32px 32px -10px #6ee4ad important;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #25c77c !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: #43dc95 !important;
  border-color: #43dc95 !important;
}
.btn-secondary {
  box-shadow: 0px 32px 32px -10px #91a9ef !important;
}
.btn-secondary .mbr-iconfont {
  color: #4e74e6 !important;
}
.btn-secondary .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4e74e6 !important;
  border-color: #5b7fe8 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #91a9ef important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #4e74e6 !important;
  border-color: #5b7fe8 !important;
  box-shadow: 0px 32px 32px -10px #a7baf3 important;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  color: #4e74e6 !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: #7b97ec !important;
  border-color: #7b97ec !important;
}
.btn-info {
  box-shadow: 0px 32px 32px -10px #44d7f5 !important;
}
.btn-info .mbr-iconfont {
  color: #0cbce0 !important;
}
.btn-info .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cbce0 !important;
  border-color: #0dc8ef !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #44d7f5 important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0cbce0 !important;
  border-color: #0dc8ef !important;
  box-shadow: 0px 32px 32px -10px #5cdcf6 important;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  color: #0cbce0 !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: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2bd2f4 !important;
  border-color: #2bd2f4 !important;
}
.btn-success {
  box-shadow: 0px 32px 32px -10px #58e0a1 !important;
}
.btn-success .mbr-iconfont {
  color: #25c77c !important;
}
.btn-success .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #25c77c !important;
  border-color: #27d484 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #58e0a1 important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #25c77c !important;
  border-color: #27d484 !important;
  box-shadow: 0px 32px 32px -10px #6ee4ad important;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  color: #25c77c !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: #43dc95 !important;
  border-color: #43dc95 !important;
}
.btn-warning {
  box-shadow: 0px 32px 32px -10px #ffc772 !important;
}
.btn-warning .mbr-iconfont {
  color: #ffa825 !important;
}
.btn-warning .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa825 !important;
  border-color: #ffae34 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ffc772 important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffa825 !important;
  border-color: #ffae34 !important;
  box-shadow: 0px 32px 32px -10px #ffd18b important;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  color: #ffa825 !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: #ffbc58 !important;
  border-color: #ffbc58 !important;
}
.btn-danger {
  box-shadow: 0px 32px 32px -10px #4a5b77 !important;
}
.btn-danger .mbr-iconfont {
  color: #2d3748 !important;
}
.btn-danger .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2d3748 !important;
  border-color: #333e51 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #4a5b77 important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #2d3748 !important;
  border-color: #333e51 !important;
  box-shadow: 0px 32px 32px -10px #546787 important;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  color: #2d3748 !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: #414f67 !important;
  border-color: #414f67 !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: #25c77c !important;
}
.btn-primary-outline .mbr-iconfont::after {
  border: 2px solid #25c77c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #25c77c;
  color: #25c77c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #177e4e !important;
  background-color: transparent !important;
  border-color: #177e4e !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: #177e4e !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 #177e4e !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #25c77c !important;
  border-color: #25c77c !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #4e74e6 !important;
}
.btn-secondary-outline .mbr-iconfont::after {
  border: 2px solid #4e74e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4e74e6;
  color: #4e74e6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1b45c2 !important;
  background-color: transparent !important;
  border-color: #1b45c2 !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: #1b45c2 !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 #1b45c2 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4e74e6 !important;
  border-color: #4e74e6 !important;
}
.btn-info-outline .mbr-iconfont {
  color: #0cbce0 !important;
}
.btn-info-outline .mbr-iconfont::after {
  border: 2px solid #0cbce0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cbce0;
  color: #0cbce0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #08778e !important;
  background-color: transparent !important;
  border-color: #08778e !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: #08778e !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 #08778e !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cbce0 !important;
  border-color: #0cbce0 !important;
}
.btn-success-outline .mbr-iconfont {
  color: #25c77c !important;
}
.btn-success-outline .mbr-iconfont::after {
  border: 2px solid #25c77c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #25c77c;
  color: #25c77c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #177e4e !important;
  background-color: transparent !important;
  border-color: #177e4e !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: #177e4e !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 #177e4e !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #25c77c !important;
  border-color: #25c77c !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #ffa825 !important;
}
.btn-warning-outline .mbr-iconfont::after {
  border: 2px solid #ffa825 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffa825;
  color: #ffa825;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cd7b00 !important;
  background-color: transparent !important;
  border-color: #cd7b00 !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: #cd7b00 !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 #cd7b00 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa825 !important;
  border-color: #ffa825 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #2d3748 !important;
}
.btn-danger-outline .mbr-iconfont::after {
  border: 2px solid #2d3748 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #2d3748;
  color: #2d3748;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0c0e13 !important;
  background-color: transparent !important;
  border-color: #0c0e13 !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: #0c0e13 !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 #0c0e13 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2d3748 !important;
  border-color: #2d3748 !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: #25c77c !important;
}
.text-secondary {
  color: #4e74e6 !important;
}
.text-success {
  color: #25c77c !important;
}
.text-info {
  color: #0cbce0 !important;
}
.text-warning {
  color: #ffa825 !important;
}
.text-danger {
  color: #2d3748 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #111111 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #157146 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1940b5 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #157146 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #076b7f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #be7200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #060709 !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: #25c77c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cbce0;
}
.alert-warning {
  background-color: #ffa825;
}
.alert-danger {
  background-color: #2d3748;
}
.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: #25c77c;
  border-color: #25c77c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #25c77c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #83e8b9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #83e8b9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bdf1fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff9f1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9aa8c0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Sen', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #25c77c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Sen', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #25c77c;
}
/* 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: #25c77c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #25c77c;
}
.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: #25c77c;
  border-bottom-color: #25c77c;
}
.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: #25c77c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4e74e6 !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='%2325c77c' %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: #000000;
}
.mbr-section-btn .btn-white .mbr-iconfont::after {
  background-color: #25c77c !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-uXDJ0cr2ax {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXDJ0cr2ax .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;
}
@media (max-width: 767px) {
  .cid-uXDJ0cr2ax .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXDJ0cr2ax .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXDJ0cr2ax .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uXDJ0cr2ax .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXDJ0cr2ax .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXDJ0cr2ax .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uXDJ0cr2ax .navbar-nav .nav-item {
  padding: 0 24px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uXDJ0cr2ax .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uXDJ0cr2ax .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #25c77c;
  transition: all .3s ease;
}
.cid-uXDJ0cr2ax .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uXDJ0cr2ax .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXDJ0cr2ax .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXDJ0cr2ax .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #2d3748;
}
.cid-uXDJ0cr2ax .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXDJ0cr2ax .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-uXDJ0cr2ax .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXDJ0cr2ax .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uXDJ0cr2ax .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXDJ0cr2ax .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uXDJ0cr2ax .container,
.cid-uXDJ0cr2ax .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2d3748;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .container,
  .cid-uXDJ0cr2ax .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uXDJ0cr2ax .container,
  .cid-uXDJ0cr2ax .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXDJ0cr2ax .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uXDJ0cr2ax .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uXDJ0cr2ax .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uXDJ0cr2ax .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uXDJ0cr2ax .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uXDJ0cr2ax .nav-item:focus,
.cid-uXDJ0cr2ax .nav-link:focus {
  outline: none;
}
.cid-uXDJ0cr2ax .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXDJ0cr2ax .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXDJ0cr2ax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXDJ0cr2ax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXDJ0cr2ax .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXDJ0cr2ax .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXDJ0cr2ax .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXDJ0cr2ax .navbar.opened {
  transition: all 0.3s;
}
.cid-uXDJ0cr2ax .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXDJ0cr2ax .navbar .navbar-logo img {
  width: auto;
}
.cid-uXDJ0cr2ax .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXDJ0cr2ax .navbar.collapsed {
  justify-content: center;
}
.cid-uXDJ0cr2ax .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXDJ0cr2ax .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXDJ0cr2ax .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXDJ0cr2ax .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXDJ0cr2ax .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXDJ0cr2ax .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-uXDJ0cr2ax .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXDJ0cr2ax .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXDJ0cr2ax .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXDJ0cr2ax .navbar {
    min-height: 72px;
  }
  .cid-uXDJ0cr2ax .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXDJ0cr2ax .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXDJ0cr2ax .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXDJ0cr2ax .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXDJ0cr2ax .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXDJ0cr2ax .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-uXDJ0cr2ax .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXDJ0cr2ax .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXDJ0cr2ax .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXDJ0cr2ax .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXDJ0cr2ax .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXDJ0cr2ax .dropdown-item.active,
.cid-uXDJ0cr2ax .dropdown-item:active {
  background-color: transparent;
}
.cid-uXDJ0cr2ax .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXDJ0cr2ax .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXDJ0cr2ax .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXDJ0cr2ax .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uXDJ0cr2ax .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uXDJ0cr2ax .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXDJ0cr2ax ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXDJ0cr2ax .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .navbar-buttons {
    text-align: left;
  }
}
.cid-uXDJ0cr2ax button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXDJ0cr2ax button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e7f2;
}
.cid-uXDJ0cr2ax button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXDJ0cr2ax button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXDJ0cr2ax button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXDJ0cr2ax button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXDJ0cr2ax nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXDJ0cr2ax nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXDJ0cr2ax nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXDJ0cr2ax nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXDJ0cr2ax .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXDJ0cr2ax a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXDJ0cr2ax .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXDJ0cr2ax .navbar {
    height: 70px;
  }
  .cid-uXDJ0cr2ax .navbar.opened {
    height: auto;
  }
  .cid-uXDJ0cr2ax .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXDJ0cr2ax .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXDJ0cr2ax .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uXDJ0cr2ax .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uXDJ0cr2ax .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXDJ0cr2ax .navbar-brand {
    margin-right: auto;
  }
  .cid-uXDJ0cr2ax .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2d3748;
    backdrop-filter: blur(8px);
  }
  .cid-uXDJ0cr2ax .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uXDJ0cr2ax .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXDJ0cr2ax .navbar-collapse {
    padding: 1rem;
  }
}
#home-season-0a {
  /* Set up the scene */
  /* Container for all the leaves */
  /* Base style for a single leaf */
  /* The animation keyframes */
  /* --- Individual Leaf Customization --- */
  /* This is what creates the random, natural effect */
}
#home-season-0a body {
  background-color: #f0f8ff;
  /* A light sky blue background */
  height: 100vh;
  margin: 0;
  overflow: hidden;
  /* Hide leaves that go off-screen */
}
#home-season-0a .leaves-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* Allows clicking through the leaves */
  z-index: 999;
}
#home-season-0a .leaf {
  position: absolute;
  top: -50px;
  /* Start above the screen */
  width: 30px;
  height: 30px;
  background-color: #d94817;
  /* Default autumn orange */
  /* Creates a simple leaf shape */
  border-radius: 0 50% 0 50%;
  /* Apply the animation */
  animation: fall linear infinite;
}
@keyframes fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    /* Move leaf to the bottom of the viewport while rotating */
    transform: translateY(105vh) rotate(720deg);
    opacity: 0;
  }
}
#home-season-0a .leaf:nth-child(1) {
  left: 10%;
  animation-duration: 15s;
  animation-delay: -2s;
  background-color: #d94817;
  /* Red-Orange */
}
#home-season-0a .leaf:nth-child(2) {
  left: 20%;
  animation-duration: 12s;
  animation-delay: -4s;
  background-color: #a63114;
  /* Deep Red */
  transform: rotate(45deg);
}
#home-season-0a .leaf:nth-child(3) {
  left: 30%;
  animation-duration: 18s;
  animation-delay: 0s;
  background-color: #ffcc00;
  /* Yellow */
}
#home-season-0a .leaf:nth-child(4) {
  left: 40%;
  animation-duration: 14s;
  animation-delay: -6s;
  background-color: #BF5700;
  /* Burnt Orange */
}
#home-season-0a .leaf:nth-child(5) {
  left: 50%;
  animation-duration: 16s;
  animation-delay: -1s;
  background-color: #d94817;
}
#home-season-0a .leaf:nth-child(6) {
  left: 60%;
  animation-duration: 11s;
  animation-delay: -8s;
  background-color: #a63114;
}
#home-season-0a .leaf:nth-child(7) {
  left: 70%;
  animation-duration: 20s;
  animation-delay: -3s;
  background-color: #ffcc00;
}
#home-season-0a .leaf:nth-child(8) {
  left: 80%;
  animation-duration: 13s;
  animation-delay: -5s;
  background-color: #BF5700;
}
#home-season-0a .leaf:nth-child(9) {
  left: 90%;
  animation-duration: 17s;
  animation-delay: -7s;
  background-color: #d94817;
}
#home-season-0a .leaf:nth-child(10) {
  left: 5%;
  animation-duration: 19s;
  animation-delay: -10s;
  background-color: #a63114;
}
#home-season-0a .leaf:nth-child(11) {
  left: 15%;
  animation-duration: 14s;
  animation-delay: -12s;
  background-color: #ffcc00;
}
#home-season-0a .leaf:nth-child(12) {
  left: 85%;
  animation-duration: 22s;
  animation-delay: -9s;
  background-color: #BF5700;
}
.cid-uXDJ0dtArF {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXDJ0dtArF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXDJ0dtArF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXDJ0dtArF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uXDJ0dtArF .container-fluid {
    padding: 0 15px;
  }
}
.cid-uXDJ0dtArF .row {
  margin: 0;
}
.cid-uXDJ0dtArF .row .card {
  padding: 0;
}
.cid-uXDJ0dtArF .card-wrapper {
  padding: 140px 30px;
  background-color: #ebe9e5;
}
@media (max-width: 1440px) {
  .cid-uXDJ0dtArF .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXDJ0dtArF .card-wrapper {
    padding: 15px;
  }
}
.cid-uXDJ0dtArF .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.cid-uXDJ0dtArF .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uXDJ0dtArF .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uXDJ0dtArF .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXDJ0dtArF .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXDJ0dtArF .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXDJ0dtArF .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-uXDJ0dtArF .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uXDJ0dtArF .mbr-label {
  color: #000000;
}
.cid-uXDJ0dtArF .mbr-section-title {
  color: #000000;
}
.cid-uXDJ0dtArF .mbr-text,
.cid-uXDJ0dtArF .text-wrapper {
  color: #000000;
}
.cid-uXDJ0dSa0v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXDJ0dSa0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXDJ0dSa0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXDJ0dSa0v .content-wrapper {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .cid-uXDJ0dSa0v .content-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
  }
}
.cid-uXDJ0dSa0v .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXDJ0dSa0v .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXDJ0dSa0v .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXDJ0dSa0v .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXDJ0dSa0v .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXDJ0dSa0v .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 50%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXDJ0dSa0v .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uXDJ0dSa0v .embla__slide .slide-content {
  width: 100%;
}
.cid-uXDJ0dSa0v .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uXDJ0dSa0v .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 690px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uXDJ0dSa0v .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uXDJ0dSa0v .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uXDJ0dSa0v .embla__button--next,
.cid-uXDJ0dSa0v .embla__button--prev {
  display: flex;
}
.cid-uXDJ0dSa0v .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uXDJ0dSa0v .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: 0.2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uXDJ0dSa0v .embla__button:hover::before {
  opacity: 0.5;
}
.cid-uXDJ0dSa0v .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: 0.5 !important;
}
.cid-uXDJ0dSa0v .embla__button:disabled::before {
  opacity: 0.2;
}
.cid-uXDJ0dSa0v .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uXDJ0dSa0v .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uXDJ0dSa0v .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uXDJ0dSa0v .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uXDJ0dSa0v .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uXDJ0dSa0v .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uXDJ0dSa0v .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uXDJ0dSa0v .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: 52px;
}
@media (max-width: 1440px) {
  .cid-uXDJ0dSa0v .embla {
    margin-left: 0;
  }
}
.cid-uXDJ0dSa0v .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uXDJ0dSa0v .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uXDJ0dSa0v .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uXDJ0dSa0v .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uXDJ0dSa0v .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uXDJ0dSa0v .mbr-section-title {
  color: #111111;
}
.cid-uXDJ0dSa0v .mbr-section-subtitle {
  color: #25c77c;
}
.cid-uXDJ0dSa0v .mbr-text,
.cid-uXDJ0dSa0v .text-wrapper {
  color: #666666;
}
.cid-uXDJ0oQ0oh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebe9e5;
}
.cid-uXDJ0oQ0oh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXDJ0oQ0oh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXDJ0oQ0oh .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXDJ0oQ0oh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXDJ0oQ0oh .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXDJ0oQ0oh .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXDJ0oQ0oh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXDJ0oQ0oh .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXDJ0oQ0oh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXDJ0oQ0oh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXDJ0oQ0oh .items-wrapper .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXDJ0oQ0oh .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 64px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
}
@media (max-width: 992px) {
  .cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
@media (max-width: 992px) {
  .cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  right: -32px;
  bottom: 32px;
  width: 200px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .item-img::before {
    bottom: auto;
    top: -100px;
    right: auto;
    left: -100px;
  }
}
.cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  right: 32px;
  bottom: 32px;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .item-img img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .image_1::before {
  background-image: radial-gradient(circle closest-side at 50% 50%, #f2542d 0%, transparent 100%);
}
.cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .image_2 img {
  right: auto;
  left: 32px;
}
.cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .image_2::before {
  right: auto;
  left: -32px;
  background-image: radial-gradient(circle closest-side at 50% 50%, #0e9594 0%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .image_2::before {
    bottom: auto;
    top: -100px;
    left: -100px;
  }
}
.cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .image_3::before {
  background-image: radial-gradient(circle closest-side at 50% 50%, #562c2c 0%, transparent 100%);
}
.cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .card-box {
  padding-right: 250px;
}
@media (max-width: 1440px) {
  .cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .card-box {
    padding-right: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .card-box {
    padding-right: 0;
  }
}
.cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #b81b00;
  color: #b81b00;
  font-size: 11px;
}
.cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uXDJ0oQ0oh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXDJ0oQ0oh .items-wrapper .item .card_2 .card-box {
  padding-right: 0;
  padding-left: 250px;
}
@media (max-width: 1440px) {
  .cid-uXDJ0oQ0oh .items-wrapper .item .card_2 .card-box {
    padding-right: 0;
    padding-left: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uXDJ0oQ0oh .items-wrapper .item .card_2 .card-box {
    padding-left: 0;
  }
}
.cid-uXDJ0oQ0oh .mbr-label {
  color: #522125;
  text-align: center;
}
.cid-uXDJ0oQ0oh .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uXDJ0oQ0oh .mbr-section-subtitle {
  color: #25c77c;
  text-align: center;
}
.cid-uXDJ0oQ0oh .mbr-text,
.cid-uXDJ0oQ0oh .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uXDJ0oQ0oh .card-title {
  color: #111111;
}
.cid-uXDJ0oQ0oh .card-text {
  color: #666666;
}
.cid-uXDJ0oQ0oh .list {
  color: #666666;
}
.cid-uXDJ0oQ0oh .card-icon {
  color: #522125;
}
.cid-uXDJ0epbcl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXDJ0epbcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXDJ0epbcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXDJ0epbcl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uXDJ0epbcl .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXDJ0epbcl .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uXDJ0epbcl .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uXDJ0epbcl .items-wrapper .item .item-wrapper .card-number_1,
.cid-uXDJ0epbcl .items-wrapper .item .item-wrapper .card-number_2,
.cid-uXDJ0epbcl .items-wrapper .item .item-wrapper .card-number_3 {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXDJ0epbcl .items-wrapper .item .item-wrapper .card-number_1,
  .cid-uXDJ0epbcl .items-wrapper .item .item-wrapper .card-number_2,
  .cid-uXDJ0epbcl .items-wrapper .item .item-wrapper .card-number_3 {
    margin-bottom: 16px;
  }
}
.cid-uXDJ0epbcl .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uXDJ0epbcl .btn-wrapper {
  margin-top: 18%;
}
.cid-uXDJ0epbcl .card-number_1 {
  color: #f2542d;
  text-align: center;
}
.cid-uXDJ0epbcl .card-number_2 {
  color: #25c77c;
  text-align: center;
}
.cid-uXDJ0epbcl .card-number_3 {
  color: #2C0400;
  text-align: center;
}
.cid-uXDJ0epbcl .card-title {
  color: #522125;
  text-align: center;
}
.cid-uXDJ0iw0JN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXDJ0iw0JN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXDJ0iw0JN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXDJ0iw0JN .card-wrapper {
  padding: 64px;
  background-color: #ffffff;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uXDJ0iw0JN .card-wrapper {
    display: block;
    padding: 24px;
    margin-top: 0;
  }
}
.cid-uXDJ0iw0JN .image-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uXDJ0iw0JN .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXDJ0iw0JN .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 1400px) {
  .cid-uXDJ0iw0JN .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-uXDJ0iw0JN .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-uXDJ0iw0JN .content-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 1400px) {
  .cid-uXDJ0iw0JN .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uXDJ0iw0JN .content-wrapper {
    width: 100%;
  }
}
.cid-uXDJ0iw0JN .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXDJ0iw0JN .content-wrapper .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-uXDJ0iw0JN .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXDJ0iw0JN .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXDJ0iw0JN .content-wrapper .content-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXDJ0iw0JN .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXDJ0iw0JN .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXDJ0iw0JN .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px 24px 24px 32px;
  background-color: #fafafa;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-uXDJ0iw0JN .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uXDJ0iw0JN .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uXDJ0iw0JN .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uXDJ0iw0JN .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uXDJ0iw0JN .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uXDJ0iw0JN .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: #0e9594;
}
.cid-uXDJ0iw0JN .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: #ffffff;
}
.cid-uXDJ0iw0JN .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover {
  background-color: #006666;
}
.cid-uXDJ0iw0JN .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uXDJ0iw0JN .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uXDJ0iw0JN .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uXDJ0iw0JN .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uXDJ0iw0JN .mbr-section-title {
  color: #111111;
}
.cid-uXDJ0iw0JN .mbr-section-subtitle {
  color: #25c77c;
}
.cid-uXDJ0iw0JN .mbr-text,
.cid-uXDJ0iw0JN .text-wrapper {
  color: #111111;
}
.cid-uXDJ0iw0JN .panel-title-edit {
  color: #111111;
}
.cid-uXDJ0iw0JN .panel-text {
  color: #666666;
}
.cid-uXDJ0fPeNX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXDJ0fPeNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXDJ0fPeNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXDJ0fPeNX .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXDJ0fPeNX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXDJ0fPeNX .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXDJ0fPeNX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXDJ0fPeNX .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXDJ0fPeNX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXDJ0fPeNX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXDJ0fPeNX .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-uXDJ0fPeNX .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uXDJ0fPeNX .items-wrapper .item:hover .item-wrapper,
.cid-uXDJ0fPeNX .items-wrapper .item:focus .item-wrapper {
  border: 2px solid #9a5df5;
}
.cid-uXDJ0fPeNX .items-wrapper .item:hover .card_2,
.cid-uXDJ0fPeNX .items-wrapper .item:focus .card_2 {
  border: 2px solid #98b1fa;
}
.cid-uXDJ0fPeNX .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  box-shadow: 0 32px 64px -10px #666666;
}
@media (max-width: 992px) {
  .cid-uXDJ0fPeNX .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uXDJ0fPeNX .items-wrapper .item .item-wrapper .card-box .card-title,
.cid-uXDJ0fPeNX .items-wrapper .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXDJ0fPeNX .items-wrapper .item .item-wrapper .card-box .card-title,
  .cid-uXDJ0fPeNX .items-wrapper .item .item-wrapper .card-box .card-title_2 {
    margin-bottom: 24px;
  }
}
.cid-uXDJ0fPeNX .items-wrapper .item .item-wrapper .card-box .card-price,
.cid-uXDJ0fPeNX .items-wrapper .item .item-wrapper .card-box .card-price_2 {
  margin-bottom: 16px;
}
.cid-uXDJ0fPeNX .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXDJ0fPeNX .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uXDJ0fPeNX .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXDJ0fPeNX .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
}
.cid-uXDJ0fPeNX .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #006666;
  color: #006666;
  font-size: 11px;
}
.cid-uXDJ0fPeNX .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXDJ0fPeNX .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXDJ0fPeNX .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uXDJ0fPeNX .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-uXDJ0fPeNX .items-wrapper .item .card_2 {
  padding: 46px 40px;
}
@media (max-width: 992px) {
  .cid-uXDJ0fPeNX .items-wrapper .item .card_2 {
    padding: 24px;
  }
}
.cid-uXDJ0fPeNX .items-wrapper .item .card_2 .card-box .list-wrapper .list .item-wrap::before {
  border: 2px solid #b81b00;
  color: #b81b00;
}
.cid-uXDJ0fPeNX .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uXDJ0fPeNX .mbr-section-subtitle {
  color: #25c77c;
  text-align: center;
}
.cid-uXDJ0fPeNX .mbr-text,
.cid-uXDJ0fPeNX .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uXDJ0fPeNX .card-title {
  color: #006666;
}
.cid-uXDJ0fPeNX .card-title_2 {
  color: #f2542d;
}
.cid-uXDJ0fPeNX .card-price {
  color: #006666;
}
.cid-uXDJ0fPeNX .card-price_2 {
  color: #f2542d;
}
.cid-uXDJ0fPeNX .card-text {
  color: #666666;
}
.cid-uXDJ0fPeNX .list {
  color: #111111;
}
.cid-uXEBcunRy1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXEBcunRy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXEBcunRy1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXEBcunRy1 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXEBcunRy1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXEBcunRy1 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXEBcunRy1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXEBcunRy1 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXEBcunRy1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXEBcunRy1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXEBcunRy1 .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-uXEBcunRy1 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uXEBcunRy1 .items-wrapper .item:hover .item-wrapper,
.cid-uXEBcunRy1 .items-wrapper .item:focus .item-wrapper {
  border: 2px solid #8238ef;
}
.cid-uXEBcunRy1 .items-wrapper .item:hover .card_2,
.cid-uXEBcunRy1 .items-wrapper .item:focus .card_2 {
  border: 2px solid #7293f4;
}
.cid-uXEBcunRy1 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  box-shadow: 0 32px 64px -10px #fec8c9;
}
@media (max-width: 992px) {
  .cid-uXEBcunRy1 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uXEBcunRy1 .items-wrapper .item .item-wrapper .card-box .card-title,
.cid-uXEBcunRy1 .items-wrapper .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXEBcunRy1 .items-wrapper .item .item-wrapper .card-box .card-title,
  .cid-uXEBcunRy1 .items-wrapper .item .item-wrapper .card-box .card-title_2 {
    margin-bottom: 24px;
  }
}
.cid-uXEBcunRy1 .items-wrapper .item .item-wrapper .card-box .card-price,
.cid-uXEBcunRy1 .items-wrapper .item .item-wrapper .card-box .card-price_2 {
  margin-bottom: 16px;
}
.cid-uXEBcunRy1 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXEBcunRy1 .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uXEBcunRy1 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXEBcunRy1 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
}
.cid-uXEBcunRy1 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #006666;
  color: #006666;
  font-size: 11px;
}
.cid-uXEBcunRy1 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXEBcunRy1 .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXEBcunRy1 .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uXEBcunRy1 .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-uXEBcunRy1 .items-wrapper .item .card_2 {
  padding: 46px 40px;
}
@media (max-width: 992px) {
  .cid-uXEBcunRy1 .items-wrapper .item .card_2 {
    padding: 24px;
  }
}
.cid-uXEBcunRy1 .items-wrapper .item .card_2 .card-box .list-wrapper .list .item-wrap::before {
  border: 2px solid #b81b00;
  color: #b81b00;
}
.cid-uXEBcunRy1 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uXEBcunRy1 .mbr-section-subtitle {
  color: #889e43;
  text-align: center;
}
.cid-uXEBcunRy1 .mbr-text,
.cid-uXEBcunRy1 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uXEBcunRy1 .card-title {
  color: #006666;
}
.cid-uXEBcunRy1 .card-title_2 {
  color: #f2542d;
}
.cid-uXEBcunRy1 .card-price {
  color: #006666;
}
.cid-uXEBcunRy1 .card-price_2 {
  color: #f2542d;
}
.cid-uXEBcunRy1 .card-text {
  color: #666666;
}
.cid-uXEBcunRy1 .list {
  color: #111111;
}
.cid-uXDJ0gOWaz {
  overflow: hidden;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #eeeaea 0%, #ffffff 70%);
}
.cid-uXDJ0gOWaz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXDJ0gOWaz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXDJ0gOWaz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uXDJ0gOWaz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uXDJ0gOWaz .embla__slide .slide-content {
  width: 100%;
}
.cid-uXDJ0gOWaz .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 0 32px 64px -10px #eeeaea;
}
@media (max-width: 992px) {
  .cid-uXDJ0gOWaz .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uXDJ0gOWaz .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 24px;
}
.cid-uXDJ0gOWaz .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uXDJ0gOWaz .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-uXDJ0gOWaz .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 24px;
}
.cid-uXDJ0gOWaz .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uXDJ0gOWaz .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uXDJ0gOWaz .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uXDJ0gOWaz .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-uXDJ0gOWaz .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uXDJ0gOWaz .embla__slide .slide-content .item-wrapper .card-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uXDJ0gOWaz .embla__slide .slide-content .item-wrapper .card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-uXDJ0gOWaz .embla__slide .slide-content .item-wrapper .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uXDJ0gOWaz .embla__button--next,
.cid-uXDJ0gOWaz .embla__button--prev {
  display: flex;
}
.cid-uXDJ0gOWaz .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;
  display: none;
}
.cid-uXDJ0gOWaz .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uXDJ0gOWaz .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: 0.5 !important;
}
.cid-uXDJ0gOWaz .embla__button.embla__button--prev {
  left: 0;
}
.cid-uXDJ0gOWaz .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uXDJ0gOWaz .embla__button.embla__button--next {
  right: 0;
}
.cid-uXDJ0gOWaz .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uXDJ0gOWaz .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXDJ0gOWaz .embla {
    padding: 0;
  }
}
.cid-uXDJ0gOWaz .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uXDJ0gOWaz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uXDJ0gOWaz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uXDJ0gOWaz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uXDJ0gOWaz .mbr-section-btn {
  margin-top: 54px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXDJ0gOWaz .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uXDJ0gOWaz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uXDJ0gOWaz .item-name {
  color: #111111;
}
.cid-uXDJ0gOWaz .card-date {
  color: #666666;
}
.cid-uXDJ0gOWaz .card-title {
  color: #111111;
}
.cid-uXDJ0gOWaz .card-text {
  color: #666666;
}
.cid-uXDJ0gOWaz .mbr-star {
  color: #ff6d99;
}
.cid-uXDJ0gOWaz .mbr-star,
.cid-uXDJ0gOWaz .rating-wrapper {
  color: #B81B00;
}
.cid-uXEp306PRJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXEp306PRJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXEp306PRJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXEp306PRJ .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uXEp306PRJ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uXEp306PRJ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXEp306PRJ .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uXEp306PRJ .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uXEp306PRJ .mbr-section-title {
  color: #ff6d99;
}
.cid-uXEp306PRJ .mbr-text,
.cid-uXEp306PRJ .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uXEp306PRJ .mbr-section-title,
.cid-uXEp306PRJ .mbr-section-btn {
  text-align: center;
  color: #85ce8c;
}
.cid-uXEnKpuV1Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXEnKpuV1Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXEnKpuV1Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXEnKpuV1Y .container {
    padding: 0 16px;
  }
}
.cid-uXEnKpuV1Y .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uXEnKpuV1Y .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uXEnKpuV1Y .item:hover .item-wrapper .card-box,
.cid-uXEnKpuV1Y .item:focus .item-wrapper .card-box {
  border: 1px solid #2d3748;
  box-shadow: 6px 8px 0 0 #2d3748;
}
.cid-uXEnKpuV1Y .item:hover .item-wrapper .card-box .item-price,
.cid-uXEnKpuV1Y .item:focus .item-wrapper .card-box .item-price {
  color: #2d3748;
}
.cid-uXEnKpuV1Y .item:hover .item-wrapper .card-box .btn-primary,
.cid-uXEnKpuV1Y .item:focus .item-wrapper .card-box .btn-primary,
.cid-uXEnKpuV1Y .item:hover .item-wrapper .card-box .btn-secondary,
.cid-uXEnKpuV1Y .item:focus .item-wrapper .card-box .btn-secondary,
.cid-uXEnKpuV1Y .item:hover .item-wrapper .card-box .btn-success,
.cid-uXEnKpuV1Y .item:focus .item-wrapper .card-box .btn-success,
.cid-uXEnKpuV1Y .item:hover .item-wrapper .card-box .btn-info,
.cid-uXEnKpuV1Y .item:focus .item-wrapper .card-box .btn-info,
.cid-uXEnKpuV1Y .item:hover .item-wrapper .card-box .btn-warning,
.cid-uXEnKpuV1Y .item:focus .item-wrapper .card-box .btn-warning,
.cid-uXEnKpuV1Y .item:hover .item-wrapper .card-box .btn-danger,
.cid-uXEnKpuV1Y .item:focus .item-wrapper .card-box .btn-danger,
.cid-uXEnKpuV1Y .item:hover .item-wrapper .card-box .btn-black,
.cid-uXEnKpuV1Y .item:focus .item-wrapper .card-box .btn-black,
.cid-uXEnKpuV1Y .item:hover .item-wrapper .card-box .btn-white,
.cid-uXEnKpuV1Y .item:focus .item-wrapper .card-box .btn-white {
  background-color: #2d3748 !important;
  border-color: #2d3748 !important;
}
.cid-uXEnKpuV1Y .item .item-wrapper {
  height: 100%;
}
.cid-uXEnKpuV1Y .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #bdc5cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uXEnKpuV1Y .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uXEnKpuV1Y .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uXEnKpuV1Y .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #f6f7f9;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uXEnKpuV1Y .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXEnKpuV1Y .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-uXEnKpuV1Y .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-uXEnKpuV1Y .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-uXEnKpuV1Y .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-uXEnKpuV1Y .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-uXEnKpuV1Y .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXEnKpuV1Y .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-uXEnKpuV1Y .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #889e43;
  color: #ffffff;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uXEnKpuV1Y .item-title {
  color: #f2542d;
}
.cid-uXEnKpuV1Y .item-desc {
  color: #000000;
}
.cid-uXEnKpuV1Y .item-price {
  color: #000000;
}
.cid-uXEnKpuV1Y .list {
  color: #000000;
}
.cid-uXDJ0gi16G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #eeeaea -70%, #ffffff 100%);
}
.cid-uXDJ0gi16G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXDJ0gi16G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXDJ0gi16G .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXDJ0gi16G .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXDJ0gi16G .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXDJ0gi16G .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXDJ0gi16G .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXDJ0gi16G .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXDJ0gi16G .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXDJ0gi16G .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXDJ0gi16G .google-map iframe {
  height: 600px;
  filter: hue-rotate(45deg);
}
@media (max-width: 992px) {
  .cid-uXDJ0gi16G .google-map iframe {
    height: 350px;
  }
}
.cid-uXDJ0gi16G .mbr-label {
  color: #522125;
  text-align: center;
}
.cid-uXDJ0gi16G .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uXDJ0gi16G .mbr-section-subtitle {
  color: #25c77c;
  text-align: center;
}
.cid-uXDJ0gi16G .mbr-text,
.cid-uXDJ0gi16G .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uXKjNWDzgf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXKjNWDzgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKjNWDzgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKjNWDzgf .card {
  justify-content: center;
}
.cid-uXKjNWDzgf .image-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-uXKjNWDzgf .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uXKjNWDzgf .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 1440px) {
  .cid-uXKjNWDzgf .image-wrapper {
    padding-right: 0;
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uXKjNWDzgf .image-wrapper {
    padding-left: 0;
  }
}
.cid-uXKjNWDzgf .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uXKjNWDzgf .image-wrapper img {
    height: 300px;
  }
}
.cid-uXKjNWDzgf .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXKjNWDzgf .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXKjNWDzgf .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXKjNWDzgf .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uXKjNWDzgf .mbr-section-title {
  color: #000000;
}
.cid-uXKjNWDzgf .mbr-text {
  color: #000000;
}
.cid-uXIXMnBqEY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uXIXMnBqEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXIXMnBqEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXIXMnBqEY .container {
    padding: 0 20px;
  }
}
.cid-uXIXMnBqEY .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXIXMnBqEY .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uXIXMnBqEY .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXIXMnBqEY .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uXIXMnBqEY .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXIXMnBqEY .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-uXIXMnBqEY .row .list {
    margin-bottom: 32px;
  }
}
.cid-uXIXMnBqEY .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uXIXMnBqEY .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #25c77c;
}
.cid-uXIXMnBqEY .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uXIXMnBqEY .mbr-section-title {
  color: #ffffff;
}
.cid-uXIXMnBqEY .mbr-desc {
  color: #ffffff;
}
.cid-uXIXMnBqEY .mbr-text {
  color: #ffffff;
}
.cid-uXIXMnBqEY .list {
  color: #ffffff;
}
.cid-uXIXMnBqEY .copyright {
  color: #ffffff;
}
.cid-uXDJ0cr2ax {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXDJ0cr2ax .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;
}
@media (max-width: 767px) {
  .cid-uXDJ0cr2ax .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXDJ0cr2ax .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXDJ0cr2ax .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uXDJ0cr2ax .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXDJ0cr2ax .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXDJ0cr2ax .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uXDJ0cr2ax .navbar-nav .nav-item {
  padding: 0 24px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uXDJ0cr2ax .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uXDJ0cr2ax .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #25c77c;
  transition: all .3s ease;
}
.cid-uXDJ0cr2ax .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uXDJ0cr2ax .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXDJ0cr2ax .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXDJ0cr2ax .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #2d3748;
}
.cid-uXDJ0cr2ax .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXDJ0cr2ax .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-uXDJ0cr2ax .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXDJ0cr2ax .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uXDJ0cr2ax .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXDJ0cr2ax .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uXDJ0cr2ax .container,
.cid-uXDJ0cr2ax .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2d3748;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .container,
  .cid-uXDJ0cr2ax .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uXDJ0cr2ax .container,
  .cid-uXDJ0cr2ax .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXDJ0cr2ax .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uXDJ0cr2ax .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uXDJ0cr2ax .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uXDJ0cr2ax .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uXDJ0cr2ax .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uXDJ0cr2ax .nav-item:focus,
.cid-uXDJ0cr2ax .nav-link:focus {
  outline: none;
}
.cid-uXDJ0cr2ax .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXDJ0cr2ax .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXDJ0cr2ax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXDJ0cr2ax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXDJ0cr2ax .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXDJ0cr2ax .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXDJ0cr2ax .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXDJ0cr2ax .navbar.opened {
  transition: all 0.3s;
}
.cid-uXDJ0cr2ax .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXDJ0cr2ax .navbar .navbar-logo img {
  width: auto;
}
.cid-uXDJ0cr2ax .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXDJ0cr2ax .navbar.collapsed {
  justify-content: center;
}
.cid-uXDJ0cr2ax .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXDJ0cr2ax .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXDJ0cr2ax .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXDJ0cr2ax .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXDJ0cr2ax .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXDJ0cr2ax .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-uXDJ0cr2ax .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXDJ0cr2ax .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXDJ0cr2ax .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXDJ0cr2ax .navbar {
    min-height: 72px;
  }
  .cid-uXDJ0cr2ax .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXDJ0cr2ax .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXDJ0cr2ax .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXDJ0cr2ax .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXDJ0cr2ax .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXDJ0cr2ax .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-uXDJ0cr2ax .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXDJ0cr2ax .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXDJ0cr2ax .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXDJ0cr2ax .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXDJ0cr2ax .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXDJ0cr2ax .dropdown-item.active,
.cid-uXDJ0cr2ax .dropdown-item:active {
  background-color: transparent;
}
.cid-uXDJ0cr2ax .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXDJ0cr2ax .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXDJ0cr2ax .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXDJ0cr2ax .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uXDJ0cr2ax .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uXDJ0cr2ax .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXDJ0cr2ax ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXDJ0cr2ax .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .navbar-buttons {
    text-align: left;
  }
}
.cid-uXDJ0cr2ax button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXDJ0cr2ax button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e7f2;
}
.cid-uXDJ0cr2ax button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXDJ0cr2ax button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXDJ0cr2ax button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXDJ0cr2ax button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXDJ0cr2ax nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXDJ0cr2ax nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXDJ0cr2ax nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXDJ0cr2ax nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXDJ0cr2ax .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXDJ0cr2ax a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXDJ0cr2ax .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXDJ0cr2ax .navbar {
    height: 70px;
  }
  .cid-uXDJ0cr2ax .navbar.opened {
    height: auto;
  }
  .cid-uXDJ0cr2ax .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXDJ0cr2ax .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXDJ0cr2ax .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uXDJ0cr2ax .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uXDJ0cr2ax .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXDJ0cr2ax .navbar-brand {
    margin-right: auto;
  }
  .cid-uXDJ0cr2ax .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2d3748;
    backdrop-filter: blur(8px);
  }
  .cid-uXDJ0cr2ax .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uXDJ0cr2ax .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXDJ0cr2ax .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXIO59OlYn {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ebe9e5;
}
.cid-uXIO59OlYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXIO59OlYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXIO59OlYn .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXIO59OlYn .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXIO59OlYn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXIO59OlYn .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXIO59OlYn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uXIO59OlYn .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uXIO59OlYn .mbr-section-title {
  color: #111111;
}
.cid-uXIO59OlYn .mbr-section-subtitle {
  color: #25c77c;
}
.cid-uXIO59OlYn .mbr-text,
.cid-uXIO59OlYn .text-wrapper {
  color: #000000;
}
.cid-uXIZd85WwK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXIZd85WwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXIZd85WwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXIZd85WwK .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXIZd85WwK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXIZd85WwK .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXIZd85WwK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXIZd85WwK .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXIZd85WwK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXIZd85WwK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXIZd85WwK .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-uXIZd85WwK .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uXIZd85WwK .items-wrapper .item:hover .item-wrapper,
.cid-uXIZd85WwK .items-wrapper .item:focus .item-wrapper {
  border: 2px solid #9a5df5;
}
.cid-uXIZd85WwK .items-wrapper .item:hover .card_2,
.cid-uXIZd85WwK .items-wrapper .item:focus .card_2 {
  border: 2px solid #7293f4;
}
.cid-uXIZd85WwK .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  box-shadow: 0 32px 64px -10px #fec8c9;
}
@media (max-width: 992px) {
  .cid-uXIZd85WwK .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uXIZd85WwK .items-wrapper .item .item-wrapper .card-box .card-title,
.cid-uXIZd85WwK .items-wrapper .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXIZd85WwK .items-wrapper .item .item-wrapper .card-box .card-title,
  .cid-uXIZd85WwK .items-wrapper .item .item-wrapper .card-box .card-title_2 {
    margin-bottom: 24px;
  }
}
.cid-uXIZd85WwK .items-wrapper .item .item-wrapper .card-box .card-price,
.cid-uXIZd85WwK .items-wrapper .item .item-wrapper .card-box .card-price_2 {
  margin-bottom: 16px;
}
.cid-uXIZd85WwK .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXIZd85WwK .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uXIZd85WwK .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXIZd85WwK .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
}
.cid-uXIZd85WwK .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #006666;
  color: #006666;
  font-size: 11px;
}
.cid-uXIZd85WwK .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXIZd85WwK .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXIZd85WwK .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uXIZd85WwK .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-uXIZd85WwK .items-wrapper .item .card_2 {
  padding: 46px 40px;
}
@media (max-width: 992px) {
  .cid-uXIZd85WwK .items-wrapper .item .card_2 {
    padding: 24px;
  }
}
.cid-uXIZd85WwK .items-wrapper .item .card_2 .card-box .list-wrapper .list .item-wrap::before {
  border: 2px solid #f2542d;
  color: #f2542d;
}
.cid-uXIZd85WwK .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uXIZd85WwK .mbr-section-subtitle {
  color: #25c77c;
  text-align: center;
}
.cid-uXIZd85WwK .mbr-text,
.cid-uXIZd85WwK .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uXIZd85WwK .card-title {
  color: #006666;
}
.cid-uXIZd85WwK .card-title_2 {
  color: #f2542d;
}
.cid-uXIZd85WwK .card-price {
  color: #006666;
}
.cid-uXIZd85WwK .card-price_2 {
  color: #f2542d;
}
.cid-uXIZd85WwK .card-text {
  color: #666666;
}
.cid-uXIZd85WwK .list {
  color: #111111;
}
.cid-uXIZUEmhC5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXIZUEmhC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXIZUEmhC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXIZUEmhC5 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXIZUEmhC5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXIZUEmhC5 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXIZUEmhC5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXIZUEmhC5 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXIZUEmhC5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXIZUEmhC5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXIZUEmhC5 .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-uXIZUEmhC5 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uXIZUEmhC5 .items-wrapper .item:hover .item-wrapper,
.cid-uXIZUEmhC5 .items-wrapper .item:focus .item-wrapper {
  border: 2px solid #9a5df5;
}
.cid-uXIZUEmhC5 .items-wrapper .item:hover .card_2,
.cid-uXIZUEmhC5 .items-wrapper .item:focus .card_2 {
  border: 2px solid #7293f4;
}
.cid-uXIZUEmhC5 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  box-shadow: 0 32px 64px -10px #fec8c9;
}
@media (max-width: 992px) {
  .cid-uXIZUEmhC5 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uXIZUEmhC5 .items-wrapper .item .item-wrapper .card-box .card-title,
.cid-uXIZUEmhC5 .items-wrapper .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXIZUEmhC5 .items-wrapper .item .item-wrapper .card-box .card-title,
  .cid-uXIZUEmhC5 .items-wrapper .item .item-wrapper .card-box .card-title_2 {
    margin-bottom: 24px;
  }
}
.cid-uXIZUEmhC5 .items-wrapper .item .item-wrapper .card-box .card-price,
.cid-uXIZUEmhC5 .items-wrapper .item .item-wrapper .card-box .card-price_2 {
  margin-bottom: 16px;
}
.cid-uXIZUEmhC5 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXIZUEmhC5 .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uXIZUEmhC5 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXIZUEmhC5 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
}
.cid-uXIZUEmhC5 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #006666;
  color: #006666;
  font-size: 11px;
}
.cid-uXIZUEmhC5 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXIZUEmhC5 .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXIZUEmhC5 .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uXIZUEmhC5 .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-uXIZUEmhC5 .items-wrapper .item .card_2 {
  padding: 46px 40px;
}
@media (max-width: 992px) {
  .cid-uXIZUEmhC5 .items-wrapper .item .card_2 {
    padding: 24px;
  }
}
.cid-uXIZUEmhC5 .items-wrapper .item .card_2 .card-box .list-wrapper .list .item-wrap::before {
  border: 2px solid #9a5df5;
  color: #9a5df5;
}
.cid-uXIZUEmhC5 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uXIZUEmhC5 .mbr-section-subtitle {
  color: #889e43;
  text-align: center;
}
.cid-uXIZUEmhC5 .mbr-text,
.cid-uXIZUEmhC5 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uXIZUEmhC5 .card-title {
  color: #006666;
}
.cid-uXIZUEmhC5 .card-title_2 {
  color: #f2542d;
}
.cid-uXIZUEmhC5 .card-price {
  color: #006666;
}
.cid-uXIZUEmhC5 .card-price_2 {
  color: #f2542d;
}
.cid-uXIZUEmhC5 .card-text {
  color: #666666;
}
.cid-uXIZUEmhC5 .list {
  color: #111111;
}
.cid-uXJ7m6exXQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXJ7m6exXQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJ7m6exXQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXJ7m6exXQ .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uXJ7m6exXQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uXJ7m6exXQ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXJ7m6exXQ .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uXJ7m6exXQ .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uXJ7m6exXQ .mbr-section-title {
  color: #ff6d99;
}
.cid-uXJ7m6exXQ .mbr-text,
.cid-uXJ7m6exXQ .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uXJ7m6exXQ .mbr-section-title,
.cid-uXJ7m6exXQ .mbr-section-btn {
  text-align: center;
  color: #85ce8c;
}
.cid-uXJ7CDDZbz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXJ7CDDZbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJ7CDDZbz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXJ7CDDZbz .container {
    padding: 0 16px;
  }
}
.cid-uXJ7CDDZbz .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uXJ7CDDZbz .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uXJ7CDDZbz .item:hover .item-wrapper .card-box,
.cid-uXJ7CDDZbz .item:focus .item-wrapper .card-box {
  border: 1px solid #2d3748;
  box-shadow: 6px 8px 0 0 #2d3748;
}
.cid-uXJ7CDDZbz .item:hover .item-wrapper .card-box .item-price,
.cid-uXJ7CDDZbz .item:focus .item-wrapper .card-box .item-price {
  color: #2d3748;
}
.cid-uXJ7CDDZbz .item:hover .item-wrapper .card-box .btn-primary,
.cid-uXJ7CDDZbz .item:focus .item-wrapper .card-box .btn-primary,
.cid-uXJ7CDDZbz .item:hover .item-wrapper .card-box .btn-secondary,
.cid-uXJ7CDDZbz .item:focus .item-wrapper .card-box .btn-secondary,
.cid-uXJ7CDDZbz .item:hover .item-wrapper .card-box .btn-success,
.cid-uXJ7CDDZbz .item:focus .item-wrapper .card-box .btn-success,
.cid-uXJ7CDDZbz .item:hover .item-wrapper .card-box .btn-info,
.cid-uXJ7CDDZbz .item:focus .item-wrapper .card-box .btn-info,
.cid-uXJ7CDDZbz .item:hover .item-wrapper .card-box .btn-warning,
.cid-uXJ7CDDZbz .item:focus .item-wrapper .card-box .btn-warning,
.cid-uXJ7CDDZbz .item:hover .item-wrapper .card-box .btn-danger,
.cid-uXJ7CDDZbz .item:focus .item-wrapper .card-box .btn-danger,
.cid-uXJ7CDDZbz .item:hover .item-wrapper .card-box .btn-black,
.cid-uXJ7CDDZbz .item:focus .item-wrapper .card-box .btn-black,
.cid-uXJ7CDDZbz .item:hover .item-wrapper .card-box .btn-white,
.cid-uXJ7CDDZbz .item:focus .item-wrapper .card-box .btn-white {
  background-color: #2d3748 !important;
  border-color: #2d3748 !important;
}
.cid-uXJ7CDDZbz .item .item-wrapper {
  height: 100%;
}
.cid-uXJ7CDDZbz .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #bdc5cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uXJ7CDDZbz .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uXJ7CDDZbz .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uXJ7CDDZbz .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #f6f7f9;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uXJ7CDDZbz .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXJ7CDDZbz .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-uXJ7CDDZbz .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-uXJ7CDDZbz .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-uXJ7CDDZbz .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-uXJ7CDDZbz .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-uXJ7CDDZbz .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXJ7CDDZbz .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-uXJ7CDDZbz .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #889e43;
  color: #ffffff;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uXJ7CDDZbz .item-title {
  color: #f2542d;
}
.cid-uXJ7CDDZbz .item-desc {
  color: #000000;
}
.cid-uXJ7CDDZbz .item-price {
  color: #000000;
}
.cid-uXJ7CDDZbz .list {
  color: #000000;
}
.cid-uXVH0ZYf94 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uXVH0ZYf94 H2 {
  color: #25c77c;
}
.cid-uXVH0ZYf94 .mbr-text,
.cid-uXVH0ZYf94 .mbr-section-btn {
  color: #808080;
}
.cid-uXVH0ZYf94 img {
  max-width: 500px;
  margin: auto;
}
.cid-uXVH0ZYf94 .btn span {
  font-size: 2.4rem !important;
  margin-top: 0.6rem !important;
  margin-bottom: 0rem !important;
}
.cid-uXVH0ZYf94 .btn {
  padding: 0.4rem 2.2rem;
  text-align: left;
  line-height: 1.3;
}
.cid-uXVH0ZYf94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXVH0ZYf94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXQ91MWh57 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-uXQ91MWh57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXQ91MWh57 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXQ91MWh57 .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uXQ91MWh57 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uXQ91MWh57 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXQ91MWh57 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uXQ91MWh57 .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uXQ91MWh57 .mbr-section-title {
  color: #ff6d99;
}
.cid-uXQ91MWh57 .mbr-text,
.cid-uXQ91MWh57 .text-wrapper {
  color: #f4f6fa;
  text-align: center;
}
.cid-uXQ91MWh57 .mbr-section-title,
.cid-uXQ91MWh57 .mbr-section-btn {
  text-align: center;
  color: #f4f6fa;
}
.cid-uXQ9fGci4F {
  background-image: url("../../../assets/images/verner-foundation-1920x1080.webp");
}
.cid-uXQ9fGci4F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXQ9fGci4F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXQ9fGci4F .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uXQ9fGci4F .image-wrap {
    height: 350px;
  }
}
.cid-uXIXMnBqEY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uXIXMnBqEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXIXMnBqEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXIXMnBqEY .container {
    padding: 0 20px;
  }
}
.cid-uXIXMnBqEY .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXIXMnBqEY .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uXIXMnBqEY .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXIXMnBqEY .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uXIXMnBqEY .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXIXMnBqEY .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-uXIXMnBqEY .row .list {
    margin-bottom: 32px;
  }
}
.cid-uXIXMnBqEY .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uXIXMnBqEY .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #25c77c;
}
.cid-uXIXMnBqEY .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uXIXMnBqEY .mbr-section-title {
  color: #ffffff;
}
.cid-uXIXMnBqEY .mbr-desc {
  color: #ffffff;
}
.cid-uXIXMnBqEY .mbr-text {
  color: #ffffff;
}
.cid-uXIXMnBqEY .list {
  color: #ffffff;
}
.cid-uXIXMnBqEY .copyright {
  color: #ffffff;
}
.cid-uXDxsXnL3D {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXDxsXnL3D .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;
}
@media (max-width: 767px) {
  .cid-uXDxsXnL3D .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXDxsXnL3D .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXDxsXnL3D .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uXDxsXnL3D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXDxsXnL3D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXDxsXnL3D .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uXDxsXnL3D .navbar-nav .nav-item {
  padding: 0 24px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uXDxsXnL3D .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uXDxsXnL3D .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uXDxsXnL3D .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uXDxsXnL3D .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #25c77c;
  transition: all .3s ease;
}
.cid-uXDxsXnL3D .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uXDxsXnL3D .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXDxsXnL3D .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXDxsXnL3D .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #2d3748;
}
.cid-uXDxsXnL3D .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXDxsXnL3D .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-uXDxsXnL3D .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXDxsXnL3D .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uXDxsXnL3D .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uXDxsXnL3D .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXDxsXnL3D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uXDxsXnL3D .container,
.cid-uXDxsXnL3D .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2d3748;
}
@media (max-width: 992px) {
  .cid-uXDxsXnL3D .container,
  .cid-uXDxsXnL3D .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uXDxsXnL3D .container,
  .cid-uXDxsXnL3D .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXDxsXnL3D .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uXDxsXnL3D .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXDxsXnL3D .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uXDxsXnL3D .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uXDxsXnL3D .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uXDxsXnL3D .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uXDxsXnL3D .nav-item:focus,
.cid-uXDxsXnL3D .nav-link:focus {
  outline: none;
}
.cid-uXDxsXnL3D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXDxsXnL3D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXDxsXnL3D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXDxsXnL3D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXDxsXnL3D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXDxsXnL3D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXDxsXnL3D .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXDxsXnL3D .navbar.opened {
  transition: all 0.3s;
}
.cid-uXDxsXnL3D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXDxsXnL3D .navbar .navbar-logo img {
  width: auto;
}
.cid-uXDxsXnL3D .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXDxsXnL3D .navbar.collapsed {
  justify-content: center;
}
.cid-uXDxsXnL3D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXDxsXnL3D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXDxsXnL3D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXDxsXnL3D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXDxsXnL3D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXDxsXnL3D .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-uXDxsXnL3D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXDxsXnL3D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXDxsXnL3D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXDxsXnL3D .navbar {
    min-height: 72px;
  }
  .cid-uXDxsXnL3D .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXDxsXnL3D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXDxsXnL3D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXDxsXnL3D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXDxsXnL3D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXDxsXnL3D .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-uXDxsXnL3D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXDxsXnL3D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXDxsXnL3D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXDxsXnL3D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXDxsXnL3D .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXDxsXnL3D .dropdown-item.active,
.cid-uXDxsXnL3D .dropdown-item:active {
  background-color: transparent;
}
.cid-uXDxsXnL3D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXDxsXnL3D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXDxsXnL3D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXDxsXnL3D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uXDxsXnL3D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uXDxsXnL3D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uXDxsXnL3D .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXDxsXnL3D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXDxsXnL3D .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXDxsXnL3D .navbar-buttons {
    text-align: left;
  }
}
.cid-uXDxsXnL3D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXDxsXnL3D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e7f2;
}
.cid-uXDxsXnL3D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXDxsXnL3D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXDxsXnL3D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXDxsXnL3D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXDxsXnL3D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXDxsXnL3D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXDxsXnL3D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXDxsXnL3D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXDxsXnL3D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXDxsXnL3D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXDxsXnL3D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXDxsXnL3D .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXDxsXnL3D .navbar {
    height: 70px;
  }
  .cid-uXDxsXnL3D .navbar.opened {
    height: auto;
  }
  .cid-uXDxsXnL3D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXDxsXnL3D .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXDxsXnL3D .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uXDxsXnL3D .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uXDxsXnL3D .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXDxsXnL3D .navbar-brand {
    margin-right: auto;
  }
  .cid-uXDxsXnL3D .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2d3748;
    backdrop-filter: blur(8px);
  }
  .cid-uXDxsXnL3D .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uXDxsXnL3D .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXDxsXnL3D .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXKewDw5Mc {
  padding-top: 12rem;
  padding-bottom: 10rem;
  background-color: #e1e7f2;
}
.cid-uXKewDw5Mc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKewDw5Mc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKewDw5Mc .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uXKewDw5Mc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uXKewDw5Mc .items-wrapper {
  margin: 0 -5px;
}
.cid-uXKewDw5Mc .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uXKewDw5Mc .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-uXKewDw5Mc .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-uXKewDw5Mc .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXKewDw5Mc .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-uXKewDw5Mc .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .cid-uXKewDw5Mc .content-wrapper .mbr-section-subtitle {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uXKewDw5Mc .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-uXKewDw5Mc .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-uXKewDw5Mc .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-uXKewDw5Mc .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #666666;
}
@media (max-width: 992px) {
  .cid-uXKewDw5Mc .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXKewDw5Mc .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-desc {
  width: 50%;
  padding-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXKewDw5Mc .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-desc {
    width: 100%;
    margin-bottom: 6px;
    padding-right: 0;
  }
}
.cid-uXKewDw5Mc .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXKewDw5Mc .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-text {
    width: 100%;
  }
}
.cid-uXKewDw5Mc .map-wrapper {
  height: 100%;
}
.cid-uXKewDw5Mc .map-wrapper .google-map {
  height: 100%;
}
.cid-uXKewDw5Mc .map-wrapper .google-map iframe {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXKewDw5Mc .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uXKewDw5Mc .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-uXKewDw5Mc .mbr-section-title {
  color: #25c77c;
  text-align: center;
}
.cid-uXKewDw5Mc .mbr-section-subtitle {
  color: #111111;
}
.cid-uXKewDw5Mc .card-desc {
  color: #111111;
}
.cid-uXKewDw5Mc .card-text {
  color: #111111;
}
.cid-uXIXMnBqEY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uXIXMnBqEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXIXMnBqEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXIXMnBqEY .container {
    padding: 0 20px;
  }
}
.cid-uXIXMnBqEY .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXIXMnBqEY .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uXIXMnBqEY .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXIXMnBqEY .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uXIXMnBqEY .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXIXMnBqEY .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-uXIXMnBqEY .row .list {
    margin-bottom: 32px;
  }
}
.cid-uXIXMnBqEY .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uXIXMnBqEY .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #25c77c;
}
.cid-uXIXMnBqEY .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uXIXMnBqEY .mbr-section-title {
  color: #ffffff;
}
.cid-uXIXMnBqEY .mbr-desc {
  color: #ffffff;
}
.cid-uXIXMnBqEY .mbr-text {
  color: #ffffff;
}
.cid-uXIXMnBqEY .list {
  color: #ffffff;
}
.cid-uXIXMnBqEY .copyright {
  color: #ffffff;
}
.cid-uXDxsXnL3D {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXDxsXnL3D .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;
}
@media (max-width: 767px) {
  .cid-uXDxsXnL3D .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXDxsXnL3D .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXDxsXnL3D .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uXDxsXnL3D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXDxsXnL3D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXDxsXnL3D .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uXDxsXnL3D .navbar-nav .nav-item {
  padding: 0 24px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uXDxsXnL3D .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uXDxsXnL3D .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uXDxsXnL3D .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uXDxsXnL3D .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #25c77c;
  transition: all .3s ease;
}
.cid-uXDxsXnL3D .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uXDxsXnL3D .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXDxsXnL3D .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXDxsXnL3D .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #2d3748;
}
.cid-uXDxsXnL3D .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXDxsXnL3D .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-uXDxsXnL3D .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXDxsXnL3D .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uXDxsXnL3D .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uXDxsXnL3D .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXDxsXnL3D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uXDxsXnL3D .container,
.cid-uXDxsXnL3D .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2d3748;
}
@media (max-width: 992px) {
  .cid-uXDxsXnL3D .container,
  .cid-uXDxsXnL3D .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uXDxsXnL3D .container,
  .cid-uXDxsXnL3D .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXDxsXnL3D .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uXDxsXnL3D .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXDxsXnL3D .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uXDxsXnL3D .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uXDxsXnL3D .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uXDxsXnL3D .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uXDxsXnL3D .nav-item:focus,
.cid-uXDxsXnL3D .nav-link:focus {
  outline: none;
}
.cid-uXDxsXnL3D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXDxsXnL3D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXDxsXnL3D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXDxsXnL3D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXDxsXnL3D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXDxsXnL3D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXDxsXnL3D .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXDxsXnL3D .navbar.opened {
  transition: all 0.3s;
}
.cid-uXDxsXnL3D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXDxsXnL3D .navbar .navbar-logo img {
  width: auto;
}
.cid-uXDxsXnL3D .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXDxsXnL3D .navbar.collapsed {
  justify-content: center;
}
.cid-uXDxsXnL3D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXDxsXnL3D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXDxsXnL3D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXDxsXnL3D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXDxsXnL3D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXDxsXnL3D .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-uXDxsXnL3D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXDxsXnL3D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXDxsXnL3D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXDxsXnL3D .navbar {
    min-height: 72px;
  }
  .cid-uXDxsXnL3D .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXDxsXnL3D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXDxsXnL3D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXDxsXnL3D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXDxsXnL3D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXDxsXnL3D .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-uXDxsXnL3D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXDxsXnL3D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXDxsXnL3D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXDxsXnL3D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXDxsXnL3D .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXDxsXnL3D .dropdown-item.active,
.cid-uXDxsXnL3D .dropdown-item:active {
  background-color: transparent;
}
.cid-uXDxsXnL3D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXDxsXnL3D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXDxsXnL3D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXDxsXnL3D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uXDxsXnL3D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uXDxsXnL3D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uXDxsXnL3D .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXDxsXnL3D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXDxsXnL3D .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXDxsXnL3D .navbar-buttons {
    text-align: left;
  }
}
.cid-uXDxsXnL3D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXDxsXnL3D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e7f2;
}
.cid-uXDxsXnL3D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXDxsXnL3D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXDxsXnL3D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXDxsXnL3D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXDxsXnL3D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXDxsXnL3D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXDxsXnL3D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXDxsXnL3D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXDxsXnL3D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXDxsXnL3D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXDxsXnL3D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXDxsXnL3D .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXDxsXnL3D .navbar {
    height: 70px;
  }
  .cid-uXDxsXnL3D .navbar.opened {
    height: auto;
  }
  .cid-uXDxsXnL3D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXDxsXnL3D .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXDxsXnL3D .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uXDxsXnL3D .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uXDxsXnL3D .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXDxsXnL3D .navbar-brand {
    margin-right: auto;
  }
  .cid-uXDxsXnL3D .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2d3748;
    backdrop-filter: blur(8px);
  }
  .cid-uXDxsXnL3D .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXDxsXnL3D .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uXDxsXnL3D .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXDxsXnL3D .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXJjTR8cdP {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uXJjTR8cdP {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uXJjTR8cdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJjTR8cdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXJjTR8cdP .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXJjTR8cdP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXJjTR8cdP .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXJjTR8cdP .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXJjTR8cdP .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXJjTR8cdP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXJjTR8cdP .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXJjTR8cdP .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXJjTR8cdP .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uXJjTR8cdP .image-wrapper {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-uXJjTR8cdP .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uXJjTR8cdP .image-wrapper {
    padding-right: 0;
  }
}
.cid-uXJjTR8cdP .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uXJjTR8cdP .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uXJjTR8cdP .image-wrapper img {
    height: 350px;
  }
}
.cid-uXJjTR8cdP .mbr-label {
  color: #a6adbf;
}
.cid-uXJjTR8cdP .mbr-section-title {
  color: #111111;
}
.cid-uXJjTR8cdP .mbr-section-subtitle {
  color: #25c77c;
}
.cid-uXJjTR8cdP .mbr-text,
.cid-uXJjTR8cdP .text-wrapper {
  color: #666666;
}
.cid-uXIXMnBqEY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uXIXMnBqEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXIXMnBqEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXIXMnBqEY .container {
    padding: 0 20px;
  }
}
.cid-uXIXMnBqEY .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXIXMnBqEY .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uXIXMnBqEY .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXIXMnBqEY .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uXIXMnBqEY .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXIXMnBqEY .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-uXIXMnBqEY .row .list {
    margin-bottom: 32px;
  }
}
.cid-uXIXMnBqEY .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uXIXMnBqEY .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #25c77c;
}
.cid-uXIXMnBqEY .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uXIXMnBqEY .mbr-section-title {
  color: #ffffff;
}
.cid-uXIXMnBqEY .mbr-desc {
  color: #ffffff;
}
.cid-uXIXMnBqEY .mbr-text {
  color: #ffffff;
}
.cid-uXIXMnBqEY .list {
  color: #ffffff;
}
.cid-uXIXMnBqEY .copyright {
  color: #ffffff;
}
.cid-uXDJ0cr2ax {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXDJ0cr2ax .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;
}
@media (max-width: 767px) {
  .cid-uXDJ0cr2ax .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXDJ0cr2ax .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXDJ0cr2ax .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uXDJ0cr2ax .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXDJ0cr2ax .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXDJ0cr2ax .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uXDJ0cr2ax .navbar-nav .nav-item {
  padding: 0 24px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uXDJ0cr2ax .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uXDJ0cr2ax .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #25c77c;
  transition: all .3s ease;
}
.cid-uXDJ0cr2ax .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uXDJ0cr2ax .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXDJ0cr2ax .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXDJ0cr2ax .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #2d3748;
}
.cid-uXDJ0cr2ax .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXDJ0cr2ax .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-uXDJ0cr2ax .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXDJ0cr2ax .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uXDJ0cr2ax .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXDJ0cr2ax .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uXDJ0cr2ax .container,
.cid-uXDJ0cr2ax .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2d3748;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .container,
  .cid-uXDJ0cr2ax .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uXDJ0cr2ax .container,
  .cid-uXDJ0cr2ax .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXDJ0cr2ax .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uXDJ0cr2ax .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uXDJ0cr2ax .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uXDJ0cr2ax .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uXDJ0cr2ax .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uXDJ0cr2ax .nav-item:focus,
.cid-uXDJ0cr2ax .nav-link:focus {
  outline: none;
}
.cid-uXDJ0cr2ax .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXDJ0cr2ax .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXDJ0cr2ax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXDJ0cr2ax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXDJ0cr2ax .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXDJ0cr2ax .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXDJ0cr2ax .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXDJ0cr2ax .navbar.opened {
  transition: all 0.3s;
}
.cid-uXDJ0cr2ax .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXDJ0cr2ax .navbar .navbar-logo img {
  width: auto;
}
.cid-uXDJ0cr2ax .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXDJ0cr2ax .navbar.collapsed {
  justify-content: center;
}
.cid-uXDJ0cr2ax .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXDJ0cr2ax .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXDJ0cr2ax .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXDJ0cr2ax .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXDJ0cr2ax .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXDJ0cr2ax .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-uXDJ0cr2ax .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXDJ0cr2ax .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXDJ0cr2ax .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXDJ0cr2ax .navbar {
    min-height: 72px;
  }
  .cid-uXDJ0cr2ax .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXDJ0cr2ax .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXDJ0cr2ax .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXDJ0cr2ax .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXDJ0cr2ax .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXDJ0cr2ax .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-uXDJ0cr2ax .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXDJ0cr2ax .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXDJ0cr2ax .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXDJ0cr2ax .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXDJ0cr2ax .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXDJ0cr2ax .dropdown-item.active,
.cid-uXDJ0cr2ax .dropdown-item:active {
  background-color: transparent;
}
.cid-uXDJ0cr2ax .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXDJ0cr2ax .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXDJ0cr2ax .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXDJ0cr2ax .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uXDJ0cr2ax .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uXDJ0cr2ax .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXDJ0cr2ax ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXDJ0cr2ax .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .navbar-buttons {
    text-align: left;
  }
}
.cid-uXDJ0cr2ax button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXDJ0cr2ax button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e7f2;
}
.cid-uXDJ0cr2ax button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXDJ0cr2ax button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXDJ0cr2ax button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXDJ0cr2ax button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXDJ0cr2ax nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXDJ0cr2ax nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXDJ0cr2ax nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXDJ0cr2ax nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXDJ0cr2ax .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXDJ0cr2ax a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXDJ0cr2ax .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXDJ0cr2ax .navbar {
    height: 70px;
  }
  .cid-uXDJ0cr2ax .navbar.opened {
    height: auto;
  }
  .cid-uXDJ0cr2ax .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXDJ0cr2ax .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXDJ0cr2ax .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uXDJ0cr2ax .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uXDJ0cr2ax .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXDJ0cr2ax .navbar-brand {
    margin-right: auto;
  }
  .cid-uXDJ0cr2ax .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2d3748;
    backdrop-filter: blur(8px);
  }
  .cid-uXDJ0cr2ax .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXDJ0cr2ax .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uXDJ0cr2ax .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXDJ0cr2ax .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXK4zvfLme {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXK4zvfLme .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXK4zvfLme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXK4zvfLme .items-wrapper {
  margin: 0 -10px;
}
.cid-uXK4zvfLme .items-wrapper .item {
  padding: 0 10px;
}
.cid-uXK4zvfLme .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uXK4zvfLme .item {
    margin-bottom: 15px;
  }
  .cid-uXK4zvfLme .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uXK4zvfLme .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uXK4zvfLme .item .item-wrapper {
    padding: 15px;
  }
}
.cid-uXK4zvfLme .item .item-wrapper .item-img {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXK4zvfLme .item .item-wrapper .item-img {
    height: 250px;
  }
}
.cid-uXK4zvfLme .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uXK4zvfLme .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uXK4zvfLme .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uXK4zvfLme .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-uXK4zvfLme .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uXK4zvfLme .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uXK4zvfLme .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXK4zvfLme .item .card_1 {
  min-height: 470px;
  background-color: #f4f6fa;
  align-items: flex-start;
}
@media (max-width: 1440px) {
  .cid-uXK4zvfLme .item .card_1 {
    min-height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uXK4zvfLme .item .card_1 {
    min-height: 250px;
  }
}
.cid-uXK4zvfLme .item .card_2 {
  min-height: 470px;
  background-color: #ffb9a3;
}
@media (max-width: 1440px) {
  .cid-uXK4zvfLme .item .card_2 {
    min-height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uXK4zvfLme .item .card_2 {
    min-height: 250px;
  }
}
.cid-uXK4zvfLme .item .card_3 {
  min-height: 350px;
  background-color: #fed6d6;
}
@media (max-width: 992px) {
  .cid-uXK4zvfLme .item .card_3 {
    min-height: 250px;
  }
}
.cid-uXK4zvfLme .item .card_4 {
  min-height: 350px;
  background-color: #dbcffe;
}
@media (max-width: 992px) {
  .cid-uXK4zvfLme .item .card_4 {
    min-height: 250px;
  }
}
.cid-uXK4zvfLme .item .card_5 {
  min-height: 350px;
  background-color: #fed6d6;
}
@media (max-width: 992px) {
  .cid-uXK4zvfLme .item .card_5 {
    min-height: 250px;
  }
}
.cid-uXK4zvfLme .features-image .item-wrapper {
  min-height: 470px;
}
@media (max-width: 1440px) {
  .cid-uXK4zvfLme .features-image .item-wrapper {
    min-height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uXK4zvfLme .features-image .item-wrapper {
    min-height: auto;
  }
}
.cid-uXK4zvfLme .card-title {
  color: #000000;
}
.cid-uXK4zvfLme .card-text {
  color: #000000;
}
.cid-uXK4zvfLme .card-number {
  color: #000000;
}
.cid-uXJSP3cZHm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-uXJSP3cZHm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJSP3cZHm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXJSP3cZHm .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uXJSP3cZHm .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uXJSP3cZHm .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXJSP3cZHm .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uXJSP3cZHm .mbr-label {
  color: #fafafa;
  text-align: center;
}
.cid-uXJSP3cZHm .mbr-section-title {
  color: #ff6d99;
}
.cid-uXJSP3cZHm .mbr-text,
.cid-uXJSP3cZHm .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXJSP3cZHm .mbr-section-title,
.cid-uXJSP3cZHm .mbr-section-btn {
  text-align: center;
  color: #25c77c;
}
.cid-uXK0zKqmBd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-uXK0zKqmBd .item:focus,
.cid-uXK0zKqmBd span:focus {
  outline: none;
}
.cid-uXK0zKqmBd .item {
  cursor: pointer;
}
.cid-uXK0zKqmBd .grid-container {
  grid-row-gap: 12px;
}
@media (max-width: 992px) {
  .cid-uXK0zKqmBd .grid-container {
    grid-row-gap: 6px;
  }
}
.cid-uXK0zKqmBd .grid-container-1,
.cid-uXK0zKqmBd .grid-container-2 {
  gap: 0 12px;
}
@media (max-width: 992px) {
  .cid-uXK0zKqmBd .grid-container-1,
  .cid-uXK0zKqmBd .grid-container-2 {
    gap: 0 6px;
  }
}
.cid-uXK0zKqmBd .mbr-section-title {
  margin-bottom: 84px;
  color: #f5f8ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXK0zKqmBd .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uXK0zKqmBd .content-head {
  max-width: 800px;
}
.cid-uXK0zKqmBd .container,
.cid-uXK0zKqmBd .container-fluid {
  overflow: hidden;
}
.cid-uXK0zKqmBd .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uXK0zKqmBd .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uXK0zKqmBd .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uXK0zKqmBd .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uXK0zKqmBd .grid-item img {
    min-width: 35vw;
  }
}
@media (max-width: 425px) {
  .cid-uXK0zKqmBd .grid-item img {
    height: 150px;
  }
}
.cid-uXK0zKqmBd .grid-container-1,
.cid-uXK0zKqmBd .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uXK0zKqmBd .grid-container-1 {
  align-items: flex-end;
}
.cid-uXK0zKqmBd .grid-container-2 {
  align-items: flex-start;
}
.cid-uXJSP3cDsC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXJSP3cDsC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJSP3cDsC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXJSP3cDsC .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uXJSP3cDsC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uXJSP3cDsC .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXJSP3cDsC .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uXJSP3cDsC .mbr-label {
  color: #4B2A00;
  text-align: center;
}
.cid-uXJSP3cDsC .mbr-section-title {
  color: #ff6d99;
}
.cid-uXJSP3cDsC .mbr-text,
.cid-uXJSP3cDsC .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uXJSP3cDsC .mbr-section-title,
.cid-uXJSP3cDsC .mbr-section-btn {
  text-align: center;
  color: #290E1A;
}
.cid-uXJWzYnZNg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uXJWzYnZNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJWzYnZNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXJWzYnZNg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uXJWzYnZNg .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uXJWzYnZNg .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uXJWzYnZNg .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uXJWzYnZNg .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uXJWzYnZNg .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXJWzYnZNg .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXJWzYnZNg .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uXJWzYnZNg .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uXJWzYnZNg .item {
    margin-bottom: 28px;
  }
}
.cid-uXJWzYnZNg .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uXJWzYnZNg .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uXJWzYnZNg .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uXJWzYnZNg .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uXJWzYnZNg .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #9a5df5;
  background-color: #9a5df5;
}
.cid-uXJWzYnZNg .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uXJWzYnZNg .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uXJWzYnZNg .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXJWzYnZNg .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uXJWzYnZNg .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXJWzYnZNg .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uXJWzYnZNg .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uXJWzYnZNg .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uXJWzYnZNg .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uXJWzYnZNg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXJWzYnZNg .mbr-text,
.cid-uXJWzYnZNg .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uXJWzYnZNg .mbr-desc,
.cid-uXJWzYnZNg .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uXJWzYnZNg .item-title {
  color: #ffffff;
}
.cid-uXJWzYnZNg .item-text {
  color: #ffffff;
}
.cid-uXK9jcQ0tM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uXK9jcQ0tM {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uXK9jcQ0tM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXK9jcQ0tM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXK9jcQ0tM .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXK9jcQ0tM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXK9jcQ0tM .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXK9jcQ0tM .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXK9jcQ0tM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXK9jcQ0tM .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXK9jcQ0tM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXK9jcQ0tM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXK9jcQ0tM .items-wrapper .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXK9jcQ0tM .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 64px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
}
@media (max-width: 992px) {
  .cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
@media (max-width: 992px) {
  .cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  right: -32px;
  bottom: 32px;
  width: 200px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .item-img::before {
    bottom: auto;
    top: -100px;
    right: auto;
    left: -100px;
  }
}
.cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  right: 32px;
  bottom: 32px;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .item-img img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .image_1::before {
  background-image: radial-gradient(circle closest-side at 50% 50%, #e1e7f2 0%, transparent 100%);
}
.cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .image_2 img {
  right: auto;
  left: 32px;
}
.cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .image_2::before {
  right: auto;
  left: -32px;
  background-image: radial-gradient(circle closest-side at 50% 50%, #f4f6fa 0%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .image_2::before {
    bottom: auto;
    top: -100px;
    left: -100px;
  }
}
.cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .image_3::before {
  background-image: radial-gradient(circle closest-side at 50% 50%, #fafafa 0%, transparent 100%);
}
.cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .card-box {
  padding-right: 250px;
}
@media (max-width: 1440px) {
  .cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .card-box {
    padding-right: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .card-box {
    padding-right: 0;
  }
}
.cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #889e43;
  color: #889e43;
  font-size: 11px;
}
.cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uXK9jcQ0tM .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXK9jcQ0tM .items-wrapper .item .card_2 .card-box {
  padding-right: 0;
  padding-left: 250px;
}
@media (max-width: 1440px) {
  .cid-uXK9jcQ0tM .items-wrapper .item .card_2 .card-box {
    padding-right: 0;
    padding-left: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uXK9jcQ0tM .items-wrapper .item .card_2 .card-box {
    padding-left: 0;
  }
}
.cid-uXK9jcQ0tM .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uXK9jcQ0tM .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uXK9jcQ0tM .mbr-section-subtitle {
  color: #25c77c;
  text-align: center;
}
.cid-uXK9jcQ0tM .mbr-text,
.cid-uXK9jcQ0tM .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uXK9jcQ0tM .card-title {
  color: #111111;
}
.cid-uXK9jcQ0tM .card-text {
  color: #666666;
}
.cid-uXK9jcQ0tM .list {
  color: #666666;
}
.cid-uXJSP3eqVH {
  background-image: url("../../../assets/images/15914.-hillsboro-branch-bank-reynolds-st.-1958-2000x1474.webp");
}
.cid-uXJSP3eqVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJSP3eqVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXJSP3eqVH .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uXJSP3eqVH .image-wrap {
    height: 350px;
  }
}
.cid-uXJSP3ec6h {
  padding-top: 15rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/28803.3-reynolds-st.-looking-west-circa-1924-2000x1205.webp");
}
.cid-uXJSP3ec6h::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uXJSP3ec6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJSP3ec6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXJSP3ec6h .card {
  justify-content: flex-end;
}
.cid-uXJSP3ec6h .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXJSP3ec6h .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uXJSP3ec6h .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXJSP3ec6h .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uXJSP3ec6h .mbr-label {
  color: #ffffff;
}
.cid-uXJSP3ec6h .mbr-section-title {
  color: #ffffff;
}
.cid-uXJSP3ec6h .mbr-text {
  color: #ffffff;
}
.cid-uXIXMnBqEY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uXIXMnBqEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXIXMnBqEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXIXMnBqEY .container {
    padding: 0 20px;
  }
}
.cid-uXIXMnBqEY .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXIXMnBqEY .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uXIXMnBqEY .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXIXMnBqEY .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uXIXMnBqEY .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXIXMnBqEY .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-uXIXMnBqEY .row .list {
    margin-bottom: 32px;
  }
}
.cid-uXIXMnBqEY .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uXIXMnBqEY .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #25c77c;
}
.cid-uXIXMnBqEY .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uXIXMnBqEY .mbr-section-title {
  color: #ffffff;
}
.cid-uXIXMnBqEY .mbr-desc {
  color: #ffffff;
}
.cid-uXIXMnBqEY .mbr-text {
  color: #ffffff;
}
.cid-uXIXMnBqEY .list {
  color: #ffffff;
}
.cid-uXIXMnBqEY .copyright {
  color: #ffffff;
}
.cid-uXKvsu3505 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXKvsu3505 .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;
}
@media (max-width: 767px) {
  .cid-uXKvsu3505 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXKvsu3505 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXKvsu3505 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uXKvsu3505 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXKvsu3505 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXKvsu3505 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uXKvsu3505 .navbar-nav .nav-item {
  padding: 0 24px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uXKvsu3505 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uXKvsu3505 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uXKvsu3505 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uXKvsu3505 .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #25c77c;
  transition: all .3s ease;
}
.cid-uXKvsu3505 .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uXKvsu3505 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXKvsu3505 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXKvsu3505 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #2d3748;
}
.cid-uXKvsu3505 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXKvsu3505 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-uXKvsu3505 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uXKvsu3505 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uXKvsu3505 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uXKvsu3505 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXKvsu3505 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uXKvsu3505 .container,
.cid-uXKvsu3505 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2d3748;
}
@media (max-width: 992px) {
  .cid-uXKvsu3505 .container,
  .cid-uXKvsu3505 .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uXKvsu3505 .container,
  .cid-uXKvsu3505 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXKvsu3505 .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uXKvsu3505 .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXKvsu3505 .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uXKvsu3505 .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uXKvsu3505 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uXKvsu3505 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uXKvsu3505 .nav-item:focus,
.cid-uXKvsu3505 .nav-link:focus {
  outline: none;
}
.cid-uXKvsu3505 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXKvsu3505 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXKvsu3505 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXKvsu3505 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXKvsu3505 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXKvsu3505 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXKvsu3505 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXKvsu3505 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXKvsu3505 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXKvsu3505 .navbar .navbar-logo img {
  width: auto;
}
.cid-uXKvsu3505 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXKvsu3505 .navbar.collapsed {
  justify-content: center;
}
.cid-uXKvsu3505 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXKvsu3505 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXKvsu3505 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXKvsu3505 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXKvsu3505 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXKvsu3505 .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-uXKvsu3505 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXKvsu3505 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXKvsu3505 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXKvsu3505 .navbar {
    min-height: 72px;
  }
  .cid-uXKvsu3505 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXKvsu3505 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXKvsu3505 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXKvsu3505 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXKvsu3505 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXKvsu3505 .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-uXKvsu3505 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXKvsu3505 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXKvsu3505 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXKvsu3505 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXKvsu3505 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXKvsu3505 .dropdown-item.active,
.cid-uXKvsu3505 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXKvsu3505 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXKvsu3505 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXKvsu3505 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXKvsu3505 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uXKvsu3505 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uXKvsu3505 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uXKvsu3505 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXKvsu3505 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXKvsu3505 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXKvsu3505 .navbar-buttons {
    text-align: left;
  }
}
.cid-uXKvsu3505 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXKvsu3505 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e1e7f2;
}
.cid-uXKvsu3505 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXKvsu3505 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXKvsu3505 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXKvsu3505 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXKvsu3505 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXKvsu3505 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXKvsu3505 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXKvsu3505 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXKvsu3505 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXKvsu3505 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXKvsu3505 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXKvsu3505 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXKvsu3505 .navbar {
    height: 70px;
  }
  .cid-uXKvsu3505 .navbar.opened {
    height: auto;
  }
  .cid-uXKvsu3505 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXKvsu3505 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXKvsu3505 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uXKvsu3505 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uXKvsu3505 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXKvsu3505 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uXKvsu3505 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXKvsu3505 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXKvsu3505 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uXKvsu3505 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uXKvsu3505 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXKvsu3505 .navbar-brand {
    margin-right: auto;
  }
  .cid-uXKvsu3505 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2d3748;
    backdrop-filter: blur(8px);
  }
  .cid-uXKvsu3505 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXKvsu3505 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uXKvsu3505 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXKvsu3505 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXKvsu3505 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uXKvsu3505 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXKvsu3505 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uXKvsu3505 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXKvsu3505 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXKvsveRA3 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXKvsveRA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKvsveRA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKvsveRA3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uXKvsveRA3 .container-fluid {
    padding: 0 15px;
  }
}
.cid-uXKvsveRA3 .row {
  margin: 0;
}
.cid-uXKvsveRA3 .row .card {
  padding: 0;
}
.cid-uXKvsveRA3 .card-wrapper {
  padding: 140px 30px;
  background-color: #e1e7f2;
}
@media (max-width: 1440px) {
  .cid-uXKvsveRA3 .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXKvsveRA3 .card-wrapper {
    padding: 15px;
  }
}
.cid-uXKvsveRA3 .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.cid-uXKvsveRA3 .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uXKvsveRA3 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uXKvsveRA3 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXKvsveRA3 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXKvsveRA3 .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXKvsveRA3 .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-uXKvsveRA3 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uXKvsveRA3 .mbr-label {
  color: #000000;
}
.cid-uXKvsveRA3 .mbr-section-title {
  color: #000000;
}
.cid-uXKvsveRA3 .mbr-text,
.cid-uXKvsveRA3 .text-wrapper {
  color: #000000;
}
.cid-uXKvsvN9cp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXKvsvN9cp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKvsvN9cp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKvsvN9cp .content-wrapper {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .cid-uXKvsvN9cp .content-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
  }
}
.cid-uXKvsvN9cp .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXKvsvN9cp .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXKvsvN9cp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXKvsvN9cp .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXKvsvN9cp .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXKvsvN9cp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 50%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXKvsvN9cp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uXKvsvN9cp .embla__slide .slide-content {
  width: 100%;
}
.cid-uXKvsvN9cp .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uXKvsvN9cp .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 690px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uXKvsvN9cp .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-uXKvsvN9cp .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uXKvsvN9cp .embla__button--next,
.cid-uXKvsvN9cp .embla__button--prev {
  display: flex;
}
.cid-uXKvsvN9cp .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uXKvsvN9cp .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: 0.2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uXKvsvN9cp .embla__button:hover::before {
  opacity: 0.5;
}
.cid-uXKvsvN9cp .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: 0.5 !important;
}
.cid-uXKvsvN9cp .embla__button:disabled::before {
  opacity: 0.2;
}
.cid-uXKvsvN9cp .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-uXKvsvN9cp .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-uXKvsvN9cp .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uXKvsvN9cp .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uXKvsvN9cp .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-uXKvsvN9cp .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uXKvsvN9cp .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uXKvsvN9cp .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: 52px;
}
@media (max-width: 1440px) {
  .cid-uXKvsvN9cp .embla {
    margin-left: 0;
  }
}
.cid-uXKvsvN9cp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uXKvsvN9cp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uXKvsvN9cp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uXKvsvN9cp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uXKvsvN9cp .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uXKvsvN9cp .mbr-section-title {
  color: #111111;
}
.cid-uXKvsvN9cp .mbr-section-subtitle {
  color: #889e43;
}
.cid-uXKvsvN9cp .mbr-text,
.cid-uXKvsvN9cp .text-wrapper {
  color: #666666;
}
.cid-uXKvswtDgb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #eeeaea 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uXKvswtDgb {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #eeeaea 0%, #ffffff 110%);
  }
}
.cid-uXKvswtDgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKvswtDgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKvswtDgb .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXKvswtDgb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXKvswtDgb .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXKvswtDgb .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXKvswtDgb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXKvswtDgb .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXKvswtDgb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXKvswtDgb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXKvswtDgb .items-wrapper .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXKvswtDgb .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uXKvswtDgb .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 64px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uXKvswtDgb .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uXKvswtDgb .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
}
@media (max-width: 992px) {
  .cid-uXKvswtDgb .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-uXKvswtDgb .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
@media (max-width: 992px) {
  .cid-uXKvswtDgb .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uXKvswtDgb .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  right: -32px;
  bottom: 32px;
  width: 200px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uXKvswtDgb .items-wrapper .item .item-wrapper .item-img::before {
    bottom: auto;
    top: -100px;
    right: auto;
    left: -100px;
  }
}
.cid-uXKvswtDgb .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  right: 32px;
  bottom: 32px;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXKvswtDgb .items-wrapper .item .item-wrapper .item-img img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uXKvswtDgb .items-wrapper .item .item-wrapper .image_1::before {
  background-image: radial-gradient(circle closest-side at 50% 50%, #f2542d 0%, transparent 100%);
}
.cid-uXKvswtDgb .items-wrapper .item .item-wrapper .image_2 img {
  right: auto;
  left: 32px;
}
.cid-uXKvswtDgb .items-wrapper .item .item-wrapper .image_2::before {
  right: auto;
  left: -32px;
  background-image: radial-gradient(circle closest-side at 50% 50%, #0e9594 0%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-uXKvswtDgb .items-wrapper .item .item-wrapper .image_2::before {
    bottom: auto;
    top: -100px;
    left: -100px;
  }
}
.cid-uXKvswtDgb .items-wrapper .item .item-wrapper .image_3::before {
  background-image: radial-gradient(circle closest-side at 50% 50%, #562c2c 0%, transparent 100%);
}
.cid-uXKvswtDgb .items-wrapper .item .item-wrapper .card-box {
  padding-right: 250px;
}
@media (max-width: 1440px) {
  .cid-uXKvswtDgb .items-wrapper .item .item-wrapper .card-box {
    padding-right: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uXKvswtDgb .items-wrapper .item .item-wrapper .card-box {
    padding-right: 0;
  }
}
.cid-uXKvswtDgb .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXKvswtDgb .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uXKvswtDgb .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXKvswtDgb .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uXKvswtDgb .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXKvswtDgb .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uXKvswtDgb .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #b81b00;
  color: #b81b00;
  font-size: 11px;
}
.cid-uXKvswtDgb .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXKvswtDgb .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uXKvswtDgb .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uXKvswtDgb .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXKvswtDgb .items-wrapper .item .card_2 .card-box {
  padding-right: 0;
  padding-left: 250px;
}
@media (max-width: 1440px) {
  .cid-uXKvswtDgb .items-wrapper .item .card_2 .card-box {
    padding-right: 0;
    padding-left: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uXKvswtDgb .items-wrapper .item .card_2 .card-box {
    padding-left: 0;
  }
}
.cid-uXKvswtDgb .mbr-label {
  color: #522125;
  text-align: center;
}
.cid-uXKvswtDgb .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uXKvswtDgb .mbr-section-subtitle {
  color: #889e43;
  text-align: center;
}
.cid-uXKvswtDgb .mbr-text,
.cid-uXKvswtDgb .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uXKvswtDgb .card-title {
  color: #111111;
}
.cid-uXKvswtDgb .card-text {
  color: #666666;
}
.cid-uXKvswtDgb .list {
  color: #666666;
}
.cid-uXKvswtDgb .card-icon {
  color: #522125;
}
.cid-uXKvsx4RBV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXKvsx4RBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKvsx4RBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKvsx4RBV .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uXKvsx4RBV .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uXKvsx4RBV .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uXKvsx4RBV .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uXKvsx4RBV .items-wrapper .item .item-wrapper .card-number_1,
.cid-uXKvsx4RBV .items-wrapper .item .item-wrapper .card-number_2,
.cid-uXKvsx4RBV .items-wrapper .item .item-wrapper .card-number_3 {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXKvsx4RBV .items-wrapper .item .item-wrapper .card-number_1,
  .cid-uXKvsx4RBV .items-wrapper .item .item-wrapper .card-number_2,
  .cid-uXKvsx4RBV .items-wrapper .item .item-wrapper .card-number_3 {
    margin-bottom: 16px;
  }
}
.cid-uXKvsx4RBV .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uXKvsx4RBV .btn-wrapper {
  margin-top: 18%;
}
.cid-uXKvsx4RBV .card-number_1 {
  color: #f2542d;
  text-align: center;
}
.cid-uXKvsx4RBV .card-number_2 {
  color: #889e43;
  text-align: center;
}
.cid-uXKvsx4RBV .card-number_3 {
  color: #2C0400;
  text-align: center;
}
.cid-uXKvsx4RBV .card-title {
  color: #522125;
  text-align: center;
}
.cid-uXKvsxzWge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXKvsxzWge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKvsxzWge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKvsxzWge .card-wrapper {
  padding: 64px;
  background-color: #ffffff;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uXKvsxzWge .card-wrapper {
    display: block;
    padding: 24px;
    margin-top: 0;
  }
}
.cid-uXKvsxzWge .image-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uXKvsxzWge .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXKvsxzWge .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 1400px) {
  .cid-uXKvsxzWge .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-uXKvsxzWge .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-uXKvsxzWge .content-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 1400px) {
  .cid-uXKvsxzWge .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uXKvsxzWge .content-wrapper {
    width: 100%;
  }
}
.cid-uXKvsxzWge .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXKvsxzWge .content-wrapper .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-uXKvsxzWge .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXKvsxzWge .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXKvsxzWge .content-wrapper .content-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXKvsxzWge .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXKvsxzWge .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXKvsxzWge .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px 24px 24px 32px;
  background-color: #fafafa;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-uXKvsxzWge .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uXKvsxzWge .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uXKvsxzWge .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uXKvsxzWge .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uXKvsxzWge .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uXKvsxzWge .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: #0e9594;
}
.cid-uXKvsxzWge .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: #ffffff;
}
.cid-uXKvsxzWge .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover {
  background-color: #006666;
}
.cid-uXKvsxzWge .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uXKvsxzWge .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uXKvsxzWge .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uXKvsxzWge .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uXKvsxzWge .mbr-section-title {
  color: #111111;
}
.cid-uXKvsxzWge .mbr-section-subtitle {
  color: #889e43;
}
.cid-uXKvsxzWge .mbr-text,
.cid-uXKvsxzWge .text-wrapper {
  color: #111111;
}
.cid-uXKvsxzWge .panel-title-edit {
  color: #111111;
}
.cid-uXKvsxzWge .panel-text {
  color: #666666;
}
.cid-uXKvsydtWw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXKvsydtWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKvsydtWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKvsydtWw .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXKvsydtWw .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXKvsydtWw .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXKvsydtWw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXKvsydtWw .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXKvsydtWw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXKvsydtWw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXKvsydtWw .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-uXKvsydtWw .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uXKvsydtWw .items-wrapper .item:hover .item-wrapper,
.cid-uXKvsydtWw .items-wrapper .item:focus .item-wrapper {
  border: 2px solid #006666;
}
.cid-uXKvsydtWw .items-wrapper .item:hover .card_2,
.cid-uXKvsydtWw .items-wrapper .item:focus .card_2 {
  border: 2px solid #b81b00;
}
.cid-uXKvsydtWw .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  box-shadow: 0 32px 64px -10px #fec8c9;
}
@media (max-width: 992px) {
  .cid-uXKvsydtWw .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uXKvsydtWw .items-wrapper .item .item-wrapper .card-box .card-title,
.cid-uXKvsydtWw .items-wrapper .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXKvsydtWw .items-wrapper .item .item-wrapper .card-box .card-title,
  .cid-uXKvsydtWw .items-wrapper .item .item-wrapper .card-box .card-title_2 {
    margin-bottom: 24px;
  }
}
.cid-uXKvsydtWw .items-wrapper .item .item-wrapper .card-box .card-price,
.cid-uXKvsydtWw .items-wrapper .item .item-wrapper .card-box .card-price_2 {
  margin-bottom: 16px;
}
.cid-uXKvsydtWw .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXKvsydtWw .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uXKvsydtWw .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXKvsydtWw .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
}
.cid-uXKvsydtWw .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #006666;
  color: #006666;
  font-size: 11px;
}
.cid-uXKvsydtWw .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXKvsydtWw .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXKvsydtWw .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uXKvsydtWw .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-uXKvsydtWw .items-wrapper .item .card_2 {
  padding: 46px 40px;
}
@media (max-width: 992px) {
  .cid-uXKvsydtWw .items-wrapper .item .card_2 {
    padding: 24px;
  }
}
.cid-uXKvsydtWw .items-wrapper .item .card_2 .card-box .list-wrapper .list .item-wrap::before {
  border: 2px solid #b81b00;
  color: #b81b00;
}
.cid-uXKvsydtWw .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uXKvsydtWw .mbr-section-subtitle {
  color: #889e43;
  text-align: center;
}
.cid-uXKvsydtWw .mbr-text,
.cid-uXKvsydtWw .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uXKvsydtWw .card-title {
  color: #006666;
}
.cid-uXKvsydtWw .card-title_2 {
  color: #f2542d;
}
.cid-uXKvsydtWw .card-price {
  color: #006666;
}
.cid-uXKvsydtWw .card-price_2 {
  color: #f2542d;
}
.cid-uXKvsydtWw .card-text {
  color: #666666;
}
.cid-uXKvsydtWw .list {
  color: #111111;
}
.cid-uXKvsyQ53h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXKvsyQ53h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKvsyQ53h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKvsyQ53h .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXKvsyQ53h .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXKvsyQ53h .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXKvsyQ53h .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXKvsyQ53h .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXKvsyQ53h .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXKvsyQ53h .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXKvsyQ53h .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-uXKvsyQ53h .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uXKvsyQ53h .items-wrapper .item:hover .item-wrapper,
.cid-uXKvsyQ53h .items-wrapper .item:focus .item-wrapper {
  border: 2px solid #006666;
}
.cid-uXKvsyQ53h .items-wrapper .item:hover .card_2,
.cid-uXKvsyQ53h .items-wrapper .item:focus .card_2 {
  border: 2px solid #b81b00;
}
.cid-uXKvsyQ53h .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  box-shadow: 0 32px 64px -10px #fec8c9;
}
@media (max-width: 992px) {
  .cid-uXKvsyQ53h .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uXKvsyQ53h .items-wrapper .item .item-wrapper .card-box .card-title,
.cid-uXKvsyQ53h .items-wrapper .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXKvsyQ53h .items-wrapper .item .item-wrapper .card-box .card-title,
  .cid-uXKvsyQ53h .items-wrapper .item .item-wrapper .card-box .card-title_2 {
    margin-bottom: 24px;
  }
}
.cid-uXKvsyQ53h .items-wrapper .item .item-wrapper .card-box .card-price,
.cid-uXKvsyQ53h .items-wrapper .item .item-wrapper .card-box .card-price_2 {
  margin-bottom: 16px;
}
.cid-uXKvsyQ53h .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXKvsyQ53h .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uXKvsyQ53h .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXKvsyQ53h .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
}
.cid-uXKvsyQ53h .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #006666;
  color: #006666;
  font-size: 11px;
}
.cid-uXKvsyQ53h .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXKvsyQ53h .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXKvsyQ53h .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uXKvsyQ53h .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-uXKvsyQ53h .items-wrapper .item .card_2 {
  padding: 46px 40px;
}
@media (max-width: 992px) {
  .cid-uXKvsyQ53h .items-wrapper .item .card_2 {
    padding: 24px;
  }
}
.cid-uXKvsyQ53h .items-wrapper .item .card_2 .card-box .list-wrapper .list .item-wrap::before {
  border: 2px solid #b81b00;
  color: #b81b00;
}
.cid-uXKvsyQ53h .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uXKvsyQ53h .mbr-section-subtitle {
  color: #889e43;
  text-align: center;
}
.cid-uXKvsyQ53h .mbr-text,
.cid-uXKvsyQ53h .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uXKvsyQ53h .card-title {
  color: #006666;
}
.cid-uXKvsyQ53h .card-title_2 {
  color: #f2542d;
}
.cid-uXKvsyQ53h .card-price {
  color: #006666;
}
.cid-uXKvsyQ53h .card-price_2 {
  color: #f2542d;
}
.cid-uXKvsyQ53h .card-text {
  color: #666666;
}
.cid-uXKvsyQ53h .list {
  color: #111111;
}
.cid-uXKvszuLar {
  overflow: hidden;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #eeeaea 0%, #ffffff 70%);
}
.cid-uXKvszuLar .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKvszuLar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKvszuLar .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uXKvszuLar .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uXKvszuLar .embla__slide .slide-content {
  width: 100%;
}
.cid-uXKvszuLar .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 0 32px 64px -10px #eeeaea;
}
@media (max-width: 992px) {
  .cid-uXKvszuLar .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uXKvszuLar .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 24px;
}
.cid-uXKvszuLar .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uXKvszuLar .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-uXKvszuLar .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 24px;
}
.cid-uXKvszuLar .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uXKvszuLar .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uXKvszuLar .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uXKvszuLar .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-uXKvszuLar .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uXKvszuLar .embla__slide .slide-content .item-wrapper .card-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uXKvszuLar .embla__slide .slide-content .item-wrapper .card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-uXKvszuLar .embla__slide .slide-content .item-wrapper .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uXKvszuLar .embla__button--next,
.cid-uXKvszuLar .embla__button--prev {
  display: flex;
}
.cid-uXKvszuLar .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;
  display: none;
}
.cid-uXKvszuLar .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uXKvszuLar .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: 0.5 !important;
}
.cid-uXKvszuLar .embla__button.embla__button--prev {
  left: 0;
}
.cid-uXKvszuLar .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uXKvszuLar .embla__button.embla__button--next {
  right: 0;
}
.cid-uXKvszuLar .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uXKvszuLar .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXKvszuLar .embla {
    padding: 0;
  }
}
.cid-uXKvszuLar .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uXKvszuLar .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uXKvszuLar .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uXKvszuLar .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uXKvszuLar .mbr-section-btn {
  margin-top: 54px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXKvszuLar .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uXKvszuLar .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uXKvszuLar .item-name {
  color: #111111;
}
.cid-uXKvszuLar .card-date {
  color: #666666;
}
.cid-uXKvszuLar .card-title {
  color: #111111;
}
.cid-uXKvszuLar .card-text {
  color: #666666;
}
.cid-uXKvszuLar .mbr-star {
  color: #ff6d99;
}
.cid-uXKvszuLar .mbr-star,
.cid-uXKvszuLar .rating-wrapper {
  color: #B81B00;
}
.cid-uXKvsAEjIl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXKvsAEjIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKvsAEjIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKvsAEjIl .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uXKvsAEjIl .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uXKvsAEjIl .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXKvsAEjIl .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uXKvsAEjIl .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uXKvsAEjIl .mbr-section-title {
  color: #ff6d99;
}
.cid-uXKvsAEjIl .mbr-text,
.cid-uXKvsAEjIl .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uXKvsAEjIl .mbr-section-title,
.cid-uXKvsAEjIl .mbr-section-btn {
  text-align: center;
  color: #85ce8c;
}
.cid-uXKvsBmxWr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXKvsBmxWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKvsBmxWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXKvsBmxWr .container {
    padding: 0 16px;
  }
}
.cid-uXKvsBmxWr .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uXKvsBmxWr .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uXKvsBmxWr .item:hover .item-wrapper .card-box,
.cid-uXKvsBmxWr .item:focus .item-wrapper .card-box {
  border: 1px solid #f4b232;
  box-shadow: 6px 8px 0 0 #f4b232;
}
.cid-uXKvsBmxWr .item:hover .item-wrapper .card-box .item-price,
.cid-uXKvsBmxWr .item:focus .item-wrapper .card-box .item-price {
  color: #f4b232;
}
.cid-uXKvsBmxWr .item:hover .item-wrapper .card-box .btn-primary,
.cid-uXKvsBmxWr .item:focus .item-wrapper .card-box .btn-primary,
.cid-uXKvsBmxWr .item:hover .item-wrapper .card-box .btn-secondary,
.cid-uXKvsBmxWr .item:focus .item-wrapper .card-box .btn-secondary,
.cid-uXKvsBmxWr .item:hover .item-wrapper .card-box .btn-success,
.cid-uXKvsBmxWr .item:focus .item-wrapper .card-box .btn-success,
.cid-uXKvsBmxWr .item:hover .item-wrapper .card-box .btn-info,
.cid-uXKvsBmxWr .item:focus .item-wrapper .card-box .btn-info,
.cid-uXKvsBmxWr .item:hover .item-wrapper .card-box .btn-warning,
.cid-uXKvsBmxWr .item:focus .item-wrapper .card-box .btn-warning,
.cid-uXKvsBmxWr .item:hover .item-wrapper .card-box .btn-danger,
.cid-uXKvsBmxWr .item:focus .item-wrapper .card-box .btn-danger,
.cid-uXKvsBmxWr .item:hover .item-wrapper .card-box .btn-black,
.cid-uXKvsBmxWr .item:focus .item-wrapper .card-box .btn-black,
.cid-uXKvsBmxWr .item:hover .item-wrapper .card-box .btn-white,
.cid-uXKvsBmxWr .item:focus .item-wrapper .card-box .btn-white {
  background-color: #f4b232 !important;
  border-color: #f4b232 !important;
}
.cid-uXKvsBmxWr .item .item-wrapper {
  height: 100%;
}
.cid-uXKvsBmxWr .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #bdc5cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uXKvsBmxWr .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uXKvsBmxWr .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uXKvsBmxWr .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #f6f7f9;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uXKvsBmxWr .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXKvsBmxWr .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-uXKvsBmxWr .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-uXKvsBmxWr .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-uXKvsBmxWr .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-uXKvsBmxWr .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-uXKvsBmxWr .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXKvsBmxWr .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-uXKvsBmxWr .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #889e43;
  color: #ffffff;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uXKvsBmxWr .item-title {
  color: #f2542d;
}
.cid-uXKvsBmxWr .item-desc {
  color: #000000;
}
.cid-uXKvsBmxWr .item-price {
  color: #000000;
}
.cid-uXKvsBmxWr .list {
  color: #000000;
}
.cid-uXKvsCcac9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #eeeaea -70%, #ffffff 100%);
}
.cid-uXKvsCcac9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKvsCcac9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKvsCcac9 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXKvsCcac9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXKvsCcac9 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXKvsCcac9 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXKvsCcac9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXKvsCcac9 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXKvsCcac9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXKvsCcac9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXKvsCcac9 .google-map iframe {
  height: 600px;
  filter: hue-rotate(45deg);
}
@media (max-width: 992px) {
  .cid-uXKvsCcac9 .google-map iframe {
    height: 350px;
  }
}
.cid-uXKvsCcac9 .mbr-label {
  color: #522125;
  text-align: center;
}
.cid-uXKvsCcac9 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uXKvsCcac9 .mbr-section-subtitle {
  color: #889e43;
  text-align: center;
}
.cid-uXKvsCcac9 .mbr-text,
.cid-uXKvsCcac9 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uXKvsCY8sK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXKvsCY8sK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKvsCY8sK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXKvsCY8sK .card {
  justify-content: center;
}
.cid-uXKvsCY8sK .image-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-uXKvsCY8sK .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uXKvsCY8sK .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 1440px) {
  .cid-uXKvsCY8sK .image-wrapper {
    padding-right: 0;
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uXKvsCY8sK .image-wrapper {
    padding-left: 0;
  }
}
.cid-uXKvsCY8sK .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uXKvsCY8sK .image-wrapper img {
    height: 300px;
  }
}
.cid-uXKvsCY8sK .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXKvsCY8sK .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXKvsCY8sK .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXKvsCY8sK .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uXKvsCY8sK .mbr-section-title {
  color: #000000;
}
.cid-uXKvsCY8sK .mbr-text {
  color: #000000;
}
.cid-uXKvsDA2vt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uXKvsDA2vt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKvsDA2vt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXKvsDA2vt .container {
    padding: 0 20px;
  }
}
.cid-uXKvsDA2vt .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXKvsDA2vt .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uXKvsDA2vt .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXKvsDA2vt .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uXKvsDA2vt .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXKvsDA2vt .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-uXKvsDA2vt .row .list {
    margin-bottom: 32px;
  }
}
.cid-uXKvsDA2vt .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uXKvsDA2vt .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #25c77c;
}
.cid-uXKvsDA2vt .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uXKvsDA2vt .mbr-section-title {
  color: #ffffff;
}
.cid-uXKvsDA2vt .mbr-desc {
  color: #ffffff;
}
.cid-uXKvsDA2vt .mbr-text {
  color: #ffffff;
}
.cid-uXKvsDA2vt .list {
  color: #ffffff;
}
.cid-uXKvsDA2vt .copyright {
  color: #ffffff;
}
