body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff8a73 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #57468b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff4a26 !important;
  border-color: #ff4a26 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff4a26 !important;
  border-color: #ff4a26 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #57468b !important;
  border-color: #57468b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ff350d;
  color: #ff350d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2d2447;
  color: #2d2447;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #57468b;
  border-color: #57468b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #57468b !important;
  border-color: #57468b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  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;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff8a73 !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #57468b !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff350d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d2447 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #57468b;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8a73;
  border-color: #ff8a73;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff8a73;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9a8cc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #ff8a73;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #ff8a73 !important;
  -webkit-box-shadow: 0 6px 16px 0 #ff8a73 !important;
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8a73;
  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-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff8a73;
  border-bottom-color: #ff8a73;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff8a73 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #5580ff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff8a73' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rx3IEQFgmC .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rx3IEQFgmC .nav-item:focus,
.cid-rx3IEQFgmC .nav-link:focus {
  outline: none;
}
.cid-rx3IEQFgmC .text-white:hover,
.cid-rx3IEQFgmC .text-white:active,
.cid-rx3IEQFgmC .text-white:focus {
  color: white!important;
}
.cid-rx3IEQFgmC .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-rx3IEQFgmC .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-rx3IEQFgmC .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-rx3IEQFgmC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rx3IEQFgmC .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rx3IEQFgmC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rx3IEQFgmC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rx3IEQFgmC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rx3IEQFgmC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rx3IEQFgmC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rx3IEQFgmC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rx3IEQFgmC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rx3IEQFgmC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rx3IEQFgmC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rx3IEQFgmC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rx3IEQFgmC .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rx3IEQFgmC .section {
  position: relative;
  overflow: visible!important;
}
.cid-rx3IEQFgmC .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-item:hover {
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-menu {
  background-color: white!important;
}
.cid-rx3IEQFgmC .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rx3IEQFgmC .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rx3IEQFgmC .nav-item .nav-link {
    position: relative;
  }
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .collapsed {
  flex-direction: row!important;
}
.cid-rx3IEQFgmC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rx3IEQFgmC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rx3IEQFgmC .navbar-caption {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rx3IEQFgmC .dropdown-item.active,
.cid-rx3IEQFgmC .dropdown-item:active {
  background-color: transparent;
}
.cid-rx3IEQFgmC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rx3IEQFgmC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rx3IEQFgmC .navbar-buttons {
  text-align: center;
}
.cid-rx3IEQFgmC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rx3IEQFgmC .nav-link {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rx3IEQFgmC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rx3IEQFgmC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rx3IEQFgmC .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rx3IEQFgmC .navbar {
    height: 77px;
  }
  .cid-rx3IEQFgmC .navbar.opened {
    height: auto;
  }
  .cid-rx3IEQFgmC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5BXAH8pb1 {
  padding-top: 165px;
  padding-bottom: 165px;
}
.cid-t5BXAH8pb1 H3 {
  text-align: center;
}
.cid-t5YPCKHkHX {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
}
.cid-t5YPCKHkHX H1 {
  color: #57468b;
}
.cid-t5YPCKHkHX .mbr-text,
.cid-t5YPCKHkHX .mbr-section-btn {
  color: #716c80;
}
.cid-t5YPCKHkHX H3 {
  color: #716c80;
}
.cid-t5YKQfj9af {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t5YKQfj9af .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-t5YKQfj9af .modal-body .close {
  background: #1b1b1b;
}
.cid-t5YKQfj9af .modal-body .close span {
  font-style: normal;
}
.cid-t5YKQfj9af .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-t5YKQfj9af .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-t5YKQfj9af .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 4px;
}
.cid-t5YKQfj9af .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 4px;
}
.cid-t5YKQfj9af .carousel-control,
.cid-t5YKQfj9af .carousel-indicators li {
  background-color: #ff8a73 !important;
  opacity: 0.7!important;
}
.cid-t5YKQfj9af .carousel-control:hover,
.cid-t5YKQfj9af .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-t5YKQfj9af .col-10 {
  max-width: 600px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-t5YKQfj9af .col-10 {
    max-width: 400px;
  }
}
.cid-t5YKQfj9af .carousel-inner > .active,
.cid-t5YKQfj9af .carousel-inner > .next,
.cid-t5YKQfj9af .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-t5YKQfj9af .carousel-control .icon-next,
.cid-t5YKQfj9af .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t5YKQfj9af .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t5YKQfj9af .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t5YKQfj9af .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-t5YKQfj9af .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-t5YKQfj9af .boxed-slider > div {
  position: relative;
}
.cid-t5YKQfj9af .container img {
  width: 100%;
}
.cid-t5YKQfj9af .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-t5YKQfj9af .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t5YKQfj9af .mbr-table-cell {
  padding: 0;
}
.cid-t5YKQfj9af .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t5YKQfj9af .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-t5YKQfj9af .mbr-overlay {
  z-index: 1;
}
.cid-t5YKQfj9af .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t5YKQfj9af .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-t5YKQfj9af .carousel-item .container {
    width: 100%;
  }
}
.cid-t5YKQfj9af .carousel-item-next.carousel-item-left,
.cid-t5YKQfj9af .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-t5YKQfj9af .active.carousel-item-right,
.cid-t5YKQfj9af .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-t5YKQfj9af .active.carousel-item-left,
.cid-t5YKQfj9af .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-t5YKQfj9af .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-t5YKQfj9af .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t5YKQfj9af .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t5YKQfj9af .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-t5YKQfj9af .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t5YKQfj9af .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t5YKQfj9af .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-t5YKQfj9af .mbr-slider .carousel-indicators li.active,
.cid-t5YKQfj9af .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-t5YKQfj9af .mbr-slider .carousel-indicators li::after,
.cid-t5YKQfj9af .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-t5YKQfj9af .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-t5YKQfj9af .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-t5YKQfj9af .mbr-slider > .container img {
  width: 100%;
}
.cid-t5YKQfj9af .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t5YKQfj9af .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-t5YKQfj9af .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t5YKQfj9af .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t5YKQfj9af .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-t5YKQfj9af .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-t5YKQfj9af .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-t5YKQfj9af .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-t5YKQfj9af .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-t5YKQfj9af .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t5YKQfj9af .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-t5YKQfj9af .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-t5YKQfj9af .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-t5YKQfj9af .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-t5YKQfj9af .carousel-inner {
  height: 100%;
}
.cid-t5YKQfj9af .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-t5YKQfj9af .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-t5YKQfj9af .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-t5YKQfj9af .carousel-item .container-slide {
  text-align: center;
}
.cid-t5YKQfj9af .content-slider-wrap {
  width: 100%;
}
.cid-t5YKQfj9af P {
  color: #ffffff;
}
.cid-t5H86mDfxL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5H86mDfxL .mbr-text {
  color: #716c80;
}
.cid-t5H86mDfxL .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-t5H86mDfxL .card-img .img1 {
  background-color: #5580ff;
}
.cid-t5H86mDfxL .card-img .img2 {
  background-color: #5580ff;
}
.cid-t5H86mDfxL .card-img .img3 {
  background-color: #5580ff;
}
.cid-t5H86mDfxL .card-img .img4 {
  background-color: #ff8a73;
}
.cid-t5H86mDfxL .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 2rem !important;
}
.cid-t5H86mDfxL .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-t5H86mDfxL .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-t5H86mDfxL .card-title,
.cid-t5H86mDfxL .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-t5H86mDfxL .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-t5H86mDfxL .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-t5H86mDfxL .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-t5H86mDfxL .card-img span {
    margin-right: 0rem;
  }
}
.cid-t5H86mDfxL .card-img {
  width: auto;
}
.cid-t5YPu32HhX {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
}
.cid-t5YPu32HhX H1 {
  color: #57468b;
}
.cid-t5YPu32HhX .mbr-text,
.cid-t5YPu32HhX .mbr-section-btn {
  color: #716c80;
}
.cid-t5YPu32HhX H3 {
  color: #716c80;
}
.cid-t5BSP50poA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5BSP50poA H1 {
  color: #57468b;
}
.cid-t5BSP50poA .mbr-text,
.cid-t5BSP50poA .mbr-section-btn {
  color: #716c80;
}
.cid-t5BSP50poA H3 {
  color: #716c80;
}
.cid-t5HegljsoU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t5HegljsoU .nav-tabs .nav-item.open .nav-link:focus,
.cid-t5HegljsoU .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t5HegljsoU .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-t5HegljsoU .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-t5HegljsoU .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #5580ff;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-t5HegljsoU .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #ff8a73;
}
.cid-t5HegljsoU .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.cid-t5HegljsoU .nav-tabs .nav-link.active:hover {
  background-color: #ff8a73;
}
.cid-t5HegljsoU P {
  color: #232323;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-t5HegljsoU .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-t5HegljsoU .mbr-text,
  .cid-t5HegljsoU .nav-link {
    text-align: center;
  }
}
.cid-t5YQhCHvjb {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
}
.cid-t5YQhCHvjb H1 {
  color: #57468b;
}
.cid-t5YQhCHvjb .mbr-text,
.cid-t5YQhCHvjb .mbr-section-btn {
  color: #716c80;
}
.cid-t5YQhCHvjb H3 {
  color: #716c80;
}
.cid-t5BT8cEFNg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5BT8cEFNg H1 {
  color: #57468b;
}
.cid-t5BT8cEFNg .mbr-text,
.cid-t5BT8cEFNg .mbr-section-btn {
  color: #716c80;
}
.cid-t5BT8cEFNg H3 {
  color: #716c80;
}
.cid-t5BHBN4sUe {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5BHBN4sUe .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-t5BHBN4sUe h4 {
  text-align: center;
}
.cid-t5BHBN4sUe p {
  text-align: center;
}
.cid-t5BHBN4sUe .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-t5BHBN4sUe .mbr-iconfont {
  transition: all 0.3s;
  color: #343351 !important;
  font-size: 6rem !important;
}
.cid-t5BHBN4sUe .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-t5BHBN4sUe .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-t5BHBN4sUe .card:hover .mbr-iconfont {
  color: #ff8a73 !important;
}
.cid-t5BHBN4sUe .card-title,
.cid-t5BHBN4sUe .card-img {
  color: #57468b;
}
.cid-t5BHBN4sUe .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-t5BHBN4sUe .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-t5BHBN4sUe .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-t5BHRYlxGQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5BHRYlxGQ .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-t5BHRYlxGQ h4 {
  text-align: center;
}
.cid-t5BHRYlxGQ p {
  text-align: center;
}
.cid-t5BHRYlxGQ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-t5BHRYlxGQ .mbr-iconfont {
  transition: all 0.3s;
  color: #343351 !important;
  font-size: 6rem !important;
}
.cid-t5BHRYlxGQ .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-t5BHRYlxGQ .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-t5BHRYlxGQ .card:hover .mbr-iconfont {
  color: #ff8a73 !important;
}
.cid-t5BHRYlxGQ .card-title,
.cid-t5BHRYlxGQ .card-img {
  color: #57468b;
}
.cid-t5BHRYlxGQ .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-t5BHRYlxGQ .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-t5BHRYlxGQ .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-t5BHTqpCxJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5BHTqpCxJ .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-t5BHTqpCxJ h4 {
  text-align: center;
}
.cid-t5BHTqpCxJ p {
  text-align: center;
}
.cid-t5BHTqpCxJ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-t5BHTqpCxJ .mbr-iconfont {
  transition: all 0.3s;
  color: #343351 !important;
  font-size: 6rem !important;
}
.cid-t5BHTqpCxJ .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-t5BHTqpCxJ .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-t5BHTqpCxJ .card:hover .mbr-iconfont {
  color: #ff8a73 !important;
}
.cid-t5BHTqpCxJ .card-title,
.cid-t5BHTqpCxJ .card-img {
  color: #57468b;
}
.cid-t5BHTqpCxJ .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-t5BHTqpCxJ .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-t5BHTqpCxJ .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-t5Z9nbzDAp {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-t5Z9nbzDAp H1 {
  color: #57468b;
}
.cid-t5Z9nbzDAp .mbr-text,
.cid-t5Z9nbzDAp .mbr-section-btn {
  color: #716c80;
}
.cid-t5Z9nbzDAp H3 {
  color: #716c80;
}
.cid-t5C81NxAEF {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5C81NxAEF H1 {
  color: #57468b;
}
.cid-t5C81NxAEF .mbr-text,
.cid-t5C81NxAEF .mbr-section-btn {
  color: #232323;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-t5C81NxAEF img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-t5C81NxAEF img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-t5C81NxAEF H3 {
  color: #716c80;
}
.cid-t5HaTN7ySj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t5HaTN7ySj .nav-tabs .nav-item.open .nav-link:focus,
.cid-t5HaTN7ySj .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t5HaTN7ySj .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-t5HaTN7ySj .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-t5HaTN7ySj .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #5580ff;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-t5HaTN7ySj .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #ff8a73;
}
.cid-t5HaTN7ySj .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.cid-t5HaTN7ySj .nav-tabs .nav-link.active:hover {
  background-color: #ff8a73;
}
.cid-t5HaTN7ySj P {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-t5HaTN7ySj .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-t5HaTN7ySj .mbr-text,
  .cid-t5HaTN7ySj .nav-link {
    text-align: center;
  }
}
.cid-t5H5YhSM0v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5H5YhSM0v H1 {
  color: #57468b;
}
.cid-t5H5YhSM0v .mbr-text,
.cid-t5H5YhSM0v .mbr-section-btn {
  color: #716c80;
}
.cid-t5H5YhSM0v H3 {
  color: #716c80;
}
.cid-t5HbS7ethP {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t5HbS7ethP .nav-tabs .nav-item.open .nav-link:focus,
.cid-t5HbS7ethP .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t5HbS7ethP .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-t5HbS7ethP .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-t5HbS7ethP .first {
  margin-left: -24px;
}
.cid-t5HbS7ethP .nav-tabs .nav-link {
  color: #cccccc !important;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-t5HbS7ethP .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #57468b !important;
}
.cid-t5HbS7ethP .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #57468b !important;
  font-style: normal;
}
.cid-t5HbS7ethP P {
  color: #232323;
}
.cid-t5HbS7ethP H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-t5HbS7ethP .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-t5HbS7ethP .mbr-text,
  .cid-t5HbS7ethP .nav-link {
    text-align: center;
  }
}
.cid-t5Z9ShhgJS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-t5Z9ShhgJS H1 {
  color: #57468b;
}
.cid-t5Z9ShhgJS .mbr-text,
.cid-t5Z9ShhgJS .mbr-section-btn {
  color: #716c80;
}
.cid-t5Z9ShhgJS H3 {
  color: #716c80;
}
.cid-t5C8EC8BKi {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5C8EC8BKi H1 {
  color: #57468b;
}
.cid-t5C8EC8BKi .mbr-text,
.cid-t5C8EC8BKi .mbr-section-btn {
  color: #232323;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-t5C8EC8BKi img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-t5C8EC8BKi img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-t5C8EC8BKi H3 {
  color: #716c80;
}
.cid-t5HcOrUxCD {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t5HcOrUxCD .nav-tabs .nav-item.open .nav-link:focus,
.cid-t5HcOrUxCD .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t5HcOrUxCD .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-t5HcOrUxCD .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-t5HcOrUxCD .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #5580ff;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-t5HcOrUxCD .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #ff8a73;
}
.cid-t5HcOrUxCD .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.cid-t5HcOrUxCD .nav-tabs .nav-link.active:hover {
  background-color: #ff8a73;
}
.cid-t5HcOrUxCD P {
  color: #232323;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-t5HcOrUxCD .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-t5HcOrUxCD .mbr-text,
  .cid-t5HcOrUxCD .nav-link {
    text-align: center;
  }
}
.cid-t5Hd7D6v5w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5Hd7D6v5w H1 {
  color: #57468b;
}
.cid-t5Hd7D6v5w .mbr-text,
.cid-t5Hd7D6v5w .mbr-section-btn {
  color: #716c80;
}
.cid-t5Hd7D6v5w H3 {
  color: #716c80;
}
.cid-t5Hcv6hnBz {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t5Hcv6hnBz .nav-tabs .nav-item.open .nav-link:focus,
.cid-t5Hcv6hnBz .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t5Hcv6hnBz .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-t5Hcv6hnBz .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-t5Hcv6hnBz .first {
  margin-left: -24px;
}
.cid-t5Hcv6hnBz .nav-tabs .nav-link {
  color: #cccccc !important;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-t5Hcv6hnBz .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #57468b !important;
}
.cid-t5Hcv6hnBz .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #57468b !important;
  font-style: normal;
}
.cid-t5Hcv6hnBz P {
  color: #232323;
}
.cid-t5Hcv6hnBz H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-t5Hcv6hnBz .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-t5Hcv6hnBz .mbr-text,
  .cid-t5Hcv6hnBz .nav-link {
    text-align: center;
  }
}
.cid-t5Hd8u14oS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5Hd8u14oS H1 {
  color: #57468b;
}
.cid-t5Hd8u14oS .mbr-text,
.cid-t5Hd8u14oS .mbr-section-btn {
  color: #716c80;
}
.cid-t5Hd8u14oS H3 {
  color: #716c80;
}
.cid-t5Hdajp4oy {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t5Hdajp4oy .nav-tabs .nav-item.open .nav-link:focus,
.cid-t5Hdajp4oy .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t5Hdajp4oy .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-t5Hdajp4oy .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-t5Hdajp4oy .first {
  margin-left: -24px;
}
.cid-t5Hdajp4oy .nav-tabs .nav-link {
  color: #cccccc !important;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-t5Hdajp4oy .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #57468b !important;
}
.cid-t5Hdajp4oy .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #57468b !important;
  font-style: normal;
}
.cid-t5Hdajp4oy P {
  color: #232323;
}
.cid-t5Hdajp4oy H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-t5Hdajp4oy .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-t5Hdajp4oy .mbr-text,
  .cid-t5Hdajp4oy .nav-link {
    text-align: center;
  }
}
.cid-t5Z9U1S9af {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-t5Z9U1S9af H1 {
  color: #57468b;
}
.cid-t5Z9U1S9af .mbr-text,
.cid-t5Z9U1S9af .mbr-section-btn {
  color: #716c80;
}
.cid-t5Z9U1S9af H3 {
  color: #716c80;
}
.cid-t5C8vi4mdl {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t5C8vi4mdl H1 {
  color: #57468b;
}
.cid-t5C8vi4mdl .mbr-text,
.cid-t5C8vi4mdl .mbr-section-btn {
  color: #232323;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-t5C8vi4mdl img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-t5C8vi4mdl img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-t5C8vi4mdl H3 {
  color: #716c80;
}
.cid-t5Z9V60h1n {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-t5Z9V60h1n H1 {
  color: #57468b;
}
.cid-t5Z9V60h1n .mbr-text,
.cid-t5Z9V60h1n .mbr-section-btn {
  color: #716c80;
}
.cid-t5Z9V60h1n H3 {
  color: #716c80;
}
.cid-t5C8FiHjE6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t5C8FiHjE6 H1 {
  color: #57468b;
}
.cid-t5C8FiHjE6 .mbr-text,
.cid-t5C8FiHjE6 .mbr-section-btn {
  color: #232323;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-t5C8FiHjE6 img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-t5C8FiHjE6 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-t5C8FiHjE6 H3 {
  color: #716c80;
}
.cid-t5Z9VPmUAW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-t5Z9VPmUAW H1 {
  color: #57468b;
}
.cid-t5Z9VPmUAW .mbr-text,
.cid-t5Z9VPmUAW .mbr-section-btn {
  color: #716c80;
}
.cid-t5Z9VPmUAW H3 {
  color: #716c80;
}
.cid-t5C8wcHjIf {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t5C8wcHjIf H1 {
  color: #57468b;
}
.cid-t5C8wcHjIf .mbr-text,
.cid-t5C8wcHjIf .mbr-section-btn {
  color: #232323;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-t5C8wcHjIf img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-t5C8wcHjIf img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-t5C8wcHjIf H3 {
  color: #716c80;
}
.cid-t5Z9Wp5r3f {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-t5Z9Wp5r3f H1 {
  color: #57468b;
}
.cid-t5Z9Wp5r3f .mbr-text,
.cid-t5Z9Wp5r3f .mbr-section-btn {
  color: #716c80;
}
.cid-t5Z9Wp5r3f H3 {
  color: #716c80;
}
.cid-t5C8FQHKZg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t5C8FQHKZg H1 {
  color: #57468b;
}
.cid-t5C8FQHKZg .mbr-text,
.cid-t5C8FQHKZg .mbr-section-btn {
  color: #232323;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-t5C8FQHKZg img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-t5C8FQHKZg img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-t5C8FQHKZg H3 {
  color: #716c80;
}
.cid-t5Z9XldLgN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-t5Z9XldLgN H1 {
  color: #57468b;
}
.cid-t5Z9XldLgN .mbr-text,
.cid-t5Z9XldLgN .mbr-section-btn {
  color: #716c80;
}
.cid-t5Z9XldLgN H3 {
  color: #716c80;
}
.cid-t5C8xiG7X4 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5C8xiG7X4 H1 {
  color: #57468b;
}
.cid-t5C8xiG7X4 .mbr-text,
.cid-t5C8xiG7X4 .mbr-section-btn {
  color: #232323;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-t5C8xiG7X4 img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-t5C8xiG7X4 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-t5C8xiG7X4 H3 {
  color: #716c80;
}
.cid-t5Z9XY2qdn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-t5Z9XY2qdn H1 {
  color: #57468b;
}
.cid-t5Z9XY2qdn .mbr-text,
.cid-t5Z9XY2qdn .mbr-section-btn {
  color: #716c80;
}
.cid-t5Z9XY2qdn H3 {
  color: #716c80;
}
.cid-t5C8GpfECV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t5C8GpfECV H1 {
  color: #57468b;
}
.cid-t5C8GpfECV .mbr-text,
.cid-t5C8GpfECV .mbr-section-btn {
  color: #232323;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-t5C8GpfECV img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-t5C8GpfECV img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-t5C8GpfECV H3 {
  color: #716c80;
}
.cid-t5Z9YrxddX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-t5Z9YrxddX H1 {
  color: #57468b;
}
.cid-t5Z9YrxddX .mbr-text,
.cid-t5Z9YrxddX .mbr-section-btn {
  color: #716c80;
}
.cid-t5Z9YrxddX H3 {
  color: #716c80;
}
.cid-t5C8yio4U8 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t5C8yio4U8 H1 {
  color: #57468b;
}
.cid-t5C8yio4U8 .mbr-text,
.cid-t5C8yio4U8 .mbr-section-btn {
  color: #232323;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-t5C8yio4U8 img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-t5C8yio4U8 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-t5C8yio4U8 H3 {
  color: #716c80;
}
.cid-t5Z9YTJS3m {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-t5Z9YTJS3m H1 {
  color: #57468b;
}
.cid-t5Z9YTJS3m .mbr-text,
.cid-t5Z9YTJS3m .mbr-section-btn {
  color: #716c80;
}
.cid-t5Z9YTJS3m H3 {
  color: #716c80;
}
.cid-t5C8GW0ntN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t5C8GW0ntN H1 {
  color: #57468b;
}
.cid-t5C8GW0ntN .mbr-text,
.cid-t5C8GW0ntN .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-t5C8GW0ntN img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-t5C8GW0ntN img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-t5C8GW0ntN H3 {
  color: #716c80;
}
.cid-t5Z9Zo4B5e {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-t5Z9Zo4B5e H1 {
  color: #57468b;
}
.cid-t5Z9Zo4B5e .mbr-text,
.cid-t5Z9Zo4B5e .mbr-section-btn {
  color: #716c80;
}
.cid-t5Z9Zo4B5e H3 {
  color: #716c80;
}
.cid-t5C8yXFYq4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5C8yXFYq4 H1 {
  color: #57468b;
}
.cid-t5C8yXFYq4 .mbr-text,
.cid-t5C8yXFYq4 .mbr-section-btn {
  color: #232323;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-t5C8yXFYq4 img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-t5C8yXFYq4 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-t5C8yXFYq4 H3 {
  color: #716c80;
}
.cid-t5HdUwAZ7f {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t5HdUwAZ7f .nav-tabs .nav-item.open .nav-link:focus,
.cid-t5HdUwAZ7f .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t5HdUwAZ7f .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-t5HdUwAZ7f .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-t5HdUwAZ7f .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #5580ff;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-t5HdUwAZ7f .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #ff8a73;
}
.cid-t5HdUwAZ7f .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.cid-t5HdUwAZ7f .nav-tabs .nav-link.active:hover {
  background-color: #ff8a73;
}
.cid-t5HdUwAZ7f P {
  color: #232323;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-t5HdUwAZ7f .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-t5HdUwAZ7f .mbr-text,
  .cid-t5HdUwAZ7f .nav-link {
    text-align: center;
  }
}
.cid-t5HdRvZ2SE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5HdRvZ2SE H1 {
  color: #57468b;
}
.cid-t5HdRvZ2SE .mbr-text,
.cid-t5HdRvZ2SE .mbr-section-btn {
  color: #716c80;
}
.cid-t5HdRvZ2SE H3 {
  color: #716c80;
}
.cid-t5HdSeSq1T {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t5HdSeSq1T .nav-tabs .nav-item.open .nav-link:focus,
.cid-t5HdSeSq1T .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t5HdSeSq1T .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-t5HdSeSq1T .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-t5HdSeSq1T .first {
  margin-left: -24px;
}
.cid-t5HdSeSq1T .nav-tabs .nav-link {
  color: #cccccc !important;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-t5HdSeSq1T .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #57468b !important;
}
.cid-t5HdSeSq1T .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #57468b !important;
  font-style: normal;
}
.cid-t5HdSeSq1T P {
  color: #232323;
}
.cid-t5HdSeSq1T H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-t5HdSeSq1T .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-t5HdSeSq1T .mbr-text,
  .cid-t5HdSeSq1T .nav-link {
    text-align: center;
  }
}
.cid-t5HdTa4t65 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5HdTa4t65 H1 {
  color: #57468b;
}
.cid-t5HdTa4t65 .mbr-text,
.cid-t5HdTa4t65 .mbr-section-btn {
  color: #716c80;
}
.cid-t5HdTa4t65 H3 {
  color: #716c80;
}
.cid-t5HdTSQjhY {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t5HdTSQjhY .nav-tabs .nav-item.open .nav-link:focus,
.cid-t5HdTSQjhY .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t5HdTSQjhY .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-t5HdTSQjhY .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-t5HdTSQjhY .first {
  margin-left: -24px;
}
.cid-t5HdTSQjhY .nav-tabs .nav-link {
  color: #cccccc !important;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-t5HdTSQjhY .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #57468b !important;
}
.cid-t5HdTSQjhY .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #57468b !important;
  font-style: normal;
}
.cid-t5HdTSQjhY P {
  color: #232323;
}
.cid-t5HdTSQjhY H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-t5HdTSQjhY .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-t5HdTSQjhY .mbr-text,
  .cid-t5HdTSQjhY .nav-link {
    text-align: center;
  }
}
.cid-t5Z8NooCm1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-t5Z8NooCm1 H1 {
  color: #57468b;
}
.cid-t5Z8NooCm1 .mbr-text,
.cid-t5Z8NooCm1 .mbr-section-btn {
  color: #716c80;
}
.cid-t5Z8NooCm1 H3 {
  color: #716c80;
}
.cid-t5C1R0kdLc {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t5C1R0kdLc .item {
  padding-bottom: 2rem;
}
.cid-t5C1R0kdLc .mbr-section-head {
  width: fit-content;
  border-radius: 20px;
  background-color: #006b54;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 80px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-t5C1R0kdLc .mbr-section-head .display-7 {
    font-size: 23.8px;
  }
}
.cid-t5C1R0kdLc .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-t5C1R0kdLc .item-wrapper img {
  object-fit: cover;
  border-radius: 20px;
  border: 0px solid #000;
}
.cid-t5C1R0kdLc .item-wrapper img {
  height: 100%;
}
.cid-t5C1R0kdLc .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  color: #000;
  background-color: #FEF1E5;
  border: 0px solid #000;
  transition: 0.2s;
}
.cid-t5C1R0kdLc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t5C1R0kdLc .carousel-control,
.cid-t5C1R0kdLc .close {
  background: #1b1b1b;
}
.cid-t5C1R0kdLc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t5C1R0kdLc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t5C1R0kdLc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
}
.cid-t5C1R0kdLc .close::before {
  content: '\e91a';
}
.cid-t5C1R0kdLc .close:hover {
  opacity: .7;
}
.cid-t5C1R0kdLc .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  opacity: 0.5;
  color: #000;
  background-color: #FEF1E5;
  border: 3px solid #000;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t5C1R0kdLc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t5C1R0kdLc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t5C1R0kdLc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t5C1R0kdLc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t5C1R0kdLc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t5C1R0kdLc .carousel-indicators li.active,
.cid-t5C1R0kdLc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t5C1R0kdLc .carousel-indicators li::after,
.cid-t5C1R0kdLc .carousel-indicators li::before {
  content: none;
}
.cid-t5C1R0kdLc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t5C1R0kdLc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t5C1R0kdLc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t5C1R0kdLc .carousel-indicators {
    display: none;
  }
}
.cid-t5C1R0kdLc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t5C1R0kdLc .carousel-inner > .active {
  display: block;
}
.cid-t5C1R0kdLc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t5C1R0kdLc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t5C1R0kdLc .carousel-control:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-t5C1R0kdLc .carousel-control,
  .cid-t5C1R0kdLc .carousel-indicators,
  .cid-t5C1R0kdLc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t5C1R0kdLc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t5C1R0kdLc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t5C1R0kdLc .carousel-indicators .active,
.cid-t5C1R0kdLc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t5C1R0kdLc .carousel-indicators .active {
  background: #fff;
}
.cid-t5C1R0kdLc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t5C1R0kdLc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t5C1R0kdLc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t5C1R0kdLc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t5C1R0kdLc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t5C1R0kdLc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t5C1R0kdLc .carousel {
  width: 100%;
}
.cid-t5C1R0kdLc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t5C1R0kdLc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t5C1R0kdLc .modal.fade .modal-dialog,
.cid-t5C1R0kdLc .modal.in .modal-dialog {
  transform: none;
}
.cid-t5C1R0kdLc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t5C1R0kdLc H6 {
  text-align: center;
}
.cid-t5C1R0kdLc H3 {
  text-align: center;
}
.cid-t5Z8O70aoV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-t5Z8O70aoV H1 {
  color: #57468b;
}
.cid-t5Z8O70aoV .mbr-text,
.cid-t5Z8O70aoV .mbr-section-btn {
  color: #716c80;
}
.cid-t5Z8O70aoV H3 {
  color: #716c80;
}
.cid-t5YPlFQDry {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t5YPlFQDry h3 {
  text-align: center;
  font-weight: 300;
}
.cid-t5YPlFQDry .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-t5YPlFQDry .mbr-section-subtitle {
  color: #232323;
}
.cid-t5YPlFQDry .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
  padding: 2rem 0!important;
  transition: all 0.3s;
}
.cid-t5YPlFQDry .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-t5YPlFQDry ellipse {
  stroke: whitesmoke;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t5YPlFQDry .card {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
  }
}
.cid-t5YPlFQDry .progress1 path {
  stroke: #57468b;
}
.cid-t5YPlFQDry .progress2 path {
  stroke: #5580ff;
}
.cid-t5YPlFQDry .progress3 path {
  stroke: #ff8a73;
}
.cid-t5YPlFQDry .progress4 path {
  stroke: #bfceff;
}
.cid-t5YPlFQDry H4 {
  color: #57468b;
}
.cid-t5YPlFQDry .card-text {
  color: #716c80;
}
.cid-t5YPlFQDry .number {
  color: #716c80;
}
.cid-t5YPlFQDry .mbr-section-title {
  color: #57468b;
}
.cid-t5Za2UFZYh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #343351;
}
.cid-t5Za2UFZYh H1 {
  color: #57468b;
}
.cid-t5Za2UFZYh .mbr-text,
.cid-t5Za2UFZYh .mbr-section-btn {
  color: #716c80;
}
.cid-t5Za2UFZYh H3 {
  color: #716c80;
}
.cid-t5C3R0OM8f {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5C3R0OM8f H1 {
  color: #57468b;
}
.cid-t5C3R0OM8f .mbr-text,
.cid-t5C3R0OM8f .mbr-section-btn {
  color: #716c80;
}
.cid-t5C3R0OM8f H3 {
  color: #716c80;
}
.cid-t5BZj9yZwL {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-t5BZj9yZwL .btn {
  border: 1px solid #efefef;
}
.cid-t5BZj9yZwL .row {
  align-items: center;
}
.cid-t5BZj9yZwL .mbr-iconfont {
  color: #57468b;
}
@media (max-width: 767px) {
  .cid-t5BZj9yZwL .row {
    text-align: center;
  }
  .cid-t5BZj9yZwL .social-row {
    justify-content: center;
  }
}
.cid-t5BZj9yZwL .list {
  list-style: none;
  padding-left: 0;
  color: #5b6c8f;
}
@media (max-width: 991px) {
  .cid-t5BZj9yZwL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t5BZj9yZwL .list {
    margin-bottom: 0rem;
  }
}
.cid-t5BZj9yZwL .google-map {
  height: 34rem;
  position: relative;
}
.cid-t5BZj9yZwL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t5BZj9yZwL .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t5BZj9yZwL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t5BZj9yZwL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t5BZj9yZwL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t5BZj9yZwL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-t5BZj9yZwL .mbr-section-subtitle {
  color: #57468b;
}
.cid-t5BZj9yZwL .mbr-text {
  color: #5b6c8f;
}
.cid-t5BZj9yZwL .phone {
  color: #57468b;
}
.cid-t5C62onWsy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343351;
}
