.btn {
  border-width: 2px;
}
body {
  background-color: #ebeef0;
}
body {
  font-family: 'Roboto Condensed', sans-serif;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5bc0be !important;
}
.bg-success {
  background-color: #24c47a !important;
}
.bg-info {
  background-color: #0cb9dc !important;
}
.bg-warning {
  background-color: #e8ae00 !important;
}
.bg-danger {
  background-color: #666666 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5bc0be !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-color: #5bc0be !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #5bc0be !important;
  border-color: #5bc0be !important;
}
.btn-primary:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-primary:hover span {
  color: white;
  background: #000000;
}
.btn-primary span {
  background: #000000;
  transition: all 0.3s;
  color: #5bc0be;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-primary span:before {
  transform: translateX(1px);
  display: block;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #abf7e9 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background-color: #abf7e9 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #abf7e9 !important;
  border-color: #abf7e9 !important;
}
.btn-secondary:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-secondary:hover span {
  color: white;
  background: #000000;
}
.btn-secondary span {
  background: #000000;
  transition: all 0.3s;
  color: #abf7e9;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-secondary span:before {
  transform: translateX(1px);
  display: block;
}
.btn-info,
.btn-info:active {
  background-color: #0cb9dc !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background-color: #0cb9dc !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0cb9dc !important;
  border-color: #0cb9dc !important;
}
.btn-info:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-info:hover span {
  color: white;
  background: #000000;
}
.btn-info span {
  background: #ffffff;
  transition: all 0.3s;
  color: #0cb9dc;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-info span:before {
  transform: translateX(1px);
  display: block;
}
.btn-success,
.btn-success:active {
  background-color: #24c47a !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background-color: #24c47a !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #24c47a !important;
  border-color: #24c47a !important;
}
.btn-success:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-success:hover span {
  color: white;
  background: #000000;
}
.btn-success span {
  background: #ffffff;
  transition: all 0.3s;
  color: #24c47a;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-success span:before {
  transform: translateX(1px);
  display: block;
}
.btn-warning,
.btn-warning:active {
  background-color: #e8ae00 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background-color: #e8ae00 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #e8ae00 !important;
  border-color: #e8ae00 !important;
}
.btn-warning:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-warning:hover span {
  color: white;
  background: #000000;
}
.btn-warning span {
  background: #000000;
  transition: all 0.3s;
  color: #e8ae00;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-warning span:before {
  transform: translateX(1px);
  display: block;
}
.btn-danger,
.btn-danger:active {
  background-color: #666666 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background-color: #666666 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-danger:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-danger:hover span {
  color: white;
  background: #000000;
}
.btn-danger span {
  background: #ffffff;
  transition: all 0.3s;
  color: #666666;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-danger span:before {
  transform: translateX(1px);
  display: block;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background-color: #fafafa !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-white:hover span {
  color: white;
  background: #000000;
}
.btn-white span {
  background: #000000;
  transition: all 0.3s;
  color: #fafafa;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-white span:before {
  transform: translateX(1px);
  display: block;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background-color: #232323 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-black:hover span {
  color: white;
  background: #000000;
}
.btn-black span {
  background: #ffffff;
  transition: all 0.3s;
  color: #232323;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-black span:before {
  transform: translateX(1px);
  display: block;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #5bc0be;
  color: #5bc0be;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5bc0be !important;
  background-color: transparent!important;
  border-color: #5bc0be !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #5bc0be !important;
  border-color: #5bc0be !important;
}
.btn-primary-outline:hover {
  background-color: #5bc0be !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-primary-outline:hover span {
  color: #000000 !important;
}
.btn-primary-outline span {
  background: #5bc0be;
  transition: all 0.3s;
  color: #000000;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #abf7e9;
  color: #abf7e9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #abf7e9 !important;
  background-color: transparent!important;
  border-color: #abf7e9 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #abf7e9 !important;
  border-color: #abf7e9 !important;
}
.btn-secondary-outline:hover {
  background-color: #5bc0be !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-secondary-outline:hover span {
  color: #000000 !important;
}
.btn-secondary-outline span {
  background: #abf7e9;
  transition: all 0.3s;
  color: #000000;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cb9dc;
  color: #0cb9dc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0cb9dc !important;
  background-color: transparent!important;
  border-color: #0cb9dc !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cb9dc !important;
  border-color: #0cb9dc !important;
}
.btn-info-outline:hover {
  background-color: #5bc0be !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-info-outline:hover span {
  color: #ffffff !important;
}
.btn-info-outline span {
  background: #0cb9dc;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #24c47a;
  color: #24c47a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #24c47a !important;
  background-color: transparent!important;
  border-color: #24c47a !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #24c47a !important;
  border-color: #24c47a !important;
}
.btn-success-outline:hover {
  background-color: #5bc0be !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-success-outline:hover span {
  color: #ffffff !important;
}
.btn-success-outline span {
  background: #24c47a;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e8ae00;
  color: #e8ae00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e8ae00 !important;
  background-color: transparent!important;
  border-color: #e8ae00 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #e8ae00 !important;
  border-color: #e8ae00 !important;
}
.btn-warning-outline:hover {
  background-color: #5bc0be !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-warning-outline:hover span {
  color: #000000 !important;
}
.btn-warning-outline span {
  background: #e8ae00;
  transition: all 0.3s;
  color: #000000;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #666666;
  color: #666666;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #666666 !important;
  background-color: transparent!important;
  border-color: #666666 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-danger-outline:hover {
  background-color: #5bc0be !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-danger-outline:hover span {
  color: #ffffff !important;
}
.btn-danger-outline span {
  background: #666666;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323 !important;
  background-color: transparent!important;
  border-color: #232323 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:hover {
  background-color: #5bc0be !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-black-outline:hover span {
  color: #ffffff !important;
}
.btn-black-outline span {
  background: #232323;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent!important;
  border-color: #fafafa !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #000000 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:hover {
  background-color: #5bc0be !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-white-outline:hover span {
  color: #000000 !important;
}
.btn-white-outline span {
  background: #fafafa;
  transition: all 0.3s;
  color: #000000;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-white:hover {
  background: #5bc0be !important;
}
.btn-white:hover span {
  color: #5bc0be !important;
}
.text-primary {
  color: #5bc0be !important;
}
.text-secondary {
  color: #abf7e9 !important;
}
.text-success {
  color: #24c47a !important;
}
.text-info {
  color: #0cb9dc !important;
}
.text-warning {
  color: #e8ae00 !important;
}
.text-danger {
  color: #666666 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #328381 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4eeed1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #146e44 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #07687b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #826200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #333333 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !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;
}
.nav-tabs .nav-link.active {
  color: #5bc0be;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cb9dc;
}
.alert-warning {
  background-color: #e8ae00;
}
.alert-danger {
  background-color: #666666;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5bc0be;
  border-color: #5bc0be;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5bc0be;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b7e3e3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #80e8b8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b9f0fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffedb5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a6a6a6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #5bc0be !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #5bc0be;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5bc0be;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5bc0be;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5bc0be;
  border-bottom-color: #5bc0be;
}
.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: #5bc0be !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #abf7e9 !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='%235bc0be' %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;
}
.cid-v8invavUTs .navbar-dropdown {
  position: relative !important;
}
.cid-v8invavUTs .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-v8invavUTs .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-v8invavUTs .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-v8invavUTs .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8invavUTs .navbar-caption {
  font-weight: 500;
  color: #000000;
}
.cid-v8invavUTs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8invavUTs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8invavUTs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8invavUTs .dropdown-item:hover,
.cid-v8invavUTs .dropdown-item:focus {
  background: #5bc0be !important;
  color: white !important;
}
.cid-v8invavUTs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8invavUTs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8invavUTs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8invavUTs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8invavUTs .nav-link {
  position: relative;
}
.cid-v8invavUTs .container {
  display: flex;
  margin: auto;
}
.cid-v8invavUTs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-v8invavUTs .dropdown-menu,
.cid-v8invavUTs .navbar.opened {
  background: #ebeef0 !important;
}
.cid-v8invavUTs .nav-item:focus,
.cid-v8invavUTs .nav-link:focus {
  outline: none;
}
.cid-v8invavUTs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8invavUTs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8invavUTs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8invavUTs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8invavUTs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8invavUTs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8invavUTs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ebeef0;
}
.cid-v8invavUTs .navbar.opened {
  transition: all 0.3s;
}
.cid-v8invavUTs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8invavUTs .navbar .navbar-logo img {
  width: auto;
}
.cid-v8invavUTs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8invavUTs .navbar.collapsed {
  justify-content: center;
}
.cid-v8invavUTs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8invavUTs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8invavUTs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8invavUTs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8invavUTs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8invavUTs .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-v8invavUTs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8invavUTs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8invavUTs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8invavUTs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8invavUTs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8invavUTs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8invavUTs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8invavUTs .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-v8invavUTs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8invavUTs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8invavUTs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8invavUTs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8invavUTs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8invavUTs .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8invavUTs .navbar.navbar-short {
  min-height: 80px;
}
.cid-v8invavUTs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8invavUTs .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-v8invavUTs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8invavUTs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8invavUTs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8invavUTs .dropdown-item.active,
.cid-v8invavUTs .dropdown-item:active {
  background-color: transparent;
}
.cid-v8invavUTs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8invavUTs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8invavUTs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8invavUTs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ebeef0;
}
.cid-v8invavUTs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8invavUTs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8invavUTs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8invavUTs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8invavUTs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8invavUTs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8invavUTs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8invavUTs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8invavUTs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8invavUTs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8invavUTs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8invavUTs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8invavUTs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8invavUTs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8invavUTs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8invavUTs .navbar {
    height: 70px;
  }
  .cid-v8invavUTs .navbar.opened {
    height: auto;
  }
  .cid-v8invavUTs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8invavUTs .nav-link,
.cid-v8invavUTs .dropdown-item {
  color: #000000;
}
.cid-v8invawpEB {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v8invawpEB .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v8invawpEB .mbr-text2 {
  text-decoration: underline;
  text-align: center;
  color: #000000;
}
.cid-v8invawpEB .row-bg {
  align-items: center;
  background: #abf7e9;
  padding: 8rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8invawpEB .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8invawpEB .image-wrapper {
    padding: 1rem;
  }
}
.cid-v8invawpEB .mbr-text,
.cid-v8invawpEB .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v8invawpEB .mbr-text3 {
  text-align: center;
  color: #000000;
}
.cid-v8invawpEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invawpEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93P0hrXdc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/tanie-strony-klawiatura-2000x837.webp");
}
.cid-v93P0hrXdc .row {
  min-height: 500px;
}
.cid-v93P0hrXdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93P0hrXdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invawK0D {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v8invawK0D .mbr-section-title,
.cid-v8invawK0D .mbr-section-subtitle {
  text-align: center;
}
.cid-v8invawK0D .cost {
  word-break: normal;
  margin-bottom: 0.5rem;
}
.cid-v8invawK0D .item-wrapper {
  margin-bottom: 2rem;
  border-radius: 2rem;
  background: #d5ecfc;
  transition: all 0.3s;
}
.cid-v8invawK0D .item-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v8invawK0D .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg) scale(1.03);
}
@media (min-width: 768px) {
  .cid-v8invawK0D .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8invawK0D .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v8invawK0D .mbr-text {
  color: #000000;
}
.cid-v8invawK0D .card-price {
  color: #000000;
}
.cid-v8invawK0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invawK0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invawK0D .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-v8invawK0D .mbr-section-title {
  color: #000000;
}
.cid-v8invawK0D .card-title {
  color: #000000;
}
.cid-v8invaxG6D {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8invaxG6D .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-v8invaxG6D .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8invaxG6D .mbr-flex {
  justify-content: center;
}
.cid-v8invaxG6D .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8invaxG6D .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8invaxG6D .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8invaxG6D .item:focus,
.cid-v8invaxG6D span:focus {
  outline: none;
}
.cid-v8invaxG6D .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8invaxG6D .card1 {
  background: #5bc0be;
}
.cid-v8invaxG6D .card1 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-v8invaxG6D .card2 {
  background: #3a506b;
}
.cid-v8invaxG6D .card2 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-v8invaxG6D .card3 {
  background: #abf7e9;
}
.cid-v8invaxG6D .card3 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-v8invaxG6D .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v8invaxG6D .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v8invaxG6D .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8invaxG6D .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8invaxG6D .mbr-section-title {
  color: #000000;
}
.cid-v8invaxG6D .item-title1 {
  color: #121212;
  text-align: center;
}
.cid-v8invaxG6D .item-title2 {
  color: #121212;
  text-align: center;
}
.cid-v8invaxG6D .item-title3 {
  color: #121212;
  text-align: center;
}
.cid-v8invaxG6D .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-v8invaxG6D .item-subtitle2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8invaxG6D .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-v8invaxG6D .price1 {
  color: #121212;
  text-align: center;
}
.cid-v8invaxG6D .price2 {
  color: #121212;
  text-align: center;
}
.cid-v8invaxG6D .price3 {
  color: #121212;
  text-align: center;
}
.cid-v8invaxG6D .item-title1,
.cid-v8invaxG6D .mbr-iconfont {
  text-align: center;
}
.cid-v8invaxG6D .item-title1,
.cid-v8invaxG6D .iconfont-wrapper {
  color: #000000;
}
.cid-v8invaxG6D .mbr-text1,
.cid-v8invaxG6D .mbr-section-btn {
  color: #000000;
}
.cid-v8invaxG6D .item-title2,
.cid-v8invaxG6D .iconfont-wrapper {
  color: #FFFFFF;
}
.cid-v8invaxG6D .mbr-text2,
.cid-v8invaxG6D .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v8invaxG6D .item-title3,
.cid-v8invaxG6D .iconfont-wrapper {
  color: #000000;
}
.cid-v8invaxG6D .mbr-text3,
.cid-v8invaxG6D .mbr-section-btn {
  color: #000000;
}
.cid-v8invayFFT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8invayFFT .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v8invayFFT .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8invayFFT .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-v8invayFFT .card-box {
  margin: auto;
}
.cid-v8invayFFT img,
.cid-v8invayFFT .item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-v8invayFFT img,
  .cid-v8invayFFT .item-img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-v8invayFFT .mbr-section-title {
  border-top: 1px solid #000000;
  padding-top: 1rem;
  color: #000000;
}
.cid-v8invayFFT .card-text {
  color: #000000;
}
.cid-v8invayFFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invayFFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invayFFT .card-title {
  color: #000000;
}
.cid-v8invazQUH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8invazQUH .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-v8invazQUH .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8invazQUH .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8invazQUH .mbr-flex {
  justify-content: center;
}
.cid-v8invazQUH .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-v8invazQUH .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-v8invazQUH .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-v8invazQUH img,
.cid-v8invazQUH .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-v8invazQUH .item:focus,
.cid-v8invazQUH span:focus {
  outline: none;
}
.cid-v8invazQUH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8invazQUH .card1 {
  background: #abf7e9;
}
.cid-v8invazQUH .card2 {
  background: #3a506b;
}
.cid-v8invazQUH .card3 {
  background: #5bc0be;
}
.cid-v8invazQUH .item-wrap {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v8invazQUH .item-wrap {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v8invazQUH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8invazQUH .mbr-section-title {
  color: #000000;
}
.cid-v8invazQUH .item-title1 {
  color: #000000;
  text-align: center;
}
.cid-v8invazQUH .item-title2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8invazQUH .item-title3 {
  color: #000000;
  text-align: center;
}
.cid-v8invazQUH .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-v8invazQUH .item-subtitle2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8invazQUH .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-v8invazQUH .price1 {
  color: #000000;
  text-align: center;
}
.cid-v8invazQUH .price2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8invazQUH .price3 {
  color: #000000;
  text-align: center;
}
.cid-v8invazEfp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v8invazEfp .carousel-item {
  justify-content: center;
}
.cid-v8invazEfp .carousel-item.active,
.cid-v8invazEfp .carousel-item-next,
.cid-v8invazEfp .carousel-item-prev {
  display: flex;
}
.cid-v8invazEfp .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 40px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #000000;
}
.cid-v8invazEfp .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-v8invazEfp .carousel-control-next span {
  padding-left: 5px;
}
.cid-v8invazEfp .carousel-control-prev span {
  padding-right: 5px;
}
.cid-v8invazEfp .carousel-inner {
  padding-top: 1rem;
}
.cid-v8invazEfp .user_image {
  width: 225px;
  height: 225px;
  overflow: visible;
  margin-bottom: 1.6rem;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
  transition: all 0.3s;
}
.cid-v8invazEfp .user_image img {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  min-width: 100%;
  object-fit: cover;
  min-height: 100%;
}
.cid-v8invazEfp .user_image:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 230px) {
  .cid-v8invazEfp .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-v8invazEfp .user_text {
  color: #000000;
}
.cid-v8invazEfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invazEfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invazEfp .mbr-section-title {
  color: #000000;
}
.cid-v8invazEfp .user_name {
  color: #000000;
}
.cid-v8invazEfp .user_desk {
  color: #000000;
}
.cid-v8invaAcjS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/photo-1516321318423-f06f85e504b3.webp");
}
.cid-v8invaAcjS .row {
  min-height: 500px;
}
.cid-v8invaAcjS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invaAcjS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invaAVJT {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-v8invaAVJT .media-container-row {
  justify-content: space-between;
}
.cid-v8invaAVJT .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v8invaAVJT .text-content {
    max-width: none;
  }
}
.cid-v8invaAVJT .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  border: 2px solid #000000;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v8invaAVJT .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v8invaAVJT .mbr-iconfont-social:hover {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v8invaAVJT .icons {
    justify-content: center !important;
  }
  .cid-v8invaAVJT .text-content * {
    text-align: center;
  }
}
.cid-v8invaAVJT P {
  color: #696969;
}
.cid-v8invaAVJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invaAVJT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invaAVJT .mbr-section-title {
  color: #000000;
}
.cid-v8invaAVJT .mbr-text {
  color: #000000;
}
.cid-v8invaA7hk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8invaA7hk .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-v8invaA7hk .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8invaA7hk .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8invaA7hk .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8invaA7hk .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8invaA7hk .item:focus,
.cid-v8invaA7hk span:focus {
  outline: none;
}
.cid-v8invaA7hk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8invaA7hk .card1 {
  background: #abf7e9;
}
.cid-v8invaA7hk .card1 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-v8invaA7hk .card2 {
  background: #3a506b;
}
.cid-v8invaA7hk .card2 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-v8invaA7hk .card3 {
  background: #5bc0be;
}
.cid-v8invaA7hk .card3 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-v8invaA7hk .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 3rem 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v8invaA7hk .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v8invaA7hk .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8invaA7hk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8invaA7hk .mbr-section-title {
  color: #000000;
}
.cid-v8invaA7hk .item-title1 {
  color: #121212;
  text-align: center;
}
.cid-v8invaA7hk .item-title2 {
  color: #121212;
  text-align: center;
}
.cid-v8invaA7hk .item-title3 {
  color: #121212;
  text-align: center;
}
.cid-v8invaA7hk .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-v8invaA7hk .item-subtitle2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8invaA7hk .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-v8invaA7hk .price1 {
  color: #000000;
  text-align: center;
}
.cid-v8invaA7hk .price2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8invaA7hk .price3 {
  color: #000000;
  text-align: center;
}
.cid-v8invaA7hk .item-title1,
.cid-v8invaA7hk .mbr-iconfont {
  text-align: center;
}
.cid-v8invaA7hk .item-title1,
.cid-v8invaA7hk .iconfont-wrapper {
  color: #000000;
}
.cid-v8invaA7hk .item-title2,
.cid-v8invaA7hk .iconfont-wrapper {
  color: #FFFFFF;
}
.cid-v8invaA7hk .item-title3,
.cid-v8invaA7hk .iconfont-wrapper {
  color: #000000;
}
.cid-v8invaBTuO {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8invaBTuO .row-bg {
  background: #ffffff;
  margin: 0;
  padding: 0 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v8invaBTuO .row-bg {
    padding: 1rem 0;
  }
}
.cid-v8invaBTuO .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8invaBTuO .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-v8invaBTuO .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-v8invaBTuO .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-v8invaBTuO img,
.cid-v8invaBTuO .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-v8invaBTuO .item:focus,
.cid-v8invaBTuO span:focus {
  outline: none;
}
.cid-v8invaBTuO .item {
  cursor: pointer;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-v8invaBTuO .item:first-child {
    margin-top: 0;
  }
}
.cid-v8invaBTuO .card1 {
  background: #5bc0be;
}
.cid-v8invaBTuO .card2 {
  background: #3a506b;
}
.cid-v8invaBTuO .card3 {
  background: #abf7e9;
}
.cid-v8invaBTuO .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v8invaBTuO .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v8invaBTuO .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8invaBTuO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8invaBTuO .mbr-section-title {
  color: #000000;
}
.cid-v8invaBTuO .item-title1 {
  color: #000000;
  text-align: center;
}
.cid-v8invaBTuO .item-title2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8invaBTuO .item-title3 {
  color: #000000;
  text-align: center;
}
.cid-v8invaBTuO .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-v8invaBTuO .item-subtitle2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8invaBTuO .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-v8invaBTuO .price1 {
  color: #000000;
  text-align: center;
}
.cid-v8invaBTuO .price2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8invaBTuO .price3 {
  color: #000000;
  text-align: center;
}
.cid-v8invaC33v {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8invaC33v .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #000000;
}
.cid-v8invaC33v .row-bg {
  align-items: center;
  background: #5bc0be;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8invaC33v .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-v8invaC33v .image-wrapper {
    padding: 1rem;
  }
}
.cid-v8invaC33v img {
  border-radius: 1rem;
  transition: all 0.3s;
}
.cid-v8invaC33v img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8invaC33v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invaC33v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invaC33v .mbr-text,
.cid-v8invaC33v .mbr-section-btn {
  color: #000000;
}
.cid-v8invaCq12 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8invaCq12 .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #d5ecfc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8invaCq12 .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (min-width: 992px) {
  .cid-v8invaCq12 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8invaCq12 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v8invaCq12 img,
