body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Newsreader', serif;
  font-size: 5.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.38rem;
}
.display-2 {
  font-family: 'Newsreader', serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.275rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.78rem;
}
.display-5 {
  font-family: 'Newsreader', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.3rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 0.78rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 1.8399999999999999rem + (5.2 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (5.2 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.5rem + (3.5 - 1.5) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.5rem + (3.5 - 1.5) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.25rem + (2 - 1.25) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.25rem + (2 - 1.25) * ((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: #fb460d !important;
}
.bg-success {
  background-color: #526b51 !important;
}
.bg-info {
  background-color: #c9beb5 !important;
}
.bg-warning {
  background-color: #a09099 !important;
}
.bg-danger {
  background-color: #0db5b8 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fb460d !important;
  border-color: #fb460d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ae2c03 !important;
  border-color: #ae2c03 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6e7a7a !important;
  border-color: #6e7a7a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #454c4c !important;
  border-color: #454c4c !important;
}
.btn-info,
.btn-info:active {
  background-color: #c9beb5 !important;
  border-color: #c9beb5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a49283 !important;
  border-color: #a49283 !important;
}
.btn-success,
.btn-success:active {
  background-color: #526b51 !important;
  border-color: #526b51 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2c3a2c !important;
  border-color: #2c3a2c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a09099 !important;
  border-color: #a09099 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #75646e !important;
  border-color: #75646e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0db5b8 !important;
  border-color: #0db5b8 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #076567 !important;
  border-color: #076567 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #45494e !important;
  border-color: #45494e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1c1e20 !important;
  border-color: #1c1e20 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #fb460d;
}
.btn-primary-outline:before,
.btn-primary-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fb460d;
  opacity: 0.1;
}
.btn-primary-outline:after,
.btn-primary-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fb460d;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #fb460d;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-primary-outline .mbr-iconfont:before,
.btn-primary-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fb460d !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  background: #fb460d;
  color: #ffffff;
}
.btn-primary-outline:hover .mbr-iconfont::before,
.btn-primary-outline:focus .mbr-iconfont::before,
.btn-primary-outline.focus .mbr-iconfont::before,
.btn-primary-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-primary-outline:hover:after,
.btn-primary-outline:focus:after,
.btn-primary-outline.focus:after,
.btn-primary-outline.active:after {
  transform: scaleX(1);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fb460d !important;
  border-color: #fb460d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #6e7a7a;
}
.btn-secondary-outline:before,
.btn-secondary-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #6e7a7a;
  opacity: 0.1;
}
.btn-secondary-outline:after,
.btn-secondary-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #6e7a7a;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #6e7a7a;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-secondary-outline .mbr-iconfont:before,
.btn-secondary-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6e7a7a !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  background: #6e7a7a;
  color: #ffffff;
}
.btn-secondary-outline:hover .mbr-iconfont::before,
.btn-secondary-outline:focus .mbr-iconfont::before,
.btn-secondary-outline.focus .mbr-iconfont::before,
.btn-secondary-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-secondary-outline:hover:after,
.btn-secondary-outline:focus:after,
.btn-secondary-outline.focus:after,
.btn-secondary-outline.active:after {
  transform: scaleX(1);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6e7a7a !important;
  border-color: #6e7a7a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #c9beb5;
}
.btn-info-outline:before,
.btn-info-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #c9beb5;
  opacity: 0.1;
}
.btn-info-outline:after,
.btn-info-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #c9beb5;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #c9beb5;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-info-outline .mbr-iconfont:before,
.btn-info-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c9beb5 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  background: #c9beb5;
  color: #ffffff;
}
.btn-info-outline:hover .mbr-iconfont::before,
.btn-info-outline:focus .mbr-iconfont::before,
.btn-info-outline.focus .mbr-iconfont::before,
.btn-info-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-info-outline:hover:after,
.btn-info-outline:focus:after,
.btn-info-outline.focus:after,
.btn-info-outline.active:after {
  transform: scaleX(1);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c9beb5 !important;
  border-color: #c9beb5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #526b51;
}
.btn-success-outline:before,
.btn-success-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #526b51;
  opacity: 0.1;
}
.btn-success-outline:after,
.btn-success-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #526b51;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #526b51;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-success-outline .mbr-iconfont:before,
.btn-success-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #526b51 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  background: #526b51;
  color: #ffffff;
}
.btn-success-outline:hover .mbr-iconfont::before,
.btn-success-outline:focus .mbr-iconfont::before,
.btn-success-outline.focus .mbr-iconfont::before,
.btn-success-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-success-outline:hover:after,
.btn-success-outline:focus:after,
.btn-success-outline.focus:after,
.btn-success-outline.active:after {
  transform: scaleX(1);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #526b51 !important;
  border-color: #526b51 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #a09099;
}
.btn-warning-outline:before,
.btn-warning-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #a09099;
  opacity: 0.1;
}
.btn-warning-outline:after,
.btn-warning-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #a09099;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #a09099;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-warning-outline .mbr-iconfont:before,
.btn-warning-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a09099 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  background: #a09099;
  color: #ffffff;
}
.btn-warning-outline:hover .mbr-iconfont::before,
.btn-warning-outline:focus .mbr-iconfont::before,
.btn-warning-outline.focus .mbr-iconfont::before,
.btn-warning-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-warning-outline:hover:after,
.btn-warning-outline:focus:after,
.btn-warning-outline.focus:after,
.btn-warning-outline.active:after {
  transform: scaleX(1);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a09099 !important;
  border-color: #a09099 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #0db5b8;
}
.btn-danger-outline:before,
.btn-danger-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #0db5b8;
  opacity: 0.1;
}
.btn-danger-outline:after,
.btn-danger-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #0db5b8;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #0db5b8;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-danger-outline .mbr-iconfont:before,
.btn-danger-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0db5b8 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  background: #0db5b8;
  color: #ffffff;
}
.btn-danger-outline:hover .mbr-iconfont::before,
.btn-danger-outline:focus .mbr-iconfont::before,
.btn-danger-outline.focus .mbr-iconfont::before,
.btn-danger-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-danger-outline:hover:after,
.btn-danger-outline:focus:after,
.btn-danger-outline.focus:after,
.btn-danger-outline.active:after {
  transform: scaleX(1);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0db5b8 !important;
  border-color: #0db5b8 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #45494e;
}
.btn-black-outline:before,
.btn-black-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #45494e;
  opacity: 0.1;
}
.btn-black-outline:after,
.btn-black-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #45494e;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #45494e;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-black-outline .mbr-iconfont:before,
.btn-black-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #45494e !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  background: #45494e;
  color: #ffffff;
}
.btn-black-outline:hover .mbr-iconfont::before,
.btn-black-outline:focus .mbr-iconfont::before,
.btn-black-outline.focus .mbr-iconfont::before,
.btn-black-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-black-outline:hover:after,
.btn-black-outline:focus:after,
.btn-black-outline.focus:after,
.btn-black-outline.active:after {
  transform: scaleX(1);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #45494e !important;
  border-color: #45494e !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #fafafa;
}
.btn-white-outline:before,
.btn-white-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fafafa;
  opacity: 0.1;
}
.btn-white-outline:after,
.btn-white-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fafafa;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #fafafa;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-white-outline .mbr-iconfont:before,
.btn-white-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  background: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline:hover .mbr-iconfont::before,
.btn-white-outline:focus .mbr-iconfont::before,
.btn-white-outline.focus .mbr-iconfont::before,
.btn-white-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-white-outline:hover:after,
.btn-white-outline:focus:after,
.btn-white-outline.focus:after,
.btn-white-outline.active:after {
  transform: scaleX(1);
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fb460d !important;
}
.text-secondary {
  color: #6e7a7a !important;
}
.text-success {
  color: #526b51 !important;
}
.text-info {
  color: #c9beb5 !important;
}
.text-warning {
  color: #a09099 !important;
}
.text-danger {
  color: #0db5b8 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #45494E !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9f2803 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3e4444 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #263125 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9e8a7a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6d5d66 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #065759 !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: #151618 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fb460d;
}
.nav-tabs .nav-link:not(.active) {
  color: #26292C;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c9beb5;
}
.alert-warning {
  background-color: #a09099;
}
.alert-danger {
  background-color: #0db5b8;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fb460d;
  border-color: #fb460d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fb460d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fedfd6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #91ab90;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dbd5d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #52f0f3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.78rem;
}
.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: #fb460d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.78rem;
}
blockquote {
  border-color: #fb460d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fb460d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fb460d;
}
.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: #fb460d;
  border-bottom-color: #fb460d;
}
.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: #ffffff !important;
  background-color: #fb460d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6e7a7a !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='%23fb460d' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .container,
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container {
  max-width: 1920px;
  margin: 0 auto;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .row {
    margin-left: -18px;
    margin-right: -18px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 60px;
  padding: 15px 30px;
  font-weight: 500;
  line-height: 1 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@keyframes btn-move {
  0% {
    left: 0;
  }
  49% {
    left: -100%;
  }
  50% {
    left: -100%;
    opacity: 0;
  }
  51% {
    left: 100%;
    opacity: 0;
  }
  52% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
  }
}
@keyframes btn-move-hover {
  0% {
    left: 0;
  }
  49% {
    left: 100%;
  }
  50% {
    left: 100%;
    opacity: 0;
  }
  51% {
    left: -100%;
    opacity: 0;
  }
  52% {
    left: -100%;
    opacity: 1;
  }
  100% {
    left: 0;
  }
}
.cid-uFvmG1hYMl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFvmG1hYMl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFvmG1hYMl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFvmG1hYMl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFvmG1hYMl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uFvmG1hYMl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFvmG1hYMl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFvmG1hYMl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uFvmG1hYMl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uFvmG1hYMl .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uFvmG1hYMl .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uFvmG1hYMl .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uFvmG1hYMl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uFvmG1hYMl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uFvmG1hYMl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFvmG1hYMl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFvmG1hYMl .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uFvmG1hYMl .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uFvmG1hYMl .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFvmG1hYMl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uFvmG1hYMl .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uFvmG1hYMl .navbar-caption:hover,
.cid-uFvmG1hYMl .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uFvmG1hYMl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFvmG1hYMl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uFvmG1hYMl .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFvmG1hYMl .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uFvmG1hYMl .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uFvmG1hYMl .menu-container {
    margin: 16px;
  }
}
.cid-uFvmG1hYMl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uFvmG1hYMl .iconfont-wrapper:hover,
.cid-uFvmG1hYMl .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uFvmG1hYMl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uFvmG1hYMl .nav-item:focus,
.cid-uFvmG1hYMl .nav-link:focus {
  outline: none;
}
.cid-uFvmG1hYMl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFvmG1hYMl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFvmG1hYMl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFvmG1hYMl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFvmG1hYMl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFvmG1hYMl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFvmG1hYMl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFvmG1hYMl .navbar.opened {
  transition: all 0.3s;
}
.cid-uFvmG1hYMl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFvmG1hYMl .navbar .navbar-logo img {
  width: auto;
}
.cid-uFvmG1hYMl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFvmG1hYMl .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uFvmG1hYMl .navbar.collapsed {
  justify-content: center;
}
.cid-uFvmG1hYMl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFvmG1hYMl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFvmG1hYMl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFvmG1hYMl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFvmG1hYMl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFvmG1hYMl .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-uFvmG1hYMl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFvmG1hYMl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFvmG1hYMl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFvmG1hYMl .navbar {
    min-height: 72px;
  }
  .cid-uFvmG1hYMl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFvmG1hYMl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFvmG1hYMl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFvmG1hYMl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFvmG1hYMl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFvmG1hYMl .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-uFvmG1hYMl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFvmG1hYMl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFvmG1hYMl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFvmG1hYMl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFvmG1hYMl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFvmG1hYMl .dropdown-item.active,
