body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Luxurious Roman', display;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Luxurious Roman', display;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.9rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((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: #4479d9 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !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: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !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: #4479d9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !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: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !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: #4479d9 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !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: #1f4a98 !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: #facb00 !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: #4479d9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4479d9;
  border-color: #4479d9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4479d9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eef2fb;
}
.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.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #4479d9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Luxurious Roman', display;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #4479d9;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4479d9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4479d9;
}
.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: #4479d9;
  border-bottom-color: #4479d9;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4479d9 !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='%234479d9' %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-udZJqNXLTT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udZJqNXLTT nav.navbar {
  position: fixed;
}
.cid-udZJqNXLTT .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-udZJqNXLTT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udZJqNXLTT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udZJqNXLTT .dropdown-item:hover,
.cid-udZJqNXLTT .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-udZJqNXLTT .dropdown-item:hover span {
  color: white;
}
.cid-udZJqNXLTT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udZJqNXLTT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udZJqNXLTT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udZJqNXLTT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udZJqNXLTT .nav-link {
  position: relative;
}
.cid-udZJqNXLTT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udZJqNXLTT .container {
    flex-wrap: wrap;
  }
}
.cid-udZJqNXLTT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udZJqNXLTT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-udZJqNXLTT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udZJqNXLTT .dropdown-menu,
.cid-udZJqNXLTT .navbar.opened {
  background: #ff9966 !important;
}
.cid-udZJqNXLTT .nav-item:focus,
.cid-udZJqNXLTT .nav-link:focus {
  outline: none;
}
.cid-udZJqNXLTT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udZJqNXLTT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udZJqNXLTT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udZJqNXLTT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZJqNXLTT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udZJqNXLTT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udZJqNXLTT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9966;
}
.cid-udZJqNXLTT .navbar.opened {
  transition: all 0.3s;
}
.cid-udZJqNXLTT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udZJqNXLTT .navbar .navbar-logo img {
  width: auto;
}
.cid-udZJqNXLTT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udZJqNXLTT .navbar.collapsed {
  justify-content: center;
}
.cid-udZJqNXLTT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udZJqNXLTT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udZJqNXLTT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-udZJqNXLTT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udZJqNXLTT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udZJqNXLTT .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-udZJqNXLTT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udZJqNXLTT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udZJqNXLTT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udZJqNXLTT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udZJqNXLTT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udZJqNXLTT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udZJqNXLTT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udZJqNXLTT .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-udZJqNXLTT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udZJqNXLTT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udZJqNXLTT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udZJqNXLTT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udZJqNXLTT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udZJqNXLTT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udZJqNXLTT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udZJqNXLTT .navbar.navbar-short {
  min-height: 60px;
}
.cid-udZJqNXLTT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udZJqNXLTT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udZJqNXLTT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udZJqNXLTT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udZJqNXLTT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udZJqNXLTT .dropdown-item.active,
.cid-udZJqNXLTT .dropdown-item:active {
  background-color: transparent;
}
.cid-udZJqNXLTT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udZJqNXLTT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udZJqNXLTT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udZJqNXLTT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9966;
}
.cid-udZJqNXLTT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udZJqNXLTT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udZJqNXLTT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udZJqNXLTT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udZJqNXLTT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udZJqNXLTT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udZJqNXLTT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udZJqNXLTT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZJqNXLTT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZJqNXLTT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udZJqNXLTT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZJqNXLTT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udZJqNXLTT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udZJqNXLTT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZJqNXLTT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udZJqNXLTT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udZJqNXLTT .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-udZJqNXLTT .navbar {
    height: 70px;
  }
  .cid-udZJqNXLTT .navbar.opened {
    height: auto;
  }
  .cid-udZJqNXLTT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udZLaBll2O {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-udZLaBll2O .row {
  flex-direction: row-reverse;
}
.cid-udZLaBll2O .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-udZLaBll2O .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-udZLaBll2O .text-wrapper {
    transform: translateX(290px);
  }
}
@media (max-width: 1400px) {
  .cid-udZLaBll2O .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-udZLaBll2O .display-1 {
    font-size: 3rem;
  }
}
.cid-udZLaBll2O .mbr-section-title {
  color: #000000;
}
.cid-udZLaBll2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZLaBll2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZLw4JsXN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-udZLw4JsXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZLw4JsXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZLw4JsXN .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-udZLw4JsXN .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-udZLw4JsXN .container {
    padding: 0 6px;
  }
}
.cid-udZLw4JsXN .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-udZLw4JsXN .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-udZLw4JsXN .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-udZLw4JsXN .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-udZLw4JsXN .row {
    padding: 0 30px;
  }
}
.cid-udZLw4JsXN .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-udZLw4JsXN .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #150d1d;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-udZLw4JsXN .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-udZLw4JsXN .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-udZLw4JsXN .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-udZLw4JsXN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-udZLw4JsXN .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-udZLw4JsXN .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-udZLw4JsXN .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-udZLw4JsXN .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-udZLw4JsXN .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-udZLw4JsXN .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udZLw4JsXN .mbr-section-title {
  color: #4479d9;
  text-align: center;
}
.cid-udZLw4JsXN .list {
  color: #131313;
}
.cid-uccFxOwoNM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-uccFxOwoNM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccFxOwoNM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccFxOwoNM .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uccFxOwoNM .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uccFxOwoNM .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uccFxOwoNM .card-wrapper {
    padding: 4rem;
  }
}
.cid-uccFxOwoNM .mbr-text,
.cid-uccFxOwoNM .mbr-section-btn {
  color: #000000;
}
.cid-uccFxOwoNM .card-title,
.cid-uccFxOwoNM .card-box {
  text-align: left;
}
.cid-uccJzBE66z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
  overflow: hidden;
}
.cid-uccJzBE66z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccJzBE66z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccJzBE66z .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uccJzBE66z .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uccJzBE66z .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uccJzBE66z .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uccJzBE66z .container {
    padding: 0 14px;
  }
}
.cid-uccJzBE66z .row {
  justify-content: center;
}
.cid-uccJzBE66z .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uccJzBE66z .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uccJzBE66z .item {
  margin-bottom: 40px;
}
.cid-uccJzBE66z .item .item-wrapper {
  position: relative;
  padding: 40px 25px;
  border-radius: 0 !important;
  background-color: #9fdbf8;
  height: 100%;
  margin: 0 9px;
}
.cid-uccJzBE66z .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #9fdbf8;
  transform: rotate(-5deg);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uccJzBE66z .item .item-wrapper {
    margin: 0;
  }
}
.cid-uccJzBE66z .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uccJzBE66z .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uccJzBE66z .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uccJzBE66z .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-uccJzBE66z .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-uccJzBE66z .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uccJzBE66z .card-text {
  color: #f1f1f1;
}
.cid-uccJzBE66z .card-name {
  color: #150d1d;
}
.cid-ubV0Kz6c6U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-ubV0Kz6c6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubV0Kz6c6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubV0Kz6c6U .card-wrapper {
  background: #ff9966;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ubV0Kz6c6U .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubV0Kz6c6U .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubV0Kz6c6U .card-wrapper {
    padding: 4rem;
  }
}
.cid-ubV0Kz6c6U .mbr-text,
.cid-ubV0Kz6c6U .mbr-section-btn {
  color: #353535;
}
.cid-ubV0Kz6c6U .card-title,
.cid-ubV0Kz6c6U .card-box {
  text-align: left;
  color: #353535;
}
.cid-udYkAzkeX3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-udYkAzkeX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYkAzkeX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYkAzkeX3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-udYkAzkeX3 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-udYkAzkeX3 .container {
    padding: 0 25px;
  }
}
.cid-udYkAzkeX3 .row {
  justify-content: space-between;
}
.cid-udYkAzkeX3 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-udYkAzkeX3 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-udYkAzkeX3 .card-wrap {
  margin-bottom: 35px;
}
.cid-udYkAzkeX3 .card-wrap .mbr-card-title {
  margin-bottom: 20px;
}
.cid-udYkAzkeX3 .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-udYkAzkeX3 .image-wrapper img {
  height: 690px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-udYkAzkeX3 .image-wrapper img {
    height: 350px;
  }
}
.cid-udYkAzkeX3 .border-wrap {
  height: 1px;
  background-color: #e33030;
  margin-top: 50px;
}
.cid-udYkAzkeX3 .mbr-section-title {
  color: #000000;
}
.cid-udYkAzkeX3 .mbr-card-title {
  color: #150d1d;
}
.cid-udYkAzkeX3 .mbr-text {
  color: #353535;
}
.cid-uccLyPBoSU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-uccLyPBoSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccLyPBoSU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccLyPBoSU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uccLyPBoSU .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uccLyPBoSU .container {
    padding: 0 12px;
  }
}
.cid-uccLyPBoSU .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uccLyPBoSU .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uccLyPBoSU .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uccLyPBoSU .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uccLyPBoSU .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uccLyPBoSU .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uccLyPBoSU .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uccLyPBoSU .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uccLyPBoSU .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uccLyPBoSU .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uccLyPBoSU .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uccLyPBoSU .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uccLyPBoSU .mbr-section-subtitle {
  color: #222222;
}
.cid-uccLyPBoSU .mbr-text {
  color: #222222;
}
.cid-uccLyPBoSU .list {
  color: #222222;
}
.cid-uc76rHRRxA {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-uc76rHRRxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc76rHRRxA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc76rHRRxA .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uc76rHRRxA .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uc76rHRRxA .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-uc76rHRRxA .card-title {
  color: #0b0c37;
}
.cid-uccMDJjwcW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ff9966;
}
.cid-uccMDJjwcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccMDJjwcW .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-uccMDJjwcW .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uccMDJjwcW .row {
  background: #ffffff;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uccMDJjwcW .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uccMDJjwcW img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uccMDJjwcW img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uccMDJjwcW .image-wrapper {
    padding: 1rem;
  }
}
.cid-ubV0iDvTBf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-ubV0iDvTBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubV0iDvTBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubV0iDvTBf .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ubV0iDvTBf .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ubV0iDvTBf .container {
    padding: 0 30px;
  }
}
.cid-ubV0iDvTBf .mbr-section-title {
  margin-bottom: 70px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ubV0iDvTBf .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ubV0iDvTBf .video-block .video-wrapper .app-video-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-ubV0iDvTBf .video-block .video-wrapper .app-video-wrapper img {
    height: 350px;
  }
}
.cid-ubV0iDvTBf .video-block .video-wrapper .app-video-wrapper::before {
  color: #fff0b0;
  text-shadow: none;
}
.cid-ubV0iDvTBf .video-block .video-wrapper iframe {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-ubV0iDvTBf .video-block .video-wrapper iframe {
    height: 350px;
  }
}
.cid-uccNn5IQxC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ff9966;
}
.cid-uccNn5IQxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccNn5IQxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccNn5IQxC .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uccNn5IQxC .container-fluid {
    padding: 0 12px;
  }
}
.cid-uccNn5IQxC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uccNn5IQxC .container {
    padding: 0 20px;
  }
}
.cid-uccNn5IQxC .row {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  margin-top: -2px;
}
.cid-uccNn5IQxC .card {
  padding: 0;
  border-radius: 0;
}
.cid-uccNn5IQxC .card:first-child {
  border-right: 2px solid #000000;
  border-right: none;
  border-left: 2px solid #000000;
}
.cid-uccNn5IQxC .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uccNn5IQxC .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-uccNn5IQxC .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uccNn5IQxC .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-uccNn5IQxC .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-uccNn5IQxC .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-uccNn5IQxC .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uccNn5IQxC .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uccNn5IQxC .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uccNn5IQxC .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-uccNn5IQxC .mbr-text {
  color: #150d1d;
}
.cid-uccNn5IQxC .mbr-section-title,
.cid-uccNn5IQxC .mbr-section-btn {
  color: #150d1d;
}
.cid-udYdaUUD5u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-udYdaUUD5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYdaUUD5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYdaUUD5u .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-udYdaUUD5u .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-udYdaUUD5u .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-udYdaUUD5u .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-udYdaUUD5u .container {
    padding: 0 16px;
  }
}
.cid-udYdaUUD5u .row {
  justify-content: center;
}
.cid-udYdaUUD5u .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udYdaUUD5u .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-udYdaUUD5u .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-udYdaUUD5u .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-udYdaUUD5u .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-udYdaUUD5u .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-udYdaUUD5u .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-udYdaUUD5u .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udYdaUUD5u .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udYdaUUD5u .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udYdaUUD5u .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-udYdaUUD5u .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-udYdaUUD5u .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-udYdaUUD5u .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-udYdaUUD5u .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-udYdaUUD5u .panel-title {
  color: #000000;
}
.cid-udYdaUUD5u .panel-text {
  color: #000000;
}
.cid-uccUqtJkO3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-uccUqtJkO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccUqtJkO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccUqtJkO3 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uccUqtJkO3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uccUqtJkO3 .container {
    padding: 0 30px;
  }
}
.cid-uccUqtJkO3 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uccUqtJkO3 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uccUqtJkO3 .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uccUqtJkO3 .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-uccUqtJkO3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uccUqtJkO3 .mbr-section-title {
  color: #ffffff;
}
.cid-uccUqtJkO3 .mbr-text {
  color: #353535;
}
.cid-uccUqtJkO3 .mbr-section-title,
.cid-uccUqtJkO3 .mbr-section-btn {
  color: #000000;
}
.cid-uceC2WzJjM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/roofing-1.jpg");
}
.cid-uceC2WzJjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uceC2WzJjM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uceC2WzJjM .container {
    padding: 0 16px;
  }
}
.cid-uceC2WzJjM .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uceC2WzJjM .row {
    height: 200px;
  }
}
.cid-uccVsp0ajH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-uccVsp0ajH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccVsp0ajH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccVsp0ajH .container,
.cid-uccVsp0ajH .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uccVsp0ajH .container,
  .cid-uccVsp0ajH .container-fluid {
    padding: 0 20px;
  }
}
.cid-uccVsp0ajH .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #05051e;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uccVsp0ajH .row {
    padding: 85px 8px;
  }
}
.cid-uccVsp0ajH .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uccVsp0ajH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uccVsp0ajH .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-uccVsp0ajH .text-wrapper {
    padding: 0;
  }
}
.cid-uccVsp0ajH .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uccVsp0ajH .mbr-section-title {
  color: #ffffff;
}
.cid-uccVsp0ajH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uccVsp0ajH .mbr-text {
  color: #150d1d;
}
.cid-uccVsp0ajH .mbr-section-title,
.cid-uccVsp0ajH .title-wrapper {
  color: #150d1d;
  text-align: center;
}
.cid-uccWmjpsiX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #353535;
}
.cid-uccWmjpsiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccWmjpsiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccWmjpsiX .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uccWmjpsiX .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uccWmjpsiX .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-uccWmjpsiX .google-map {
  height: 600px;
  position: relative;
}
.cid-uccWmjpsiX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uccWmjpsiX .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-uccWmjpsiX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uccWmjpsiX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uccWmjpsiX .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uccQsmyRmC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ff9966;
}
.cid-uccQsmyRmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccQsmyRmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccQsmyRmC .row {
  justify-content: space-between;
}
.cid-uccQsmyRmC .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uccQsmyRmC .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uccQsmyRmC .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uccQsmyRmC .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uccQsmyRmC .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-uccQsmyRmC .list li {
  margin-bottom: 25px;
}
.cid-uccQsmyRmC .list li:last-child {
  margin-bottom: 0;
}
.cid-uccQsmyRmC .mbr-desc {
  margin-bottom: 8px;
}
.cid-uccQsmyRmC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uccQsmyRmC .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uccQsmyRmC .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-uccQsmyRmC .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #d2fffe;
  transition: all .3s ease;
}
.cid-uccQsmyRmC .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #150d1d;
  text-align: center;
}
.cid-uccQsmyRmC .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #d2fffe;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uccQsmyRmC .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uccQsmyRmC .mbr-desc,
.cid-uccQsmyRmC .mbr-iconfont {
  color: #000000;
}
.cid-uccQsmyRmC .mbr-text,
.cid-uccQsmyRmC .mbr-section-btn {
  color: #000000;
}
.cid-udZPiKPQTa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #22a5e5;
}
.cid-udZPiKPQTa .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZPiKPQTa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZPiKPQTa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-udZPiKPQTa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-udZPiKPQTa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubZTbYmCX9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ubZTbYBest {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background: #0b0c37;
}
.cid-ubZTbYBest .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-ubZTbYBest .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4479d9;
}
.cid-ubZTbYBest .svg-top .st0 {
  fill: #0b0c37;
}
@media (max-width: 992px) {
  .cid-ubZTbYBest .svg-top {
    width: 1000px;
  }
}
.cid-ubZTbYBest .google-map {
  height: 35rem;
  position: relative;
}
.cid-ubZTbYBest .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ubZTbYBest .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-ubZTbYBest .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ubZTbYBest .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ubZTbYBest .mbr-section-title {
  color: #ffffff;
}
.cid-ubZTbYBest .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uccQsmyRmC {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff9966;
}
.cid-uccQsmyRmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccQsmyRmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccQsmyRmC .row {
  justify-content: space-between;
}
.cid-uccQsmyRmC .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uccQsmyRmC .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uccQsmyRmC .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uccQsmyRmC .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uccQsmyRmC .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-uccQsmyRmC .list li {
  margin-bottom: 25px;
}
.cid-uccQsmyRmC .list li:last-child {
  margin-bottom: 0;
}
.cid-uccQsmyRmC .mbr-desc {
  margin-bottom: 8px;
}
.cid-uccQsmyRmC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uccQsmyRmC .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uccQsmyRmC .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-uccQsmyRmC .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #d2fffe;
  transition: all .3s ease;
}
.cid-uccQsmyRmC .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #150d1d;
  text-align: center;
}
.cid-uccQsmyRmC .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #d2fffe;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uccQsmyRmC .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uccQsmyRmC .mbr-desc,
.cid-uccQsmyRmC .mbr-iconfont {
  color: #000000;
}
.cid-uccQsmyRmC .mbr-text,
.cid-uccQsmyRmC .mbr-section-btn {
  color: #000000;
}
.cid-udZJqNXLTT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udZJqNXLTT nav.navbar {
  position: fixed;
}
.cid-udZJqNXLTT .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-udZJqNXLTT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udZJqNXLTT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udZJqNXLTT .dropdown-item:hover,
.cid-udZJqNXLTT .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-udZJqNXLTT .dropdown-item:hover span {
  color: white;
}
.cid-udZJqNXLTT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udZJqNXLTT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udZJqNXLTT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udZJqNXLTT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udZJqNXLTT .nav-link {
  position: relative;
}
.cid-udZJqNXLTT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udZJqNXLTT .container {
    flex-wrap: wrap;
  }
}
.cid-udZJqNXLTT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udZJqNXLTT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-udZJqNXLTT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udZJqNXLTT .dropdown-menu,
.cid-udZJqNXLTT .navbar.opened {
  background: #ff9966 !important;
}
.cid-udZJqNXLTT .nav-item:focus,
.cid-udZJqNXLTT .nav-link:focus {
  outline: none;
}
.cid-udZJqNXLTT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udZJqNXLTT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udZJqNXLTT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udZJqNXLTT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZJqNXLTT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udZJqNXLTT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udZJqNXLTT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9966;
}
.cid-udZJqNXLTT .navbar.opened {
  transition: all 0.3s;
}
.cid-udZJqNXLTT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udZJqNXLTT .navbar .navbar-logo img {
  width: auto;
}
.cid-udZJqNXLTT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udZJqNXLTT .navbar.collapsed {
  justify-content: center;
}
.cid-udZJqNXLTT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udZJqNXLTT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udZJqNXLTT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-udZJqNXLTT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udZJqNXLTT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udZJqNXLTT .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-udZJqNXLTT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udZJqNXLTT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udZJqNXLTT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udZJqNXLTT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udZJqNXLTT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udZJqNXLTT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udZJqNXLTT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udZJqNXLTT .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-udZJqNXLTT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udZJqNXLTT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udZJqNXLTT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udZJqNXLTT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udZJqNXLTT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udZJqNXLTT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udZJqNXLTT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udZJqNXLTT .navbar.navbar-short {
  min-height: 60px;
}
.cid-udZJqNXLTT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udZJqNXLTT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udZJqNXLTT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udZJqNXLTT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udZJqNXLTT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udZJqNXLTT .dropdown-item.active,
.cid-udZJqNXLTT .dropdown-item:active {
  background-color: transparent;
}
.cid-udZJqNXLTT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udZJqNXLTT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udZJqNXLTT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udZJqNXLTT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9966;
}
.cid-udZJqNXLTT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udZJqNXLTT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udZJqNXLTT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udZJqNXLTT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udZJqNXLTT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udZJqNXLTT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udZJqNXLTT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udZJqNXLTT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZJqNXLTT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZJqNXLTT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udZJqNXLTT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZJqNXLTT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udZJqNXLTT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udZJqNXLTT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZJqNXLTT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udZJqNXLTT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udZJqNXLTT .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-udZJqNXLTT .navbar {
    height: 70px;
  }
  .cid-udZJqNXLTT .navbar.opened {
    height: auto;
  }
  .cid-udZJqNXLTT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udZONArGyx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9fdbf8;
}
.cid-udZONArGyx .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZONArGyx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZONArGyx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-udZONArGyx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-udZONArGyx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubVtkYClkm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ubVtnr2IeO {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background: #ff9966;
}
.cid-ubVtnr2IeO .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-ubVtnr2IeO .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4479d9;
}
.cid-ubVtnr2IeO .svg-top .st0 {
  fill: #ff9966;
}
@media (max-width: 992px) {
  .cid-ubVtnr2IeO .svg-top {
    width: 1000px;
  }
}
.cid-ubVtnr2IeO .google-map {
  height: 35rem;
  position: relative;
}
.cid-ubVtnr2IeO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ubVtnr2IeO .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-ubVtnr2IeO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ubVtnr2IeO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ubVtnr2IeO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ubVtnr2IeO .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uccQsmyRmC {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff9966;
}
.cid-uccQsmyRmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccQsmyRmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccQsmyRmC .row {
  justify-content: space-between;
}
.cid-uccQsmyRmC .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uccQsmyRmC .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uccQsmyRmC .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uccQsmyRmC .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uccQsmyRmC .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-uccQsmyRmC .list li {
  margin-bottom: 25px;
}
.cid-uccQsmyRmC .list li:last-child {
  margin-bottom: 0;
}
.cid-uccQsmyRmC .mbr-desc {
  margin-bottom: 8px;
}
.cid-uccQsmyRmC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uccQsmyRmC .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uccQsmyRmC .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-uccQsmyRmC .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #d2fffe;
  transition: all .3s ease;
}
.cid-uccQsmyRmC .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #150d1d;
  text-align: center;
}
.cid-uccQsmyRmC .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #d2fffe;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uccQsmyRmC .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uccQsmyRmC .mbr-desc,
.cid-uccQsmyRmC .mbr-iconfont {
  color: #000000;
}
.cid-uccQsmyRmC .mbr-text,
.cid-uccQsmyRmC .mbr-section-btn {
  color: #000000;
}
.cid-udZJqNXLTT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udZJqNXLTT nav.navbar {
  position: fixed;
}
.cid-udZJqNXLTT .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-udZJqNXLTT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udZJqNXLTT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udZJqNXLTT .dropdown-item:hover,
.cid-udZJqNXLTT .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-udZJqNXLTT .dropdown-item:hover span {
  color: white;
}
.cid-udZJqNXLTT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udZJqNXLTT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udZJqNXLTT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udZJqNXLTT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udZJqNXLTT .nav-link {
  position: relative;
}
.cid-udZJqNXLTT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udZJqNXLTT .container {
    flex-wrap: wrap;
  }
}
.cid-udZJqNXLTT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udZJqNXLTT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-udZJqNXLTT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udZJqNXLTT .dropdown-menu,
.cid-udZJqNXLTT .navbar.opened {
  background: #ff9966 !important;
}
.cid-udZJqNXLTT .nav-item:focus,
.cid-udZJqNXLTT .nav-link:focus {
  outline: none;
}
.cid-udZJqNXLTT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udZJqNXLTT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udZJqNXLTT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udZJqNXLTT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZJqNXLTT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udZJqNXLTT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udZJqNXLTT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9966;
}
.cid-udZJqNXLTT .navbar.opened {
  transition: all 0.3s;
}
.cid-udZJqNXLTT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udZJqNXLTT .navbar .navbar-logo img {
  width: auto;
}
.cid-udZJqNXLTT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udZJqNXLTT .navbar.collapsed {
  justify-content: center;
}
.cid-udZJqNXLTT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udZJqNXLTT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udZJqNXLTT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-udZJqNXLTT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udZJqNXLTT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udZJqNXLTT .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-udZJqNXLTT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udZJqNXLTT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udZJqNXLTT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udZJqNXLTT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udZJqNXLTT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udZJqNXLTT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udZJqNXLTT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udZJqNXLTT .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-udZJqNXLTT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udZJqNXLTT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udZJqNXLTT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udZJqNXLTT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udZJqNXLTT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udZJqNXLTT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udZJqNXLTT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udZJqNXLTT .navbar.navbar-short {
  min-height: 60px;
}
.cid-udZJqNXLTT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udZJqNXLTT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udZJqNXLTT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udZJqNXLTT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udZJqNXLTT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udZJqNXLTT .dropdown-item.active,
.cid-udZJqNXLTT .dropdown-item:active {
  background-color: transparent;
}
.cid-udZJqNXLTT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udZJqNXLTT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udZJqNXLTT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udZJqNXLTT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9966;
}
.cid-udZJqNXLTT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udZJqNXLTT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udZJqNXLTT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udZJqNXLTT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udZJqNXLTT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udZJqNXLTT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udZJqNXLTT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udZJqNXLTT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZJqNXLTT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZJqNXLTT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udZJqNXLTT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZJqNXLTT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udZJqNXLTT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udZJqNXLTT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZJqNXLTT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udZJqNXLTT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udZJqNXLTT .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-udZJqNXLTT .navbar {
    height: 70px;
  }
  .cid-udZJqNXLTT .navbar.opened {
    height: auto;
  }
  .cid-udZJqNXLTT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udZQpSv5iA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udZQpSv5iA nav.navbar {
  position: fixed;
}
.cid-udZQpSv5iA .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-udZQpSv5iA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udZQpSv5iA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udZQpSv5iA .dropdown-item:hover,
.cid-udZQpSv5iA .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-udZQpSv5iA .dropdown-item:hover span {
  color: white;
}
.cid-udZQpSv5iA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udZQpSv5iA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udZQpSv5iA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udZQpSv5iA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udZQpSv5iA .nav-link {
  position: relative;
}
.cid-udZQpSv5iA .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udZQpSv5iA .container {
    flex-wrap: wrap;
  }
}
.cid-udZQpSv5iA .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udZQpSv5iA .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-udZQpSv5iA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udZQpSv5iA .dropdown-menu,
.cid-udZQpSv5iA .navbar.opened {
  background: #ff9966 !important;
}
.cid-udZQpSv5iA .nav-item:focus,
.cid-udZQpSv5iA .nav-link:focus {
  outline: none;
}
.cid-udZQpSv5iA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udZQpSv5iA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udZQpSv5iA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udZQpSv5iA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZQpSv5iA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udZQpSv5iA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udZQpSv5iA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9966;
}
.cid-udZQpSv5iA .navbar.opened {
  transition: all 0.3s;
}
.cid-udZQpSv5iA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udZQpSv5iA .navbar .navbar-logo img {
  width: auto;
}
.cid-udZQpSv5iA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udZQpSv5iA .navbar.collapsed {
  justify-content: center;
}
.cid-udZQpSv5iA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udZQpSv5iA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udZQpSv5iA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-udZQpSv5iA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udZQpSv5iA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udZQpSv5iA .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-udZQpSv5iA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udZQpSv5iA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udZQpSv5iA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udZQpSv5iA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udZQpSv5iA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udZQpSv5iA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udZQpSv5iA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udZQpSv5iA .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-udZQpSv5iA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udZQpSv5iA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udZQpSv5iA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udZQpSv5iA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udZQpSv5iA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udZQpSv5iA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udZQpSv5iA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udZQpSv5iA .navbar.navbar-short {
  min-height: 60px;
}
.cid-udZQpSv5iA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udZQpSv5iA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udZQpSv5iA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udZQpSv5iA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udZQpSv5iA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udZQpSv5iA .dropdown-item.active,
.cid-udZQpSv5iA .dropdown-item:active {
  background-color: transparent;
}
.cid-udZQpSv5iA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udZQpSv5iA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udZQpSv5iA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udZQpSv5iA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9966;
}
.cid-udZQpSv5iA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udZQpSv5iA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udZQpSv5iA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udZQpSv5iA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udZQpSv5iA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udZQpSv5iA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udZQpSv5iA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udZQpSv5iA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZQpSv5iA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZQpSv5iA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udZQpSv5iA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZQpSv5iA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udZQpSv5iA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udZQpSv5iA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZQpSv5iA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udZQpSv5iA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udZQpSv5iA .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-udZQpSv5iA .navbar {
    height: 70px;
  }
  .cid-udZQpSv5iA .navbar.opened {
    height: auto;
  }
  .cid-udZQpSv5iA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udZQpTdPnX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-udZQpTdPnX .row {
  flex-direction: row-reverse;
}
.cid-udZQpTdPnX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-udZQpTdPnX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-udZQpTdPnX .text-wrapper {
    transform: translateX(290px);
  }
}
@media (max-width: 1400px) {
  .cid-udZQpTdPnX .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-udZQpTdPnX .display-1 {
    font-size: 3rem;
  }
}
.cid-udZQpTdPnX .mbr-section-title {
  color: #000000;
}
.cid-udZQpTdPnX .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQpTdPnX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQpTJQC2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-udZQpTJQC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQpTJQC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQpTJQC2 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-udZQpTJQC2 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-udZQpTJQC2 .container {
    padding: 0 6px;
  }
}
.cid-udZQpTJQC2 .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-udZQpTJQC2 .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-udZQpTJQC2 .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-udZQpTJQC2 .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-udZQpTJQC2 .row {
    padding: 0 30px;
  }
}
.cid-udZQpTJQC2 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-udZQpTJQC2 .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #150d1d;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-udZQpTJQC2 .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-udZQpTJQC2 .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-udZQpTJQC2 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-udZQpTJQC2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-udZQpTJQC2 .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-udZQpTJQC2 .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-udZQpTJQC2 .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-udZQpTJQC2 .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-udZQpTJQC2 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-udZQpTJQC2 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udZQpTJQC2 .mbr-section-title {
  color: #4479d9;
  text-align: center;
}
.cid-udZQpTJQC2 .list {
  color: #131313;
}
.cid-udZQpU7LNk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-udZQpU7LNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQpU7LNk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQpU7LNk .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-udZQpU7LNk .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-udZQpU7LNk .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udZQpU7LNk .card-wrapper {
    padding: 4rem;
  }
}
.cid-udZQpU7LNk .mbr-text,
.cid-udZQpU7LNk .mbr-section-btn {
  color: #000000;
}
.cid-udZQpU7LNk .card-title,
.cid-udZQpU7LNk .card-box {
  text-align: left;
}
.cid-udZQpUyDhM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
  overflow: hidden;
}
.cid-udZQpUyDhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQpUyDhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQpUyDhM .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-udZQpUyDhM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-udZQpUyDhM .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-udZQpUyDhM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-udZQpUyDhM .container {
    padding: 0 14px;
  }
}
.cid-udZQpUyDhM .row {
  justify-content: center;
}
.cid-udZQpUyDhM .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-udZQpUyDhM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udZQpUyDhM .item {
  margin-bottom: 40px;
}
.cid-udZQpUyDhM .item .item-wrapper {
  position: relative;
  padding: 40px 25px;
  border-radius: 0 !important;
  background-color: #9fdbf8;
  height: 100%;
  margin: 0 9px;
}
.cid-udZQpUyDhM .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #9fdbf8;
  transform: rotate(-5deg);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-udZQpUyDhM .item .item-wrapper {
    margin: 0;
  }
}
.cid-udZQpUyDhM .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-udZQpUyDhM .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-udZQpUyDhM .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-udZQpUyDhM .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-udZQpUyDhM .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-udZQpUyDhM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udZQpUyDhM .card-text {
  color: #f1f1f1;
}
.cid-udZQpUyDhM .card-name {
  color: #150d1d;
}
.cid-udZQpV6uA8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-udZQpV6uA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQpV6uA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQpV6uA8 .card-wrapper {
  background: #ff9966;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-udZQpV6uA8 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-udZQpV6uA8 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udZQpV6uA8 .card-wrapper {
    padding: 4rem;
  }
}
.cid-udZQpV6uA8 .mbr-text,
.cid-udZQpV6uA8 .mbr-section-btn {
  color: #353535;
}
.cid-udZQpV6uA8 .card-title,
.cid-udZQpV6uA8 .card-box {
  text-align: left;
  color: #353535;
}
.cid-udZQpVFfQC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-udZQpVFfQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQpVFfQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQpVFfQC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-udZQpVFfQC .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-udZQpVFfQC .container {
    padding: 0 25px;
  }
}
.cid-udZQpVFfQC .row {
  justify-content: space-between;
}
.cid-udZQpVFfQC .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-udZQpVFfQC .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-udZQpVFfQC .card-wrap {
  margin-bottom: 35px;
}
.cid-udZQpVFfQC .card-wrap .mbr-card-title {
  margin-bottom: 20px;
}
.cid-udZQpVFfQC .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-udZQpVFfQC .image-wrapper img {
  height: 690px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-udZQpVFfQC .image-wrapper img {
    height: 350px;
  }
}
.cid-udZQpVFfQC .border-wrap {
  height: 1px;
  background-color: #e33030;
  margin-top: 50px;
}
.cid-udZQpVFfQC .mbr-section-title {
  color: #000000;
}
.cid-udZQpVFfQC .mbr-card-title {
  color: #150d1d;
}
.cid-udZQpVFfQC .mbr-text {
  color: #353535;
}
.cid-udZQpWi6yI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-udZQpWi6yI .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQpWi6yI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQpWi6yI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZQpWi6yI .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-udZQpWi6yI .container {
    padding: 0 12px;
  }
}
.cid-udZQpWi6yI .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-udZQpWi6yI .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-udZQpWi6yI .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-udZQpWi6yI .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-udZQpWi6yI .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-udZQpWi6yI .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-udZQpWi6yI .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-udZQpWi6yI .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-udZQpWi6yI .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-udZQpWi6yI .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-udZQpWi6yI .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-udZQpWi6yI .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-udZQpWi6yI .mbr-section-subtitle {
  color: #222222;
}
.cid-udZQpWi6yI .mbr-text {
  color: #222222;
}
.cid-udZQpWi6yI .list {
  color: #222222;
}
.cid-udZQpWTdF0 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-udZQpWTdF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQpWTdF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQpWTdF0 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-udZQpWTdF0 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-udZQpWTdF0 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-udZQpWTdF0 .card-title {
  color: #0b0c37;
}
.cid-udZQpXIUE5 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ff9966;
}
.cid-udZQpXIUE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQpXIUE5 .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-udZQpXIUE5 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-udZQpXIUE5 .row {
  background: #ffffff;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-udZQpXIUE5 .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-udZQpXIUE5 img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-udZQpXIUE5 img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udZQpXIUE5 .image-wrapper {
    padding: 1rem;
  }
}
.cid-udZQpYisZv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-udZQpYisZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQpYisZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQpYisZv .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-udZQpYisZv .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-udZQpYisZv .container {
    padding: 0 30px;
  }
}
.cid-udZQpYisZv .mbr-section-title {
  margin-bottom: 70px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-udZQpYisZv .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-udZQpYisZv .video-block .video-wrapper .app-video-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-udZQpYisZv .video-block .video-wrapper .app-video-wrapper img {
    height: 350px;
  }
}
.cid-udZQpYisZv .video-block .video-wrapper .app-video-wrapper::before {
  color: #fff0b0;
  text-shadow: none;
}
.cid-udZQpYisZv .video-block .video-wrapper iframe {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-udZQpYisZv .video-block .video-wrapper iframe {
    height: 350px;
  }
}
.cid-udZQpYSY5k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ff9966;
}
.cid-udZQpYSY5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQpYSY5k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQpYSY5k .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-udZQpYSY5k .container-fluid {
    padding: 0 12px;
  }
}
.cid-udZQpYSY5k .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-udZQpYSY5k .container {
    padding: 0 20px;
  }
}
.cid-udZQpYSY5k .row {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  margin-top: -2px;
}
.cid-udZQpYSY5k .card {
  padding: 0;
  border-radius: 0;
}
.cid-udZQpYSY5k .card:first-child {
  border-right: 2px solid #000000;
  border-right: none;
  border-left: 2px solid #000000;
}
.cid-udZQpYSY5k .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-udZQpYSY5k .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-udZQpYSY5k .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udZQpYSY5k .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-udZQpYSY5k .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-udZQpYSY5k .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-udZQpYSY5k .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZQpYSY5k .card:last-child {
    padding: 50px 20px;
  }
}
.cid-udZQpYSY5k .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZQpYSY5k .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-udZQpYSY5k .mbr-text {
  color: #150d1d;
}
.cid-udZQpYSY5k .mbr-section-title,
.cid-udZQpYSY5k .mbr-section-btn {
  color: #150d1d;
}
.cid-udZQpZruJJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-udZQpZruJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQpZruJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQpZruJJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-udZQpZruJJ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-udZQpZruJJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-udZQpZruJJ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-udZQpZruJJ .container {
    padding: 0 16px;
  }
}
.cid-udZQpZruJJ .row {
  justify-content: center;
}
.cid-udZQpZruJJ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udZQpZruJJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-udZQpZruJJ .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-udZQpZruJJ .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-udZQpZruJJ .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-udZQpZruJJ .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-udZQpZruJJ .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-udZQpZruJJ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udZQpZruJJ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udZQpZruJJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udZQpZruJJ .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-udZQpZruJJ .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-udZQpZruJJ .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-udZQpZruJJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-udZQpZruJJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-udZQpZruJJ .panel-title {
  color: #000000;
}
.cid-udZQpZruJJ .panel-text {
  color: #000000;
}
.cid-udZQq06YlE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-udZQq06YlE .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQq06YlE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQq06YlE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-udZQq06YlE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-udZQq06YlE .container {
    padding: 0 30px;
  }
}
.cid-udZQq06YlE .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-udZQq06YlE .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-udZQq06YlE .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-udZQq06YlE .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-udZQq06YlE .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZQq06YlE .mbr-section-title {
  color: #ffffff;
}
.cid-udZQq06YlE .mbr-text {
  color: #353535;
}
.cid-udZQq06YlE .mbr-section-title,
.cid-udZQq06YlE .mbr-section-btn {
  color: #000000;
}
.cid-udZQq15tmC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-udZQq15tmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQq15tmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQq15tmC .container,
.cid-udZQq15tmC .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-udZQq15tmC .container,
  .cid-udZQq15tmC .container-fluid {
    padding: 0 20px;
  }
}
.cid-udZQq15tmC .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #05051e;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-udZQq15tmC .row {
    padding: 85px 8px;
  }
}
.cid-udZQq15tmC .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-udZQq15tmC .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-udZQq15tmC .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-udZQq15tmC .text-wrapper {
    padding: 0;
  }
}
.cid-udZQq15tmC .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZQq15tmC .mbr-section-title {
  color: #ffffff;
}
.cid-udZQq15tmC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udZQq15tmC .mbr-text {
  color: #150d1d;
}
.cid-udZQq15tmC .mbr-section-title,
.cid-udZQq15tmC .title-wrapper {
  color: #150d1d;
  text-align: center;
}
.cid-ue1VPGaeLq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ue1VPGaeLq .container {
    padding: 0 25px;
  }
}
.cid-ue1VPGaeLq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ue1VPGaeLq .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-ue1VPGaeLq .panel-group {
  border-bottom: 2px solid #ff9966;
}
.cid-ue1VPGaeLq .panel-group .card {
  border-top: 2px solid #ff9966;
  border-radius: 0 !important;
  padding: 0;
}
.cid-ue1VPGaeLq .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-ue1VPGaeLq .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ue1VPGaeLq .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #ff9966;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-ue1VPGaeLq .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #ff9966;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-ue1VPGaeLq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ue1VPGaeLq .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #ff9966;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ue1VPGaeLq .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-ue1VPGaeLq .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ue1VPGaeLq .mbr-section-title {
  color: #000000;
}
.cid-ue1VPGaeLq .panel-title-edit {
  color: #000000;
}
.cid-ue1VPGaeLq .panel-text {
  color: #000000;
}
.cid-udZQq1ygQf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #353535;
}
.cid-udZQq1ygQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQq1ygQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQq1ygQf .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-udZQq1ygQf .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-udZQq1ygQf .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-udZQq1ygQf .google-map {
  height: 600px;
  position: relative;
}
.cid-udZQq1ygQf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udZQq1ygQf .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-udZQq1ygQf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udZQq1ygQf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udZQq1ygQf .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-udZQq28NEX {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff9966;
}
.cid-udZQq28NEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQq28NEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQq28NEX .row {
  justify-content: space-between;
}
.cid-udZQq28NEX .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udZQq28NEX .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZQq28NEX .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-udZQq28NEX .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-udZQq28NEX .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-udZQq28NEX .list li {
  margin-bottom: 25px;
}
.cid-udZQq28NEX .list li:last-child {
  margin-bottom: 0;
}
.cid-udZQq28NEX .mbr-desc {
  margin-bottom: 8px;
}
.cid-udZQq28NEX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-udZQq28NEX .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-udZQq28NEX .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-udZQq28NEX .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #d2fffe;
  transition: all .3s ease;
}
.cid-udZQq28NEX .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #150d1d;
  text-align: center;
}
.cid-udZQq28NEX .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #d2fffe;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-udZQq28NEX .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-udZQq28NEX .mbr-desc,
.cid-udZQq28NEX .mbr-iconfont {
  color: #000000;
}
.cid-udZQq28NEX .mbr-text,
.cid-udZQq28NEX .mbr-section-btn {
  color: #000000;
}
.cid-udZQqzAKzw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udZQqzAKzw nav.navbar {
  position: fixed;
}
.cid-udZQqzAKzw .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-udZQqzAKzw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udZQqzAKzw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udZQqzAKzw .dropdown-item:hover,
.cid-udZQqzAKzw .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-udZQqzAKzw .dropdown-item:hover span {
  color: white;
}
.cid-udZQqzAKzw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udZQqzAKzw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udZQqzAKzw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udZQqzAKzw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udZQqzAKzw .nav-link {
  position: relative;
}
.cid-udZQqzAKzw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udZQqzAKzw .container {
    flex-wrap: wrap;
  }
}
.cid-udZQqzAKzw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udZQqzAKzw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-udZQqzAKzw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udZQqzAKzw .dropdown-menu,
.cid-udZQqzAKzw .navbar.opened {
  background: #ff9966 !important;
}
.cid-udZQqzAKzw .nav-item:focus,
.cid-udZQqzAKzw .nav-link:focus {
  outline: none;
}
.cid-udZQqzAKzw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udZQqzAKzw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udZQqzAKzw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udZQqzAKzw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZQqzAKzw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udZQqzAKzw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udZQqzAKzw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9966;
}
.cid-udZQqzAKzw .navbar.opened {
  transition: all 0.3s;
}
.cid-udZQqzAKzw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udZQqzAKzw .navbar .navbar-logo img {
  width: auto;
}
.cid-udZQqzAKzw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udZQqzAKzw .navbar.collapsed {
  justify-content: center;
}
.cid-udZQqzAKzw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udZQqzAKzw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udZQqzAKzw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-udZQqzAKzw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udZQqzAKzw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udZQqzAKzw .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-udZQqzAKzw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udZQqzAKzw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udZQqzAKzw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udZQqzAKzw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udZQqzAKzw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udZQqzAKzw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udZQqzAKzw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udZQqzAKzw .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-udZQqzAKzw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udZQqzAKzw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udZQqzAKzw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udZQqzAKzw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udZQqzAKzw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udZQqzAKzw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udZQqzAKzw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udZQqzAKzw .navbar.navbar-short {
  min-height: 60px;
}
.cid-udZQqzAKzw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udZQqzAKzw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udZQqzAKzw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udZQqzAKzw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udZQqzAKzw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udZQqzAKzw .dropdown-item.active,
.cid-udZQqzAKzw .dropdown-item:active {
  background-color: transparent;
}
.cid-udZQqzAKzw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udZQqzAKzw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udZQqzAKzw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udZQqzAKzw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9966;
}
.cid-udZQqzAKzw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udZQqzAKzw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udZQqzAKzw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udZQqzAKzw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udZQqzAKzw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udZQqzAKzw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udZQqzAKzw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udZQqzAKzw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZQqzAKzw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZQqzAKzw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udZQqzAKzw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZQqzAKzw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udZQqzAKzw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udZQqzAKzw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZQqzAKzw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udZQqzAKzw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udZQqzAKzw .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-udZQqzAKzw .navbar {
    height: 70px;
  }
  .cid-udZQqzAKzw .navbar.opened {
    height: auto;
  }
  .cid-udZQqzAKzw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udZQqAbmCe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-udZQqAbmCe .row {
  flex-direction: row-reverse;
}
.cid-udZQqAbmCe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-udZQqAbmCe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-udZQqAbmCe .text-wrapper {
    transform: translateX(290px);
  }
}
@media (max-width: 1400px) {
  .cid-udZQqAbmCe .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-udZQqAbmCe .display-1 {
    font-size: 3rem;
  }
}
.cid-udZQqAbmCe .mbr-section-title {
  color: #000000;
}
.cid-udZQqAbmCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQqAbmCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQqADEnL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-udZQqADEnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQqADEnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQqADEnL .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-udZQqADEnL .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-udZQqADEnL .container {
    padding: 0 6px;
  }
}
.cid-udZQqADEnL .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-udZQqADEnL .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-udZQqADEnL .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-udZQqADEnL .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-udZQqADEnL .row {
    padding: 0 30px;
  }
}
.cid-udZQqADEnL .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-udZQqADEnL .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #150d1d;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-udZQqADEnL .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-udZQqADEnL .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-udZQqADEnL .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-udZQqADEnL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-udZQqADEnL .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-udZQqADEnL .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-udZQqADEnL .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-udZQqADEnL .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-udZQqADEnL .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-udZQqADEnL .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udZQqADEnL .mbr-section-title {
  color: #4479d9;
  text-align: center;
}
.cid-udZQqADEnL .list {
  color: #131313;
}
.cid-udZQqBd3HU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-udZQqBd3HU .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQqBd3HU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQqBd3HU .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-udZQqBd3HU .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-udZQqBd3HU .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udZQqBd3HU .card-wrapper {
    padding: 4rem;
  }
}
.cid-udZQqBd3HU .mbr-text,
.cid-udZQqBd3HU .mbr-section-btn {
  color: #000000;
}
.cid-udZQqBd3HU .card-title,
.cid-udZQqBd3HU .card-box {
  text-align: left;
}
.cid-udZQqBLNfm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
  overflow: hidden;
}
.cid-udZQqBLNfm .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQqBLNfm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQqBLNfm .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-udZQqBLNfm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-udZQqBLNfm .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-udZQqBLNfm .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-udZQqBLNfm .container {
    padding: 0 14px;
  }
}
.cid-udZQqBLNfm .row {
  justify-content: center;
}
.cid-udZQqBLNfm .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-udZQqBLNfm .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udZQqBLNfm .item {
  margin-bottom: 40px;
}
.cid-udZQqBLNfm .item .item-wrapper {
  position: relative;
  padding: 40px 25px;
  border-radius: 0 !important;
  background-color: #9fdbf8;
  height: 100%;
  margin: 0 9px;
}
.cid-udZQqBLNfm .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #9fdbf8;
  transform: rotate(-5deg);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-udZQqBLNfm .item .item-wrapper {
    margin: 0;
  }
}
.cid-udZQqBLNfm .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-udZQqBLNfm .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-udZQqBLNfm .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-udZQqBLNfm .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-udZQqBLNfm .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-udZQqBLNfm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udZQqBLNfm .card-text {
  color: #f1f1f1;
}
.cid-udZQqBLNfm .card-name {
  color: #150d1d;
}
.cid-udZQqCmibg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-udZQqCmibg .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQqCmibg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQqCmibg .card-wrapper {
  background: #ff9966;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-udZQqCmibg .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-udZQqCmibg .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udZQqCmibg .card-wrapper {
    padding: 4rem;
  }
}
.cid-udZQqCmibg .mbr-text,
.cid-udZQqCmibg .mbr-section-btn {
  color: #353535;
}
.cid-udZQqCmibg .card-title,
.cid-udZQqCmibg .card-box {
  text-align: left;
  color: #353535;
}
.cid-udZQqCQWjq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-udZQqCQWjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQqCQWjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQqCQWjq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-udZQqCQWjq .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-udZQqCQWjq .container {
    padding: 0 25px;
  }
}
.cid-udZQqCQWjq .row {
  justify-content: space-between;
}
.cid-udZQqCQWjq .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-udZQqCQWjq .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-udZQqCQWjq .card-wrap {
  margin-bottom: 35px;
}
.cid-udZQqCQWjq .card-wrap .mbr-card-title {
  margin-bottom: 20px;
}
.cid-udZQqCQWjq .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-udZQqCQWjq .image-wrapper img {
  height: 690px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-udZQqCQWjq .image-wrapper img {
    height: 350px;
  }
}
.cid-udZQqCQWjq .border-wrap {
  height: 1px;
  background-color: #e33030;
  margin-top: 50px;
}
.cid-udZQqCQWjq .mbr-section-title {
  color: #000000;
}
.cid-udZQqCQWjq .mbr-card-title {
  color: #150d1d;
}
.cid-udZQqCQWjq .mbr-text {
  color: #353535;
}
.cid-udZQqDwFvM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-udZQqDwFvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQqDwFvM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQqDwFvM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZQqDwFvM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-udZQqDwFvM .container {
    padding: 0 12px;
  }
}
.cid-udZQqDwFvM .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-udZQqDwFvM .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-udZQqDwFvM .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-udZQqDwFvM .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-udZQqDwFvM .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-udZQqDwFvM .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-udZQqDwFvM .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-udZQqDwFvM .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-udZQqDwFvM .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-udZQqDwFvM .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-udZQqDwFvM .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-udZQqDwFvM .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-udZQqDwFvM .mbr-section-subtitle {
  color: #222222;
}
.cid-udZQqDwFvM .mbr-text {
  color: #222222;
}
.cid-udZQqDwFvM .list {
  color: #222222;
}
.cid-udZQqE1ahx {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-udZQqE1ahx .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQqE1ahx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQqE1ahx .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-udZQqE1ahx .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-udZQqE1ahx .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-udZQqE1ahx .card-title {
  color: #0b0c37;
}
.cid-udZQqENVUT {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ff9966;
}
.cid-udZQqENVUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQqENVUT .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-udZQqENVUT .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-udZQqENVUT .row {
  background: #ffffff;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-udZQqENVUT .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-udZQqENVUT img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-udZQqENVUT img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udZQqENVUT .image-wrapper {
    padding: 1rem;
  }
}
.cid-udZQqFhbzd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-udZQqFhbzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQqFhbzd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQqFhbzd .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-udZQqFhbzd .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-udZQqFhbzd .container {
    padding: 0 30px;
  }
}
.cid-udZQqFhbzd .mbr-section-title {
  margin-bottom: 70px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-udZQqFhbzd .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-udZQqFhbzd .video-block .video-wrapper .app-video-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-udZQqFhbzd .video-block .video-wrapper .app-video-wrapper img {
    height: 350px;
  }
}
.cid-udZQqFhbzd .video-block .video-wrapper .app-video-wrapper::before {
  color: #fff0b0;
  text-shadow: none;
}
.cid-udZQqFhbzd .video-block .video-wrapper iframe {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-udZQqFhbzd .video-block .video-wrapper iframe {
    height: 350px;
  }
}
.cid-udZQqFOm4A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ff9966;
}
.cid-udZQqFOm4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQqFOm4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQqFOm4A .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-udZQqFOm4A .container-fluid {
    padding: 0 12px;
  }
}
.cid-udZQqFOm4A .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-udZQqFOm4A .container {
    padding: 0 20px;
  }
}
.cid-udZQqFOm4A .row {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  margin-top: -2px;
}
.cid-udZQqFOm4A .card {
  padding: 0;
  border-radius: 0;
}
.cid-udZQqFOm4A .card:first-child {
  border-right: 2px solid #000000;
  border-right: none;
  border-left: 2px solid #000000;
}
.cid-udZQqFOm4A .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-udZQqFOm4A .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-udZQqFOm4A .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udZQqFOm4A .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-udZQqFOm4A .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-udZQqFOm4A .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-udZQqFOm4A .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZQqFOm4A .card:last-child {
    padding: 50px 20px;
  }
}
.cid-udZQqFOm4A .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZQqFOm4A .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-udZQqFOm4A .mbr-text {
  color: #150d1d;
}
.cid-udZQqFOm4A .mbr-section-title,
.cid-udZQqFOm4A .mbr-section-btn {
  color: #150d1d;
}
.cid-udZQqGnDcJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-udZQqGnDcJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQqGnDcJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQqGnDcJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-udZQqGnDcJ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-udZQqGnDcJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-udZQqGnDcJ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-udZQqGnDcJ .container {
    padding: 0 16px;
  }
}
.cid-udZQqGnDcJ .row {
  justify-content: center;
}
.cid-udZQqGnDcJ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udZQqGnDcJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-udZQqGnDcJ .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-udZQqGnDcJ .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-udZQqGnDcJ .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-udZQqGnDcJ .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-udZQqGnDcJ .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-udZQqGnDcJ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udZQqGnDcJ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udZQqGnDcJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udZQqGnDcJ .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-udZQqGnDcJ .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-udZQqGnDcJ .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-udZQqGnDcJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-udZQqGnDcJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-udZQqGnDcJ .panel-title {
  color: #000000;
}
.cid-udZQqGnDcJ .panel-text {
  color: #000000;
}
.cid-udZQqHcRTW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-udZQqHcRTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQqHcRTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQqHcRTW .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-udZQqHcRTW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-udZQqHcRTW .container {
    padding: 0 30px;
  }
}
.cid-udZQqHcRTW .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-udZQqHcRTW .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-udZQqHcRTW .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-udZQqHcRTW .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-udZQqHcRTW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZQqHcRTW .mbr-section-title {
  color: #ffffff;
}
.cid-udZQqHcRTW .mbr-text {
  color: #353535;
}
.cid-udZQqHcRTW .mbr-section-title,
.cid-udZQqHcRTW .mbr-section-btn {
  color: #000000;
}
.cid-udZQqImlBZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-udZQqImlBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQqImlBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQqImlBZ .container,
.cid-udZQqImlBZ .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-udZQqImlBZ .container,
  .cid-udZQqImlBZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-udZQqImlBZ .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #05051e;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-udZQqImlBZ .row {
    padding: 85px 8px;
  }
}
.cid-udZQqImlBZ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-udZQqImlBZ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-udZQqImlBZ .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-udZQqImlBZ .text-wrapper {
    padding: 0;
  }
}
.cid-udZQqImlBZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZQqImlBZ .mbr-section-title {
  color: #ffffff;
}
.cid-udZQqImlBZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udZQqImlBZ .mbr-text {
  color: #150d1d;
}
.cid-udZQqImlBZ .mbr-section-title,
.cid-udZQqImlBZ .title-wrapper {
  color: #150d1d;
  text-align: center;
}
.cid-ue1WASH7bs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ue1WASH7bs .container {
    padding: 0 25px;
  }
}
.cid-ue1WASH7bs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ue1WASH7bs .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-ue1WASH7bs .panel-group {
  border-bottom: 2px solid #ff9966;
}
.cid-ue1WASH7bs .panel-group .card {
  border-top: 2px solid #ff9966;
  border-radius: 0 !important;
  padding: 0;
}
.cid-ue1WASH7bs .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-ue1WASH7bs .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ue1WASH7bs .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #ff9966;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-ue1WASH7bs .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #ff9966;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-ue1WASH7bs .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ue1WASH7bs .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #ff9966;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ue1WASH7bs .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-ue1WASH7bs .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ue1WASH7bs .mbr-section-title {
  color: #000000;
}
.cid-ue1WASH7bs .panel-title-edit {
  color: #000000;
}
.cid-ue1WASH7bs .panel-text {
  color: #000000;
}
.cid-udZQqIYiiR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #353535;
}
.cid-udZQqIYiiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQqIYiiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQqIYiiR .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-udZQqIYiiR .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-udZQqIYiiR .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-udZQqIYiiR .google-map {
  height: 600px;
  position: relative;
}
.cid-udZQqIYiiR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udZQqIYiiR .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-udZQqIYiiR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udZQqIYiiR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udZQqIYiiR .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-udZQqJEK4K {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff9966;
}
.cid-udZQqJEK4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZQqJEK4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZQqJEK4K .row {
  justify-content: space-between;
}
.cid-udZQqJEK4K .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udZQqJEK4K .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZQqJEK4K .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-udZQqJEK4K .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-udZQqJEK4K .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-udZQqJEK4K .list li {
  margin-bottom: 25px;
}
.cid-udZQqJEK4K .list li:last-child {
  margin-bottom: 0;
}
.cid-udZQqJEK4K .mbr-desc {
  margin-bottom: 8px;
}
.cid-udZQqJEK4K .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-udZQqJEK4K .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-udZQqJEK4K .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-udZQqJEK4K .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #d2fffe;
  transition: all .3s ease;
}
.cid-udZQqJEK4K .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #150d1d;
  text-align: center;
}
.cid-udZQqJEK4K .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #d2fffe;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-udZQqJEK4K .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-udZQqJEK4K .mbr-desc,
.cid-udZQqJEK4K .mbr-iconfont {
  color: #000000;
}
.cid-udZQqJEK4K .mbr-text,
.cid-udZQqJEK4K .mbr-section-btn {
  color: #000000;
}
.cid-ue1Fc6LfAy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ue1Fc6LfAy nav.navbar {
  position: fixed;
}
.cid-ue1Fc6LfAy .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-ue1Fc6LfAy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ue1Fc6LfAy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ue1Fc6LfAy .dropdown-item:hover,
.cid-ue1Fc6LfAy .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-ue1Fc6LfAy .dropdown-item:hover span {
  color: white;
}
.cid-ue1Fc6LfAy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ue1Fc6LfAy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ue1Fc6LfAy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue1Fc6LfAy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue1Fc6LfAy .nav-link {
  position: relative;
}
.cid-ue1Fc6LfAy .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ue1Fc6LfAy .container {
    flex-wrap: wrap;
  }
}
.cid-ue1Fc6LfAy .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ue1Fc6LfAy .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ue1Fc6LfAy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue1Fc6LfAy .dropdown-menu,
.cid-ue1Fc6LfAy .navbar.opened {
  background: #ff9966 !important;
}
.cid-ue1Fc6LfAy .nav-item:focus,
.cid-ue1Fc6LfAy .nav-link:focus {
  outline: none;
}
.cid-ue1Fc6LfAy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue1Fc6LfAy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue1Fc6LfAy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue1Fc6LfAy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue1Fc6LfAy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue1Fc6LfAy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue1Fc6LfAy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9966;
}
.cid-ue1Fc6LfAy .navbar.opened {
  transition: all 0.3s;
}
.cid-ue1Fc6LfAy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ue1Fc6LfAy .navbar .navbar-logo img {
  width: auto;
}
.cid-ue1Fc6LfAy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue1Fc6LfAy .navbar.collapsed {
  justify-content: center;
}
.cid-ue1Fc6LfAy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue1Fc6LfAy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue1Fc6LfAy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ue1Fc6LfAy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue1Fc6LfAy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue1Fc6LfAy .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-ue1Fc6LfAy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue1Fc6LfAy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue1Fc6LfAy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue1Fc6LfAy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue1Fc6LfAy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue1Fc6LfAy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue1Fc6LfAy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue1Fc6LfAy .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-ue1Fc6LfAy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ue1Fc6LfAy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue1Fc6LfAy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue1Fc6LfAy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue1Fc6LfAy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue1Fc6LfAy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ue1Fc6LfAy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ue1Fc6LfAy .navbar.navbar-short {
  min-height: 60px;
}
.cid-ue1Fc6LfAy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ue1Fc6LfAy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ue1Fc6LfAy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue1Fc6LfAy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue1Fc6LfAy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue1Fc6LfAy .dropdown-item.active,
.cid-ue1Fc6LfAy .dropdown-item:active {
  background-color: transparent;
}
.cid-ue1Fc6LfAy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue1Fc6LfAy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue1Fc6LfAy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue1Fc6LfAy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9966;
}
.cid-ue1Fc6LfAy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue1Fc6LfAy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue1Fc6LfAy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ue1Fc6LfAy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ue1Fc6LfAy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ue1Fc6LfAy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ue1Fc6LfAy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue1Fc6LfAy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue1Fc6LfAy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue1Fc6LfAy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue1Fc6LfAy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue1Fc6LfAy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue1Fc6LfAy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue1Fc6LfAy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue1Fc6LfAy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ue1Fc6LfAy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ue1Fc6LfAy .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-ue1Fc6LfAy .navbar {
    height: 70px;
  }
  .cid-ue1Fc6LfAy .navbar.opened {
    height: auto;
  }
  .cid-ue1Fc6LfAy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue1Fc7vkAv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ue1Fc7vkAv .row {
  flex-direction: row-reverse;
}
.cid-ue1Fc7vkAv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ue1Fc7vkAv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-ue1Fc7vkAv .text-wrapper {
    transform: translateX(290px);
  }
}
@media (max-width: 1400px) {
  .cid-ue1Fc7vkAv .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ue1Fc7vkAv .display-1 {
    font-size: 3rem;
  }
}
.cid-ue1Fc7vkAv .mbr-section-title {
  color: #000000;
}
.cid-ue1Fc7vkAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue1Fc7vkAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue1Fc886Jj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-ue1Fc886Jj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue1Fc886Jj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue1Fc886Jj .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-ue1Fc886Jj .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-ue1Fc886Jj .container {
    padding: 0 6px;
  }
}
.cid-ue1Fc886Jj .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-ue1Fc886Jj .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-ue1Fc886Jj .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-ue1Fc886Jj .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-ue1Fc886Jj .row {
    padding: 0 30px;
  }
}
.cid-ue1Fc886Jj .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-ue1Fc886Jj .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #150d1d;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-ue1Fc886Jj .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-ue1Fc886Jj .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-ue1Fc886Jj .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-ue1Fc886Jj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ue1Fc886Jj .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-ue1Fc886Jj .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-ue1Fc886Jj .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-ue1Fc886Jj .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-ue1Fc886Jj .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-ue1Fc886Jj .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ue1Fc886Jj .mbr-section-title {
  color: #4479d9;
  text-align: center;
}
.cid-ue1Fc886Jj .list {
  color: #131313;
}
.cid-ue1Fc8Hi3P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-ue1Fc8Hi3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue1Fc8Hi3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue1Fc8Hi3P .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ue1Fc8Hi3P .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ue1Fc8Hi3P .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ue1Fc8Hi3P .card-wrapper {
    padding: 4rem;
  }
}
.cid-ue1Fc8Hi3P .mbr-text,
.cid-ue1Fc8Hi3P .mbr-section-btn {
  color: #000000;
}
.cid-ue1Fc8Hi3P .card-title,
.cid-ue1Fc8Hi3P .card-box {
  text-align: left;
}
.cid-ue1Fc9mlxr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
  overflow: hidden;
}
.cid-ue1Fc9mlxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue1Fc9mlxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue1Fc9mlxr .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-ue1Fc9mlxr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ue1Fc9mlxr .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-ue1Fc9mlxr .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ue1Fc9mlxr .container {
    padding: 0 14px;
  }
}
.cid-ue1Fc9mlxr .row {
  justify-content: center;
}
.cid-ue1Fc9mlxr .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ue1Fc9mlxr .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ue1Fc9mlxr .item {
  margin-bottom: 40px;
}
.cid-ue1Fc9mlxr .item .item-wrapper {
  position: relative;
  padding: 40px 25px;
  border-radius: 0 !important;
  background-color: #9fdbf8;
  height: 100%;
  margin: 0 9px;
}
.cid-ue1Fc9mlxr .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #9fdbf8;
  transform: rotate(-5deg);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-ue1Fc9mlxr .item .item-wrapper {
    margin: 0;
  }
}
.cid-ue1Fc9mlxr .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-ue1Fc9mlxr .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-ue1Fc9mlxr .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-ue1Fc9mlxr .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-ue1Fc9mlxr .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-ue1Fc9mlxr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ue1Fc9mlxr .card-text {
  color: #f1f1f1;
}
.cid-ue1Fc9mlxr .card-name {
  color: #150d1d;
}
.cid-ue1Fca4qcL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-ue1Fca4qcL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue1Fca4qcL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue1Fca4qcL .card-wrapper {
  background: #ff9966;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ue1Fca4qcL .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ue1Fca4qcL .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ue1Fca4qcL .card-wrapper {
    padding: 4rem;
  }
}
.cid-ue1Fca4qcL .mbr-text,
.cid-ue1Fca4qcL .mbr-section-btn {
  color: #353535;
}
.cid-ue1Fca4qcL .card-title,
.cid-ue1Fca4qcL .card-box {
  text-align: left;
  color: #353535;
}
.cid-ue1FcaE2zp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-ue1FcaE2zp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue1FcaE2zp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue1FcaE2zp .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ue1FcaE2zp .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ue1FcaE2zp .container {
    padding: 0 25px;
  }
}
.cid-ue1FcaE2zp .row {
  justify-content: space-between;
}
.cid-ue1FcaE2zp .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ue1FcaE2zp .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-ue1FcaE2zp .card-wrap {
  margin-bottom: 35px;
}
.cid-ue1FcaE2zp .card-wrap .mbr-card-title {
  margin-bottom: 20px;
}
.cid-ue1FcaE2zp .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ue1FcaE2zp .image-wrapper img {
  height: 690px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ue1FcaE2zp .image-wrapper img {
    height: 350px;
  }
}
.cid-ue1FcaE2zp .border-wrap {
  height: 1px;
  background-color: #e33030;
  margin-top: 50px;
}
.cid-ue1FcaE2zp .mbr-section-title {
  color: #000000;
}
.cid-ue1FcaE2zp .mbr-card-title {
  color: #150d1d;
}
.cid-ue1FcaE2zp .mbr-text {
  color: #353535;
}
.cid-ue1FcbnGrP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-ue1FcbnGrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue1FcbnGrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue1FcbnGrP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue1FcbnGrP .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ue1FcbnGrP .container {
    padding: 0 12px;
  }
}
.cid-ue1FcbnGrP .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ue1FcbnGrP .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ue1FcbnGrP .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ue1FcbnGrP .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-ue1FcbnGrP .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ue1FcbnGrP .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-ue1FcbnGrP .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-ue1FcbnGrP .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-ue1FcbnGrP .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-ue1FcbnGrP .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-ue1FcbnGrP .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ue1FcbnGrP .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-ue1FcbnGrP .mbr-section-subtitle {
  color: #222222;
}
.cid-ue1FcbnGrP .mbr-text {
  color: #222222;
}
.cid-ue1FcbnGrP .list {
  color: #222222;
}
.cid-ue1Fcc12HR {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-ue1Fcc12HR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue1Fcc12HR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue1Fcc12HR .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ue1Fcc12HR .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ue1Fcc12HR .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-ue1Fcc12HR .card-title {
  color: #0b0c37;
}
.cid-ue1FccZTog {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ff9966;
}
.cid-ue1FccZTog .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue1FccZTog .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-ue1FccZTog .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ue1FccZTog .row {
  background: #ffffff;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-ue1FccZTog .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-ue1FccZTog img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-ue1FccZTog img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ue1FccZTog .image-wrapper {
    padding: 1rem;
  }
}
.cid-ue1FcdFn7K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-ue1FcdFn7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue1FcdFn7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue1FcdFn7K .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ue1FcdFn7K .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ue1FcdFn7K .container {
    padding: 0 30px;
  }
}
.cid-ue1FcdFn7K .mbr-section-title {
  margin-bottom: 70px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ue1FcdFn7K .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ue1FcdFn7K .video-block .video-wrapper .app-video-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-ue1FcdFn7K .video-block .video-wrapper .app-video-wrapper img {
    height: 350px;
  }
}
.cid-ue1FcdFn7K .video-block .video-wrapper .app-video-wrapper::before {
  color: #fff0b0;
  text-shadow: none;
}
.cid-ue1FcdFn7K .video-block .video-wrapper iframe {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-ue1FcdFn7K .video-block .video-wrapper iframe {
    height: 350px;
  }
}
.cid-ue1FceuFlq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ff9966;
}
.cid-ue1FceuFlq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue1FceuFlq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue1FceuFlq .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-ue1FceuFlq .container-fluid {
    padding: 0 12px;
  }
}
.cid-ue1FceuFlq .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ue1FceuFlq .container {
    padding: 0 20px;
  }
}
.cid-ue1FceuFlq .row {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  margin-top: -2px;
}
.cid-ue1FceuFlq .card {
  padding: 0;
  border-radius: 0;
}
.cid-ue1FceuFlq .card:first-child {
  border-right: 2px solid #000000;
  border-right: none;
  border-left: 2px solid #000000;
}
.cid-ue1FceuFlq .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-ue1FceuFlq .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-ue1FceuFlq .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue1FceuFlq .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-ue1FceuFlq .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-ue1FceuFlq .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-ue1FceuFlq .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue1FceuFlq .card:last-child {
    padding: 50px 20px;
  }
}
.cid-ue1FceuFlq .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue1FceuFlq .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-ue1FceuFlq .mbr-text {
  color: #150d1d;
}
.cid-ue1FceuFlq .mbr-section-title,
.cid-ue1FceuFlq .mbr-section-btn {
  color: #150d1d;
}
.cid-ue1Fcfc9NO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-ue1Fcfc9NO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue1Fcfc9NO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue1Fcfc9NO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ue1Fcfc9NO .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ue1Fcfc9NO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ue1Fcfc9NO .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ue1Fcfc9NO .container {
    padding: 0 16px;
  }
}
.cid-ue1Fcfc9NO .row {
  justify-content: center;
}
.cid-ue1Fcfc9NO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue1Fcfc9NO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ue1Fcfc9NO .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-ue1Fcfc9NO .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-ue1Fcfc9NO .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-ue1Fcfc9NO .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ue1Fcfc9NO .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-ue1Fcfc9NO .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ue1Fcfc9NO .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ue1Fcfc9NO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ue1Fcfc9NO .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-ue1Fcfc9NO .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ue1Fcfc9NO .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-ue1Fcfc9NO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ue1Fcfc9NO .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ue1Fcfc9NO .panel-title {
  color: #000000;
}
.cid-ue1Fcfc9NO .panel-text {
  color: #000000;
}
.cid-ue1Fcgc4ep {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-ue1Fcgc4ep .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue1Fcgc4ep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue1Fcgc4ep .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ue1Fcgc4ep .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ue1Fcgc4ep .container {
    padding: 0 30px;
  }
}
.cid-ue1Fcgc4ep .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ue1Fcgc4ep .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ue1Fcgc4ep .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ue1Fcgc4ep .mbr-section-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-ue1Fcgc4ep .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue1Fcgc4ep .mbr-section-title {
  color: #ffffff;
}
.cid-ue1Fcgc4ep .mbr-text {
  color: #353535;
}
.cid-ue1Fcgc4ep .mbr-section-title,
.cid-ue1Fcgc4ep .mbr-section-btn {
  color: #000000;
}
.cid-ue1FchAigR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-ue1FchAigR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue1FchAigR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue1FchAigR .container,
.cid-ue1FchAigR .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ue1FchAigR .container,
  .cid-ue1FchAigR .container-fluid {
    padding: 0 20px;
  }
}
.cid-ue1FchAigR .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #05051e;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-ue1FchAigR .row {
    padding: 85px 8px;
  }
}
.cid-ue1FchAigR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-ue1FchAigR .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ue1FchAigR .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-ue1FchAigR .text-wrapper {
    padding: 0;
  }
}
.cid-ue1FchAigR .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue1FchAigR .mbr-section-title {
  color: #ffffff;
}
.cid-ue1FchAigR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ue1FchAigR .mbr-text {
  color: #150d1d;
}
.cid-ue1FchAigR .mbr-section-title,
.cid-ue1FchAigR .title-wrapper {
  color: #150d1d;
  text-align: center;
}
.cid-ue1XhZzury {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ue1XhZzury .container {
    padding: 0 25px;
  }
}
.cid-ue1XhZzury .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ue1XhZzury .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-ue1XhZzury .panel-group {
  border-bottom: 2px solid #ff9966;
}
.cid-ue1XhZzury .panel-group .card {
  border-top: 2px solid #ff9966;
  border-radius: 0 !important;
  padding: 0;
}
.cid-ue1XhZzury .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-ue1XhZzury .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ue1XhZzury .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #ff9966;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-ue1XhZzury .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #ff9966;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-ue1XhZzury .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ue1XhZzury .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #ff9966;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ue1XhZzury .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-ue1XhZzury .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ue1XhZzury .mbr-section-title {
  color: #000000;
}
.cid-ue1XhZzury .panel-title-edit {
  color: #000000;
}
.cid-ue1XhZzury .panel-text {
  color: #000000;
}
.cid-ue1FcijhsK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #353535;
}
.cid-ue1FcijhsK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue1FcijhsK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue1FcijhsK .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-ue1FcijhsK .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-ue1FcijhsK .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-ue1FcijhsK .google-map {
  height: 600px;
  position: relative;
}
.cid-ue1FcijhsK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ue1FcijhsK .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-ue1FcijhsK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ue1FcijhsK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ue1FcijhsK .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ue1FcjbL63 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff9966;
}
.cid-ue1FcjbL63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue1FcjbL63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue1FcjbL63 .row {
  justify-content: space-between;
}
.cid-ue1FcjbL63 .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ue1FcjbL63 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ue1FcjbL63 .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ue1FcjbL63 .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-ue1FcjbL63 .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-ue1FcjbL63 .list li {
  margin-bottom: 25px;
}
.cid-ue1FcjbL63 .list li:last-child {
  margin-bottom: 0;
}
.cid-ue1FcjbL63 .mbr-desc {
  margin-bottom: 8px;
}
.cid-ue1FcjbL63 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ue1FcjbL63 .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-ue1FcjbL63 .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-ue1FcjbL63 .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #d2fffe;
  transition: all .3s ease;
}
.cid-ue1FcjbL63 .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #150d1d;
  text-align: center;
}
.cid-ue1FcjbL63 .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #d2fffe;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-ue1FcjbL63 .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-ue1FcjbL63 .mbr-desc,
.cid-ue1FcjbL63 .mbr-iconfont {
  color: #000000;
}
.cid-ue1FcjbL63 .mbr-text,
.cid-ue1FcjbL63 .mbr-section-btn {
  color: #000000;
}