.cid-v8invaCq12 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v8invaCq12 .item:focus,
.cid-v8invaCq12 span:focus {
  outline: none;
}
.cid-v8invaCq12 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8invaCq12 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8invaCq12 .mbr-section-title {
  color: #000000;
}
.cid-v8invaCq12 .mbr-text,
.cid-v8invaCq12 .mbr-section-btn {
  text-align: center;
}
.cid-v8invaCq12 .item-title {
  text-align: center;
  color: #000000;
}
.cid-v8invaCq12 .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v8invaDDnA {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8invaDDnA .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-v8invaDDnA .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8invaDDnA .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8invaDDnA .mbr-flex {
  justify-content: center;
}
.cid-v8invaDDnA .mbr-flex {
  justify-content: center;
}
.cid-v8invaDDnA .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8invaDDnA .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8invaDDnA .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8invaDDnA img,
.cid-v8invaDDnA .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-v8invaDDnA .item:focus,
.cid-v8invaDDnA span:focus {
  outline: none;
}
.cid-v8invaDDnA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8invaDDnA .card1 {
  background: #5bc0be;
}
.cid-v8invaDDnA .card2 {
  background: #3a506b;
}
.cid-v8invaDDnA .card3 {
  background: #abf7e9;
}
.cid-v8invaDDnA .item-wrap {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v8invaDDnA .item-wrap {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v8invaDDnA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8invaDDnA .mbr-section-title {
  color: #000000;
}
.cid-v8invaDDnA .item-title1 {
  color: #000000;
  text-align: center;
}
.cid-v8invaDDnA .item-title2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8invaDDnA .item-title3 {
  color: #000000;
  text-align: center;
}
.cid-v8invaDDnA .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-v8invaDDnA .item-subtitle2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8invaDDnA .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-v8invaDDnA .price1 {
  color: #121212;
  text-align: center;
}
.cid-v8invaDDnA .price2 {
  color: #121212;
  text-align: center;
}
.cid-v8invaDDnA .price3 {
  color: #121212;
  text-align: center;
}
.cid-v8invaEGfF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5bc0be;
}
.cid-v8invaEGfF .item:focus,
.cid-v8invaEGfF span:focus {
  outline: none;
}
.cid-v8invaEGfF .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v8invaEGfF .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v8invaEGfF .item {
    min-height: 45px;
  }
}
.cid-v8invaE2IO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .cid-v8invaE2IO .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v8invaE2IO .card-box {
    padding: 1rem 2rem 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8invaE2IO .card-box {
    padding: 1rem 4rem 1rem 2rem;
  }
}
.cid-v8invaE2IO .item-wrapper {
  border-radius: 2rem;
  background-color: #d5ecfc;
  transition: all 0.3s;
}
.cid-v8invaE2IO .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg) scale(1.03);
}
.cid-v8invaE2IO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8invaE2IO .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v8invaE2IO .mbr-text {
  color: #000000;
}
.cid-v8invaE2IO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invaE2IO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invaE2IO .card-title {
  color: #000000;
}
.cid-v8invaE2IO .price {
  color: #000000;
}
.cid-v8invaEe5M {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #5bc0be;
}
.cid-v8invaEe5M h1 {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2rem;
}
.cid-v8invaEe5M .row {
  align-items: center;
  background: #ebeef0;
  overflow: hidden;
  padding: 0rem;
  border: 2px solid #ebeef0;
  border-radius: 2rem;
  margin: 0;
  padding-bottom: 2rem;
}
.cid-v8invaEe5M .col-lg-6 {
  padding: 0 2rem;
}
.cid-v8invaEe5M .image-wrapper {
  padding: 2rem;
}
@media (max-width: 991px) {
  .cid-v8invaEe5M .image-wrapper {
    padding: 1rem;
  }
}
.cid-v8invaEe5M img {
  width: 100%;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #000000;
}
@media (max-width: 991px) {
  .cid-v8invaEe5M .align-left,
  .cid-v8invaEe5M .align-right {
    text-align: center;
  }
}
.cid-v8invaEe5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invaEe5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invaFtoa {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8invaFtoa .row-bg {
  background: #5bc0be;
  padding: 0 1rem 2rem;
  margin: 0;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v8invaFtoa .row-bg {
    padding: 1rem 0;
  }
}
.cid-v8invaFtoa .item-content {
  padding: 1.5rem;
}
.cid-v8invaFtoa .item-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-v8invaFtoa .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-v8invaFtoa img,
.cid-v8invaFtoa .item-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.cid-v8invaFtoa .item:focus,
.cid-v8invaFtoa span:focus {
  outline: none;
}
.cid-v8invaFtoa .item {
  cursor: pointer;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-v8invaFtoa .item:first-child {
    margin-top: 0;
  }
}
.cid-v8invaFtoa .item-wrapper {
  position: relative;
  background: #ffffff;
  border-radius: 1rem;
  padding: 0rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v8invaFtoa .item-wrapper {
    padding: 0rem;
  }
}
.cid-v8invaFtoa .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8invaFtoa .mbr-section-title {
  color: #000000;
}
.cid-v8invaFtoa .item-subtitle {
  color: #000000;
}
.cid-v8invaFtoa .price {
  color: #000000;
}
.cid-v8invaFRgA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-v8invaFRgA img {
  width: 120px;
  margin: auto;
  object-fit: cover;
  height: 65px;
}
.cid-v8invaFRgA .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v8invaFRgA .card {
    max-width: 12.5%;
  }
}
.cid-v8invaGI3u {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8invaGI3u .container {
  max-width: 1000px;
}
.cid-v8invaGI3u .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-v8invaGI3u .mbr-section-title {
  color: #000000;
}
.cid-v8invaGWS7 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8invaGWS7 img,
.cid-v8invaGWS7 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-v8invaGWS7 .item:focus,
.cid-v8invaGWS7 span:focus {
  outline: none;
}
.cid-v8invaGWS7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8invaGWS7 .card1 {
  background: #5bc0be;
}
.cid-v8invaGWS7 .card2 {
  background: #abf7e9;
}
.cid-v8invaGWS7 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v8invaGWS7 .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v8invaGWS7 .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8invaGWS7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8invaGWS7 .mbr-section-title {
  color: #232323;
}
.cid-v8invaGWS7 .item-title1 {
  color: #000000;
}
.cid-v8invaGWS7 .item-title2 {
  color: #000000;
}
.cid-v8invaGvLn {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8invaGvLn .list-group-item {
  background-color: transparent;
  padding: 0.5rem 3.25rem;
  color: #000000;
}
.cid-v8invaGvLn .plan-body {
  padding-bottom: 2rem;
}
.cid-v8invaGvLn .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v8invaGvLn .price {
  color: #000000;
}
.cid-v8invaGvLn .item-wrapper {
  word-break: break-word;
  background-color: #d5ecfc;
  border-radius: 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v8invaGvLn .item-wrapper .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v8invaGvLn .item-wrapper .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v8invaGvLn .item-wrapper .list-group-item:last-child::after {
  display: none;
}
.cid-v8invaGvLn .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8invaGvLn UL {
  color: #696969;
}
.cid-v8invaGvLn .plan-title {
  color: #000000;
}
.cid-v8invaGvLn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invaGvLn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invaGvLn .price-term {
  color: #000000;
}
.cid-v8invaGvLn .list-group,
.cid-v8invaGvLn .list-group-item {
  color: #000000;
}
.cid-v8invaHjWF {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-v8invaHjWF .item-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-v8invaHjWF img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-v8invaHjWF .mbr-text {
  margin-bottom: 0;
}
.cid-v8invaHjWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invaHjWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invaHrjE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8invaHrjE .mbr-text,
.cid-v8invaHrjE .mbr-section-btn {
  color: #000000;
}
.cid-v8invaHrjE .container {
  max-width: 1000px;
}
.cid-v8invaHrjE .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-v8invaHrjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invaHrjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invaIqqs {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8invaIqqs .item {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-v8invaIqqs .item:nth-child(2n) {
    border-left: 1px solid currentColor;
  }
}
@media (max-width: 991px) {
  .cid-v8invaIqqs .item {
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }
}
.cid-v8invaIqqs .item-wrapper {
  position: relative;
  padding: 30px 0;
}
.cid-v8invaIqqs .mbr-text,
.cid-v8invaIqqs .mbr-section-btn {
  color: #696969;
}
.cid-v8invaIqqs .mbr-section-title {
  color: #000000;
}
.cid-v8invaIqqs .mbr-text,
.cid-v8invaIqqs .mbr-section-btn,
.cid-v8invaIqqs .card {
  color: #000000;
}
.cid-v8invaIqqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invaIqqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invaJDwA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v8invaJDwA .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v8invaJDwA .mbr-text,
.cid-v8invaJDwA .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v8invaJDwA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invaJDwA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invaJIla {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8invaJIla .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-v8invaJIla .container {
    max-width: 1400px;
  }
}
.cid-v8invaJIla .card {
  margin: auto;
}
.cid-v8invaJIla .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-v8invaJIla .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8invaJIla .row {
  justify-content: center;
}
.cid-v8invaJIla .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invaJIla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invaJIla .card-title,
.cid-v8invaJIla .card-box {
  color: #000000;
}
.cid-v8invaJUD7 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-v8invaJUD7 .image-wrapper {
    padding: 1rem;
  }
}
.cid-v8invaJUD7 img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-v8invaJUD7 img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8invaJUD7 .mbr-text,
.cid-v8invaJUD7 .mbr-section-btn {
  color: #000000;
}
.cid-v8invaJUD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invaJUD7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invaJUD7 .mbr-section-title {
  color: #000000;
}
.cid-v8invaKT7B {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v8invaKT7B .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-left: 1rem;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.cid-v8invaKT7B .panel-group {
  border: none;
}
.cid-v8invaKT7B .card-header {
  border: none;
}
.cid-v8invaKT7B .card {
  background: #5bc0be;
  border: 1px solid #ebeef0;
  padding: 2rem 4rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v8invaKT7B .card {
    padding: 0 1rem;
  }
}
.cid-v8invaKT7B .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8invaKT7B .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v8invaKT7B .panel-body,
.cid-v8invaKT7B .card-header {
  padding: 1rem 0;
}
.cid-v8invaKT7B .panel-title-edit {
  color: #000000;
}
.cid-v8invaKT7B .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v8invaKT7B .panel-title-edit,
.cid-v8invaKT7B .mbr-iconfont {
  color: #000000;
}
.cid-v8invaKT7B .panel-text {
  color: #000000;
}
.cid-v8invaKT7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invaKT7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invaKT7B .mbr-section-title {
  color: #000000;
}
.cid-v8invaLz2j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v8invaLz2j .img-wrapper {
  text-align: center;
}
.cid-v8invaLz2j img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.cid-v8invaLz2j .row {
  align-items: flex-start;
}
.cid-v8invaLz2j .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  background: #d5ecfc;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .cid-v8invaLz2j .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8invaLz2j .item-wrapper {
    padding: 1rem;
  }
}
.cid-v8invaLz2j .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8invaLz2j .mbr-text,
.cid-v8invaLz2j .mbr-section-btn {
  color: #000000;
}
.cid-v8invaLz2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invaLz2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invaLz2j .card-title {
  color: #000000;
}
.cid-v8invaLA1E {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-v8invaLA1E .inner-row {
  height: 100%;
}
.cid-v8invaLA1E .line {
  border-bottom: 2px solid #000000;
  padding-top: 2rem;
}
.cid-v8invaLA1E .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v8invaLA1E .image-wrapper {
    padding: 0rem;
    padding-top: 2rem;
  }
}
.cid-v8invaLA1E .card2 {
  background: #abf7e9;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-v8invaLA1E .card2 {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v8invaLA1E .card3 {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v8invaLA1E .card3 {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v8invaLA1E .card-bg {
  align-items: center;
  background: #d5ecfc;
  overflow: hidden;
  padding: 1rem 1rem;
  border-radius: 2rem;
  margin: 0;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8invaLA1E .card-bg {
    padding: 0rem 1rem;
    padding-bottom: 1rem;
  }
}
.cid-v8invaLA1E img {
  width: 100%;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-v8invaLA1E .align-left,
  .cid-v8invaLA1E .align-right {
    text-align: center;
  }
}
.cid-v8invaLA1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invaLA1E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invaLA1E .mbr-card-title1 {
  color: #000000;
}
.cid-v8invaLA1E .mbr-card-title2,
.cid-v8invaLA1E .card-btn {
  color: #000000;
}
.cid-v8invaLA1E .mbr-card-title3 {
  color: #000000;
}
.cid-v8invaMvcc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v8invaMvcc .row-bg {
  background: #ffffff;
  margin: 0;
  padding: 0 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v8invaMvcc .row-bg {
    padding: 1rem 0;
  }
}
.cid-v8invaMvcc .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-v8invaMvcc .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8invaMvcc .mbr-flex {
  justify-content: center;
}
.cid-v8invaMvcc .mbr-flex {
  justify-content: center;
}
.cid-v8invaMvcc .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8invaMvcc .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8invaMvcc .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8invaMvcc .item:focus,
.cid-v8invaMvcc span:focus {
  outline: none;
}
.cid-v8invaMvcc .item {
  cursor: pointer;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-v8invaMvcc .item:first-child {
    margin-top: 0;
  }
}
.cid-v8invaMvcc .card1 {
  background: #abf7e9;
}
.cid-v8invaMvcc .card1 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-v8invaMvcc .card2 {
  background: #3a506b;
}
.cid-v8invaMvcc .card2 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-v8invaMvcc .card3 {
  background: #5bc0be;
}
.cid-v8invaMvcc .card3 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-v8invaMvcc .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v8invaMvcc .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v8invaMvcc .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8invaMvcc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8invaMvcc .mbr-section-title {
  color: #000000;
}
.cid-v8invaMvcc .item-title1 {
  color: #121212;
  text-align: center;
}
.cid-v8invaMvcc .item-title2 {
  color: #121212;
  text-align: center;
}
.cid-v8invaMvcc .item-title3 {
  color: #121212;
  text-align: center;
}
.cid-v8invaMvcc .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-v8invaMvcc .item-subtitle2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8invaMvcc .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-v8invaMvcc .price1 {
  color: #121212;
  text-align: center;
}
.cid-v8invaMvcc .price2 {
  color: #121212;
  text-align: center;
}
.cid-v8invaMvcc .price3 {
  color: #121212;
  text-align: center;
}
.cid-v8invaMvcc .item-title1,
.cid-v8invaMvcc .mbr-iconfont {
  text-align: center;
}
.cid-v8invaMvcc .item-title1,
.cid-v8invaMvcc .iconfont-wrapper {
  color: #000000;
}
.cid-v8invaMvcc .item-title2,
.cid-v8invaMvcc .iconfont-wrapper {
  color: #FFFFFF;
}
.cid-v8invaMvcc .item-title3,
.cid-v8invaMvcc .iconfont-wrapper {
  color: #000000;
}
.cid-v8invaMK2p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v8invaMK2p .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8invaMK2p .mbr-flex {
  justify-content: center;
}
.cid-v8invaMK2p .mbr-flex {
  justify-content: center;
}
.cid-v8invaMK2p .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8invaMK2p .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8invaMK2p .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8invaMK2p img,
.cid-v8invaMK2p .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-v8invaMK2p .item:focus,
.cid-v8invaMK2p span:focus {
  outline: none;
}
.cid-v8invaMK2p .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8invaMK2p .card1 {
  background: #abf7e9;
}
.cid-v8invaMK2p .card2 {
  background: #3a506b;
}
.cid-v8invaMK2p .card3 {
  background: #5bc0be;
}
.cid-v8invaMK2p .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v8invaMK2p .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v8invaMK2p .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8invaMK2p .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8invaMK2p .mbr-section-title {
  color: #000000;
}
.cid-v8invaMK2p .item-title1 {
  color: #000000;
  text-align: center;
}
.cid-v8invaMK2p .item-title2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8invaMK2p .item-title3 {
  color: #000000;
  text-align: center;
}
.cid-v8invaMK2p .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-v8invaMK2p .item-subtitle2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8invaMK2p .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-v8invaMK2p .price1 {
  color: #121212;
  text-align: center;
}
.cid-v8invaMK2p .price2 {
  color: #121212;
  text-align: center;
}
.cid-v8invaMK2p .price3 {
  color: #121212;
  text-align: center;
}
.cid-v8invaMK2p .mbr-text1,
.cid-v8invaMK2p .mbr-section-btn {
  color: #000000;
}
.cid-v8invaMK2p .mbr-text2,
.cid-v8invaMK2p .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v8invaMK2p .mbr-text3,
.cid-v8invaMK2p .mbr-section-btn {
  color: #000000;
}
.cid-v8invaNkx1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v8invaNkx1 .container {
  max-width: 1000px;
}
.cid-v8invaNkx1 .mbr-text {
  color: #000000;
}
.cid-v8invaNkx1 .mbr-section-title {
  color: #000000;
}
.cid-v8invaN58J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v8invaN58J .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v8invaN58J .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v8invaN58J .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #d5ecfc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v8invaN58J .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v8invaN58J .mbr-text {
  color: #000000;
}
.cid-v8invaOujd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v8invaOujd .title-border {
  border-bottom: 2px solid currentColor;
  padding-bottom: 1rem;
}
.cid-v8invaOujd .card {
  height: 100%;
  justify-content: space-between;
  background: #ffffff;
}
.cid-v8invaOujd .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto !important;
}
@media (max-width: 767px) {
  .cid-v8invaOujd .mbr-section-btn {
    flex-direction: column;
  }
}
.cid-v8invaOujd .row-bg {
  background: #5bc0be;
  padding: 2rem 1rem;
  margin: 0;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v8invaOujd .row-bg {
    padding: 1rem 0;
  }
}
.cid-v8invaOujd img,
.cid-v8invaOujd .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-v8invaOujd .item:focus,
.cid-v8invaOujd span:focus {
  outline: none;
}
.cid-v8invaOujd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8invaOujd .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v8invaOujd .item-wrapper {
    padding: 1rem;
  }
}
.cid-v8invaOujd .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8invaOujd .mbr-section-title {
  color: #000000;
}
.cid-v8invaOujd .item-title1 {
  color: #000000;
}
.cid-v8invaOujd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8invaOujd .item-title {
  color: #000000;
}
.cid-v8invaOujd .mbr-text,
.cid-v8invaOujd .mbr-section-btn {
  color: #000000;
}
.cid-v8invaOowa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v8invaOowa .row-bg {
  align-items: center;
  background: #d5ecfc;
  transition: all 0.3s;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8invaOowa .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
  }
}
.cid-v8invaOowa .row-bg:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-v8invaOowa .image-wrapper {
    padding: 0 1rem;
  }
}
.cid-v8invaOowa img {
  border-radius: 1rem;
}
.cid-v8invaOowa .mbr-text,
.cid-v8invaOowa .mbr-section-btn {
  color: #000000;
}
.cid-v8invaOowa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invaOowa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invaOowa .mbr-section-title {
  color: #000000;
}
.cid-v8invaOowa .mbr-role {
  color: #000000;
}
.cid-v8invaP4eL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v8invaP4eL .mbr-text,
.cid-v8invaP4eL .mbr-section-btn {
  color: #000000;
}
.cid-v8invaP4eL .container {
  max-width: 1000px;
}
.cid-v8invaP4eL .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-v8invaP4eL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invaP4eL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invaPoqJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v8invaPoqJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v8invaPoqJ form .mbr-section-btn {
  max-width: fit-content;
}
.cid-v8invaPoqJ form .mbr-section-btn .btn {
  display: inline-flex;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v8invaPoqJ form .mbr-section-btn {
    max-width: 100%;
  }
}
.cid-v8invaPoqJ input,
.cid-v8invaPoqJ textarea {
  border-radius: 0.5rem;
}
.cid-v8invaPoqJ textarea {
  min-height: 10rem;
}
.cid-v8invaPoqJ .mbr-form {
  background: #5bc0be;
  border-radius: 2rem;
  transition: all 0.3s;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-v8invaPoqJ .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-v8invaPoqJ .mbr-form:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8invaPoqJ .form-control:hover,
.cid-v8invaPoqJ .form-control:focus {
  border-color: transparent !important;
}
.cid-v8invaPoqJ .mbr-section-title {
  color: #000000;
}
.cid-v8invaPEXf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8invaPEXf .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-v8invaPEXf .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  padding: 3rem;
  background: #d5ecfc;
}
.cid-v8invaPEXf .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 767px) {
  .cid-v8invaPEXf .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v8invaPEXf .mbr-text {
  color: #696969;
}
.cid-v8invaPEXf .mbr-section-subtitle {
  color: #000000;
}
.cid-v8invaPEXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8invaPEXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invaPEXf .mbr-section-title {
  color: #000000;
}
.cid-v8invaPEXf .card-title {
  color: #000000;
}
.cid-v8invaPEXf .link {
  color: #000000;
}
.cid-v8MnHKhHYR {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v8MnHKhHYR .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-v8MnHKhHYR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8MnHKhHYR .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8MnHKhHYR .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v8MnHKhHYR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8MnHKhHYR .copyright {
  color: #bbbbbb;
}
.cid-v8MnHKhHYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MnHKhHYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8invavUTs .navbar-dropdown {
  position: relative !important;
}
.cid-v8invavUTs .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-v8invavUTs .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-v8invavUTs .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-v8invavUTs .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8invavUTs .navbar-caption {
  font-weight: 500;
  color: #000000;
}
.cid-v8invavUTs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8invavUTs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8invavUTs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8invavUTs .dropdown-item:hover,
.cid-v8invavUTs .dropdown-item:focus {
  background: #5bc0be !important;
  color: white !important;
}
.cid-v8invavUTs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8invavUTs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8invavUTs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8invavUTs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8invavUTs .nav-link {
  position: relative;
}
.cid-v8invavUTs .container {
  display: flex;
  margin: auto;
}
.cid-v8invavUTs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-v8invavUTs .dropdown-menu,
.cid-v8invavUTs .navbar.opened {
  background: #ebeef0 !important;
}
.cid-v8invavUTs .nav-item:focus,
.cid-v8invavUTs .nav-link:focus {
  outline: none;
}
.cid-v8invavUTs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8invavUTs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8invavUTs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8invavUTs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8invavUTs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8invavUTs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8invavUTs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ebeef0;
}
.cid-v8invavUTs .navbar.opened {
  transition: all 0.3s;
}
.cid-v8invavUTs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8invavUTs .navbar .navbar-logo img {
  width: auto;
}
.cid-v8invavUTs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8invavUTs .navbar.collapsed {
  justify-content: center;
}
.cid-v8invavUTs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8invavUTs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8invavUTs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8invavUTs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8invavUTs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8invavUTs .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-v8invavUTs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8invavUTs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8invavUTs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8invavUTs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8invavUTs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8invavUTs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8invavUTs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8invavUTs .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-v8invavUTs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8invavUTs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8invavUTs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8invavUTs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8invavUTs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8invavUTs .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8invavUTs .navbar.navbar-short {
  min-height: 80px;
}
.cid-v8invavUTs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8invavUTs .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-v8invavUTs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8invavUTs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8invavUTs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8invavUTs .dropdown-item.active,
.cid-v8invavUTs .dropdown-item:active {
  background-color: transparent;
}
.cid-v8invavUTs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8invavUTs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8invavUTs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8invavUTs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ebeef0;
}
.cid-v8invavUTs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8invavUTs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8invavUTs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8invavUTs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8invavUTs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8invavUTs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8invavUTs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8invavUTs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8invavUTs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8invavUTs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8invavUTs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8invavUTs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8invavUTs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8invavUTs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8invavUTs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8invavUTs .navbar {
    height: 70px;
  }
  .cid-v8invavUTs .navbar.opened {
    height: auto;
  }
  .cid-v8invavUTs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8invavUTs .nav-link,