.cid-uFvmG1hYMl .dropdown-item:active {
  background-color: transparent;
}
.cid-uFvmG1hYMl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFvmG1hYMl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFvmG1hYMl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFvmG1hYMl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFvmG1hYMl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFvmG1hYMl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFvmG1hYMl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFvmG1hYMl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFvmG1hYMl .navbar-buttons {
    text-align: left;
  }
}
.cid-uFvmG1hYMl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFvmG1hYMl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uFvmG1hYMl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFvmG1hYMl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFvmG1hYMl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFvmG1hYMl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFvmG1hYMl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvmG1hYMl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFvmG1hYMl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFvmG1hYMl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvmG1hYMl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFvmG1hYMl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFvmG1hYMl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFvmG1hYMl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFvmG1hYMl .navbar {
    height: 70px;
  }
  .cid-uFvmG1hYMl .navbar.opened {
    height: auto;
  }
  .cid-uFvmG1hYMl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFvmG1hYMl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uFvmG1hYMl .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFvmG1hYMl .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uFvmG1hYMl .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uFvmG1hYMl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFvmG1hYMl .navbar-brand {
    margin-right: auto;
  }
  .cid-uFvmG1hYMl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    border-radius: 4px !important;
  }
  .cid-uFvmG1hYMl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFvmG1hYMl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFvmG1hYMl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFvmG1hYMl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFvmG1hYMl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFvmG1hYMl .navbar-brand,
.cid-uFvmG1hYMl .navbar-toggler,
.cid-uFvmG1hYMl .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uFCjsiVh2a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0db5b8;
}
.cid-uFCjsiVh2a .circle-wrap {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #ffffff;
}
.cid-uFCjsiVh2a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCjsiVh2a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCjsiVh2a .container {
    padding: 0 15px;
  }
}
.cid-uFCjsiVh2a .row {
  position: relative;
  z-index: 1;
}
.cid-uFCjsiVh2a .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFCjsiVh2a .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFCjsiVh2a .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFCjsiVh2a .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uFCjsiVh2a .image-wrapper {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uFCjsiVh2a .image-wrapper {
    padding: 0;
  }
}
.cid-uFCjsiVh2a .image-wrapper img {
  height: 408px;
  width: 65%;
  object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .cid-uFCjsiVh2a .image-wrapper img {
    width: 100%;
    transform: none;
  }
}
.cid-uFCjsiVh2a .image-wrapper img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .cid-uFCjsiVh2a .image-wrapper img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.cid-uFCjsiVh2a .mbr-section-title {
  color: #30262b;
}
.cid-uFCjsiVh2a .mbr-text {
  color: #000000;
}
.cid-uFCjsiVh2a .mbr-section-title,
.cid-uFCjsiVh2a .mbr-section-btn {
  color: #000000;
}
.cid-uFCcPvGtCn {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCcPvGtCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCcPvGtCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCcPvGtCn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFCcPvGtCn .container {
    padding: 0 12px;
  }
}
.cid-uFCcPvGtCn .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFCcPvGtCn .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uFCcPvGtCn .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uFCcPvGtCn .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #0db5b8;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uFCcPvGtCn .mbr-section-title {
  color: #222222;
}
.cid-tfwoItJy6f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0db5b8;
}
.cid-tfwoItJy6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwoItJy6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwoItJy6f .card-wrapper {
  width: 100%;
}
.cid-tfwoItJy6f .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tfwoItJy6f .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tfwoItJy6f .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-tfwoItJy6f .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tfwoItJy6f .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-tfwoItJy6f .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tfwoItJy6f .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-tfwoItJy6f .text-wrap {
    padding: 8px 16px;
  }
}
.cid-tfwoItJy6f .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-tfwoItJy6f .card-title {
    text-align: center !important;
  }
}
.cid-tfwoItJy6f .card-text {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tfwoItJy6f .card-text {
    text-align: center !important;
  }
}
.cid-uFChkQMHzC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFChkQMHzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFChkQMHzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFChkQMHzC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uFChkQMHzC .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uFChkQMHzC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFChkQMHzC .container {
    padding: 0 16px;
  }
}
.cid-uFChkQMHzC .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uFChkQMHzC .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uFChkQMHzC .item {
    margin-bottom: 24px;
  }
}
.cid-uFChkQMHzC .item .item-wrapper {
  background-image: linear-gradient(135deg, #0db5b8, #0db5b8 34%, #0db5b8 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-uFChkQMHzC .item .item-wrapper .item-content {
  border-radius: 1.9em;
  background-color: #ffffff;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFChkQMHzC .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uFChkQMHzC .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-uFChkQMHzC .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFChkQMHzC .item .item-wrapper .item-content .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-uFChkQMHzC .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #0db5b8, #e26a69);
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uFChkQMHzC .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
    margin: 0 0 16px 0;
  }
}
.cid-uFChkQMHzC .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #ffffff;
}
.cid-uFChkQMHzC .item .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-uFChkQMHzC .card-text {
  color: #333333;
}
.cid-uFChkQMHzC .card-name {
  color: #080808;
}
.cid-tfwpZv9RW9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwpZv9RW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwpZv9RW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwpZv9RW9 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tfwpZv9RW9 .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tfwpZv9RW9 .col-img {
    order: 2;
  }
}
.cid-tfwpZv9RW9 .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tfwpZv9RW9 .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tfwpZv9RW9 .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tfwpZv9RW9 .col-tex {
    order: 1;
  }
}
.cid-tfwpZv9RW9 .card-title {
  color: #000000;
}
.cid-tfwpZv9RW9 .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tfwpZv9RW9 .mbr-section-btn {
  margin-top: 60px;
}
.cid-tfwpZv9RW9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tfwpZv9RW9 .mbr-text,
.cid-tfwpZv9RW9 .mbr-section-btn {
  color: #000000;
}
.cid-uFCda2mTg3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0db5b8;
}
.cid-uFCda2mTg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCda2mTg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCda2mTg3 .container {
  max-width: 100%;
  width: 100%;
}
.cid-uFCda2mTg3 .row {
  justify-content: center;
}
.cid-uFCda2mTg3 .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uFCda2mTg3 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uFCda2mTg3 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tfwpZdwU1g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwpZdwU1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwpZdwU1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tfwpZdwU1g .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tfwpZdwU1g .col-img {
    order: 2;
  }
}
.cid-tfwpZdwU1g .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tfwpZdwU1g .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tfwpZdwU1g .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tfwpZdwU1g .col-tex {
    order: 1;
  }
}
.cid-tfwpZdwU1g .card-title {
  color: #000000;
}
.cid-tfwpZdwU1g .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tfwpZdwU1g .mbr-section-btn {
  margin-top: 60px;
}
.cid-tfwpZdwU1g .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tfwpZdwU1g .mbr-text,
.cid-tfwpZdwU1g .mbr-section-btn {
  color: #000000;
}
.cid-uFCf1ri0xM {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFCf1ri0xM .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uFCf1ri0xM .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uFCf1ri0xM .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0db5b8;
  z-index: 1;
}
.cid-uFCf1ri0xM .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #f4f4f2;
}
.cid-uFCf1ri0xM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCf1ri0xM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCf1ri0xM .row {
  position: relative;
  z-index: 2;
}
.cid-uFCf1ri0xM .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uFCf1ri0xM .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uFCf1ri0xM .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uFCf1ri0xM .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uFCf1ri0xM .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uFCf1ri0xM .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFCf1ri0xM .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFCf1ri0xM .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uFCf1ri0xM .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFCf1ri0xM .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uFCf1ri0xM .mbr-section-title {
  color: #000000;
}
.cid-uFCf1ri0xM .mbr-text {
  color: #51565c;
}
.cid-uFCf1ri0xM .mbr-text,
.cid-uFCf1ri0xM .text-wrapper {
  color: #000000;
}
.cid-tfwr0Ye9kZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwr0Ye9kZ .row {
  justify-content: flex-start;
}
.cid-tfwr0Ye9kZ .mbr-section-title {
  color: #000000;
}
.cid-tfwr0Ye9kZ .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-tfwr0Ye9kZ .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tfwr0Ye9kZ .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-tfwr0Ye9kZ .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tfwr0Ye9kZ .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tfwr0Ye9kZ .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFCdvOnf5V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCdvOnf5V .row {
  justify-content: flex-start;
}
.cid-uFCdvOnf5V .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uFCdvOnf5V .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFCdvOnf5V .mbr-section-title {
  color: #45494E;
}
.cid-uFCdvOnf5V .mbr-section-subtitle {
  color: #45494E;
}
.cid-uFCdvOnf5V .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uFCdvOnf5V .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uFCdvOnf5V .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uFCdvOnf5V .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uFCdvOnf5V .item-content {
    padding-bottom: 10%;
  }
}
.cid-uFCdvOnf5V .item-title {
  color: #000000;
}
.cid-uFCdvOnf5V .mbr-text {
  color: #45494E;
  padding-top: 34px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uFCdvOnf5V .mbr-text {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}
.cid-uFCdvOnf5V .mbr-section-btn {
  margin-top: auto;
}
.cid-uFCdvOnf5V .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .cid-uFCdvOnf5V .item-img {
    margin-bottom: 24px;
  }
}
.cid-uFCdvOnf5V .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFCdvOnf5V .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFCdvOnf5V .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tfwqry9SUC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0db5b8;
}
.cid-tfwqry9SUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwqry9SUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwqry9SUC .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tfwqry9SUC .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-tfwqry9SUC .mbr-section-title {
  color: #000000;
}
.cid-tfwqry9SUC .mbr-section-subtitle {
  color: #45494E;
}
.cid-tfwqry9SUC .card {
  padding-bottom: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tfwqry9SUC .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-tfwqry9SUC .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tfwqry9SUC .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-tfwqry9SUC .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-tfwqry9SUC .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-tfwqry9SUC .panel-group {
  border: none;
}
.cid-tfwqry9SUC .panel-body {
  padding: 0 0 28px;
}
.cid-tfwqry9SUC .panel-text {
  color: #45494E;
}
.cid-tfwqry9SUC .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-tfwqry9SUC .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tfwqry9SUC .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tfwqry9SUC .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tfwqry9SUC .panel-title-edit {
  color: #000000;
}
.cid-tfwqry9SUC .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-tfwqry9SUC .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-tfwqry9SUC .panel-text,
.cid-tfwqry9SUC .mbr-section-btn {
  color: #000000;
}
.cid-uFCfgYR96R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCfgYR96R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCfgYR96R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCfgYR96R .container {
    padding: 0 15px;
  }
}
.cid-uFCfgYR96R .content-wrapper {
  position: relative;
}
.cid-uFCfgYR96R .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFCfgYR96R .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFCfgYR96R .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFCfgYR96R .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uFCfgYR96R .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFCfgYR96R .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uFCfgYR96R .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uFCfgYR96R .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uFCfgYR96R .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFCfgYR96R .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uFCfgYR96R .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uFCfgYR96R .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #0db5b8;
  transform: skewX(-20deg);
}
.cid-uFCfgYR96R .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFCfgYR96R .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uFCfgYR96R .mbr-text {
  color: #f7f5f6;
}
.cid-uFCfgYR96R .mbr-section-title {
  color: #000000;
}
.cid-uFCfgYR96R .mbr-text,
.cid-uFCfgYR96R .icon-wrapper {
  color: #000000;
}
.cid-uFwJ0qq5TT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0db5b8;
}
.cid-uFwJ0qq5TT .row {
  justify-content: flex-start;
}
.cid-uFwJ0qq5TT .mbr-section-title {
  color: #000000;
}
.cid-uFwJ0qq5TT .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFwJ0qq5TT .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFwJ0qq5TT .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFwJ0qq5TT .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uFwJ0qq5TT .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFwJ0qq5TT .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFCm7u0fg3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCm7u0fg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCm7u0fg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCm7u0fg3 .container {
    padding: 0 16px;
  }
}
.cid-uFCm7u0fg3 .card {
  justify-content: center;
}
.cid-uFCm7u0fg3 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #0db5b8;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uFCm7u0fg3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFCm7u0fg3 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uFCm7u0fg3 .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uFCm7u0fg3 .mbr-section-title {
  color: #000000;
}
.cid-uFCm7u0fg3 .mbr-text {
  color: #000000;
}
.cid-uFCm7u0fg3 .mbr-desc {
  color: #000000;
}
.cid-uFwBbbvMIC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uFwBbbvMIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwBbbvMIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwBbbvMIC .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uFwBbbvMIC .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFwBbbvMIC .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-uFwBbbvMIC .google-map {
  height: 600px;
  position: relative;
}
.cid-uFwBbbvMIC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFwBbbvMIC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFwBbbvMIC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFwBbbvMIC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFwBo3On2D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #0db5b8;
}
.cid-uFwBo3On2D .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFwBo3On2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwBo3On2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwBo3On2D .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFwBo3On2D .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFwBo3On2D .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFwBo3On2D .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uFwBo3On2D .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwBo3On2D .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwBo3On2D .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwBo3On2D .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFwBo3On2D .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFwBo3On2D .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFwBo3On2D .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFwBo3On2D .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwBo3On2D .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFwBo3On2D .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFwBo3On2D .mbr-section-title {
  color: #150764;
}
.cid-uFwBo3On2D .mbr-desc {
  color: #000000;
}
.cid-uFwBo3On2D .list {
  color: #150764;
}
.cid-uFwBo3On2D .list,
.cid-uFwBo3On2D .item-wrap {
  color: #000000;
}
.cid-uFwKOhFCwO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFwKOhFCwO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFwKOhFCwO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFwKOhFCwO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFwKOhFCwO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uFwKOhFCwO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFwKOhFCwO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFwKOhFCwO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uFwKOhFCwO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uFwKOhFCwO .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uFwKOhFCwO .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uFwKOhFCwO .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uFwKOhFCwO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uFwKOhFCwO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uFwKOhFCwO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFwKOhFCwO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFwKOhFCwO .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uFwKOhFCwO .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uFwKOhFCwO .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFwKOhFCwO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uFwKOhFCwO .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uFwKOhFCwO .navbar-caption:hover,
.cid-uFwKOhFCwO .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uFwKOhFCwO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFwKOhFCwO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uFwKOhFCwO .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFwKOhFCwO .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uFwKOhFCwO .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uFwKOhFCwO .menu-container {
    margin: 16px;
  }
}
.cid-uFwKOhFCwO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uFwKOhFCwO .iconfont-wrapper:hover,
.cid-uFwKOhFCwO .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uFwKOhFCwO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uFwKOhFCwO .nav-item:focus,
.cid-uFwKOhFCwO .nav-link:focus {
  outline: none;
}
.cid-uFwKOhFCwO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFwKOhFCwO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFwKOhFCwO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFwKOhFCwO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwKOhFCwO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFwKOhFCwO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFwKOhFCwO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFwKOhFCwO .navbar.opened {
  transition: all 0.3s;
}
.cid-uFwKOhFCwO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFwKOhFCwO .navbar .navbar-logo img {
  width: auto;
}
.cid-uFwKOhFCwO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFwKOhFCwO .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uFwKOhFCwO .navbar.collapsed {
  justify-content: center;
}
.cid-uFwKOhFCwO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFwKOhFCwO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFwKOhFCwO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFwKOhFCwO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFwKOhFCwO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFwKOhFCwO .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-uFwKOhFCwO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFwKOhFCwO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFwKOhFCwO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwKOhFCwO .navbar {
    min-height: 72px;
  }
  .cid-uFwKOhFCwO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFwKOhFCwO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFwKOhFCwO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFwKOhFCwO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFwKOhFCwO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFwKOhFCwO .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-uFwKOhFCwO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFwKOhFCwO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFwKOhFCwO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFwKOhFCwO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFwKOhFCwO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFwKOhFCwO .dropdown-item.active,
