body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #d82626 !important;
}
.bg-success {
  background-color: #00b15c !important;
}
.bg-info {
  background-color: #12265a !important;
}
.bg-warning {
  background-color: #fa9db7 !important;
}
.bg-danger {
  background-color: #d82626 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #d82626 !important;
  border-color: #d82626 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #12265a !important;
  border-color: #12265a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #00b15c !important;
  border-color: #00b15c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #d82626 !important;
  border-color: #d82626 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #000000 !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #d82626;
  color: #d82626 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #d82626;
  border-color: #d82626;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d82626 !important;
  border-color: #d82626 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #45b3df;
  color: #45b3df !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #45b3df;
  border-color: #45b3df;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #12265a;
  color: #12265a !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #12265a;
  border-color: #12265a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #12265a !important;
  border-color: #12265a !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #00b15c;
  color: #00b15c !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #00b15c;
  border-color: #00b15c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00b15c !important;
  border-color: #00b15c !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #fa9db7;
  color: #fa9db7 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #fa9db7;
  border-color: #fa9db7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #d82626;
  color: #d82626 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #d82626;
  border-color: #d82626;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d82626 !important;
  border-color: #d82626 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #d82626 !important;
}
.text-secondary {
  color: #45b3df !important;
}
.text-success {
  color: #00b15c !important;
}
.text-info {
  color: #12265a !important;
}
.text-warning {
  color: #fa9db7 !important;
}
.text-danger {
  color: #d82626 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #12265a;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d82626 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fa9db7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #00b15c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #fa9db7 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fa9db7 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d82626 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #12265a;
}
.alert-warning {
  background-color: #fa9db7;
}
.alert-danger {
  background-color: #d82626;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d82626;
  border-color: #d82626;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f7d3d3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #31ff9c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #2753c4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f7d3d3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #d82626;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #d82626;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
#scrollToTop a:hover::after {
  animation-play-state: running;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #d82626;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d82626;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d82626;
  border-bottom-color: #d82626;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #d82626 !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: #45b3df !important;
  box-shadow: none !important;
}
.soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.soc-item::after {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  content: '';
  height: calc(122%);
  width: calc(122%);
  border-width: 2px;
  box-sizing: border-box;
  border-style: dashed;
  top: -4px;
  left: -4px;
  border-radius: inherit;
  animation: spin_right 5s linear infinite;
  animation-play-state: paused;
}
@keyframes spin_right {
  0% {
    transform: rotate(-360deg);
  }
}
.line-bg-warning {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(250, 157, 183, 0.5), rgba(250, 157, 183, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.line-bg-primary {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(216, 38, 38, 0.5), rgba(216, 38, 38, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uL9XS4MhZ2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-uL9XS4MhZ2 nav.navbar {
  position: fixed;
}
.cid-uL9XS4MhZ2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL9XS4MhZ2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL9XS4MhZ2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL9XS4MhZ2 .dropdown-item:hover,
.cid-uL9XS4MhZ2 .dropdown-item:focus {
  background: #d82626 !important;
  color: white !important;
}
.cid-uL9XS4MhZ2 .dropdown-item:hover span {
  color: white;
}
.cid-uL9XS4MhZ2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL9XS4MhZ2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL9XS4MhZ2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL9XS4MhZ2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL9XS4MhZ2 .nav-link {
  position: relative;
}
.cid-uL9XS4MhZ2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uL9XS4MhZ2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uL9XS4MhZ2 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uL9XS4MhZ2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uL9XS4MhZ2 .dropdown-menu,
.cid-uL9XS4MhZ2 .navbar.opened {
  background: #000000 !important;
}
.cid-uL9XS4MhZ2 .nav-item:focus,
.cid-uL9XS4MhZ2 .nav-link:focus {
  outline: none;
}
.cid-uL9XS4MhZ2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL9XS4MhZ2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL9XS4MhZ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL9XS4MhZ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL9XS4MhZ2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL9XS4MhZ2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL9XS4MhZ2 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uL9XS4MhZ2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uL9XS4MhZ2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL9XS4MhZ2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uL9XS4MhZ2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL9XS4MhZ2 .navbar.collapsed {
  justify-content: center;
}
.cid-uL9XS4MhZ2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL9XS4MhZ2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL9XS4MhZ2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uL9XS4MhZ2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL9XS4MhZ2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL9XS4MhZ2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uL9XS4MhZ2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL9XS4MhZ2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL9XS4MhZ2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL9XS4MhZ2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL9XS4MhZ2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL9XS4MhZ2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL9XS4MhZ2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL9XS4MhZ2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uL9XS4MhZ2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL9XS4MhZ2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL9XS4MhZ2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL9XS4MhZ2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uL9XS4MhZ2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL9XS4MhZ2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL9XS4MhZ2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uL9XS4MhZ2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uL9XS4MhZ2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uL9XS4MhZ2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL9XS4MhZ2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL9XS4MhZ2 .dropdown-item.active,
.cid-uL9XS4MhZ2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uL9XS4MhZ2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL9XS4MhZ2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL9XS4MhZ2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL9XS4MhZ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL9XS4MhZ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL9XS4MhZ2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL9XS4MhZ2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uL9XS4MhZ2 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-uL9XS4MhZ2 .navbar-buttons {
  text-align: center;
}
.cid-uL9XS4MhZ2 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uL9XS4MhZ2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uL9XS4MhZ2 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uL9XS4MhZ2 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uL9XS4MhZ2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uL9XS4MhZ2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uL9XS4MhZ2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uL9XS4MhZ2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL9XS4MhZ2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uL9XS4MhZ2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uL9XS4MhZ2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL9XS4MhZ2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL9XS4MhZ2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL9XS4MhZ2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL9XS4MhZ2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL9XS4MhZ2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL9XS4MhZ2 .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-uL9XS4MhZ2 .navbar {
    height: 70px;
  }
  .cid-uL9XS4MhZ2 .navbar.opened {
    height: auto;
  }
  .cid-uL9XS4MhZ2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL9XS4MhZ2 .navbar-nav {
  margin: 0 auto;
}
.cid-uL9XS4MhZ2 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uL9XS4MhZ2 .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uL9XS4MhZ2 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uL9XS4MhZ2 .nav-item .nav-link::after {
  color: #45b3df !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uL9XS4MhZ2 .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uL9XS4MhZ2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uL9XS4MhZ2 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uL9XS4MhZ2 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uL9XS4MhZ2 .nav-item .dropdown-menu .dropdown-item {
  color: #000000 !important;
  background-color: transparent !important;
}
.cid-uL9XS4MhZ2 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #d82626 !important;
}
@media (max-width: 991px) {
  .cid-uL9XS4MhZ2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uL9XS4MhZ2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uL9XS4MhZ2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uL9XS4MhZ2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uL9XS4MhZ2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uL9XS4MhZ2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uL9XS4MhZ2 .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-rGu1lE6miU {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/7-1920x1048.jpg");
}
@media (max-width: 767px) {
  .cid-rGu1lE6miU {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-rGu1lE6miU h3 {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-rGu1lE6miU .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-rGu1lE6miU .container-fluid {
    padding: 0 1rem;
  }
  .cid-rGu1lE6miU p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-rGu1lE6miU .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-rGu1lE6miU .mbr-section-subtitle span {
  background-color: #79c8e8;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-rGu1lE6miU h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-rGu1lE6miU p {
  margin-bottom: 1.3rem;
}
.cid-rGu1lE6miU .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-rGu1lE6miU .svg-1 path {
  fill: #000000;
}
.cid-rGu1lE6miU .container-fluid {
  max-width: 1200px;
}
.cid-rGu1lE6miU .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-rGu1lE6miU H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rGu1lE6miU .mbr-text,
.cid-rGu1lE6miU .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-rHdTXcRzxn {
  background-color: #ffffff;
}
.cid-rHdTXcRzxn .text-top {
  color: #000000;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-rHdTXcRzxn .card {
  margin-bottom: 1rem;
}
.cid-rHdTXcRzxn .row {
  justify-content: center;
}
.cid-rHdTXcRzxn .card-title {
  color: #12265a;
  transition: 0.5s;
}
.cid-rHdTXcRzxn .card-title:hover {
  color: #fa9db7;
}
.cid-rHdTXcRzxn img {
  width: 80px;
}
.cid-rHdTXcRzxn .item-image {
  margin-right: 1rem;
}
.cid-rHdTXcRzxn .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-rHdTXcRzxn {
    padding-top: 30px;
    padding-bottom: 3px;
  }
  .cid-rHdTXcRzxn .container-fluid {
    padding: 0 1rem;
  }
  .cid-rHdTXcRzxn .container {
    padding: 0rem;
  }
  .cid-rHdTXcRzxn .col-12 {
    padding: 0;
  }
  .cid-rHdTXcRzxn .mbr-section-title {
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .cid-rHdTXcRzxn .card {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .cid-rHdTXcRzxn .card-title {
    margin-top: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-rHdTXcRzxn {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-rHdTXcRzxn .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-rHdTXcRzxn .mbr-section-title {
    margin-left: -12px;
    margin-right: -12px;
  }
  .cid-rHdTXcRzxn .card {
    display: flex;
    flex-direction: row;
  }
}
.cid-rHdTXcRzxn .container {
  margin-bottom: 1.5rem;
}
.cid-rHdTXcRzxn .mbr-text,
.cid-rHdTXcRzxn .mbr-section-btn {
  color: #000000;
}
.cid-uLabcdUee1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLabcdUee1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLabcdUee1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLabcdUee1 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uLabcdUee1 .container {
    padding: 10px 8px;
  }
}
.cid-uLabcdUee1 .row {
  border-radius: 25px;
  background-color: #daf3fe;
  box-shadow: inset 0 0 5rem #daf3fe;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uLabcdUee1 .row {
    padding: 50px 10px;
  }
}
.cid-uLabcdUee1 .row .card {
  padding: 0;
}
.cid-uLabcdUee1 .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLabcdUee1 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uLabcdUee1 .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-uLabcdUee1 .mbr-section-title span {
  opacity: .5;
}
.cid-uRp22OAWE7 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uRp22OAWE7 .image-block img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uRp22OAWE7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-uRp22OAWE7 .container {
    padding: 0 1rem;
  }
  .cid-uRp22OAWE7 .image-block {
    width: 100% !important;
  }
}
.cid-uRp22OAWE7 .container-fluid {
  padding: 0;
}
.cid-rHBaXeKpGa {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-rHBaXeKpGa {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-rHBaXeKpGa img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-rHBaXeKpGa .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-rHBaXeKpGa .container-fluid {
    padding: 0 1rem;
  }
  .cid-rHBaXeKpGa .mbr-section-btn {
    text-align: center;
  }
  .cid-rHBaXeKpGa .mbr-section-title {
    text-align: center;
  }
  .cid-rHBaXeKpGa .mbr-section-subtitle {
    text-align: center;
  }
  .cid-rHBaXeKpGa .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rHBaXeKpGa .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-rHBaXeKpGa .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rHBaXeKpGa .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-rHBaXeKpGa .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-rHBaXeKpGa img {
    width: 100%;
  }
  .cid-rHBaXeKpGa .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-rHBaXeKpGa .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-rHBaXeKpGa .container-fluid {
  max-width: 1200px;
}
.cid-rHBaXeKpGa .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-rHBaXeKpGa .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-rHBaXeKpGa .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #fa9db7;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-rHBaXeKpGa .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-rHBaXeKpGa .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #fa9db7;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-rHBaXeKpGa .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-rHBaXeKpGa .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rHBaXeKpGa .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-rHBaXeKpGa .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rHBaXeKpGa .mbr-section-title {
  color: #000000;
}
.cid-rHBaXeKpGa .mbr-text,
.cid-rHBaXeKpGa .mbr-section-btn {
  color: #000000;
}
.cid-rHBb1WT6Q1 {
  background-color: #ffffff;
}
.cid-rHBb1WT6Q1 .mbr-text {
  text-align: center;
  padding: 0 2rem;
}
.cid-rHBb1WT6Q1 h4 {
  text-align: center;
}
.cid-rHBb1WT6Q1 p {
  text-align: center;
  margin: 0;
}
.cid-rHBb1WT6Q1 .row {
  justify-content: center;
}
.cid-rHBb1WT6Q1 .mbr-iconfont {
  transition: all 0.3s;
  color: #fff;
  font-size: 2rem;
  margin-left: 1rem;
}
.cid-rHBb1WT6Q1 .mbr-fonts-style {
  color: #fff;
}
.cid-rHBb1WT6Q1 .card-inner {
  border-radius: 30px;
}
.cid-rHBb1WT6Q1 .card-inner1 {
  background: #fa9db7;
}
.cid-rHBb1WT6Q1 .card-inner2 {
  background: #45b3df;
}
.cid-rHBb1WT6Q1 .card-inner3 {
  background: #d82626;
}
.cid-rHBb1WT6Q1 img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
}
.cid-rHBb1WT6Q1 .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-rHBb1WT6Q1 .container-fluid {
  max-width: 1200px;
}
.cid-rHBb1WT6Q1 .btn {
  color: #fff;
}
.cid-rHBb1WT6Q1 .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-rHBb1WT6Q1 .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (max-width: 767px) {
  .cid-rHBb1WT6Q1 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .cid-rHBb1WT6Q1 .card {
    margin-bottom: 1rem;
  }
  .cid-rHBb1WT6Q1 .card-1 {
    margin-right: 0rem;
  }
  .cid-rHBb1WT6Q1 .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-rHBb1WT6Q1 .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rHBb1WT6Q1 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .cid-rHBb1WT6Q1 .card {
    margin-bottom: 1rem;
  }
  .cid-rHBb1WT6Q1 .card-1 {
    margin-right: 0rem;
  }
  .cid-rHBb1WT6Q1 .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-rHBb1WT6Q1 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.cid-rHBb1WT6Q1 .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-rHBb1WT6Q1 .card-img {
  text-align: center;
  margin-top: 2.5rem;
}
.cid-rHBb1WT6Q1 .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-rHBb1WT6Q1 .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rHBb1WT6Q1 svg {
  position: relative;
}
.cid-rHBb1WT6Q1 rect {
  position: absolute;
}
.cid-rHBb1WT6Q1 .circle-icon {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.cid-rHBb1WT6Q1 .svg1 {
  padding: 1.5rem 2.5rem;
  position: absolute;
}
.cid-rHBb1WT6Q1 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rHBb1WT6Q1 .card-box {
  width: 100%;
}
.cid-rHBb1WT6Q1 .btn-underline {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-rHBb1WT6Q1 .card-title,
.cid-rHBb1WT6Q1 .card-img {
  color: #000000;
}
.cid-uLafr6qozD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uLafr6qozD::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uLafr6qozD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLafr6qozD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLafr6qozD .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uLafr6qozD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLafr6qozD .container {
    padding: 0 16px;
  }
}
.cid-uLafr6qozD .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uLafr6qozD .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLafr6qozD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLafr6qozD .mbr-section-title {
  color: #000000;
}
.cid-uLafr6qozD .mbr-text {
  color: #000000;
}
.cid-uLafr6qozD .mbr-text,
.cid-uLafr6qozD .icon-wrapper {
  color: #000000;
}
.cid-uLa3TdYvmt {
  padding-top: 120px;
  padding-bottom: 180px;
  background-color: #daf3fe;
}
@media (max-width: 767px) {
  .cid-uLa3TdYvmt {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-uLa3TdYvmt img {
  width: 100%;
  border-radius: 30px;
}
.cid-uLa3TdYvmt .mbr-section-title {
  color: #ffffff;
}
.cid-uLa3TdYvmt .mbr-section-subtitle {
  background-color: #45b3df;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  color: #ffffff;
}
.cid-uLa3TdYvmt .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uLa3TdYvmt .svg-1 path {
  fill: #ffffff;
}
.cid-uLa3TdYvmt .container-fluid {
  max-width: 1200px;
}
.cid-uLa3TdYvmt .mbr-arrow {
  z-index: 1;
}
.cid-uLa3TdYvmt .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cid-uLa3TdYvmt .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uLa3TdYvmt .imageContainer {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLa3TdYvmt .container-fluid {
    padding: 0 1rem;
  }
  .cid-uLa3TdYvmt .mbr-section-subtitle {
    margin-bottom: 1.4rem;
  }
}
.cid-uLa3TdYvmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLa3TdYvmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLa3TdYvmt .row > div,
.cid-uLa3TdYvmt .mbr-section-title {
  color: #000000;
}
.cid-uLa3TdYvmt .row > div,
.cid-uLa3TdYvmt .mbr-section-title DIV {
  text-align: center;
}
.cid-uLafsoutzl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uLafsoutzl::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uLafsoutzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLafsoutzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uLafsoutzl .container {
    padding: 0 16px;
  }
}
.cid-uLafsoutzl .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uLafsoutzl .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLafsoutzl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLafsoutzl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLafsoutzl .mbr-text {
  color: #000000;
}
.cid-uLack9GWbN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLack9GWbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLack9GWbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLack9GWbN .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLack9GWbN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLack9GWbN .panel-group .card {
  position: relative;
  padding: 20px 30px 20px 50px;
  margin-top: 20px;
  border: none;
  background-color: #daf3fe;
}
@media (max-width: 992px) {
  .cid-uLack9GWbN .panel-group .card {
    margin-top: 16px;
    padding: 30px 20px;
  }
}
.cid-uLack9GWbN .panel-group .card:first-child {
  margin-top: 0 !important;
}
.cid-uLack9GWbN .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uLack9GWbN .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLack9GWbN .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLack9GWbN .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uLack9GWbN .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uLack9GWbN .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  color: #000c3f;
  background-color: #fff4e7;
  font-size: 36px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLack9GWbN .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 22px;
  }
}
.cid-uLack9GWbN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
  background-color: #f47451;
}
.cid-uLack9GWbN .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uLack9GWbN .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLack9GWbN .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uLack9GWbN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLack9GWbN .panel-title-edit {
  color: #000000;
}
.cid-uLack9GWbN .panel-text {
  color: #000c3f;
}
.cid-uLaf6qSSmh {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLaf6qSSmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaf6qSSmh .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLaf6qSSmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaf6qSSmh h1 {
  max-width: 800px;
}
.cid-uLaf6qSSmh p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uLaf6qSSmh {
    align-items: center;
  }
  .cid-uLaf6qSSmh .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLaf6qSSmh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLaf6qSSmh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLaf6qSSmh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLaf6qSSmh .content-wrap {
    width: 100%;
  }
}
.cid-uLaf6qSSmh .mbr-section-subtitle,
.cid-uLaf6qSSmh .line {
  color: #000000;
}
.cid-uLaf6qSSmh .mbr-text,
.cid-uLaf6qSSmh .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uLaf6qSSmh .mbr-section-title {
  color: #291f1e;
}
.cid-uLahVym6ph {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLahVym6ph .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLahVym6ph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLahVym6ph .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uLahVym6ph .items-wrapper .item {
  padding: 0 10px;
}
.cid-uLahVym6ph .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLahVym6ph .item {
    margin-bottom: 20px;
  }
}
.cid-uLahVym6ph .item:hover .item-wrapper .item-img img,
.cid-uLahVym6ph .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uLahVym6ph .item .item-wrapper {
  padding: 80px 60px;
  background-color: #daf3fe;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLahVym6ph .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uLahVym6ph .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLahVym6ph .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uLahVym6ph .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uLahVym6ph .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uLahVym6ph .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uLahVym6ph .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.cid-uLahVym6ph .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLahVym6ph .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uLahVym6ph .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uLahVym6ph .mbr-label {
  color: #19171c;
}
.cid-uLahVym6ph .item-text {
  color: #6e6e73;
}
.cid-uLahVym6ph .mbr-label,
.cid-uLahVym6ph .mbr-section-btn,
.cid-uLahVym6ph .label-wrapper {
  text-align: center;
}
.cid-uLaa0qhVMh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uLaa0qhVMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaa0qhVMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaa0qhVMh .content-wrapper {
  padding: 80px 90px;
  background-color: #daf3fe;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLaa0qhVMh .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uLaa0qhVMh .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLaa0qhVMh .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uLaa0qhVMh .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uLaa0qhVMh .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uLaa0qhVMh .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uLaa0qhVMh .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uLaa0qhVMh .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLaa0qhVMh .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLaa0qhVMh .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uLaa0qhVMh .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uLaa0qhVMh .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uLaa0qhVMh .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uLaa0qhVMh .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uLaa0qhVMh .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uLaa0qhVMh .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uLaa0qhVMh .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uLaa0qhVMh .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLaa0qhVMh .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uLaa0qhVMh .mbr-section-title {
  color: #050f0f;
}
.cid-uLaa0qhVMh .mbr-text {
  color: #050f0f;
}
.cid-uLaa0qhVMh .mbr-section-btn {
  text-align: center;
}
.cid-uLaa0qhVMh .icon-wrapper {
  text-align: right;
}
.cid-uLaa0qhVMh .mbr-section-title,
.cid-uLaa0qhVMh .mbr-section-btn,
.cid-uLaa0qhVMh .icon-wrapper {
  text-align: center;
}
.cid-uLaafth2Az {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLaafth2Az .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaafth2Az .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLaafth2Az .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaafth2Az h1 {
  max-width: 800px;
}
.cid-uLaafth2Az p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uLaafth2Az {
    align-items: center;
  }
  .cid-uLaafth2Az .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLaafth2Az .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLaafth2Az {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLaafth2Az .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLaafth2Az .content-wrap {
    width: 100%;
  }
}
.cid-uLaafth2Az .mbr-section-subtitle,
.cid-uLaafth2Az .line {
  color: #000000;
}
.cid-uLaafth2Az .mbr-text,
.cid-uLaafth2Az .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uLaafth2Az .mbr-section-title {
  color: #291f1e;
}
.cid-uLa5Dcv6oR .google-map {
  height: 34rem;
  position: relative;
}
.cid-uLa5Dcv6oR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uLa5Dcv6oR .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uLa5Dcv6oR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLa5Dcv6oR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLeXlf1kkb {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uLeXlf1kkb .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uLeXlf1kkb .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uLeXlf1kkb .navbar-logo {
  width: 110px;
}
.cid-uLeXlf1kkb .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uLeXlf1kkb .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uLeXlf1kkb .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uLeXlf1kkb .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-uLeXlf1kkb .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-uLeXlf1kkb .list-item .item-image,
.cid-uLeXlf1kkb .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-uLeXlf1kkb .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-uLeXlf1kkb .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-uLeXlf1kkb .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uLeXlf1kkb .socion1 {
  background: #45b3df;
}
.cid-uLeXlf1kkb .socion2 {
  background-color: #456eda;
}
.cid-uLeXlf1kkb .socion3 {
  background-color: #f985a5;
}
.cid-uLeXlf1kkb .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-uLeXlf1kkb .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-uLeXlf1kkb .social-list a {
  transition: .2s linear;
}
.cid-uLeXlf1kkb .social-list a:hover {
  opacity: .4;
}
.cid-uLeXlf1kkb .wrapper {
  background: #daf3fe;
  padding: 2rem;
  border-radius: 30px;
}
.cid-uLeXlf1kkb .svg-1 {
  position: absolute;
  top: 0;
}
.cid-uLeXlf1kkb .svg-1 path {
  fill: #ffffff;
}
.cid-uLeXlf1kkb .item-image {
  margin-right: 2rem;
}
.cid-uLeXlf1kkb [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-uLeXlf1kkb .soc-item::after {
  display: none;
}
.cid-uLeXlf1kkb .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-uLeXlf1kkb .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-uLeXlf1kkb .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #d82626;
}
@media (max-width: 991px) {
  .cid-uLeXlf1kkb .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLeXlf1kkb .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-uLeXlf1kkb .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-uLeXlf1kkb {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-uLeXlf1kkb .container-fluid {
    padding: 0 1rem;
  }
  .cid-uLeXlf1kkb .wrapper {
    padding: 1rem;
  }
}
.cid-uLeXlf1kkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLeXlf1kkb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLeXlf1kkb .timetable {
  color: #000000;
}
.cid-uLeXlf1kkb .list-item,
.cid-uLeXlf1kkb .social-data,
.cid-uLeXlf1kkb .text2 {
  text-align: left;
}
.cid-uLapdXhqLL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-uLapdXhqLL nav.navbar {
  position: fixed;
}
.cid-uLapdXhqLL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLapdXhqLL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLapdXhqLL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLapdXhqLL .dropdown-item:hover,
.cid-uLapdXhqLL .dropdown-item:focus {
  background: #d82626 !important;
  color: white !important;
}
.cid-uLapdXhqLL .dropdown-item:hover span {
  color: white;
}
.cid-uLapdXhqLL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLapdXhqLL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLapdXhqLL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLapdXhqLL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLapdXhqLL .nav-link {
  position: relative;
}
.cid-uLapdXhqLL .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uLapdXhqLL .container {
    flex-wrap: nowrap;
  }
}
.cid-uLapdXhqLL .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uLapdXhqLL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLapdXhqLL .dropdown-menu,
.cid-uLapdXhqLL .navbar.opened {
  background: #000000 !important;
}
.cid-uLapdXhqLL .nav-item:focus,
.cid-uLapdXhqLL .nav-link:focus {
  outline: none;
}
.cid-uLapdXhqLL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLapdXhqLL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLapdXhqLL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLapdXhqLL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLapdXhqLL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLapdXhqLL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLapdXhqLL .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLapdXhqLL .navbar.opened {
  transition: all 0.3s;
}
.cid-uLapdXhqLL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLapdXhqLL .navbar .navbar-logo img {
  width: auto;
}
.cid-uLapdXhqLL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLapdXhqLL .navbar.collapsed {
  justify-content: center;
}
.cid-uLapdXhqLL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLapdXhqLL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLapdXhqLL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uLapdXhqLL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLapdXhqLL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLapdXhqLL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLapdXhqLL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLapdXhqLL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLapdXhqLL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLapdXhqLL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLapdXhqLL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLapdXhqLL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLapdXhqLL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLapdXhqLL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLapdXhqLL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLapdXhqLL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLapdXhqLL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLapdXhqLL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uLapdXhqLL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLapdXhqLL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLapdXhqLL .navbar.navbar-short {
  min-height: 96px;
}
.cid-uLapdXhqLL .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uLapdXhqLL .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uLapdXhqLL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLapdXhqLL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLapdXhqLL .dropdown-item.active,
.cid-uLapdXhqLL .dropdown-item:active {
  background-color: transparent;
}
.cid-uLapdXhqLL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLapdXhqLL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLapdXhqLL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLapdXhqLL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLapdXhqLL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLapdXhqLL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLapdXhqLL ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uLapdXhqLL ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-uLapdXhqLL .navbar-buttons {
  text-align: center;
}
.cid-uLapdXhqLL .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uLapdXhqLL .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uLapdXhqLL .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uLapdXhqLL .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uLapdXhqLL button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uLapdXhqLL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uLapdXhqLL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uLapdXhqLL button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLapdXhqLL button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLapdXhqLL button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uLapdXhqLL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLapdXhqLL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLapdXhqLL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLapdXhqLL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLapdXhqLL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLapdXhqLL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLapdXhqLL .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-uLapdXhqLL .navbar {
    height: 70px;
  }
  .cid-uLapdXhqLL .navbar.opened {
    height: auto;
  }
  .cid-uLapdXhqLL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLapdXhqLL .navbar-nav {
  margin: 0 auto;
}
.cid-uLapdXhqLL .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uLapdXhqLL .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uLapdXhqLL .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uLapdXhqLL .nav-item .nav-link::after {
  color: #45b3df !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uLapdXhqLL .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uLapdXhqLL .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uLapdXhqLL .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uLapdXhqLL .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uLapdXhqLL .nav-item .dropdown-menu .dropdown-item {
  color: #000000 !important;
  background-color: transparent !important;
}
.cid-uLapdXhqLL .nav-item .dropdown-menu .dropdown-item:hover {
  color: #d82626 !important;
}
@media (max-width: 991px) {
  .cid-uLapdXhqLL .navbar {
    justify-content: flex-start !important;
  }
  .cid-uLapdXhqLL .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uLapdXhqLL .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uLapdXhqLL .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uLapdXhqLL .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uLapdXhqLL .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uLapdXhqLL .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uLapdYjKwm {
  background-image: url("../../../assets/images/10-900x900.jpg");
}
.cid-uLapdYjKwm h3 {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-uLapdYjKwm .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-uLapdYjKwm .container-fluid {
    padding: 0 1rem;
  }
  .cid-uLapdYjKwm p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-uLapdYjKwm .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-uLapdYjKwm .mbr-section-subtitle span {
  background-color: #79c8e8;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-uLapdYjKwm h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-uLapdYjKwm p {
  margin-bottom: 1.3rem;
}
.cid-uLapdYjKwm .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uLapdYjKwm .svg-1 path {
  fill: #ffffff;
}
.cid-uLapdYjKwm .container-fluid {
  max-width: 1200px;
}
.cid-uLapdYjKwm .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-uLapdYjKwm H1 {
  color: #000000;
}
.cid-uLapdYjKwm .mbr-text,
.cid-uLapdYjKwm .mbr-section-btn {
  color: #000000;
}
.cid-uLape0yUnX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLape0yUnX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLape0yUnX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLape0yUnX .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uLape0yUnX .container {
    padding: 10px 8px;
  }
}
.cid-uLape0yUnX .row {
  border-radius: 25px;
  background-color: #daf3fe;
  box-shadow: inset 0 0 5rem #daf3fe;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uLape0yUnX .row {
    padding: 50px 10px;
  }
}
.cid-uLape0yUnX .row .card {
  padding: 0;
}
.cid-uLape0yUnX .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLape0yUnX .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uLape0yUnX .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: left;
}
.cid-uLape0yUnX .mbr-section-title span {
  opacity: .5;
}
.cid-uLapecQ8fs .google-map {
  height: 34rem;
  position: relative;
}
.cid-uLapecQ8fs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uLapecQ8fs .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uLapecQ8fs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLapecQ8fs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRoyAX6yqf {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uRoyAX6yqf .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uRoyAX6yqf .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRoyAX6yqf .navbar-logo {
  width: 110px;
}
.cid-uRoyAX6yqf .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRoyAX6yqf .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRoyAX6yqf .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRoyAX6yqf .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-uRoyAX6yqf .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-uRoyAX6yqf .list-item .item-image,
.cid-uRoyAX6yqf .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-uRoyAX6yqf .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-uRoyAX6yqf .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-uRoyAX6yqf .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uRoyAX6yqf .socion1 {
  background: #45b3df;
}
.cid-uRoyAX6yqf .socion2 {
  background-color: #456eda;
}
.cid-uRoyAX6yqf .socion3 {
  background-color: #f985a5;
}
.cid-uRoyAX6yqf .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-uRoyAX6yqf .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-uRoyAX6yqf .social-list a {
  transition: .2s linear;
}
.cid-uRoyAX6yqf .social-list a:hover {
  opacity: .4;
}
.cid-uRoyAX6yqf .wrapper {
  background: #daf3fe;
  padding: 2rem;
  border-radius: 30px;
}
.cid-uRoyAX6yqf .svg-1 {
  position: absolute;
  top: 0;
}
.cid-uRoyAX6yqf .svg-1 path {
  fill: #ffffff;
}
.cid-uRoyAX6yqf .item-image {
  margin-right: 2rem;
}
.cid-uRoyAX6yqf [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-uRoyAX6yqf .soc-item::after {
  display: none;
}
.cid-uRoyAX6yqf .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-uRoyAX6yqf .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-uRoyAX6yqf .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #d82626;
}
@media (max-width: 991px) {
  .cid-uRoyAX6yqf .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRoyAX6yqf .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-uRoyAX6yqf .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-uRoyAX6yqf {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-uRoyAX6yqf .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRoyAX6yqf .wrapper {
    padding: 1rem;
  }
}
.cid-uRoyAX6yqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoyAX6yqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoyAX6yqf .timetable {
  color: #000000;
}
.cid-uRoyAX6yqf .list-item,
.cid-uRoyAX6yqf .social-data,
.cid-uRoyAX6yqf .text2 {
  text-align: left;
}
.cid-uLeYJtEHsE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-uLeYJtEHsE nav.navbar {
  position: fixed;
}
.cid-uLeYJtEHsE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLeYJtEHsE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLeYJtEHsE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLeYJtEHsE .dropdown-item:hover,
.cid-uLeYJtEHsE .dropdown-item:focus {
  background: #d82626 !important;
  color: white !important;
}
.cid-uLeYJtEHsE .dropdown-item:hover span {
  color: white;
}
.cid-uLeYJtEHsE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLeYJtEHsE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLeYJtEHsE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLeYJtEHsE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLeYJtEHsE .nav-link {
  position: relative;
}
.cid-uLeYJtEHsE .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uLeYJtEHsE .container {
    flex-wrap: nowrap;
  }
}
.cid-uLeYJtEHsE .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uLeYJtEHsE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLeYJtEHsE .dropdown-menu,
.cid-uLeYJtEHsE .navbar.opened {
  background: #000000 !important;
}
.cid-uLeYJtEHsE .nav-item:focus,
.cid-uLeYJtEHsE .nav-link:focus {
  outline: none;
}
.cid-uLeYJtEHsE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLeYJtEHsE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLeYJtEHsE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLeYJtEHsE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLeYJtEHsE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLeYJtEHsE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLeYJtEHsE .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLeYJtEHsE .navbar.opened {
  transition: all 0.3s;
}
.cid-uLeYJtEHsE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLeYJtEHsE .navbar .navbar-logo img {
  width: auto;
}
.cid-uLeYJtEHsE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLeYJtEHsE .navbar.collapsed {
  justify-content: center;
}
.cid-uLeYJtEHsE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLeYJtEHsE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLeYJtEHsE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uLeYJtEHsE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLeYJtEHsE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLeYJtEHsE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLeYJtEHsE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLeYJtEHsE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLeYJtEHsE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLeYJtEHsE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLeYJtEHsE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLeYJtEHsE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLeYJtEHsE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLeYJtEHsE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLeYJtEHsE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLeYJtEHsE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLeYJtEHsE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLeYJtEHsE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uLeYJtEHsE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLeYJtEHsE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLeYJtEHsE .navbar.navbar-short {
  min-height: 96px;
}
.cid-uLeYJtEHsE .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uLeYJtEHsE .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uLeYJtEHsE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLeYJtEHsE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLeYJtEHsE .dropdown-item.active,
.cid-uLeYJtEHsE .dropdown-item:active {
  background-color: transparent;
}
.cid-uLeYJtEHsE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLeYJtEHsE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLeYJtEHsE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLeYJtEHsE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLeYJtEHsE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLeYJtEHsE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLeYJtEHsE ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uLeYJtEHsE ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-uLeYJtEHsE .navbar-buttons {
  text-align: center;
}
.cid-uLeYJtEHsE .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uLeYJtEHsE .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uLeYJtEHsE .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uLeYJtEHsE .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uLeYJtEHsE button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uLeYJtEHsE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uLeYJtEHsE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uLeYJtEHsE button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLeYJtEHsE button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLeYJtEHsE button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uLeYJtEHsE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLeYJtEHsE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLeYJtEHsE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLeYJtEHsE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLeYJtEHsE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLeYJtEHsE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLeYJtEHsE .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-uLeYJtEHsE .navbar {
    height: 70px;
  }
  .cid-uLeYJtEHsE .navbar.opened {
    height: auto;
  }
  .cid-uLeYJtEHsE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLeYJtEHsE .navbar-nav {
  margin: 0 auto;
}
.cid-uLeYJtEHsE .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uLeYJtEHsE .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uLeYJtEHsE .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uLeYJtEHsE .nav-item .nav-link::after {
  color: #45b3df !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uLeYJtEHsE .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uLeYJtEHsE .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uLeYJtEHsE .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uLeYJtEHsE .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uLeYJtEHsE .nav-item .dropdown-menu .dropdown-item {
  color: #000000 !important;
  background-color: transparent !important;
}
.cid-uLeYJtEHsE .nav-item .dropdown-menu .dropdown-item:hover {
  color: #d82626 !important;
}
@media (max-width: 991px) {
  .cid-uLeYJtEHsE .navbar {
    justify-content: flex-start !important;
  }
  .cid-uLeYJtEHsE .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uLeYJtEHsE .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uLeYJtEHsE .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uLeYJtEHsE .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uLeYJtEHsE .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uLeYJtEHsE .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uLeYJuEHDk {
  padding-top: 225px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/11.webp");
}
@media (max-width: 767px) {
  .cid-uLeYJuEHDk {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
.cid-uLeYJuEHDk h3 {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-uLeYJuEHDk .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-uLeYJuEHDk .container-fluid {
    padding: 0 1rem;
  }
  .cid-uLeYJuEHDk p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-uLeYJuEHDk .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-uLeYJuEHDk .mbr-section-subtitle span {
  background-color: #79c8e8;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-uLeYJuEHDk h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-uLeYJuEHDk p {
  margin-bottom: 1.3rem;
}
.cid-uLeYJuEHDk .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uLeYJuEHDk .svg-1 path {
  fill: #ffffff;
}
.cid-uLeYJuEHDk .container-fluid {
  max-width: 1200px;
}
.cid-uLeYJuEHDk .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-uLeYJuEHDk H1 {
  color: #000000;
  text-align: center;
}
.cid-uLeYJuEHDk .mbr-text,
.cid-uLeYJuEHDk .mbr-section-btn {
  color: #000000;
}
.cid-uLeYJvgzMo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLeYJvgzMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLeYJvgzMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLeYJvgzMo .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uLeYJvgzMo .container {
    padding: 10px 8px;
  }
}
.cid-uLeYJvgzMo .row {
  border-radius: 25px;
  background-color: #daf3fe;
  box-shadow: inset 0 0 5rem #daf3fe;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uLeYJvgzMo .row {
    padding: 50px 10px;
  }
}
.cid-uLeYJvgzMo .row .card {
  padding: 0;
}
.cid-uLeYJvgzMo .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLeYJvgzMo .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uLeYJvgzMo .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: left;
}
.cid-uLeYJvgzMo .mbr-section-title span {
  opacity: .5;
}
.cid-uLeYJw62mo .google-map {
  height: 34rem;
  position: relative;
}
.cid-uLeYJw62mo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uLeYJw62mo .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uLeYJw62mo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLeYJw62mo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRoyR08ijW {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uRoyR08ijW .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uRoyR08ijW .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRoyR08ijW .navbar-logo {
  width: 110px;
}
.cid-uRoyR08ijW .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRoyR08ijW .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRoyR08ijW .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRoyR08ijW .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-uRoyR08ijW .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-uRoyR08ijW .list-item .item-image,
.cid-uRoyR08ijW .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-uRoyR08ijW .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-uRoyR08ijW .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-uRoyR08ijW .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uRoyR08ijW .socion1 {
  background: #45b3df;
}
.cid-uRoyR08ijW .socion2 {
  background-color: #456eda;
}
.cid-uRoyR08ijW .socion3 {
  background-color: #f985a5;
}
.cid-uRoyR08ijW .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-uRoyR08ijW .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-uRoyR08ijW .social-list a {
  transition: .2s linear;
}
.cid-uRoyR08ijW .social-list a:hover {
  opacity: .4;
}
.cid-uRoyR08ijW .wrapper {
  background: #daf3fe;
  padding: 2rem;
  border-radius: 30px;
}
.cid-uRoyR08ijW .svg-1 {
  position: absolute;
  top: 0;
}
.cid-uRoyR08ijW .svg-1 path {
  fill: #ffffff;
}
.cid-uRoyR08ijW .item-image {
  margin-right: 2rem;
}
.cid-uRoyR08ijW [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-uRoyR08ijW .soc-item::after {
  display: none;
}
.cid-uRoyR08ijW .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-uRoyR08ijW .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-uRoyR08ijW .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #d82626;
}
@media (max-width: 991px) {
  .cid-uRoyR08ijW .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRoyR08ijW .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-uRoyR08ijW .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-uRoyR08ijW {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-uRoyR08ijW .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRoyR08ijW .wrapper {
    padding: 1rem;
  }
}
.cid-uRoyR08ijW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoyR08ijW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoyR08ijW .timetable {
  color: #000000;
}
.cid-uRoyR08ijW .list-item,
.cid-uRoyR08ijW .social-data,
.cid-uRoyR08ijW .text2 {
  text-align: left;
}
.cid-uRoQ99BiGP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-uRoQ99BiGP nav.navbar {
  position: fixed;
}
.cid-uRoQ99BiGP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRoQ99BiGP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRoQ99BiGP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRoQ99BiGP .dropdown-item:hover,
.cid-uRoQ99BiGP .dropdown-item:focus {
  background: #d82626 !important;
  color: white !important;
}
.cid-uRoQ99BiGP .dropdown-item:hover span {
  color: white;
}
.cid-uRoQ99BiGP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRoQ99BiGP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRoQ99BiGP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRoQ99BiGP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRoQ99BiGP .nav-link {
  position: relative;
}
.cid-uRoQ99BiGP .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uRoQ99BiGP .container {
    flex-wrap: nowrap;
  }
}
.cid-uRoQ99BiGP .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRoQ99BiGP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRoQ99BiGP .dropdown-menu,
.cid-uRoQ99BiGP .navbar.opened {
  background: #000000 !important;
}
.cid-uRoQ99BiGP .nav-item:focus,
.cid-uRoQ99BiGP .nav-link:focus {
  outline: none;
}
.cid-uRoQ99BiGP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRoQ99BiGP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRoQ99BiGP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRoQ99BiGP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRoQ99BiGP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRoQ99BiGP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRoQ99BiGP .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRoQ99BiGP .navbar.opened {
  transition: all 0.3s;
}
.cid-uRoQ99BiGP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRoQ99BiGP .navbar .navbar-logo img {
  width: auto;
}
.cid-uRoQ99BiGP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRoQ99BiGP .navbar.collapsed {
  justify-content: center;
}
.cid-uRoQ99BiGP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRoQ99BiGP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRoQ99BiGP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uRoQ99BiGP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRoQ99BiGP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRoQ99BiGP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRoQ99BiGP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRoQ99BiGP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRoQ99BiGP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRoQ99BiGP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRoQ99BiGP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRoQ99BiGP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRoQ99BiGP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRoQ99BiGP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRoQ99BiGP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRoQ99BiGP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRoQ99BiGP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRoQ99BiGP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uRoQ99BiGP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRoQ99BiGP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRoQ99BiGP .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRoQ99BiGP .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRoQ99BiGP .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uRoQ99BiGP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRoQ99BiGP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRoQ99BiGP .dropdown-item.active,
.cid-uRoQ99BiGP .dropdown-item:active {
  background-color: transparent;
}
.cid-uRoQ99BiGP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRoQ99BiGP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRoQ99BiGP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRoQ99BiGP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uRoQ99BiGP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRoQ99BiGP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRoQ99BiGP ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRoQ99BiGP ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-uRoQ99BiGP .navbar-buttons {
  text-align: center;
}
.cid-uRoQ99BiGP .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uRoQ99BiGP .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRoQ99BiGP .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uRoQ99BiGP .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uRoQ99BiGP button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uRoQ99BiGP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uRoQ99BiGP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRoQ99BiGP button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRoQ99BiGP button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRoQ99BiGP button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRoQ99BiGP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRoQ99BiGP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRoQ99BiGP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRoQ99BiGP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRoQ99BiGP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRoQ99BiGP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRoQ99BiGP .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-uRoQ99BiGP .navbar {
    height: 70px;
  }
  .cid-uRoQ99BiGP .navbar.opened {
    height: auto;
  }
  .cid-uRoQ99BiGP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRoQ99BiGP .navbar-nav {
  margin: 0 auto;
}
.cid-uRoQ99BiGP .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uRoQ99BiGP .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uRoQ99BiGP .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uRoQ99BiGP .nav-item .nav-link::after {
  color: #45b3df !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRoQ99BiGP .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uRoQ99BiGP .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRoQ99BiGP .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uRoQ99BiGP .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uRoQ99BiGP .nav-item .dropdown-menu .dropdown-item {
  color: #000000 !important;
  background-color: transparent !important;
}
.cid-uRoQ99BiGP .nav-item .dropdown-menu .dropdown-item:hover {
  color: #d82626 !important;
}
@media (max-width: 991px) {
  .cid-uRoQ99BiGP .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRoQ99BiGP .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRoQ99BiGP .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRoQ99BiGP .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRoQ99BiGP .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRoQ99BiGP .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uRoQ99BiGP .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uRoQ9cBY99 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/13-2000x1291.jpg");
}
@media (max-width: 767px) {
  .cid-uRoQ9cBY99 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-uRoQ9cBY99 h3 {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-uRoQ9cBY99 .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-uRoQ9cBY99 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRoQ9cBY99 p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-uRoQ9cBY99 .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-uRoQ9cBY99 .mbr-section-subtitle span {
  background-color: #79c8e8;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-uRoQ9cBY99 h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-uRoQ9cBY99 p {
  margin-bottom: 1.3rem;
}
.cid-uRoQ9cBY99 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uRoQ9cBY99 .svg-1 path {
  fill: #000000;
}
.cid-uRoQ9cBY99 .container-fluid {
  max-width: 1200px;
}
.cid-uRoQ9cBY99 .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-uRoQ9cBY99 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uRoQ9cBY99 .mbr-text,
.cid-uRoQ9cBY99 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uRoQ9diCN2 {
  background-color: #ffffff;
}
.cid-uRoQ9diCN2 .text-top {
  color: #000000;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-uRoQ9diCN2 .card {
  margin-bottom: 1rem;
}
.cid-uRoQ9diCN2 .row {
  justify-content: center;
}
.cid-uRoQ9diCN2 .card-title {
  color: #12265a;
  transition: 0.5s;
}
.cid-uRoQ9diCN2 .card-title:hover {
  color: #fa9db7;
}
.cid-uRoQ9diCN2 img {
  width: 80px;
}
.cid-uRoQ9diCN2 .item-image {
  margin-right: 1rem;
}
.cid-uRoQ9diCN2 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uRoQ9diCN2 {
    padding-top: 30px;
    padding-bottom: 3px;
  }
  .cid-uRoQ9diCN2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRoQ9diCN2 .container {
    padding: 0rem;
  }
  .cid-uRoQ9diCN2 .col-12 {
    padding: 0;
  }
  .cid-uRoQ9diCN2 .mbr-section-title {
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .cid-uRoQ9diCN2 .card {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .cid-uRoQ9diCN2 .card-title {
    margin-top: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-uRoQ9diCN2 {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-uRoQ9diCN2 .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-uRoQ9diCN2 .mbr-section-title {
    margin-left: -12px;
    margin-right: -12px;
  }
  .cid-uRoQ9diCN2 .card {
    display: flex;
    flex-direction: row;
  }
}
.cid-uRoQ9diCN2 .container {
  margin-bottom: 1.5rem;
}
.cid-uRoQ9diCN2 .mbr-text,
.cid-uRoQ9diCN2 .mbr-section-btn {
  color: #000000;
}
.cid-uRoQ9eRGY2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRoQ9eRGY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoQ9eRGY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoQ9eRGY2 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uRoQ9eRGY2 .container {
    padding: 10px 8px;
  }
}
.cid-uRoQ9eRGY2 .row {
  border-radius: 25px;
  background-color: #daf3fe;
  box-shadow: inset 0 0 5rem #daf3fe;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uRoQ9eRGY2 .row {
    padding: 50px 10px;
  }
}
.cid-uRoQ9eRGY2 .row .card {
  padding: 0;
}
.cid-uRoQ9eRGY2 .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRoQ9eRGY2 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uRoQ9eRGY2 .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-uRoQ9eRGY2 .mbr-section-title span {
  opacity: .5;
}
.cid-uRp1PoTJ4r {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uRp1PoTJ4r .image-block img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uRp1PoTJ4r {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-uRp1PoTJ4r .container {
    padding: 0 1rem;
  }
  .cid-uRp1PoTJ4r .image-block {
    width: 100% !important;
  }
}
.cid-uRp1PoTJ4r .container-fluid {
  padding: 0;
}
.cid-uRoQ9fzdEK {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-uRoQ9fzdEK {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-uRoQ9fzdEK img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-uRoQ9fzdEK .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-uRoQ9fzdEK .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRoQ9fzdEK .mbr-section-btn {
    text-align: center;
  }
  .cid-uRoQ9fzdEK .mbr-section-title {
    text-align: center;
  }
  .cid-uRoQ9fzdEK .mbr-section-subtitle {
    text-align: center;
  }
  .cid-uRoQ9fzdEK .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uRoQ9fzdEK .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-uRoQ9fzdEK .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uRoQ9fzdEK .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-uRoQ9fzdEK .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRoQ9fzdEK img {
    width: 100%;
  }
  .cid-uRoQ9fzdEK .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-uRoQ9fzdEK .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uRoQ9fzdEK .container-fluid {
  max-width: 1200px;
}
.cid-uRoQ9fzdEK .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uRoQ9fzdEK .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-uRoQ9fzdEK .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #fa9db7;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-uRoQ9fzdEK .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-uRoQ9fzdEK .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #fa9db7;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-uRoQ9fzdEK .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-uRoQ9fzdEK .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uRoQ9fzdEK .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uRoQ9fzdEK .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uRoQ9fzdEK .mbr-section-title {
  color: #000000;
}
.cid-uRoQ9fzdEK .mbr-text,
.cid-uRoQ9fzdEK .mbr-section-btn {
  color: #000000;
}
.cid-uRoQ9gmu78 {
  background-color: #ffffff;
}
.cid-uRoQ9gmu78 .mbr-text {
  text-align: center;
  padding: 0 2rem;
}
.cid-uRoQ9gmu78 h4 {
  text-align: center;
}
.cid-uRoQ9gmu78 p {
  text-align: center;
  margin: 0;
}
.cid-uRoQ9gmu78 .row {
  justify-content: center;
}
.cid-uRoQ9gmu78 .mbr-iconfont {
  transition: all 0.3s;
  color: #fff;
  font-size: 2rem;
  margin-left: 1rem;
}
.cid-uRoQ9gmu78 .mbr-fonts-style {
  color: #fff;
}
.cid-uRoQ9gmu78 .card-inner {
  border-radius: 30px;
}
.cid-uRoQ9gmu78 .card-inner1 {
  background: #fa9db7;
}
.cid-uRoQ9gmu78 .card-inner2 {
  background: #45b3df;
}
.cid-uRoQ9gmu78 .card-inner3 {
  background: #d82626;
}
.cid-uRoQ9gmu78 img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
}
.cid-uRoQ9gmu78 .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-uRoQ9gmu78 .container-fluid {
  max-width: 1200px;
}
.cid-uRoQ9gmu78 .btn {
  color: #fff;
}
.cid-uRoQ9gmu78 .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-uRoQ9gmu78 .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (max-width: 767px) {
  .cid-uRoQ9gmu78 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .cid-uRoQ9gmu78 .card {
    margin-bottom: 1rem;
  }
  .cid-uRoQ9gmu78 .card-1 {
    margin-right: 0rem;
  }
  .cid-uRoQ9gmu78 .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uRoQ9gmu78 .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uRoQ9gmu78 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .cid-uRoQ9gmu78 .card {
    margin-bottom: 1rem;
  }
  .cid-uRoQ9gmu78 .card-1 {
    margin-right: 0rem;
  }
  .cid-uRoQ9gmu78 .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uRoQ9gmu78 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.cid-uRoQ9gmu78 .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-uRoQ9gmu78 .card-img {
  text-align: center;
  margin-top: 2.5rem;
}
.cid-uRoQ9gmu78 .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-uRoQ9gmu78 .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uRoQ9gmu78 svg {
  position: relative;
}
.cid-uRoQ9gmu78 rect {
  position: absolute;
}
.cid-uRoQ9gmu78 .circle-icon {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.cid-uRoQ9gmu78 .svg1 {
  padding: 1.5rem 2.5rem;
  position: absolute;
}
.cid-uRoQ9gmu78 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uRoQ9gmu78 .card-box {
  width: 100%;
}
.cid-uRoQ9gmu78 .btn-underline {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-uRoQ9gmu78 .card-title,
.cid-uRoQ9gmu78 .card-img {
  color: #000000;
}
.cid-uRoQ9hlV5G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uRoQ9hlV5G::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uRoQ9hlV5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoQ9hlV5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoQ9hlV5G .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRoQ9hlV5G .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRoQ9hlV5G .container {
    padding: 0 16px;
  }
}
.cid-uRoQ9hlV5G .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uRoQ9hlV5G .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uRoQ9hlV5G .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRoQ9hlV5G .mbr-section-title {
  color: #000000;
}
.cid-uRoQ9hlV5G .mbr-text {
  color: #000000;
}
.cid-uRoQ9hlV5G .mbr-text,
.cid-uRoQ9hlV5G .icon-wrapper {
  color: #000000;
}
.cid-uRoQ9iaR0C {
  padding-top: 120px;
  padding-bottom: 180px;
  background-color: #daf3fe;
}
@media (max-width: 767px) {
  .cid-uRoQ9iaR0C {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-uRoQ9iaR0C img {
  width: 100%;
  border-radius: 30px;
}
.cid-uRoQ9iaR0C .mbr-section-title {
  color: #ffffff;
}
.cid-uRoQ9iaR0C .mbr-section-subtitle {
  background-color: #45b3df;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  color: #ffffff;
}
.cid-uRoQ9iaR0C .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uRoQ9iaR0C .svg-1 path {
  fill: #ffffff;
}
.cid-uRoQ9iaR0C .container-fluid {
  max-width: 1200px;
}
.cid-uRoQ9iaR0C .mbr-arrow {
  z-index: 1;
}
.cid-uRoQ9iaR0C .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cid-uRoQ9iaR0C .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uRoQ9iaR0C .imageContainer {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRoQ9iaR0C .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRoQ9iaR0C .mbr-section-subtitle {
    margin-bottom: 1.4rem;
  }
}
.cid-uRoQ9iaR0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoQ9iaR0C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoQ9iaR0C .row > div,
.cid-uRoQ9iaR0C .mbr-section-title {
  color: #000000;
}
.cid-uRoQ9iaR0C .row > div,
.cid-uRoQ9iaR0C .mbr-section-title DIV {
  text-align: center;
}
.cid-uRoQ9jpl0y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uRoQ9jpl0y::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uRoQ9jpl0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoQ9jpl0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uRoQ9jpl0y .container {
    padding: 0 16px;
  }
}
.cid-uRoQ9jpl0y .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uRoQ9jpl0y .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uRoQ9jpl0y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRoQ9jpl0y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRoQ9jpl0y .mbr-text {
  color: #000000;
}
.cid-uRoQ9k6kHa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRoQ9k6kHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoQ9k6kHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoQ9k6kHa .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRoQ9k6kHa .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRoQ9k6kHa .panel-group .card {
  position: relative;
  padding: 20px 30px 20px 50px;
  margin-top: 20px;
  border: none;
  background-color: #daf3fe;
}
@media (max-width: 992px) {
  .cid-uRoQ9k6kHa .panel-group .card {
    margin-top: 16px;
    padding: 30px 20px;
  }
}
.cid-uRoQ9k6kHa .panel-group .card:first-child {
  margin-top: 0 !important;
}
.cid-uRoQ9k6kHa .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uRoQ9k6kHa .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRoQ9k6kHa .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRoQ9k6kHa .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uRoQ9k6kHa .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uRoQ9k6kHa .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  color: #000c3f;
  background-color: #fff4e7;
  font-size: 36px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uRoQ9k6kHa .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 22px;
  }
}
.cid-uRoQ9k6kHa .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
  background-color: #f47451;
}
.cid-uRoQ9k6kHa .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uRoQ9k6kHa .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRoQ9k6kHa .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uRoQ9k6kHa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRoQ9k6kHa .panel-title-edit {
  color: #000000;
}
.cid-uRoQ9k6kHa .panel-text {
  color: #000c3f;
}
.cid-uRoQ9lkm1P {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRoQ9lkm1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoQ9lkm1P .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uRoQ9lkm1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoQ9lkm1P h1 {
  max-width: 800px;
}
.cid-uRoQ9lkm1P p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uRoQ9lkm1P {
    align-items: center;
  }
  .cid-uRoQ9lkm1P .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRoQ9lkm1P .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRoQ9lkm1P {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRoQ9lkm1P .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRoQ9lkm1P .content-wrap {
    width: 100%;
  }
}
.cid-uRoQ9lkm1P .mbr-section-subtitle,
.cid-uRoQ9lkm1P .line {
  color: #000000;
}
.cid-uRoQ9lkm1P .mbr-text,
.cid-uRoQ9lkm1P .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uRoQ9lkm1P .mbr-section-title {
  color: #291f1e;
}
.cid-uRoQ9lXhuI {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRoQ9lXhuI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoQ9lXhuI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoQ9lXhuI .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uRoQ9lXhuI .items-wrapper .item {
  padding: 0 10px;
}
.cid-uRoQ9lXhuI .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uRoQ9lXhuI .item {
    margin-bottom: 20px;
  }
}
.cid-uRoQ9lXhuI .item:hover .item-wrapper .item-img img,
.cid-uRoQ9lXhuI .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uRoQ9lXhuI .item .item-wrapper {
  padding: 80px 60px;
  background-color: #daf3fe;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRoQ9lXhuI .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uRoQ9lXhuI .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uRoQ9lXhuI .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uRoQ9lXhuI .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uRoQ9lXhuI .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uRoQ9lXhuI .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uRoQ9lXhuI .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.cid-uRoQ9lXhuI .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRoQ9lXhuI .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uRoQ9lXhuI .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uRoQ9lXhuI .mbr-label {
  color: #19171c;
}
.cid-uRoQ9lXhuI .item-text {
  color: #6e6e73;
}
.cid-uRoQ9lXhuI .mbr-label,
.cid-uRoQ9lXhuI .mbr-section-btn,
.cid-uRoQ9lXhuI .label-wrapper {
  text-align: center;
}
.cid-uRoQ9mFQpR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uRoQ9mFQpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoQ9mFQpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoQ9mFQpR .content-wrapper {
  padding: 80px 90px;
  background-color: #daf3fe;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRoQ9mFQpR .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uRoQ9mFQpR .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRoQ9mFQpR .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uRoQ9mFQpR .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uRoQ9mFQpR .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uRoQ9mFQpR .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uRoQ9mFQpR .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uRoQ9mFQpR .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRoQ9mFQpR .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRoQ9mFQpR .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uRoQ9mFQpR .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uRoQ9mFQpR .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uRoQ9mFQpR .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uRoQ9mFQpR .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uRoQ9mFQpR .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uRoQ9mFQpR .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uRoQ9mFQpR .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uRoQ9mFQpR .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRoQ9mFQpR .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uRoQ9mFQpR .mbr-section-title {
  color: #050f0f;
}
.cid-uRoQ9mFQpR .mbr-text {
  color: #050f0f;
}
.cid-uRoQ9mFQpR .mbr-section-btn {
  text-align: center;
}
.cid-uRoQ9mFQpR .icon-wrapper {
  text-align: right;
}
.cid-uRoQ9mFQpR .mbr-section-title,
.cid-uRoQ9mFQpR .mbr-section-btn,
.cid-uRoQ9mFQpR .icon-wrapper {
  text-align: center;
}
.cid-uRoQ9nU8Xu {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uRoQ9nU8Xu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoQ9nU8Xu .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uRoQ9nU8Xu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoQ9nU8Xu h1 {
  max-width: 800px;
}
.cid-uRoQ9nU8Xu p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uRoQ9nU8Xu {
    align-items: center;
  }
  .cid-uRoQ9nU8Xu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRoQ9nU8Xu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRoQ9nU8Xu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRoQ9nU8Xu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRoQ9nU8Xu .content-wrap {
    width: 100%;
  }
}
.cid-uRoQ9nU8Xu .mbr-section-subtitle,
.cid-uRoQ9nU8Xu .line {
  color: #000000;
}
.cid-uRoQ9nU8Xu .mbr-text,
.cid-uRoQ9nU8Xu .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uRoQ9nU8Xu .mbr-section-title {
  color: #291f1e;
}
.cid-uRoVidJjs3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #daf3fe;
}
.cid-uRoVidJjs3 .panel-text {
  margin: 0;
  line-height: 1.7;
  color: #444444;
}
.cid-uRoVidJjs3 .icon {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border: 1px dashed #fa9db7;
  border-radius: 100%;
  color: #fa9db7 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  transition: 0.4s;
}
.cid-uRoVidJjs3 .icon:before {
  font-weight: 900;
}
.cid-uRoVidJjs3 .accordion-content {
  flex-basis: 100%;
}
.cid-uRoVidJjs3 .panel-group {
  width: 100%;
}
.cid-uRoVidJjs3 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uRoVidJjs3 .card .card-header a.panel-title {
  margin-top: 0;
  border-radius: 0;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uRoVidJjs3 .card .card-header a.panel-title:hover .icon {
  background-color: #fa9db7;
  color: #ffffff !important;
}
.cid-uRoVidJjs3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uRoVidJjs3 .header-text {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-uRoVidJjs3 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uRoVidJjs3 .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-uRoVidJjs3 svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-uRoVidJjs3 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uRoVidJjs3 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uRoVidJjs3 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uRoVidJjs3 .mbr-text {
  margin-top: 1.4rem;
  margin-bottom: 2.3rem;
}
.cid-uRoVidJjs3 .card .panel-body {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-uRoVidJjs3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-uRoVidJjs3 .mbr-text {
    margin-left: 1px;
  }
  .cid-uRoVidJjs3 .mbr-section-title {
    text-align: center;
  }
  .cid-uRoVidJjs3 .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRoVidJjs3 .left-wrapper {
    padding-right: 5rem;
  }
  .cid-uRoVidJjs3 .accordion-section {
    padding-left: 1.5rem;
  }
}
.cid-uRoVidJjs3 .card-header {
  background: none !important;
}
.cid-uRoVidJjs3 .header-text,
.cid-uRoVidJjs3 .sign {
  color: #000000;
}
.cid-uRoQ9p0tiG .google-map {
  height: 34rem;
  position: relative;
}
.cid-uRoQ9p0tiG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRoQ9p0tiG .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uRoQ9p0tiG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRoQ9p0tiG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRoQ9pKw4E {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uRoQ9pKw4E .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uRoQ9pKw4E .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRoQ9pKw4E .navbar-logo {
  width: 110px;
}
.cid-uRoQ9pKw4E .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRoQ9pKw4E .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRoQ9pKw4E .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRoQ9pKw4E .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-uRoQ9pKw4E .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-uRoQ9pKw4E .list-item .item-image,
.cid-uRoQ9pKw4E .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-uRoQ9pKw4E .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-uRoQ9pKw4E .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-uRoQ9pKw4E .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uRoQ9pKw4E .socion1 {
  background: #45b3df;
}
.cid-uRoQ9pKw4E .socion2 {
  background-color: #456eda;
}
.cid-uRoQ9pKw4E .socion3 {
  background-color: #f985a5;
}
.cid-uRoQ9pKw4E .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-uRoQ9pKw4E .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-uRoQ9pKw4E .social-list a {
  transition: .2s linear;
}
.cid-uRoQ9pKw4E .social-list a:hover {
  opacity: .4;
}
.cid-uRoQ9pKw4E .wrapper {
  background: #daf3fe;
  padding: 2rem;
  border-radius: 30px;
}
.cid-uRoQ9pKw4E .svg-1 {
  position: absolute;
  top: 0;
}
.cid-uRoQ9pKw4E .svg-1 path {
  fill: #ffffff;
}
.cid-uRoQ9pKw4E .item-image {
  margin-right: 2rem;
}
.cid-uRoQ9pKw4E [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-uRoQ9pKw4E .soc-item::after {
  display: none;
}
.cid-uRoQ9pKw4E .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-uRoQ9pKw4E .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-uRoQ9pKw4E .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #d82626;
}
@media (max-width: 991px) {
  .cid-uRoQ9pKw4E .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRoQ9pKw4E .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-uRoQ9pKw4E .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-uRoQ9pKw4E {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-uRoQ9pKw4E .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRoQ9pKw4E .wrapper {
    padding: 1rem;
  }
}
.cid-uRoQ9pKw4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoQ9pKw4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoQ9pKw4E .timetable {
  color: #000000;
}
.cid-uRoQ9pKw4E .list-item,
.cid-uRoQ9pKw4E .social-data,
.cid-uRoQ9pKw4E .text2 {
  text-align: left;
}
.cid-uRoVPquWoS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-uRoVPquWoS nav.navbar {
  position: fixed;
}
.cid-uRoVPquWoS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRoVPquWoS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRoVPquWoS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRoVPquWoS .dropdown-item:hover,
.cid-uRoVPquWoS .dropdown-item:focus {
  background: #d82626 !important;
  color: white !important;
}
.cid-uRoVPquWoS .dropdown-item:hover span {
  color: white;
}
.cid-uRoVPquWoS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRoVPquWoS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRoVPquWoS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRoVPquWoS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRoVPquWoS .nav-link {
  position: relative;
}
.cid-uRoVPquWoS .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uRoVPquWoS .container {
    flex-wrap: nowrap;
  }
}
.cid-uRoVPquWoS .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRoVPquWoS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRoVPquWoS .dropdown-menu,
.cid-uRoVPquWoS .navbar.opened {
  background: #000000 !important;
}
.cid-uRoVPquWoS .nav-item:focus,
.cid-uRoVPquWoS .nav-link:focus {
  outline: none;
}
.cid-uRoVPquWoS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRoVPquWoS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRoVPquWoS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRoVPquWoS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRoVPquWoS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRoVPquWoS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRoVPquWoS .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRoVPquWoS .navbar.opened {
  transition: all 0.3s;
}
.cid-uRoVPquWoS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRoVPquWoS .navbar .navbar-logo img {
  width: auto;
}
.cid-uRoVPquWoS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRoVPquWoS .navbar.collapsed {
  justify-content: center;
}
.cid-uRoVPquWoS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRoVPquWoS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRoVPquWoS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uRoVPquWoS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRoVPquWoS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRoVPquWoS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRoVPquWoS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRoVPquWoS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRoVPquWoS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRoVPquWoS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRoVPquWoS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRoVPquWoS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRoVPquWoS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRoVPquWoS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRoVPquWoS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRoVPquWoS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRoVPquWoS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRoVPquWoS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uRoVPquWoS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRoVPquWoS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRoVPquWoS .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRoVPquWoS .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRoVPquWoS .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uRoVPquWoS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRoVPquWoS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRoVPquWoS .dropdown-item.active,
.cid-uRoVPquWoS .dropdown-item:active {
  background-color: transparent;
}
.cid-uRoVPquWoS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRoVPquWoS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRoVPquWoS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRoVPquWoS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uRoVPquWoS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRoVPquWoS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRoVPquWoS ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRoVPquWoS ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-uRoVPquWoS .navbar-buttons {
  text-align: center;
}
.cid-uRoVPquWoS .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uRoVPquWoS .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRoVPquWoS .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uRoVPquWoS .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uRoVPquWoS button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uRoVPquWoS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uRoVPquWoS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRoVPquWoS button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRoVPquWoS button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRoVPquWoS button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRoVPquWoS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRoVPquWoS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRoVPquWoS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRoVPquWoS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRoVPquWoS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRoVPquWoS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRoVPquWoS .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-uRoVPquWoS .navbar {
    height: 70px;
  }
  .cid-uRoVPquWoS .navbar.opened {
    height: auto;
  }
  .cid-uRoVPquWoS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRoVPquWoS .navbar-nav {
  margin: 0 auto;
}
.cid-uRoVPquWoS .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uRoVPquWoS .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uRoVPquWoS .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uRoVPquWoS .nav-item .nav-link::after {
  color: #45b3df !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRoVPquWoS .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uRoVPquWoS .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRoVPquWoS .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uRoVPquWoS .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uRoVPquWoS .nav-item .dropdown-menu .dropdown-item {
  color: #000000 !important;
  background-color: transparent !important;
}
.cid-uRoVPquWoS .nav-item .dropdown-menu .dropdown-item:hover {
  color: #d82626 !important;
}
@media (max-width: 991px) {
  .cid-uRoVPquWoS .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRoVPquWoS .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRoVPquWoS .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRoVPquWoS .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRoVPquWoS .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRoVPquWoS .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uRoVPquWoS .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uRoVPrnwKc {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/15.webp");
}
@media (max-width: 767px) {
  .cid-uRoVPrnwKc {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-uRoVPrnwKc h3 {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-uRoVPrnwKc .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-uRoVPrnwKc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRoVPrnwKc p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-uRoVPrnwKc .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-uRoVPrnwKc .mbr-section-subtitle span {
  background-color: #79c8e8;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-uRoVPrnwKc h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-uRoVPrnwKc p {
  margin-bottom: 1.3rem;
}
.cid-uRoVPrnwKc .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uRoVPrnwKc .svg-1 path {
  fill: #000000;
}
.cid-uRoVPrnwKc .container-fluid {
  max-width: 1200px;
}
.cid-uRoVPrnwKc .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-uRoVPrnwKc H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uRoVPrnwKc .mbr-text,
.cid-uRoVPrnwKc .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uRoVPrIPvr {
  background-color: #ffffff;
}
.cid-uRoVPrIPvr .text-top {
  color: #000000;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-uRoVPrIPvr .card {
  margin-bottom: 1rem;
}
.cid-uRoVPrIPvr .row {
  justify-content: center;
}
.cid-uRoVPrIPvr .card-title {
  color: #12265a;
  transition: 0.5s;
}
.cid-uRoVPrIPvr .card-title:hover {
  color: #fa9db7;
}
.cid-uRoVPrIPvr img {
  width: 80px;
}
.cid-uRoVPrIPvr .item-image {
  margin-right: 1rem;
}
.cid-uRoVPrIPvr .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uRoVPrIPvr {
    padding-top: 30px;
    padding-bottom: 3px;
  }
  .cid-uRoVPrIPvr .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRoVPrIPvr .container {
    padding: 0rem;
  }
  .cid-uRoVPrIPvr .col-12 {
    padding: 0;
  }
  .cid-uRoVPrIPvr .mbr-section-title {
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .cid-uRoVPrIPvr .card {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .cid-uRoVPrIPvr .card-title {
    margin-top: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-uRoVPrIPvr {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-uRoVPrIPvr .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-uRoVPrIPvr .mbr-section-title {
    margin-left: -12px;
    margin-right: -12px;
  }
  .cid-uRoVPrIPvr .card {
    display: flex;
    flex-direction: row;
  }
}
.cid-uRoVPrIPvr .container {
  margin-bottom: 1.5rem;
}
.cid-uRoVPrIPvr .mbr-text,
.cid-uRoVPrIPvr .mbr-section-btn {
  color: #000000;
}
.cid-uRoVPsTdzL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRoVPsTdzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoVPsTdzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoVPsTdzL .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uRoVPsTdzL .container {
    padding: 10px 8px;
  }
}
.cid-uRoVPsTdzL .row {
  border-radius: 25px;
  background-color: #daf3fe;
  box-shadow: inset 0 0 5rem #daf3fe;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uRoVPsTdzL .row {
    padding: 50px 10px;
  }
}
.cid-uRoVPsTdzL .row .card {
  padding: 0;
}
.cid-uRoVPsTdzL .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRoVPsTdzL .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uRoVPsTdzL .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-uRoVPsTdzL .mbr-section-title span {
  opacity: .5;
}
.cid-uRoYwueu6S {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uRoYwueu6S .image-block img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uRoYwueu6S {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-uRoYwueu6S .container {
    padding: 0 1rem;
  }
  .cid-uRoYwueu6S .image-block {
    width: 100% !important;
  }
}
.cid-uRoYwueu6S .container-fluid {
  padding: 0;
}
.cid-uRoVPthsnk {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-uRoVPthsnk {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-uRoVPthsnk img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-uRoVPthsnk .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-uRoVPthsnk .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRoVPthsnk .mbr-section-btn {
    text-align: center;
  }
  .cid-uRoVPthsnk .mbr-section-title {
    text-align: center;
  }
  .cid-uRoVPthsnk .mbr-section-subtitle {
    text-align: center;
  }
  .cid-uRoVPthsnk .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uRoVPthsnk .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-uRoVPthsnk .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uRoVPthsnk .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-uRoVPthsnk .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRoVPthsnk img {
    width: 100%;
  }
  .cid-uRoVPthsnk .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-uRoVPthsnk .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uRoVPthsnk .container-fluid {
  max-width: 1200px;
}
.cid-uRoVPthsnk .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uRoVPthsnk .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-uRoVPthsnk .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #fa9db7;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-uRoVPthsnk .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-uRoVPthsnk .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #fa9db7;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-uRoVPthsnk .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-uRoVPthsnk .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uRoVPthsnk .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uRoVPthsnk .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uRoVPthsnk .mbr-section-title {
  color: #000000;
}
.cid-uRoVPthsnk .mbr-text,
.cid-uRoVPthsnk .mbr-section-btn {
  color: #000000;
}
.cid-uRoVPtIt0C {
  background-color: #ffffff;
}
.cid-uRoVPtIt0C .mbr-text {
  text-align: center;
  padding: 0 2rem;
}
.cid-uRoVPtIt0C h4 {
  text-align: center;
}
.cid-uRoVPtIt0C p {
  text-align: center;
  margin: 0;
}
.cid-uRoVPtIt0C .row {
  justify-content: center;
}
.cid-uRoVPtIt0C .mbr-iconfont {
  transition: all 0.3s;
  color: #fff;
  font-size: 2rem;
  margin-left: 1rem;
}
.cid-uRoVPtIt0C .mbr-fonts-style {
  color: #fff;
}
.cid-uRoVPtIt0C .card-inner {
  border-radius: 30px;
}
.cid-uRoVPtIt0C .card-inner1 {
  background: #fa9db7;
}
.cid-uRoVPtIt0C .card-inner2 {
  background: #45b3df;
}
.cid-uRoVPtIt0C .card-inner3 {
  background: #d82626;
}
.cid-uRoVPtIt0C img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
}
.cid-uRoVPtIt0C .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-uRoVPtIt0C .container-fluid {
  max-width: 1200px;
}
.cid-uRoVPtIt0C .btn {
  color: #fff;
}
.cid-uRoVPtIt0C .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-uRoVPtIt0C .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (max-width: 767px) {
  .cid-uRoVPtIt0C {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .cid-uRoVPtIt0C .card {
    margin-bottom: 1rem;
  }
  .cid-uRoVPtIt0C .card-1 {
    margin-right: 0rem;
  }
  .cid-uRoVPtIt0C .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uRoVPtIt0C .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uRoVPtIt0C {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .cid-uRoVPtIt0C .card {
    margin-bottom: 1rem;
  }
  .cid-uRoVPtIt0C .card-1 {
    margin-right: 0rem;
  }
  .cid-uRoVPtIt0C .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uRoVPtIt0C {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.cid-uRoVPtIt0C .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-uRoVPtIt0C .card-img {
  text-align: center;
  margin-top: 2.5rem;
}
.cid-uRoVPtIt0C .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-uRoVPtIt0C .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uRoVPtIt0C svg {
  position: relative;
}
.cid-uRoVPtIt0C rect {
  position: absolute;
}
.cid-uRoVPtIt0C .circle-icon {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.cid-uRoVPtIt0C .svg1 {
  padding: 1.5rem 2.5rem;
  position: absolute;
}
.cid-uRoVPtIt0C .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uRoVPtIt0C .card-box {
  width: 100%;
}
.cid-uRoVPtIt0C .btn-underline {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-uRoVPtIt0C .card-title,
.cid-uRoVPtIt0C .card-img {
  color: #000000;
}
.cid-uRoVPupetg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uRoVPupetg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uRoVPupetg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoVPupetg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoVPupetg .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRoVPupetg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRoVPupetg .container {
    padding: 0 16px;
  }
}
.cid-uRoVPupetg .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uRoVPupetg .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uRoVPupetg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRoVPupetg .mbr-section-title {
  color: #000000;
}
.cid-uRoVPupetg .mbr-text {
  color: #000000;
}
.cid-uRoVPupetg .mbr-text,
.cid-uRoVPupetg .icon-wrapper {
  color: #000000;
}
.cid-uRoVPuQz4A {
  padding-top: 120px;
  padding-bottom: 180px;
  background-color: #daf3fe;
}
@media (max-width: 767px) {
  .cid-uRoVPuQz4A {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-uRoVPuQz4A img {
  width: 100%;
  border-radius: 30px;
}
.cid-uRoVPuQz4A .mbr-section-title {
  color: #ffffff;
}
.cid-uRoVPuQz4A .mbr-section-subtitle {
  background-color: #45b3df;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  color: #ffffff;
}
.cid-uRoVPuQz4A .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uRoVPuQz4A .svg-1 path {
  fill: #ffffff;
}
.cid-uRoVPuQz4A .container-fluid {
  max-width: 1200px;
}
.cid-uRoVPuQz4A .mbr-arrow {
  z-index: 1;
}
.cid-uRoVPuQz4A .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cid-uRoVPuQz4A .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uRoVPuQz4A .imageContainer {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRoVPuQz4A .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRoVPuQz4A .mbr-section-subtitle {
    margin-bottom: 1.4rem;
  }
}
.cid-uRoVPuQz4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoVPuQz4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoVPuQz4A .row > div,
.cid-uRoVPuQz4A .mbr-section-title {
  color: #000000;
}
.cid-uRoVPuQz4A .row > div,
.cid-uRoVPuQz4A .mbr-section-title DIV {
  text-align: center;
}
.cid-uRoVPvnhCJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uRoVPvnhCJ::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uRoVPvnhCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoVPvnhCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uRoVPvnhCJ .container {
    padding: 0 16px;
  }
}
.cid-uRoVPvnhCJ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uRoVPvnhCJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uRoVPvnhCJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRoVPvnhCJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRoVPvnhCJ .mbr-text {
  color: #000000;
}
.cid-uRoVPvPLs0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRoVPvPLs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoVPvPLs0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoVPvPLs0 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRoVPvPLs0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRoVPvPLs0 .panel-group .card {
  position: relative;
  padding: 20px 30px 20px 50px;
  margin-top: 20px;
  border: none;
  background-color: #daf3fe;
}
@media (max-width: 992px) {
  .cid-uRoVPvPLs0 .panel-group .card {
    margin-top: 16px;
    padding: 30px 20px;
  }
}
.cid-uRoVPvPLs0 .panel-group .card:first-child {
  margin-top: 0 !important;
}
.cid-uRoVPvPLs0 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uRoVPvPLs0 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRoVPvPLs0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRoVPvPLs0 .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uRoVPvPLs0 .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uRoVPvPLs0 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  color: #000c3f;
  background-color: #fff4e7;
  font-size: 36px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uRoVPvPLs0 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 22px;
  }
}
.cid-uRoVPvPLs0 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
  background-color: #f47451;
}
.cid-uRoVPvPLs0 .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uRoVPvPLs0 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRoVPvPLs0 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uRoVPvPLs0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRoVPvPLs0 .panel-title-edit {
  color: #000000;
}
.cid-uRoVPvPLs0 .panel-text {
  color: #000c3f;
}
.cid-uRoVPwGqYN {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRoVPwGqYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoVPwGqYN .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uRoVPwGqYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoVPwGqYN h1 {
  max-width: 800px;
}
.cid-uRoVPwGqYN p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uRoVPwGqYN {
    align-items: center;
  }
  .cid-uRoVPwGqYN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRoVPwGqYN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRoVPwGqYN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRoVPwGqYN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRoVPwGqYN .content-wrap {
    width: 100%;
  }
}
.cid-uRoVPwGqYN .mbr-section-subtitle,
.cid-uRoVPwGqYN .line {
  color: #000000;
}
.cid-uRoVPwGqYN .mbr-text,
.cid-uRoVPwGqYN .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uRoVPwGqYN .mbr-section-title {
  color: #291f1e;
}
.cid-uRoVPxkTw2 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRoVPxkTw2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoVPxkTw2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoVPxkTw2 .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uRoVPxkTw2 .items-wrapper .item {
  padding: 0 10px;
}
.cid-uRoVPxkTw2 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uRoVPxkTw2 .item {
    margin-bottom: 20px;
  }
}
.cid-uRoVPxkTw2 .item:hover .item-wrapper .item-img img,
.cid-uRoVPxkTw2 .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uRoVPxkTw2 .item .item-wrapper {
  padding: 80px 60px;
  background-color: #daf3fe;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRoVPxkTw2 .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uRoVPxkTw2 .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uRoVPxkTw2 .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uRoVPxkTw2 .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uRoVPxkTw2 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uRoVPxkTw2 .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uRoVPxkTw2 .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.cid-uRoVPxkTw2 .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRoVPxkTw2 .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uRoVPxkTw2 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uRoVPxkTw2 .mbr-label {
  color: #19171c;
}
.cid-uRoVPxkTw2 .item-text {
  color: #6e6e73;
}
.cid-uRoVPxkTw2 .mbr-label,
.cid-uRoVPxkTw2 .mbr-section-btn,
.cid-uRoVPxkTw2 .label-wrapper {
  text-align: center;
}
.cid-uRoVPxOZW0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uRoVPxOZW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoVPxOZW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoVPxOZW0 .content-wrapper {
  padding: 80px 90px;
  background-color: #daf3fe;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRoVPxOZW0 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uRoVPxOZW0 .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRoVPxOZW0 .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uRoVPxOZW0 .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uRoVPxOZW0 .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uRoVPxOZW0 .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uRoVPxOZW0 .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uRoVPxOZW0 .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRoVPxOZW0 .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRoVPxOZW0 .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uRoVPxOZW0 .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uRoVPxOZW0 .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uRoVPxOZW0 .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uRoVPxOZW0 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uRoVPxOZW0 .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uRoVPxOZW0 .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uRoVPxOZW0 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uRoVPxOZW0 .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRoVPxOZW0 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uRoVPxOZW0 .mbr-section-title {
  color: #050f0f;
}
.cid-uRoVPxOZW0 .mbr-text {
  color: #050f0f;
}
.cid-uRoVPxOZW0 .mbr-section-btn {
  text-align: center;
}
.cid-uRoVPxOZW0 .icon-wrapper {
  text-align: right;
}
.cid-uRoVPxOZW0 .mbr-section-title,
.cid-uRoVPxOZW0 .mbr-section-btn,
.cid-uRoVPxOZW0 .icon-wrapper {
  text-align: center;
}
.cid-uRoVPytQOz {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uRoVPytQOz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoVPytQOz .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uRoVPytQOz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoVPytQOz h1 {
  max-width: 800px;
}
.cid-uRoVPytQOz p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uRoVPytQOz {
    align-items: center;
  }
  .cid-uRoVPytQOz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRoVPytQOz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRoVPytQOz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRoVPytQOz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRoVPytQOz .content-wrap {
    width: 100%;
  }
}
.cid-uRoVPytQOz .mbr-section-subtitle,
.cid-uRoVPytQOz .line {
  color: #000000;
}
.cid-uRoVPytQOz .mbr-text,
.cid-uRoVPytQOz .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uRoVPytQOz .mbr-section-title {
  color: #291f1e;
}
.cid-uRoVPyTr51 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #daf3fe;
}
.cid-uRoVPyTr51 .panel-text {
  margin: 0;
  line-height: 1.7;
  color: #444444;
}
.cid-uRoVPyTr51 .icon {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border: 1px dashed #fa9db7;
  border-radius: 100%;
  color: #fa9db7 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  transition: 0.4s;
}
.cid-uRoVPyTr51 .icon:before {
  font-weight: 900;
}
.cid-uRoVPyTr51 .accordion-content {
  flex-basis: 100%;
}
.cid-uRoVPyTr51 .panel-group {
  width: 100%;
}
.cid-uRoVPyTr51 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uRoVPyTr51 .card .card-header a.panel-title {
  margin-top: 0;
  border-radius: 0;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uRoVPyTr51 .card .card-header a.panel-title:hover .icon {
  background-color: #fa9db7;
  color: #ffffff !important;
}
.cid-uRoVPyTr51 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uRoVPyTr51 .header-text {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-uRoVPyTr51 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uRoVPyTr51 .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-uRoVPyTr51 svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-uRoVPyTr51 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uRoVPyTr51 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uRoVPyTr51 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uRoVPyTr51 .mbr-text {
  margin-top: 1.4rem;
  margin-bottom: 2.3rem;
}
.cid-uRoVPyTr51 .card .panel-body {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-uRoVPyTr51 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-uRoVPyTr51 .mbr-text {
    margin-left: 1px;
  }
  .cid-uRoVPyTr51 .mbr-section-title {
    text-align: center;
  }
  .cid-uRoVPyTr51 .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRoVPyTr51 .left-wrapper {
    padding-right: 5rem;
  }
  .cid-uRoVPyTr51 .accordion-section {
    padding-left: 1.5rem;
  }
}
.cid-uRoVPyTr51 .card-header {
  background: none !important;
}
.cid-uRoVPyTr51 .header-text,
.cid-uRoVPyTr51 .sign {
  color: #000000;
}
.cid-uRoVPzjXIY .google-map {
  height: 34rem;
  position: relative;
}
.cid-uRoVPzjXIY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRoVPzjXIY .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uRoVPzjXIY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRoVPzjXIY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRoVPzCP04 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uRoVPzCP04 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uRoVPzCP04 .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRoVPzCP04 .navbar-logo {
  width: 110px;
}
.cid-uRoVPzCP04 .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRoVPzCP04 .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRoVPzCP04 .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRoVPzCP04 .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-uRoVPzCP04 .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-uRoVPzCP04 .list-item .item-image,
.cid-uRoVPzCP04 .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-uRoVPzCP04 .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-uRoVPzCP04 .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-uRoVPzCP04 .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uRoVPzCP04 .socion1 {
  background: #45b3df;
}
.cid-uRoVPzCP04 .socion2 {
  background-color: #456eda;
}
.cid-uRoVPzCP04 .socion3 {
  background-color: #f985a5;
}
.cid-uRoVPzCP04 .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-uRoVPzCP04 .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-uRoVPzCP04 .social-list a {
  transition: .2s linear;
}
.cid-uRoVPzCP04 .social-list a:hover {
  opacity: .4;
}
.cid-uRoVPzCP04 .wrapper {
  background: #daf3fe;
  padding: 2rem;
  border-radius: 30px;
}
.cid-uRoVPzCP04 .svg-1 {
  position: absolute;
  top: 0;
}
.cid-uRoVPzCP04 .svg-1 path {
  fill: #ffffff;
}
.cid-uRoVPzCP04 .item-image {
  margin-right: 2rem;
}
.cid-uRoVPzCP04 [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-uRoVPzCP04 .soc-item::after {
  display: none;
}
.cid-uRoVPzCP04 .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-uRoVPzCP04 .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-uRoVPzCP04 .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #d82626;
}
@media (max-width: 991px) {
  .cid-uRoVPzCP04 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRoVPzCP04 .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-uRoVPzCP04 .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-uRoVPzCP04 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-uRoVPzCP04 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRoVPzCP04 .wrapper {
    padding: 1rem;
  }
}
.cid-uRoVPzCP04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoVPzCP04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoVPzCP04 .timetable {
  color: #000000;
}
.cid-uRoVPzCP04 .list-item,
.cid-uRoVPzCP04 .social-data,
.cid-uRoVPzCP04 .text2 {
  text-align: left;
}
.cid-uRoZadNfIu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-uRoZadNfIu nav.navbar {
  position: fixed;
}
.cid-uRoZadNfIu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRoZadNfIu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRoZadNfIu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRoZadNfIu .dropdown-item:hover,
.cid-uRoZadNfIu .dropdown-item:focus {
  background: #d82626 !important;
  color: white !important;
}
.cid-uRoZadNfIu .dropdown-item:hover span {
  color: white;
}
.cid-uRoZadNfIu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRoZadNfIu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRoZadNfIu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRoZadNfIu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRoZadNfIu .nav-link {
  position: relative;
}
.cid-uRoZadNfIu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uRoZadNfIu .container {
    flex-wrap: nowrap;
  }
}
.cid-uRoZadNfIu .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRoZadNfIu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRoZadNfIu .dropdown-menu,
.cid-uRoZadNfIu .navbar.opened {
  background: #000000 !important;
}
.cid-uRoZadNfIu .nav-item:focus,
.cid-uRoZadNfIu .nav-link:focus {
  outline: none;
}
.cid-uRoZadNfIu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRoZadNfIu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRoZadNfIu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRoZadNfIu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRoZadNfIu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRoZadNfIu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRoZadNfIu .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRoZadNfIu .navbar.opened {
  transition: all 0.3s;
}
.cid-uRoZadNfIu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRoZadNfIu .navbar .navbar-logo img {
  width: auto;
}
.cid-uRoZadNfIu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRoZadNfIu .navbar.collapsed {
  justify-content: center;
}
.cid-uRoZadNfIu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRoZadNfIu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRoZadNfIu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uRoZadNfIu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRoZadNfIu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRoZadNfIu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRoZadNfIu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRoZadNfIu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRoZadNfIu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRoZadNfIu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRoZadNfIu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRoZadNfIu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRoZadNfIu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRoZadNfIu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRoZadNfIu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRoZadNfIu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRoZadNfIu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRoZadNfIu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uRoZadNfIu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRoZadNfIu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRoZadNfIu .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRoZadNfIu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRoZadNfIu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uRoZadNfIu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRoZadNfIu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRoZadNfIu .dropdown-item.active,
.cid-uRoZadNfIu .dropdown-item:active {
  background-color: transparent;
}
.cid-uRoZadNfIu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRoZadNfIu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRoZadNfIu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRoZadNfIu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uRoZadNfIu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRoZadNfIu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRoZadNfIu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRoZadNfIu ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-uRoZadNfIu .navbar-buttons {
  text-align: center;
}
.cid-uRoZadNfIu .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uRoZadNfIu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRoZadNfIu .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uRoZadNfIu .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uRoZadNfIu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uRoZadNfIu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uRoZadNfIu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRoZadNfIu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRoZadNfIu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRoZadNfIu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRoZadNfIu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRoZadNfIu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRoZadNfIu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRoZadNfIu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRoZadNfIu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRoZadNfIu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRoZadNfIu .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-uRoZadNfIu .navbar {
    height: 70px;
  }
  .cid-uRoZadNfIu .navbar.opened {
    height: auto;
  }
  .cid-uRoZadNfIu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRoZadNfIu .navbar-nav {
  margin: 0 auto;
}
.cid-uRoZadNfIu .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uRoZadNfIu .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uRoZadNfIu .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uRoZadNfIu .nav-item .nav-link::after {
  color: #45b3df !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRoZadNfIu .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uRoZadNfIu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRoZadNfIu .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uRoZadNfIu .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uRoZadNfIu .nav-item .dropdown-menu .dropdown-item {
  color: #000000 !important;
  background-color: transparent !important;
}
.cid-uRoZadNfIu .nav-item .dropdown-menu .dropdown-item:hover {
  color: #d82626 !important;
}
@media (max-width: 991px) {
  .cid-uRoZadNfIu .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRoZadNfIu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRoZadNfIu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRoZadNfIu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRoZadNfIu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRoZadNfIu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uRoZadNfIu .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uRoZaeu8so {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/20-1200x900.jpg");
}
@media (max-width: 767px) {
  .cid-uRoZaeu8so {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-uRoZaeu8so h3 {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-uRoZaeu8so .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-uRoZaeu8so .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRoZaeu8so p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-uRoZaeu8so .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-uRoZaeu8so .mbr-section-subtitle span {
  background-color: #79c8e8;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-uRoZaeu8so h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-uRoZaeu8so p {
  margin-bottom: 1.3rem;
}
.cid-uRoZaeu8so .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uRoZaeu8so .svg-1 path {
  fill: #000000;
}
.cid-uRoZaeu8so .container-fluid {
  max-width: 1200px;
}
.cid-uRoZaeu8so .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-uRoZaeu8so H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uRoZaeu8so .mbr-text,
.cid-uRoZaeu8so .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uRoZaeJGlk {
  background-color: #ffffff;
}
.cid-uRoZaeJGlk .text-top {
  color: #000000;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-uRoZaeJGlk .card {
  margin-bottom: 1rem;
}
.cid-uRoZaeJGlk .row {
  justify-content: center;
}
.cid-uRoZaeJGlk .card-title {
  color: #12265a;
  transition: 0.5s;
}
.cid-uRoZaeJGlk .card-title:hover {
  color: #fa9db7;
}
.cid-uRoZaeJGlk img {
  width: 80px;
}
.cid-uRoZaeJGlk .item-image {
  margin-right: 1rem;
}
.cid-uRoZaeJGlk .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uRoZaeJGlk {
    padding-top: 30px;
    padding-bottom: 3px;
  }
  .cid-uRoZaeJGlk .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRoZaeJGlk .container {
    padding: 0rem;
  }
  .cid-uRoZaeJGlk .col-12 {
    padding: 0;
  }
  .cid-uRoZaeJGlk .mbr-section-title {
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .cid-uRoZaeJGlk .card {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .cid-uRoZaeJGlk .card-title {
    margin-top: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-uRoZaeJGlk {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-uRoZaeJGlk .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-uRoZaeJGlk .mbr-section-title {
    margin-left: -12px;
    margin-right: -12px;
  }
  .cid-uRoZaeJGlk .card {
    display: flex;
    flex-direction: row;
  }
}
.cid-uRoZaeJGlk .container {
  margin-bottom: 1.5rem;
}
.cid-uRoZaeJGlk .mbr-text,
.cid-uRoZaeJGlk .mbr-section-btn {
  color: #000000;
}
.cid-uRoZaf7TKw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRoZaf7TKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoZaf7TKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoZaf7TKw .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uRoZaf7TKw .container {
    padding: 10px 8px;
  }
}
.cid-uRoZaf7TKw .row {
  border-radius: 25px;
  background-color: #daf3fe;
  box-shadow: inset 0 0 5rem #daf3fe;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uRoZaf7TKw .row {
    padding: 50px 10px;
  }
}
.cid-uRoZaf7TKw .row .card {
  padding: 0;
}
.cid-uRoZaf7TKw .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRoZaf7TKw .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uRoZaf7TKw .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-uRoZaf7TKw .mbr-section-title span {
  opacity: .5;
}
.cid-uRoZafmqMz {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uRoZafmqMz .image-block img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uRoZafmqMz {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-uRoZafmqMz .container {
    padding: 0 1rem;
  }
  .cid-uRoZafmqMz .image-block {
    width: 100% !important;
  }
}
.cid-uRoZafmqMz .container-fluid {
  padding: 0;
}
.cid-uRoZafEGJ0 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-uRoZafEGJ0 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-uRoZafEGJ0 img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-uRoZafEGJ0 .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-uRoZafEGJ0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRoZafEGJ0 .mbr-section-btn {
    text-align: center;
  }
  .cid-uRoZafEGJ0 .mbr-section-title {
    text-align: center;
  }
  .cid-uRoZafEGJ0 .mbr-section-subtitle {
    text-align: center;
  }
  .cid-uRoZafEGJ0 .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uRoZafEGJ0 .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-uRoZafEGJ0 .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uRoZafEGJ0 .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-uRoZafEGJ0 .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRoZafEGJ0 img {
    width: 100%;
  }
  .cid-uRoZafEGJ0 .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-uRoZafEGJ0 .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uRoZafEGJ0 .container-fluid {
  max-width: 1200px;
}
.cid-uRoZafEGJ0 .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uRoZafEGJ0 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-uRoZafEGJ0 .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #fa9db7;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-uRoZafEGJ0 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-uRoZafEGJ0 .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #fa9db7;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-uRoZafEGJ0 .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-uRoZafEGJ0 .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uRoZafEGJ0 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uRoZafEGJ0 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uRoZafEGJ0 .mbr-section-title {
  color: #000000;
}
.cid-uRoZafEGJ0 .mbr-text,
.cid-uRoZafEGJ0 .mbr-section-btn {
  color: #000000;
}
.cid-uRoZag3mBj {
  background-color: #ffffff;
}
.cid-uRoZag3mBj .mbr-text {
  text-align: center;
  padding: 0 2rem;
}
.cid-uRoZag3mBj h4 {
  text-align: center;
}
.cid-uRoZag3mBj p {
  text-align: center;
  margin: 0;
}
.cid-uRoZag3mBj .row {
  justify-content: center;
}
.cid-uRoZag3mBj .mbr-iconfont {
  transition: all 0.3s;
  color: #fff;
  font-size: 2rem;
  margin-left: 1rem;
}
.cid-uRoZag3mBj .mbr-fonts-style {
  color: #fff;
}
.cid-uRoZag3mBj .card-inner {
  border-radius: 30px;
}
.cid-uRoZag3mBj .card-inner1 {
  background: #fa9db7;
}
.cid-uRoZag3mBj .card-inner2 {
  background: #45b3df;
}
.cid-uRoZag3mBj .card-inner3 {
  background: #d82626;
}
.cid-uRoZag3mBj img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
}
.cid-uRoZag3mBj .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-uRoZag3mBj .container-fluid {
  max-width: 1200px;
}
.cid-uRoZag3mBj .btn {
  color: #fff;
}
.cid-uRoZag3mBj .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-uRoZag3mBj .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (max-width: 767px) {
  .cid-uRoZag3mBj {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .cid-uRoZag3mBj .card {
    margin-bottom: 1rem;
  }
  .cid-uRoZag3mBj .card-1 {
    margin-right: 0rem;
  }
  .cid-uRoZag3mBj .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uRoZag3mBj .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uRoZag3mBj {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .cid-uRoZag3mBj .card {
    margin-bottom: 1rem;
  }
  .cid-uRoZag3mBj .card-1 {
    margin-right: 0rem;
  }
  .cid-uRoZag3mBj .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uRoZag3mBj {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.cid-uRoZag3mBj .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-uRoZag3mBj .card-img {
  text-align: center;
  margin-top: 2.5rem;
}
.cid-uRoZag3mBj .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-uRoZag3mBj .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uRoZag3mBj svg {
  position: relative;
}
.cid-uRoZag3mBj rect {
  position: absolute;
}
.cid-uRoZag3mBj .circle-icon {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.cid-uRoZag3mBj .svg1 {
  padding: 1.5rem 2.5rem;
  position: absolute;
}
.cid-uRoZag3mBj .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uRoZag3mBj .card-box {
  width: 100%;
}
.cid-uRoZag3mBj .btn-underline {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-uRoZag3mBj .card-title,
.cid-uRoZag3mBj .card-img {
  color: #000000;
}
.cid-uRoZaguuq1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uRoZaguuq1::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uRoZaguuq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoZaguuq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoZaguuq1 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRoZaguuq1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRoZaguuq1 .container {
    padding: 0 16px;
  }
}
.cid-uRoZaguuq1 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uRoZaguuq1 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uRoZaguuq1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRoZaguuq1 .mbr-section-title {
  color: #000000;
}
.cid-uRoZaguuq1 .mbr-text {
  color: #000000;
}
.cid-uRoZaguuq1 .mbr-text,
.cid-uRoZaguuq1 .icon-wrapper {
  color: #000000;
}
.cid-uRoZagLiW5 {
  padding-top: 120px;
  padding-bottom: 180px;
  background-color: #daf3fe;
}
@media (max-width: 767px) {
  .cid-uRoZagLiW5 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-uRoZagLiW5 img {
  width: 100%;
  border-radius: 30px;
}
.cid-uRoZagLiW5 .mbr-section-title {
  color: #ffffff;
}
.cid-uRoZagLiW5 .mbr-section-subtitle {
  background-color: #45b3df;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  color: #ffffff;
}
.cid-uRoZagLiW5 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uRoZagLiW5 .svg-1 path {
  fill: #ffffff;
}
.cid-uRoZagLiW5 .container-fluid {
  max-width: 1200px;
}
.cid-uRoZagLiW5 .mbr-arrow {
  z-index: 1;
}
.cid-uRoZagLiW5 .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cid-uRoZagLiW5 .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uRoZagLiW5 .imageContainer {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRoZagLiW5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRoZagLiW5 .mbr-section-subtitle {
    margin-bottom: 1.4rem;
  }
}
.cid-uRoZagLiW5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoZagLiW5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoZagLiW5 .row > div,
.cid-uRoZagLiW5 .mbr-section-title {
  color: #000000;
}
.cid-uRoZagLiW5 .row > div,
.cid-uRoZagLiW5 .mbr-section-title DIV {
  text-align: center;
}
.cid-uRoZahk1q6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uRoZahk1q6::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uRoZahk1q6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoZahk1q6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uRoZahk1q6 .container {
    padding: 0 16px;
  }
}
.cid-uRoZahk1q6 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uRoZahk1q6 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uRoZahk1q6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRoZahk1q6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRoZahk1q6 .mbr-text {
  color: #000000;
}
.cid-uRoZahGAHI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRoZahGAHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoZahGAHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoZahGAHI .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRoZahGAHI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRoZahGAHI .panel-group .card {
  position: relative;
  padding: 20px 30px 20px 50px;
  margin-top: 20px;
  border: none;
  background-color: #daf3fe;
}
@media (max-width: 992px) {
  .cid-uRoZahGAHI .panel-group .card {
    margin-top: 16px;
    padding: 30px 20px;
  }
}
.cid-uRoZahGAHI .panel-group .card:first-child {
  margin-top: 0 !important;
}
.cid-uRoZahGAHI .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uRoZahGAHI .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRoZahGAHI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRoZahGAHI .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uRoZahGAHI .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uRoZahGAHI .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  color: #000c3f;
  background-color: #fff4e7;
  font-size: 36px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uRoZahGAHI .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 22px;
  }
}
.cid-uRoZahGAHI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
  background-color: #f47451;
}
.cid-uRoZahGAHI .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uRoZahGAHI .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRoZahGAHI .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uRoZahGAHI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRoZahGAHI .panel-title-edit {
  color: #000000;
}
.cid-uRoZahGAHI .panel-text {
  color: #000c3f;
}
.cid-uRoZaimxUB {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRoZaimxUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoZaimxUB .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uRoZaimxUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoZaimxUB h1 {
  max-width: 800px;
}
.cid-uRoZaimxUB p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uRoZaimxUB {
    align-items: center;
  }
  .cid-uRoZaimxUB .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRoZaimxUB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRoZaimxUB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRoZaimxUB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRoZaimxUB .content-wrap {
    width: 100%;
  }
}
.cid-uRoZaimxUB .mbr-section-subtitle,
.cid-uRoZaimxUB .line {
  color: #000000;
}
.cid-uRoZaimxUB .mbr-text,
.cid-uRoZaimxUB .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uRoZaimxUB .mbr-section-title {
  color: #291f1e;
}
.cid-uRoZaiXCj3 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRoZaiXCj3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoZaiXCj3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoZaiXCj3 .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uRoZaiXCj3 .items-wrapper .item {
  padding: 0 10px;
}
.cid-uRoZaiXCj3 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uRoZaiXCj3 .item {
    margin-bottom: 20px;
  }
}
.cid-uRoZaiXCj3 .item:hover .item-wrapper .item-img img,
.cid-uRoZaiXCj3 .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uRoZaiXCj3 .item .item-wrapper {
  padding: 80px 60px;
  background-color: #daf3fe;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRoZaiXCj3 .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uRoZaiXCj3 .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uRoZaiXCj3 .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uRoZaiXCj3 .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uRoZaiXCj3 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uRoZaiXCj3 .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uRoZaiXCj3 .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.cid-uRoZaiXCj3 .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRoZaiXCj3 .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uRoZaiXCj3 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uRoZaiXCj3 .mbr-label {
  color: #19171c;
}
.cid-uRoZaiXCj3 .item-text {
  color: #6e6e73;
}
.cid-uRoZaiXCj3 .mbr-label,
.cid-uRoZaiXCj3 .mbr-section-btn,
.cid-uRoZaiXCj3 .label-wrapper {
  text-align: center;
}
.cid-uRoZajy81U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uRoZajy81U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoZajy81U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoZajy81U .content-wrapper {
  padding: 80px 90px;
  background-color: #daf3fe;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRoZajy81U .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uRoZajy81U .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRoZajy81U .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uRoZajy81U .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uRoZajy81U .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uRoZajy81U .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uRoZajy81U .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uRoZajy81U .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRoZajy81U .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRoZajy81U .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uRoZajy81U .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uRoZajy81U .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uRoZajy81U .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uRoZajy81U .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uRoZajy81U .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uRoZajy81U .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uRoZajy81U .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uRoZajy81U .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRoZajy81U .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uRoZajy81U .mbr-section-title {
  color: #050f0f;
}
.cid-uRoZajy81U .mbr-text {
  color: #050f0f;
}
.cid-uRoZajy81U .mbr-section-btn {
  text-align: center;
}
.cid-uRoZajy81U .icon-wrapper {
  text-align: right;
}
.cid-uRoZajy81U .mbr-section-title,
.cid-uRoZajy81U .mbr-section-btn,
.cid-uRoZajy81U .icon-wrapper {
  text-align: center;
}
.cid-uRoZajZmFu {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uRoZajZmFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoZajZmFu .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uRoZajZmFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoZajZmFu h1 {
  max-width: 800px;
}
.cid-uRoZajZmFu p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uRoZajZmFu {
    align-items: center;
  }
  .cid-uRoZajZmFu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRoZajZmFu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRoZajZmFu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRoZajZmFu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRoZajZmFu .content-wrap {
    width: 100%;
  }
}
.cid-uRoZajZmFu .mbr-section-subtitle,
.cid-uRoZajZmFu .line {
  color: #000000;
}
.cid-uRoZajZmFu .mbr-text,
.cid-uRoZajZmFu .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uRoZajZmFu .mbr-section-title {
  color: #291f1e;
}
.cid-uRoZaksjiS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #daf3fe;
}
.cid-uRoZaksjiS .panel-text {
  margin: 0;
  line-height: 1.7;
  color: #444444;
}
.cid-uRoZaksjiS .icon {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border: 1px dashed #fa9db7;
  border-radius: 100%;
  color: #fa9db7 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  transition: 0.4s;
}
.cid-uRoZaksjiS .icon:before {
  font-weight: 900;
}
.cid-uRoZaksjiS .accordion-content {
  flex-basis: 100%;
}
.cid-uRoZaksjiS .panel-group {
  width: 100%;
}
.cid-uRoZaksjiS .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uRoZaksjiS .card .card-header a.panel-title {
  margin-top: 0;
  border-radius: 0;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uRoZaksjiS .card .card-header a.panel-title:hover .icon {
  background-color: #fa9db7;
  color: #ffffff !important;
}
.cid-uRoZaksjiS .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uRoZaksjiS .header-text {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-uRoZaksjiS .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uRoZaksjiS .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-uRoZaksjiS svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-uRoZaksjiS .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uRoZaksjiS .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uRoZaksjiS .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uRoZaksjiS .mbr-text {
  margin-top: 1.4rem;
  margin-bottom: 2.3rem;
}
.cid-uRoZaksjiS .card .panel-body {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-uRoZaksjiS {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-uRoZaksjiS .mbr-text {
    margin-left: 1px;
  }
  .cid-uRoZaksjiS .mbr-section-title {
    text-align: center;
  }
  .cid-uRoZaksjiS .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRoZaksjiS .left-wrapper {
    padding-right: 5rem;
  }
  .cid-uRoZaksjiS .accordion-section {
    padding-left: 1.5rem;
  }
}
.cid-uRoZaksjiS .card-header {
  background: none !important;
}
.cid-uRoZaksjiS .header-text,
.cid-uRoZaksjiS .sign {
  color: #000000;
}
.cid-uRoZal20r0 .google-map {
  height: 34rem;
  position: relative;
}
.cid-uRoZal20r0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRoZal20r0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uRoZal20r0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRoZal20r0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRoZalltZu {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uRoZalltZu .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uRoZalltZu .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRoZalltZu .navbar-logo {
  width: 110px;
}
.cid-uRoZalltZu .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRoZalltZu .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uRoZalltZu .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uRoZalltZu .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-uRoZalltZu .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-uRoZalltZu .list-item .item-image,
.cid-uRoZalltZu .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-uRoZalltZu .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-uRoZalltZu .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-uRoZalltZu .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uRoZalltZu .socion1 {
  background: #45b3df;
}
.cid-uRoZalltZu .socion2 {
  background-color: #456eda;
}
.cid-uRoZalltZu .socion3 {
  background-color: #f985a5;
}
.cid-uRoZalltZu .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-uRoZalltZu .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-uRoZalltZu .social-list a {
  transition: .2s linear;
}
.cid-uRoZalltZu .social-list a:hover {
  opacity: .4;
}
.cid-uRoZalltZu .wrapper {
  background: #daf3fe;
  padding: 2rem;
  border-radius: 30px;
}
.cid-uRoZalltZu .svg-1 {
  position: absolute;
  top: 0;
}
.cid-uRoZalltZu .svg-1 path {
  fill: #ffffff;
}
.cid-uRoZalltZu .item-image {
  margin-right: 2rem;
}
.cid-uRoZalltZu [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-uRoZalltZu .soc-item::after {
  display: none;
}
.cid-uRoZalltZu .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-uRoZalltZu .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-uRoZalltZu .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #d82626;
}
@media (max-width: 991px) {
  .cid-uRoZalltZu .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRoZalltZu .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-uRoZalltZu .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-uRoZalltZu {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-uRoZalltZu .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRoZalltZu .wrapper {
    padding: 1rem;
  }
}
.cid-uRoZalltZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRoZalltZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRoZalltZu .timetable {
  color: #000000;
}
.cid-uRoZalltZu .list-item,
.cid-uRoZalltZu .social-data,
.cid-uRoZalltZu .text2 {
  text-align: left;
}