.cid-v8invavUTs .dropdown-item {
  color: #000000;
}
.cid-v8MpBRZsMO {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8MpBRZsMO .mbr-section-title {
  text-align: center;
  color: #454545;
}
.cid-v8MpBRZsMO .mbr-text2 {
  text-decoration: underline;
  text-align: center;
  color: #666666;
}
.cid-v8MpBRZsMO .row-bg {
  align-items: center;
  background: #feecec;
  padding: 8rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8MpBRZsMO .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8MpBRZsMO .image-wrapper {
    padding: 1rem;
  }
}
.cid-v8MpBRZsMO .mbr-text,
.cid-v8MpBRZsMO .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-v8MpBRZsMO .mbr-text3 {
  text-align: center;
  color: #666666;
}
.cid-v8MpBRZsMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MpBRZsMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MB3w0Dbs {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8MB3w0Dbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MB3w0Dbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MB3w0Dbs .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8MB3w0Dbs .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8MB3w0Dbs .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8MB3w0Dbs .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8MB3w0Dbs .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8MB3w0Dbs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8MB3w0Dbs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8MB3w0Dbs .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8MB3w0Dbs .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8MB3w0Dbs .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v8MB3w0Dbs .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8MB3w0Dbs .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8MB3w0Dbs .list_2 {
    padding-left: 0;
  }
}
.cid-v8MB3w0Dbs .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8MB3w0Dbs .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v8MB3w0Dbs .mbr-text,
.cid-v8MB3w0Dbs .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8MB3w0Dbs .list {
  color: #666666;
}
.cid-v8MB3w0Dbs .list,
.cid-v8MB3w0Dbs .item-wrap,
.cid-v8MB3w0Dbs .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8MEGzjOTB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8MEGzjOTB .mbr-text,
.cid-v8MEGzjOTB .mbr-section-btn {
  color: #000000;
}
.cid-v8MEGzjOTB .container {
  max-width: 1000px;
}
.cid-v8MEGzjOTB .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v8MEGzjOTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MEGzjOTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MFhYVCRn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-v8MFhYVCRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MFhYVCRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MFhYVCRn .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8MFhYVCRn .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8MFhYVCRn .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8MFhYVCRn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8MFhYVCRn .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8MFhYVCRn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8MFhYVCRn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8MFhYVCRn .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8MFhYVCRn .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8MFhYVCRn .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 #43aa8b;
  color: #43aa8b;
  font-size: 11px;
}
.cid-v8MFhYVCRn .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8MFhYVCRn .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8MFhYVCRn .list_2 {
    padding-left: 0;
  }
}
.cid-v8MFhYVCRn .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8MFhYVCRn .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v8MFhYVCRn .mbr-text,
.cid-v8MFhYVCRn .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8MFhYVCRn .list {
  color: #666666;
}
.cid-v8MFhYVCRn .list,
.cid-v8MFhYVCRn .item-wrap,
.cid-v8MFhYVCRn .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8MGwPMo3e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8MGwPMo3e .mbr-text,
.cid-v8MGwPMo3e .mbr-section-btn {
  color: #000000;
}
.cid-v8MGwPMo3e .container {
  max-width: 1000px;
}
.cid-v8MGwPMo3e .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v8MGwPMo3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MGwPMo3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MpBRZ7z4 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #abf7e9;
}
.cid-v8MpBRZ7z4 .item-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-v8MpBRZ7z4 img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-v8MpBRZ7z4 .mbr-text {
  margin-bottom: 0;
}
.cid-v8MpBRZ7z4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MpBRZ7z4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MI6Uav3P {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-v8MI6Uav3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MI6Uav3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MI6Uav3P .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8MI6Uav3P .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8MI6Uav3P .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8MI6Uav3P .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8MI6Uav3P .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8MI6Uav3P .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8MI6Uav3P .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8MI6Uav3P .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8MI6Uav3P .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8MI6Uav3P .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v8MI6Uav3P .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8MI6Uav3P .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8MI6Uav3P .list_2 {
    padding-left: 0;
  }
}
.cid-v8MI6Uav3P .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8MI6Uav3P .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v8MI6Uav3P .mbr-text,
.cid-v8MI6Uav3P .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8MI6Uav3P .list {
  color: #666666;
}
.cid-v8MI6Uav3P .list,
.cid-v8MI6Uav3P .item-wrap,
.cid-v8MI6Uav3P .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8MIhp0fcO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8MIhp0fcO .mbr-text,
.cid-v8MIhp0fcO .mbr-section-btn {
  color: #000000;
}
.cid-v8MIhp0fcO .container {
  max-width: 1000px;
}
.cid-v8MIhp0fcO .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v8MIhp0fcO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MIhp0fcO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MpBS0QUO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v8MpBS0QUO .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-v8MpBS0QUO .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8MpBS0QUO .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8MpBS0QUO .mbr-flex {
  justify-content: center;
}
.cid-v8MpBS0QUO .mbr-flex {
  justify-content: center;
}
.cid-v8MpBS0QUO .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8MpBS0QUO .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8MpBS0QUO .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8MpBS0QUO img,
.cid-v8MpBS0QUO .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-v8MpBS0QUO .item:focus,
.cid-v8MpBS0QUO span:focus {
  outline: none;
}
.cid-v8MpBS0QUO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8MpBS0QUO .card1 {
  background: #577590;
}
.cid-v8MpBS0QUO .card2 {
  background: #abf7e9;
}
.cid-v8MpBS0QUO .card3 {
  background: #5bc0be;
}
.cid-v8MpBS0QUO .item-wrap {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v8MpBS0QUO .item-wrap {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v8MpBS0QUO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8MpBS0QUO .mbr-section-title {
  color: #000000;
}
.cid-v8MpBS0QUO .item-title1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8MpBS0QUO .item-title2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8MpBS0QUO .item-title3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8MpBS0QUO .item-subtitle1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8MpBS0QUO .item-subtitle2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8MpBS0QUO .item-subtitle3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8MpBS0QUO .price1 {
  color: #121212;
  text-align: center;
}
.cid-v8MpBS0QUO .price2 {
  color: #121212;
  text-align: center;
}
.cid-v8MpBS0QUO .price3 {
  color: #121212;
  text-align: center;
}
.cid-v8MIRUkyJc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8MIRUkyJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MIRUkyJc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MIRUkyJc .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8MIRUkyJc .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8MIRUkyJc .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8MIRUkyJc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8MIRUkyJc .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8MIRUkyJc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8MIRUkyJc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8MIRUkyJc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8MIRUkyJc .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8MIRUkyJc .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v8MIRUkyJc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8MIRUkyJc .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8MIRUkyJc .list_2 {
    padding-left: 0;
  }
}
.cid-v8MIRUkyJc .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8MIRUkyJc .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v8MIRUkyJc .mbr-text,
.cid-v8MIRUkyJc .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8MIRUkyJc .list {
  color: #666666;
}
.cid-v8MIRUkyJc .list,
.cid-v8MIRUkyJc .item-wrap,
.cid-v8MIRUkyJc .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8MJ49hEqA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8MJ49hEqA .mbr-text,
.cid-v8MJ49hEqA .mbr-section-btn {
  color: #000000;
}
.cid-v8MJ49hEqA .container {
  max-width: 1000px;
}
.cid-v8MJ49hEqA .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v8MJ49hEqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MJ49hEqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MpBS0k07 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #577590;
}
.cid-v8MpBS0k07 h1 {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2rem;
}
.cid-v8MpBS0k07 .row {
  align-items: center;
  background: #feecec;
  overflow: hidden;
  padding: 0rem;
  border: 2px solid #feecec;
  border-radius: 2rem;
  margin: 0;
  padding-bottom: 2rem;
}
.cid-v8MpBS0k07 .col-lg-6 {
  padding: 0 2rem;
}
.cid-v8MpBS0k07 .image-wrapper {
  padding: 2rem;
}
@media (max-width: 991px) {
  .cid-v8MpBS0k07 .image-wrapper {
    padding: 1rem;
  }
}
.cid-v8MpBS0k07 img {
  width: 100%;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #000000;
}
@media (max-width: 991px) {
  .cid-v8MpBS0k07 .align-left,
  .cid-v8MpBS0k07 .align-right {
    text-align: center;
  }
}
.cid-v8MpBS0k07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MpBS0k07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MPmx41QW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8MPmx41QW .mbr-text,
.cid-v8MPmx41QW .mbr-section-btn {
  color: #000000;
}
.cid-v8MPmx41QW .container {
  max-width: 1000px;
}
.cid-v8MPmx41QW .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-v8MPmx41QW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MPmx41QW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MpBS1OyC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8MpBS1OyC .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-left: 1rem;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.cid-v8MpBS1OyC .panel-group {
  border: none;
}
.cid-v8MpBS1OyC .card-header {
  border: none;
}
.cid-v8MpBS1OyC .card {
  background: #577590;
  border: 1px solid #feecec;
  padding: 2rem 4rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v8MpBS1OyC .card {
    padding: 0 1rem;
  }
}
.cid-v8MpBS1OyC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8MpBS1OyC .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v8MpBS1OyC .panel-body,
.cid-v8MpBS1OyC .card-header {
  padding: 1rem 0;
}
.cid-v8MpBS1OyC .panel-title-edit {
  color: #000000;
}
.cid-v8MpBS1OyC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v8MpBS1OyC .panel-title-edit,
.cid-v8MpBS1OyC .mbr-iconfont {
  color: #FFFFFF;
}
.cid-v8MpBS1OyC .panel-text {
  color: #FFFFFF;
}
.cid-v8MpBS1OyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MpBS1OyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MpBS1OyC .mbr-section-title {
  color: #000000;
}
.cid-v8MpBS4kmW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v8MpBS4kmW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v8MpBS4kmW form .mbr-section-btn .btn {
  display: inline-flex;
  border-radius: 2rem;
}
.cid-v8MpBS4kmW input,
.cid-v8MpBS4kmW textarea {
  border-radius: 0.5rem;
}
.cid-v8MpBS4kmW img {
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-v8MpBS4kmW .form-col,
.cid-v8MpBS4kmW img {
  transition: all 0.3s;
}
.cid-v8MpBS4kmW .form-col:hover,
.cid-v8MpBS4kmW img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8MpBS4kmW textarea {
  min-height: 10rem;
}
.cid-v8MpBS4kmW .form-col {
  background: #d5bab6;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-v8MpBS4kmW .form-col {
    padding: 2rem 1rem;
  }
}
.cid-v8MpBS4kmW .form-control:hover,
.cid-v8MpBS4kmW .form-control:focus {
  border-color: transparent !important;
}
.cid-v8MpBS4kmW .mbr-section-title {
  color: #000000;
}
.cid-v8RRWpbnKF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8RRWpbnKF .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v8RRWpbnKF .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  display: flex;
  background: #abf7e9;
}
.cid-v8RRWpbnKF .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-v8RRWpbnKF .item-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8RRWpbnKF .item-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v8RRWpbnKF .mbr-iconfont {
  font-size: 4rem;
  padding-right: 2rem;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-v8RRWpbnKF .mbr-iconfont {
    font-size: 2.8rem;
  }
}
.cid-v8RRWpbnKF .mbr-section-subtitle {
  color: #000000;
}
.cid-v8RRWpbnKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RRWpbnKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RRWpbnKF .mbr-section-title {
  color: #000000;
}
.cid-v8RRWpbnKF .card-title {
  color: #000000;
}
.cid-v8RRWpbnKF .mbr-text {
  color: #000000;
}
.cid-v8MnHKhHYR {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v8MnHKhHYR .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-v8MnHKhHYR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8MnHKhHYR .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8MnHKhHYR .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v8MnHKhHYR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8MnHKhHYR .copyright {
  color: #bbbbbb;
}
.cid-v8MnHKhHYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MnHKhHYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R5XTvmae .navbar-dropdown {
  position: relative !important;
}
.cid-v8R5XTvmae .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-v8R5XTvmae .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-v8R5XTvmae .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-v8R5XTvmae .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8R5XTvmae .navbar-caption {
  font-weight: 500;
  color: #000000;
}
.cid-v8R5XTvmae .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8R5XTvmae .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8R5XTvmae .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8R5XTvmae .dropdown-item:hover,
.cid-v8R5XTvmae .dropdown-item:focus {
  background: #5bc0be !important;
  color: white !important;
}
.cid-v8R5XTvmae .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8R5XTvmae .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8R5XTvmae .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8R5XTvmae .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8R5XTvmae .nav-link {
  position: relative;
}
.cid-v8R5XTvmae .container {
  display: flex;
  margin: auto;
}
.cid-v8R5XTvmae .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-v8R5XTvmae .dropdown-menu,
.cid-v8R5XTvmae .navbar.opened {
  background: #ebeef0 !important;
}
.cid-v8R5XTvmae .nav-item:focus,
.cid-v8R5XTvmae .nav-link:focus {
  outline: none;
}
.cid-v8R5XTvmae .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8R5XTvmae .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8R5XTvmae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8R5XTvmae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8R5XTvmae .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8R5XTvmae .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8R5XTvmae .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ebeef0;
}
.cid-v8R5XTvmae .navbar.opened {
  transition: all 0.3s;
}
.cid-v8R5XTvmae .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8R5XTvmae .navbar .navbar-logo img {
  width: auto;
}
.cid-v8R5XTvmae .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8R5XTvmae .navbar.collapsed {
  justify-content: center;
}
.cid-v8R5XTvmae .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8R5XTvmae .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8R5XTvmae .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8R5XTvmae .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8R5XTvmae .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8R5XTvmae .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-v8R5XTvmae .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8R5XTvmae .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8R5XTvmae .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8R5XTvmae .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8R5XTvmae .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8R5XTvmae .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8R5XTvmae .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8R5XTvmae .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-v8R5XTvmae .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8R5XTvmae .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8R5XTvmae .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8R5XTvmae .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8R5XTvmae .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8R5XTvmae .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8R5XTvmae .navbar.navbar-short {
  min-height: 80px;
}
.cid-v8R5XTvmae .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8R5XTvmae .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-v8R5XTvmae .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8R5XTvmae .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8R5XTvmae .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8R5XTvmae .dropdown-item.active,
.cid-v8R5XTvmae .dropdown-item:active {
  background-color: transparent;
}
.cid-v8R5XTvmae .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8R5XTvmae .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8R5XTvmae .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8R5XTvmae .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ebeef0;
}
.cid-v8R5XTvmae .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8R5XTvmae .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8R5XTvmae ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8R5XTvmae button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8R5XTvmae button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8R5XTvmae button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8R5XTvmae button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8R5XTvmae button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8R5XTvmae button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8R5XTvmae nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8R5XTvmae nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8R5XTvmae nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8R5XTvmae nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8R5XTvmae a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8R5XTvmae .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8R5XTvmae .navbar {
    height: 70px;
  }
  .cid-v8R5XTvmae .navbar.opened {
    height: auto;
  }
  .cid-v8R5XTvmae .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8R5XTvmae .nav-link,