.cid-uFwKOhFCwO .dropdown-item:active {
  background-color: transparent;
}
.cid-uFwKOhFCwO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFwKOhFCwO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFwKOhFCwO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFwKOhFCwO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFwKOhFCwO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFwKOhFCwO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFwKOhFCwO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFwKOhFCwO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFwKOhFCwO .navbar-buttons {
    text-align: left;
  }
}
.cid-uFwKOhFCwO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFwKOhFCwO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uFwKOhFCwO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFwKOhFCwO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwKOhFCwO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwKOhFCwO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFwKOhFCwO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwKOhFCwO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFwKOhFCwO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFwKOhFCwO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwKOhFCwO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFwKOhFCwO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwKOhFCwO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFwKOhFCwO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFwKOhFCwO .navbar {
    height: 70px;
  }
  .cid-uFwKOhFCwO .navbar.opened {
    height: auto;
  }
  .cid-uFwKOhFCwO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFwKOhFCwO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uFwKOhFCwO .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFwKOhFCwO .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uFwKOhFCwO .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uFwKOhFCwO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFwKOhFCwO .navbar-brand {
    margin-right: auto;
  }
  .cid-uFwKOhFCwO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    border-radius: 4px !important;
  }
  .cid-uFwKOhFCwO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFwKOhFCwO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFwKOhFCwO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwKOhFCwO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFwKOhFCwO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFwKOhFCwO .navbar-brand,
.cid-uFwKOhFCwO .navbar-toggler,
.cid-uFwKOhFCwO .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uFCFiYiLoX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0db5b8;
}
.cid-uFCFiYiLoX .circle-wrap {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #ffffff;
}
.cid-uFCFiYiLoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCFiYiLoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCFiYiLoX .container {
    padding: 0 15px;
  }
}
.cid-uFCFiYiLoX .row {
  position: relative;
  z-index: 1;
}
.cid-uFCFiYiLoX .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFCFiYiLoX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFCFiYiLoX .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFCFiYiLoX .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uFCFiYiLoX .image-wrapper {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uFCFiYiLoX .image-wrapper {
    padding: 0;
  }
}
.cid-uFCFiYiLoX .image-wrapper img {
  height: 408px;
  width: 65%;
  object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .cid-uFCFiYiLoX .image-wrapper img {
    width: 100%;
    transform: none;
  }
}
.cid-uFCFiYiLoX .image-wrapper img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .cid-uFCFiYiLoX .image-wrapper img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.cid-uFCFiYiLoX .mbr-section-title {
  color: #30262b;
}
.cid-uFCFiYiLoX .mbr-text {
  color: #000000;
}
.cid-uFCFiYiLoX .mbr-section-title,
.cid-uFCFiYiLoX .mbr-section-btn {
  color: #000000;
}
.cid-uFwKOuFhqX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFwKOuFhqX .row {
  justify-content: flex-start;
}
.cid-uFwKOuFhqX .mbr-section-title {
  color: #000000;
}
.cid-uFwKOuFhqX .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFwKOuFhqX .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFwKOuFhqX .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFwKOuFhqX .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uFwKOuFhqX .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFwKOuFhqX .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFwKOA6g0o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uFwKOA6g0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwKOA6g0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwKOA6g0o .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uFwKOA6g0o .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFwKOA6g0o .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-uFwKOA6g0o .google-map {
  height: 600px;
  position: relative;
}
.cid-uFwKOA6g0o .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFwKOA6g0o .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFwKOA6g0o .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFwKOA6g0o .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFwKOB865F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #0db5b8;
}
.cid-uFwKOB865F .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFwKOB865F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwKOB865F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwKOB865F .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFwKOB865F .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFwKOB865F .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFwKOB865F .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uFwKOB865F .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwKOB865F .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwKOB865F .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwKOB865F .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFwKOB865F .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFwKOB865F .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFwKOB865F .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFwKOB865F .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwKOB865F .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFwKOB865F .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFwKOB865F .mbr-section-title {
  color: #150764;
}
.cid-uFwKOB865F .mbr-desc {
  color: #000000;
}
.cid-uFwKOB865F .list {
  color: #150764;
}
.cid-uFwKOB865F .list,
.cid-uFwKOB865F .item-wrap {
  color: #000000;
}
.cid-uFwLEGYYVl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFwLEGYYVl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFwLEGYYVl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFwLEGYYVl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFwLEGYYVl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uFwLEGYYVl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFwLEGYYVl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFwLEGYYVl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uFwLEGYYVl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uFwLEGYYVl .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uFwLEGYYVl .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uFwLEGYYVl .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uFwLEGYYVl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uFwLEGYYVl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uFwLEGYYVl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFwLEGYYVl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFwLEGYYVl .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uFwLEGYYVl .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uFwLEGYYVl .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFwLEGYYVl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uFwLEGYYVl .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uFwLEGYYVl .navbar-caption:hover,
.cid-uFwLEGYYVl .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uFwLEGYYVl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFwLEGYYVl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uFwLEGYYVl .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFwLEGYYVl .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uFwLEGYYVl .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uFwLEGYYVl .menu-container {
    margin: 16px;
  }
}
.cid-uFwLEGYYVl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uFwLEGYYVl .iconfont-wrapper:hover,
.cid-uFwLEGYYVl .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uFwLEGYYVl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uFwLEGYYVl .nav-item:focus,
.cid-uFwLEGYYVl .nav-link:focus {
  outline: none;
}
.cid-uFwLEGYYVl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFwLEGYYVl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFwLEGYYVl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFwLEGYYVl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwLEGYYVl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFwLEGYYVl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFwLEGYYVl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFwLEGYYVl .navbar.opened {
  transition: all 0.3s;
}
.cid-uFwLEGYYVl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFwLEGYYVl .navbar .navbar-logo img {
  width: auto;
}
.cid-uFwLEGYYVl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFwLEGYYVl .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uFwLEGYYVl .navbar.collapsed {
  justify-content: center;
}
.cid-uFwLEGYYVl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFwLEGYYVl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFwLEGYYVl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFwLEGYYVl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFwLEGYYVl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFwLEGYYVl .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-uFwLEGYYVl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFwLEGYYVl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFwLEGYYVl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFwLEGYYVl .navbar {
    min-height: 72px;
  }
  .cid-uFwLEGYYVl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFwLEGYYVl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFwLEGYYVl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFwLEGYYVl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFwLEGYYVl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFwLEGYYVl .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-uFwLEGYYVl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFwLEGYYVl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFwLEGYYVl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFwLEGYYVl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFwLEGYYVl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFwLEGYYVl .dropdown-item.active,
