body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #a8aaf1 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #72dfe9 !important;
}
.bg-warning {
  background-color: #bbbbbb !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
  color: #fafafa !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fafafa !important;
  background-color: #7c7fea !important;
  border-color: #7c7fea !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  color: #fafafa !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fafafa !important;
  background-color: #3fb5ee !important;
  border-color: #3fb5ee !important;
}
.btn-info,
.btn-info:active {
  background-color: #72dfe9 !important;
  border-color: #72dfe9 !important;
  color: #fafafa !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fafafa !important;
  background-color: #46d5e2 !important;
  border-color: #46d5e2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #fafafa !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fafafa !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #fafafa !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fafafa !important;
  background-color: #a2a2a2 !important;
  border-color: #a2a2a2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #fafafa !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fafafa !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-primary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #a8aaf1 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #fafafa !important;
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
}
.btn-primary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #a8aaf1;
}
.btn-primary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-primary-outline {
    display: inline-block;
    border-color: #a8aaf1;
  }
  .btn-primary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-secondary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #6ec7f2 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #fafafa !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-secondary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #6ec7f2;
}
.btn-secondary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-secondary-outline {
    display: inline-block;
    border-color: #6ec7f2;
  }
  .btn-secondary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-info-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #72dfe9 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fafafa !important;
  background-color: #72dfe9 !important;
  border-color: #72dfe9 !important;
}
.btn-info-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #72dfe9;
}
.btn-info-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-info-outline {
    display: inline-block;
    border-color: #72dfe9;
  }
  .btn-info-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-success-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #40b0bf !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #fafafa !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #40b0bf;
}
.btn-success-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-success-outline {
    display: inline-block;
    border-color: #40b0bf;
  }
  .btn-success-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-warning-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #bbbbbb !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #fafafa !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-warning-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #bbbbbb;
}
.btn-warning-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-warning-outline {
    display: inline-block;
    border-color: #bbbbbb;
  }
  .btn-warning-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-danger-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #ff9966 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #fafafa !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #ff9966;
}
.btn-danger-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-danger-outline {
    display: inline-block;
    border-color: #ff9966;
  }
  .btn-danger-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-black-outline {
  color: #333333!important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa!important;
  background-color: #333333;
  border-color: transparent;
}
.btn-white-outline {
  color: #fafafa!important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: #fafafa;
  color: #333333;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333!important;
  background-color: #fafafa;
  border-color: transparent;
}
.btn-white {
  color: #333333!important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black:hover {
  color: #333333 !important;
}
.btn-black:hover,
.btn-black:hover:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.text-primary {
  color: #a8aaf1 !important;
}
.text-secondary {
  color: #6ec7f2 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #72dfe9 !important;
}
.text-warning {
  color: #bbbbbb !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7c7fea !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3fb5ee !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #338d99 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #46d5e2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a2a2a2 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff7733 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e1e1e1 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #72dfe9;
}
.alert-warning {
  background-color: #bbbbbb;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a8aaf1;
  border-color: #a8aaf1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a8aaf1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #fbfbfb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #a8aaf1;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a8aaf1;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a8aaf1;
  border-bottom-color: #a8aaf1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #a8aaf1 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #6ec7f2 !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='%23a8aaf1' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-s5yW3Le6Ih {
  z-index: 1000;
  width: 100%;
}
.cid-s5yW3Le6Ih nav.navbar {
  position: fixed;
}
.cid-s5yW3Le6Ih img {
  width: 50px!important;
  height: 50px!important;
}
.cid-s5yW3Le6Ih .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-s5yW3Le6Ih .navbar-short .nav-link {
  color: black!important;
}
.cid-s5yW3Le6Ih .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-s5yW3Le6Ih .navbar.opened {
  transition: all .3s;
}
.cid-s5yW3Le6Ih .navbar .navbar-logo img {
  width: auto;
}
.cid-s5yW3Le6Ih .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5yW3Le6Ih .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5yW3Le6Ih .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: 55%;
}
.cid-s5yW3Le6Ih .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5yW3Le6Ih .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5yW3Le6Ih .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5yW3Le6Ih .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: 55%;
  }
  .cid-s5yW3Le6Ih .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s5yW3Le6Ih .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-s5yW3Le6Ih .navbar.navbar-short {
  min-height: 60px;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5yW3Le6Ih .navbar-logo {
  margin-right: 1rem!important;
}
.cid-s5yW3Le6Ih .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-s5yW3Le6Ih .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #6ec7f2;
}
.cid-s5yW3Le6Ih .nav-link:hover,
.cid-s5yW3Le6Ih .nav-link:focus {
  color: #6ec7f2 !important;
}
.cid-s5yW3Le6Ih .nav-link:hover:before,
.cid-s5yW3Le6Ih .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-s5yW3Le6Ih .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-s5yW3Le6Ih .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #6ec7f2;
}
.cid-s5yW3Le6Ih .dropdown-item:hover,
.cid-s5yW3Le6Ih .dropdown-item:focus {
  color: #6ec7f2 !important;
  transform: translateX(10px);
}
.cid-s5yW3Le6Ih .dropdown-item:hover:before,
.cid-s5yW3Le6Ih .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #6ec7f2 inset;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yW3Le6Ih .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #6ec7f2;
}
.cid-s5yW3Le6Ih .navbar-nav {
  margin: auto;
}
.cid-s5yW3Le6Ih .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5yW3Le6Ih .container {
  display: flex;
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar-caption {
  padding-right: 4rem;
}
.cid-s5yW3Le6Ih .dropdown-menu,
.cid-s5yW3Le6Ih .navbar.opened {
  background: #ffffff !important;
}
.cid-s5yW3Le6Ih .nav-item:focus,
.cid-s5yW3Le6Ih .nav-link:focus {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5yW3Le6Ih .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5yW3Le6Ih .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown-item.active,
.cid-s5yW3Le6Ih .dropdown-item:active {
  background-color: transparent;
}
.cid-s5yW3Le6Ih .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5yW3Le6Ih .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5yW3Le6Ih ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s5yW3Le6Ih .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5yW3Le6Ih button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5yW3Le6Ih a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s5yW3Le6Ih .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5yW3Le6Ih .navbar {
    height: 77px;
  }
  .cid-s5yW3Le6Ih .navbar.opened {
    height: auto;
  }
  .cid-s5yW3Le6Ih .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-s5yW3Le6Ih .navbar {
    background: #ffffff;
  }
  .cid-s5yW3Le6Ih .nav-link {
    color: black!important;
  }
}
.cid-s5yW3vGMYM {
  padding-top: 10rem;
  padding-bottom: 18rem;
  background-color: #ffffff;
  overflow: hidden;
  background: linear-gradient(90deg, #ffeaff, #c5f1f6);
}
.cid-s5yW3vGMYM .mbr-text,
.cid-s5yW3vGMYM .mbr-section-btn {
  color: #42424c;
}
.cid-s5yW3vGMYM .btn-white {
  color: #333333!important;
}
.cid-s5yW3vGMYM .image1 {
  position: absolute;
  right: 8%;
  top: 25%;
  height: 500px;
  width: auto;
  animation: rev 5s ease-in-out infinite;
}
.cid-s5yW3vGMYM .image2 {
  position: absolute;
  left: 8%;
  bottom: 20%;
  height: 500px;
  width: auto;
  animation: rev2 5s ease-in-out infinite;
}
@keyframes rev {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(10px) translateY(-10px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes rev2 {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(15px) translateY(5px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
.cid-s5yW3vGMYM svg {
  position: absolute;
  left: 50%;
  top: -150px;
  transform: translateX(-50%);
}
.cid-s5yW3vGMYM svg path {
  fill: #a8aaf1;
}
@media (max-width: 1600px) {
  .cid-s5yW3vGMYM .image1 {
    top: 5%;
    height: 280px;
  }
  .cid-s5yW3vGMYM .image2 {
    bottom: 5%;
    height: 280px;
  }
}
@media (max-width: 992px) {
  .cid-s5yW3vGMYM svg {
    width: 1050px;
    height: 1050px;
  }
  .cid-s5yW3vGMYM .image1 {
    height: 220px;
  }
  .cid-s5yW3vGMYM .image2 {
    bottom: 15%;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .cid-s5yW3vGMYM svg {
    top: -120px;
  }
  .cid-s5yW3vGMYM .image1 {
    left: 50%;
    right: 50%;
    height: 180px;
    top: 3rem;
    transform: translateX(-50%);
    animation: none;
  }
  .cid-s5yW3vGMYM .image2 {
    right: 50%;
    left: 50%;
    bottom: 3rem;
    height: 180px;
    transform: translateX(-50%);
    animation: none;
  }
}
.cid-s5yW3vGMYM .mbr-section-title {
  color: #42424c;
}
.cid-s5yW3vGMYM .mbr-section-subtitle {
  color: #f8f8f8;
}
.cid-s5yW6cLQ2D {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-s5yW6cLQ2D .card-wrapper {
  display: flex;
  padding: 3rem 1rem;
  border-radius: 10px;
  background: #ffffff;
  border: 2px solid #efefef;
  flex-direction: column;
  text-align: center;
}
.cid-s5yW6cLQ2D .card-wrapper:hover .card-title {
  color: #6ec7f2;
}
.cid-s5yW6cLQ2D .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5yW6cLQ2D .card-title {
  transition: all 0.3s;
}
.cid-s5yW6cLQ2D .mbr-iconfont {
  font-size: 5rem;
  color: #ff9083;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-s5yW6cLQ2D .card-text {
  color: #616161;
}
.cid-s5yW6cLQ2D .main-text {
  color: #777d74;
}
.cid-s5yW6cLQ2D .main-sub-title,
.cid-s5yW6cLQ2D .align-wrapper {
  color: #33358c;
}
.cid-tObGcFh6qY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tObGcFh6qY .card-wrapper {
  display: flex;
  padding: 3rem 1rem;
  border-radius: 10px;
  background: #ffffff;
  border: 2px solid #efefef;
  flex-direction: column;
  text-align: center;
}
.cid-tObGcFh6qY .card-wrapper:hover .card-title {
  color: #6ec7f2;
}
.cid-tObGcFh6qY .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tObGcFh6qY .card-title {
  transition: all 0.3s;
}
.cid-tObGcFh6qY .mbr-iconfont {
  font-size: 5rem;
  color: #ff9083;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-tObGcFh6qY .card-text {
  color: #616161;
}
.cid-tObGcFh6qY .main-text {
  color: #777d74;
}
.cid-tObGcFh6qY .main-sub-title,
.cid-tObGcFh6qY .align-wrapper {
  color: #ff9966;
}
.cid-tObJR6XRGy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tObJR6XRGy .card {
  height: 516px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-tObJR6XRGy .card:hover .card-wrapper,
.cid-tObJR6XRGy .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-tObJR6XRGy .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tObJR6XRGy .img-wrapper {
  border-radius: 16px;
}
.cid-tObJR6XRGy .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-tObJR6XRGy .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tObJR6XRGy .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-tObJR6XRGy .card-box {
    padding: 1rem;
  }
}
.cid-tObJR6XRGy img {
  border-radius: 16px;
  height: 516px;
  width: 100%;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-tObJR6XRGy .mbr-text,
.cid-tObJR6XRGy .mbr-section-btn {
  color: #33358c;
}
.cid-tObJR6XRGy .main-sub-title,
.cid-tObJR6XRGy .align-wrapper {
  color: #33358c;
}
@media (max-width: 991px) {
  .cid-tObJR6XRGy .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tObJR6XRGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tObJR6XRGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s5yWbY8QNg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33358c;
  background: linear-gradient(90deg, #ffeaff, #c5f1f6);
}
.cid-s5yWbY8QNg .mbr-section-title {
  color: #000000;
}
.cid-s5yWbY8QNg .mbr-text,
.cid-s5yWbY8QNg .mbr-section-btn {
  color: #ffffff;
}
.cid-s5yWbY8QNg .btn {
  color: white!important;
  border-color: white!important;
}
.cid-tObHDyOZTn {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tObHDyOZTn img,
.cid-tObHDyOZTn .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-tObHDyOZTn .item:focus,
.cid-tObHDyOZTn span:focus {
  outline: none;
}
.cid-tObHDyOZTn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tObHDyOZTn .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tObHDyOZTn .item {
  padding: 0;
  margin: 0;
  padding-top: 20px;
}
.cid-tObHDyOZTn .item-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tObHDyOZTn .mbr-section-title {
  padding: 0;
  padding-bottom: 100px;
  margin: 0;
  color: #000000;
}
.cid-tObHDyOZTn .item-title {
  text-transform: uppercase;
  margin: 0 20px;
}
.cid-tObHDyOZTn .price {
  margin: 0 20px 36px;
}
.cid-tObHDyOZTn .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-s5yXlY1rw2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0d3c85;
}
.cid-s5yXlY1rw2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s5yXlY1rw2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s5yXlY1rw2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li:hover {
  color: #6ec7f2;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s5yXlY1rw2 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s5yXlY1rw2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s5yXlY1rw2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s5yXlY1rw2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s5yXlY1rw2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s5yXlY1rw2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s5yXlY1rw2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s5yXlY1rw2 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-s5yXlY1rw2 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-s5yXlY1rw2 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-s5yY03wZSv {
  z-index: 1000;
  width: 100%;
}
.cid-s5yY03wZSv nav.navbar {
  position: fixed;
}
.cid-s5yY03wZSv img {
  width: 50px!important;
  height: 50px!important;
}
.cid-s5yY03wZSv .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-s5yY03wZSv .navbar-short .nav-link {
  color: black!important;
}
.cid-s5yY03wZSv .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-s5yY03wZSv .navbar.opened {
  transition: all .3s;
}
.cid-s5yY03wZSv .navbar .navbar-logo img {
  width: auto;
}
.cid-s5yY03wZSv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5yY03wZSv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5yY03wZSv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s5yY03wZSv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5yY03wZSv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5yY03wZSv .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: 55%;
}
.cid-s5yY03wZSv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5yY03wZSv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5yY03wZSv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5yY03wZSv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5yY03wZSv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5yY03wZSv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5yY03wZSv .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: 55%;
  }
  .cid-s5yY03wZSv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5yY03wZSv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-s5yY03wZSv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s5yY03wZSv .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-s5yY03wZSv .navbar.navbar-short {
  min-height: 60px;
}
.cid-s5yY03wZSv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5yY03wZSv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5yY03wZSv .navbar-logo {
  margin-right: 1rem!important;
}
.cid-s5yY03wZSv .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-s5yY03wZSv .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #6ec7f2;
}
.cid-s5yY03wZSv .nav-link:hover,
.cid-s5yY03wZSv .nav-link:focus {
  color: #6ec7f2 !important;
}
.cid-s5yY03wZSv .nav-link:hover:before,
.cid-s5yY03wZSv .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-s5yY03wZSv .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-s5yY03wZSv .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-s5yY03wZSv .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #6ec7f2;
}
.cid-s5yY03wZSv .dropdown-item:hover,
.cid-s5yY03wZSv .dropdown-item:focus {
  color: #6ec7f2 !important;
  transform: translateX(10px);
}
.cid-s5yY03wZSv .dropdown-item:hover:before,
.cid-s5yY03wZSv .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-s5yY03wZSv .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yY03wZSv .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #6ec7f2 inset;
}
.cid-s5yY03wZSv .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yY03wZSv .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yY03wZSv .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-s5yY03wZSv .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #6ec7f2;
}
.cid-s5yY03wZSv .navbar-nav {
  margin: auto;
}
.cid-s5yY03wZSv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s5yY03wZSv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5yY03wZSv .container {
  display: flex;
  margin: auto;
}
.cid-s5yY03wZSv .navbar-caption {
  padding-right: 4rem;
}
.cid-s5yY03wZSv .dropdown-menu,
.cid-s5yY03wZSv .navbar.opened {
  background: #ffffff !important;
}
.cid-s5yY03wZSv .nav-item:focus,
.cid-s5yY03wZSv .nav-link:focus {
  outline: none;
}
.cid-s5yY03wZSv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s5yY03wZSv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s5yY03wZSv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5yY03wZSv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s5yY03wZSv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5yY03wZSv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5yY03wZSv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5yY03wZSv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5yY03wZSv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5yY03wZSv .dropdown-item.active,
.cid-s5yY03wZSv .dropdown-item:active {
  background-color: transparent;
}
.cid-s5yY03wZSv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5yY03wZSv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5yY03wZSv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5yY03wZSv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5yY03wZSv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5yY03wZSv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5yY03wZSv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s5yY03wZSv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5yY03wZSv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s5yY03wZSv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s5yY03wZSv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5yY03wZSv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yY03wZSv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yY03wZSv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5yY03wZSv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yY03wZSv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5yY03wZSv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5yY03wZSv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yY03wZSv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5yY03wZSv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s5yY03wZSv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5yY03wZSv .navbar {
    height: 77px;
  }
  .cid-s5yY03wZSv .navbar.opened {
    height: auto;
  }
  .cid-s5yY03wZSv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-s5yY03wZSv .navbar {
    background: #ffffff;
  }
  .cid-s5yY03wZSv .nav-link {
    color: black!important;
  }
}
.cid-s5yY0qI2Sb {
  padding-top: 13rem;
  padding-bottom: 8rem;
  background-color: #f8f8f8;
}
.cid-s5yY0qI2Sb .mbr-section-subtitle {
  color: #33358c;
}
.cid-s5yY0qI2Sb .mbr-text,
.cid-s5yY0qI2Sb .mbr-section-btn {
  color: #616161;
}
.cid-s5yY0qI2Sb .row {
  justify-content: space-between;
}
.cid-s5yY0qI2Sb img {
  border-radius: 8px;
}
.cid-s5yYwSRbOH {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
  z-index: 0;
}
.cid-s5yYwSRbOH .card-wrapper {
  display: flex;
  padding: 3rem 1rem;
  border-radius: 10px;
  background: transparent;
  transition: all 0.3s;
  position: relative;
  z-index: 0;
  flex-direction: column;
  text-align: center;
}
.cid-s5yYwSRbOH .card-wrapper:hover {
  background: #42424c;
}
.cid-s5yYwSRbOH .card-wrapper:hover .card-title1 {
  color: #ffb5b5;
}
.cid-s5yYwSRbOH .card-wrapper:hover .card-title2 {
  color: #72dfe9;
}
.cid-s5yYwSRbOH .card-wrapper:hover .card-title3 {
  color: #a8aaf1;
}
.cid-s5yYwSRbOH .icon1 {
  color: #ffb5b5;
}
.cid-s5yYwSRbOH .icon2 {
  color: #72dfe9;
}
.cid-s5yYwSRbOH .icon3 {
  color: #a8aaf1;
}
.cid-s5yYwSRbOH .link1 {
  background: #ffb5b5;
}
.cid-s5yYwSRbOH .link2 {
  background: #72dfe9;
}
.cid-s5yYwSRbOH .link3 {
  background: #a8aaf1;
}
.cid-s5yYwSRbOH .main-sub-title {
  background: #a8aaf1;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5yYwSRbOH .card-title {
  transition: all 0.3s;
  color: #ffffff;
}
.cid-s5yYwSRbOH .img-wrapper {
  padding-bottom: 2rem;
}
.cid-s5yYwSRbOH .img-wrapper .mbr-iconfont {
  font-size: 5rem;
  margin-bottom: 2rem;
}
.cid-s5yYwSRbOH .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-s5yYwSRbOH .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-s5yYwSRbOH .link-wrapper .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #ffffff;
}
.cid-s5yYwSRbOH .link-wrapper .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
}
.cid-s5yYwSRbOH .inline-wrapper {
  display: inline-block;
}
.cid-s5yYwSRbOH .align-wrapper {
  width: 100%;
}
.cid-s5yYwSRbOH .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-s5yYwSRbOH .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-s5yYwSRbOH .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yYwSRbOH .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yYwSRbOH .card-text {
  color: #616161;
}
.cid-s5yYwSRbOH .main-text {
  color: #bbbbbb;
}
.cid-s5yYwSRbOH .main-sub-title,
.cid-s5yYwSRbOH .align-wrapper {
  color: #ffffff;
}
.cid-s5yYwSRbOH .card-text,
.cid-s5yYwSRbOH .link-align-wrapper {
  color: #bbbbbb;
}
.cid-s5yYwSRbOH .link {
  color: #ffffff;
}
.cid-s5yYwSRbOH .main-title {
  color: #ffffff;
}
.cid-s5yYW0uWxF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-s5yYW0uWxF .mbr-section-title {
  color: #ffffff;
}
.cid-s5yYW0uWxF .mbr-text,
.cid-s5yYW0uWxF .mbr-section-btn {
  color: #ffffff;
}
.cid-s5yYW0uWxF .btn {
  color: white!important;
  border-color: white!important;
}
.cid-s5yZooZ026 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-s5yZooZ026 .arrow {
  position: absolute;
  font-size: 1.5rem;
  color: #efefef;
  top: 1rem;
  transition: all 0.3s;
  right: 1.3rem;
  transform: rotate(-30deg);
}
.cid-s5yZooZ026 .card {
  padding: 0;
  margin-right: -2px;
  margin-top: -2px;
}
.cid-s5yZooZ026 .card:hover .arrow {
  transform: rotate(330deg);
}
.cid-s5yZooZ026 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5yZooZ026 .card-title {
  transition: all 0.3s;
}
.cid-s5yZooZ026 .mbr-iconfont {
  font-size: 5rem;
  color: #ff9083;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-s5yZooZ026 .card-text {
  color: #616161;
}
.cid-s5yZooZ026 .main-text {
  color: #777d74;
}
.cid-s5yZooZ026 .main-sub-title,
.cid-s5yZooZ026 .align-wrapper {
  color: #33358c;
}
.cid-s5yZooZ026 .card-title,
.cid-s5yZooZ026 .card-text,
.cid-s5yZooZ026 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-s5yZooZ026 .card-wrapper {
  display: flex;
  padding: 3rem 2rem;
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #efefef;
  flex-direction: column;
}
.cid-s5yZooZ026 .card-wrapper:hover {
  background: #42424c;
  border-color: #42424c;
}
.cid-s5yZooZ026 .card-wrapper:hover .card-title,
.cid-s5yZooZ026 .card-wrapper:hover .card-text,
.cid-s5yZooZ026 .card-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-s5yYv1LlBg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-s5yYv1LlBg .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-s5yYv1LlBg .card-wrapper:hover .card-title {
  color: #6ec7f2;
}
.cid-s5yYv1LlBg img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-s5yYv1LlBg .main-sub-title {
  background: #a8aaf1;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5yYv1LlBg .wrapper {
  background: #1c1c25;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-s5yYv1LlBg .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s5yYv1LlBg .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-s5yYv1LlBg .mbr-iconfont {
  padding-right: 1.5rem;
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #6ec7f2;
}
.cid-s5yYv1LlBg .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-s5yYv1LlBg .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-s5yYv1LlBg span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-s5yYv1LlBg .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-s5yYv1LlBg .main-text {
  color: #c8c8c8;
}
.cid-s5yYv1LlBg .card-text {
  color: #c8c8c8;
}
.cid-s5yYOLNgLL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  z-index: 2;
}
.cid-s5yYOLNgLL .nav-tabs .nav-item.open .nav-link:focus,
.cid-s5yYOLNgLL .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s5yYOLNgLL .row {
  justify-content: space-between;
}
.cid-s5yYOLNgLL img {
  border-radius: 8px;
}
.cid-s5yYOLNgLL .tab-content {
  margin-bottom: 1rem;
}
.cid-s5yYOLNgLL .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 0;
}
.cid-s5yYOLNgLL .nav-tabs .nav-item {
  padding: 0.25rem 1rem;
}
.cid-s5yYOLNgLL .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5yYOLNgLL .nav-tabs .nav-link {
  border-radius: 0!important;
  font-style: normal;
  font-weight: 500;
  color: #777d74;
  transition: all .5s;
}
.cid-s5yYOLNgLL .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #000000;
}
.cid-s5yYOLNgLL .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
}
.cid-s5yYOLNgLL .nav-link {
  border: none;
  border-bottom: 3px solid #f8f8f8;
}
.cid-s5yYOLNgLL .nav-link:hover {
  border: none;
  border-bottom: 3px solid #72dfe9;
}
.cid-s5yYOLNgLL .nav-link.active {
  border: none;
  border-bottom: 3px solid #72dfe9;
}
.cid-s5yYOLNgLL P {
  color: #42424c;
}
@media (max-width: 576px) {
  .cid-s5yYOLNgLL .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-s5yYOLNgLL .mbr-text,
  .cid-s5yYOLNgLL .nav-link {
    text-align: center;
  }
}
.cid-s5yYOLNgLL .main-sub-title,
.cid-s5yYOLNgLL .align-wrapper {
  color: #33358c;
}
.cid-s5yYOLNgLL .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-s5yYOLNgLL .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-s5yYOLNgLL .inline-wrapper {
  display: inline-block;
}
.cid-s5yYOLNgLL .align-wrapper {
  width: 100%;
}
.cid-s5yYOLNgLL .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-s5yYOLNgLL .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-s5yYOLNgLL .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yYOLNgLL .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yYOLNgLL .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-s5yYOLNgLL .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #a8aaf1;
}
.cid-s5yYBF2PHq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-s5yYBF2PHq .list-group-item {
  background-color: transparent;
  padding: .5rem 2rem;
}
.cid-s5yYBF2PHq .plan-body {
  padding-bottom: 2rem;
}
.cid-s5yYBF2PHq .second-card {
  background: #1c1c25;
}
.cid-s5yYBF2PHq .second-card .plan-title,
.cid-s5yYBF2PHq .second-card .price,
.cid-s5yYBF2PHq .second-card .price-term,
.cid-s5yYBF2PHq .second-card .list-group-item {
  color: #ffffff !important;
}
.cid-s5yYBF2PHq .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.cid-s5yYBF2PHq .plan-header svg {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) scaleY(0.9);
  z-index: 0;
}
.cid-s5yYBF2PHq .plan-header svg path,
.cid-s5yYBF2PHq .plan-header svg use,
.cid-s5yYBF2PHq .plan-header svg g {
  fill: #bbbbbb !important;
}
.cid-s5yYBF2PHq .plan-title,
.cid-s5yYBF2PHq .plan-price {
  z-index: 2;
  position: relative;
}
.cid-s5yYBF2PHq li {
  position: relative;
}
.cid-s5yYBF2PHq li:before {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #24c373;
  font-size: 0.8rem;
}
.cid-s5yYBF2PHq .plan {
  word-break: break-word;
  border: 2px solid #efefef;
  border-radius: 16px;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.cid-s5yYBF2PHq .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-s5yYBF2PHq .plan {
    margin-bottom: 2rem;
  }
}
.cid-s5yYBF2PHq UL {
  text-align: left;
}
.cid-s5yYBF2PHq .price {
  color: #000000;
}
.cid-s5yYTI7UUc {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  z-index: 1;
}
.cid-s5yYTI7UUc .card2 {
  margin-top: 2rem;
}
.cid-s5yYTI7UUc .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5yYTI7UUc .card-wrapper {
  border-radius: 4px;
  margin-bottom: 2rem;
  overflow: visible;
  cursor: pointer;
}
.cid-s5yYTI7UUc .card-wrapper:hover .img-wrapper {
  transform: translate(8px, 8px);
}
.cid-s5yYTI7UUc .card-wrapper:hover .img-wrapper:before {
  opacity: 0.7;
}
.cid-s5yYTI7UUc .card-wrapper:hover .img-wrapper:after {
  opacity: 1;
  transition-delay: 0.15s;
}
.cid-s5yYTI7UUc .card-wrapper:hover .img-icon {
  opacity: 1;
}
.cid-s5yYTI7UUc .icon-wrapper {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
}
.cid-s5yYTI7UUc .img-wrapper {
  transition: all 0.3s;
  position: relative;
  border-radius: 8px;
}
.cid-s5yYTI7UUc .img-wrapper img {
  border-radius: 8px;
  object-fit: cover;
}
.cid-s5yYTI7UUc .img-wrapper:before {
  position: absolute;
  top: 0;
  border-radius: 8px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  content: '';
  background: #a8aaf1;
  pointer-events: none;
  opacity: 0;
}
.cid-s5yYTI7UUc .img-wrapper:after {
  position: absolute;
  top: 0;
  border-radius: 8px;
  border: 2px solid #1c1c25;
  transform: translate(-8px, -8px);
  left: 0;
  width: 100%;
  pointer-events: none;
  transition: opacity 0.3s;
  height: 100%;
  content: '';
  background: transparent;
  opacity: 0;
}
.cid-s5yYTI7UUc .img-icon {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-60%, -60%);
}
.cid-s5yYTI7UUc .img-icon .mbr-iconfont {
  font-size: 2rem!important;
}
.cid-s5yYTI7UUc .card-box {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-s5yYTI7UUc .card-box {
    padding: 1rem;
  }
}
.cid-s5yYTI7UUc .icon1 {
  background: #a8aaf1;
}
.cid-s5yYTI7UUc .icon2 {
  background: #ff9083;
}
.cid-s5yYTI7UUc .icon3 {
  background: #72dfe9;
}
.cid-s5yYTI7UUc .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yYTI7UUc .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-s5yYTI7UUc .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yYTI7UUc .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yYTI7UUc .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1rem;
  color: #1c1c25;
}
.cid-s5yYTI7UUc .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-s5yYTI7UUc .main-sub-title,
.cid-s5yYTI7UUc .align-wrapper {
  color: #33358c;
}
.cid-s5yYTI7UUc .mbr-section-subtitle {
  color: #777d74;
}
.cid-s5yYMQDNrG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-s5yYMQDNrG .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-s5yYMQDNrG .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5yYMQDNrG .panel-group {
  border: none;
}
.cid-s5yYMQDNrG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-s5yYMQDNrG .panel-body {
  padding: 1rem 2rem;
}
.cid-s5yYMQDNrG .header-wrapper {
  position: relative;
}
.cid-s5yYMQDNrG .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-s5yYMQDNrG span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-s5yYMQDNrG .card {
  overflow: visible;
}
.cid-s5yYMQDNrG .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-s5yYMQDNrG .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-s5yYMQDNrG .card:hover span {
  transform: rotate(-90deg);
}
.cid-s5yYMQDNrG .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-s5yYMQDNrG .panel-body {
    padding: 1rem 0rem;
  }
  .cid-s5yYMQDNrG .card-header {
    padding: 1rem 1rem;
  }
}
.cid-s5yYMQDNrG H4 {
  color: #777d74;
}
.cid-s5yYMQDNrG .panel-title-edit {
  color: #1c1c25;
}
.cid-s5yYMQDNrG .mbr-section-title {
  color: #42424c;
}
.cid-s5yYMQDNrG .mbr-section-subtitle {
  color: #777d74;
}
.cid-s5yYMQDNrG .main-sub-title,
.cid-s5yYMQDNrG .align-wrapper {
  color: #33358c;
}
.cid-tPJ8FY62ak {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tPJ8FY62ak .mbr-text {
  color: #777d74;
}
.cid-tPJ8FY62ak .mbr-iconfont {
  font-size: 6rem;
  color: #ff9083;
  text-align: center;
  text-shadow: 5px 5px 0px #ff9083;
  -webkit-text-stroke-color: #1633cb;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
}
.cid-tPJ8FY62ak .mbr-text,
.cid-tPJ8FY62ak .align {
  text-align: center;
  color: #ffffff;
}
.cid-tPJ8FY62ak .wrapper {
  min-height: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-tPJ8FY62ak .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPJ8FY62ak svg {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%) scaleX(1.1);
}
.cid-tPJ8FY62ak svg path {
  fill: #a8aaf1;
}
.cid-tPJ8FY62ak section {
  position: relative;
}
.cid-s5yYCuVnr9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s5yYCuVnr9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s5yYCuVnr9 .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-s5yYCuVnr9 .btn:before {
  content: none;
}
.cid-s5yYCuVnr9 .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-s5yYCuVnr9 .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-s5yYCuVnr9 .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 767px) {
  .cid-s5yYCuVnr9 .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-s5yYCuVnr9 .wrapper {
  border: 2px solid #f8f8f8;
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-s5yYCuVnr9 .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-s5yYCuVnr9 h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-s5yYCuVnr9 .form-control,
.cid-s5yYCuVnr9 .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-s5yYCuVnr9 textarea {
  min-height: 200px;
}
.cid-s5yYCuVnr9 .form-control,
.cid-s5yYCuVnr9 .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s5yYCuVnr9 .form-control::-webkit-input-placeholder,
.cid-s5yYCuVnr9 .field-input::-webkit-input-placeholder,
.cid-s5yYCuVnr9 .form-control::-webkit-input-placeholder,
.cid-s5yYCuVnr9 .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-s5yYCuVnr9 .form-control:-moz-placeholder,
.cid-s5yYCuVnr9 .field-input:-moz-placeholder,
.cid-s5yYCuVnr9 .form-control:-moz-placeholder,
.cid-s5yYCuVnr9 .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-s5yYCuVnr9 .form-control:hover,
.cid-s5yYCuVnr9 .field-input:hover,
.cid-s5yYCuVnr9 .form-control:focus,
.cid-s5yYCuVnr9 .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s5yYCuVnr9 .form-control:hover::-webkit-input-placeholder,
.cid-s5yYCuVnr9 .field-input:hover::-webkit-input-placeholder,
.cid-s5yYCuVnr9 .form-control:focus::-webkit-input-placeholder,
.cid-s5yYCuVnr9 .field-input:focus::-webkit-input-placeholder,
.cid-s5yYCuVnr9 .form-control:hover::-webkit-input-placeholder,
.cid-s5yYCuVnr9 .field-input:hover::-webkit-input-placeholder,
.cid-s5yYCuVnr9 .form-control:focus::-webkit-input-placeholder,
.cid-s5yYCuVnr9 .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-s5yYCuVnr9 .form-control:hover:-moz-placeholder,
.cid-s5yYCuVnr9 .field-input:hover:-moz-placeholder,
.cid-s5yYCuVnr9 .form-control:focus:-moz-placeholder,
.cid-s5yYCuVnr9 .field-input:focus:-moz-placeholder,
.cid-s5yYCuVnr9 .form-control:hover:-moz-placeholder,
.cid-s5yYCuVnr9 .field-input:hover:-moz-placeholder,
.cid-s5yYCuVnr9 .form-control:focus:-moz-placeholder,
.cid-s5yYCuVnr9 .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-s5yYCuVnr9 .jq-number__spin:hover,
.cid-s5yYCuVnr9 .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s5yYCuVnr9 .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s5yYCuVnr9 .jq-selectbox li,
.cid-s5yYCuVnr9 .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-s5yYCuVnr9 .jq-selectbox li:hover,
.cid-s5yYCuVnr9 .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-s5yYCuVnr9 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s5yYCuVnr9 .jq-number__spin.minus:hover:after,
.cid-s5yYCuVnr9 .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-s5yYCuVnr9 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s5yYCuVnr9 .jq-number__spin.minus:after,
.cid-s5yYCuVnr9 .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-s5yYCuVnr9 input::-webkit-clear-button {
  display: none;
}
.cid-s5yYCuVnr9 input::-webkit-inner-spin-button {
  display: none;
}
.cid-s5yYCuVnr9 input::-webkit-outer-spin-button {
  display: none;
}
.cid-s5yYCuVnr9 input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-s5yYCuVnr9 .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-s5yYFm1Usm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-s5yYFm1Usm .google-map {
  height: 30rem;
  position: relative;
}
.cid-s5yYFm1Usm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s5yYFm1Usm .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-s5yYFm1Usm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s5yYFm1Usm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s5yYzYeNiJ {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
  z-index: 0;
}
.cid-s5yYzYeNiJ .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-s5yYzYeNiJ img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-s5yYzYeNiJ .icon1 {
  background: #a8aaf1;
}
.cid-s5yYzYeNiJ .icon2 {
  background: #ff9083;
}
.cid-s5yYzYeNiJ .icon3 {
  background: #72dfe9;
}
.cid-s5yYzYeNiJ .card-box {
  padding-left: 1rem;
}
.cid-s5yYzYeNiJ .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yYzYeNiJ .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-s5yYzYeNiJ .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yYzYeNiJ .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yYzYeNiJ .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s5yYzYeNiJ .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-s5yYzYeNiJ .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-s5yYzYeNiJ .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-s5yYzYeNiJ .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-s5yYzYeNiJ .card-text {
  color: #ffffff;
}
.cid-s5yYzYeNiJ .title {
  color: #ffffff;
}
.cid-s5yYHBnroe {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #1c1c25;
}
.cid-s5yYHBnroe .mbr-text {
  color: #777d74;
}
.cid-s5yYHBnroe .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-s5yYHBnroe .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-s5yYHBnroe .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-s5yYHBnroe .wrapper {
  display: flex;
  justify-content: center;
}
.cid-s5yYGmH8Ea {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33358c;
}
.cid-s5yYGmH8Ea .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s5yYGmH8Ea .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s5yYGmH8Ea .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s5yYGmH8Ea .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-s5yYGmH8Ea .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-s5yYGmH8Ea .media-container-row .foot-menu li:hover {
  color: #6ec7f2;
}
.cid-s5yYGmH8Ea .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s5yYGmH8Ea .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s5yYGmH8Ea .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s5yYGmH8Ea .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s5yYGmH8Ea .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s5yYGmH8Ea .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s5yYGmH8Ea .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s5yYGmH8Ea .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s5yYGmH8Ea .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-s5yYGmH8Ea .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-s5yYGmH8Ea .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-tNOl0WK0hG {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1346.webp");
}
.cid-tNOl0WK0hG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOl0WK0hG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOl0WK0hG .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tNOl0WK0hG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNOl0WK0hG .container {
    padding: 0 30px;
  }
}
.cid-tNOl0WK0hG .title-wrapper {
  border-radius: 2em;
  width: 40%;
  margin: 0 auto;
  position: relative;
}
.cid-tNOl0WK0hG .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media (max-width: 1440px) {
  .cid-tNOl0WK0hG .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tNOl0WK0hG .title-wrapper {
    width: 100%;
  }
}
.cid-tNOl0WK0hG .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tNOl0WK0hG .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tNOl0WK0hG .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-tNOl0WK0hG .mbr-section-title {
  color: #ffffff;
}
.cid-tNOl0WK0hG .mbr-text {
  color: #F0F0F0;
  text-align: center;
}
.cid-tNOl0WK0hG .mbr-section-title,
.cid-tNOl0WK0hG .mbr-section-btn {
  text-align: center;
}
.cid-tObR9DuI8n {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tObR9DuI8n .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-tObR9DuI8n .mbr-section-head {
    text-align: center;
  }
}
.cid-tObR9DuI8n .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tObR9DuI8n .display-5 > .mbr-iconfont {
  font-size: 60px;
}
@media (max-width: 649px) {
  .cid-tObR9DuI8n .display-5 > .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-tObR9DuI8n .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-tObR9DuI8n .mbr-text {
  color: #000000;
  margin-top: 17px;
  text-align: center;
}
.cid-tObR9DuI8n form.mbr-form {
  margin-top: 2rem;
}
.cid-tObR9DuI8n form.mbr-form .mbr-section-btn {
  position: relative;
}
.cid-tObR9DuI8n form.mbr-form .mbr-section-btn svg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 63px;
  height: 49px;
}
@media (max-width: 1199px) {
  .cid-tObR9DuI8n form.mbr-form .mbr-section-btn svg {
    right: -40px;
  }
}
@media (max-width: 991px) {
  .cid-tObR9DuI8n form.mbr-form .mbr-section-btn svg {
    top: 30px;
    right: -30px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-tObR9DuI8n form.mbr-form .mbr-section-btn svg {
    right: -20px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tObR9DuI8n form.mbr-form .mbr-section-btn svg {
    display: none;
  }
}
.cid-tObR9DuI8n form.mbr-form .mbr-section-btn svg path {
  fill: #33d5ad;
}
@media (max-width: 767px) {
  .cid-tObR9DuI8n .dragArea {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tObR9DuI8n input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tObR9DuI8n .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tObR9DuI8n .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tObR9DuI8n .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tObR9DuI8n .wave-container .wave svg path {
  fill: #000000;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tObR9DuI8n button {
  width: 100%;
}
.cid-tObW8bWL4r {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tObW8bWL4r .mbr-section-title {
  color: #1d1d1f;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tObW8bWL4r .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #879a9f;
}
.cid-tObW8bWL4r .row {
  align-items: center;
  height: 100%;
}
.cid-tObW8bWL4r .container {
  max-width: 1100px;
}
.cid-tObW8bWL4r .wrapper {
  margin: auto;
}
.cid-s5yY03wZSv {
  z-index: 1000;
  width: 100%;
}
.cid-s5yY03wZSv nav.navbar {
  position: fixed;
}
.cid-s5yY03wZSv img {
  width: 50px!important;
  height: 50px!important;
}
.cid-s5yY03wZSv .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-s5yY03wZSv .navbar-short .nav-link {
  color: black!important;
}
.cid-s5yY03wZSv .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-s5yY03wZSv .navbar.opened {
  transition: all .3s;
}
.cid-s5yY03wZSv .navbar .navbar-logo img {
  width: auto;
}
.cid-s5yY03wZSv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5yY03wZSv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5yY03wZSv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s5yY03wZSv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5yY03wZSv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5yY03wZSv .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: 55%;
}
.cid-s5yY03wZSv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5yY03wZSv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5yY03wZSv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5yY03wZSv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5yY03wZSv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5yY03wZSv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5yY03wZSv .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: 55%;
  }
  .cid-s5yY03wZSv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5yY03wZSv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-s5yY03wZSv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s5yY03wZSv .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-s5yY03wZSv .navbar.navbar-short {
  min-height: 60px;
}
.cid-s5yY03wZSv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5yY03wZSv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5yY03wZSv .navbar-logo {
  margin-right: 1rem!important;
}
.cid-s5yY03wZSv .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-s5yY03wZSv .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #6ec7f2;
}
.cid-s5yY03wZSv .nav-link:hover,
.cid-s5yY03wZSv .nav-link:focus {
  color: #6ec7f2 !important;
}
.cid-s5yY03wZSv .nav-link:hover:before,
.cid-s5yY03wZSv .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-s5yY03wZSv .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-s5yY03wZSv .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-s5yY03wZSv .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #6ec7f2;
}
.cid-s5yY03wZSv .dropdown-item:hover,
.cid-s5yY03wZSv .dropdown-item:focus {
  color: #6ec7f2 !important;
  transform: translateX(10px);
}
.cid-s5yY03wZSv .dropdown-item:hover:before,
.cid-s5yY03wZSv .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-s5yY03wZSv .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yY03wZSv .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #6ec7f2 inset;
}
.cid-s5yY03wZSv .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yY03wZSv .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yY03wZSv .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-s5yY03wZSv .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #6ec7f2;
}
.cid-s5yY03wZSv .navbar-nav {
  margin: auto;
}
.cid-s5yY03wZSv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s5yY03wZSv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5yY03wZSv .container {
  display: flex;
  margin: auto;
}
.cid-s5yY03wZSv .navbar-caption {
  padding-right: 4rem;
}
.cid-s5yY03wZSv .dropdown-menu,
.cid-s5yY03wZSv .navbar.opened {
  background: #ffffff !important;
}
.cid-s5yY03wZSv .nav-item:focus,
.cid-s5yY03wZSv .nav-link:focus {
  outline: none;
}
.cid-s5yY03wZSv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s5yY03wZSv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s5yY03wZSv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5yY03wZSv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s5yY03wZSv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5yY03wZSv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5yY03wZSv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5yY03wZSv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5yY03wZSv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5yY03wZSv .dropdown-item.active,
.cid-s5yY03wZSv .dropdown-item:active {
  background-color: transparent;
}
.cid-s5yY03wZSv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5yY03wZSv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5yY03wZSv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5yY03wZSv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5yY03wZSv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5yY03wZSv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5yY03wZSv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s5yY03wZSv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5yY03wZSv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s5yY03wZSv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s5yY03wZSv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5yY03wZSv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yY03wZSv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yY03wZSv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5yY03wZSv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yY03wZSv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5yY03wZSv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5yY03wZSv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yY03wZSv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5yY03wZSv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s5yY03wZSv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5yY03wZSv .navbar {
    height: 77px;
  }
  .cid-s5yY03wZSv .navbar.opened {
    height: auto;
  }
  .cid-s5yY03wZSv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-s5yY03wZSv .navbar {
    background: #ffffff;
  }
  .cid-s5yY03wZSv .nav-link {
    color: black!important;
  }
}
.cid-tOcdONOU1v {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tOcdONOU1v .mbr-section-title {
  color: #1d1d1f;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tOcdONOU1v .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #879a9f;
}
.cid-tOcdONOU1v .row {
  align-items: center;
  height: 100%;
}
.cid-tOcdONOU1v .container {
  max-width: 1100px;
}
.cid-tOcdONOU1v .wrapper {
  margin: auto;
}
.cid-tOcf7vswq7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tOcf7vswq7 .mbr-section-title {
  color: #1d1d1f;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tOcf7vswq7 .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #879a9f;
}
.cid-tOcf7vswq7 .row {
  align-items: center;
  height: 100%;
}
.cid-tOcf7vswq7 .container {
  max-width: 1100px;
}
.cid-tOcf7vswq7 .wrapper {
  margin: auto;
}
.cid-s5yYGmH8Ea {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33358c;
}
.cid-s5yYGmH8Ea .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s5yYGmH8Ea .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s5yYGmH8Ea .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s5yYGmH8Ea .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-s5yYGmH8Ea .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-s5yYGmH8Ea .media-container-row .foot-menu li:hover {
  color: #6ec7f2;
}
.cid-s5yYGmH8Ea .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s5yYGmH8Ea .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s5yYGmH8Ea .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s5yYGmH8Ea .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s5yYGmH8Ea .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s5yYGmH8Ea .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s5yYGmH8Ea .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s5yYGmH8Ea .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s5yYGmH8Ea .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-s5yYGmH8Ea .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-s5yYGmH8Ea .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-tOcIfSGozX {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-100x75.webp");
}
.cid-tOcIfSGozX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOcIfSGozX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOcIfSGozX .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tOcIfSGozX .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tOcIfSGozX .container {
    padding: 0 30px;
  }
}
.cid-tOcIfSGozX .title-wrapper {
  border-radius: 2em;
  width: 40%;
  margin: 0 auto;
  position: relative;
}
.cid-tOcIfSGozX .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media (max-width: 1440px) {
  .cid-tOcIfSGozX .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tOcIfSGozX .title-wrapper {
    width: 100%;
  }
}
.cid-tOcIfSGozX .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tOcIfSGozX .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tOcIfSGozX .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-tOcIfSGozX .mbr-section-title {
  color: #ffffff;
}
.cid-tOcIfSGozX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOcIfSGozX .mbr-section-title,
.cid-tOcIfSGozX .mbr-section-btn {
  text-align: center;
}
.cid-tOcIfUpUxV {
  z-index: 1000;
  width: 100%;
}
.cid-tOcIfUpUxV nav.navbar {
  position: fixed;
}
.cid-tOcIfUpUxV img {
  width: 50px!important;
  height: 50px!important;
}
.cid-tOcIfUpUxV .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-tOcIfUpUxV .navbar-short .nav-link {
  color: black!important;
}
.cid-tOcIfUpUxV .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-tOcIfUpUxV .navbar.opened {
  transition: all .3s;
}
.cid-tOcIfUpUxV .navbar .navbar-logo img {
  width: auto;
}
.cid-tOcIfUpUxV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOcIfUpUxV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOcIfUpUxV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOcIfUpUxV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOcIfUpUxV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOcIfUpUxV .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: 55%;
}
.cid-tOcIfUpUxV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOcIfUpUxV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tOcIfUpUxV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOcIfUpUxV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOcIfUpUxV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOcIfUpUxV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOcIfUpUxV .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: 55%;
  }
  .cid-tOcIfUpUxV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOcIfUpUxV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-tOcIfUpUxV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOcIfUpUxV .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-tOcIfUpUxV .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOcIfUpUxV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOcIfUpUxV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOcIfUpUxV .navbar-logo {
  margin-right: 1rem!important;
}
.cid-tOcIfUpUxV .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tOcIfUpUxV .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #6ec7f2;
}
.cid-tOcIfUpUxV .nav-link:hover,
.cid-tOcIfUpUxV .nav-link:focus {
  color: #6ec7f2 !important;
}
.cid-tOcIfUpUxV .nav-link:hover:before,
.cid-tOcIfUpUxV .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-tOcIfUpUxV .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-tOcIfUpUxV .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-tOcIfUpUxV .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #6ec7f2;
}
.cid-tOcIfUpUxV .dropdown-item:hover,
.cid-tOcIfUpUxV .dropdown-item:focus {
  color: #6ec7f2 !important;
  transform: translateX(10px);
}
.cid-tOcIfUpUxV .dropdown-item:hover:before,
.cid-tOcIfUpUxV .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-tOcIfUpUxV .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tOcIfUpUxV .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #6ec7f2 inset;
}
.cid-tOcIfUpUxV .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tOcIfUpUxV .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tOcIfUpUxV .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-tOcIfUpUxV .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #6ec7f2;
}
.cid-tOcIfUpUxV .navbar-nav {
  margin: auto;
}
.cid-tOcIfUpUxV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tOcIfUpUxV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOcIfUpUxV .container {
  display: flex;
  margin: auto;
}
.cid-tOcIfUpUxV .navbar-caption {
  padding-right: 4rem;
}
.cid-tOcIfUpUxV .dropdown-menu,
.cid-tOcIfUpUxV .navbar.opened {
  background: #ffffff !important;
}
.cid-tOcIfUpUxV .nav-item:focus,
.cid-tOcIfUpUxV .nav-link:focus {
  outline: none;
}
.cid-tOcIfUpUxV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOcIfUpUxV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tOcIfUpUxV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tOcIfUpUxV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOcIfUpUxV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOcIfUpUxV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOcIfUpUxV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOcIfUpUxV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOcIfUpUxV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOcIfUpUxV .dropdown-item.active,
.cid-tOcIfUpUxV .dropdown-item:active {
  background-color: transparent;
}
.cid-tOcIfUpUxV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOcIfUpUxV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOcIfUpUxV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOcIfUpUxV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOcIfUpUxV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOcIfUpUxV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOcIfUpUxV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOcIfUpUxV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOcIfUpUxV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOcIfUpUxV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tOcIfUpUxV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOcIfUpUxV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOcIfUpUxV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOcIfUpUxV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOcIfUpUxV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOcIfUpUxV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOcIfUpUxV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOcIfUpUxV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOcIfUpUxV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tOcIfUpUxV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOcIfUpUxV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOcIfUpUxV .navbar {
    height: 77px;
  }
  .cid-tOcIfUpUxV .navbar.opened {
    height: auto;
  }
  .cid-tOcIfUpUxV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tOcIfUpUxV .navbar {
    background: #ffffff;
  }
  .cid-tOcIfUpUxV .nav-link {
    color: black!important;
  }
}
.cid-tOcWPrNnGK {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tOcWPrNnGK .container-fluid {
  padding: 0 3rem;
}
.cid-tOcWPrNnGK .mbr-section-subtitle {
  color: #767676;
}
.cid-tOcWPrNnGK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tOcWPrNnGK .table-wrapper {
  margin: 0 auto;
}
.cid-tOcWPrNnGK table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tOcWPrNnGK table thead tr {
  border: none !important;
}
.cid-tOcWPrNnGK table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #e9eced;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tOcWPrNnGK table tr td {
  border-color: #eceeef;
}
.cid-tOcWPrNnGK table td {
  padding: 4.2rem 1.8rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-tOcWPrNnGK th:after,
.cid-tOcWPrNnGK th:before {
  display: none !important;
}
.cid-tOcWPrNnGK .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-tOcWPrNnGK .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-tOcWPrNnGK table th,
  .cid-tOcWPrNnGK table td {
    padding: .75rem;
  }
}
.cid-tOcWPrNnGK .body-item {
  text-align: left;
}
.cid-tOcWPrNnGK .mbr-text {
  color: #767676;
}
.cid-tOcWPrNnGK .head-item {
  color: #232323;
}
.cid-tOcWPrNnGK .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tOcWPrNnGK .table tbody .tableColumns .body-item,
.cid-tOcWPrNnGK .table {
  text-align: center;
  color: #33358c;
}
.cid-tOcIfVshr8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33358c;
}
.cid-tOcIfVshr8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOcIfVshr8 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOcIfVshr8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOcIfVshr8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tOcIfVshr8 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-tOcIfVshr8 .media-container-row .foot-menu li:hover {
  color: #6ec7f2;
}
.cid-tOcIfVshr8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOcIfVshr8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOcIfVshr8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOcIfVshr8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOcIfVshr8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOcIfVshr8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOcIfVshr8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOcIfVshr8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOcIfVshr8 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tOcIfVshr8 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-tOcIfVshr8 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-tOd3FRu1Q2 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1352.webp");
}
.cid-tOd3FRu1Q2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOd3FRu1Q2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOd3FRu1Q2 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tOd3FRu1Q2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tOd3FRu1Q2 .container {
    padding: 0 30px;
  }
}
.cid-tOd3FRu1Q2 .title-wrapper {
  border-radius: 2em;
  width: 40%;
  margin: 0 auto;
  position: relative;
}
.cid-tOd3FRu1Q2 .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media (max-width: 1440px) {
  .cid-tOd3FRu1Q2 .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tOd3FRu1Q2 .title-wrapper {
    width: 100%;
  }
}
.cid-tOd3FRu1Q2 .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tOd3FRu1Q2 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tOd3FRu1Q2 .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-tOd3FRu1Q2 .mbr-section-title {
  color: #ffffff;
}
.cid-tOd3FRu1Q2 .mbr-text {
  color: #33358c;
  text-align: center;
}
.cid-tOd3FRu1Q2 .mbr-section-title,
.cid-tOd3FRu1Q2 .mbr-section-btn {
  text-align: center;
  color: #42424c;
}
.cid-tOd3FSswvc {
  z-index: 1000;
  width: 100%;
}
.cid-tOd3FSswvc nav.navbar {
  position: fixed;
}
.cid-tOd3FSswvc img {
  width: 50px!important;
  height: 50px!important;
}
.cid-tOd3FSswvc .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-tOd3FSswvc .navbar-short .nav-link {
  color: black!important;
}
.cid-tOd3FSswvc .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-tOd3FSswvc .navbar.opened {
  transition: all .3s;
}
.cid-tOd3FSswvc .navbar .navbar-logo img {
  width: auto;
}
.cid-tOd3FSswvc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOd3FSswvc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOd3FSswvc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOd3FSswvc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOd3FSswvc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOd3FSswvc .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: 55%;
}
.cid-tOd3FSswvc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOd3FSswvc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tOd3FSswvc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOd3FSswvc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOd3FSswvc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOd3FSswvc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOd3FSswvc .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: 55%;
  }
  .cid-tOd3FSswvc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOd3FSswvc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-tOd3FSswvc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOd3FSswvc .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-tOd3FSswvc .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOd3FSswvc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOd3FSswvc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOd3FSswvc .navbar-logo {
  margin-right: 1rem!important;
}
.cid-tOd3FSswvc .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tOd3FSswvc .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #6ec7f2;
}
.cid-tOd3FSswvc .nav-link:hover,
.cid-tOd3FSswvc .nav-link:focus {
  color: #6ec7f2 !important;
}
.cid-tOd3FSswvc .nav-link:hover:before,
.cid-tOd3FSswvc .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-tOd3FSswvc .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-tOd3FSswvc .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-tOd3FSswvc .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #6ec7f2;
}
.cid-tOd3FSswvc .dropdown-item:hover,
.cid-tOd3FSswvc .dropdown-item:focus {
  color: #6ec7f2 !important;
  transform: translateX(10px);
}
.cid-tOd3FSswvc .dropdown-item:hover:before,
.cid-tOd3FSswvc .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-tOd3FSswvc .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tOd3FSswvc .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #6ec7f2 inset;
}
.cid-tOd3FSswvc .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tOd3FSswvc .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tOd3FSswvc .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-tOd3FSswvc .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #6ec7f2;
}
.cid-tOd3FSswvc .navbar-nav {
  margin: auto;
}
.cid-tOd3FSswvc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tOd3FSswvc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOd3FSswvc .container {
  display: flex;
  margin: auto;
}
.cid-tOd3FSswvc .navbar-caption {
  padding-right: 4rem;
}
.cid-tOd3FSswvc .dropdown-menu,
.cid-tOd3FSswvc .navbar.opened {
  background: #ffffff !important;
}
.cid-tOd3FSswvc .nav-item:focus,
.cid-tOd3FSswvc .nav-link:focus {
  outline: none;
}
.cid-tOd3FSswvc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOd3FSswvc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tOd3FSswvc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tOd3FSswvc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOd3FSswvc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOd3FSswvc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOd3FSswvc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOd3FSswvc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOd3FSswvc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOd3FSswvc .dropdown-item.active,
.cid-tOd3FSswvc .dropdown-item:active {
  background-color: transparent;
}
.cid-tOd3FSswvc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOd3FSswvc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOd3FSswvc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOd3FSswvc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOd3FSswvc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOd3FSswvc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOd3FSswvc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOd3FSswvc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOd3FSswvc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOd3FSswvc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tOd3FSswvc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOd3FSswvc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOd3FSswvc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOd3FSswvc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOd3FSswvc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOd3FSswvc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOd3FSswvc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOd3FSswvc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOd3FSswvc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tOd3FSswvc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOd3FSswvc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOd3FSswvc .navbar {
    height: 77px;
  }
  .cid-tOd3FSswvc .navbar.opened {
    height: auto;
  }
  .cid-tOd3FSswvc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tOd3FSswvc .navbar {
    background: #ffffff;
  }
  .cid-tOd3FSswvc .nav-link {
    color: black!important;
  }
}
.cid-tOd8F5mFV2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tOd8F5mFV2 .card-wrapper {
  display: flex;
  padding: 3rem 1rem;
  border-radius: 10px;
  background: #6592e6;
  border: 2px solid #efefef;
  flex-direction: column;
  text-align: center;
}
.cid-tOd8F5mFV2 .card-wrapper:hover .card-title {
  color: #6ec7f2;
}
.cid-tOd8F5mFV2 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tOd8F5mFV2 .card-title {
  transition: all 0.3s;
  color: #ffffff;
}
.cid-tOd8F5mFV2 .mbr-iconfont {
  font-size: 5rem;
  color: #ff9083;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-tOd8F5mFV2 .card-text {
  color: #616161;
}
.cid-tOd8F5mFV2 .main-text {
  color: #777d74;
}
.cid-tOd8F5mFV2 .main-sub-title,
.cid-tOd8F5mFV2 .align-wrapper {
  color: #33358c;
}
.cid-tQgmpDTUOk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQgmpDTUOk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQgmpDTUOk img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tQgmpDTUOk img {
    height: 300px;
  }
}
.cid-tQgmpDTUOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQgmpDTUOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPOoLbTjqZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tPOoLbTjqZ .mbr-section-title {
  color: #1d1d1f;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tPOoLbTjqZ .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #879a9f;
}
.cid-tPOoLbTjqZ .row {
  align-items: center;
  height: 100%;
}
.cid-tPOoLbTjqZ .container {
  max-width: 1100px;
}
.cid-tPOoLbTjqZ .wrapper {
  margin: auto;
}
.cid-tOdez3Q0xw {
  padding-top: 2rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tOdez3Q0xw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOdez3Q0xw .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-tOdez3Q0xw .container {
    padding: 0 20px;
  }
}
.cid-tOdez3Q0xw .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
  padding: 0 50px 60px 100px;
}
@media (max-width: 992px) {
  .cid-tOdez3Q0xw .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOdez3Q0xw .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-tOdez3Q0xw .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tOdez3Q0xw .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-tOdez3Q0xw .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-tOdez3Q0xw .image-wrapper .image_2 {
    display: none;
  }
}
.cid-tOdez3Q0xw .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .cid-tOdez3Q0xw .image-wrapper .image_3 {
    display: none;
  }
}
.cid-tOdez3Q0xw .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tOdez3Q0xw .title-wrapper .title-wrap {
  padding-left: 42px;
  padding-left: 0;
  padding-right: 42px;
}
.cid-tOdez3Q0xw .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tOdez3Q0xw .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tOdez3Q0xw .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tOdez3Q0xw .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tOdez3Q0xw .mbr-section-title {
  color: #000000;
}
.cid-tOdez3Q0xw .mbr-text {
  color: #6a6e71;
}
.cid-tOd3FUop0z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33358c;
}
.cid-tOd3FUop0z .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOd3FUop0z .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOd3FUop0z .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOd3FUop0z .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tOd3FUop0z .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-tOd3FUop0z .media-container-row .foot-menu li:hover {
  color: #6ec7f2;
}
.cid-tOd3FUop0z .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOd3FUop0z .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOd3FUop0z .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOd3FUop0z .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOd3FUop0z .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOd3FUop0z .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOd3FUop0z .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOd3FUop0z .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOd3FUop0z .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tOd3FUop0z .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-tOd3FUop0z .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-s5yW3Le6Ih {
  z-index: 1000;
  width: 100%;
}
.cid-s5yW3Le6Ih nav.navbar {
  position: fixed;
}
.cid-s5yW3Le6Ih img {
  width: 50px!important;
  height: 50px!important;
}
.cid-s5yW3Le6Ih .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-s5yW3Le6Ih .navbar-short .nav-link {
  color: black!important;
}
.cid-s5yW3Le6Ih .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-s5yW3Le6Ih .navbar.opened {
  transition: all .3s;
}
.cid-s5yW3Le6Ih .navbar .navbar-logo img {
  width: auto;
}
.cid-s5yW3Le6Ih .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5yW3Le6Ih .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5yW3Le6Ih .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: 55%;
}
.cid-s5yW3Le6Ih .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5yW3Le6Ih .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5yW3Le6Ih .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5yW3Le6Ih .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: 55%;
  }
  .cid-s5yW3Le6Ih .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s5yW3Le6Ih .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-s5yW3Le6Ih .navbar.navbar-short {
  min-height: 60px;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5yW3Le6Ih .navbar-logo {
  margin-right: 1rem!important;
}
.cid-s5yW3Le6Ih .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-s5yW3Le6Ih .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #6ec7f2;
}
.cid-s5yW3Le6Ih .nav-link:hover,
.cid-s5yW3Le6Ih .nav-link:focus {
  color: #6ec7f2 !important;
}
.cid-s5yW3Le6Ih .nav-link:hover:before,
.cid-s5yW3Le6Ih .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-s5yW3Le6Ih .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-s5yW3Le6Ih .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #6ec7f2;
}
.cid-s5yW3Le6Ih .dropdown-item:hover,
.cid-s5yW3Le6Ih .dropdown-item:focus {
  color: #6ec7f2 !important;
  transform: translateX(10px);
}
.cid-s5yW3Le6Ih .dropdown-item:hover:before,
.cid-s5yW3Le6Ih .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #6ec7f2 inset;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yW3Le6Ih .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #6ec7f2;
}
.cid-s5yW3Le6Ih .navbar-nav {
  margin: auto;
}
.cid-s5yW3Le6Ih .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5yW3Le6Ih .container {
  display: flex;
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar-caption {
  padding-right: 4rem;
}
.cid-s5yW3Le6Ih .dropdown-menu,
.cid-s5yW3Le6Ih .navbar.opened {
  background: #ffffff !important;
}
.cid-s5yW3Le6Ih .nav-item:focus,
.cid-s5yW3Le6Ih .nav-link:focus {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5yW3Le6Ih .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5yW3Le6Ih .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown-item.active,
.cid-s5yW3Le6Ih .dropdown-item:active {
  background-color: transparent;
}
.cid-s5yW3Le6Ih .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5yW3Le6Ih .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5yW3Le6Ih ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s5yW3Le6Ih .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5yW3Le6Ih button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5yW3Le6Ih a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s5yW3Le6Ih .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5yW3Le6Ih .navbar {
    height: 77px;
  }
  .cid-s5yW3Le6Ih .navbar.opened {
    height: auto;
  }
  .cid-s5yW3Le6Ih .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-s5yW3Le6Ih .navbar {
    background: #ffffff;
  }
  .cid-s5yW3Le6Ih .nav-link {
    color: black!important;
  }
}
.cid-tOo49PwJkR {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-tOo49PwJkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOo49PwJkR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOo49PwJkR .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tOo49PwJkR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tOo49PwJkR .container {
    padding: 0 30px;
  }
}
.cid-tOo49PwJkR .title-wrapper {
  border-radius: 2em;
  width: 40%;
  margin: 0 auto;
  position: relative;
}
.cid-tOo49PwJkR .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media (max-width: 1440px) {
  .cid-tOo49PwJkR .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tOo49PwJkR .title-wrapper {
    width: 100%;
  }
}
.cid-tOo49PwJkR .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tOo49PwJkR .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tOo49PwJkR .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-tOo49PwJkR .mbr-section-title {
  color: #ffffff;
}
.cid-tOo49PwJkR .mbr-text {
  color: #F0F0F0;
  text-align: center;
}
.cid-tOo49PwJkR .mbr-section-title,
.cid-tOo49PwJkR .mbr-section-btn {
  text-align: center;
}
.cid-tOo4NrgzDY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOo4NrgzDY .card-wrapper {
  display: flex;
}
.cid-tOo4NrgzDY .card-wrapper:hover .card-title {
  color: #6ec7f2;
}
.cid-tOo4NrgzDY .card-title {
  transition: all 0.3s;
}
.cid-tOo4NrgzDY .mbr-iconfont {
  font-size: 6rem;
  color: #ff9083;
  padding-right: 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tOo4NrgzDY .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tOo4NrgzDY .mbr-iconfont {
    padding: 0;
    margin-bottom: 1rem;
  }
}
.cid-tOo4NrgzDY .card-text {
  color: #616161;
}
.cid-tOo4NrgzDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOo4NrgzDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOo2JTpDXy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOo2JTpDXy .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tOo2JTpDXy .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tOo2JTpDXy .panel-group {
  border: none;
}
.cid-tOo2JTpDXy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tOo2JTpDXy .panel-body {
  padding: 1rem 2rem;
}
.cid-tOo2JTpDXy .header-wrapper {
  position: relative;
}
.cid-tOo2JTpDXy .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tOo2JTpDXy span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tOo2JTpDXy .card {
  overflow: visible;
}
.cid-tOo2JTpDXy .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tOo2JTpDXy .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tOo2JTpDXy .card:hover span {
  transform: rotate(-90deg);
}
.cid-tOo2JTpDXy .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tOo2JTpDXy .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tOo2JTpDXy .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tOo2JTpDXy H4 {
  color: #777d74;
}
.cid-tOo2JTpDXy .panel-title-edit {
  color: #1c1c25;
}
.cid-tOo2JTpDXy .mbr-section-title {
  color: #42424c;
}
.cid-tOo2JTpDXy .mbr-section-subtitle {
  color: #777d74;
}
.cid-tOo2JTpDXy .main-sub-title,
.cid-tOo2JTpDXy .align-wrapper {
  color: #ff6666;
}
.cid-tOo2JTpDXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOo2JTpDXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOobtw6pJ2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOobtw6pJ2 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tOobtw6pJ2 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tOobtw6pJ2 .panel-group {
  border: none;
}
.cid-tOobtw6pJ2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tOobtw6pJ2 .panel-body {
  padding: 1rem 2rem;
}
.cid-tOobtw6pJ2 .header-wrapper {
  position: relative;
}
.cid-tOobtw6pJ2 .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tOobtw6pJ2 span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tOobtw6pJ2 .card {
  overflow: visible;
}
.cid-tOobtw6pJ2 .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tOobtw6pJ2 .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tOobtw6pJ2 .card:hover span {
  transform: rotate(-90deg);
}
.cid-tOobtw6pJ2 .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tOobtw6pJ2 .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tOobtw6pJ2 .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tOobtw6pJ2 H4 {
  color: #777d74;
}
.cid-tOobtw6pJ2 .panel-title-edit {
  color: #1c1c25;
}
.cid-tOobtw6pJ2 .mbr-section-title {
  color: #42424c;
}
.cid-tOobtw6pJ2 .mbr-section-subtitle {
  color: #777d74;
}
.cid-tOobtw6pJ2 .main-sub-title,
.cid-tOobtw6pJ2 .align-wrapper {
  color: #ff6666;
}
.cid-tOobtw6pJ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOobtw6pJ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQy0MqOE1P {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQy0MqOE1P .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQy0MqOE1P .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQy0MqOE1P .panel-group {
  border: none;
}
.cid-tQy0MqOE1P .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQy0MqOE1P .panel-body {
  padding: 1rem 2rem;
}
.cid-tQy0MqOE1P .header-wrapper {
  position: relative;
}
.cid-tQy0MqOE1P .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQy0MqOE1P span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQy0MqOE1P .card {
  overflow: visible;
}
.cid-tQy0MqOE1P .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQy0MqOE1P .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQy0MqOE1P .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQy0MqOE1P .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQy0MqOE1P .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQy0MqOE1P .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQy0MqOE1P H4 {
  color: #777d74;
}
.cid-tQy0MqOE1P .panel-title-edit {
  color: #1c1c25;
}
.cid-tQy0MqOE1P .mbr-section-title {
  color: #42424c;
}
.cid-tQy0MqOE1P .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQy0MqOE1P .main-sub-title,
.cid-tQy0MqOE1P .align-wrapper {
  color: #ff6666;
}
.cid-tQy0MqOE1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQy0MqOE1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQy0Pz2SPr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQy0Pz2SPr .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQy0Pz2SPr .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQy0Pz2SPr .panel-group {
  border: none;
}
.cid-tQy0Pz2SPr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQy0Pz2SPr .panel-body {
  padding: 1rem 2rem;
}
.cid-tQy0Pz2SPr .header-wrapper {
  position: relative;
}
.cid-tQy0Pz2SPr .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQy0Pz2SPr span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQy0Pz2SPr .card {
  overflow: visible;
}
.cid-tQy0Pz2SPr .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQy0Pz2SPr .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQy0Pz2SPr .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQy0Pz2SPr .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQy0Pz2SPr .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQy0Pz2SPr .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQy0Pz2SPr H4 {
  color: #777d74;
}
.cid-tQy0Pz2SPr .panel-title-edit {
  color: #1c1c25;
}
.cid-tQy0Pz2SPr .mbr-section-title {
  color: #42424c;
}
.cid-tQy0Pz2SPr .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQy0Pz2SPr .main-sub-title,
.cid-tQy0Pz2SPr .align-wrapper {
  color: #ff6666;
}
.cid-tQy0Pz2SPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQy0Pz2SPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQy0Q4L5KK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQy0Q4L5KK .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQy0Q4L5KK .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQy0Q4L5KK .panel-group {
  border: none;
}
.cid-tQy0Q4L5KK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQy0Q4L5KK .panel-body {
  padding: 1rem 2rem;
}
.cid-tQy0Q4L5KK .header-wrapper {
  position: relative;
}
.cid-tQy0Q4L5KK .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQy0Q4L5KK span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQy0Q4L5KK .card {
  overflow: visible;
}
.cid-tQy0Q4L5KK .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQy0Q4L5KK .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQy0Q4L5KK .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQy0Q4L5KK .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQy0Q4L5KK .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQy0Q4L5KK .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQy0Q4L5KK H4 {
  color: #777d74;
}
.cid-tQy0Q4L5KK .panel-title-edit {
  color: #1c1c25;
}
.cid-tQy0Q4L5KK .mbr-section-title {
  color: #42424c;
}
.cid-tQy0Q4L5KK .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQy0Q4L5KK .main-sub-title,
.cid-tQy0Q4L5KK .align-wrapper {
  color: #ff6666;
}
.cid-tQy0Q4L5KK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQy0Q4L5KK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQy0QxI62I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQy0QxI62I .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQy0QxI62I .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQy0QxI62I .panel-group {
  border: none;
}
.cid-tQy0QxI62I .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQy0QxI62I .panel-body {
  padding: 1rem 2rem;
}
.cid-tQy0QxI62I .header-wrapper {
  position: relative;
}
.cid-tQy0QxI62I .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQy0QxI62I span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQy0QxI62I .card {
  overflow: visible;
}
.cid-tQy0QxI62I .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQy0QxI62I .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQy0QxI62I .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQy0QxI62I .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQy0QxI62I .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQy0QxI62I .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQy0QxI62I H4 {
  color: #777d74;
}
.cid-tQy0QxI62I .panel-title-edit {
  color: #1c1c25;
}
.cid-tQy0QxI62I .mbr-section-title {
  color: #42424c;
}
.cid-tQy0QxI62I .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQy0QxI62I .main-sub-title,
.cid-tQy0QxI62I .align-wrapper {
  color: #ff6666;
}
.cid-tQy0QxI62I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQy0QxI62I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQy0R0ksaD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQy0R0ksaD .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQy0R0ksaD .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQy0R0ksaD .panel-group {
  border: none;
}
.cid-tQy0R0ksaD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQy0R0ksaD .panel-body {
  padding: 1rem 2rem;
}
.cid-tQy0R0ksaD .header-wrapper {
  position: relative;
}
.cid-tQy0R0ksaD .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQy0R0ksaD span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQy0R0ksaD .card {
  overflow: visible;
}
.cid-tQy0R0ksaD .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQy0R0ksaD .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQy0R0ksaD .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQy0R0ksaD .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQy0R0ksaD .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQy0R0ksaD .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQy0R0ksaD H4 {
  color: #777d74;
}
.cid-tQy0R0ksaD .panel-title-edit {
  color: #1c1c25;
}
.cid-tQy0R0ksaD .mbr-section-title {
  color: #42424c;
}
.cid-tQy0R0ksaD .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQy0R0ksaD .main-sub-title,
.cid-tQy0R0ksaD .align-wrapper {
  color: #ff6666;
}
.cid-tQy0R0ksaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQy0R0ksaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQy0Rtj2XR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQy0Rtj2XR .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQy0Rtj2XR .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQy0Rtj2XR .panel-group {
  border: none;
}
.cid-tQy0Rtj2XR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQy0Rtj2XR .panel-body {
  padding: 1rem 2rem;
}
.cid-tQy0Rtj2XR .header-wrapper {
  position: relative;
}
.cid-tQy0Rtj2XR .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQy0Rtj2XR span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQy0Rtj2XR .card {
  overflow: visible;
}
.cid-tQy0Rtj2XR .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQy0Rtj2XR .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQy0Rtj2XR .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQy0Rtj2XR .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQy0Rtj2XR .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQy0Rtj2XR .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQy0Rtj2XR H4 {
  color: #777d74;
}
.cid-tQy0Rtj2XR .panel-title-edit {
  color: #1c1c25;
}
.cid-tQy0Rtj2XR .mbr-section-title {
  color: #42424c;
}
.cid-tQy0Rtj2XR .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQy0Rtj2XR .main-sub-title,
.cid-tQy0Rtj2XR .align-wrapper {
  color: #ff6666;
}
.cid-tQy0Rtj2XR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQy0Rtj2XR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQy0RTi7YS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQy0RTi7YS .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQy0RTi7YS .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQy0RTi7YS .panel-group {
  border: none;
}
.cid-tQy0RTi7YS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQy0RTi7YS .panel-body {
  padding: 1rem 2rem;
}
.cid-tQy0RTi7YS .header-wrapper {
  position: relative;
}
.cid-tQy0RTi7YS .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQy0RTi7YS span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQy0RTi7YS .card {
  overflow: visible;
}
.cid-tQy0RTi7YS .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQy0RTi7YS .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQy0RTi7YS .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQy0RTi7YS .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQy0RTi7YS .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQy0RTi7YS .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQy0RTi7YS H4 {
  color: #777d74;
}
.cid-tQy0RTi7YS .panel-title-edit {
  color: #1c1c25;
}
.cid-tQy0RTi7YS .mbr-section-title {
  color: #42424c;
}
.cid-tQy0RTi7YS .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQy0RTi7YS .main-sub-title,
.cid-tQy0RTi7YS .align-wrapper {
  color: #ff6666;
}
.cid-tQy0RTi7YS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQy0RTi7YS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQy0SlqQNf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQy0SlqQNf .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQy0SlqQNf .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQy0SlqQNf .panel-group {
  border: none;
}
.cid-tQy0SlqQNf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQy0SlqQNf .panel-body {
  padding: 1rem 2rem;
}
.cid-tQy0SlqQNf .header-wrapper {
  position: relative;
}
.cid-tQy0SlqQNf .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQy0SlqQNf span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQy0SlqQNf .card {
  overflow: visible;
}
.cid-tQy0SlqQNf .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQy0SlqQNf .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQy0SlqQNf .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQy0SlqQNf .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQy0SlqQNf .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQy0SlqQNf .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQy0SlqQNf H4 {
  color: #777d74;
}
.cid-tQy0SlqQNf .panel-title-edit {
  color: #1c1c25;
}
.cid-tQy0SlqQNf .mbr-section-title {
  color: #42424c;
}
.cid-tQy0SlqQNf .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQy0SlqQNf .main-sub-title,
.cid-tQy0SlqQNf .align-wrapper {
  color: #ff6666;
}
.cid-tQy0SlqQNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQy0SlqQNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQy0SQKpLz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQy0SQKpLz .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQy0SQKpLz .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQy0SQKpLz .panel-group {
  border: none;
}
.cid-tQy0SQKpLz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQy0SQKpLz .panel-body {
  padding: 1rem 2rem;
}
.cid-tQy0SQKpLz .header-wrapper {
  position: relative;
}
.cid-tQy0SQKpLz .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQy0SQKpLz span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQy0SQKpLz .card {
  overflow: visible;
}
.cid-tQy0SQKpLz .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQy0SQKpLz .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQy0SQKpLz .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQy0SQKpLz .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQy0SQKpLz .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQy0SQKpLz .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQy0SQKpLz H4 {
  color: #777d74;
}
.cid-tQy0SQKpLz .panel-title-edit {
  color: #1c1c25;
}
.cid-tQy0SQKpLz .mbr-section-title {
  color: #42424c;
}
.cid-tQy0SQKpLz .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQy0SQKpLz .main-sub-title,
.cid-tQy0SQKpLz .align-wrapper {
  color: #ff6666;
}
.cid-tQy0SQKpLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQy0SQKpLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQy0TgVkhh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQy0TgVkhh .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQy0TgVkhh .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQy0TgVkhh .panel-group {
  border: none;
}
.cid-tQy0TgVkhh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQy0TgVkhh .panel-body {
  padding: 1rem 2rem;
}
.cid-tQy0TgVkhh .header-wrapper {
  position: relative;
}
.cid-tQy0TgVkhh .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQy0TgVkhh span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQy0TgVkhh .card {
  overflow: visible;
}
.cid-tQy0TgVkhh .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQy0TgVkhh .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQy0TgVkhh .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQy0TgVkhh .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQy0TgVkhh .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQy0TgVkhh .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQy0TgVkhh H4 {
  color: #777d74;
}
.cid-tQy0TgVkhh .panel-title-edit {
  color: #1c1c25;
}
.cid-tQy0TgVkhh .mbr-section-title {
  color: #42424c;
}
.cid-tQy0TgVkhh .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQy0TgVkhh .main-sub-title,
.cid-tQy0TgVkhh .align-wrapper {
  color: #ff6666;
}
.cid-tQy0TgVkhh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQy0TgVkhh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQy0TS3gyT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQy0TS3gyT .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQy0TS3gyT .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQy0TS3gyT .panel-group {
  border: none;
}
.cid-tQy0TS3gyT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQy0TS3gyT .panel-body {
  padding: 1rem 2rem;
}
.cid-tQy0TS3gyT .header-wrapper {
  position: relative;
}
.cid-tQy0TS3gyT .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQy0TS3gyT span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQy0TS3gyT .card {
  overflow: visible;
}
.cid-tQy0TS3gyT .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQy0TS3gyT .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQy0TS3gyT .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQy0TS3gyT .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQy0TS3gyT .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQy0TS3gyT .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQy0TS3gyT H4 {
  color: #777d74;
}
.cid-tQy0TS3gyT .panel-title-edit {
  color: #1c1c25;
}
.cid-tQy0TS3gyT .mbr-section-title {
  color: #42424c;
}
.cid-tQy0TS3gyT .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQy0TS3gyT .main-sub-title,
.cid-tQy0TS3gyT .align-wrapper {
  color: #ff6666;
}
.cid-tQy0TS3gyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQy0TS3gyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQy0UOEA2f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQy0UOEA2f .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQy0UOEA2f .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQy0UOEA2f .panel-group {
  border: none;
}
.cid-tQy0UOEA2f .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQy0UOEA2f .panel-body {
  padding: 1rem 2rem;
}
.cid-tQy0UOEA2f .header-wrapper {
  position: relative;
}
.cid-tQy0UOEA2f .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQy0UOEA2f span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQy0UOEA2f .card {
  overflow: visible;
}
.cid-tQy0UOEA2f .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQy0UOEA2f .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQy0UOEA2f .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQy0UOEA2f .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQy0UOEA2f .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQy0UOEA2f .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQy0UOEA2f H4 {
  color: #777d74;
}
.cid-tQy0UOEA2f .panel-title-edit {
  color: #1c1c25;
}
.cid-tQy0UOEA2f .mbr-section-title {
  color: #42424c;
}
.cid-tQy0UOEA2f .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQy0UOEA2f .main-sub-title,
.cid-tQy0UOEA2f .align-wrapper {
  color: #ff6666;
}
.cid-tQy0UOEA2f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQy0UOEA2f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQy0UmFoS7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQy0UmFoS7 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQy0UmFoS7 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQy0UmFoS7 .panel-group {
  border: none;
}
.cid-tQy0UmFoS7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQy0UmFoS7 .panel-body {
  padding: 1rem 2rem;
}
.cid-tQy0UmFoS7 .header-wrapper {
  position: relative;
}
.cid-tQy0UmFoS7 .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQy0UmFoS7 span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQy0UmFoS7 .card {
  overflow: visible;
}
.cid-tQy0UmFoS7 .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQy0UmFoS7 .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQy0UmFoS7 .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQy0UmFoS7 .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQy0UmFoS7 .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQy0UmFoS7 .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQy0UmFoS7 H4 {
  color: #777d74;
}
.cid-tQy0UmFoS7 .panel-title-edit {
  color: #1c1c25;
}
.cid-tQy0UmFoS7 .mbr-section-title {
  color: #42424c;
}
.cid-tQy0UmFoS7 .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQy0UmFoS7 .main-sub-title,
.cid-tQy0UmFoS7 .align-wrapper {
  color: #ff6666;
}
.cid-tQy0UmFoS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQy0UmFoS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQy0VhEAiV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQy0VhEAiV .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQy0VhEAiV .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQy0VhEAiV .panel-group {
  border: none;
}
.cid-tQy0VhEAiV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQy0VhEAiV .panel-body {
  padding: 1rem 2rem;
}
.cid-tQy0VhEAiV .header-wrapper {
  position: relative;
}
.cid-tQy0VhEAiV .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQy0VhEAiV span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQy0VhEAiV .card {
  overflow: visible;
}
.cid-tQy0VhEAiV .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQy0VhEAiV .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQy0VhEAiV .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQy0VhEAiV .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQy0VhEAiV .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQy0VhEAiV .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQy0VhEAiV H4 {
  color: #777d74;
}
.cid-tQy0VhEAiV .panel-title-edit {
  color: #1c1c25;
}
.cid-tQy0VhEAiV .mbr-section-title {
  color: #42424c;
}
.cid-tQy0VhEAiV .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQy0VhEAiV .main-sub-title,
.cid-tQy0VhEAiV .align-wrapper {
  color: #ff6666;
}
.cid-tQy0VhEAiV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQy0VhEAiV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQy0VJ9Md2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQy0VJ9Md2 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQy0VJ9Md2 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQy0VJ9Md2 .panel-group {
  border: none;
}
.cid-tQy0VJ9Md2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQy0VJ9Md2 .panel-body {
  padding: 1rem 2rem;
}
.cid-tQy0VJ9Md2 .header-wrapper {
  position: relative;
}
.cid-tQy0VJ9Md2 .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQy0VJ9Md2 span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQy0VJ9Md2 .card {
  overflow: visible;
}
.cid-tQy0VJ9Md2 .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQy0VJ9Md2 .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQy0VJ9Md2 .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQy0VJ9Md2 .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQy0VJ9Md2 .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQy0VJ9Md2 .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQy0VJ9Md2 H4 {
  color: #777d74;
}
.cid-tQy0VJ9Md2 .panel-title-edit {
  color: #1c1c25;
}
.cid-tQy0VJ9Md2 .mbr-section-title {
  color: #42424c;
}
.cid-tQy0VJ9Md2 .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQy0VJ9Md2 .main-sub-title,
.cid-tQy0VJ9Md2 .align-wrapper {
  color: #ff6666;
}
.cid-tQy0VJ9Md2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQy0VJ9Md2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQy0OYS2QF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQy0OYS2QF .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQy0OYS2QF .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQy0OYS2QF .panel-group {
  border: none;
}
.cid-tQy0OYS2QF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQy0OYS2QF .panel-body {
  padding: 1rem 2rem;
}
.cid-tQy0OYS2QF .header-wrapper {
  position: relative;
}
.cid-tQy0OYS2QF .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQy0OYS2QF span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQy0OYS2QF .card {
  overflow: visible;
}
.cid-tQy0OYS2QF .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQy0OYS2QF .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQy0OYS2QF .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQy0OYS2QF .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQy0OYS2QF .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQy0OYS2QF .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQy0OYS2QF H4 {
  color: #777d74;
}
.cid-tQy0OYS2QF .panel-title-edit {
  color: #1c1c25;
}
.cid-tQy0OYS2QF .mbr-section-title {
  color: #42424c;
}
.cid-tQy0OYS2QF .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQy0OYS2QF .main-sub-title,
.cid-tQy0OYS2QF .align-wrapper {
  color: #ff6666;
}
.cid-tQy0OYS2QF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQy0OYS2QF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQy9ISsDX5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQy9ISsDX5 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQy9ISsDX5 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQy9ISsDX5 .panel-group {
  border: none;
}
.cid-tQy9ISsDX5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQy9ISsDX5 .panel-body {
  padding: 1rem 2rem;
}
.cid-tQy9ISsDX5 .header-wrapper {
  position: relative;
}
.cid-tQy9ISsDX5 .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQy9ISsDX5 span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQy9ISsDX5 .card {
  overflow: visible;
}
.cid-tQy9ISsDX5 .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQy9ISsDX5 .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQy9ISsDX5 .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQy9ISsDX5 .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQy9ISsDX5 .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQy9ISsDX5 .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQy9ISsDX5 H4 {
  color: #777d74;
}
.cid-tQy9ISsDX5 .panel-title-edit {
  color: #1c1c25;
}
.cid-tQy9ISsDX5 .mbr-section-title {
  color: #42424c;
}
.cid-tQy9ISsDX5 .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQy9ISsDX5 .main-sub-title,
.cid-tQy9ISsDX5 .align-wrapper {
  color: #ff6666;
}
.cid-tQy9ISsDX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQy9ISsDX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQybZj95hE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQybZj95hE .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQybZj95hE .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQybZj95hE .panel-group {
  border: none;
}
.cid-tQybZj95hE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQybZj95hE .panel-body {
  padding: 1rem 2rem;
}
.cid-tQybZj95hE .header-wrapper {
  position: relative;
}
.cid-tQybZj95hE .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQybZj95hE span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQybZj95hE .card {
  overflow: visible;
}
.cid-tQybZj95hE .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQybZj95hE .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQybZj95hE .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQybZj95hE .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQybZj95hE .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQybZj95hE .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQybZj95hE H4 {
  color: #777d74;
}
.cid-tQybZj95hE .panel-title-edit {
  color: #1c1c25;
}
.cid-tQybZj95hE .mbr-section-title {
  color: #42424c;
}
.cid-tQybZj95hE .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQybZj95hE .main-sub-title,
.cid-tQybZj95hE .align-wrapper {
  color: #ff6666;
}
.cid-tQybZj95hE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQybZj95hE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQyU6OnsTt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQyU6OnsTt .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQyU6OnsTt .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQyU6OnsTt .panel-group {
  border: none;
}
.cid-tQyU6OnsTt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQyU6OnsTt .panel-body {
  padding: 1rem 2rem;
}
.cid-tQyU6OnsTt .header-wrapper {
  position: relative;
}
.cid-tQyU6OnsTt .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQyU6OnsTt span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQyU6OnsTt .card {
  overflow: visible;
}
.cid-tQyU6OnsTt .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQyU6OnsTt .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQyU6OnsTt .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQyU6OnsTt .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQyU6OnsTt .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQyU6OnsTt .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQyU6OnsTt H4 {
  color: #777d74;
}
.cid-tQyU6OnsTt .panel-title-edit {
  color: #1c1c25;
}
.cid-tQyU6OnsTt .mbr-section-title {
  color: #42424c;
}
.cid-tQyU6OnsTt .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQyU6OnsTt .main-sub-title,
.cid-tQyU6OnsTt .align-wrapper {
  color: #ff6666;
}
.cid-tQyU6OnsTt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQyU6OnsTt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQyUNsKCQn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQyUNsKCQn .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQyUNsKCQn .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQyUNsKCQn .panel-group {
  border: none;
}
.cid-tQyUNsKCQn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQyUNsKCQn .panel-body {
  padding: 1rem 2rem;
}
.cid-tQyUNsKCQn .header-wrapper {
  position: relative;
}
.cid-tQyUNsKCQn .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQyUNsKCQn span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQyUNsKCQn .card {
  overflow: visible;
}
.cid-tQyUNsKCQn .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQyUNsKCQn .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQyUNsKCQn .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQyUNsKCQn .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQyUNsKCQn .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQyUNsKCQn .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQyUNsKCQn H4 {
  color: #777d74;
}
.cid-tQyUNsKCQn .panel-title-edit {
  color: #1c1c25;
}
.cid-tQyUNsKCQn .mbr-section-title {
  color: #42424c;
}
.cid-tQyUNsKCQn .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQyUNsKCQn .main-sub-title,
.cid-tQyUNsKCQn .align-wrapper {
  color: #ff6666;
}
.cid-tQyUNsKCQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQyUNsKCQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQyV93t4WX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQyV93t4WX .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQyV93t4WX .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQyV93t4WX .panel-group {
  border: none;
}
.cid-tQyV93t4WX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQyV93t4WX .panel-body {
  padding: 1rem 2rem;
}
.cid-tQyV93t4WX .header-wrapper {
  position: relative;
}
.cid-tQyV93t4WX .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQyV93t4WX span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQyV93t4WX .card {
  overflow: visible;
}
.cid-tQyV93t4WX .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQyV93t4WX .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQyV93t4WX .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQyV93t4WX .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQyV93t4WX .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQyV93t4WX .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQyV93t4WX H4 {
  color: #777d74;
}
.cid-tQyV93t4WX .panel-title-edit {
  color: #1c1c25;
}
.cid-tQyV93t4WX .mbr-section-title {
  color: #42424c;
}
.cid-tQyV93t4WX .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQyV93t4WX .main-sub-title,
.cid-tQyV93t4WX .align-wrapper {
  color: #ff6666;
}
.cid-tQyV93t4WX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQyV93t4WX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQyVKtHFGo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQyVKtHFGo .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQyVKtHFGo .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQyVKtHFGo .panel-group {
  border: none;
}
.cid-tQyVKtHFGo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQyVKtHFGo .panel-body {
  padding: 1rem 2rem;
}
.cid-tQyVKtHFGo .header-wrapper {
  position: relative;
}
.cid-tQyVKtHFGo .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQyVKtHFGo span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQyVKtHFGo .card {
  overflow: visible;
}
.cid-tQyVKtHFGo .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQyVKtHFGo .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQyVKtHFGo .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQyVKtHFGo .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQyVKtHFGo .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQyVKtHFGo .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQyVKtHFGo H4 {
  color: #777d74;
}
.cid-tQyVKtHFGo .panel-title-edit {
  color: #1c1c25;
}
.cid-tQyVKtHFGo .mbr-section-title {
  color: #42424c;
}
.cid-tQyVKtHFGo .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQyVKtHFGo .main-sub-title,
.cid-tQyVKtHFGo .align-wrapper {
  color: #ff6666;
}
.cid-tQyVKtHFGo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQyVKtHFGo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQyWb1vGf0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQyWb1vGf0 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQyWb1vGf0 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQyWb1vGf0 .panel-group {
  border: none;
}
.cid-tQyWb1vGf0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQyWb1vGf0 .panel-body {
  padding: 1rem 2rem;
}
.cid-tQyWb1vGf0 .header-wrapper {
  position: relative;
}
.cid-tQyWb1vGf0 .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQyWb1vGf0 span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQyWb1vGf0 .card {
  overflow: visible;
}
.cid-tQyWb1vGf0 .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQyWb1vGf0 .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQyWb1vGf0 .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQyWb1vGf0 .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQyWb1vGf0 .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQyWb1vGf0 .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQyWb1vGf0 H4 {
  color: #777d74;
}
.cid-tQyWb1vGf0 .panel-title-edit {
  color: #1c1c25;
}
.cid-tQyWb1vGf0 .mbr-section-title {
  color: #42424c;
}
.cid-tQyWb1vGf0 .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQyWb1vGf0 .main-sub-title,
.cid-tQyWb1vGf0 .align-wrapper {
  color: #ff6666;
}
.cid-tQyWb1vGf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQyWb1vGf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQyWG470XR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQyWG470XR .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQyWG470XR .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQyWG470XR .panel-group {
  border: none;
}
.cid-tQyWG470XR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQyWG470XR .panel-body {
  padding: 1rem 2rem;
}
.cid-tQyWG470XR .header-wrapper {
  position: relative;
}
.cid-tQyWG470XR .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQyWG470XR span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQyWG470XR .card {
  overflow: visible;
}
.cid-tQyWG470XR .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQyWG470XR .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQyWG470XR .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQyWG470XR .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQyWG470XR .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQyWG470XR .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQyWG470XR H4 {
  color: #777d74;
}
.cid-tQyWG470XR .panel-title-edit {
  color: #1c1c25;
}
.cid-tQyWG470XR .mbr-section-title {
  color: #42424c;
}
.cid-tQyWG470XR .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQyWG470XR .main-sub-title,
.cid-tQyWG470XR .align-wrapper {
  color: #ff6666;
}
.cid-tQyWG470XR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQyWG470XR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQyZfMgsLX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQyZfMgsLX .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQyZfMgsLX .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQyZfMgsLX .panel-group {
  border: none;
}
.cid-tQyZfMgsLX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQyZfMgsLX .panel-body {
  padding: 1rem 2rem;
}
.cid-tQyZfMgsLX .header-wrapper {
  position: relative;
}
.cid-tQyZfMgsLX .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQyZfMgsLX span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQyZfMgsLX .card {
  overflow: visible;
}
.cid-tQyZfMgsLX .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQyZfMgsLX .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQyZfMgsLX .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQyZfMgsLX .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQyZfMgsLX .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQyZfMgsLX .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQyZfMgsLX H4 {
  color: #777d74;
}
.cid-tQyZfMgsLX .panel-title-edit {
  color: #1c1c25;
}
.cid-tQyZfMgsLX .mbr-section-title {
  color: #42424c;
}
.cid-tQyZfMgsLX .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQyZfMgsLX .main-sub-title,
.cid-tQyZfMgsLX .align-wrapper {
  color: #ff6666;
}
.cid-tQyZfMgsLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQyZfMgsLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQybmTjczK {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tQybmTjczK .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a8aaf1;
  margin-left: 1rem;
}
.cid-tQybmTjczK .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tQybmTjczK .panel-group {
  border: none;
}
.cid-tQybmTjczK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQybmTjczK .panel-body {
  padding: 1rem 2rem;
}
.cid-tQybmTjczK .header-wrapper {
  position: relative;
}
.cid-tQybmTjczK .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-tQybmTjczK span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-tQybmTjczK .card {
  overflow: visible;
}
.cid-tQybmTjczK .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-tQybmTjczK .card:hover .hover-bg {
  background: #72dfe9;
  right: -8px;
  top: 8px;
}
.cid-tQybmTjczK .card:hover span {
  transform: rotate(-90deg);
}
.cid-tQybmTjczK .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tQybmTjczK .panel-body {
    padding: 1rem 0rem;
  }
  .cid-tQybmTjczK .card-header {
    padding: 1rem 1rem;
  }
}
.cid-tQybmTjczK H4 {
  color: #777d74;
}
.cid-tQybmTjczK .panel-title-edit {
  color: #1c1c25;
}
.cid-tQybmTjczK .mbr-section-title {
  color: #42424c;
}
.cid-tQybmTjczK .mbr-section-subtitle {
  color: #777d74;
}
.cid-tQybmTjczK .main-sub-title,
.cid-tQybmTjczK .align-wrapper {
  color: #ff6666;
}
.cid-tQybmTjczK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQybmTjczK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s5yXlY1rw2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33358c;
}
.cid-s5yXlY1rw2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s5yXlY1rw2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s5yXlY1rw2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li:hover {
  color: #6ec7f2;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s5yXlY1rw2 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s5yXlY1rw2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s5yXlY1rw2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s5yXlY1rw2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s5yXlY1rw2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s5yXlY1rw2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s5yXlY1rw2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s5yXlY1rw2 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-s5yXlY1rw2 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-s5yXlY1rw2 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-tPMY8IOzjT {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-100x75.webp");
}
.cid-tPMY8IOzjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPMY8IOzjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPMY8IOzjT .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tPMY8IOzjT .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tPMY8IOzjT .container {
    padding: 0 30px;
  }
}
.cid-tPMY8IOzjT .title-wrapper {
  border-radius: 2em;
  width: 40%;
  margin: 0 auto;
  position: relative;
}
.cid-tPMY8IOzjT .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media (max-width: 1440px) {
  .cid-tPMY8IOzjT .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tPMY8IOzjT .title-wrapper {
    width: 100%;
  }
}
.cid-tPMY8IOzjT .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tPMY8IOzjT .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPMY8IOzjT .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-tPMY8IOzjT .mbr-section-title {
  color: #ffffff;
}
.cid-tPMY8IOzjT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tPMY8IOzjT .mbr-section-title,
.cid-tPMY8IOzjT .mbr-section-btn {
  text-align: center;
}
.cid-tPMY8JP16t {
  z-index: 1000;
  width: 100%;
}
.cid-tPMY8JP16t nav.navbar {
  position: fixed;
}
.cid-tPMY8JP16t img {
  width: 50px!important;
  height: 50px!important;
}
.cid-tPMY8JP16t .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-tPMY8JP16t .navbar-short .nav-link {
  color: black!important;
}
.cid-tPMY8JP16t .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-tPMY8JP16t .navbar.opened {
  transition: all .3s;
}
.cid-tPMY8JP16t .navbar .navbar-logo img {
  width: auto;
}
.cid-tPMY8JP16t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPMY8JP16t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPMY8JP16t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPMY8JP16t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPMY8JP16t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPMY8JP16t .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: 55%;
}
.cid-tPMY8JP16t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPMY8JP16t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tPMY8JP16t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPMY8JP16t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPMY8JP16t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPMY8JP16t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPMY8JP16t .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: 55%;
  }
  .cid-tPMY8JP16t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPMY8JP16t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-tPMY8JP16t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPMY8JP16t .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-tPMY8JP16t .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPMY8JP16t .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tPMY8JP16t .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tPMY8JP16t .navbar-logo {
  margin-right: 1rem!important;
}
.cid-tPMY8JP16t .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tPMY8JP16t .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #6ec7f2;
}
.cid-tPMY8JP16t .nav-link:hover,
.cid-tPMY8JP16t .nav-link:focus {
  color: #6ec7f2 !important;
}
.cid-tPMY8JP16t .nav-link:hover:before,
.cid-tPMY8JP16t .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-tPMY8JP16t .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-tPMY8JP16t .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-tPMY8JP16t .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #6ec7f2;
}
.cid-tPMY8JP16t .dropdown-item:hover,
.cid-tPMY8JP16t .dropdown-item:focus {
  color: #6ec7f2 !important;
  transform: translateX(10px);
}
.cid-tPMY8JP16t .dropdown-item:hover:before,
.cid-tPMY8JP16t .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-tPMY8JP16t .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tPMY8JP16t .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #6ec7f2 inset;
}
.cid-tPMY8JP16t .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tPMY8JP16t .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tPMY8JP16t .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-tPMY8JP16t .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #6ec7f2;
}
.cid-tPMY8JP16t .navbar-nav {
  margin: auto;
}
.cid-tPMY8JP16t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tPMY8JP16t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPMY8JP16t .container {
  display: flex;
  margin: auto;
}
.cid-tPMY8JP16t .navbar-caption {
  padding-right: 4rem;
}
.cid-tPMY8JP16t .dropdown-menu,
.cid-tPMY8JP16t .navbar.opened {
  background: #ffffff !important;
}
.cid-tPMY8JP16t .nav-item:focus,
.cid-tPMY8JP16t .nav-link:focus {
  outline: none;
}
.cid-tPMY8JP16t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPMY8JP16t .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tPMY8JP16t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tPMY8JP16t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPMY8JP16t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPMY8JP16t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPMY8JP16t .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPMY8JP16t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPMY8JP16t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPMY8JP16t .dropdown-item.active,
.cid-tPMY8JP16t .dropdown-item:active {
  background-color: transparent;
}
.cid-tPMY8JP16t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPMY8JP16t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPMY8JP16t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPMY8JP16t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tPMY8JP16t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPMY8JP16t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPMY8JP16t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPMY8JP16t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPMY8JP16t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tPMY8JP16t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tPMY8JP16t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPMY8JP16t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPMY8JP16t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPMY8JP16t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPMY8JP16t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPMY8JP16t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPMY8JP16t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPMY8JP16t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPMY8JP16t .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tPMY8JP16t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPMY8JP16t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPMY8JP16t .navbar {
    height: 77px;
  }
  .cid-tPMY8JP16t .navbar.opened {
    height: auto;
  }
  .cid-tPMY8JP16t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tPMY8JP16t .navbar {
    background: #ffffff;
  }
  .cid-tPMY8JP16t .nav-link {
    color: black!important;
  }
}
.cid-tPMY8KoA5N {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tPMY8KoA5N .container-fluid {
  padding: 0 3rem;
}
.cid-tPMY8KoA5N .mbr-section-subtitle {
  color: #767676;
}
.cid-tPMY8KoA5N .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tPMY8KoA5N .table-wrapper {
  margin: 0 auto;
}
.cid-tPMY8KoA5N table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tPMY8KoA5N table thead tr {
  border: none !important;
}
.cid-tPMY8KoA5N table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #e9eced;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tPMY8KoA5N table tr td {
  border-color: #eceeef;
}
.cid-tPMY8KoA5N table td {
  padding: 4.2rem 1.8rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-tPMY8KoA5N th:after,
.cid-tPMY8KoA5N th:before {
  display: none !important;
}
.cid-tPMY8KoA5N .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-tPMY8KoA5N .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-tPMY8KoA5N table th,
  .cid-tPMY8KoA5N table td {
    padding: .75rem;
  }
}
.cid-tPMY8KoA5N .body-item {
  text-align: left;
}
.cid-tPMY8KoA5N .mbr-text {
  color: #767676;
}
.cid-tPMY8KoA5N .head-item {
  color: #232323;
}
.cid-tPMY8KoA5N .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tPMY8KoA5N .table tbody .tableColumns .body-item,
.cid-tPMY8KoA5N .table {
  text-align: center;
  color: #33358c;
}
.cid-tPMY8LJs0J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33358c;
}
.cid-tPMY8LJs0J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tPMY8LJs0J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tPMY8LJs0J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tPMY8LJs0J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tPMY8LJs0J .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-tPMY8LJs0J .media-container-row .foot-menu li:hover {
  color: #6ec7f2;
}
.cid-tPMY8LJs0J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tPMY8LJs0J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tPMY8LJs0J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tPMY8LJs0J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tPMY8LJs0J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tPMY8LJs0J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPMY8LJs0J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tPMY8LJs0J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tPMY8LJs0J .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tPMY8LJs0J .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-tPMY8LJs0J .media-container-row .mbr-text {
  color: #c8c8c8;
}