.cid-v8R5XTvmae .dropdown-item {
  color: #000000;
}
.cid-v8R5XNho1w {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8R5XNho1w .mbr-section-title {
  text-align: center;
  color: #454545;
}
.cid-v8R5XNho1w .mbr-text2 {
  text-decoration: underline;
  text-align: center;
  color: #666666;
}
.cid-v8R5XNho1w .row-bg {
  align-items: center;
  background: #feecec;
  padding: 8rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8R5XNho1w .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8R5XNho1w .image-wrapper {
    padding: 1rem;
  }
}
.cid-v8R5XNho1w .mbr-text,
.cid-v8R5XNho1w .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-v8R5XNho1w .mbr-text3 {
  text-align: center;
  color: #666666;
}
.cid-v8R5XNho1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R5XNho1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R5XOeRgu {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8R5XOeRgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R5XOeRgu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R5XOeRgu .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8R5XOeRgu .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8R5XOeRgu .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8R5XOeRgu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8R5XOeRgu .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8R5XOeRgu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8R5XOeRgu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8R5XOeRgu .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8R5XOeRgu .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8R5XOeRgu .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v8R5XOeRgu .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8R5XOeRgu .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8R5XOeRgu .list_2 {
    padding-left: 0;
  }
}
.cid-v8R5XOeRgu .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8R5XOeRgu .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v8R5XOeRgu .mbr-text,
.cid-v8R5XOeRgu .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8R5XOeRgu .list {
  color: #666666;
}
.cid-v8R5XOeRgu .list,
.cid-v8R5XOeRgu .item-wrap,
.cid-v8R5XOeRgu .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8R5XOzr1p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8R5XOzr1p .mbr-text,
.cid-v8R5XOzr1p .mbr-section-btn {
  color: #000000;
}
.cid-v8R5XOzr1p .container {
  max-width: 1000px;
}
.cid-v8R5XOzr1p .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v8R5XOzr1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R5XOzr1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R5XOS0kI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-v8R5XOS0kI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R5XOS0kI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R5XOS0kI .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8R5XOS0kI .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8R5XOS0kI .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8R5XOS0kI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8R5XOS0kI .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8R5XOS0kI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8R5XOS0kI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8R5XOS0kI .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8R5XOS0kI .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8R5XOS0kI .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 #43aa8b;
  color: #43aa8b;
  font-size: 11px;
}
.cid-v8R5XOS0kI .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8R5XOS0kI .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8R5XOS0kI .list_2 {
    padding-left: 0;
  }
}
.cid-v8R5XOS0kI .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8R5XOS0kI .mbr-section-subtitle {
  color: #121212;
  text-align: justify;
}
.cid-v8R5XOS0kI .mbr-text,
.cid-v8R5XOS0kI .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8R5XOS0kI .list {
  color: #666666;
}
.cid-v8R5XOS0kI .list,
.cid-v8R5XOS0kI .item-wrap,
.cid-v8R5XOS0kI .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8R5XPbZJI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8R5XPbZJI .mbr-text,
.cid-v8R5XPbZJI .mbr-section-btn {
  color: #000000;
}
.cid-v8R5XPbZJI .container {
  max-width: 1000px;
}
.cid-v8R5XPbZJI .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v8R5XPbZJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R5XPbZJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R5XPtL8a {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #abf7e9;
}
.cid-v8R5XPtL8a .item-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-v8R5XPtL8a img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-v8R5XPtL8a .mbr-text {
  margin-bottom: 0;
}
.cid-v8R5XPtL8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R5XPtL8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R5XPO85a {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-v8R5XPO85a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R5XPO85a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R5XPO85a .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8R5XPO85a .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8R5XPO85a .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8R5XPO85a .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8R5XPO85a .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8R5XPO85a .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8R5XPO85a .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8R5XPO85a .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8R5XPO85a .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8R5XPO85a .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v8R5XPO85a .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8R5XPO85a .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8R5XPO85a .list_2 {
    padding-left: 0;
  }
}
.cid-v8R5XPO85a .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8R5XPO85a .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v8R5XPO85a .mbr-text,
.cid-v8R5XPO85a .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8R5XPO85a .list {
  color: #666666;
}
.cid-v8R5XPO85a .list,
.cid-v8R5XPO85a .item-wrap,
.cid-v8R5XPO85a .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8R5XQbtal {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8R5XQbtal .mbr-text,
.cid-v8R5XQbtal .mbr-section-btn {
  color: #000000;
}
.cid-v8R5XQbtal .container {
  max-width: 1000px;
}
.cid-v8R5XQbtal .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v8R5XQbtal .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R5XQbtal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R5XQwCHJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v8R5XQwCHJ .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-v8R5XQwCHJ .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8R5XQwCHJ .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8R5XQwCHJ .mbr-flex {
  justify-content: center;
}
.cid-v8R5XQwCHJ .mbr-flex {
  justify-content: center;
}
.cid-v8R5XQwCHJ .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8R5XQwCHJ .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8R5XQwCHJ .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8R5XQwCHJ img,
.cid-v8R5XQwCHJ .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-v8R5XQwCHJ .item:focus,
.cid-v8R5XQwCHJ span:focus {
  outline: none;
}
.cid-v8R5XQwCHJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8R5XQwCHJ .card1 {
  background: #577590;
}
.cid-v8R5XQwCHJ .card2 {
  background: #abf7e9;
}
.cid-v8R5XQwCHJ .card3 {
  background: #5bc0be;
}
.cid-v8R5XQwCHJ .item-wrap {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v8R5XQwCHJ .item-wrap {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v8R5XQwCHJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8R5XQwCHJ .mbr-section-title {
  color: #000000;
}
.cid-v8R5XQwCHJ .item-title1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8R5XQwCHJ .item-title2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8R5XQwCHJ .item-title3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8R5XQwCHJ .item-subtitle1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8R5XQwCHJ .item-subtitle2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8R5XQwCHJ .item-subtitle3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8R5XQwCHJ .price1 {
  color: #121212;
  text-align: center;
}
.cid-v8R5XQwCHJ .price2 {
  color: #121212;
  text-align: center;
}
.cid-v8R5XQwCHJ .price3 {
  color: #121212;
  text-align: center;
}
.cid-v8R5XQWzeb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8R5XQWzeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R5XQWzeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R5XQWzeb .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8R5XQWzeb .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8R5XQWzeb .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8R5XQWzeb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8R5XQWzeb .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8R5XQWzeb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8R5XQWzeb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8R5XQWzeb .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8R5XQWzeb .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8R5XQWzeb .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v8R5XQWzeb .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8R5XQWzeb .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8R5XQWzeb .list_2 {
    padding-left: 0;
  }
}
.cid-v8R5XQWzeb .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8R5XQWzeb .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v8R5XQWzeb .mbr-text,
.cid-v8R5XQWzeb .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8R5XQWzeb .list {
  color: #666666;
}
.cid-v8R5XQWzeb .list,
.cid-v8R5XQWzeb .item-wrap,
.cid-v8R5XQWzeb .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8R5XRBytc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #577590;
}
.cid-v8R5XRBytc h1 {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2rem;
}
.cid-v8R5XRBytc .row {
  align-items: center;
  background: #feecec;
  overflow: hidden;
  padding: 0rem;
  border: 2px solid #feecec;
  border-radius: 2rem;
  margin: 0;
  padding-bottom: 2rem;
}
.cid-v8R5XRBytc .col-lg-6 {
  padding: 0 2rem;
}
.cid-v8R5XRBytc .image-wrapper {
  padding: 2rem;
}
@media (max-width: 991px) {
  .cid-v8R5XRBytc .image-wrapper {
    padding: 1rem;
  }
}
.cid-v8R5XRBytc img {
  width: 100%;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #000000;
}
@media (max-width: 991px) {
  .cid-v8R5XRBytc .align-left,
  .cid-v8R5XRBytc .align-right {
    text-align: center;
  }
}
.cid-v8R5XRBytc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R5XRBytc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R5XRXnix {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8R5XRXnix .mbr-text,
.cid-v8R5XRXnix .mbr-section-btn {
  color: #000000;
}
.cid-v8R5XRXnix .container {
  max-width: 1000px;
}
.cid-v8R5XRXnix .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-v8R5XRXnix .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R5XRXnix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R5XSkmTn {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8R5XSkmTn .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-left: 1rem;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.cid-v8R5XSkmTn .panel-group {
  border: none;
}
.cid-v8R5XSkmTn .card-header {
  border: none;
}
.cid-v8R5XSkmTn .card {
  background: #577590;
  border: 1px solid #feecec;
  padding: 2rem 4rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v8R5XSkmTn .card {
    padding: 0 1rem;
  }
}
.cid-v8R5XSkmTn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8R5XSkmTn .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v8R5XSkmTn .panel-body,
.cid-v8R5XSkmTn .card-header {
  padding: 1rem 0;
}
.cid-v8R5XSkmTn .panel-title-edit {
  color: #000000;
}
.cid-v8R5XSkmTn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v8R5XSkmTn .panel-title-edit,
.cid-v8R5XSkmTn .mbr-iconfont {
  color: #FFFFFF;
}
.cid-v8R5XSkmTn .panel-text {
  color: #FFFFFF;
}
.cid-v8R5XSkmTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R5XSkmTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R5XSkmTn .mbr-section-title {
  color: #000000;
}
.cid-v8R5XSHD4c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v8R5XSHD4c .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v8R5XSHD4c form .mbr-section-btn .btn {
  display: inline-flex;
  border-radius: 2rem;
}
.cid-v8R5XSHD4c input,
.cid-v8R5XSHD4c textarea {
  border-radius: 0.5rem;
}
.cid-v8R5XSHD4c img {
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-v8R5XSHD4c .form-col,
.cid-v8R5XSHD4c img {
  transition: all 0.3s;
}
.cid-v8R5XSHD4c .form-col:hover,
.cid-v8R5XSHD4c img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8R5XSHD4c textarea {
  min-height: 10rem;
}
.cid-v8R5XSHD4c .form-col {
  background: #d5bab6;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-v8R5XSHD4c .form-col {
    padding: 2rem 1rem;
  }
}
.cid-v8R5XSHD4c .form-control:hover,
.cid-v8R5XSHD4c .form-control:focus {
  border-color: transparent !important;
}
.cid-v8R5XSHD4c .mbr-section-title {
  color: #000000;
}
.cid-v8R5XT5SZ1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8R5XT5SZ1 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v8R5XT5SZ1 .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  display: flex;
  background: #abf7e9;
}
.cid-v8R5XT5SZ1 .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-v8R5XT5SZ1 .item-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8R5XT5SZ1 .item-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v8R5XT5SZ1 .mbr-iconfont {
  font-size: 4rem;
  padding-right: 2rem;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-v8R5XT5SZ1 .mbr-iconfont {
    font-size: 2.8rem;
  }
}
.cid-v8R5XT5SZ1 .mbr-section-subtitle {
  color: #000000;
}
.cid-v8R5XT5SZ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R5XT5SZ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8R5XT5SZ1 .mbr-section-title {
  color: #000000;
}
.cid-v8R5XT5SZ1 .card-title {
  color: #000000;
}
.cid-v8R5XT5SZ1 .mbr-text {
  color: #000000;
}
.cid-v8R5XU5xxf {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v8R5XU5xxf .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-v8R5XU5xxf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8R5XU5xxf .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8R5XU5xxf .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v8R5XU5xxf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8R5XU5xxf .copyright {
  color: #bbbbbb;
}
.cid-v8R5XU5xxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8R5XU5xxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RaCwGrh2 .navbar-dropdown {
  position: relative !important;
}
.cid-v8RaCwGrh2 .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-v8RaCwGrh2 .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-v8RaCwGrh2 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-v8RaCwGrh2 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8RaCwGrh2 .navbar-caption {
  font-weight: 500;
  color: #000000;
}
.cid-v8RaCwGrh2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8RaCwGrh2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8RaCwGrh2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8RaCwGrh2 .dropdown-item:hover,
.cid-v8RaCwGrh2 .dropdown-item:focus {
  background: #5bc0be !important;
  color: white !important;
}
.cid-v8RaCwGrh2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8RaCwGrh2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8RaCwGrh2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8RaCwGrh2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8RaCwGrh2 .nav-link {
  position: relative;
}
.cid-v8RaCwGrh2 .container {
  display: flex;
  margin: auto;
}
.cid-v8RaCwGrh2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-v8RaCwGrh2 .dropdown-menu,
.cid-v8RaCwGrh2 .navbar.opened {
  background: #ebeef0 !important;
}
.cid-v8RaCwGrh2 .nav-item:focus,
.cid-v8RaCwGrh2 .nav-link:focus {
  outline: none;
}
.cid-v8RaCwGrh2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8RaCwGrh2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8RaCwGrh2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8RaCwGrh2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8RaCwGrh2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8RaCwGrh2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8RaCwGrh2 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ebeef0;
}
.cid-v8RaCwGrh2 .navbar.opened {
  transition: all 0.3s;
}
.cid-v8RaCwGrh2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8RaCwGrh2 .navbar .navbar-logo img {
  width: auto;
}
.cid-v8RaCwGrh2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8RaCwGrh2 .navbar.collapsed {
  justify-content: center;
}
.cid-v8RaCwGrh2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8RaCwGrh2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8RaCwGrh2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8RaCwGrh2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8RaCwGrh2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8RaCwGrh2 .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-v8RaCwGrh2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8RaCwGrh2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8RaCwGrh2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8RaCwGrh2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8RaCwGrh2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8RaCwGrh2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8RaCwGrh2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8RaCwGrh2 .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-v8RaCwGrh2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8RaCwGrh2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8RaCwGrh2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8RaCwGrh2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8RaCwGrh2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8RaCwGrh2 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8RaCwGrh2 .navbar.navbar-short {
  min-height: 80px;
}
.cid-v8RaCwGrh2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8RaCwGrh2 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-v8RaCwGrh2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8RaCwGrh2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8RaCwGrh2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8RaCwGrh2 .dropdown-item.active,
.cid-v8RaCwGrh2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v8RaCwGrh2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8RaCwGrh2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8RaCwGrh2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8RaCwGrh2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ebeef0;
}
.cid-v8RaCwGrh2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8RaCwGrh2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8RaCwGrh2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8RaCwGrh2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8RaCwGrh2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8RaCwGrh2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8RaCwGrh2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8RaCwGrh2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8RaCwGrh2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8RaCwGrh2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8RaCwGrh2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8RaCwGrh2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8RaCwGrh2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8RaCwGrh2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8RaCwGrh2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8RaCwGrh2 .navbar {
    height: 70px;
  }
  .cid-v8RaCwGrh2 .navbar.opened {
    height: auto;
  }
  .cid-v8RaCwGrh2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8RaCwGrh2 .nav-link,
.cid-v8RaCwGrh2 .dropdown-item {
  color: #000000;
}
.cid-v8RaCr2yEm {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8RaCr2yEm .mbr-section-title {
  text-align: center;
  color: #454545;
}
.cid-v8RaCr2yEm .mbr-text2 {
  text-decoration: underline;
  text-align: center;
  color: #666666;
}
.cid-v8RaCr2yEm .row-bg {
  align-items: center;
  background: #feecec;
  padding: 8rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8RaCr2yEm .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8RaCr2yEm .image-wrapper {
    padding: 1rem;
  }
}
.cid-v8RaCr2yEm .mbr-text,
.cid-v8RaCr2yEm .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-v8RaCr2yEm .mbr-text3 {
  text-align: center;
  color: #666666;
}
.cid-v8RaCr2yEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RaCr2yEm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RaCrzt4k {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8RaCrzt4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RaCrzt4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RaCrzt4k .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8RaCrzt4k .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8RaCrzt4k .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8RaCrzt4k .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8RaCrzt4k .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8RaCrzt4k .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8RaCrzt4k .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8RaCrzt4k .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8RaCrzt4k .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8RaCrzt4k .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v8RaCrzt4k .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8RaCrzt4k .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8RaCrzt4k .list_2 {
    padding-left: 0;
  }
}
.cid-v8RaCrzt4k .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8RaCrzt4k .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v8RaCrzt4k .mbr-text,
.cid-v8RaCrzt4k .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8RaCrzt4k .list {
  color: #666666;
}
.cid-v8RaCrzt4k .list,
.cid-v8RaCrzt4k .item-wrap,
.cid-v8RaCrzt4k .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8RaCrRs0F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8RaCrRs0F .mbr-text,
.cid-v8RaCrRs0F .mbr-section-btn {
  color: #000000;
}
.cid-v8RaCrRs0F .container {
  max-width: 1000px;
}
.cid-v8RaCrRs0F .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v8RaCrRs0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RaCrRs0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RaCs8cNP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-v8RaCs8cNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RaCs8cNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RaCs8cNP .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8RaCs8cNP .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8RaCs8cNP .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8RaCs8cNP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8RaCs8cNP .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8RaCs8cNP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8RaCs8cNP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8RaCs8cNP .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8RaCs8cNP .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8RaCs8cNP .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 #43aa8b;
  color: #43aa8b;
  font-size: 11px;
}
.cid-v8RaCs8cNP .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8RaCs8cNP .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8RaCs8cNP .list_2 {
    padding-left: 0;
  }
}
.cid-v8RaCs8cNP .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8RaCs8cNP .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v8RaCs8cNP .mbr-text,
.cid-v8RaCs8cNP .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8RaCs8cNP .list {
  color: #666666;
}
.cid-v8RaCs8cNP .list,
.cid-v8RaCs8cNP .item-wrap,
.cid-v8RaCs8cNP .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8RaCspLrK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8RaCspLrK .mbr-text,
.cid-v8RaCspLrK .mbr-section-btn {
  color: #000000;
}
.cid-v8RaCspLrK .container {
  max-width: 1000px;
}
.cid-v8RaCspLrK .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v8RaCspLrK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RaCspLrK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RaCsKndC {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #abf7e9;
}
.cid-v8RaCsKndC .item-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-v8RaCsKndC img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-v8RaCsKndC .mbr-text {
  margin-bottom: 0;
}
.cid-v8RaCsKndC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RaCsKndC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RaCt3x5i {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-v8RaCt3x5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RaCt3x5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RaCt3x5i .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8RaCt3x5i .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8RaCt3x5i .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8RaCt3x5i .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8RaCt3x5i .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8RaCt3x5i .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8RaCt3x5i .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8RaCt3x5i .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8RaCt3x5i .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8RaCt3x5i .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v8RaCt3x5i .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8RaCt3x5i .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8RaCt3x5i .list_2 {
    padding-left: 0;
  }
}
.cid-v8RaCt3x5i .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8RaCt3x5i .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v8RaCt3x5i .mbr-text,
.cid-v8RaCt3x5i .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8RaCt3x5i .list {
  color: #666666;
}
.cid-v8RaCt3x5i .list,
.cid-v8RaCt3x5i .item-wrap,
.cid-v8RaCt3x5i .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8RaCtGSzH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v8RaCtGSzH .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-v8RaCtGSzH .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8RaCtGSzH .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8RaCtGSzH .mbr-flex {
  justify-content: center;
}
.cid-v8RaCtGSzH .mbr-flex {
  justify-content: center;
}
.cid-v8RaCtGSzH .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8RaCtGSzH .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8RaCtGSzH .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8RaCtGSzH img,
.cid-v8RaCtGSzH .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-v8RaCtGSzH .item:focus,
.cid-v8RaCtGSzH span:focus {
  outline: none;
}
.cid-v8RaCtGSzH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8RaCtGSzH .card1 {
  background: #577590;
}
.cid-v8RaCtGSzH .card2 {
  background: #abf7e9;
}
.cid-v8RaCtGSzH .card3 {
  background: #5bc0be;
}
.cid-v8RaCtGSzH .item-wrap {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v8RaCtGSzH .item-wrap {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v8RaCtGSzH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8RaCtGSzH .mbr-section-title {
  color: #000000;
}
.cid-v8RaCtGSzH .item-title1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8RaCtGSzH .item-title2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8RaCtGSzH .item-title3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8RaCtGSzH .item-subtitle1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8RaCtGSzH .item-subtitle2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8RaCtGSzH .item-subtitle3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8RaCtGSzH .price1 {
  color: #121212;
  text-align: center;
}
.cid-v8RaCtGSzH .price2 {
  color: #121212;
  text-align: center;
}
.cid-v8RaCtGSzH .price3 {
  color: #121212;
  text-align: center;
}
.cid-v8RaCu5JWd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-v8RaCu5JWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RaCu5JWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RaCu5JWd .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8RaCu5JWd .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8RaCu5JWd .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8RaCu5JWd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8RaCu5JWd .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8RaCu5JWd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8RaCu5JWd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8RaCu5JWd .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8RaCu5JWd .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8RaCu5JWd .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v8RaCu5JWd .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8RaCu5JWd .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8RaCu5JWd .list_2 {
    padding-left: 0;
  }
}
.cid-v8RaCu5JWd .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8RaCu5JWd .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v8RaCu5JWd .mbr-text,
.cid-v8RaCu5JWd .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8RaCu5JWd .list {
  color: #666666;
}
.cid-v8RaCu5JWd .list,
.cid-v8RaCu5JWd .item-wrap,
.cid-v8RaCu5JWd .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8RaCuKui2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #577590;
}
.cid-v8RaCuKui2 h1 {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2rem;
}
.cid-v8RaCuKui2 .row {
  align-items: center;
  background: #feecec;
  overflow: hidden;
  padding: 0rem;
  border: 2px solid #feecec;
  border-radius: 2rem;
  margin: 0;
  padding-bottom: 2rem;
}
.cid-v8RaCuKui2 .col-lg-6 {
  padding: 0 2rem;
}
.cid-v8RaCuKui2 .image-wrapper {
  padding: 2rem;
}
@media (max-width: 991px) {
  .cid-v8RaCuKui2 .image-wrapper {
    padding: 1rem;
  }
}
.cid-v8RaCuKui2 img {
  width: 100%;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #000000;
}
@media (max-width: 991px) {
  .cid-v8RaCuKui2 .align-left,
  .cid-v8RaCuKui2 .align-right {
    text-align: center;
  }
}
.cid-v8RaCuKui2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RaCuKui2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RaCv6zTe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8RaCv6zTe .mbr-text,
.cid-v8RaCv6zTe .mbr-section-btn {
  color: #000000;
}
.cid-v8RaCv6zTe .container {
  max-width: 1000px;
}
.cid-v8RaCv6zTe .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-v8RaCv6zTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RaCv6zTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RaCvt1fX {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8RaCvt1fX .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-left: 1rem;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.cid-v8RaCvt1fX .panel-group {
  border: none;
}
.cid-v8RaCvt1fX .card-header {
  border: none;
}
.cid-v8RaCvt1fX .card {
  background: #577590;
  border: 1px solid #feecec;
  padding: 2rem 4rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v8RaCvt1fX .card {
    padding: 0 1rem;
  }
}
.cid-v8RaCvt1fX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8RaCvt1fX .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v8RaCvt1fX .panel-body,
.cid-v8RaCvt1fX .card-header {
  padding: 1rem 0;
}
.cid-v8RaCvt1fX .panel-title-edit {
  color: #000000;
}
.cid-v8RaCvt1fX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v8RaCvt1fX .panel-title-edit,
.cid-v8RaCvt1fX .mbr-iconfont {
  color: #FFFFFF;
}
.cid-v8RaCvt1fX .panel-text {
  color: #FFFFFF;
}
.cid-v8RaCvt1fX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RaCvt1fX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RaCvt1fX .mbr-section-title {
  color: #000000;
}
.cid-v8RJPZ4r2n {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8RJPZ4r2n .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v8RJPZ4r2n .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8RJPZ4r2n .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-v8RJPZ4r2n .card-box {
  margin: auto;
}
.cid-v8RJPZ4r2n img,
.cid-v8RJPZ4r2n .item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-v8RJPZ4r2n img,
  .cid-v8RJPZ4r2n .item-img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-v8RJPZ4r2n .mbr-section-title {
  border-top: 1px solid #000000;
  padding-top: 1rem;
  color: #000000;
}
.cid-v8RJPZ4r2n .card-text {
  color: #000000;
}
.cid-v8RJPZ4r2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RJPZ4r2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RJPZ4r2n .card-title {
  color: #000000;
}
.cid-v8RaCvTHbG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v8RaCvTHbG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v8RaCvTHbG form .mbr-section-btn .btn {
  display: inline-flex;
  border-radius: 2rem;
}
.cid-v8RaCvTHbG input,
.cid-v8RaCvTHbG textarea {
  border-radius: 0.5rem;
}
.cid-v8RaCvTHbG img {
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-v8RaCvTHbG .form-col,
.cid-v8RaCvTHbG img {
  transition: all 0.3s;
}
.cid-v8RaCvTHbG .form-col:hover,
.cid-v8RaCvTHbG img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8RaCvTHbG textarea {
  min-height: 10rem;
}
.cid-v8RaCvTHbG .form-col {
  background: #d5bab6;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-v8RaCvTHbG .form-col {
    padding: 2rem 1rem;
  }
}
.cid-v8RaCvTHbG .form-control:hover,
.cid-v8RaCvTHbG .form-control:focus {
  border-color: transparent !important;
}
.cid-v8RaCvTHbG .mbr-section-title {
  color: #000000;
}
.cid-v8RaCwhIWM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8RaCwhIWM .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v8RaCwhIWM .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  display: flex;
  background: #abf7e9;
}
.cid-v8RaCwhIWM .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-v8RaCwhIWM .item-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8RaCwhIWM .item-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v8RaCwhIWM .mbr-iconfont {
  font-size: 4rem;
  padding-right: 2rem;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-v8RaCwhIWM .mbr-iconfont {
    font-size: 2.8rem;
  }
}
.cid-v8RaCwhIWM .mbr-section-subtitle {
  color: #000000;
}
.cid-v8RaCwhIWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RaCwhIWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RaCwhIWM .mbr-section-title {
  color: #000000;
}
.cid-v8RaCwhIWM .card-title {
  color: #000000;
}
.cid-v8RaCwhIWM .mbr-text {
  color: #000000;
}
.cid-v8RaCxbGry {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v8RaCxbGry .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-v8RaCxbGry .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8RaCxbGry .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8RaCxbGry .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v8RaCxbGry div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8RaCxbGry .copyright {
  color: #bbbbbb;
}
.cid-v8RaCxbGry .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RaCxbGry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8S9U99uLn .navbar-dropdown {
  position: relative !important;
}
.cid-v8S9U99uLn .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-v8S9U99uLn .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-v8S9U99uLn .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-v8S9U99uLn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8S9U99uLn .navbar-caption {
  font-weight: 500;
  color: #000000;
}
.cid-v8S9U99uLn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8S9U99uLn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8S9U99uLn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8S9U99uLn .dropdown-item:hover,
.cid-v8S9U99uLn .dropdown-item:focus {
  background: #5bc0be !important;
  color: white !important;
}
.cid-v8S9U99uLn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8S9U99uLn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8S9U99uLn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8S9U99uLn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8S9U99uLn .nav-link {
  position: relative;
}
.cid-v8S9U99uLn .container {
  display: flex;
  margin: auto;
}
.cid-v8S9U99uLn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-v8S9U99uLn .dropdown-menu,
.cid-v8S9U99uLn .navbar.opened {
  background: #ebeef0 !important;
}
.cid-v8S9U99uLn .nav-item:focus,
.cid-v8S9U99uLn .nav-link:focus {
  outline: none;
}
.cid-v8S9U99uLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8S9U99uLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8S9U99uLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8S9U99uLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8S9U99uLn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8S9U99uLn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8S9U99uLn .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ebeef0;
}
.cid-v8S9U99uLn .navbar.opened {
  transition: all 0.3s;
}
.cid-v8S9U99uLn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8S9U99uLn .navbar .navbar-logo img {
  width: auto;
}
.cid-v8S9U99uLn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8S9U99uLn .navbar.collapsed {
  justify-content: center;
}
.cid-v8S9U99uLn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8S9U99uLn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8S9U99uLn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8S9U99uLn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8S9U99uLn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8S9U99uLn .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-v8S9U99uLn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8S9U99uLn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8S9U99uLn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8S9U99uLn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8S9U99uLn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8S9U99uLn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8S9U99uLn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8S9U99uLn .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-v8S9U99uLn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8S9U99uLn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8S9U99uLn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8S9U99uLn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8S9U99uLn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8S9U99uLn .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8S9U99uLn .navbar.navbar-short {
  min-height: 80px;
}
.cid-v8S9U99uLn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8S9U99uLn .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-v8S9U99uLn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8S9U99uLn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8S9U99uLn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8S9U99uLn .dropdown-item.active,
.cid-v8S9U99uLn .dropdown-item:active {
  background-color: transparent;
}
.cid-v8S9U99uLn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8S9U99uLn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8S9U99uLn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8S9U99uLn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ebeef0;
}
.cid-v8S9U99uLn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8S9U99uLn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8S9U99uLn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8S9U99uLn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8S9U99uLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8S9U99uLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8S9U99uLn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8S9U99uLn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8S9U99uLn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8S9U99uLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8S9U99uLn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8S9U99uLn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8S9U99uLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8S9U99uLn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8S9U99uLn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8S9U99uLn .navbar {
    height: 70px;
  }
  .cid-v8S9U99uLn .navbar.opened {
    height: auto;
  }
  .cid-v8S9U99uLn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8S9U99uLn .nav-link,