.cid-uFwLEGYYVl .dropdown-item:active {
  background-color: transparent;
}
.cid-uFwLEGYYVl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFwLEGYYVl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFwLEGYYVl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFwLEGYYVl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFwLEGYYVl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFwLEGYYVl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFwLEGYYVl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFwLEGYYVl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFwLEGYYVl .navbar-buttons {
    text-align: left;
  }
}
.cid-uFwLEGYYVl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFwLEGYYVl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uFwLEGYYVl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFwLEGYYVl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwLEGYYVl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwLEGYYVl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFwLEGYYVl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwLEGYYVl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFwLEGYYVl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFwLEGYYVl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwLEGYYVl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFwLEGYYVl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwLEGYYVl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFwLEGYYVl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFwLEGYYVl .navbar {
    height: 70px;
  }
  .cid-uFwLEGYYVl .navbar.opened {
    height: auto;
  }
  .cid-uFwLEGYYVl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFwLEGYYVl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uFwLEGYYVl .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFwLEGYYVl .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uFwLEGYYVl .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uFwLEGYYVl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFwLEGYYVl .navbar-brand {
    margin-right: auto;
  }
  .cid-uFwLEGYYVl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    border-radius: 4px !important;
  }
  .cid-uFwLEGYYVl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFwLEGYYVl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFwLEGYYVl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFwLEGYYVl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFwLEGYYVl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFwLEGYYVl .navbar-brand,
.cid-uFwLEGYYVl .navbar-toggler,
.cid-uFwLEGYYVl .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uFCFsAwdrE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0db5b8;
}
.cid-uFCFsAwdrE .circle-wrap {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #ffffff;
}
.cid-uFCFsAwdrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCFsAwdrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCFsAwdrE .container {
    padding: 0 15px;
  }
}
.cid-uFCFsAwdrE .row {
  position: relative;
  z-index: 1;
}
.cid-uFCFsAwdrE .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFCFsAwdrE .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFCFsAwdrE .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFCFsAwdrE .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uFCFsAwdrE .image-wrapper {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uFCFsAwdrE .image-wrapper {
    padding: 0;
  }
}
.cid-uFCFsAwdrE .image-wrapper img {
  height: 408px;
  width: 65%;
  object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .cid-uFCFsAwdrE .image-wrapper img {
    width: 100%;
    transform: none;
  }
}
.cid-uFCFsAwdrE .image-wrapper img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .cid-uFCFsAwdrE .image-wrapper img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.cid-uFCFsAwdrE .mbr-section-title {
  color: #30262b;
}
.cid-uFCFsAwdrE .mbr-text {
  color: #000000;
}
.cid-uFCFsAwdrE .mbr-section-title,
.cid-uFCFsAwdrE .mbr-section-btn {
  color: #000000;
}
.cid-uFwLEJlyyJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFwLEJlyyJ .row {
  justify-content: flex-start;
}
.cid-uFwLEJlyyJ .mbr-section-title {
  color: #000000;
}
.cid-uFwLEJlyyJ .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFwLEJlyyJ .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFwLEJlyyJ .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFwLEJlyyJ .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uFwLEJlyyJ .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFwLEJlyyJ .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFwLEKh0og {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uFwLEKh0og .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwLEKh0og .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwLEKh0og .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uFwLEKh0og .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFwLEKh0og .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-uFwLEKh0og .google-map {
  height: 600px;
  position: relative;
}
.cid-uFwLEKh0og .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFwLEKh0og .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFwLEKh0og .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFwLEKh0og .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFwLELcRMu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #0db5b8;
}
.cid-uFwLELcRMu .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFwLELcRMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwLELcRMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwLELcRMu .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFwLELcRMu .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFwLELcRMu .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFwLELcRMu .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uFwLELcRMu .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwLELcRMu .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwLELcRMu .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwLELcRMu .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFwLELcRMu .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFwLELcRMu .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFwLELcRMu .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFwLELcRMu .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwLELcRMu .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFwLELcRMu .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFwLELcRMu .mbr-section-title {
  color: #150764;
}
.cid-uFwLELcRMu .mbr-desc {
  color: #000000;
}
.cid-uFwLELcRMu .list {
  color: #150764;
}
.cid-uFwLELcRMu .list,
.cid-uFwLELcRMu .item-wrap {
  color: #000000;
}
.cid-uFCqJqa2xC {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFCqJqa2xC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFCqJqa2xC .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFCqJqa2xC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFCqJqa2xC .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uFCqJqa2xC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFCqJqa2xC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFCqJqa2xC .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uFCqJqa2xC .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uFCqJqa2xC .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uFCqJqa2xC .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uFCqJqa2xC .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uFCqJqa2xC .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uFCqJqa2xC .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uFCqJqa2xC .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFCqJqa2xC .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFCqJqa2xC .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uFCqJqa2xC .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uFCqJqa2xC .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFCqJqa2xC .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uFCqJqa2xC .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uFCqJqa2xC .navbar-caption:hover,
.cid-uFCqJqa2xC .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uFCqJqa2xC .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFCqJqa2xC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uFCqJqa2xC .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFCqJqa2xC .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uFCqJqa2xC .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uFCqJqa2xC .menu-container {
    margin: 16px;
  }
}
.cid-uFCqJqa2xC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uFCqJqa2xC .iconfont-wrapper:hover,
.cid-uFCqJqa2xC .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uFCqJqa2xC .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uFCqJqa2xC .nav-item:focus,
.cid-uFCqJqa2xC .nav-link:focus {
  outline: none;
}
.cid-uFCqJqa2xC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFCqJqa2xC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFCqJqa2xC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFCqJqa2xC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFCqJqa2xC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFCqJqa2xC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFCqJqa2xC .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFCqJqa2xC .navbar.opened {
  transition: all 0.3s;
}
.cid-uFCqJqa2xC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFCqJqa2xC .navbar .navbar-logo img {
  width: auto;
}
.cid-uFCqJqa2xC .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFCqJqa2xC .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uFCqJqa2xC .navbar.collapsed {
  justify-content: center;
}
.cid-uFCqJqa2xC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFCqJqa2xC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFCqJqa2xC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFCqJqa2xC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFCqJqa2xC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFCqJqa2xC .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-uFCqJqa2xC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFCqJqa2xC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFCqJqa2xC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFCqJqa2xC .navbar {
    min-height: 72px;
  }
  .cid-uFCqJqa2xC .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFCqJqa2xC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFCqJqa2xC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFCqJqa2xC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFCqJqa2xC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFCqJqa2xC .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-uFCqJqa2xC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFCqJqa2xC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFCqJqa2xC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFCqJqa2xC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFCqJqa2xC .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFCqJqa2xC .dropdown-item.active,
.cid-uFCqJqa2xC .dropdown-item:active {
  background-color: transparent;
}
.cid-uFCqJqa2xC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFCqJqa2xC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFCqJqa2xC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFCqJqa2xC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFCqJqa2xC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFCqJqa2xC .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFCqJqa2xC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFCqJqa2xC .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFCqJqa2xC .navbar-buttons {
    text-align: left;
  }
}
.cid-uFCqJqa2xC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFCqJqa2xC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uFCqJqa2xC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFCqJqa2xC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFCqJqa2xC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFCqJqa2xC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFCqJqa2xC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFCqJqa2xC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFCqJqa2xC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFCqJqa2xC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFCqJqa2xC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFCqJqa2xC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFCqJqa2xC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFCqJqa2xC .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFCqJqa2xC .navbar {
    height: 70px;
  }
  .cid-uFCqJqa2xC .navbar.opened {
    height: auto;
  }
  .cid-uFCqJqa2xC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFCqJqa2xC .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFCqJqa2xC .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFCqJqa2xC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFCqJqa2xC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uFCqJqa2xC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFCqJqa2xC .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uFCqJqa2xC .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFCqJqa2xC .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uFCqJqa2xC .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uFCqJqa2xC .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFCqJqa2xC .navbar-brand {
    margin-right: auto;
  }
  .cid-uFCqJqa2xC .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    border-radius: 4px !important;
  }
  .cid-uFCqJqa2xC .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFCqJqa2xC .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFCqJqa2xC .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFCqJqa2xC .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFCqJqa2xC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFCqJqa2xC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uFCqJqa2xC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFCqJqa2xC .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFCqJqa2xC .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFCqJqa2xC .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFCqJqa2xC .navbar-brand,
