body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Luxurious Roman', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Luxurious Roman', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Luxurious Roman', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fff0b0 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #fff0b0 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
  color: #b08f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #594800 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #b08f00 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
  color: #b08f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #594800 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #b08f00 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff0b0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffe059 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #b08f00 !important;
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff0b0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffe059 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #b08f00 !important;
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fff0b0 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #fff0b0 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffdd4a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffdd4a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fff0b0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #fff0b0;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fff0b0;
  border-color: #fff0b0;
  color: #caa300;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fff0b0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Luxurious Roman', display;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fff0b0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Luxurious Roman', display;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #fff0b0;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fff0b0;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.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: #fff0b0 !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: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23fff0b0' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u7ZJPd9C7d .navbar-dropdown {
  position: relative !important;
}
.cid-u7ZJPd9C7d .navbar-logo {
  margin-right: 1rem !important;
}
.cid-u7ZJPd9C7d .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-u7ZJPd9C7d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7ZJPd9C7d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7ZJPd9C7d .dropdown-item:hover,
.cid-u7ZJPd9C7d .dropdown-item:focus {
  background: #fff0b0 !important;
  color: white !important;
}
.cid-u7ZJPd9C7d .dropdown-item:hover span {
  color: white;
}
.cid-u7ZJPd9C7d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7ZJPd9C7d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7ZJPd9C7d .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7ZJPd9C7d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7ZJPd9C7d .nav-link {
  position: relative;
}
.cid-u7ZJPd9C7d .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7ZJPd9C7d .container {
    flex-wrap: nowrap;
  }
}
.cid-u7ZJPd9C7d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7ZJPd9C7d .dropdown-menu,
.cid-u7ZJPd9C7d .navbar.opened {
  background: #6d93d7 !important;
}
.cid-u7ZJPd9C7d .nav-item:focus,
.cid-u7ZJPd9C7d .nav-link:focus {
  outline: none;
}
.cid-u7ZJPd9C7d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7ZJPd9C7d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7ZJPd9C7d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7ZJPd9C7d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7ZJPd9C7d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7ZJPd9C7d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7ZJPd9C7d .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6d93d7;
}
.cid-u7ZJPd9C7d .navbar.opened {
  transition: all 0.3s;
}
.cid-u7ZJPd9C7d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7ZJPd9C7d .navbar .navbar-logo img {
  width: auto;
}
.cid-u7ZJPd9C7d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7ZJPd9C7d .navbar.collapsed {
  justify-content: center;
}
.cid-u7ZJPd9C7d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7ZJPd9C7d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7ZJPd9C7d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7ZJPd9C7d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7ZJPd9C7d .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-u7ZJPd9C7d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7ZJPd9C7d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7ZJPd9C7d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7ZJPd9C7d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7ZJPd9C7d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7ZJPd9C7d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7ZJPd9C7d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7ZJPd9C7d .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-u7ZJPd9C7d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7ZJPd9C7d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7ZJPd9C7d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7ZJPd9C7d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7ZJPd9C7d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7ZJPd9C7d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7ZJPd9C7d .navbar.navbar-short {
  min-height: 80px;
}
.cid-u7ZJPd9C7d .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u7ZJPd9C7d .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7ZJPd9C7d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7ZJPd9C7d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7ZJPd9C7d .dropdown-item.active,
.cid-u7ZJPd9C7d .dropdown-item:active {
  background-color: transparent;
}
.cid-u7ZJPd9C7d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7ZJPd9C7d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7ZJPd9C7d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7ZJPd9C7d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6d93d7;
}
.cid-u7ZJPd9C7d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7ZJPd9C7d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7ZJPd9C7d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7ZJPd9C7d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7ZJPd9C7d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7ZJPd9C7d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7ZJPd9C7d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7ZJPd9C7d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7ZJPd9C7d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7ZJPd9C7d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7ZJPd9C7d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7ZJPd9C7d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7ZJPd9C7d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7ZJPd9C7d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7ZJPd9C7d .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u7ZJPd9C7d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7ZJPd9C7d .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-u7ZJPd9C7d .navbar {
    height: 70px;
  }
  .cid-u7ZJPd9C7d .navbar.opened {
    height: auto;
  }
  .cid-u7ZJPd9C7d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u826MdlS6T {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
  overflow: hidden;
}
.cid-u826MdlS6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-u826MdlS6T .container-fluid,
.cid-u826MdlS6T .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-u826MdlS6T .container-fluid,
  .cid-u826MdlS6T .container {
    padding: 0 1.5rem;
  }
}
.cid-u826MdlS6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u826MdlS6T a {
  font-weight: bold;
}
.cid-u826MdlS6T .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-u826MdlS6T .image-wrapper img {
  border-radius: 4rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u826MdlS6T .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-u826MdlS6T .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-u826MdlS6T .row {
  justify-content: space-between;
  background: linear-gradient(to top, #fff0b0, #ff6666);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-u826MdlS6T .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u826MdlS6T .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-u826MdlS6T .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-u826MdlS6T .mbr-section-btn,
.cid-u826MdlS6T .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u826MdlS6T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u826MdlS6T .mbr-section-title {
  color: #000000;
}
.cid-u826MdlS6T .mbr-text,
.cid-u826MdlS6T .mbr-section-btn {
  color: #000000;
}
.cid-u826MdlS6T .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u826MdlS6T .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-u7ZKkadMkY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #6d93d7;
}
.cid-u7ZKkadMkY .list-border {
  border-bottom: 2px solid #aac69b;
}
.cid-u7ZKkadMkY .list1 {
  padding: 80px 1rem;
}
.cid-u7ZKkadMkY .mbr-text {
  padding-bottom: 40px;
  color: #fff0b0;
}
.cid-u7ZKkadMkY .list-border {
  padding-bottom: 160px;
}
.cid-u7ZKkadMkY .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-u7ZKkadMkY .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-u7ZKkadMkY .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-u7ZKkadMkY .counter-container ol li a:hover {
  opacity: .85;
}
.cid-u7ZKkadMkY .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: -3px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #191919;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-u7ZKkadMkY .list-border {
    padding-bottom: 60px;
  }
}
@media (max-width: 425px) {
  .cid-u7ZKkadMkY .list-border {
    padding-bottom: 40px;
  }
}
.cid-u7ZKkadMkY .mbr-section-title {
  color: #000000;
}
.cid-u7ZKsJFuAW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #98dee8;
}
.cid-u7ZKsJFuAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ZKsJFuAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ZKsJFuAW .card-wrapper {
  background: #6d93d7;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u7ZKsJFuAW .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7ZKsJFuAW .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7ZKsJFuAW .card-wrapper {
    padding: 4rem;
  }
}
.cid-u7ZKsJFuAW .mbr-text,
.cid-u7ZKsJFuAW .mbr-section-btn {
  color: #000000;
}
.cid-u7ZKsJFuAW .card-title,
.cid-u7ZKsJFuAW .card-box {
  text-align: left;
  color: #000000;
}
.cid-u7ZKuLM7OK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #66c2ee;
}
.cid-u7ZKuLM7OK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ZKuLM7OK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7ZKuLM7OK .container {
    padding: 0 22px;
  }
}
.cid-u7ZKuLM7OK .row {
  justify-content: space-between;
}
.cid-u7ZKuLM7OK .row .card {
  justify-content: center;
}
.cid-u7ZKuLM7OK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7ZKuLM7OK .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u7ZKuLM7OK .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u7ZKuLM7OK .image-wrapper {
    margin-top: 32px;
  }
}
.cid-u7ZKuLM7OK .image-wrapper img {
  height: 850px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7ZKuLM7OK .image-wrapper img {
    height: 350px;
  }
}
.cid-u7ZKuLM7OK .mbr-section-title {
  color: #000000;
}
.cid-u7ZKuLM7OK .mbr-text {
  color: #101010;
  text-align: center;
}
.cid-u7ZKuLM7OK .mbr-section-title,
.cid-u7ZKuLM7OK .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u7ZKywBgx4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d93d7;
}
.cid-u7ZKywBgx4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ZKywBgx4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ZKywBgx4 .card-wrapper {
  background: #9fdbf8;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u7ZKywBgx4 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7ZKywBgx4 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7ZKywBgx4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-u7ZKywBgx4 .mbr-text,
.cid-u7ZKywBgx4 .mbr-section-btn {
  color: #000000;
}
.cid-u7ZKywBgx4 .card-title,
.cid-u7ZKywBgx4 .card-box {
  text-align: left;
  color: #030822;
}
.cid-u7ZNIM6VOg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-u7ZNIM6VOg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ZNIM6VOg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7ZNIM6VOg .container {
    padding: 0 22px;
  }
}
.cid-u7ZNIM6VOg .items-wrapper {
  justify-content: center;
  margin: 0 -6px;
}
.cid-u7ZNIM6VOg .items-wrapper .item {
  padding: 0 6px;
}
.cid-u7ZNIM6VOg .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u7ZNIM6VOg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u7ZNIM6VOg .mbr-section-btn {
  margin-bottom: 55px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u7ZNIM6VOg .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-u7ZNIM6VOg .desc-wrapper .mbr-desc {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 28px;
}
.cid-u7ZNIM6VOg .item {
  margin-bottom: 12px;
}
.cid-u7ZNIM6VOg .item .item-wrapper {
  padding: 32px 24px 24px;
  border-radius: 15px !important;
  border: 1px solid #000000;
  height: 100%;
}
.cid-u7ZNIM6VOg .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 16px;
}
.cid-u7ZNIM6VOg .item .item-wrapper .card-box .tag-wrapper .card-tag {
  padding: 0 16px;
  display: inline-flex;
  border: 1px solid #000000;
  border-radius: 15px;
}
.cid-u7ZNIM6VOg .item .item-wrapper .card-box .card-title {
  margin-bottom: 18px;
}
.cid-u7ZNIM6VOg .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u7ZNIM6VOg .mbr-section-title {
  color: #000000;
}
.cid-u7ZNIM6VOg .mbr-desc {
  color: #000000;
}
.cid-u7ZNIM6VOg .card-title {
  color: #000000;
}
.cid-u7ZNIM6VOg .card-tag {
  color: #000000;
}
.cid-u7ZNIM6VOg .card-text {
  color: #000000;
}
.cid-u7ZKKy8zfs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-u7ZKKy8zfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ZKKy8zfs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ZKKy8zfs .mbr-section-subtitle {
  color: #000000;
}
.cid-u7ZKKy8zfs .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7ZKKy8zfs .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u7ZKH98wzW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d93d7;
  flex-direction: column;
  justify-content: center;
}
.cid-u7ZKH98wzW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ZKH98wzW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7ZKH98wzW .container {
    padding: 0 16px;
  }
}
.cid-u7ZKH98wzW .row {
  justify-content: space-between;
}
.cid-u7ZKH98wzW .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u7ZKH98wzW .panel-group {
  border: 1px solid #f18886;
  background-color: #9fdbf8;
}
.cid-u7ZKH98wzW .panel-group .card {
  position: relative;
  border-top: 1px solid #f18886;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-u7ZKH98wzW .panel-group .card {
    padding: 32px 16px;
  }
}
.cid-u7ZKH98wzW .panel-group .card:first-child {
  border-top: none;
}
.cid-u7ZKH98wzW .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u7ZKH98wzW .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u7ZKH98wzW .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cid-u7ZKH98wzW .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-u7ZKH98wzW .panel-group .card .card-header .panel-title .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #6d93d7;
  margin-left: 30px;
  background-color: #9fdbf8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7ZKH98wzW .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #66c2ee;
  color: #ffffff;
}
.cid-u7ZKH98wzW .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  background-color: #9fdbf8;
}
.cid-u7ZKH98wzW .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-u7ZKH98wzW .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .cid-u7ZKH98wzW .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-u7ZKH98wzW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u7ZKH98wzW .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 22px;
}
.cid-u7ZKH98wzW .mbr-desc {
  color: #101010;
  text-align: center;
}
.cid-u7ZKH98wzW .panel-title-edit {
  color: #030822;
}
.cid-u7ZKH98wzW .panel-text {
  color: #000000;
}
.cid-u7ZKUxTsJb {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #9fdbf8;
}
.cid-u7ZKUxTsJb img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.cid-u7ZKUxTsJb .mbr-iconfont-1 {
  color: #f0ad4e;
  font-size: 1rem;
  transition: 0.7s;
}
.cid-u7ZKUxTsJb .mbr-section-title {
  margin-bottom: 4rem;
}
.cid-u7ZKUxTsJb .mbr-section-subtitle {
  color: #e9204f;
  margin-bottom: 1.5rem;
}
.cid-u7ZKUxTsJb .card-img {
  margin-bottom: 1.3rem;
}
.cid-u7ZKUxTsJb .card-title {
  margin-bottom: 1.5rem;
}
.cid-u7ZKUxTsJb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7ZKUxTsJb .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u7ZKUxTsJb .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u7ZKUxTsJb .row {
    padding: 0 1rem;
  }
  .cid-u7ZKUxTsJb .card-inner {
    padding: 3.3rem 2.5rem;
  }
}
.cid-u7ZKUxTsJb .card-inner {
  background-color: #ffffff;
  transition: 0.3s;
  border: 2px solid rgba(255, 153, 102, 0);
}
.cid-u7ZKUxTsJb .card:hover .card-inner {
  border: 2px solid #ff9966;
}
.cid-u7ZKUxTsJb .mbr-text {
  margin-bottom: 1.3rem;
  color: #828282;
}
.cid-u7ZKUxTsJb .card-people {
  display: flex;
  align-items: center;
}
.cid-u7ZKUxTsJb .user_image {
  margin-right: 1rem;
}
.cid-u7ZKUxTsJb .mbr-author-desc {
  color: #e9204f;
  font-weight: 500;
}
.cid-u7ZKUxTsJb .mbr-text,
.cid-u7ZKUxTsJb .link {
  color: #101010;
  text-align: center;
}
.cid-u7ZKEJXbCm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6d93d7;
}
.cid-u7ZKEJXbCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ZKEJXbCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7ZKEJXbCm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7ZKEJXbCm .row {
  flex-direction: row-reverse;
}
.cid-u7ZKEJXbCm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u7ZKEJXbCm .text-wrapper {
    padding: 2rem;
  }
}
.cid-u7ZKEJXbCm .mbr-text {
  color: #030822;
}
.cid-u7ZKEJXbCm .mbr-section-title {
  color: #030822;
}
.cid-u7ZL6kMyjP {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #9fdbf8;
}
.cid-u7ZL6kMyjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ZL6kMyjP .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u7ZL6kMyjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ZL6kMyjP h1 {
  max-width: 800px;
}
.cid-u7ZL6kMyjP p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u7ZL6kMyjP .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #fff0b0 !important;
}
.cid-u7ZL6kMyjP .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u7ZL6kMyjP .btn div {
  overflow: hidden;
}
.cid-u7ZL6kMyjP .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u7ZL6kMyjP {
    align-items: center;
  }
  .cid-u7ZL6kMyjP .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u7ZL6kMyjP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u7ZL6kMyjP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u7ZL6kMyjP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u7ZL6kMyjP .content-wrap {
    width: 100%;
  }
}
.cid-u7ZL6kMyjP .mbr-section-subtitle,
.cid-u7ZL6kMyjP .line {
  color: #ffffff;
}
.cid-u7ZL6kMyjP .mbr-text,
.cid-u7ZL6kMyjP .mbr-section-btn {
  text-align: left;
  color: #030822;
}
.cid-u7ZL6kMyjP .mbr-section-title {
  color: #000000;
}
.cid-u7ZKp6Yf6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d93d7;
}
.cid-u7ZKp6Yf6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ZKp6Yf6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ZKp6Yf6N .video-wrapper iframe {
  width: 100%;
}
.cid-u7ZKp6Yf6N .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-u7ZKp6Yf6N .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-u7ZKp6Yf6N .video-block {
  position: relative;
  z-index: 1;
}
.cid-u7ZKp6Yf6N .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-u7ZKp6Yf6N .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u7ZKp6Yf6N .video-block .image-absolute {
    display: none;
  }
}
.cid-u7ZLqqxWO3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-u7ZLqqxWO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ZLqqxWO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ZLqqxWO3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u7ZLqqxWO3 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u7ZLqqxWO3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u7ZLqqxWO3 .container {
    padding: 0 16px;
  }
}
.cid-u7ZLqqxWO3 .row {
  justify-content: space-between;
}
.cid-u7ZLqqxWO3 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7ZLqqxWO3 .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u7ZLqqxWO3 .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-u7ZLqqxWO3 .content-wrapper {
  position: relative;
}
.cid-u7ZLqqxWO3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7ZLqqxWO3 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u7ZLqqxWO3 .mbr-text {
  color: #333333;
}
.cid-u7ZLfgtj32 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d93d7;
}
.cid-u7ZLfgtj32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ZLfgtj32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7ZLfgtj32 .container {
    padding: 0 22px;
  }
}
.cid-u7ZLfgtj32 .row {
  justify-content: center;
}
.cid-u7ZLfgtj32 .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7ZLfgtj32 .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u7ZLfgtj32 .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-u7ZLfgtj32 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7ZLfgtj32 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-u7ZLfgtj32 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7ZLfgtj32 .mbr-section-title {
  color: #ffffff;
}
.cid-u7ZLfgtj32 .mbr-text {
  color: #030822;
  text-align: left;
}
.cid-u7ZLfgtj32 .mbr-section-title,
.cid-u7ZLfgtj32 .icon-wrapper {
  text-align: left;
  color: #030822;
}
.cid-u7ZLC7QOFT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #9fdbf8;
}
.cid-u7ZLC7QOFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ZLC7QOFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ZLC7QOFT .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-u7ZLC7QOFT .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u7ZLC7QOFT .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-u7ZLC7QOFT .mbr-section-title {
  color: #030822;
}
.cid-u7ZLC7QOFT .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-u7ZLC7QOFT .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u7ZLC7QOFT .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-u7ZLC7QOFT .map-container {
  padding: 0 !important;
}
.cid-u7ZLC7QOFT .google-map {
  height: 850px;
  position: relative;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-u7ZLC7QOFT .google-map {
    height: 520px;
    max-height: 70vh;
  }
}
.cid-u7ZLC7QOFT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u7ZLC7QOFT .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-u7ZLC7QOFT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u7ZLC7QOFT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u7ZLiopWCI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9fdbf8;
}
.cid-u7ZLiopWCI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ZLiopWCI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ZLiopWCI .row {
  background: #1d499a;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-u7ZLiopWCI li:hover {
  color: #fff0b0;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-u7ZLiopWCI .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u7ZLiopWCI .mbr-iconfont {
  color: #151515;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-u7ZLiopWCI .mbr-iconfont:hover {
  opacity: 1;
}
.cid-u7ZLiopWCI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u7ZLiopWCI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u7ZLiopWCI .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-u7ZLiopWCI .row {
    text-align: center;
  }
  .cid-u7ZLiopWCI .social-row {
    justify-content: center;
  }
}
.cid-u7ZLiopWCI .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u7ZLiopWCI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7ZLiopWCI .list {
    margin-bottom: 0rem;
  }
}
.cid-u7ZLiopWCI .list,
.cid-u7ZLiopWCI .mbr-text {
  color: #ffffff;
}
.cid-u7ZLiopWCI H5 {
  color: #000000;
}
.cid-u7ZLiopWCI .mbr-section-subtitle {
  color: #fafafa;
}
.cid-u7ZLiopWCI .copyright {
  color: #ffffff;
}
.cid-u7ZYOACRBt .navbar-dropdown {
  position: relative !important;
}
.cid-u7ZYOACRBt .navbar-logo {
  margin-right: 1rem !important;
}
.cid-u7ZYOACRBt .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-u7ZYOACRBt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7ZYOACRBt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7ZYOACRBt .dropdown-item:hover,
.cid-u7ZYOACRBt .dropdown-item:focus {
  background: #fff0b0 !important;
  color: white !important;
}
.cid-u7ZYOACRBt .dropdown-item:hover span {
  color: white;
}
.cid-u7ZYOACRBt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7ZYOACRBt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7ZYOACRBt .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7ZYOACRBt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7ZYOACRBt .nav-link {
  position: relative;
}
.cid-u7ZYOACRBt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7ZYOACRBt .container {
    flex-wrap: nowrap;
  }
}
.cid-u7ZYOACRBt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7ZYOACRBt .dropdown-menu,
.cid-u7ZYOACRBt .navbar.opened {
  background: #6d93d7 !important;
}
.cid-u7ZYOACRBt .nav-item:focus,
.cid-u7ZYOACRBt .nav-link:focus {
  outline: none;
}
.cid-u7ZYOACRBt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7ZYOACRBt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7ZYOACRBt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7ZYOACRBt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7ZYOACRBt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7ZYOACRBt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7ZYOACRBt .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6d93d7;
}
.cid-u7ZYOACRBt .navbar.opened {
  transition: all 0.3s;
}
.cid-u7ZYOACRBt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7ZYOACRBt .navbar .navbar-logo img {
  width: auto;
}
.cid-u7ZYOACRBt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7ZYOACRBt .navbar.collapsed {
  justify-content: center;
}
.cid-u7ZYOACRBt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7ZYOACRBt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7ZYOACRBt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7ZYOACRBt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7ZYOACRBt .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-u7ZYOACRBt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7ZYOACRBt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7ZYOACRBt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7ZYOACRBt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7ZYOACRBt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7ZYOACRBt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7ZYOACRBt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7ZYOACRBt .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-u7ZYOACRBt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7ZYOACRBt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7ZYOACRBt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7ZYOACRBt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7ZYOACRBt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7ZYOACRBt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7ZYOACRBt .navbar.navbar-short {
  min-height: 80px;
}
.cid-u7ZYOACRBt .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u7ZYOACRBt .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7ZYOACRBt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7ZYOACRBt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7ZYOACRBt .dropdown-item.active,
.cid-u7ZYOACRBt .dropdown-item:active {
  background-color: transparent;
}
.cid-u7ZYOACRBt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7ZYOACRBt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7ZYOACRBt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7ZYOACRBt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6d93d7;
}
.cid-u7ZYOACRBt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7ZYOACRBt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7ZYOACRBt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7ZYOACRBt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7ZYOACRBt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7ZYOACRBt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7ZYOACRBt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7ZYOACRBt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7ZYOACRBt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7ZYOACRBt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7ZYOACRBt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7ZYOACRBt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7ZYOACRBt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7ZYOACRBt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7ZYOACRBt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u7ZYOACRBt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7ZYOACRBt .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-u7ZYOACRBt .navbar {
    height: 70px;
  }
  .cid-u7ZYOACRBt .navbar.opened {
    height: auto;
  }
  .cid-u7ZYOACRBt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7ZZ5WNCyB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9fdbf8;
}
.cid-u7ZZ5WNCyB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ZZ5WNCyB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ZZ5WNCyB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7ZZ5WNCyB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u7ZZ5WNCyB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u7ZZ5WNCyB .mbr-text,
.cid-u7ZZ5WNCyB .mbr-section-btn {
  color: #030822;
}
.cid-u7ZZ5WNCyB .mbr-section-title {
  color: #030822;
}
.cid-u7ZZ6GQpII {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-u7ZZ6GQpII .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ZZ6GQpII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ZZ6GQpII .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u7ZZ6GQpII .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7ZZ6GQpII .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7ZZ6GQpII .card-wrapper {
    padding: 4rem;
  }
}
.cid-u7ZZ6GQpII .mbr-text,
.cid-u7ZZ6GQpII .mbr-section-btn {
  text-align: left;
}
.cid-u7ZZcJk7X6 .google-map {
  height: 34rem;
  position: relative;
}
.cid-u7ZZcJk7X6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u7ZZcJk7X6 .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-u7ZZcJk7X6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u7ZZcJk7X6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u7ZYON18c1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9fdbf8;
}
.cid-u7ZYON18c1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7ZYON18c1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7ZYON18c1 .row {
  background: #1d499a;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-u7ZYON18c1 li:hover {
  color: #fff0b0;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-u7ZYON18c1 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u7ZYON18c1 .mbr-iconfont {
  color: #151515;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-u7ZYON18c1 .mbr-iconfont:hover {
  opacity: 1;
}
.cid-u7ZYON18c1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u7ZYON18c1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u7ZYON18c1 .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-u7ZYON18c1 .row {
    text-align: center;
  }
  .cid-u7ZYON18c1 .social-row {
    justify-content: center;
  }
}
.cid-u7ZYON18c1 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u7ZYON18c1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7ZYON18c1 .list {
    margin-bottom: 0rem;
  }
}
.cid-u7ZYON18c1 .list,
.cid-u7ZYON18c1 .mbr-text {
  color: #ffffff;
}
.cid-u7ZYON18c1 H5 {
  color: #000000;
}
.cid-u7ZYON18c1 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-u7ZYON18c1 .copyright {
  color: #ffffff;
}
.cid-u81MNuZgmM .navbar-dropdown {
  position: relative !important;
}
.cid-u81MNuZgmM .navbar-logo {
  margin-right: 1rem !important;
}
.cid-u81MNuZgmM .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-u81MNuZgmM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u81MNuZgmM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u81MNuZgmM .dropdown-item:hover,
.cid-u81MNuZgmM .dropdown-item:focus {
  background: #fff0b0 !important;
  color: white !important;
}
.cid-u81MNuZgmM .dropdown-item:hover span {
  color: white;
}
.cid-u81MNuZgmM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u81MNuZgmM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u81MNuZgmM .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u81MNuZgmM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u81MNuZgmM .nav-link {
  position: relative;
}
.cid-u81MNuZgmM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u81MNuZgmM .container {
    flex-wrap: nowrap;
  }
}
.cid-u81MNuZgmM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u81MNuZgmM .dropdown-menu,
.cid-u81MNuZgmM .navbar.opened {
  background: #6d93d7 !important;
}
.cid-u81MNuZgmM .nav-item:focus,
.cid-u81MNuZgmM .nav-link:focus {
  outline: none;
}
.cid-u81MNuZgmM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u81MNuZgmM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u81MNuZgmM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u81MNuZgmM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u81MNuZgmM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u81MNuZgmM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u81MNuZgmM .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6d93d7;
}
.cid-u81MNuZgmM .navbar.opened {
  transition: all 0.3s;
}
.cid-u81MNuZgmM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u81MNuZgmM .navbar .navbar-logo img {
  width: auto;
}
.cid-u81MNuZgmM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u81MNuZgmM .navbar.collapsed {
  justify-content: center;
}
.cid-u81MNuZgmM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u81MNuZgmM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u81MNuZgmM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u81MNuZgmM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u81MNuZgmM .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-u81MNuZgmM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u81MNuZgmM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u81MNuZgmM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u81MNuZgmM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u81MNuZgmM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u81MNuZgmM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u81MNuZgmM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u81MNuZgmM .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-u81MNuZgmM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u81MNuZgmM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u81MNuZgmM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u81MNuZgmM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u81MNuZgmM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u81MNuZgmM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u81MNuZgmM .navbar.navbar-short {
  min-height: 80px;
}
.cid-u81MNuZgmM .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u81MNuZgmM .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u81MNuZgmM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u81MNuZgmM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u81MNuZgmM .dropdown-item.active,
.cid-u81MNuZgmM .dropdown-item:active {
  background-color: transparent;
}
.cid-u81MNuZgmM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u81MNuZgmM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u81MNuZgmM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u81MNuZgmM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6d93d7;
}
.cid-u81MNuZgmM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u81MNuZgmM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u81MNuZgmM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u81MNuZgmM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u81MNuZgmM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u81MNuZgmM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u81MNuZgmM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u81MNuZgmM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u81MNuZgmM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u81MNuZgmM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u81MNuZgmM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u81MNuZgmM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u81MNuZgmM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u81MNuZgmM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u81MNuZgmM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u81MNuZgmM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u81MNuZgmM .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-u81MNuZgmM .navbar {
    height: 70px;
  }
  .cid-u81MNuZgmM .navbar.opened {
    height: auto;
  }
  .cid-u81MNuZgmM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u81MNvLbMw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1d499a;
}
.cid-u81MNvLbMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u81MNvLbMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u81MNvLbMw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u81MNvLbMw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u81MNvLbMw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u81MNwljTc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-u81MNwljTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u81MNwljTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u81MNwljTc .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u81MNwljTc .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u81MNwljTc .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u81MNwljTc .card-wrapper {
    padding: 4rem;
  }
}
.cid-u81MNwljTc .mbr-text,
.cid-u81MNwljTc .mbr-section-btn {
  text-align: left;
}
.cid-u81MNwVfFw .google-map {
  height: 34rem;
  position: relative;
}
.cid-u81MNwVfFw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u81MNwVfFw .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-u81MNwVfFw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u81MNwVfFw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u81MNxxuJ8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9fdbf8;
}
.cid-u81MNxxuJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u81MNxxuJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u81MNxxuJ8 .row {
  background: #1d499a;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-u81MNxxuJ8 li:hover {
  color: #fff0b0;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-u81MNxxuJ8 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u81MNxxuJ8 .mbr-iconfont {
  color: #151515;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-u81MNxxuJ8 .mbr-iconfont:hover {
  opacity: 1;
}
.cid-u81MNxxuJ8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u81MNxxuJ8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u81MNxxuJ8 .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-u81MNxxuJ8 .row {
    text-align: center;
  }
  .cid-u81MNxxuJ8 .social-row {
    justify-content: center;
  }
}
.cid-u81MNxxuJ8 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u81MNxxuJ8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u81MNxxuJ8 .list {
    margin-bottom: 0rem;
  }
}
.cid-u81MNxxuJ8 .list,
.cid-u81MNxxuJ8 .mbr-text {
  color: #ffffff;
}
.cid-u81MNxxuJ8 H5 {
  color: #000000;
}
.cid-u81MNxxuJ8 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-u81MNxxuJ8 .copyright {
  color: #ffffff;
}
.cid-u827tS5oNO .navbar-dropdown {
  position: relative !important;
}
.cid-u827tS5oNO .navbar-logo {
  margin-right: 1rem !important;
}
.cid-u827tS5oNO .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-u827tS5oNO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u827tS5oNO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u827tS5oNO .dropdown-item:hover,
.cid-u827tS5oNO .dropdown-item:focus {
  background: #fff0b0 !important;
  color: white !important;
}
.cid-u827tS5oNO .dropdown-item:hover span {
  color: white;
}
.cid-u827tS5oNO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u827tS5oNO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u827tS5oNO .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u827tS5oNO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u827tS5oNO .nav-link {
  position: relative;
}
.cid-u827tS5oNO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u827tS5oNO .container {
    flex-wrap: nowrap;
  }
}
.cid-u827tS5oNO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u827tS5oNO .dropdown-menu,
.cid-u827tS5oNO .navbar.opened {
  background: #6d93d7 !important;
}
.cid-u827tS5oNO .nav-item:focus,
.cid-u827tS5oNO .nav-link:focus {
  outline: none;
}
.cid-u827tS5oNO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u827tS5oNO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u827tS5oNO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u827tS5oNO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u827tS5oNO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u827tS5oNO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u827tS5oNO .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6d93d7;
}
.cid-u827tS5oNO .navbar.opened {
  transition: all 0.3s;
}
.cid-u827tS5oNO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u827tS5oNO .navbar .navbar-logo img {
  width: auto;
}
.cid-u827tS5oNO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u827tS5oNO .navbar.collapsed {
  justify-content: center;
}
.cid-u827tS5oNO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u827tS5oNO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u827tS5oNO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u827tS5oNO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u827tS5oNO .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-u827tS5oNO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u827tS5oNO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u827tS5oNO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u827tS5oNO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u827tS5oNO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u827tS5oNO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u827tS5oNO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u827tS5oNO .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-u827tS5oNO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u827tS5oNO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u827tS5oNO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u827tS5oNO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u827tS5oNO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u827tS5oNO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u827tS5oNO .navbar.navbar-short {
  min-height: 80px;
}
.cid-u827tS5oNO .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u827tS5oNO .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u827tS5oNO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u827tS5oNO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u827tS5oNO .dropdown-item.active,
.cid-u827tS5oNO .dropdown-item:active {
  background-color: transparent;
}
.cid-u827tS5oNO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u827tS5oNO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u827tS5oNO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u827tS5oNO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6d93d7;
}
.cid-u827tS5oNO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u827tS5oNO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u827tS5oNO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u827tS5oNO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u827tS5oNO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u827tS5oNO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u827tS5oNO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u827tS5oNO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u827tS5oNO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u827tS5oNO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u827tS5oNO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u827tS5oNO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u827tS5oNO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u827tS5oNO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u827tS5oNO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u827tS5oNO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u827tS5oNO .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-u827tS5oNO .navbar {
    height: 70px;
  }
  .cid-u827tS5oNO .navbar.opened {
    height: auto;
  }
  .cid-u827tS5oNO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u827tSZeuM {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
  overflow: hidden;
}
.cid-u827tSZeuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827tSZeuM .container-fluid,
.cid-u827tSZeuM .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-u827tSZeuM .container-fluid,
  .cid-u827tSZeuM .container {
    padding: 0 1.5rem;
  }
}
.cid-u827tSZeuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u827tSZeuM a {
  font-weight: bold;
}
.cid-u827tSZeuM .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-u827tSZeuM .image-wrapper img {
  border-radius: 4rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u827tSZeuM .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-u827tSZeuM .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-u827tSZeuM .row {
  justify-content: space-between;
  background: linear-gradient(to top, #fff0b0, #ff6666);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-u827tSZeuM .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u827tSZeuM .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-u827tSZeuM .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-u827tSZeuM .mbr-section-btn,
.cid-u827tSZeuM .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u827tSZeuM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u827tSZeuM .mbr-section-title {
  color: #000000;
}
.cid-u827tSZeuM .mbr-text,
.cid-u827tSZeuM .mbr-section-btn {
  color: #000000;
}
.cid-u827tSZeuM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u827tSZeuM .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-u827tTyV1G {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #6d93d7;
}
.cid-u827tTyV1G .list-border {
  border-bottom: 2px solid #aac69b;
}
.cid-u827tTyV1G .list1 {
  padding: 80px 1rem;
}
.cid-u827tTyV1G .mbr-text {
  padding-bottom: 40px;
  color: #fff0b0;
}
.cid-u827tTyV1G .list-border {
  padding-bottom: 160px;
}
.cid-u827tTyV1G .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-u827tTyV1G .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-u827tTyV1G .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-u827tTyV1G .counter-container ol li a:hover {
  opacity: .85;
}
.cid-u827tTyV1G .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: -3px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #191919;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-u827tTyV1G .list-border {
    padding-bottom: 60px;
  }
}
@media (max-width: 425px) {
  .cid-u827tTyV1G .list-border {
    padding-bottom: 40px;
  }
}
.cid-u827tTyV1G .mbr-section-title {
  color: #000000;
}
.cid-u827tU6r47 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #98dee8;
}
.cid-u827tU6r47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827tU6r47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u827tU6r47 .card-wrapper {
  background: #6d93d7;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u827tU6r47 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u827tU6r47 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u827tU6r47 .card-wrapper {
    padding: 4rem;
  }
}
.cid-u827tU6r47 .mbr-text,
.cid-u827tU6r47 .mbr-section-btn {
  color: #000000;
}
.cid-u827tU6r47 .card-title,
.cid-u827tU6r47 .card-box {
  text-align: left;
  color: #000000;
}
.cid-u827tUHoRb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #66c2ee;
}
.cid-u827tUHoRb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827tUHoRb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u827tUHoRb .container {
    padding: 0 22px;
  }
}
.cid-u827tUHoRb .row {
  justify-content: space-between;
}
.cid-u827tUHoRb .row .card {
  justify-content: center;
}
.cid-u827tUHoRb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u827tUHoRb .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u827tUHoRb .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u827tUHoRb .image-wrapper {
    margin-top: 32px;
  }
}
.cid-u827tUHoRb .image-wrapper img {
  height: 850px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u827tUHoRb .image-wrapper img {
    height: 350px;
  }
}
.cid-u827tUHoRb .mbr-section-title {
  color: #000000;
}
.cid-u827tUHoRb .mbr-text {
  color: #101010;
  text-align: center;
}
.cid-u827tUHoRb .mbr-section-title,
.cid-u827tUHoRb .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u827tVlfSZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d93d7;
}
.cid-u827tVlfSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827tVlfSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u827tVlfSZ .card-wrapper {
  background: #9fdbf8;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u827tVlfSZ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u827tVlfSZ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u827tVlfSZ .card-wrapper {
    padding: 4rem;
  }
}
.cid-u827tVlfSZ .mbr-text,
.cid-u827tVlfSZ .mbr-section-btn {
  color: #000000;
}
.cid-u827tVlfSZ .card-title,
.cid-u827tVlfSZ .card-box {
  text-align: left;
  color: #030822;
}
.cid-u827tVTp1b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-u827tVTp1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827tVTp1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u827tVTp1b .container {
    padding: 0 22px;
  }
}
.cid-u827tVTp1b .items-wrapper {
  justify-content: center;
  margin: 0 -6px;
}
.cid-u827tVTp1b .items-wrapper .item {
  padding: 0 6px;
}
.cid-u827tVTp1b .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u827tVTp1b .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u827tVTp1b .mbr-section-btn {
  margin-bottom: 55px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u827tVTp1b .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-u827tVTp1b .desc-wrapper .mbr-desc {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 28px;
}
.cid-u827tVTp1b .item {
  margin-bottom: 12px;
}
.cid-u827tVTp1b .item .item-wrapper {
  padding: 32px 24px 24px;
  border-radius: 15px !important;
  border: 1px solid #000000;
  height: 100%;
}
.cid-u827tVTp1b .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 16px;
}
.cid-u827tVTp1b .item .item-wrapper .card-box .tag-wrapper .card-tag {
  padding: 0 16px;
  display: inline-flex;
  border: 1px solid #000000;
  border-radius: 15px;
}
.cid-u827tVTp1b .item .item-wrapper .card-box .card-title {
  margin-bottom: 18px;
}
.cid-u827tVTp1b .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u827tVTp1b .mbr-section-title {
  color: #000000;
}
.cid-u827tVTp1b .mbr-desc {
  color: #000000;
}
.cid-u827tVTp1b .card-title {
  color: #000000;
}
.cid-u827tVTp1b .card-tag {
  color: #000000;
}
.cid-u827tVTp1b .card-text {
  color: #000000;
}
.cid-u827tWHMQa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-u827tWHMQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827tWHMQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u827tWHMQa .mbr-section-subtitle {
  color: #000000;
}
.cid-u827tWHMQa .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u827tWHMQa .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u827tXghi3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d93d7;
  flex-direction: column;
  justify-content: center;
}
.cid-u827tXghi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827tXghi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u827tXghi3 .container {
    padding: 0 16px;
  }
}
.cid-u827tXghi3 .row {
  justify-content: space-between;
}
.cid-u827tXghi3 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u827tXghi3 .panel-group {
  border: 1px solid #f18886;
  background-color: #9fdbf8;
}
.cid-u827tXghi3 .panel-group .card {
  position: relative;
  border-top: 1px solid #f18886;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-u827tXghi3 .panel-group .card {
    padding: 32px 16px;
  }
}
.cid-u827tXghi3 .panel-group .card:first-child {
  border-top: none;
}
.cid-u827tXghi3 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u827tXghi3 .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u827tXghi3 .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cid-u827tXghi3 .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-u827tXghi3 .panel-group .card .card-header .panel-title .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #6d93d7;
  margin-left: 30px;
  background-color: #9fdbf8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u827tXghi3 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #66c2ee;
  color: #ffffff;
}
.cid-u827tXghi3 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  background-color: #9fdbf8;
}
.cid-u827tXghi3 .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-u827tXghi3 .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .cid-u827tXghi3 .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-u827tXghi3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u827tXghi3 .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 22px;
}
.cid-u827tXghi3 .mbr-desc {
  color: #101010;
  text-align: center;
}
.cid-u827tXghi3 .panel-title-edit {
  color: #030822;
}
.cid-u827tXghi3 .panel-text {
  color: #000000;
}
.cid-u827tY9XGz {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #9fdbf8;
}
.cid-u827tY9XGz img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.cid-u827tY9XGz .mbr-iconfont-1 {
  color: #f0ad4e;
  font-size: 1rem;
  transition: 0.7s;
}
.cid-u827tY9XGz .mbr-section-title {
  margin-bottom: 4rem;
}
.cid-u827tY9XGz .mbr-section-subtitle {
  color: #e9204f;
  margin-bottom: 1.5rem;
}
.cid-u827tY9XGz .card-img {
  margin-bottom: 1.3rem;
}
.cid-u827tY9XGz .card-title {
  margin-bottom: 1.5rem;
}
.cid-u827tY9XGz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u827tY9XGz .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u827tY9XGz .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u827tY9XGz .row {
    padding: 0 1rem;
  }
  .cid-u827tY9XGz .card-inner {
    padding: 3.3rem 2.5rem;
  }
}
.cid-u827tY9XGz .card-inner {
  background-color: #ffffff;
  transition: 0.3s;
  border: 2px solid rgba(255, 153, 102, 0);
}
.cid-u827tY9XGz .card:hover .card-inner {
  border: 2px solid #ff9966;
}
.cid-u827tY9XGz .mbr-text {
  margin-bottom: 1.3rem;
  color: #828282;
}
.cid-u827tY9XGz .card-people {
  display: flex;
  align-items: center;
}
.cid-u827tY9XGz .user_image {
  margin-right: 1rem;
}
.cid-u827tY9XGz .mbr-author-desc {
  color: #e9204f;
  font-weight: 500;
}
.cid-u827tY9XGz .mbr-text,
.cid-u827tY9XGz .link {
  color: #101010;
  text-align: center;
}
.cid-u827tZjxAc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6d93d7;
}
.cid-u827tZjxAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827tZjxAc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u827tZjxAc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u827tZjxAc .row {
  flex-direction: row-reverse;
}
.cid-u827tZjxAc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u827tZjxAc .text-wrapper {
    padding: 2rem;
  }
}
.cid-u827tZjxAc .mbr-text {
  color: #030822;
}
.cid-u827tZjxAc .mbr-section-title {
  color: #030822;
}
.cid-u827tZZJnH {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #9fdbf8;
}
.cid-u827tZZJnH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827tZZJnH .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u827tZZJnH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u827tZZJnH h1 {
  max-width: 800px;
}
.cid-u827tZZJnH p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u827tZZJnH .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #fff0b0 !important;
}
.cid-u827tZZJnH .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u827tZZJnH .btn div {
  overflow: hidden;
}
.cid-u827tZZJnH .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u827tZZJnH {
    align-items: center;
  }
  .cid-u827tZZJnH .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u827tZZJnH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u827tZZJnH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u827tZZJnH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u827tZZJnH .content-wrap {
    width: 100%;
  }
}
.cid-u827tZZJnH .mbr-section-subtitle,
.cid-u827tZZJnH .line {
  color: #ffffff;
}
.cid-u827tZZJnH .mbr-text,
.cid-u827tZZJnH .mbr-section-btn {
  text-align: left;
  color: #030822;
}
.cid-u827tZZJnH .mbr-section-title {
  color: #000000;
}
.cid-u827u0IpAi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d93d7;
}
.cid-u827u0IpAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827u0IpAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u827u0IpAi .video-wrapper iframe {
  width: 100%;
}
.cid-u827u0IpAi .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-u827u0IpAi .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-u827u0IpAi .video-block {
  position: relative;
  z-index: 1;
}
.cid-u827u0IpAi .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-u827u0IpAi .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u827u0IpAi .video-block .image-absolute {
    display: none;
  }
}
.cid-u827u1mi7i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-u827u1mi7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827u1mi7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u827u1mi7i .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u827u1mi7i .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u827u1mi7i .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u827u1mi7i .container {
    padding: 0 16px;
  }
}
.cid-u827u1mi7i .row {
  justify-content: space-between;
}
.cid-u827u1mi7i .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u827u1mi7i .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u827u1mi7i .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-u827u1mi7i .content-wrapper {
  position: relative;
}
.cid-u827u1mi7i .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u827u1mi7i .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u827u1mi7i .mbr-text {
  color: #333333;
}
.cid-u827u21Mce {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d93d7;
}
.cid-u827u21Mce .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827u21Mce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u827u21Mce .container {
    padding: 0 22px;
  }
}
.cid-u827u21Mce .row {
  justify-content: center;
}
.cid-u827u21Mce .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u827u21Mce .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u827u21Mce .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-u827u21Mce .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u827u21Mce .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-u827u21Mce .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u827u21Mce .mbr-section-title {
  color: #ffffff;
}
.cid-u827u21Mce .mbr-text {
  color: #030822;
  text-align: left;
}
.cid-u827u21Mce .mbr-section-title,
.cid-u827u21Mce .icon-wrapper {
  text-align: left;
  color: #030822;
}
.cid-u82RKld40L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-u82RKld40L .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82RKld40L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82RKld40L .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u82RKld40L .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u82RKld40L .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #fff0b0;
}
.cid-u82RKld40L .panel-body,
.cid-u82RKld40L .card-header {
  padding: 1rem 0;
}
.cid-u82RKld40L .panel-title-edit {
  color: #fafafa;
}
.cid-u82RKld40L .panel-text {
  color: #fff0b0;
}
.cid-u827u2D0ST {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #9fdbf8;
}
.cid-u827u2D0ST .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827u2D0ST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u827u2D0ST .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-u827u2D0ST .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u827u2D0ST .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-u827u2D0ST .mbr-section-title {
  color: #030822;
}
.cid-u827u2D0ST .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-u827u2D0ST .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u827u2D0ST .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-u827u2D0ST .map-container {
  padding: 0 !important;
}
.cid-u827u2D0ST .google-map {
  height: 850px;
  position: relative;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-u827u2D0ST .google-map {
    height: 520px;
    max-height: 70vh;
  }
}
.cid-u827u2D0ST .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u827u2D0ST .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-u827u2D0ST .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u827u2D0ST .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u827u3xOzR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9fdbf8;
}
.cid-u827u3xOzR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827u3xOzR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u827u3xOzR .row {
  background: #1d499a;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-u827u3xOzR li:hover {
  color: #fff0b0;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-u827u3xOzR .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u827u3xOzR .mbr-iconfont {
  color: #151515;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-u827u3xOzR .mbr-iconfont:hover {
  opacity: 1;
}
.cid-u827u3xOzR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u827u3xOzR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u827u3xOzR .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-u827u3xOzR .row {
    text-align: center;
  }
  .cid-u827u3xOzR .social-row {
    justify-content: center;
  }
}
.cid-u827u3xOzR .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u827u3xOzR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u827u3xOzR .list {
    margin-bottom: 0rem;
  }
}
.cid-u827u3xOzR .list,
.cid-u827u3xOzR .mbr-text {
  color: #ffffff;
}
.cid-u827u3xOzR H5 {
  color: #000000;
}
.cid-u827u3xOzR .mbr-section-subtitle {
  color: #fafafa;
}
.cid-u827u3xOzR .copyright {
  color: #ffffff;
}
.cid-u82TxQnXVx .navbar-dropdown {
  position: relative !important;
}
.cid-u82TxQnXVx .navbar-logo {
  margin-right: 1rem !important;
}
.cid-u82TxQnXVx .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-u82TxQnXVx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u82TxQnXVx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u82TxQnXVx .dropdown-item:hover,
.cid-u82TxQnXVx .dropdown-item:focus {
  background: #fff0b0 !important;
  color: white !important;
}
.cid-u82TxQnXVx .dropdown-item:hover span {
  color: white;
}
.cid-u82TxQnXVx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u82TxQnXVx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u82TxQnXVx .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u82TxQnXVx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u82TxQnXVx .nav-link {
  position: relative;
}
.cid-u82TxQnXVx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u82TxQnXVx .container {
    flex-wrap: nowrap;
  }
}
.cid-u82TxQnXVx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u82TxQnXVx .dropdown-menu,
.cid-u82TxQnXVx .navbar.opened {
  background: #6d93d7 !important;
}
.cid-u82TxQnXVx .nav-item:focus,
.cid-u82TxQnXVx .nav-link:focus {
  outline: none;
}
.cid-u82TxQnXVx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u82TxQnXVx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u82TxQnXVx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u82TxQnXVx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u82TxQnXVx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u82TxQnXVx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u82TxQnXVx .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6d93d7;
}
.cid-u82TxQnXVx .navbar.opened {
  transition: all 0.3s;
}
.cid-u82TxQnXVx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u82TxQnXVx .navbar .navbar-logo img {
  width: auto;
}
.cid-u82TxQnXVx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u82TxQnXVx .navbar.collapsed {
  justify-content: center;
}
.cid-u82TxQnXVx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u82TxQnXVx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u82TxQnXVx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u82TxQnXVx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u82TxQnXVx .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-u82TxQnXVx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u82TxQnXVx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u82TxQnXVx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u82TxQnXVx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u82TxQnXVx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u82TxQnXVx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u82TxQnXVx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u82TxQnXVx .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-u82TxQnXVx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u82TxQnXVx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u82TxQnXVx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u82TxQnXVx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u82TxQnXVx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u82TxQnXVx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u82TxQnXVx .navbar.navbar-short {
  min-height: 80px;
}
.cid-u82TxQnXVx .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u82TxQnXVx .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u82TxQnXVx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u82TxQnXVx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u82TxQnXVx .dropdown-item.active,
.cid-u82TxQnXVx .dropdown-item:active {
  background-color: transparent;
}
.cid-u82TxQnXVx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u82TxQnXVx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u82TxQnXVx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u82TxQnXVx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6d93d7;
}
.cid-u82TxQnXVx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u82TxQnXVx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u82TxQnXVx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u82TxQnXVx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u82TxQnXVx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u82TxQnXVx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u82TxQnXVx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u82TxQnXVx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82TxQnXVx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82TxQnXVx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u82TxQnXVx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82TxQnXVx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u82TxQnXVx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u82TxQnXVx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82TxQnXVx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u82TxQnXVx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u82TxQnXVx .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-u82TxQnXVx .navbar {
    height: 70px;
  }
  .cid-u82TxQnXVx .navbar.opened {
    height: auto;
  }
  .cid-u82TxQnXVx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u82TxQYi8w {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
  overflow: hidden;
}
.cid-u82TxQYi8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82TxQYi8w .container-fluid,
.cid-u82TxQYi8w .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-u82TxQYi8w .container-fluid,
  .cid-u82TxQYi8w .container {
    padding: 0 1.5rem;
  }
}
.cid-u82TxQYi8w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82TxQYi8w a {
  font-weight: bold;
}
.cid-u82TxQYi8w .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-u82TxQYi8w .image-wrapper img {
  border-radius: 4rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u82TxQYi8w .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-u82TxQYi8w .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-u82TxQYi8w .row {
  justify-content: space-between;
  background: linear-gradient(to top, #fff0b0, #ff6666);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-u82TxQYi8w .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u82TxQYi8w .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-u82TxQYi8w .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-u82TxQYi8w .mbr-section-btn,
.cid-u82TxQYi8w .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u82TxQYi8w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u82TxQYi8w .mbr-section-title {
  color: #000000;
}
.cid-u82TxQYi8w .mbr-text,
.cid-u82TxQYi8w .mbr-section-btn {
  color: #000000;
}
.cid-u82TxQYi8w .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u82TxQYi8w .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-u82TxRpzaC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #6d93d7;
}
.cid-u82TxRpzaC .list-border {
  border-bottom: 2px solid #aac69b;
}
.cid-u82TxRpzaC .list1 {
  padding: 80px 1rem;
}
.cid-u82TxRpzaC .mbr-text {
  padding-bottom: 40px;
  color: #fff0b0;
}
.cid-u82TxRpzaC .list-border {
  padding-bottom: 160px;
}
.cid-u82TxRpzaC .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-u82TxRpzaC .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-u82TxRpzaC .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-u82TxRpzaC .counter-container ol li a:hover {
  opacity: .85;
}
.cid-u82TxRpzaC .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: -3px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #191919;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-u82TxRpzaC .list-border {
    padding-bottom: 60px;
  }
}
@media (max-width: 425px) {
  .cid-u82TxRpzaC .list-border {
    padding-bottom: 40px;
  }
}
.cid-u82TxRpzaC .mbr-section-title {
  color: #000000;
}
.cid-u82TxRO1K5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #98dee8;
}
.cid-u82TxRO1K5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82TxRO1K5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82TxRO1K5 .card-wrapper {
  background: #6d93d7;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u82TxRO1K5 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u82TxRO1K5 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u82TxRO1K5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-u82TxRO1K5 .mbr-text,
.cid-u82TxRO1K5 .mbr-section-btn {
  color: #000000;
}
.cid-u82TxRO1K5 .card-title,
.cid-u82TxRO1K5 .card-box {
  text-align: left;
  color: #000000;
}
.cid-u82TxSkub7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #66c2ee;
}
.cid-u82TxSkub7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82TxSkub7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u82TxSkub7 .container {
    padding: 0 22px;
  }
}
.cid-u82TxSkub7 .row {
  justify-content: space-between;
}
.cid-u82TxSkub7 .row .card {
  justify-content: center;
}
.cid-u82TxSkub7 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u82TxSkub7 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u82TxSkub7 .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u82TxSkub7 .image-wrapper {
    margin-top: 32px;
  }
}
.cid-u82TxSkub7 .image-wrapper img {
  height: 850px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u82TxSkub7 .image-wrapper img {
    height: 350px;
  }
}
.cid-u82TxSkub7 .mbr-section-title {
  color: #000000;
}
.cid-u82TxSkub7 .mbr-text {
  color: #101010;
  text-align: center;
}
.cid-u82TxSkub7 .mbr-section-title,
.cid-u82TxSkub7 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u82TxSQhh3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d93d7;
}
.cid-u82TxSQhh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82TxSQhh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82TxSQhh3 .card-wrapper {
  background: #9fdbf8;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u82TxSQhh3 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u82TxSQhh3 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u82TxSQhh3 .card-wrapper {
    padding: 4rem;
  }
}
.cid-u82TxSQhh3 .mbr-text,
.cid-u82TxSQhh3 .mbr-section-btn {
  color: #000000;
}
.cid-u82TxSQhh3 .card-title,
.cid-u82TxSQhh3 .card-box {
  text-align: left;
  color: #030822;
}
.cid-u82TxTbMwW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-u82TxTbMwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82TxTbMwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u82TxTbMwW .container {
    padding: 0 22px;
  }
}
.cid-u82TxTbMwW .items-wrapper {
  justify-content: center;
  margin: 0 -6px;
}
.cid-u82TxTbMwW .items-wrapper .item {
  padding: 0 6px;
}
.cid-u82TxTbMwW .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u82TxTbMwW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u82TxTbMwW .mbr-section-btn {
  margin-bottom: 55px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u82TxTbMwW .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-u82TxTbMwW .desc-wrapper .mbr-desc {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 28px;
}
.cid-u82TxTbMwW .item {
  margin-bottom: 12px;
}
.cid-u82TxTbMwW .item .item-wrapper {
  padding: 32px 24px 24px;
  border-radius: 15px !important;
  border: 1px solid #000000;
  height: 100%;
}
.cid-u82TxTbMwW .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 16px;
}
.cid-u82TxTbMwW .item .item-wrapper .card-box .tag-wrapper .card-tag {
  padding: 0 16px;
  display: inline-flex;
  border: 1px solid #000000;
  border-radius: 15px;
}
.cid-u82TxTbMwW .item .item-wrapper .card-box .card-title {
  margin-bottom: 18px;
}
.cid-u82TxTbMwW .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u82TxTbMwW .mbr-section-title {
  color: #000000;
}
.cid-u82TxTbMwW .mbr-desc {
  color: #000000;
}
.cid-u82TxTbMwW .card-title {
  color: #000000;
}
.cid-u82TxTbMwW .card-tag {
  color: #000000;
}
.cid-u82TxTbMwW .card-text {
  color: #000000;
}
.cid-u82TxTOA0a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-u82TxTOA0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82TxTOA0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82TxTOA0a .mbr-section-subtitle {
  color: #000000;
}
.cid-u82TxTOA0a .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u82TxTOA0a .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u82TxUjlIc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d93d7;
  flex-direction: column;
  justify-content: center;
}
.cid-u82TxUjlIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82TxUjlIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u82TxUjlIc .container {
    padding: 0 16px;
  }
}
.cid-u82TxUjlIc .row {
  justify-content: space-between;
}
.cid-u82TxUjlIc .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u82TxUjlIc .panel-group {
  border: 1px solid #f18886;
  background-color: #9fdbf8;
}
.cid-u82TxUjlIc .panel-group .card {
  position: relative;
  border-top: 1px solid #f18886;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-u82TxUjlIc .panel-group .card {
    padding: 32px 16px;
  }
}
.cid-u82TxUjlIc .panel-group .card:first-child {
  border-top: none;
}
.cid-u82TxUjlIc .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u82TxUjlIc .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u82TxUjlIc .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cid-u82TxUjlIc .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-u82TxUjlIc .panel-group .card .card-header .panel-title .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #6d93d7;
  margin-left: 30px;
  background-color: #9fdbf8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u82TxUjlIc .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #66c2ee;
  color: #ffffff;
}
.cid-u82TxUjlIc .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  background-color: #9fdbf8;
}
.cid-u82TxUjlIc .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-u82TxUjlIc .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .cid-u82TxUjlIc .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-u82TxUjlIc .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u82TxUjlIc .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 22px;
}
.cid-u82TxUjlIc .mbr-desc {
  color: #101010;
  text-align: center;
}
.cid-u82TxUjlIc .panel-title-edit {
  color: #030822;
}
.cid-u82TxUjlIc .panel-text {
  color: #000000;
}
.cid-u82TxV6Pje {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #9fdbf8;
}
.cid-u82TxV6Pje img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.cid-u82TxV6Pje .mbr-iconfont-1 {
  color: #f0ad4e;
  font-size: 1rem;
  transition: 0.7s;
}
.cid-u82TxV6Pje .mbr-section-title {
  margin-bottom: 4rem;
}
.cid-u82TxV6Pje .mbr-section-subtitle {
  color: #e9204f;
  margin-bottom: 1.5rem;
}
.cid-u82TxV6Pje .card-img {
  margin-bottom: 1.3rem;
}
.cid-u82TxV6Pje .card-title {
  margin-bottom: 1.5rem;
}
.cid-u82TxV6Pje .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u82TxV6Pje .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u82TxV6Pje .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u82TxV6Pje .row {
    padding: 0 1rem;
  }
  .cid-u82TxV6Pje .card-inner {
    padding: 3.3rem 2.5rem;
  }
}
.cid-u82TxV6Pje .card-inner {
  background-color: #ffffff;
  transition: 0.3s;
  border: 2px solid rgba(255, 153, 102, 0);
}
.cid-u82TxV6Pje .card:hover .card-inner {
  border: 2px solid #ff9966;
}
.cid-u82TxV6Pje .mbr-text {
  margin-bottom: 1.3rem;
  color: #828282;
}
.cid-u82TxV6Pje .card-people {
  display: flex;
  align-items: center;
}
.cid-u82TxV6Pje .user_image {
  margin-right: 1rem;
}
.cid-u82TxV6Pje .mbr-author-desc {
  color: #e9204f;
  font-weight: 500;
}
.cid-u82TxV6Pje .mbr-text,
.cid-u82TxV6Pje .link {
  color: #101010;
  text-align: center;
}
.cid-u82TxW17x4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6d93d7;
}
.cid-u82TxW17x4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82TxW17x4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u82TxW17x4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u82TxW17x4 .row {
  flex-direction: row-reverse;
}
.cid-u82TxW17x4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u82TxW17x4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u82TxW17x4 .mbr-text {
  color: #030822;
}
.cid-u82TxW17x4 .mbr-section-title {
  color: #030822;
}
.cid-u82TxWvjMv {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #9fdbf8;
}
.cid-u82TxWvjMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82TxWvjMv .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u82TxWvjMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82TxWvjMv h1 {
  max-width: 800px;
}
.cid-u82TxWvjMv p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u82TxWvjMv .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #fff0b0 !important;
}
.cid-u82TxWvjMv .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u82TxWvjMv .btn div {
  overflow: hidden;
}
.cid-u82TxWvjMv .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u82TxWvjMv {
    align-items: center;
  }
  .cid-u82TxWvjMv .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u82TxWvjMv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u82TxWvjMv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u82TxWvjMv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u82TxWvjMv .content-wrap {
    width: 100%;
  }
}
.cid-u82TxWvjMv .mbr-section-subtitle,
.cid-u82TxWvjMv .line {
  color: #ffffff;
}
.cid-u82TxWvjMv .mbr-text,
.cid-u82TxWvjMv .mbr-section-btn {
  text-align: left;
  color: #030822;
}
.cid-u82TxWvjMv .mbr-section-title {
  color: #000000;
}
.cid-u82TxX3Bxq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d93d7;
}
.cid-u82TxX3Bxq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82TxX3Bxq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82TxX3Bxq .video-wrapper iframe {
  width: 100%;
}
.cid-u82TxX3Bxq .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-u82TxX3Bxq .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-u82TxX3Bxq .video-block {
  position: relative;
  z-index: 1;
}
.cid-u82TxX3Bxq .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-u82TxX3Bxq .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u82TxX3Bxq .video-block .image-absolute {
    display: none;
  }
}
.cid-u82TxXsgcV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-u82TxXsgcV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82TxXsgcV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82TxXsgcV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u82TxXsgcV .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u82TxXsgcV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u82TxXsgcV .container {
    padding: 0 16px;
  }
}
.cid-u82TxXsgcV .row {
  justify-content: space-between;
}
.cid-u82TxXsgcV .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u82TxXsgcV .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u82TxXsgcV .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-u82TxXsgcV .content-wrapper {
  position: relative;
}
.cid-u82TxXsgcV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u82TxXsgcV .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u82TxXsgcV .mbr-text {
  color: #333333;
}
.cid-u82TxXSLvZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d93d7;
}
.cid-u82TxXSLvZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82TxXSLvZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u82TxXSLvZ .container {
    padding: 0 22px;
  }
}
.cid-u82TxXSLvZ .row {
  justify-content: center;
}
.cid-u82TxXSLvZ .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u82TxXSLvZ .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u82TxXSLvZ .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-u82TxXSLvZ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u82TxXSLvZ .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-u82TxXSLvZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82TxXSLvZ .mbr-section-title {
  color: #ffffff;
}
.cid-u82TxXSLvZ .mbr-text {
  color: #030822;
  text-align: left;
}
.cid-u82TxXSLvZ .mbr-section-title,
.cid-u82TxXSLvZ .icon-wrapper {
  text-align: left;
  color: #030822;
}
.cid-u82ZrZveoz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u82ZrZveoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82ZrZveoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82ZrZveoz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u82ZrZveoz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u82ZrZveoz .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #fff0b0;
}
.cid-u82ZrZveoz .panel-body,
.cid-u82ZrZveoz .card-header {
  padding: 1rem 0;
}
.cid-u82ZrZveoz .panel-title-edit {
  color: #ffffff;
}
.cid-u82ZrZveoz .panel-text {
  color: #ffe161;
}
.cid-u82ZrZveoz H3 {
  color: #ffffff;
}
.cid-u82TxYl55t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #9fdbf8;
}
.cid-u82TxYl55t .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82TxYl55t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82TxYl55t .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-u82TxYl55t .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u82TxYl55t .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-u82TxYl55t .mbr-section-title {
  color: #030822;
}
.cid-u82TxYl55t .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-u82TxYl55t .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u82TxYl55t .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-u82TxYl55t .map-container {
  padding: 0 !important;
}
.cid-u82TxYl55t .google-map {
  height: 850px;
  position: relative;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-u82TxYl55t .google-map {
    height: 520px;
    max-height: 70vh;
  }
}
.cid-u82TxYl55t .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u82TxYl55t .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-u82TxYl55t .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u82TxYl55t .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u82TxYPyuJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9fdbf8;
}
.cid-u82TxYPyuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82TxYPyuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82TxYPyuJ .row {
  background: #1d499a;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-u82TxYPyuJ li:hover {
  color: #fff0b0;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-u82TxYPyuJ .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u82TxYPyuJ .mbr-iconfont {
  color: #151515;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-u82TxYPyuJ .mbr-iconfont:hover {
  opacity: 1;
}
.cid-u82TxYPyuJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u82TxYPyuJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u82TxYPyuJ .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-u82TxYPyuJ .row {
    text-align: center;
  }
  .cid-u82TxYPyuJ .social-row {
    justify-content: center;
  }
}
.cid-u82TxYPyuJ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u82TxYPyuJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u82TxYPyuJ .list {
    margin-bottom: 0rem;
  }
}
.cid-u82TxYPyuJ .list,
.cid-u82TxYPyuJ .mbr-text {
  color: #ffffff;
}
.cid-u82TxYPyuJ H5 {
  color: #000000;
}
.cid-u82TxYPyuJ .mbr-section-subtitle {
  color: #fafafa;
}
.cid-u82TxYPyuJ .copyright {
  color: #ffffff;
}
.cid-u827v1GpgT .navbar-dropdown {
  position: relative !important;
}
.cid-u827v1GpgT .navbar-logo {
  margin-right: 1rem !important;
}
.cid-u827v1GpgT .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-u827v1GpgT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u827v1GpgT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u827v1GpgT .dropdown-item:hover,
.cid-u827v1GpgT .dropdown-item:focus {
  background: #fff0b0 !important;
  color: white !important;
}
.cid-u827v1GpgT .dropdown-item:hover span {
  color: white;
}
.cid-u827v1GpgT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u827v1GpgT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u827v1GpgT .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u827v1GpgT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u827v1GpgT .nav-link {
  position: relative;
}
.cid-u827v1GpgT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u827v1GpgT .container {
    flex-wrap: nowrap;
  }
}
.cid-u827v1GpgT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u827v1GpgT .dropdown-menu,
.cid-u827v1GpgT .navbar.opened {
  background: #6d93d7 !important;
}
.cid-u827v1GpgT .nav-item:focus,
.cid-u827v1GpgT .nav-link:focus {
  outline: none;
}
.cid-u827v1GpgT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u827v1GpgT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u827v1GpgT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u827v1GpgT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u827v1GpgT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u827v1GpgT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u827v1GpgT .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6d93d7;
}
.cid-u827v1GpgT .navbar.opened {
  transition: all 0.3s;
}
.cid-u827v1GpgT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u827v1GpgT .navbar .navbar-logo img {
  width: auto;
}
.cid-u827v1GpgT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u827v1GpgT .navbar.collapsed {
  justify-content: center;
}
.cid-u827v1GpgT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u827v1GpgT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u827v1GpgT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u827v1GpgT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u827v1GpgT .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-u827v1GpgT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u827v1GpgT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u827v1GpgT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u827v1GpgT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u827v1GpgT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u827v1GpgT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u827v1GpgT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u827v1GpgT .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-u827v1GpgT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u827v1GpgT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u827v1GpgT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u827v1GpgT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u827v1GpgT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u827v1GpgT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u827v1GpgT .navbar.navbar-short {
  min-height: 80px;
}
.cid-u827v1GpgT .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u827v1GpgT .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u827v1GpgT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u827v1GpgT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u827v1GpgT .dropdown-item.active,
.cid-u827v1GpgT .dropdown-item:active {
  background-color: transparent;
}
.cid-u827v1GpgT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u827v1GpgT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u827v1GpgT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u827v1GpgT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6d93d7;
}
.cid-u827v1GpgT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u827v1GpgT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u827v1GpgT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u827v1GpgT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u827v1GpgT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u827v1GpgT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u827v1GpgT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u827v1GpgT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u827v1GpgT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u827v1GpgT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u827v1GpgT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u827v1GpgT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u827v1GpgT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u827v1GpgT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u827v1GpgT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u827v1GpgT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u827v1GpgT .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-u827v1GpgT .navbar {
    height: 70px;
  }
  .cid-u827v1GpgT .navbar.opened {
    height: auto;
  }
  .cid-u827v1GpgT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u827v2fZNq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
  overflow: hidden;
}
.cid-u827v2fZNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827v2fZNq .container-fluid,
.cid-u827v2fZNq .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-u827v2fZNq .container-fluid,
  .cid-u827v2fZNq .container {
    padding: 0 1.5rem;
  }
}
.cid-u827v2fZNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u827v2fZNq a {
  font-weight: bold;
}
.cid-u827v2fZNq .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-u827v2fZNq .image-wrapper img {
  border-radius: 4rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u827v2fZNq .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-u827v2fZNq .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-u827v2fZNq .row {
  justify-content: space-between;
  background: linear-gradient(to top, #fff0b0, #ff6666);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-u827v2fZNq .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u827v2fZNq .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-u827v2fZNq .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-u827v2fZNq .mbr-section-btn,
.cid-u827v2fZNq .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u827v2fZNq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u827v2fZNq .mbr-section-title {
  color: #000000;
}
.cid-u827v2fZNq .mbr-text,
.cid-u827v2fZNq .mbr-section-btn {
  color: #000000;
}
.cid-u827v2fZNq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u827v2fZNq .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-u827v2L8cJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #6d93d7;
}
.cid-u827v2L8cJ .list-border {
  border-bottom: 2px solid #aac69b;
}
.cid-u827v2L8cJ .list1 {
  padding: 80px 1rem;
}
.cid-u827v2L8cJ .mbr-text {
  padding-bottom: 40px;
  color: #fff0b0;
}
.cid-u827v2L8cJ .list-border {
  padding-bottom: 160px;
}
.cid-u827v2L8cJ .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-u827v2L8cJ .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-u827v2L8cJ .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-u827v2L8cJ .counter-container ol li a:hover {
  opacity: .85;
}
.cid-u827v2L8cJ .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: -3px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #191919;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-u827v2L8cJ .list-border {
    padding-bottom: 60px;
  }
}
@media (max-width: 425px) {
  .cid-u827v2L8cJ .list-border {
    padding-bottom: 40px;
  }
}
.cid-u827v2L8cJ .mbr-section-title {
  color: #000000;
}
.cid-u827v3aCje {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #98dee8;
}
.cid-u827v3aCje .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827v3aCje .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u827v3aCje .card-wrapper {
  background: #6d93d7;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u827v3aCje .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u827v3aCje .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u827v3aCje .card-wrapper {
    padding: 4rem;
  }
}
.cid-u827v3aCje .mbr-text,
.cid-u827v3aCje .mbr-section-btn {
  color: #000000;
}
.cid-u827v3aCje .card-title,
.cid-u827v3aCje .card-box {
  text-align: left;
  color: #000000;
}
.cid-u827v3CZhI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #66c2ee;
}
.cid-u827v3CZhI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827v3CZhI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u827v3CZhI .container {
    padding: 0 22px;
  }
}
.cid-u827v3CZhI .row {
  justify-content: space-between;
}
.cid-u827v3CZhI .row .card {
  justify-content: center;
}
.cid-u827v3CZhI .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u827v3CZhI .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u827v3CZhI .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u827v3CZhI .image-wrapper {
    margin-top: 32px;
  }
}
.cid-u827v3CZhI .image-wrapper img {
  height: 850px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u827v3CZhI .image-wrapper img {
    height: 350px;
  }
}
.cid-u827v3CZhI .mbr-section-title {
  color: #000000;
}
.cid-u827v3CZhI .mbr-text {
  color: #101010;
  text-align: center;
}
.cid-u827v3CZhI .mbr-section-title,
.cid-u827v3CZhI .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u827v48nHF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d93d7;
}
.cid-u827v48nHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827v48nHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u827v48nHF .card-wrapper {
  background: #9fdbf8;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u827v48nHF .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u827v48nHF .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u827v48nHF .card-wrapper {
    padding: 4rem;
  }
}
.cid-u827v48nHF .mbr-text,
.cid-u827v48nHF .mbr-section-btn {
  color: #000000;
}
.cid-u827v48nHF .card-title,
.cid-u827v48nHF .card-box {
  text-align: left;
  color: #030822;
}
.cid-u827v4C7qq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-u827v4C7qq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827v4C7qq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u827v4C7qq .container {
    padding: 0 22px;
  }
}
.cid-u827v4C7qq .items-wrapper {
  justify-content: center;
  margin: 0 -6px;
}
.cid-u827v4C7qq .items-wrapper .item {
  padding: 0 6px;
}
.cid-u827v4C7qq .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u827v4C7qq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u827v4C7qq .mbr-section-btn {
  margin-bottom: 55px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u827v4C7qq .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-u827v4C7qq .desc-wrapper .mbr-desc {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 28px;
}
.cid-u827v4C7qq .item {
  margin-bottom: 12px;
}
.cid-u827v4C7qq .item .item-wrapper {
  padding: 32px 24px 24px;
  border-radius: 15px !important;
  border: 1px solid #000000;
  height: 100%;
}
.cid-u827v4C7qq .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 16px;
}
.cid-u827v4C7qq .item .item-wrapper .card-box .tag-wrapper .card-tag {
  padding: 0 16px;
  display: inline-flex;
  border: 1px solid #000000;
  border-radius: 15px;
}
.cid-u827v4C7qq .item .item-wrapper .card-box .card-title {
  margin-bottom: 18px;
}
.cid-u827v4C7qq .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u827v4C7qq .mbr-section-title {
  color: #000000;
}
.cid-u827v4C7qq .mbr-desc {
  color: #000000;
}
.cid-u827v4C7qq .card-title {
  color: #000000;
}
.cid-u827v4C7qq .card-tag {
  color: #000000;
}
.cid-u827v4C7qq .card-text {
  color: #000000;
}
.cid-u827v5ee2Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-u827v5ee2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827v5ee2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u827v5ee2Z .mbr-section-subtitle {
  color: #000000;
}
.cid-u827v5ee2Z .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u827v5ee2Z .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u827v5IAxI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d93d7;
  flex-direction: column;
  justify-content: center;
}
.cid-u827v5IAxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827v5IAxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u827v5IAxI .container {
    padding: 0 16px;
  }
}
.cid-u827v5IAxI .row {
  justify-content: space-between;
}
.cid-u827v5IAxI .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u827v5IAxI .panel-group {
  border: 1px solid #f18886;
  background-color: #9fdbf8;
}
.cid-u827v5IAxI .panel-group .card {
  position: relative;
  border-top: 1px solid #f18886;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-u827v5IAxI .panel-group .card {
    padding: 32px 16px;
  }
}
.cid-u827v5IAxI .panel-group .card:first-child {
  border-top: none;
}
.cid-u827v5IAxI .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u827v5IAxI .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u827v5IAxI .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cid-u827v5IAxI .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-u827v5IAxI .panel-group .card .card-header .panel-title .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #6d93d7;
  margin-left: 30px;
  background-color: #9fdbf8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u827v5IAxI .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #66c2ee;
  color: #ffffff;
}
.cid-u827v5IAxI .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  background-color: #9fdbf8;
}
.cid-u827v5IAxI .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-u827v5IAxI .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .cid-u827v5IAxI .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-u827v5IAxI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u827v5IAxI .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 22px;
}
.cid-u827v5IAxI .mbr-desc {
  color: #101010;
  text-align: center;
}
.cid-u827v5IAxI .panel-title-edit {
  color: #030822;
}
.cid-u827v5IAxI .panel-text {
  color: #000000;
}
.cid-u827v6iNIc {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #9fdbf8;
}
.cid-u827v6iNIc img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.cid-u827v6iNIc .mbr-iconfont-1 {
  color: #f0ad4e;
  font-size: 1rem;
  transition: 0.7s;
}
.cid-u827v6iNIc .mbr-section-title {
  margin-bottom: 4rem;
}
.cid-u827v6iNIc .mbr-section-subtitle {
  color: #e9204f;
  margin-bottom: 1.5rem;
}
.cid-u827v6iNIc .card-img {
  margin-bottom: 1.3rem;
}
.cid-u827v6iNIc .card-title {
  margin-bottom: 1.5rem;
}
.cid-u827v6iNIc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u827v6iNIc .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u827v6iNIc .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u827v6iNIc .row {
    padding: 0 1rem;
  }
  .cid-u827v6iNIc .card-inner {
    padding: 3.3rem 2.5rem;
  }
}
.cid-u827v6iNIc .card-inner {
  background-color: #ffffff;
  transition: 0.3s;
  border: 2px solid rgba(255, 153, 102, 0);
}
.cid-u827v6iNIc .card:hover .card-inner {
  border: 2px solid #ff9966;
}
.cid-u827v6iNIc .mbr-text {
  margin-bottom: 1.3rem;
  color: #828282;
}
.cid-u827v6iNIc .card-people {
  display: flex;
  align-items: center;
}
.cid-u827v6iNIc .user_image {
  margin-right: 1rem;
}
.cid-u827v6iNIc .mbr-author-desc {
  color: #e9204f;
  font-weight: 500;
}
.cid-u827v6iNIc .mbr-text,
.cid-u827v6iNIc .link {
  color: #101010;
  text-align: center;
}
.cid-u827v70xR2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6d93d7;
}
.cid-u827v70xR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827v70xR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u827v70xR2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u827v70xR2 .row {
  flex-direction: row-reverse;
}
.cid-u827v70xR2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u827v70xR2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u827v70xR2 .mbr-text {
  color: #030822;
}
.cid-u827v70xR2 .mbr-section-title {
  color: #030822;
}
.cid-u827v7tte9 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #9fdbf8;
}
.cid-u827v7tte9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827v7tte9 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u827v7tte9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u827v7tte9 h1 {
  max-width: 800px;
}
.cid-u827v7tte9 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u827v7tte9 .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #fff0b0 !important;
}
.cid-u827v7tte9 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u827v7tte9 .btn div {
  overflow: hidden;
}
.cid-u827v7tte9 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u827v7tte9 {
    align-items: center;
  }
  .cid-u827v7tte9 .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u827v7tte9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u827v7tte9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u827v7tte9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u827v7tte9 .content-wrap {
    width: 100%;
  }
}
.cid-u827v7tte9 .mbr-section-subtitle,
.cid-u827v7tte9 .line {
  color: #030822;
}
.cid-u827v7tte9 .mbr-text,
.cid-u827v7tte9 .mbr-section-btn {
  text-align: left;
  color: #030822;
}
.cid-u827v7tte9 .mbr-section-title {
  color: #000000;
}
.cid-u827v7Vt43 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d93d7;
}
.cid-u827v7Vt43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827v7Vt43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u827v7Vt43 .video-wrapper iframe {
  width: 100%;
}
.cid-u827v7Vt43 .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-u827v7Vt43 .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-u827v7Vt43 .video-block {
  position: relative;
  z-index: 1;
}
.cid-u827v7Vt43 .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-u827v7Vt43 .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u827v7Vt43 .video-block .image-absolute {
    display: none;
  }
}
.cid-u827v8hgio {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-u827v8hgio .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827v8hgio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u827v8hgio .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u827v8hgio .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u827v8hgio .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u827v8hgio .container {
    padding: 0 16px;
  }
}
.cid-u827v8hgio .row {
  justify-content: space-between;
}
.cid-u827v8hgio .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u827v8hgio .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u827v8hgio .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-u827v8hgio .content-wrapper {
  position: relative;
}
.cid-u827v8hgio .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u827v8hgio .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u827v8hgio .mbr-text {
  color: #333333;
}
.cid-u827v8Jlmg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d93d7;
}
.cid-u827v8Jlmg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827v8Jlmg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u827v8Jlmg .container {
    padding: 0 22px;
  }
}
.cid-u827v8Jlmg .row {
  justify-content: center;
}
.cid-u827v8Jlmg .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u827v8Jlmg .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u827v8Jlmg .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-u827v8Jlmg .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u827v8Jlmg .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-u827v8Jlmg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u827v8Jlmg .mbr-section-title {
  color: #ffffff;
}
.cid-u827v8Jlmg .mbr-text {
  color: #030822;
  text-align: left;
}
.cid-u827v8Jlmg .mbr-section-title,
.cid-u827v8Jlmg .icon-wrapper {
  text-align: left;
  color: #030822;
}
.cid-u834xHuYpN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-u834xHuYpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u834xHuYpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u834xHuYpN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u834xHuYpN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u834xHuYpN .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #fff0b0;
}
.cid-u834xHuYpN .panel-body,
.cid-u834xHuYpN .card-header {
  padding: 1rem 0;
}
.cid-u834xHuYpN .panel-title-edit {
  color: #ffffff;
}
.cid-u834xHuYpN .panel-text {
  color: #ffe161;
}
.cid-u834xHuYpN H3 {
  color: #ffffff;
}
.cid-u827v98ULx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #9fdbf8;
}
.cid-u827v98ULx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827v98ULx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u827v98ULx .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-u827v98ULx .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u827v98ULx .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-u827v98ULx .mbr-section-title {
  color: #030822;
}
.cid-u827v98ULx .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-u827v98ULx .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u827v98ULx .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-u827v98ULx .map-container {
  padding: 0 !important;
}
.cid-u827v98ULx .google-map {
  height: 850px;
  position: relative;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-u827v98ULx .google-map {
    height: 520px;
    max-height: 70vh;
  }
}
.cid-u827v98ULx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u827v98ULx .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-u827v98ULx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u827v98ULx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u827v9tsY4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9fdbf8;
}
.cid-u827v9tsY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u827v9tsY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u827v9tsY4 .row {
  background: #1d499a;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-u827v9tsY4 li:hover {
  color: #fff0b0;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-u827v9tsY4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u827v9tsY4 .mbr-iconfont {
  color: #151515;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-u827v9tsY4 .mbr-iconfont:hover {
  opacity: 1;
}
.cid-u827v9tsY4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u827v9tsY4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u827v9tsY4 .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-u827v9tsY4 .row {
    text-align: center;
  }
  .cid-u827v9tsY4 .social-row {
    justify-content: center;
  }
}
.cid-u827v9tsY4 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u827v9tsY4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u827v9tsY4 .list {
    margin-bottom: 0rem;
  }
}
.cid-u827v9tsY4 .list,
.cid-u827v9tsY4 .mbr-text {
  color: #ffffff;
}
.cid-u827v9tsY4 H5 {
  color: #000000;
}
.cid-u827v9tsY4 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-u827v9tsY4 .copyright {
  color: #ffffff;
}