.cid-v8S9U99uLn .dropdown-item {
  color: #000000;
}
.cid-v8S9Ua9txt {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8S9Ua9txt .mbr-section-title {
  text-align: center;
  color: #454545;
}
.cid-v8S9Ua9txt .mbr-text2 {
  text-decoration: underline;
  text-align: center;
  color: #666666;
}
.cid-v8S9Ua9txt .row-bg {
  align-items: center;
  background: #feecec;
  padding: 8rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8S9Ua9txt .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8S9Ua9txt .image-wrapper {
    padding: 1rem;
  }
}
.cid-v8S9Ua9txt .mbr-text,
.cid-v8S9Ua9txt .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-v8S9Ua9txt .mbr-text3 {
  text-align: center;
  color: #666666;
}
.cid-v8S9Ua9txt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8S9Ua9txt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8S9UavFsU {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8S9UavFsU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8S9UavFsU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8S9UavFsU .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8S9UavFsU .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8S9UavFsU .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8S9UavFsU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8S9UavFsU .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8S9UavFsU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8S9UavFsU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8S9UavFsU .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8S9UavFsU .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8S9UavFsU .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v8S9UavFsU .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8S9UavFsU .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8S9UavFsU .list_2 {
    padding-left: 0;
  }
}
.cid-v8S9UavFsU .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8S9UavFsU .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v8S9UavFsU .mbr-text,
.cid-v8S9UavFsU .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8S9UavFsU .list {
  color: #666666;
}
.cid-v8S9UavFsU .list,
.cid-v8S9UavFsU .item-wrap,
.cid-v8S9UavFsU .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8S9UaKp7G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8S9UaKp7G .mbr-text,
.cid-v8S9UaKp7G .mbr-section-btn {
  color: #000000;
}
.cid-v8S9UaKp7G .container {
  max-width: 1000px;
}
.cid-v8S9UaKp7G .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v8S9UaKp7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8S9UaKp7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Sl5KGfRU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-v8Sl5KGfRU .container {
  max-width: 1000px;
}
.cid-v8Sl5KGfRU .mbr-text {
  color: #696969;
}
.cid-v8S9UbiaRM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8S9UbiaRM .mbr-text,
.cid-v8S9UbiaRM .mbr-section-btn {
  color: #666666;
}
.cid-v8S9UbiaRM .container {
  max-width: 1000px;
}
.cid-v8S9UbiaRM .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v8S9UbiaRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8S9UbiaRM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Sm2uXX6R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8Sm2uXX6R .mbr-text,
.cid-v8Sm2uXX6R .mbr-section-btn {
  color: #666666;
}
.cid-v8Sm2uXX6R .container {
  max-width: 1000px;
}
.cid-v8Sm2uXX6R .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v8Sm2uXX6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Sm2uXX6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8S9Ubwpit {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #abf7e9;
}
.cid-v8S9Ubwpit .item-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-v8S9Ubwpit img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-v8S9Ubwpit .mbr-text {
  margin-bottom: 0;
}
.cid-v8S9Ubwpit .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8S9Ubwpit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8S9UbL2OV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-v8S9UbL2OV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8S9UbL2OV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8S9UbL2OV .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8S9UbL2OV .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8S9UbL2OV .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8S9UbL2OV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8S9UbL2OV .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8S9UbL2OV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8S9UbL2OV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8S9UbL2OV .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8S9UbL2OV .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8S9UbL2OV .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v8S9UbL2OV .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8S9UbL2OV .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8S9UbL2OV .list_2 {
    padding-left: 0;
  }
}
.cid-v8S9UbL2OV .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8S9UbL2OV .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v8S9UbL2OV .mbr-text,
.cid-v8S9UbL2OV .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8S9UbL2OV .list {
  color: #666666;
}
.cid-v8S9UbL2OV .list,
.cid-v8S9UbL2OV .item-wrap,
.cid-v8S9UbL2OV .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8S9UcRPu5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8S9UcRPu5 .mbr-text,
.cid-v8S9UcRPu5 .mbr-section-btn {
  color: #000000;
}
.cid-v8S9UcRPu5 .container {
  max-width: 1000px;
}
.cid-v8S9UcRPu5 .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v8S9UcRPu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8S9UcRPu5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8S9Ud99ny {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v8S9Ud99ny .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-v8S9Ud99ny .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8S9Ud99ny .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8S9Ud99ny .mbr-flex {
  justify-content: center;
}
.cid-v8S9Ud99ny .mbr-flex {
  justify-content: center;
}
.cid-v8S9Ud99ny .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8S9Ud99ny .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8S9Ud99ny .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v8S9Ud99ny img,
.cid-v8S9Ud99ny .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-v8S9Ud99ny .item:focus,
.cid-v8S9Ud99ny span:focus {
  outline: none;
}
.cid-v8S9Ud99ny .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8S9Ud99ny .card1 {
  background: #577590;
}
.cid-v8S9Ud99ny .card2 {
  background: #abf7e9;
}
.cid-v8S9Ud99ny .card3 {
  background: #5bc0be;
}
.cid-v8S9Ud99ny .item-wrap {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v8S9Ud99ny .item-wrap {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v8S9Ud99ny .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8S9Ud99ny .mbr-section-title {
  color: #000000;
}
.cid-v8S9Ud99ny .item-title1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8S9Ud99ny .item-title2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8S9Ud99ny .item-title3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8S9Ud99ny .item-subtitle1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8S9Ud99ny .item-subtitle2 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8S9Ud99ny .item-subtitle3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v8S9Ud99ny .price1 {
  color: #121212;
  text-align: center;
}
.cid-v8S9Ud99ny .price2 {
  color: #121212;
  text-align: center;
}
.cid-v8S9Ud99ny .price3 {
  color: #121212;
  text-align: center;
}
.cid-v8S9UdurXe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8S9UdurXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8S9UdurXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8S9UdurXe .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8S9UdurXe .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8S9UdurXe .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8S9UdurXe .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8S9UdurXe .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8S9UdurXe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8S9UdurXe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8S9UdurXe .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8S9UdurXe .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8S9UdurXe .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v8S9UdurXe .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8S9UdurXe .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8S9UdurXe .list_2 {
    padding-left: 0;
  }
}
.cid-v8S9UdurXe .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8S9UdurXe .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v8S9UdurXe .mbr-text,
.cid-v8S9UdurXe .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8S9UdurXe .list {
  color: #666666;
}
.cid-v8S9UdurXe .list,
.cid-v8S9UdurXe .item-wrap,
.cid-v8S9UdurXe .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8S9UdO4DQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8S9UdO4DQ .mbr-text,
.cid-v8S9UdO4DQ .mbr-section-btn {
  color: #000000;
}
.cid-v8S9UdO4DQ .container {
  max-width: 1000px;
}
.cid-v8S9UdO4DQ .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v8S9UdO4DQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8S9UdO4DQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8S9Ue7ppB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #577590;
}
.cid-v8S9Ue7ppB h1 {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2rem;
}
.cid-v8S9Ue7ppB .row {
  align-items: center;
  background: #feecec;
  overflow: hidden;
  padding: 0rem;
  border: 2px solid #feecec;
  border-radius: 2rem;
  margin: 0;
  padding-bottom: 2rem;
}
.cid-v8S9Ue7ppB .col-lg-6 {
  padding: 0 2rem;
}
.cid-v8S9Ue7ppB .image-wrapper {
  padding: 2rem;
}
@media (max-width: 991px) {
  .cid-v8S9Ue7ppB .image-wrapper {
    padding: 1rem;
  }
}
.cid-v8S9Ue7ppB img {
  width: 100%;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #000000;
}
@media (max-width: 991px) {
  .cid-v8S9Ue7ppB .align-left,
  .cid-v8S9Ue7ppB .align-right {
    text-align: center;
  }
}
.cid-v8S9Ue7ppB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8S9Ue7ppB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8SmSMDUj7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8SmSMDUj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SmSMDUj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8SmSMDUj7 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8SmSMDUj7 .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8SmSMDUj7 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8SmSMDUj7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8SmSMDUj7 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8SmSMDUj7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8SmSMDUj7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8SmSMDUj7 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8SmSMDUj7 .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8SmSMDUj7 .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v8SmSMDUj7 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8SmSMDUj7 .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8SmSMDUj7 .list_2 {
    padding-left: 0;
  }
}
.cid-v8SmSMDUj7 .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8SmSMDUj7 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v8SmSMDUj7 .mbr-text,
.cid-v8SmSMDUj7 .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8SmSMDUj7 .list {
  color: #666666;
}
.cid-v8SmSMDUj7 .list,
.cid-v8SmSMDUj7 .item-wrap,
.cid-v8SmSMDUj7 .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8Sn4sUsnR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8Sn4sUsnR .mbr-text,
.cid-v8Sn4sUsnR .mbr-section-btn {
  color: #000000;
}
.cid-v8Sn4sUsnR .container {
  max-width: 1000px;
}
.cid-v8Sn4sUsnR .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v8Sn4sUsnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Sn4sUsnR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8S9UeoXv5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8S9UeoXv5 .mbr-text,
.cid-v8S9UeoXv5 .mbr-section-btn {
  color: #000000;
}
.cid-v8S9UeoXv5 .container {
  max-width: 1000px;
}
.cid-v8S9UeoXv5 .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-v8S9UeoXv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8S9UeoXv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8S9UeKw09 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8S9UeKw09 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-left: 1rem;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.cid-v8S9UeKw09 .panel-group {
  border: none;
}
.cid-v8S9UeKw09 .card-header {
  border: none;
}
.cid-v8S9UeKw09 .card {
  background: #577590;
  border: 1px solid #feecec;
  padding: 2rem 4rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v8S9UeKw09 .card {
    padding: 0 1rem;
  }
}
.cid-v8S9UeKw09 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8S9UeKw09 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v8S9UeKw09 .panel-body,
.cid-v8S9UeKw09 .card-header {
  padding: 1rem 0;
}
.cid-v8S9UeKw09 .panel-title-edit {
  color: #000000;
}
.cid-v8S9UeKw09 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v8S9UeKw09 .panel-title-edit,
.cid-v8S9UeKw09 .mbr-iconfont {
  color: #FFFFFF;
}
.cid-v8S9UeKw09 .panel-text {
  color: #FFFFFF;
}
.cid-v8S9UeKw09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8S9UeKw09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8S9UeKw09 .mbr-section-title {
  color: #000000;
}
.cid-v8SnN8oPgZ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8SnN8oPgZ .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v8SnN8oPgZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8SnN8oPgZ .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-v8SnN8oPgZ .card-box {
  margin: auto;
}
.cid-v8SnN8oPgZ img,
.cid-v8SnN8oPgZ .item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-v8SnN8oPgZ img,
  .cid-v8SnN8oPgZ .item-img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-v8SnN8oPgZ .mbr-section-title {
  border-top: 1px solid #000000;
  padding-top: 1rem;
  color: #000000;
}
.cid-v8SnN8oPgZ .card-text {
  color: #000000;
}
.cid-v8SnN8oPgZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SnN8oPgZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8SnN8oPgZ .card-title {
  color: #000000;
}
.cid-v8S9Uf8TWI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v8S9Uf8TWI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v8S9Uf8TWI form .mbr-section-btn .btn {
  display: inline-flex;
  border-radius: 2rem;
}
.cid-v8S9Uf8TWI input,
.cid-v8S9Uf8TWI textarea {
  border-radius: 0.5rem;
}
.cid-v8S9Uf8TWI img {
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-v8S9Uf8TWI .form-col,
.cid-v8S9Uf8TWI img {
  transition: all 0.3s;
}
.cid-v8S9Uf8TWI .form-col:hover,
.cid-v8S9Uf8TWI img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8S9Uf8TWI textarea {
  min-height: 10rem;
}
.cid-v8S9Uf8TWI .form-col {
  background: #d5bab6;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-v8S9Uf8TWI .form-col {
    padding: 2rem 1rem;
  }
}
.cid-v8S9Uf8TWI .form-control:hover,
.cid-v8S9Uf8TWI .form-control:focus {
  border-color: transparent !important;
}
.cid-v8S9Uf8TWI .mbr-section-title {
  color: #000000;
}
.cid-v8S9Ufwpph {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8S9Ufwpph .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v8S9Ufwpph .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  display: flex;
  background: #abf7e9;
}
.cid-v8S9Ufwpph .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-v8S9Ufwpph .item-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8S9Ufwpph .item-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v8S9Ufwpph .mbr-iconfont {
  font-size: 4rem;
  padding-right: 2rem;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-v8S9Ufwpph .mbr-iconfont {
    font-size: 2.8rem;
  }
}
.cid-v8S9Ufwpph .mbr-section-subtitle {
  color: #000000;
}
.cid-v8S9Ufwpph .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8S9Ufwpph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8S9Ufwpph .mbr-section-title {
  color: #000000;
}
.cid-v8S9Ufwpph .card-title {
  color: #000000;
}
.cid-v8S9Ufwpph .mbr-text {
  color: #000000;
}
.cid-v8S9UfRjjh {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v8S9UfRjjh .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-v8S9UfRjjh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8S9UfRjjh .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8S9UfRjjh .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v8S9UfRjjh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8S9UfRjjh .copyright {
  color: #bbbbbb;
}
.cid-v8S9UfRjjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8S9UfRjjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Sr44jirh .navbar-dropdown {
  position: relative !important;
}
.cid-v8Sr44jirh .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-v8Sr44jirh .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-v8Sr44jirh .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-v8Sr44jirh .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v8Sr44jirh .navbar-caption {
  font-weight: 500;
  color: #000000;
}
.cid-v8Sr44jirh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8Sr44jirh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8Sr44jirh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8Sr44jirh .dropdown-item:hover,
.cid-v8Sr44jirh .dropdown-item:focus {
  background: #5bc0be !important;
  color: white !important;
}
.cid-v8Sr44jirh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8Sr44jirh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8Sr44jirh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8Sr44jirh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8Sr44jirh .nav-link {
  position: relative;
}
.cid-v8Sr44jirh .container {
  display: flex;
  margin: auto;
}
.cid-v8Sr44jirh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-v8Sr44jirh .dropdown-menu,
.cid-v8Sr44jirh .navbar.opened {
  background: #ebeef0 !important;
}
.cid-v8Sr44jirh .nav-item:focus,
.cid-v8Sr44jirh .nav-link:focus {
  outline: none;
}
.cid-v8Sr44jirh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8Sr44jirh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8Sr44jirh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8Sr44jirh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8Sr44jirh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8Sr44jirh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8Sr44jirh .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ebeef0;
}
.cid-v8Sr44jirh .navbar.opened {
  transition: all 0.3s;
}
.cid-v8Sr44jirh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8Sr44jirh .navbar .navbar-logo img {
  width: auto;
}
.cid-v8Sr44jirh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8Sr44jirh .navbar.collapsed {
  justify-content: center;
}
.cid-v8Sr44jirh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8Sr44jirh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8Sr44jirh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8Sr44jirh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8Sr44jirh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8Sr44jirh .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-v8Sr44jirh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8Sr44jirh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8Sr44jirh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8Sr44jirh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8Sr44jirh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8Sr44jirh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8Sr44jirh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8Sr44jirh .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-v8Sr44jirh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8Sr44jirh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8Sr44jirh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8Sr44jirh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8Sr44jirh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8Sr44jirh .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8Sr44jirh .navbar.navbar-short {
  min-height: 80px;
}
.cid-v8Sr44jirh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8Sr44jirh .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-v8Sr44jirh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8Sr44jirh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8Sr44jirh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8Sr44jirh .dropdown-item.active,
.cid-v8Sr44jirh .dropdown-item:active {
  background-color: transparent;
}
.cid-v8Sr44jirh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8Sr44jirh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8Sr44jirh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8Sr44jirh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ebeef0;
}
.cid-v8Sr44jirh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8Sr44jirh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8Sr44jirh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8Sr44jirh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8Sr44jirh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8Sr44jirh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8Sr44jirh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8Sr44jirh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8Sr44jirh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8Sr44jirh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8Sr44jirh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8Sr44jirh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8Sr44jirh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8Sr44jirh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8Sr44jirh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8Sr44jirh .navbar {
    height: 70px;
  }
  .cid-v8Sr44jirh .navbar.opened {
    height: auto;
  }
  .cid-v8Sr44jirh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8Sr44jirh .nav-link,