.cid-uFCqJqa2xC .navbar-toggler,
.cid-uFCqJqa2xC .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uFCqJrmAhK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0db5b8;
}
.cid-uFCqJrmAhK .circle-wrap {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #ffffff;
}
.cid-uFCqJrmAhK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCqJrmAhK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCqJrmAhK .container {
    padding: 0 15px;
  }
}
.cid-uFCqJrmAhK .row {
  position: relative;
  z-index: 1;
}
.cid-uFCqJrmAhK .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFCqJrmAhK .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFCqJrmAhK .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFCqJrmAhK .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uFCqJrmAhK .image-wrapper {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uFCqJrmAhK .image-wrapper {
    padding: 0;
  }
}
.cid-uFCqJrmAhK .image-wrapper img {
  height: 408px;
  width: 65%;
  object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .cid-uFCqJrmAhK .image-wrapper img {
    width: 100%;
    transform: none;
  }
}
.cid-uFCqJrmAhK .image-wrapper img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .cid-uFCqJrmAhK .image-wrapper img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.cid-uFCqJrmAhK .mbr-section-title {
  color: #30262b;
}
.cid-uFCqJrmAhK .mbr-text {
  color: #000000;
}
.cid-uFCqJrmAhK .mbr-section-title,
.cid-uFCqJrmAhK .mbr-section-btn {
  color: #000000;
}
.cid-uFCqJstVzA {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCqJstVzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCqJstVzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCqJstVzA .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFCqJstVzA .container {
    padding: 0 12px;
  }
}
.cid-uFCqJstVzA .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFCqJstVzA .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uFCqJstVzA .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uFCqJstVzA .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #0db5b8;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uFCqJstVzA .mbr-section-title {
  color: #222222;
}
.cid-uFCqJtu9pZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0db5b8;
}
.cid-uFCqJtu9pZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCqJtu9pZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCqJtu9pZ .card-wrapper {
  width: 100%;
}
.cid-uFCqJtu9pZ .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFCqJtu9pZ .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uFCqJtu9pZ .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-uFCqJtu9pZ .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uFCqJtu9pZ .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-uFCqJtu9pZ .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFCqJtu9pZ .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-uFCqJtu9pZ .text-wrap {
    padding: 8px 16px;
  }
}
.cid-uFCqJtu9pZ .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uFCqJtu9pZ .card-title {
    text-align: center !important;
  }
}
.cid-uFCqJtu9pZ .card-text {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uFCqJtu9pZ .card-text {
    text-align: center !important;
  }
}
.cid-uFCqJuDYaP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCqJuDYaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCqJuDYaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCqJuDYaP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uFCqJuDYaP .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uFCqJuDYaP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFCqJuDYaP .container {
    padding: 0 16px;
  }
}
.cid-uFCqJuDYaP .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uFCqJuDYaP .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uFCqJuDYaP .item {
    margin-bottom: 24px;
  }
}
.cid-uFCqJuDYaP .item .item-wrapper {
  background-image: linear-gradient(135deg, #0db5b8, #0db5b8 34%, #0db5b8 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-uFCqJuDYaP .item .item-wrapper .item-content {
  border-radius: 1.9em;
  background-color: #ffffff;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFCqJuDYaP .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uFCqJuDYaP .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-uFCqJuDYaP .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFCqJuDYaP .item .item-wrapper .item-content .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-uFCqJuDYaP .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #0db5b8, #e26a69);
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uFCqJuDYaP .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
    margin: 0 0 16px 0;
  }
}
.cid-uFCqJuDYaP .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #ffffff;
}
.cid-uFCqJuDYaP .item .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-uFCqJuDYaP .card-text {
  color: #333333;
}
.cid-uFCqJuDYaP .card-name {
  color: #080808;
}
.cid-uFCqJvUgzS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCqJvUgzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCqJvUgzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCqJvUgzS .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFCqJvUgzS .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uFCqJvUgzS .col-img {
    order: 2;
  }
}
.cid-uFCqJvUgzS .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uFCqJvUgzS .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uFCqJvUgzS .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uFCqJvUgzS .col-tex {
    order: 1;
  }
}
.cid-uFCqJvUgzS .card-title {
  color: #000000;
}
.cid-uFCqJvUgzS .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uFCqJvUgzS .mbr-section-btn {
  margin-top: 60px;
}
.cid-uFCqJvUgzS .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uFCqJvUgzS .mbr-text,
.cid-uFCqJvUgzS .mbr-section-btn {
  color: #000000;
}
.cid-uFCqJx0V4s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0db5b8;
}
.cid-uFCqJx0V4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCqJx0V4s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCqJx0V4s .container {
  max-width: 100%;
  width: 100%;
}
.cid-uFCqJx0V4s .row {
  justify-content: center;
}
.cid-uFCqJx0V4s .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uFCqJx0V4s .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uFCqJx0V4s .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uGDvMwZqic {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGDvMwZqic .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGDvMwZqic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGDvMwZqic .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uGDvMwZqic .col-img {
    order: 2;
  }
}
.cid-uGDvMwZqic .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uGDvMwZqic .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uGDvMwZqic .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uGDvMwZqic .col-tex {
    order: 1;
  }
}
.cid-uGDvMwZqic .card-title {
  color: #000000;
}
.cid-uGDvMwZqic .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uGDvMwZqic .mbr-section-btn {
  margin-top: 60px;
}
.cid-uGDvMwZqic .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uGDvMwZqic .mbr-text,
.cid-uGDvMwZqic .mbr-section-btn {
  color: #000000;
}
.cid-uFCqJzjmim {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFCqJzjmim .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uFCqJzjmim .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uFCqJzjmim .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0db5b8;
  z-index: 1;
}
.cid-uFCqJzjmim .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #f4f4f2;
}
.cid-uFCqJzjmim .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCqJzjmim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCqJzjmim .row {
  position: relative;
  z-index: 2;
}
.cid-uFCqJzjmim .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uFCqJzjmim .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uFCqJzjmim .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uFCqJzjmim .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uFCqJzjmim .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uFCqJzjmim .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFCqJzjmim .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFCqJzjmim .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uFCqJzjmim .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFCqJzjmim .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uFCqJzjmim .mbr-section-title {
  color: #000000;
}
.cid-uFCqJzjmim .mbr-text {
  color: #51565c;
}
.cid-uFCqJzjmim .mbr-text,
.cid-uFCqJzjmim .text-wrapper {
  color: #000000;
}
.cid-uFCqJArdLG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCqJArdLG .row {
  justify-content: flex-start;
}
.cid-uFCqJArdLG .mbr-section-title {
  color: #000000;
}
.cid-uFCqJArdLG .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFCqJArdLG .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFCqJArdLG .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFCqJArdLG .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uFCqJArdLG .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFCqJArdLG .mbr-text {
    margin-top: 20px;
  }
}
.cid-uGDvPC31Bz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGDvPC31Bz .row {
  justify-content: flex-start;
}
.cid-uGDvPC31Bz .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uGDvPC31Bz .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uGDvPC31Bz .mbr-section-title {
  color: #45494E;
}
.cid-uGDvPC31Bz .mbr-section-subtitle {
  color: #45494E;
}
.cid-uGDvPC31Bz .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uGDvPC31Bz .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uGDvPC31Bz .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uGDvPC31Bz .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uGDvPC31Bz .item-content {
    padding-bottom: 10%;
  }
}
.cid-uGDvPC31Bz .item-title {
  color: #000000;
}
.cid-uGDvPC31Bz .mbr-text {
  color: #45494E;
  padding-top: 34px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uGDvPC31Bz .mbr-text {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}
.cid-uGDvPC31Bz .mbr-section-btn {
  margin-top: auto;
}
.cid-uGDvPC31Bz .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .cid-uGDvPC31Bz .item-img {
    margin-bottom: 24px;
  }
}
.cid-uGDvPC31Bz .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uGDvPC31Bz .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uGDvPC31Bz .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uFCqJCJVln {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0db5b8;
}
.cid-uFCqJCJVln .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCqJCJVln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCqJCJVln .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uFCqJCJVln .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-uFCqJCJVln .mbr-section-title {
  color: #000000;
}
.cid-uFCqJCJVln .mbr-section-subtitle {
  color: #45494E;
}
.cid-uFCqJCJVln .card {
  padding-bottom: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uFCqJCJVln .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-uFCqJCJVln .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFCqJCJVln .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-uFCqJCJVln .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-uFCqJCJVln .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-uFCqJCJVln .panel-group {
  border: none;
}
.cid-uFCqJCJVln .panel-body {
  padding: 0 0 28px;
}
.cid-uFCqJCJVln .panel-text {
  color: #45494E;
}
.cid-uFCqJCJVln .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-uFCqJCJVln .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFCqJCJVln .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-uFCqJCJVln .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-uFCqJCJVln .panel-title-edit {
  color: #000000;
}
.cid-uFCqJCJVln .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-uFCqJCJVln .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-uFCqJCJVln .panel-text,
.cid-uFCqJCJVln .mbr-section-btn {
  color: #000000;
}
.cid-uFCqJE6YS1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCqJE6YS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCqJE6YS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCqJE6YS1 .container {
    padding: 0 15px;
  }
}
.cid-uFCqJE6YS1 .content-wrapper {
  position: relative;
}
.cid-uFCqJE6YS1 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFCqJE6YS1 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFCqJE6YS1 .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFCqJE6YS1 .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uFCqJE6YS1 .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFCqJE6YS1 .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uFCqJE6YS1 .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uFCqJE6YS1 .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uFCqJE6YS1 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFCqJE6YS1 .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uFCqJE6YS1 .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uFCqJE6YS1 .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #0db5b8;
  transform: skewX(-20deg);
}
.cid-uFCqJE6YS1 .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFCqJE6YS1 .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uFCqJE6YS1 .mbr-text {
  color: #f7f5f6;
}
.cid-uFCqJE6YS1 .mbr-section-title {
  color: #000000;
}
.cid-uFCqJE6YS1 .mbr-text,
.cid-uFCqJE6YS1 .icon-wrapper {
  color: #000000;
}
.cid-uFCqJFkBix {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0db5b8;
}
.cid-uFCqJFkBix .row {
  justify-content: flex-start;
}
.cid-uFCqJFkBix .mbr-section-title {
  color: #000000;
}
.cid-uFCqJFkBix .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFCqJFkBix .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFCqJFkBix .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFCqJFkBix .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uFCqJFkBix .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFCqJFkBix .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFCqJGwaZG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCqJGwaZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCqJGwaZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCqJGwaZG .container {
    padding: 0 16px;
  }
}
.cid-uFCqJGwaZG .card {
  justify-content: center;
}
.cid-uFCqJGwaZG .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #0db5b8;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uFCqJGwaZG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFCqJGwaZG .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uFCqJGwaZG .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uFCqJGwaZG .mbr-section-title {
  color: #000000;
}
.cid-uFCqJGwaZG .mbr-text {
  color: #000000;
}
.cid-uFCqJGwaZG .mbr-desc {
  color: #000000;
}
.cid-uFCsvpOqEb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0db5b8;
}
.cid-uFCsvpOqEb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCsvpOqEb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCsvpOqEb .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFCsvpOqEb .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFCsvpOqEb .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFCsvpOqEb .panel-group .card {
    padding: 16px;
  }
}
.cid-uFCsvpOqEb .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFCsvpOqEb .panel-group .card:hover,
.cid-uFCsvpOqEb .panel-group .card:focus {
  border: 1px solid #bff747;
}
.cid-uFCsvpOqEb .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFCsvpOqEb .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFCsvpOqEb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFCsvpOqEb .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000000;
}
.cid-uFCsvpOqEb .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uFCsvpOqEb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFCsvpOqEb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #bff747;
}
.cid-uFCsvpOqEb .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uFCsvpOqEb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFCsvpOqEb .mbr-section-title {
  color: #ffffff;
}
.cid-uFCsvpOqEb .panel-title-edit {
  color: #000000;
}
.cid-uFCsvpOqEb .panel-text {
  color: #000000;
}
.cid-uFCsvpOqEb .mbr-section-title,
.cid-uFCsvpOqEb .mbr-section-btn {
  color: #000000;
}
.cid-uFCqJHFPNL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uFCqJHFPNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCqJHFPNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCqJHFPNL .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uFCqJHFPNL .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFCqJHFPNL .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-uFCqJHFPNL .google-map {
  height: 600px;
  position: relative;
}
.cid-uFCqJHFPNL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFCqJHFPNL .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFCqJHFPNL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFCqJHFPNL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFCqJIURNq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #0db5b8;
}
.cid-uFCqJIURNq .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFCqJIURNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCqJIURNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCqJIURNq .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFCqJIURNq .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFCqJIURNq .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFCqJIURNq .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uFCqJIURNq .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFCqJIURNq .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFCqJIURNq .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFCqJIURNq .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFCqJIURNq .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFCqJIURNq .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFCqJIURNq .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFCqJIURNq .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFCqJIURNq .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFCqJIURNq .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFCqJIURNq .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFCqJIURNq .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFCqJIURNq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFCqJIURNq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFCqJIURNq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFCqJIURNq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFCqJIURNq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFCqJIURNq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFCqJIURNq .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFCqJIURNq .mbr-section-title {
  color: #150764;
}
.cid-uFCqJIURNq .mbr-desc {
  color: #000000;
}
.cid-uFCqJIURNq .list {
  color: #150764;
}
.cid-uFCqJIURNq .list,
.cid-uFCqJIURNq .item-wrap {
  color: #000000;
}
.cid-uFCsU8ZOTx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFCsU8ZOTx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFCsU8ZOTx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFCsU8ZOTx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFCsU8ZOTx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uFCsU8ZOTx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFCsU8ZOTx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFCsU8ZOTx .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uFCsU8ZOTx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uFCsU8ZOTx .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uFCsU8ZOTx .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uFCsU8ZOTx .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uFCsU8ZOTx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uFCsU8ZOTx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uFCsU8ZOTx .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFCsU8ZOTx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFCsU8ZOTx .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uFCsU8ZOTx .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uFCsU8ZOTx .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFCsU8ZOTx .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uFCsU8ZOTx .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uFCsU8ZOTx .navbar-caption:hover,
.cid-uFCsU8ZOTx .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uFCsU8ZOTx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFCsU8ZOTx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uFCsU8ZOTx .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFCsU8ZOTx .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uFCsU8ZOTx .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uFCsU8ZOTx .menu-container {
    margin: 16px;
  }
}
.cid-uFCsU8ZOTx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uFCsU8ZOTx .iconfont-wrapper:hover,
.cid-uFCsU8ZOTx .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uFCsU8ZOTx .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uFCsU8ZOTx .nav-item:focus,
.cid-uFCsU8ZOTx .nav-link:focus {
  outline: none;
}
.cid-uFCsU8ZOTx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFCsU8ZOTx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFCsU8ZOTx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFCsU8ZOTx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFCsU8ZOTx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFCsU8ZOTx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFCsU8ZOTx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFCsU8ZOTx .navbar.opened {
  transition: all 0.3s;
}
.cid-uFCsU8ZOTx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFCsU8ZOTx .navbar .navbar-logo img {
  width: auto;
}
.cid-uFCsU8ZOTx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFCsU8ZOTx .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uFCsU8ZOTx .navbar.collapsed {
  justify-content: center;
}
.cid-uFCsU8ZOTx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFCsU8ZOTx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFCsU8ZOTx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFCsU8ZOTx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFCsU8ZOTx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFCsU8ZOTx .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-uFCsU8ZOTx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFCsU8ZOTx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFCsU8ZOTx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFCsU8ZOTx .navbar {
    min-height: 72px;
  }
  .cid-uFCsU8ZOTx .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFCsU8ZOTx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFCsU8ZOTx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFCsU8ZOTx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFCsU8ZOTx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFCsU8ZOTx .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-uFCsU8ZOTx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFCsU8ZOTx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFCsU8ZOTx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFCsU8ZOTx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFCsU8ZOTx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFCsU8ZOTx .dropdown-item.active,
.cid-uFCsU8ZOTx .dropdown-item:active {
  background-color: transparent;
}
.cid-uFCsU8ZOTx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFCsU8ZOTx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFCsU8ZOTx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFCsU8ZOTx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFCsU8ZOTx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFCsU8ZOTx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFCsU8ZOTx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFCsU8ZOTx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFCsU8ZOTx .navbar-buttons {
    text-align: left;
  }
}
.cid-uFCsU8ZOTx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFCsU8ZOTx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uFCsU8ZOTx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFCsU8ZOTx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFCsU8ZOTx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFCsU8ZOTx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFCsU8ZOTx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFCsU8ZOTx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFCsU8ZOTx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFCsU8ZOTx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFCsU8ZOTx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFCsU8ZOTx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFCsU8ZOTx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFCsU8ZOTx .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFCsU8ZOTx .navbar {
    height: 70px;
  }
  .cid-uFCsU8ZOTx .navbar.opened {
    height: auto;
  }
  .cid-uFCsU8ZOTx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFCsU8ZOTx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFCsU8ZOTx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFCsU8ZOTx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFCsU8ZOTx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uFCsU8ZOTx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFCsU8ZOTx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uFCsU8ZOTx .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFCsU8ZOTx .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uFCsU8ZOTx .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uFCsU8ZOTx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFCsU8ZOTx .navbar-brand {
    margin-right: auto;
  }
  .cid-uFCsU8ZOTx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    border-radius: 4px !important;
  }
  .cid-uFCsU8ZOTx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFCsU8ZOTx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFCsU8ZOTx .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFCsU8ZOTx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFCsU8ZOTx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFCsU8ZOTx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uFCsU8ZOTx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFCsU8ZOTx .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFCsU8ZOTx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFCsU8ZOTx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFCsU8ZOTx .navbar-brand,