.cid-v8Sr44jirh .dropdown-item {
  color: #000000;
}
.cid-v8Sr45fScb {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8Sr45fScb .mbr-section-title {
  text-align: center;
  color: #454545;
}
.cid-v8Sr45fScb .mbr-text2 {
  text-decoration: underline;
  text-align: center;
  color: #666666;
}
.cid-v8Sr45fScb .row-bg {
  align-items: center;
  background: #feecec;
  padding: 8rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v8Sr45fScb .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8Sr45fScb .image-wrapper {
    padding: 1rem;
  }
}
.cid-v8Sr45fScb .mbr-text,
.cid-v8Sr45fScb .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-v8Sr45fScb .mbr-text3 {
  text-align: center;
  color: #666666;
}
.cid-v8Sr45fScb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Sr45fScb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Sr45Bene {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8Sr45Bene .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Sr45Bene .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Sr45Bene .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8Sr45Bene .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8Sr45Bene .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8Sr45Bene .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8Sr45Bene .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8Sr45Bene .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8Sr45Bene .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8Sr45Bene .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8Sr45Bene .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8Sr45Bene .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v8Sr45Bene .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8Sr45Bene .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8Sr45Bene .list_2 {
    padding-left: 0;
  }
}
.cid-v8Sr45Bene .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8Sr45Bene .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v8Sr45Bene .mbr-text,
.cid-v8Sr45Bene .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8Sr45Bene .list {
  color: #666666;
}
.cid-v8Sr45Bene .list,
.cid-v8Sr45Bene .item-wrap,
.cid-v8Sr45Bene .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8Sr45W2o4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8Sr45W2o4 .mbr-text,
.cid-v8Sr45W2o4 .mbr-section-btn {
  color: #000000;
}
.cid-v8Sr45W2o4 .container {
  max-width: 1000px;
}
.cid-v8Sr45W2o4 .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v8Sr45W2o4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Sr45W2o4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Stesk3IU {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8Stesk3IU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Stesk3IU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Stesk3IU .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8Stesk3IU .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8Stesk3IU .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8Stesk3IU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8Stesk3IU .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8Stesk3IU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8Stesk3IU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8Stesk3IU .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8Stesk3IU .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8Stesk3IU .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v8Stesk3IU .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8Stesk3IU .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8Stesk3IU .list_2 {
    padding-left: 0;
  }
}
.cid-v8Stesk3IU .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8Stesk3IU .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v8Stesk3IU .mbr-text,
.cid-v8Stesk3IU .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8Stesk3IU .list {
  color: #666666;
}
.cid-v8Stesk3IU .list,
.cid-v8Stesk3IU .item-wrap,
.cid-v8Stesk3IU .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8Stt3Uttc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8Stt3Uttc .mbr-text,
.cid-v8Stt3Uttc .mbr-section-btn {
  color: #000000;
}
.cid-v8Stt3Uttc .container {
  max-width: 1000px;
}
.cid-v8Stt3Uttc .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v8Stt3Uttc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Stt3Uttc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8StJv51cv {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8StJv51cv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8StJv51cv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8StJv51cv .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8StJv51cv .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8StJv51cv .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8StJv51cv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8StJv51cv .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8StJv51cv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8StJv51cv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8StJv51cv .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8StJv51cv .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8StJv51cv .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v8StJv51cv .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8StJv51cv .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8StJv51cv .list_2 {
    padding-left: 0;
  }
}
.cid-v8StJv51cv .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8StJv51cv .mbr-section-subtitle {
  color: #666666;
  text-align: justify;
}
.cid-v8StJv51cv .mbr-text,
.cid-v8StJv51cv .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8StJv51cv .list {
  color: #666666;
}
.cid-v8StJv51cv .list,
.cid-v8StJv51cv .item-wrap,
.cid-v8StJv51cv .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8SuebvCck {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8SuebvCck .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SuebvCck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8SuebvCck .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8SuebvCck .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8SuebvCck .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8SuebvCck .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8SuebvCck .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8SuebvCck .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8SuebvCck .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8SuebvCck .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8SuebvCck .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8SuebvCck .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v8SuebvCck .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8SuebvCck .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8SuebvCck .list_2 {
    padding-left: 0;
  }
}
.cid-v8SuebvCck .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8SuebvCck .mbr-section-subtitle {
  color: #666666;
  text-align: justify;
}
.cid-v8SuebvCck .mbr-text,
.cid-v8SuebvCck .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8SuebvCck .list {
  color: #666666;
}
.cid-v8SuebvCck .list,
.cid-v8SuebvCck .item-wrap,
.cid-v8SuebvCck .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8Sr46BtCS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8Sr46BtCS .mbr-text,
.cid-v8Sr46BtCS .mbr-section-btn {
  color: #666666;
}
.cid-v8Sr46BtCS .container {
  max-width: 1000px;
}
.cid-v8Sr46BtCS .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v8Sr46BtCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Sr46BtCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Sr47fsoW {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #abf7e9;
}
.cid-v8Sr47fsoW .item-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-v8Sr47fsoW img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-v8Sr47fsoW .mbr-text {
  margin-bottom: 0;
}
.cid-v8Sr47fsoW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Sr47fsoW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Sr47BGFi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-v8Sr47BGFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Sr47BGFi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Sr47BGFi .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8Sr47BGFi .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8Sr47BGFi .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8Sr47BGFi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8Sr47BGFi .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8Sr47BGFi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8Sr47BGFi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8Sr47BGFi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8Sr47BGFi .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8Sr47BGFi .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v8Sr47BGFi .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8Sr47BGFi .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8Sr47BGFi .list_2 {
    padding-left: 0;
  }
}
.cid-v8Sr47BGFi .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8Sr47BGFi .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v8Sr47BGFi .mbr-text,
.cid-v8Sr47BGFi .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8Sr47BGFi .list {
  color: #666666;
}
.cid-v8Sr47BGFi .list,
.cid-v8Sr47BGFi .item-wrap,
.cid-v8Sr47BGFi .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8SuPXv0uS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-v8SuPXv0uS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SuPXv0uS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8SuPXv0uS .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8SuPXv0uS .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8SuPXv0uS .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8SuPXv0uS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8SuPXv0uS .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8SuPXv0uS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8SuPXv0uS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8SuPXv0uS .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8SuPXv0uS .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8SuPXv0uS .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v8SuPXv0uS .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8SuPXv0uS .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8SuPXv0uS .list_2 {
    padding-left: 0;
  }
}
.cid-v8SuPXv0uS .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8SuPXv0uS .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v8SuPXv0uS .mbr-text,
.cid-v8SuPXv0uS .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8SuPXv0uS .list {
  color: #666666;
}
.cid-v8SuPXv0uS .list,
.cid-v8SuPXv0uS .item-wrap,
.cid-v8SuPXv0uS .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8Sr499dv2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8Sr499dv2 .mbr-text,
.cid-v8Sr499dv2 .mbr-section-btn {
  color: #000000;
}
.cid-v8Sr499dv2 .container {
  max-width: 1000px;
}
.cid-v8Sr499dv2 .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v8Sr499dv2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Sr499dv2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Sr48MKB8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8Sr48MKB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Sr48MKB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Sr48MKB8 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8Sr48MKB8 .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8Sr48MKB8 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8Sr48MKB8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8Sr48MKB8 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8Sr48MKB8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8Sr48MKB8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8Sr48MKB8 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v8Sr48MKB8 .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v8Sr48MKB8 .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v8Sr48MKB8 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8Sr48MKB8 .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8Sr48MKB8 .list_2 {
    padding-left: 0;
  }
}
.cid-v8Sr48MKB8 .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v8Sr48MKB8 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v8Sr48MKB8 .mbr-text,
.cid-v8Sr48MKB8 .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v8Sr48MKB8 .list {
  color: #666666;
}
.cid-v8Sr48MKB8 .list,
.cid-v8Sr48MKB8 .item-wrap,
.cid-v8Sr48MKB8 .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v8SuY6FcRT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8SuY6FcRT .mbr-text,
.cid-v8SuY6FcRT .mbr-section-btn {
  color: #000000;
}
.cid-v8SuY6FcRT .container {
  max-width: 1000px;
}
.cid-v8SuY6FcRT .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v8SuY6FcRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SuY6FcRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Sr4aChZ2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #feecec;
}
.cid-v8Sr4aChZ2 .mbr-text,
.cid-v8Sr4aChZ2 .mbr-section-btn {
  color: #000000;
}
.cid-v8Sr4aChZ2 .container {
  max-width: 1000px;
}
.cid-v8Sr4aChZ2 .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-v8Sr4aChZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Sr4aChZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Sw2RbiCi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8Sw2RbiCi .mbr-text,
.cid-v8Sw2RbiCi .mbr-section-btn {
  color: #000000;
}
.cid-v8Sw2RbiCi .container {
  max-width: 1000px;
}
.cid-v8Sw2RbiCi .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v8Sw2RbiCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Sw2RbiCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Sr49wGnL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #577590;
}
.cid-v8Sr49wGnL h1 {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2rem;
}
.cid-v8Sr49wGnL .row {
  align-items: center;
  background: #feecec;
  overflow: hidden;
  padding: 0rem;
  border: 2px solid #feecec;
  border-radius: 2rem;
  margin: 0;
  padding-bottom: 2rem;
}
.cid-v8Sr49wGnL .col-lg-6 {
  padding: 0 2rem;
}
.cid-v8Sr49wGnL .image-wrapper {
  padding: 2rem;
}
@media (max-width: 991px) {
  .cid-v8Sr49wGnL .image-wrapper {
    padding: 1rem;
  }
}
.cid-v8Sr49wGnL img {
  width: 100%;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #000000;
}
@media (max-width: 991px) {
  .cid-v8Sr49wGnL .align-left,
  .cid-v8Sr49wGnL .align-right {
    text-align: center;
  }
}
.cid-v8Sr49wGnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Sr49wGnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Sr4aZWxS {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8Sr4aZWxS .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-left: 1rem;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.cid-v8Sr4aZWxS .panel-group {
  border: none;
}
.cid-v8Sr4aZWxS .card-header {
  border: none;
}
.cid-v8Sr4aZWxS .card {
  background: #577590;
  border: 1px solid #feecec;
  padding: 2rem 4rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v8Sr4aZWxS .card {
    padding: 0 1rem;
  }
}
.cid-v8Sr4aZWxS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8Sr4aZWxS .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v8Sr4aZWxS .panel-body,
.cid-v8Sr4aZWxS .card-header {
  padding: 1rem 0;
}
.cid-v8Sr4aZWxS .panel-title-edit {
  color: #000000;
}
.cid-v8Sr4aZWxS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v8Sr4aZWxS .panel-title-edit,
.cid-v8Sr4aZWxS .mbr-iconfont {
  color: #FFFFFF;
}
.cid-v8Sr4aZWxS .panel-text {
  color: #FFFFFF;
}
.cid-v8Sr4aZWxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Sr4aZWxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Sr4aZWxS .mbr-section-title {
  color: #000000;
}
.cid-v8Sr4btuO2 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v8Sr4btuO2 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v8Sr4btuO2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Sr4btuO2 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-v8Sr4btuO2 .card-box {
  margin: auto;
}
.cid-v8Sr4btuO2 img,
.cid-v8Sr4btuO2 .item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-v8Sr4btuO2 img,
  .cid-v8Sr4btuO2 .item-img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-v8Sr4btuO2 .mbr-section-title {
  border-top: 1px solid #000000;
  padding-top: 1rem;
  color: #000000;
}
.cid-v8Sr4btuO2 .card-text {
  color: #000000;
}
.cid-v8Sr4btuO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Sr4btuO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Sr4btuO2 .card-title {
  color: #000000;
}
.cid-v8Sr4bVdjR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v8Sr4bVdjR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v8Sr4bVdjR form .mbr-section-btn .btn {
  display: inline-flex;
  border-radius: 2rem;
}
.cid-v8Sr4bVdjR input,
.cid-v8Sr4bVdjR textarea {
  border-radius: 0.5rem;
}
.cid-v8Sr4bVdjR img {
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-v8Sr4bVdjR .form-col,
.cid-v8Sr4bVdjR img {
  transition: all 0.3s;
}
.cid-v8Sr4bVdjR .form-col:hover,
.cid-v8Sr4bVdjR img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v8Sr4bVdjR textarea {
  min-height: 10rem;
}
.cid-v8Sr4bVdjR .form-col {
  background: #d5bab6;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-v8Sr4bVdjR .form-col {
    padding: 2rem 1rem;
  }
}
.cid-v8Sr4bVdjR .form-control:hover,
.cid-v8Sr4bVdjR .form-control:focus {
  border-color: transparent !important;
}
.cid-v8Sr4bVdjR .mbr-section-title {
  color: #000000;
}
.cid-v8Sr4cmDgN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v8Sr4cmDgN .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v8Sr4cmDgN .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  display: flex;
  background: #abf7e9;
}
.cid-v8Sr4cmDgN .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-v8Sr4cmDgN .item-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8Sr4cmDgN .item-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v8Sr4cmDgN .mbr-iconfont {
  font-size: 4rem;
  padding-right: 2rem;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-v8Sr4cmDgN .mbr-iconfont {
    font-size: 2.8rem;
  }
}
.cid-v8Sr4cmDgN .mbr-section-subtitle {
  color: #000000;
}
.cid-v8Sr4cmDgN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Sr4cmDgN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Sr4cmDgN .mbr-section-title {
  color: #000000;
}
.cid-v8Sr4cmDgN .card-title {
  color: #000000;
}
.cid-v8Sr4cmDgN .mbr-text {
  color: #000000;
}
.cid-v8Sr4cPCVO {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v8Sr4cPCVO .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-v8Sr4cPCVO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8Sr4cPCVO .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Sr4cPCVO .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v8Sr4cPCVO div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8Sr4cPCVO .copyright {
  color: #bbbbbb;
}
.cid-v8Sr4cPCVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Sr4cPCVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jHW1lnvU .navbar-dropdown {
  position: relative !important;
}
.cid-v9jHW1lnvU .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-v9jHW1lnvU .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-v9jHW1lnvU .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-v9jHW1lnvU .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v9jHW1lnvU .navbar-caption {
  font-weight: 500;
  color: #000000;
}
.cid-v9jHW1lnvU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9jHW1lnvU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9jHW1lnvU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9jHW1lnvU .dropdown-item:hover,
.cid-v9jHW1lnvU .dropdown-item:focus {
  background: #5bc0be !important;
  color: white !important;
}
.cid-v9jHW1lnvU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9jHW1lnvU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9jHW1lnvU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9jHW1lnvU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9jHW1lnvU .nav-link {
  position: relative;
}
.cid-v9jHW1lnvU .container {
  display: flex;
  margin: auto;
}
.cid-v9jHW1lnvU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-v9jHW1lnvU .dropdown-menu,
.cid-v9jHW1lnvU .navbar.opened {
  background: #ebeef0 !important;
}
.cid-v9jHW1lnvU .nav-item:focus,
.cid-v9jHW1lnvU .nav-link:focus {
  outline: none;
}
.cid-v9jHW1lnvU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9jHW1lnvU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9jHW1lnvU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9jHW1lnvU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9jHW1lnvU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9jHW1lnvU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9jHW1lnvU .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ebeef0;
}
.cid-v9jHW1lnvU .navbar.opened {
  transition: all 0.3s;
}
.cid-v9jHW1lnvU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9jHW1lnvU .navbar .navbar-logo img {
  width: auto;
}
.cid-v9jHW1lnvU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9jHW1lnvU .navbar.collapsed {
  justify-content: center;
}
.cid-v9jHW1lnvU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9jHW1lnvU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9jHW1lnvU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v9jHW1lnvU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9jHW1lnvU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9jHW1lnvU .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-v9jHW1lnvU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9jHW1lnvU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9jHW1lnvU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9jHW1lnvU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9jHW1lnvU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9jHW1lnvU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9jHW1lnvU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9jHW1lnvU .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-v9jHW1lnvU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9jHW1lnvU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9jHW1lnvU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9jHW1lnvU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9jHW1lnvU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9jHW1lnvU .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9jHW1lnvU .navbar.navbar-short {
  min-height: 80px;
}
.cid-v9jHW1lnvU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9jHW1lnvU .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-v9jHW1lnvU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9jHW1lnvU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9jHW1lnvU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9jHW1lnvU .dropdown-item.active,
.cid-v9jHW1lnvU .dropdown-item:active {
  background-color: transparent;
}
.cid-v9jHW1lnvU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9jHW1lnvU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9jHW1lnvU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9jHW1lnvU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ebeef0;
}
.cid-v9jHW1lnvU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9jHW1lnvU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9jHW1lnvU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9jHW1lnvU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9jHW1lnvU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9jHW1lnvU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9jHW1lnvU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9jHW1lnvU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9jHW1lnvU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9jHW1lnvU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9jHW1lnvU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9jHW1lnvU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9jHW1lnvU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9jHW1lnvU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9jHW1lnvU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9jHW1lnvU .navbar {
    height: 70px;
  }
  .cid-v9jHW1lnvU .navbar.opened {
    height: auto;
  }
  .cid-v9jHW1lnvU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9jHW1lnvU .nav-link,