.cid-uFCsU8ZOTx .navbar-toggler,
.cid-uFCsU8ZOTx .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uFCsUauert {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0db5b8;
}
.cid-uFCsUauert .circle-wrap {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #ffffff;
}
.cid-uFCsUauert .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCsUauert .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCsUauert .container {
    padding: 0 15px;
  }
}
.cid-uFCsUauert .row {
  position: relative;
  z-index: 1;
}
.cid-uFCsUauert .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFCsUauert .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFCsUauert .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFCsUauert .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uFCsUauert .image-wrapper {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uFCsUauert .image-wrapper {
    padding: 0;
  }
}
.cid-uFCsUauert .image-wrapper img {
  height: 408px;
  width: 65%;
  object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .cid-uFCsUauert .image-wrapper img {
    width: 100%;
    transform: none;
  }
}
.cid-uFCsUauert .image-wrapper img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .cid-uFCsUauert .image-wrapper img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.cid-uFCsUauert .mbr-section-title {
  color: #30262b;
}
.cid-uFCsUauert .mbr-text {
  color: #000000;
}
.cid-uFCsUauert .mbr-section-title,
.cid-uFCsUauert .mbr-section-btn {
  color: #000000;
}
.cid-uFCsUbLLtI {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCsUbLLtI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCsUbLLtI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCsUbLLtI .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFCsUbLLtI .container {
    padding: 0 12px;
  }
}
.cid-uFCsUbLLtI .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFCsUbLLtI .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uFCsUbLLtI .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uFCsUbLLtI .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #0db5b8;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uFCsUbLLtI .mbr-section-title {
  color: #222222;
}
.cid-uFCsUcXg4F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0db5b8;
}
.cid-uFCsUcXg4F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCsUcXg4F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCsUcXg4F .card-wrapper {
  width: 100%;
}
.cid-uFCsUcXg4F .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFCsUcXg4F .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uFCsUcXg4F .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-uFCsUcXg4F .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uFCsUcXg4F .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-uFCsUcXg4F .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFCsUcXg4F .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-uFCsUcXg4F .text-wrap {
    padding: 8px 16px;
  }
}
.cid-uFCsUcXg4F .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uFCsUcXg4F .card-title {
    text-align: center !important;
  }
}
.cid-uFCsUcXg4F .card-text {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uFCsUcXg4F .card-text {
    text-align: center !important;
  }
}
.cid-uFCsUeCpg0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCsUeCpg0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCsUeCpg0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCsUeCpg0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uFCsUeCpg0 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uFCsUeCpg0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFCsUeCpg0 .container {
    padding: 0 16px;
  }
}
.cid-uFCsUeCpg0 .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uFCsUeCpg0 .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uFCsUeCpg0 .item {
    margin-bottom: 24px;
  }
}
.cid-uFCsUeCpg0 .item .item-wrapper {
  background-image: linear-gradient(135deg, #0db5b8, #0db5b8 34%, #0db5b8 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-uFCsUeCpg0 .item .item-wrapper .item-content {
  border-radius: 1.9em;
  background-color: #ffffff;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFCsUeCpg0 .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uFCsUeCpg0 .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-uFCsUeCpg0 .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFCsUeCpg0 .item .item-wrapper .item-content .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-uFCsUeCpg0 .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #0db5b8, #e26a69);
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uFCsUeCpg0 .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
    margin: 0 0 16px 0;
  }
}
.cid-uFCsUeCpg0 .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #ffffff;
}
.cid-uFCsUeCpg0 .item .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-uFCsUeCpg0 .card-text {
  color: #333333;
}
.cid-uFCsUeCpg0 .card-name {
  color: #080808;
}
.cid-uFCsUgpgwX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCsUgpgwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCsUgpgwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCsUgpgwX .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFCsUgpgwX .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uFCsUgpgwX .col-img {
    order: 2;
  }
}
.cid-uFCsUgpgwX .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uFCsUgpgwX .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uFCsUgpgwX .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uFCsUgpgwX .col-tex {
    order: 1;
  }
}
.cid-uFCsUgpgwX .card-title {
  color: #000000;
}
.cid-uFCsUgpgwX .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uFCsUgpgwX .mbr-section-btn {
  margin-top: 60px;
}
.cid-uFCsUgpgwX .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uFCsUgpgwX .mbr-text,
.cid-uFCsUgpgwX .mbr-section-btn {
  color: #000000;
}
.cid-uFCsUhGb5Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0db5b8;
}
.cid-uFCsUhGb5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCsUhGb5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCsUhGb5Z .container {
  max-width: 100%;
  width: 100%;
}
.cid-uFCsUhGb5Z .row {
  justify-content: center;
}
.cid-uFCsUhGb5Z .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uFCsUhGb5Z .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uFCsUhGb5Z .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uGDvY79MZ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGDvY79MZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGDvY79MZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGDvY79MZ7 .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uGDvY79MZ7 .col-img {
    order: 2;
  }
}
.cid-uGDvY79MZ7 .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uGDvY79MZ7 .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uGDvY79MZ7 .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uGDvY79MZ7 .col-tex {
    order: 1;
  }
}
.cid-uGDvY79MZ7 .card-title {
  color: #000000;
}
.cid-uGDvY79MZ7 .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uGDvY79MZ7 .mbr-section-btn {
  margin-top: 60px;
}
.cid-uGDvY79MZ7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uGDvY79MZ7 .mbr-text,
.cid-uGDvY79MZ7 .mbr-section-btn {
  color: #000000;
}
.cid-uFCsUkDujC {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFCsUkDujC .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uFCsUkDujC .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uFCsUkDujC .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0db5b8;
  z-index: 1;
}
.cid-uFCsUkDujC .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #f4f4f2;
}
.cid-uFCsUkDujC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCsUkDujC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCsUkDujC .row {
  position: relative;
  z-index: 2;
}
.cid-uFCsUkDujC .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uFCsUkDujC .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uFCsUkDujC .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uFCsUkDujC .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uFCsUkDujC .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uFCsUkDujC .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFCsUkDujC .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFCsUkDujC .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uFCsUkDujC .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFCsUkDujC .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uFCsUkDujC .mbr-section-title {
  color: #000000;
}
.cid-uFCsUkDujC .mbr-text {
  color: #51565c;
}
.cid-uFCsUkDujC .mbr-text,
.cid-uFCsUkDujC .text-wrapper {
  color: #000000;
}
.cid-uFCsUlZD5e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCsUlZD5e .row {
  justify-content: flex-start;
}
.cid-uFCsUlZD5e .mbr-section-title {
  color: #000000;
}
.cid-uFCsUlZD5e .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFCsUlZD5e .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFCsUlZD5e .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFCsUlZD5e .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uFCsUlZD5e .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFCsUlZD5e .mbr-text {
    margin-top: 20px;
  }
}
.cid-uGDw24g72d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGDw24g72d .row {
  justify-content: flex-start;
}
.cid-uGDw24g72d .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uGDw24g72d .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uGDw24g72d .mbr-section-title {
  color: #45494E;
}
.cid-uGDw24g72d .mbr-section-subtitle {
  color: #45494E;
}
.cid-uGDw24g72d .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uGDw24g72d .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uGDw24g72d .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uGDw24g72d .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uGDw24g72d .item-content {
    padding-bottom: 10%;
  }
}
.cid-uGDw24g72d .item-title {
  color: #000000;
}
.cid-uGDw24g72d .mbr-text {
  color: #45494E;
  padding-top: 34px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uGDw24g72d .mbr-text {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}
.cid-uGDw24g72d .mbr-section-btn {
  margin-top: auto;
}
.cid-uGDw24g72d .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .cid-uGDw24g72d .item-img {
    margin-bottom: 24px;
  }
}
.cid-uGDw24g72d .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uGDw24g72d .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uGDw24g72d .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uFCsUoObVv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0db5b8;
}
.cid-uFCsUoObVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCsUoObVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCsUoObVv .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uFCsUoObVv .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-uFCsUoObVv .mbr-section-title {
  color: #000000;
}
.cid-uFCsUoObVv .mbr-section-subtitle {
  color: #45494E;
}
.cid-uFCsUoObVv .card {
  padding-bottom: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uFCsUoObVv .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-uFCsUoObVv .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFCsUoObVv .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-uFCsUoObVv .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-uFCsUoObVv .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-uFCsUoObVv .panel-group {
  border: none;
}
.cid-uFCsUoObVv .panel-body {
  padding: 0 0 28px;
}
.cid-uFCsUoObVv .panel-text {
  color: #45494E;
}
.cid-uFCsUoObVv .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-uFCsUoObVv .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFCsUoObVv .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-uFCsUoObVv .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-uFCsUoObVv .panel-title-edit {
  color: #000000;
}
.cid-uFCsUoObVv .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-uFCsUoObVv .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-uFCsUoObVv .panel-text,
.cid-uFCsUoObVv .mbr-section-btn {
  color: #000000;
}
.cid-uFCsUqFOO8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCsUqFOO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCsUqFOO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCsUqFOO8 .container {
    padding: 0 15px;
  }
}
.cid-uFCsUqFOO8 .content-wrapper {
  position: relative;
}
.cid-uFCsUqFOO8 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFCsUqFOO8 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFCsUqFOO8 .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFCsUqFOO8 .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uFCsUqFOO8 .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFCsUqFOO8 .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uFCsUqFOO8 .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uFCsUqFOO8 .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uFCsUqFOO8 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFCsUqFOO8 .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uFCsUqFOO8 .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uFCsUqFOO8 .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #0db5b8;
  transform: skewX(-20deg);
}
.cid-uFCsUqFOO8 .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFCsUqFOO8 .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uFCsUqFOO8 .mbr-text {
  color: #f7f5f6;
}
.cid-uFCsUqFOO8 .mbr-section-title {
  color: #000000;
}
.cid-uFCsUqFOO8 .mbr-text,
.cid-uFCsUqFOO8 .icon-wrapper {
  color: #000000;
}
.cid-uFCsUsf91Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0db5b8;
}
.cid-uFCsUsf91Z .row {
  justify-content: flex-start;
}
.cid-uFCsUsf91Z .mbr-section-title {
  color: #000000;
}
.cid-uFCsUsf91Z .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFCsUsf91Z .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFCsUsf91Z .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFCsUsf91Z .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uFCsUsf91Z .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFCsUsf91Z .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFCXsobk9x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCXsobk9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCXsobk9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCXsobk9x .container {
    padding: 0 20px;
  }
}
.cid-uFCXsobk9x .row {
  margin: 0;
}
.cid-uFCXsobk9x .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFCXsobk9x .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFCXsobk9x .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uFCXsobk9x .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uFCXsobk9x .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uFCXsobk9x .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uFCXsobk9x .mbr-section-title {
  color: #000000;
}
.cid-uFCsUtBAwq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCsUtBAwq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCsUtBAwq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCsUtBAwq .container {
    padding: 0 16px;
  }
}
.cid-uFCsUtBAwq .card {
  justify-content: center;
}
.cid-uFCsUtBAwq .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #0db5b8;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uFCsUtBAwq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFCsUtBAwq .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uFCsUtBAwq .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uFCsUtBAwq .mbr-section-title {
  color: #000000;
}
.cid-uFCsUtBAwq .mbr-text {
  color: #000000;
}
.cid-uFCsUtBAwq .mbr-desc {
  color: #000000;
}
.cid-uFCsUv8xFb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0db5b8;
}
.cid-uFCsUv8xFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCsUv8xFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCsUv8xFb .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFCsUv8xFb .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFCsUv8xFb .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFCsUv8xFb .panel-group .card {
    padding: 16px;
  }
}
.cid-uFCsUv8xFb .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFCsUv8xFb .panel-group .card:hover,
.cid-uFCsUv8xFb .panel-group .card:focus {
  border: 1px solid #bff747;
}
.cid-uFCsUv8xFb .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFCsUv8xFb .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFCsUv8xFb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFCsUv8xFb .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000000;
}
.cid-uFCsUv8xFb .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uFCsUv8xFb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFCsUv8xFb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #bff747;
}
.cid-uFCsUv8xFb .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uFCsUv8xFb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFCsUv8xFb .mbr-section-title {
  color: #ffffff;
}
.cid-uFCsUv8xFb .panel-title-edit {
  color: #000000;
}
.cid-uFCsUv8xFb .panel-text {
  color: #000000;
}
.cid-uFCsUv8xFb .mbr-section-title,
.cid-uFCsUv8xFb .mbr-section-btn {
  color: #000000;
}
.cid-uFCsUxip2b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uFCsUxip2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCsUxip2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCsUxip2b .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uFCsUxip2b .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFCsUxip2b .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-uFCsUxip2b .google-map {
  height: 600px;
  position: relative;
}
.cid-uFCsUxip2b .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFCsUxip2b .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFCsUxip2b .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFCsUxip2b .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFCsUz0tJx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #0db5b8;
}
.cid-uFCsUz0tJx .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFCsUz0tJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCsUz0tJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCsUz0tJx .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFCsUz0tJx .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFCsUz0tJx .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFCsUz0tJx .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uFCsUz0tJx .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFCsUz0tJx .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFCsUz0tJx .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFCsUz0tJx .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFCsUz0tJx .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFCsUz0tJx .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFCsUz0tJx .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFCsUz0tJx .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFCsUz0tJx .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFCsUz0tJx .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFCsUz0tJx .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFCsUz0tJx .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFCsUz0tJx .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFCsUz0tJx .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFCsUz0tJx .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFCsUz0tJx .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFCsUz0tJx .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFCsUz0tJx .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFCsUz0tJx .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFCsUz0tJx .mbr-section-title {
  color: #150764;
}
.cid-uFCsUz0tJx .mbr-desc {
  color: #000000;
}
.cid-uFCsUz0tJx .list {
  color: #150764;
}
.cid-uFCsUz0tJx .list,
.cid-uFCsUz0tJx .item-wrap {
  color: #000000;
}
.cid-uFCv549F0h {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFCv549F0h .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFCv549F0h .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFCv549F0h .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFCv549F0h .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uFCv549F0h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFCv549F0h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFCv549F0h .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uFCv549F0h .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uFCv549F0h .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uFCv549F0h .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uFCv549F0h .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uFCv549F0h .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uFCv549F0h .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uFCv549F0h .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFCv549F0h .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFCv549F0h .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uFCv549F0h .nav-link:hover {
  color: #bcfe1e !important;
}
.cid-uFCv549F0h .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFCv549F0h .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uFCv549F0h .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uFCv549F0h .navbar-caption:hover,
.cid-uFCv549F0h .navbar-caption:focus {
  color: #bcfe1e !important;
}
@media (max-width: 767px) {
  .cid-uFCv549F0h .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFCv549F0h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uFCv549F0h .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 1rem 16px 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFCv549F0h .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uFCv549F0h .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uFCv549F0h .menu-container {
    margin: 16px;
  }
}
.cid-uFCv549F0h .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uFCv549F0h .iconfont-wrapper:hover,
.cid-uFCv549F0h .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uFCv549F0h .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uFCv549F0h .nav-item:focus,
.cid-uFCv549F0h .nav-link:focus {
  outline: none;
}
.cid-uFCv549F0h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFCv549F0h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFCv549F0h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFCv549F0h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFCv549F0h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFCv549F0h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFCv549F0h .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFCv549F0h .navbar.opened {
  transition: all 0.3s;
}
.cid-uFCv549F0h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFCv549F0h .navbar .navbar-logo img {
  width: auto;
}
.cid-uFCv549F0h .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFCv549F0h .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uFCv549F0h .navbar.collapsed {
  justify-content: center;
}
.cid-uFCv549F0h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFCv549F0h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFCv549F0h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFCv549F0h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFCv549F0h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFCv549F0h .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-uFCv549F0h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFCv549F0h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFCv549F0h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFCv549F0h .navbar {
    min-height: 72px;
  }
  .cid-uFCv549F0h .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFCv549F0h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFCv549F0h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFCv549F0h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFCv549F0h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFCv549F0h .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-uFCv549F0h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFCv549F0h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFCv549F0h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFCv549F0h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFCv549F0h .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFCv549F0h .dropdown-item.active,
.cid-uFCv549F0h .dropdown-item:active {
  background-color: transparent;
}
.cid-uFCv549F0h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFCv549F0h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFCv549F0h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFCv549F0h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFCv549F0h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFCv549F0h .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFCv549F0h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFCv549F0h .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFCv549F0h .navbar-buttons {
    text-align: left;
  }
}
.cid-uFCv549F0h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFCv549F0h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uFCv549F0h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFCv549F0h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFCv549F0h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFCv549F0h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFCv549F0h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFCv549F0h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFCv549F0h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFCv549F0h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFCv549F0h .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFCv549F0h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFCv549F0h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFCv549F0h .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFCv549F0h .navbar {
    height: 70px;
  }
  .cid-uFCv549F0h .navbar.opened {
    height: auto;
  }
  .cid-uFCv549F0h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFCv549F0h .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFCv549F0h .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFCv549F0h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFCv549F0h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uFCv549F0h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFCv549F0h .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uFCv549F0h .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFCv549F0h .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uFCv549F0h .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uFCv549F0h .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFCv549F0h .navbar-brand {
    margin-right: auto;
  }
  .cid-uFCv549F0h .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    border-radius: 4px !important;
  }
  .cid-uFCv549F0h .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFCv549F0h .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFCv549F0h .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFCv549F0h .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFCv549F0h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFCv549F0h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uFCv549F0h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFCv549F0h .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFCv549F0h .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFCv549F0h .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFCv549F0h .navbar-brand,