.cid-v9jHW1lnvU .dropdown-item {
  color: #000000;
}
.cid-v9jHW23p8G {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v9jHW23p8G .mbr-section-title {
  text-align: center;
  color: #454545;
}
.cid-v9jHW23p8G .mbr-text2 {
  text-decoration: underline;
  text-align: center;
  color: #666666;
}
.cid-v9jHW23p8G .row-bg {
  align-items: center;
  background: #feecec;
  padding: 8rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v9jHW23p8G .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9jHW23p8G .image-wrapper {
    padding: 1rem;
  }
}
.cid-v9jHW23p8G .mbr-text,
.cid-v9jHW23p8G .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-v9jHW23p8G .mbr-text3 {
  text-align: center;
  color: #666666;
}
.cid-v9jHW23p8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jHW23p8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jHW2nevK {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v9jHW2nevK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jHW2nevK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jHW2nevK .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v9jHW2nevK .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9jHW2nevK .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v9jHW2nevK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9jHW2nevK .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v9jHW2nevK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9jHW2nevK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9jHW2nevK .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9jHW2nevK .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v9jHW2nevK .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v9jHW2nevK .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9jHW2nevK .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v9jHW2nevK .list_2 {
    padding-left: 0;
  }
}
.cid-v9jHW2nevK .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v9jHW2nevK .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v9jHW2nevK .mbr-text,
.cid-v9jHW2nevK .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v9jHW2nevK .list {
  color: #666666;
}
.cid-v9jHW2nevK .list,
.cid-v9jHW2nevK .item-wrap,
.cid-v9jHW2nevK .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v9jHW2FxWI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v9jHW2FxWI .mbr-text,
.cid-v9jHW2FxWI .mbr-section-btn {
  color: #000000;
}
.cid-v9jHW2FxWI .container {
  max-width: 1000px;
}
.cid-v9jHW2FxWI .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-v9jHW2FxWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jHW2FxWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jHW2YqSs {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v9jHW2YqSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jHW2YqSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jHW2YqSs .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v9jHW2YqSs .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9jHW2YqSs .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v9jHW2YqSs .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9jHW2YqSs .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v9jHW2YqSs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9jHW2YqSs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9jHW2YqSs .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9jHW2YqSs .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v9jHW2YqSs .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v9jHW2YqSs .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9jHW2YqSs .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v9jHW2YqSs .list_2 {
    padding-left: 0;
  }
}
.cid-v9jHW2YqSs .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v9jHW2YqSs .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v9jHW2YqSs .mbr-text,
.cid-v9jHW2YqSs .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v9jHW2YqSs .list {
  color: #666666;
}
.cid-v9jHW2YqSs .list,
.cid-v9jHW2YqSs .item-wrap,
.cid-v9jHW2YqSs .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v9jMnesngP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-v9jMnesngP .container {
  max-width: 1000px;
}
.cid-v9jMnesngP .mbr-text {
  color: #696969;
}
.cid-v9jHW3D8Dq {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v9jHW3D8Dq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jHW3D8Dq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jHW3D8Dq .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v9jHW3D8Dq .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9jHW3D8Dq .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v9jHW3D8Dq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9jHW3D8Dq .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v9jHW3D8Dq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9jHW3D8Dq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9jHW3D8Dq .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9jHW3D8Dq .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v9jHW3D8Dq .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v9jHW3D8Dq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9jHW3D8Dq .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v9jHW3D8Dq .list_2 {
    padding-left: 0;
  }
}
.cid-v9jHW3D8Dq .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v9jHW3D8Dq .mbr-section-subtitle {
  color: #666666;
  text-align: justify;
}
.cid-v9jHW3D8Dq .mbr-text,
.cid-v9jHW3D8Dq .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v9jHW3D8Dq .list {
  color: #666666;
}
.cid-v9jHW3D8Dq .list,
.cid-v9jHW3D8Dq .item-wrap,
.cid-v9jHW3D8Dq .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v9jNbD4cZr {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v9jNbD4cZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jNbD4cZr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jNbD4cZr .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v9jNbD4cZr .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9jNbD4cZr .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v9jNbD4cZr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9jNbD4cZr .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v9jNbD4cZr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9jNbD4cZr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9jNbD4cZr .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9jNbD4cZr .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v9jNbD4cZr .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v9jNbD4cZr .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9jNbD4cZr .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v9jNbD4cZr .list_2 {
    padding-left: 0;
  }
}
.cid-v9jNbD4cZr .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v9jNbD4cZr .mbr-section-subtitle {
  color: #666666;
  text-align: justify;
}
.cid-v9jNbD4cZr .mbr-text,
.cid-v9jNbD4cZr .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v9jNbD4cZr .list {
  color: #666666;
}
.cid-v9jNbD4cZr .list,
.cid-v9jNbD4cZr .item-wrap,
.cid-v9jNbD4cZr .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v9jNiVzFkm {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v9jNiVzFkm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jNiVzFkm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jNiVzFkm .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v9jNiVzFkm .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9jNiVzFkm .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v9jNiVzFkm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9jNiVzFkm .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v9jNiVzFkm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9jNiVzFkm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9jNiVzFkm .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9jNiVzFkm .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v9jNiVzFkm .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v9jNiVzFkm .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9jNiVzFkm .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v9jNiVzFkm .list_2 {
    padding-left: 0;
  }
}
.cid-v9jNiVzFkm .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v9jNiVzFkm .mbr-section-subtitle {
  color: #666666;
  text-align: justify;
}
.cid-v9jNiVzFkm .mbr-text,
.cid-v9jNiVzFkm .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v9jNiVzFkm .list {
  color: #666666;
}
.cid-v9jNiVzFkm .list,
.cid-v9jNiVzFkm .item-wrap,
.cid-v9jNiVzFkm .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v9jHW3WBgb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v9jHW3WBgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jHW3WBgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jHW3WBgb .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v9jHW3WBgb .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9jHW3WBgb .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v9jHW3WBgb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9jHW3WBgb .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v9jHW3WBgb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9jHW3WBgb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9jHW3WBgb .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9jHW3WBgb .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v9jHW3WBgb .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v9jHW3WBgb .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9jHW3WBgb .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v9jHW3WBgb .list_2 {
    padding-left: 0;
  }
}
.cid-v9jHW3WBgb .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v9jHW3WBgb .mbr-section-subtitle {
  color: #666666;
  text-align: justify;
}
.cid-v9jHW3WBgb .mbr-text,
.cid-v9jHW3WBgb .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v9jHW3WBgb .list {
  color: #666666;
}
.cid-v9jHW3WBgb .list,
.cid-v9jHW3WBgb .item-wrap,
.cid-v9jHW3WBgb .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v9jLdZ4wGu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v9jLdZ4wGu .mbr-text,
.cid-v9jLdZ4wGu .mbr-section-btn {
  color: #000000;
}
.cid-v9jLdZ4wGu .container {
  max-width: 1000px;
}
.cid-v9jLdZ4wGu .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v9jLdZ4wGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jLdZ4wGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jHW4x1eW {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #abf7e9;
}
.cid-v9jHW4x1eW .item-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-v9jHW4x1eW img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-v9jHW4x1eW .mbr-text {
  margin-bottom: 0;
}
.cid-v9jHW4x1eW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jHW4x1eW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jHW64xKE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v9jHW64xKE .mbr-text,
.cid-v9jHW64xKE .mbr-section-btn {
  color: #000000;
}
.cid-v9jHW64xKE .container {
  max-width: 1000px;
}
.cid-v9jHW64xKE .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v9jHW64xKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jHW64xKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jHW6sxi1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #feecec;
}
.cid-v9jHW6sxi1 .mbr-text,
.cid-v9jHW6sxi1 .mbr-section-btn {
  color: #000000;
}
.cid-v9jHW6sxi1 .container {
  max-width: 1000px;
}
.cid-v9jHW6sxi1 .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-v9jHW6sxi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jHW6sxi1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jHW6WxFT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v9jHW6WxFT .mbr-text,
.cid-v9jHW6WxFT .mbr-section-btn {
  color: #000000;
}
.cid-v9jHW6WxFT .container {
  max-width: 1000px;
}
.cid-v9jHW6WxFT .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v9jHW6WxFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jHW6WxFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jHW7jEB4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #577590;
}
.cid-v9jHW7jEB4 h1 {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2rem;
}
.cid-v9jHW7jEB4 .row {
  align-items: center;
  background: #feecec;
  overflow: hidden;
  padding: 0rem;
  border: 2px solid #feecec;
  border-radius: 2rem;
  margin: 0;
  padding-bottom: 2rem;
}
.cid-v9jHW7jEB4 .col-lg-6 {
  padding: 0 2rem;
}
.cid-v9jHW7jEB4 .image-wrapper {
  padding: 2rem;
}
@media (max-width: 991px) {
  .cid-v9jHW7jEB4 .image-wrapper {
    padding: 1rem;
  }
}
.cid-v9jHW7jEB4 img {
  width: 100%;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #000000;
}
@media (max-width: 991px) {
  .cid-v9jHW7jEB4 .align-left,
  .cid-v9jHW7jEB4 .align-right {
    text-align: center;
  }
}
.cid-v9jHW7jEB4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jHW7jEB4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jHW7CZrr {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v9jHW7CZrr .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-left: 1rem;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.cid-v9jHW7CZrr .panel-group {
  border: none;
}
.cid-v9jHW7CZrr .card-header {
  border: none;
}
.cid-v9jHW7CZrr .card {
  background: #577590;
  border: 1px solid #feecec;
  padding: 2rem 4rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v9jHW7CZrr .card {
    padding: 0 1rem;
  }
}
.cid-v9jHW7CZrr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v9jHW7CZrr .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v9jHW7CZrr .panel-body,
.cid-v9jHW7CZrr .card-header {
  padding: 1rem 0;
}
.cid-v9jHW7CZrr .panel-title-edit {
  color: #000000;
}
.cid-v9jHW7CZrr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v9jHW7CZrr .panel-title-edit,
.cid-v9jHW7CZrr .mbr-iconfont {
  color: #FFFFFF;
}
.cid-v9jHW7CZrr .panel-text {
  color: #FFFFFF;
}
.cid-v9jHW7CZrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jHW7CZrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jHW7CZrr .mbr-section-title {
  color: #000000;
}
.cid-v9jHW8cV95 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v9jHW8cV95 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v9jHW8cV95 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v9jHW8cV95 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-v9jHW8cV95 .card-box {
  margin: auto;
}
.cid-v9jHW8cV95 img,
.cid-v9jHW8cV95 .item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-v9jHW8cV95 img,
  .cid-v9jHW8cV95 .item-img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-v9jHW8cV95 .mbr-section-title {
  border-top: 1px solid #000000;
  padding-top: 1rem;
  color: #000000;
}
.cid-v9jHW8cV95 .card-text {
  color: #000000;
}
.cid-v9jHW8cV95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jHW8cV95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jHW8cV95 .card-title {
  color: #000000;
}
.cid-v9jHW8O4Zb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v9jHW8O4Zb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v9jHW8O4Zb form .mbr-section-btn .btn {
  display: inline-flex;
  border-radius: 2rem;
}
.cid-v9jHW8O4Zb input,
.cid-v9jHW8O4Zb textarea {
  border-radius: 0.5rem;
}
.cid-v9jHW8O4Zb img {
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-v9jHW8O4Zb .form-col,
.cid-v9jHW8O4Zb img {
  transition: all 0.3s;
}
.cid-v9jHW8O4Zb .form-col:hover,
.cid-v9jHW8O4Zb img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v9jHW8O4Zb textarea {
  min-height: 10rem;
}
.cid-v9jHW8O4Zb .form-col {
  background: #d5bab6;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-v9jHW8O4Zb .form-col {
    padding: 2rem 1rem;
  }
}
.cid-v9jHW8O4Zb .form-control:hover,
.cid-v9jHW8O4Zb .form-control:focus {
  border-color: transparent !important;
}
.cid-v9jHW8O4Zb .mbr-section-title {
  color: #000000;
}
.cid-v9jHW9f2x8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v9jHW9f2x8 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v9jHW9f2x8 .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  display: flex;
  background: #abf7e9;
}
.cid-v9jHW9f2x8 .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-v9jHW9f2x8 .item-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9jHW9f2x8 .item-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v9jHW9f2x8 .mbr-iconfont {
  font-size: 4rem;
  padding-right: 2rem;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-v9jHW9f2x8 .mbr-iconfont {
    font-size: 2.8rem;
  }
}
.cid-v9jHW9f2x8 .mbr-section-subtitle {
  color: #000000;
}
.cid-v9jHW9f2x8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jHW9f2x8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jHW9f2x8 .mbr-section-title {
  color: #000000;
}
.cid-v9jHW9f2x8 .card-title {
  color: #000000;
}
.cid-v9jHW9f2x8 .mbr-text {
  color: #000000;
}
.cid-v9jHW9Hr6R {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v9jHW9Hr6R .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-v9jHW9Hr6R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9jHW9Hr6R .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v9jHW9Hr6R .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v9jHW9Hr6R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v9jHW9Hr6R .copyright {
  color: #bbbbbb;
}
.cid-v9jHW9Hr6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jHW9Hr6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jTkfth1Q .navbar-dropdown {
  position: relative !important;
}
.cid-v9jTkfth1Q .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-v9jTkfth1Q .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-v9jTkfth1Q .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-v9jTkfth1Q .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v9jTkfth1Q .navbar-caption {
  font-weight: 500;
  color: #000000;
}
.cid-v9jTkfth1Q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9jTkfth1Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9jTkfth1Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9jTkfth1Q .dropdown-item:hover,
.cid-v9jTkfth1Q .dropdown-item:focus {
  background: #5bc0be !important;
  color: white !important;
}
.cid-v9jTkfth1Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9jTkfth1Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9jTkfth1Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9jTkfth1Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9jTkfth1Q .nav-link {
  position: relative;
}
.cid-v9jTkfth1Q .container {
  display: flex;
  margin: auto;
}
.cid-v9jTkfth1Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-v9jTkfth1Q .dropdown-menu,
.cid-v9jTkfth1Q .navbar.opened {
  background: #ebeef0 !important;
}
.cid-v9jTkfth1Q .nav-item:focus,
.cid-v9jTkfth1Q .nav-link:focus {
  outline: none;
}
.cid-v9jTkfth1Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9jTkfth1Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9jTkfth1Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9jTkfth1Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9jTkfth1Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9jTkfth1Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9jTkfth1Q .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ebeef0;
}
.cid-v9jTkfth1Q .navbar.opened {
  transition: all 0.3s;
}
.cid-v9jTkfth1Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9jTkfth1Q .navbar .navbar-logo img {
  width: auto;
}
.cid-v9jTkfth1Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9jTkfth1Q .navbar.collapsed {
  justify-content: center;
}
.cid-v9jTkfth1Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9jTkfth1Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9jTkfth1Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v9jTkfth1Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9jTkfth1Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9jTkfth1Q .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-v9jTkfth1Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9jTkfth1Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9jTkfth1Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9jTkfth1Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9jTkfth1Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9jTkfth1Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9jTkfth1Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9jTkfth1Q .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-v9jTkfth1Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9jTkfth1Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9jTkfth1Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9jTkfth1Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9jTkfth1Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9jTkfth1Q .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9jTkfth1Q .navbar.navbar-short {
  min-height: 80px;
}
.cid-v9jTkfth1Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9jTkfth1Q .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-v9jTkfth1Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9jTkfth1Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9jTkfth1Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9jTkfth1Q .dropdown-item.active,
.cid-v9jTkfth1Q .dropdown-item:active {
  background-color: transparent;
}
.cid-v9jTkfth1Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9jTkfth1Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9jTkfth1Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9jTkfth1Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ebeef0;
}
.cid-v9jTkfth1Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9jTkfth1Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9jTkfth1Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9jTkfth1Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9jTkfth1Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9jTkfth1Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9jTkfth1Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9jTkfth1Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9jTkfth1Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9jTkfth1Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9jTkfth1Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9jTkfth1Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9jTkfth1Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9jTkfth1Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9jTkfth1Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9jTkfth1Q .navbar {
    height: 70px;
  }
  .cid-v9jTkfth1Q .navbar.opened {
    height: auto;
  }
  .cid-v9jTkfth1Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9jTkfth1Q .nav-link,
.cid-v9jTkfth1Q .dropdown-item {
  color: #000000;
}
.cid-v9jTkgqu4f {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-v9jTkgqu4f .mbr-section-title {
  text-align: center;
  color: #454545;
}
.cid-v9jTkgqu4f .mbr-text2 {
  text-decoration: underline;
  text-align: center;
  color: #666666;
}
.cid-v9jTkgqu4f .row-bg {
  align-items: center;
  background: #feecec;
  padding: 8rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v9jTkgqu4f .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9jTkgqu4f .image-wrapper {
    padding: 1rem;
  }
}
.cid-v9jTkgqu4f .mbr-text,
.cid-v9jTkgqu4f .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-v9jTkgqu4f .mbr-text3 {
  text-align: center;
  color: #666666;
}
.cid-v9jTkgqu4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jTkgqu4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jTkgQgm9 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v9jTkgQgm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jTkgQgm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jTkgQgm9 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v9jTkgQgm9 .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9jTkgQgm9 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v9jTkgQgm9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9jTkgQgm9 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v9jTkgQgm9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9jTkgQgm9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9jTkgQgm9 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9jTkgQgm9 .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v9jTkgQgm9 .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v9jTkgQgm9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9jTkgQgm9 .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v9jTkgQgm9 .list_2 {
    padding-left: 0;
  }
}
.cid-v9jTkgQgm9 .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v9jTkgQgm9 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v9jTkgQgm9 .mbr-text,
.cid-v9jTkgQgm9 .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v9jTkgQgm9 .list {
  color: #666666;
}
.cid-v9jTkgQgm9 .list,
.cid-v9jTkgQgm9 .item-wrap,
.cid-v9jTkgQgm9 .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v9jTkjKV0a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v9jTkjKV0a .mbr-text,
.cid-v9jTkjKV0a .mbr-section-btn {
  color: #000000;
}
.cid-v9jTkjKV0a .container {
  max-width: 1000px;
}
.cid-v9jTkjKV0a .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v9jTkjKV0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jTkjKV0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jTkhca1i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v9jTkhca1i .mbr-text,
.cid-v9jTkhca1i .mbr-section-btn {
  color: #000000;
}
.cid-v9jTkhca1i .container {
  max-width: 1000px;
}
.cid-v9jTkhca1i .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-v9jTkhca1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jTkhca1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jTkhxmUN {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v9jTkhxmUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jTkhxmUN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jTkhxmUN .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v9jTkhxmUN .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9jTkhxmUN .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v9jTkhxmUN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9jTkhxmUN .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v9jTkhxmUN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9jTkhxmUN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9jTkhxmUN .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9jTkhxmUN .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v9jTkhxmUN .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v9jTkhxmUN .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9jTkhxmUN .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v9jTkhxmUN .list_2 {
    padding-left: 0;
  }
}
.cid-v9jTkhxmUN .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v9jTkhxmUN .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v9jTkhxmUN .mbr-text,
.cid-v9jTkhxmUN .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v9jTkhxmUN .list {
  color: #666666;
}
.cid-v9jTkhxmUN .list,
.cid-v9jTkhxmUN .item-wrap,
.cid-v9jTkhxmUN .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v9jTkhUaWB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-v9jTkhUaWB .container {
  max-width: 1000px;
}
.cid-v9jTkhUaWB .mbr-text {
  color: #696969;
}
.cid-v9jTkiboF2 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v9jTkiboF2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jTkiboF2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jTkiboF2 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v9jTkiboF2 .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9jTkiboF2 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v9jTkiboF2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9jTkiboF2 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v9jTkiboF2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9jTkiboF2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9jTkiboF2 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9jTkiboF2 .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v9jTkiboF2 .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v9jTkiboF2 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9jTkiboF2 .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v9jTkiboF2 .list_2 {
    padding-left: 0;
  }
}
.cid-v9jTkiboF2 .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v9jTkiboF2 .mbr-section-subtitle {
  color: #666666;
  text-align: justify;
}
.cid-v9jTkiboF2 .mbr-text,
.cid-v9jTkiboF2 .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v9jTkiboF2 .list {
  color: #666666;
}
.cid-v9jTkiboF2 .list,
.cid-v9jTkiboF2 .item-wrap,
.cid-v9jTkiboF2 .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v9jTkk7AHL {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #abf7e9;
}
.cid-v9jTkk7AHL .item-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-v9jTkk7AHL img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-v9jTkk7AHL .mbr-text {
  margin-bottom: 0;
}
.cid-v9jTkk7AHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jTkk7AHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jTkiymuZ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v9jTkiymuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jTkiymuZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jTkiymuZ .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v9jTkiymuZ .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9jTkiymuZ .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v9jTkiymuZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9jTkiymuZ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v9jTkiymuZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9jTkiymuZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9jTkiymuZ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v9jTkiymuZ .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v9jTkiymuZ .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 #577590;
  color: #577590;
  font-size: 11px;
}
.cid-v9jTkiymuZ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9jTkiymuZ .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v9jTkiymuZ .list_2 {
    padding-left: 0;
  }
}
.cid-v9jTkiymuZ .mbr-section-title {
  color: #111111;
  text-align: left;
}
.cid-v9jTkiymuZ .mbr-section-subtitle {
  color: #666666;
  text-align: justify;
}
.cid-v9jTkiymuZ .mbr-text,
.cid-v9jTkiymuZ .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v9jTkiymuZ .list {
  color: #666666;
}
.cid-v9jTkiymuZ .list,
.cid-v9jTkiymuZ .item-wrap,
.cid-v9jTkiymuZ .list-wrapper {
  text-align: justify;
  color: #666666;
}
.cid-v9jVyNoBWI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v9jVyNoBWI .mbr-text,
.cid-v9jVyNoBWI .mbr-section-btn {
  color: #000000;
}
.cid-v9jVyNoBWI .container {
  max-width: 1000px;
}
.cid-v9jVyNoBWI .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v9jVyNoBWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jVyNoBWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jTkkvPrp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v9jTkkvPrp .mbr-text,
.cid-v9jTkkvPrp .mbr-section-btn {
  color: #000000;
}
.cid-v9jTkkvPrp .container {
  max-width: 1000px;
}
.cid-v9jTkkvPrp .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v9jTkkvPrp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jTkkvPrp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jTkkPMtm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #feecec;
}
.cid-v9jTkkPMtm .mbr-text,
.cid-v9jTkkPMtm .mbr-section-btn {
  color: #000000;
}
.cid-v9jTkkPMtm .container {
  max-width: 1000px;
}
.cid-v9jTkkPMtm .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-v9jTkkPMtm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jTkkPMtm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jTklh3md {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v9jTklh3md .mbr-text,
.cid-v9jTklh3md .mbr-section-btn {
  color: #000000;
}
.cid-v9jTklh3md .container {
  max-width: 1000px;
}
.cid-v9jTklh3md .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-v9jTklh3md .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jTklh3md .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jTklH9X1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #577590;
}
.cid-v9jTklH9X1 h1 {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2rem;
}
.cid-v9jTklH9X1 .row {
  align-items: center;
  background: #feecec;
  overflow: hidden;
  padding: 0rem;
  border: 2px solid #feecec;
  border-radius: 2rem;
  margin: 0;
  padding-bottom: 2rem;
}
.cid-v9jTklH9X1 .col-lg-6 {
  padding: 0 2rem;
}
.cid-v9jTklH9X1 .image-wrapper {
  padding: 2rem;
}
@media (max-width: 991px) {
  .cid-v9jTklH9X1 .image-wrapper {
    padding: 1rem;
  }
}
.cid-v9jTklH9X1 img {
  width: 100%;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #000000;
}
@media (max-width: 991px) {
  .cid-v9jTklH9X1 .align-left,
  .cid-v9jTklH9X1 .align-right {
    text-align: center;
  }
}
.cid-v9jTklH9X1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jTklH9X1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jTkm6vsE {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v9jTkm6vsE .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-left: 1rem;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.cid-v9jTkm6vsE .panel-group {
  border: none;
}
.cid-v9jTkm6vsE .card-header {
  border: none;
}
.cid-v9jTkm6vsE .card {
  background: #577590;
  border: 1px solid #feecec;
  padding: 2rem 4rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v9jTkm6vsE .card {
    padding: 0 1rem;
  }
}
.cid-v9jTkm6vsE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v9jTkm6vsE .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v9jTkm6vsE .panel-body,
.cid-v9jTkm6vsE .card-header {
  padding: 1rem 0;
}
.cid-v9jTkm6vsE .panel-title-edit {
  color: #000000;
}
.cid-v9jTkm6vsE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v9jTkm6vsE .panel-title-edit,
.cid-v9jTkm6vsE .mbr-iconfont {
  color: #FFFFFF;
}
.cid-v9jTkm6vsE .panel-text {
  color: #FFFFFF;
}
.cid-v9jTkm6vsE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jTkm6vsE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jTkm6vsE .mbr-section-title {
  color: #000000;
}
.cid-v9jTkmxWBd {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-v9jTkmxWBd .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v9jTkmxWBd .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v9jTkmxWBd .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-v9jTkmxWBd .card-box {
  margin: auto;
}
.cid-v9jTkmxWBd img,
.cid-v9jTkmxWBd .item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-v9jTkmxWBd img,
  .cid-v9jTkmxWBd .item-img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-v9jTkmxWBd .mbr-section-title {
  border-top: 1px solid #000000;
  padding-top: 1rem;
  color: #000000;
}
.cid-v9jTkmxWBd .card-text {
  color: #000000;
}
.cid-v9jTkmxWBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jTkmxWBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jTkmxWBd .card-title {
  color: #000000;
}
.cid-v9jTkn1ROF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-v9jTkn1ROF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v9jTkn1ROF form .mbr-section-btn .btn {
  display: inline-flex;
  border-radius: 2rem;
}
.cid-v9jTkn1ROF input,
.cid-v9jTkn1ROF textarea {
  border-radius: 0.5rem;
}
.cid-v9jTkn1ROF img {
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-v9jTkn1ROF .form-col,
.cid-v9jTkn1ROF img {
  transition: all 0.3s;
}
.cid-v9jTkn1ROF .form-col:hover,
.cid-v9jTkn1ROF img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v9jTkn1ROF textarea {
  min-height: 10rem;
}
.cid-v9jTkn1ROF .form-col {
  background: #d5bab6;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-v9jTkn1ROF .form-col {
    padding: 2rem 1rem;
  }
}
.cid-v9jTkn1ROF .form-control:hover,
.cid-v9jTkn1ROF .form-control:focus {
  border-color: transparent !important;
}
.cid-v9jTkn1ROF .mbr-section-title {
  color: #000000;
}
.cid-v9jTknvnef {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-v9jTknvnef .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v9jTknvnef .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  display: flex;
  background: #abf7e9;
}
.cid-v9jTknvnef .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-v9jTknvnef .item-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9jTknvnef .item-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v9jTknvnef .mbr-iconfont {
  font-size: 4rem;
  padding-right: 2rem;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-v9jTknvnef .mbr-iconfont {
    font-size: 2.8rem;
  }
}
.cid-v9jTknvnef .mbr-section-subtitle {
  color: #000000;
}
.cid-v9jTknvnef .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jTknvnef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9jTknvnef .mbr-section-title {
  color: #000000;
}
.cid-v9jTknvnef .card-title {
  color: #000000;
}
.cid-v9jTknvnef .mbr-text {
  color: #000000;
}
.cid-v9jTko2YTN {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v9jTko2YTN .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-v9jTko2YTN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9jTko2YTN .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v9jTko2YTN .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v9jTko2YTN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v9jTko2YTN .copyright {
  color: #bbbbbb;
}
.cid-v9jTko2YTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9jTko2YTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmxDveKWKO .navbar-dropdown {
  position: relative !important;
}
.cid-vmxDveKWKO .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-vmxDveKWKO .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-vmxDveKWKO .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-vmxDveKWKO .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-vmxDveKWKO .navbar-caption {
  font-weight: 500;
  color: #000000;
}
.cid-vmxDveKWKO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmxDveKWKO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vmxDveKWKO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vmxDveKWKO .dropdown-item:hover,
.cid-vmxDveKWKO .dropdown-item:focus {
  background: #5bc0be !important;
  color: white !important;
}
.cid-vmxDveKWKO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vmxDveKWKO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vmxDveKWKO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vmxDveKWKO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vmxDveKWKO .nav-link {
  position: relative;
}
.cid-vmxDveKWKO .container {
  display: flex;
  margin: auto;
}
.cid-vmxDveKWKO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-vmxDveKWKO .dropdown-menu,
.cid-vmxDveKWKO .navbar.opened {
  background: #ebeef0 !important;
}
.cid-vmxDveKWKO .nav-item:focus,
.cid-vmxDveKWKO .nav-link:focus {
  outline: none;
}
.cid-vmxDveKWKO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vmxDveKWKO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vmxDveKWKO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vmxDveKWKO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmxDveKWKO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmxDveKWKO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vmxDveKWKO .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ebeef0;
}
.cid-vmxDveKWKO .navbar.opened {
  transition: all 0.3s;
}
.cid-vmxDveKWKO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vmxDveKWKO .navbar .navbar-logo img {
  width: auto;
}
.cid-vmxDveKWKO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmxDveKWKO .navbar.collapsed {
  justify-content: center;
}
.cid-vmxDveKWKO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmxDveKWKO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vmxDveKWKO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vmxDveKWKO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmxDveKWKO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vmxDveKWKO .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-vmxDveKWKO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vmxDveKWKO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vmxDveKWKO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vmxDveKWKO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmxDveKWKO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmxDveKWKO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmxDveKWKO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vmxDveKWKO .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-vmxDveKWKO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vmxDveKWKO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vmxDveKWKO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vmxDveKWKO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vmxDveKWKO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vmxDveKWKO .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vmxDveKWKO .navbar.navbar-short {
  min-height: 80px;
}
.cid-vmxDveKWKO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vmxDveKWKO .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-vmxDveKWKO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vmxDveKWKO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vmxDveKWKO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmxDveKWKO .dropdown-item.active,
.cid-vmxDveKWKO .dropdown-item:active {
  background-color: transparent;
}
.cid-vmxDveKWKO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vmxDveKWKO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmxDveKWKO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vmxDveKWKO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ebeef0;
}
.cid-vmxDveKWKO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vmxDveKWKO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vmxDveKWKO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vmxDveKWKO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vmxDveKWKO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vmxDveKWKO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vmxDveKWKO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmxDveKWKO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmxDveKWKO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vmxDveKWKO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmxDveKWKO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmxDveKWKO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmxDveKWKO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmxDveKWKO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmxDveKWKO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vmxDveKWKO .navbar {
    height: 70px;
  }
  .cid-vmxDveKWKO .navbar.opened {
    height: auto;
  }
  .cid-vmxDveKWKO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmxDveKWKO .nav-link,
.cid-vmxDveKWKO .dropdown-item {
  color: #000000;
}
.cid-vmxDviaf38 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-vmxDviaf38 .mbr-text,
.cid-vmxDviaf38 .mbr-section-btn {
  color: #000000;
}
.cid-vmxDviaf38 .container {
  max-width: 1000px;
}
.cid-vmxDviaf38 .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #666666;
  padding-bottom: 1rem;
}
.cid-vmxDviaf38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxDviaf38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmxEnjcmaf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #98dee8;
}
.cid-vmxEnjcmaf .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vmxEnjcmaf .container {
    max-width: 1400px;
  }
}
.cid-vmxEnjcmaf .card {
  margin: auto;
}
.cid-vmxEnjcmaf .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-vmxEnjcmaf .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vmxEnjcmaf .row {
  justify-content: center;
}
.cid-vmxEnjcmaf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxEnjcmaf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmxGiKGi4R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-vmxGiKGi4R .mbr-text,
.cid-vmxGiKGi4R .mbr-section-btn {
  color: #000000;
}
.cid-vmxGiKGi4R .container {
  max-width: 1000px;
}
.cid-vmxGiKGi4R .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-vmxGiKGi4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxGiKGi4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmyDjvwXzT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmyDjvwXzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmyDjvwXzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmyDjvwXzT .text-primary {
  background-color: #24c47a;
}
.cid-vmyDjvwXzT .mbr-section-title {
  color: #f82d05;
}
.cid-vmyXTyOwwk .pr-block {
  font-family: 'Barlow Condensed', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.5rem 2rem 0.2rem;
  background: #ffffff;
  box-sizing: border-box;
}
.cid-vmyXTyOwwk .pr-block > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cid-vmyXTyOwwk .pr-inner {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
}
.cid-vmyXTyOwwk .pr-circles {
  display: grid;
  grid-template-rows: repeat(5, 90px);
  gap: 0.5rem;
}
.cid-vmyXTyOwwk .pr-btn {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #F82D05;
  border: none;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  color: #111111;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.1s;
  position: relative;
}
.cid-vmyXTyOwwk .pr-btn:hover {
  background: #c52200;
  transform: scale(1.07);
}
.cid-vmyXTyOwwk .pr-btn.sent {
  background: #FF8C00 !important;
  transform: scale(1.1);
}
.cid-vmyXTyOwwk .pr-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.cid-vmyXTyOwwk .pr-btn .pr-spinner {
  display: none;
  width: 1.3em;
  height: 1.3em;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #111;
  border-radius: 50%;
  animation: pr-spin 0.6s linear infinite;
  position: absolute;
}
.cid-vmyXTyOwwk .pr-btn.sending .pr-spinner {
  display: block;
}
.cid-vmyXTyOwwk .pr-btn.sending .pr-num {
  visibility: hidden;
}
@keyframes pr-spin {
  to {
    transform: rotate(360deg);
  }
}
.cid-vmyXTyOwwk .pr-label-wrap {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.cid-vmyXTyOwwk .pr-label {
  writing-mode: vertical-lr;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 2.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #111111;
  white-space: nowrap;
  user-select: none;
}
.cid-vmyXTyOwwk .pr-status {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.5rem;
  text-align: center;
  min-height: 1.4rem;
  width: 100%;
}
.cid-vmyXTyOwwk .pr-status.success {
  color: #1e7e1e;
}
.cid-vmyXTyOwwk .pr-status.error {
  color: #c0392b;
}
.cid-vmyDRQTFO7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmyDRQTFO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmyDRQTFO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmyDRQTFO7 .text-primary {
  background-color: #24c47a;
}
.cid-vmyDRQTFO7 .mbr-section-title {
  color: #17003b;
}
.cid-vmxDvlKGCW {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-vmxDvlKGCW .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-vmxDvlKGCW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vmxDvlKGCW .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vmxDvlKGCW .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vmxDvlKGCW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vmxDvlKGCW .copyright {
  color: #bbbbbb;
}
.cid-vmxDvlKGCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxDvlKGCW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