.cid-uFCv549F0h .navbar-toggler,
.cid-uFCv549F0h .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uFCv55JkN5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0db5b8;
}
.cid-uFCv55JkN5 .circle-wrap {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #ffffff;
}
.cid-uFCv55JkN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCv55JkN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCv55JkN5 .container {
    padding: 0 15px;
  }
}
.cid-uFCv55JkN5 .row {
  position: relative;
  z-index: 1;
}
.cid-uFCv55JkN5 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFCv55JkN5 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFCv55JkN5 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFCv55JkN5 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uFCv55JkN5 .image-wrapper {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uFCv55JkN5 .image-wrapper {
    padding: 0;
  }
}
.cid-uFCv55JkN5 .image-wrapper img {
  height: 408px;
  width: 65%;
  object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .cid-uFCv55JkN5 .image-wrapper img {
    width: 100%;
    transform: none;
  }
}
.cid-uFCv55JkN5 .image-wrapper img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .cid-uFCv55JkN5 .image-wrapper img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.cid-uFCv55JkN5 .mbr-section-title {
  color: #30262b;
}
.cid-uFCv55JkN5 .mbr-text {
  color: #000000;
}
.cid-uFCv55JkN5 .mbr-section-title,
.cid-uFCv55JkN5 .mbr-section-btn {
  color: #000000;
}
.cid-uFCv5771iI {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCv5771iI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCv5771iI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCv5771iI .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFCv5771iI .container {
    padding: 0 12px;
  }
}
.cid-uFCv5771iI .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFCv5771iI .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uFCv5771iI .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uFCv5771iI .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #0db5b8;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uFCv5771iI .mbr-section-title {
  color: #222222;
}
.cid-uFCv58AF6x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0db5b8;
}
.cid-uFCv58AF6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCv58AF6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCv58AF6x .card-wrapper {
  width: 100%;
}
.cid-uFCv58AF6x .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFCv58AF6x .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uFCv58AF6x .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-uFCv58AF6x .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uFCv58AF6x .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-uFCv58AF6x .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFCv58AF6x .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-uFCv58AF6x .text-wrap {
    padding: 8px 16px;
  }
}
.cid-uFCv58AF6x .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uFCv58AF6x .card-title {
    text-align: center !important;
  }
}
.cid-uFCv58AF6x .card-text {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uFCv58AF6x .card-text {
    text-align: center !important;
  }
}
.cid-uFCv59TIbS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCv59TIbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCv59TIbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCv59TIbS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uFCv59TIbS .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uFCv59TIbS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFCv59TIbS .container {
    padding: 0 16px;
  }
}
.cid-uFCv59TIbS .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uFCv59TIbS .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uFCv59TIbS .item {
    margin-bottom: 24px;
  }
}
.cid-uFCv59TIbS .item .item-wrapper {
  background-image: linear-gradient(135deg, #0db5b8, #0db5b8 34%, #0db5b8 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-uFCv59TIbS .item .item-wrapper .item-content {
  border-radius: 1.9em;
  background-color: #ffffff;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFCv59TIbS .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uFCv59TIbS .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-uFCv59TIbS .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFCv59TIbS .item .item-wrapper .item-content .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-uFCv59TIbS .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #0db5b8, #e26a69);
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uFCv59TIbS .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
    margin: 0 0 16px 0;
  }
}
.cid-uFCv59TIbS .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #ffffff;
}
.cid-uFCv59TIbS .item .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-uFCv59TIbS .card-text {
  color: #333333;
}
.cid-uFCv59TIbS .card-name {
  color: #080808;
}
.cid-uFCv5bohVh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCv5bohVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCv5bohVh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCv5bohVh .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFCv5bohVh .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uFCv5bohVh .col-img {
    order: 2;
  }
}
.cid-uFCv5bohVh .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uFCv5bohVh .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uFCv5bohVh .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uFCv5bohVh .col-tex {
    order: 1;
  }
}
.cid-uFCv5bohVh .card-title {
  color: #000000;
}
.cid-uFCv5bohVh .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uFCv5bohVh .mbr-section-btn {
  margin-top: 60px;
}
.cid-uFCv5bohVh .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uFCv5bohVh .mbr-text,
.cid-uFCv5bohVh .mbr-section-btn {
  color: #000000;
}
.cid-uFCv5cFcT9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0db5b8;
}
.cid-uFCv5cFcT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCv5cFcT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCv5cFcT9 .container {
  max-width: 100%;
  width: 100%;
}
.cid-uFCv5cFcT9 .row {
  justify-content: center;
}
.cid-uFCv5cFcT9 .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uFCv5cFcT9 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uFCv5cFcT9 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uGDwcYS4Xi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGDwcYS4Xi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGDwcYS4Xi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGDwcYS4Xi .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uGDwcYS4Xi .col-img {
    order: 2;
  }
}
.cid-uGDwcYS4Xi .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uGDwcYS4Xi .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uGDwcYS4Xi .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uGDwcYS4Xi .col-tex {
    order: 1;
  }
}
.cid-uGDwcYS4Xi .card-title {
  color: #000000;
}
.cid-uGDwcYS4Xi .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uGDwcYS4Xi .mbr-section-btn {
  margin-top: 60px;
}
.cid-uGDwcYS4Xi .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uGDwcYS4Xi .mbr-text,
.cid-uGDwcYS4Xi .mbr-section-btn {
  color: #000000;
}
.cid-uFCv5fy2IE {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFCv5fy2IE .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uFCv5fy2IE .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uFCv5fy2IE .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0db5b8;
  z-index: 1;
}
.cid-uFCv5fy2IE .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #f4f4f2;
}
.cid-uFCv5fy2IE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCv5fy2IE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCv5fy2IE .row {
  position: relative;
  z-index: 2;
}
.cid-uFCv5fy2IE .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uFCv5fy2IE .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uFCv5fy2IE .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uFCv5fy2IE .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uFCv5fy2IE .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uFCv5fy2IE .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFCv5fy2IE .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFCv5fy2IE .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uFCv5fy2IE .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFCv5fy2IE .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uFCv5fy2IE .mbr-section-title {
  color: #000000;
}
.cid-uFCv5fy2IE .mbr-text {
  color: #51565c;
}
.cid-uFCv5fy2IE .mbr-text,
.cid-uFCv5fy2IE .text-wrapper {
  color: #000000;
}
.cid-uFCv5gUiXw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCv5gUiXw .row {
  justify-content: flex-start;
}
.cid-uFCv5gUiXw .mbr-section-title {
  color: #000000;
}
.cid-uFCv5gUiXw .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFCv5gUiXw .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFCv5gUiXw .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFCv5gUiXw .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uFCv5gUiXw .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFCv5gUiXw .mbr-text {
    margin-top: 20px;
  }
}
.cid-uGDwfMqRFv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGDwfMqRFv .row {
  justify-content: flex-start;
}
.cid-uGDwfMqRFv .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uGDwfMqRFv .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uGDwfMqRFv .mbr-section-title {
  color: #45494E;
}
.cid-uGDwfMqRFv .mbr-section-subtitle {
  color: #45494E;
}
.cid-uGDwfMqRFv .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uGDwfMqRFv .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uGDwfMqRFv .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uGDwfMqRFv .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uGDwfMqRFv .item-content {
    padding-bottom: 10%;
  }
}
.cid-uGDwfMqRFv .item-title {
  color: #000000;
}
.cid-uGDwfMqRFv .mbr-text {
  color: #45494E;
  padding-top: 34px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uGDwfMqRFv .mbr-text {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}
.cid-uGDwfMqRFv .mbr-section-btn {
  margin-top: auto;
}
.cid-uGDwfMqRFv .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .cid-uGDwfMqRFv .item-img {
    margin-bottom: 24px;
  }
}
.cid-uGDwfMqRFv .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uGDwfMqRFv .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uGDwfMqRFv .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uFCv5jSfqH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0db5b8;
}
.cid-uFCv5jSfqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCv5jSfqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCv5jSfqH .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uFCv5jSfqH .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-uFCv5jSfqH .mbr-section-title {
  color: #000000;
}
.cid-uFCv5jSfqH .mbr-section-subtitle {
  color: #45494E;
}
.cid-uFCv5jSfqH .card {
  padding-bottom: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uFCv5jSfqH .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-uFCv5jSfqH .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFCv5jSfqH .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-uFCv5jSfqH .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-uFCv5jSfqH .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-uFCv5jSfqH .panel-group {
  border: none;
}
.cid-uFCv5jSfqH .panel-body {
  padding: 0 0 28px;
}
.cid-uFCv5jSfqH .panel-text {
  color: #45494E;
}
.cid-uFCv5jSfqH .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-uFCv5jSfqH .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFCv5jSfqH .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-uFCv5jSfqH .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-uFCv5jSfqH .panel-title-edit {
  color: #000000;
}
.cid-uFCv5jSfqH .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-uFCv5jSfqH .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-uFCv5jSfqH .panel-text,
.cid-uFCv5jSfqH .mbr-section-btn {
  color: #000000;
}
.cid-uFCv5n2zjo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCv5n2zjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCv5n2zjo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCv5n2zjo .container {
    padding: 0 15px;
  }
}
.cid-uFCv5n2zjo .content-wrapper {
  position: relative;
}
.cid-uFCv5n2zjo .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFCv5n2zjo .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFCv5n2zjo .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFCv5n2zjo .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uFCv5n2zjo .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFCv5n2zjo .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uFCv5n2zjo .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uFCv5n2zjo .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uFCv5n2zjo .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFCv5n2zjo .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uFCv5n2zjo .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uFCv5n2zjo .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #0db5b8;
  transform: skewX(-20deg);
}
.cid-uFCv5n2zjo .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFCv5n2zjo .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uFCv5n2zjo .mbr-text {
  color: #f7f5f6;
}
.cid-uFCv5n2zjo .mbr-section-title {
  color: #000000;
}
.cid-uFCv5n2zjo .mbr-text,
.cid-uFCv5n2zjo .icon-wrapper {
  color: #000000;
}
.cid-uFCv5onGV3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0db5b8;
}
.cid-uFCv5onGV3 .row {
  justify-content: flex-start;
}
.cid-uFCv5onGV3 .mbr-section-title {
  color: #000000;
}
.cid-uFCv5onGV3 .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFCv5onGV3 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFCv5onGV3 .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFCv5onGV3 .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uFCv5onGV3 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFCv5onGV3 .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFCv5pHAqj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCv5pHAqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCv5pHAqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCv5pHAqj .container {
    padding: 0 16px;
  }
}
.cid-uFCv5pHAqj .card {
  justify-content: center;
}
.cid-uFCv5pHAqj .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #0db5b8;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uFCv5pHAqj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFCv5pHAqj .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uFCv5pHAqj .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uFCv5pHAqj .mbr-section-title {
  color: #000000;
}
.cid-uFCv5pHAqj .mbr-text {
  color: #000000;
}
.cid-uFCv5pHAqj .mbr-desc {
  color: #000000;
}
.cid-uFCv5rgfor {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0db5b8;
}
.cid-uFCv5rgfor .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCv5rgfor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFCv5rgfor .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFCv5rgfor .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFCv5rgfor .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFCv5rgfor .panel-group .card {
    padding: 16px;
  }
}
.cid-uFCv5rgfor .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFCv5rgfor .panel-group .card:hover,
.cid-uFCv5rgfor .panel-group .card:focus {
  border: 1px solid #bff747;
}
.cid-uFCv5rgfor .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFCv5rgfor .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFCv5rgfor .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFCv5rgfor .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000000;
}
.cid-uFCv5rgfor .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uFCv5rgfor .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFCv5rgfor .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #bff747;
}
.cid-uFCv5rgfor .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uFCv5rgfor .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFCv5rgfor .mbr-section-title {
  color: #ffffff;
}
.cid-uFCv5rgfor .panel-title-edit {
  color: #000000;
}
.cid-uFCv5rgfor .panel-text {
  color: #000000;
}
.cid-uFCv5rgfor .mbr-section-title,
.cid-uFCv5rgfor .mbr-section-btn {
  color: #000000;
}
.cid-uFCv5tDatg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uFCv5tDatg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCv5tDatg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCv5tDatg .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uFCv5tDatg .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFCv5tDatg .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-uFCv5tDatg .google-map {
  height: 600px;
  position: relative;
}
.cid-uFCv5tDatg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFCv5tDatg .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFCv5tDatg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFCv5tDatg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFCv5vvs1z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #0db5b8;
}
.cid-uFCv5vvs1z .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFCv5vvs1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCv5vvs1z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCv5vvs1z .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFCv5vvs1z .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFCv5vvs1z .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFCv5vvs1z .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uFCv5vvs1z .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFCv5vvs1z .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFCv5vvs1z .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFCv5vvs1z .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFCv5vvs1z .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFCv5vvs1z .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFCv5vvs1z .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFCv5vvs1z .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFCv5vvs1z .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFCv5vvs1z .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFCv5vvs1z .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFCv5vvs1z .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFCv5vvs1z .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFCv5vvs1z .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFCv5vvs1z .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFCv5vvs1z .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFCv5vvs1z .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFCv5vvs1z .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFCv5vvs1z .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFCv5vvs1z .mbr-section-title {
  color: #150764;
}
.cid-uFCv5vvs1z .mbr-desc {
  color: #000000;
}
.cid-uFCv5vvs1z .list {
  color: #150764;
}
.cid-uFCv5vvs1z .list,
.cid-uFCv5vvs1z .item-wrap {
  color: #000000;
}
