body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'EB Garamond', serif;
  font-size: 5rem;
  line-height: 0.8;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 3.5rem;
  line-height: 0.7;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 3rem;
  line-height: 0.7;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
    line-height: 0.8;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 1.5rem;
    line-height: 0.8;
  }
  .display-2 {
    font-size: 1.925rem;
    line-height: 0.8;
  }
  .display-5 {
    line-height: 0.8;
  }
}
/* Buttons */
.btn {
  padding: 1.2rem 1.8rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.8rem 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: #ffe161 !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 {
  border: 0px !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #ffe161 !important;
  color: #000000 !important;
}
.btn-secondary {
  border: 0px !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.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: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #ffe161 !important;
  color: #000000 !important;
}
.btn-info {
  border: 0px !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.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: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-info:hover,
.btn-info:focus {
  background: #ffe161 !important;
  color: #000000 !important;
}
.btn-success {
  border: 0px !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.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: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-success:hover,
.btn-success:focus {
  background: #ffe161 !important;
  color: #000000 !important;
}
.btn-warning {
  border: 0px !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #000000 !important;
  box-shadow: none;
}
.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: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: #ffe161 !important;
  color: #000000 !important;
}
.btn-danger {
  border: 0px !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.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: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #ffe161 !important;
  color: #000000 !important;
}
.btn-white {
  border: 0px !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #484848 !important;
  box-shadow: none;
}
.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: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #484848 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white:hover,
.btn-white:focus {
  background: #ffe161 !important;
  color: #000000 !important;
}
.btn-black {
  border: 0px !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.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: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: #ffe161 !important;
  color: #000000 !important;
}
.btn-primary-outline {
  position: relative;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-primary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-primary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-secondary-outline {
  position: relative;
}
.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-secondary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-secondary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-info-outline {
  position: relative;
}
.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-info-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-info-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-success-outline {
  position: relative;
}
.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-success-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-success-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-warning-outline {
  position: relative;
}
.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-warning-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-warning-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-danger-outline {
  position: relative;
}
.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-danger-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-danger-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-black-outline {
  position: relative;
}
.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-black-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-black-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-white-outline {
  position: relative;
}
.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;
}
.btn-white-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-white-outline:hover:before {
  width: calc(100% - 56px);
}
.text-primary {
  color: #ffe161 !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: #ffe161 !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: #fafafa !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;
}
.nav-tabs .nav-link.active {
  color: #ffe161;
}
.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-section-btn a.btn:not(.btn-form) {
  border-radius: 15px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffe161;
  border-color: #ffe161;
  color: #7a6300;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffe161;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffe161 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffe161;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffe161;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffe161;
}
.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: #ffe161;
  border-bottom-color: #ffe161;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffe161 !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='%23ffe161' %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-uOD5RGRu8d {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uOD5RGRu8d nav.navbar {
  position: fixed;
}
.cid-uOD5RGRu8d .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uOD5RGRu8d .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-uOD5RGRu8d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOD5RGRu8d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOD5RGRu8d .dropdown-item:hover,
.cid-uOD5RGRu8d .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uOD5RGRu8d .dropdown-item:hover span {
  color: white;
}
.cid-uOD5RGRu8d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOD5RGRu8d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOD5RGRu8d .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOD5RGRu8d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOD5RGRu8d .nav-link {
  position: relative;
}
.cid-uOD5RGRu8d .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOD5RGRu8d .container {
    flex-wrap: nowrap;
  }
}
.cid-uOD5RGRu8d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOD5RGRu8d .dropdown-menu,
.cid-uOD5RGRu8d .navbar.opened {
  background: #2299aa !important;
}
.cid-uOD5RGRu8d .nav-item:focus,
.cid-uOD5RGRu8d .nav-link:focus {
  outline: none;
}
.cid-uOD5RGRu8d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOD5RGRu8d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOD5RGRu8d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOD5RGRu8d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOD5RGRu8d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOD5RGRu8d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOD5RGRu8d .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2299aa;
}
.cid-uOD5RGRu8d .navbar.opened {
  transition: all 0.3s;
}
.cid-uOD5RGRu8d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOD5RGRu8d .navbar .navbar-logo img {
  width: auto;
}
.cid-uOD5RGRu8d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOD5RGRu8d .navbar.collapsed {
  justify-content: center;
}
.cid-uOD5RGRu8d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOD5RGRu8d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOD5RGRu8d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOD5RGRu8d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOD5RGRu8d .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-uOD5RGRu8d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOD5RGRu8d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOD5RGRu8d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOD5RGRu8d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOD5RGRu8d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOD5RGRu8d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOD5RGRu8d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOD5RGRu8d .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-uOD5RGRu8d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOD5RGRu8d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOD5RGRu8d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOD5RGRu8d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOD5RGRu8d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOD5RGRu8d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOD5RGRu8d .navbar.navbar-short {
  min-height: 80px;
}
.cid-uOD5RGRu8d .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uOD5RGRu8d .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOD5RGRu8d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOD5RGRu8d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOD5RGRu8d .dropdown-item.active,
.cid-uOD5RGRu8d .dropdown-item:active {
  background-color: transparent;
}
.cid-uOD5RGRu8d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOD5RGRu8d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOD5RGRu8d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOD5RGRu8d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2299aa;
}
.cid-uOD5RGRu8d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOD5RGRu8d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOD5RGRu8d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOD5RGRu8d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOD5RGRu8d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOD5RGRu8d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOD5RGRu8d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOD5RGRu8d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOD5RGRu8d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOD5RGRu8d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOD5RGRu8d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOD5RGRu8d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOD5RGRu8d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOD5RGRu8d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOD5RGRu8d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOD5RGRu8d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOD5RGRu8d .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-uOD5RGRu8d .navbar {
    height: 70px;
  }
  .cid-uOD5RGRu8d .navbar.opened {
    height: auto;
  }
  .cid-uOD5RGRu8d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOD6bde7LF {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uOD6bde7LF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD6bde7LF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD6bde7LF .container-fluid {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uOD6bde7LF .container-fluid {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .cid-uOD6bde7LF .container {
    padding: 15px;
  }
}
.cid-uOD6bde7LF .row {
  margin: 0 -5px;
}
.cid-uOD6bde7LF .row .card {
  padding: 0 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uOD6bde7LF .row .card {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-uOD6bde7LF .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOD6bde7LF .image-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uOD6bde7LF .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOD6bde7LF .image-wrapper img {
    position: static;
    height: 350px;
  }
}
.cid-uOD6bde7LF .card-wrapper {
  padding: 200px 80px 80px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-uOD6bde7LF .card-wrapper {
    padding: 200px 40px 80px;
  }
}
@media (max-width: 992px) {
  .cid-uOD6bde7LF .card-wrapper {
    padding: 30px;
  }
}
.cid-uOD6bde7LF .card-wrapper .card-wrap .title-wrapper .mbr-section-title {
  width: 80%;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uOD6bde7LF .card-wrapper .card-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uOD6bde7LF .card-wrapper .card-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOD6bde7LF .card-wrapper .card-wrap .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uOD6bde7LF .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOD6bde7LF .card-wrapper .card-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOD6bde7LF .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOD6bde7LF .card-wrapper .number-wrapper {
  margin-top: 200px;
}
@media (max-width: 992px) {
  .cid-uOD6bde7LF .card-wrapper .number-wrapper {
    margin-top: 30px;
  }
}
.cid-uOD6bde7LF .card-wrapper .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOD6bde7LF .card-wrapper .number-wrapper .number-wrap {
    display: block;
  }
}
.cid-uOD6bde7LF .card-wrapper .number-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
  padding-right: 20px;
}
.cid-uOD6bde7LF .card-wrapper .number-wrapper .number-wrap .mbr-desc {
  border-left: 1px solid #e0e0e0;
  padding: 10px 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOD6bde7LF .card-wrapper .number-wrapper .number-wrap .mbr-desc {
    padding: 0;
    border: none;
  }
}
.cid-uOD6bde7LF .mbr-section-title {
  color: #000000;
}
.cid-uOD6bde7LF .mbr-text,
.cid-uOD6bde7LF .text-wrapper {
  color: #ffffff;
}
.cid-uOD6bde7LF .mbr-number {
  color: #000000;
}
.cid-uOD6bde7LF .mbr-desc {
  color: #000000;
}
.cid-uOD6bde7LF .mbr-section-title,
.cid-uOD6bde7LF .mbr-section-btn,
.cid-uOD6bde7LF .title-wrapper {
  color: #ffffff;
}
.cid-uOD6mcgm1v {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #2299aa;
}
.cid-uOD6mcgm1v .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uOD6mcgm1v .mbr-section-subtitle {
  text-align: center;
}
.cid-uOD9pTchsI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOD9pTchsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOD9pTchsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOD9pTchsI .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uOD9pTchsI .container-fluid {
    padding: 0 12px;
  }
}
.cid-uOD9pTchsI .container-fluid .row {
  padding: 0;
}
.cid-uOD9pTchsI .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uOD9pTchsI .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uOD9pTchsI .card {
    padding: 48px 20px;
  }
}
.cid-uOD9pTchsI .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-uOD9pTchsI .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOD9pTchsI .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uOD9pTchsI .card .google-map {
    height: 250px;
  }
}
.cid-uOD9pTchsI .card .google-map iframe {
  height: 100%;
}
.cid-uOD9pTchsI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOGeojINJE {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #2299aa;
}
.cid-uOGeojINJE .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 6rem;
}
@media (max-width: 991px) {
  .cid-uOGeojINJE .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uOGeojINJE .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uOGeojINJE .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uOGeojINJE .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uOGeojINJE .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uOGeojINJE .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uOGeojINJE .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uOGeojINJE .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-uOGeojINJE .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uOGeojINJE .soc-item a {
  color: #fafafa;
}
.cid-uOGeojINJE .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uOGeojINJE .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uOGeojINJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGeojINJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGeojINJE .mbr-tag,
.cid-uOGeojINJE .social-row {
  color: #151e11;
}
.cid-uODa2IUeU0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uODa2IUeU0 nav.navbar {
  position: fixed;
}
.cid-uODa2IUeU0 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uODa2IUeU0 .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-uODa2IUeU0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uODa2IUeU0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uODa2IUeU0 .dropdown-item:hover,
.cid-uODa2IUeU0 .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uODa2IUeU0 .dropdown-item:hover span {
  color: white;
}
.cid-uODa2IUeU0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uODa2IUeU0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uODa2IUeU0 .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uODa2IUeU0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uODa2IUeU0 .nav-link {
  position: relative;
}
.cid-uODa2IUeU0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uODa2IUeU0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uODa2IUeU0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uODa2IUeU0 .dropdown-menu,
.cid-uODa2IUeU0 .navbar.opened {
  background: #2299aa !important;
}
.cid-uODa2IUeU0 .nav-item:focus,
.cid-uODa2IUeU0 .nav-link:focus {
  outline: none;
}
.cid-uODa2IUeU0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uODa2IUeU0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uODa2IUeU0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uODa2IUeU0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uODa2IUeU0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uODa2IUeU0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uODa2IUeU0 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2299aa;
}
.cid-uODa2IUeU0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uODa2IUeU0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uODa2IUeU0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uODa2IUeU0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uODa2IUeU0 .navbar.collapsed {
  justify-content: center;
}
.cid-uODa2IUeU0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uODa2IUeU0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uODa2IUeU0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uODa2IUeU0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uODa2IUeU0 .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-uODa2IUeU0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uODa2IUeU0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uODa2IUeU0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uODa2IUeU0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uODa2IUeU0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uODa2IUeU0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uODa2IUeU0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uODa2IUeU0 .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-uODa2IUeU0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uODa2IUeU0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uODa2IUeU0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uODa2IUeU0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uODa2IUeU0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uODa2IUeU0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uODa2IUeU0 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uODa2IUeU0 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uODa2IUeU0 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uODa2IUeU0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uODa2IUeU0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uODa2IUeU0 .dropdown-item.active,
.cid-uODa2IUeU0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uODa2IUeU0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uODa2IUeU0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uODa2IUeU0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uODa2IUeU0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2299aa;
}
.cid-uODa2IUeU0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uODa2IUeU0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uODa2IUeU0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uODa2IUeU0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uODa2IUeU0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uODa2IUeU0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uODa2IUeU0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uODa2IUeU0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uODa2IUeU0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uODa2IUeU0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uODa2IUeU0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uODa2IUeU0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uODa2IUeU0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uODa2IUeU0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uODa2IUeU0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uODa2IUeU0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uODa2IUeU0 .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-uODa2IUeU0 .navbar {
    height: 70px;
  }
  .cid-uODa2IUeU0 .navbar.opened {
    height: auto;
  }
  .cid-uODa2IUeU0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uODa2JnitF {
  padding-top: 11rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uODa2JnitF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uODa2JnitF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uODa2JnitF .container-fluid {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uODa2JnitF .container-fluid {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .cid-uODa2JnitF .container {
    padding: 15px;
  }
}
.cid-uODa2JnitF .row {
  margin: 0 -5px;
}
.cid-uODa2JnitF .row .card {
  padding: 0 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uODa2JnitF .row .card {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-uODa2JnitF .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uODa2JnitF .image-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uODa2JnitF .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uODa2JnitF .image-wrapper img {
    position: static;
    height: 350px;
  }
}
.cid-uODa2JnitF .card-wrapper {
  padding: 200px 80px 80px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-uODa2JnitF .card-wrapper {
    padding: 200px 40px 80px;
  }
}
@media (max-width: 992px) {
  .cid-uODa2JnitF .card-wrapper {
    padding: 30px;
  }
}
.cid-uODa2JnitF .card-wrapper .card-wrap .title-wrapper .mbr-section-title {
  width: 80%;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uODa2JnitF .card-wrapper .card-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uODa2JnitF .card-wrapper .card-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uODa2JnitF .card-wrapper .card-wrap .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uODa2JnitF .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uODa2JnitF .card-wrapper .card-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uODa2JnitF .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uODa2JnitF .card-wrapper .number-wrapper {
  margin-top: 200px;
}
@media (max-width: 992px) {
  .cid-uODa2JnitF .card-wrapper .number-wrapper {
    margin-top: 30px;
  }
}
.cid-uODa2JnitF .card-wrapper .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uODa2JnitF .card-wrapper .number-wrapper .number-wrap {
    display: block;
  }
}
.cid-uODa2JnitF .card-wrapper .number-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
  padding-right: 20px;
}
.cid-uODa2JnitF .card-wrapper .number-wrapper .number-wrap .mbr-desc {
  border-left: 1px solid #e0e0e0;
  padding: 10px 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uODa2JnitF .card-wrapper .number-wrapper .number-wrap .mbr-desc {
    padding: 0;
    border: none;
  }
}
.cid-uODa2JnitF .mbr-section-title {
  color: #000000;
}
.cid-uODa2JnitF .mbr-text,
.cid-uODa2JnitF .text-wrapper {
  color: #ffffff;
}
.cid-uODa2JnitF .mbr-number {
  color: #000000;
}
.cid-uODa2JnitF .mbr-desc {
  color: #000000;
}
.cid-uODa2JnitF .mbr-section-title,
.cid-uODa2JnitF .mbr-section-btn,
.cid-uODa2JnitF .title-wrapper {
  color: #ffffff;
}
.cid-uODa2JOSg3 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #2299aa;
}
.cid-uODa2JOSg3 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uODa2JOSg3 .mbr-section-subtitle {
  text-align: center;
}
.cid-uODa2Kbd1j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uODa2Kbd1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uODa2Kbd1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uODa2Kbd1j .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uODa2Kbd1j .container-fluid {
    padding: 0 12px;
  }
}
.cid-uODa2Kbd1j .container-fluid .row {
  padding: 0;
}
.cid-uODa2Kbd1j .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uODa2Kbd1j .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uODa2Kbd1j .card {
    padding: 48px 20px;
  }
}
.cid-uODa2Kbd1j .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-uODa2Kbd1j .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uODa2Kbd1j .card .google-map {
  border: 5px solid #d2d2d2;
  height: 400px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uODa2Kbd1j .card .google-map {
    height: 250px;
  }
}
.cid-uODa2Kbd1j .card .google-map iframe {
  height: 100%;
}
.cid-uODa2Kbd1j .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uOGeQi8ZG4 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #2299aa;
}
.cid-uOGeQi8ZG4 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 6rem;
}
@media (max-width: 991px) {
  .cid-uOGeQi8ZG4 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uOGeQi8ZG4 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uOGeQi8ZG4 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uOGeQi8ZG4 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uOGeQi8ZG4 .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uOGeQi8ZG4 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uOGeQi8ZG4 .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uOGeQi8ZG4 .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-uOGeQi8ZG4 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uOGeQi8ZG4 .soc-item a {
  color: #fafafa;
}
.cid-uOGeQi8ZG4 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uOGeQi8ZG4 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uOGeQi8ZG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGeQi8ZG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGeQi8ZG4 .mbr-tag,
.cid-uOGeQi8ZG4 .social-row {
  color: #151e11;
}
.cid-tz8Air2p6m {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tz8Air2p6m nav.navbar {
  position: fixed;
}
.cid-tz8Air2p6m .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tz8Air2p6m .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-tz8Air2p6m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tz8Air2p6m .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tz8Air2p6m .dropdown-item:hover,
.cid-tz8Air2p6m .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-tz8Air2p6m .dropdown-item:hover span {
  color: white;
}
.cid-tz8Air2p6m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tz8Air2p6m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tz8Air2p6m .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tz8Air2p6m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz8Air2p6m .nav-link {
  position: relative;
}
.cid-tz8Air2p6m .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tz8Air2p6m .container {
    flex-wrap: nowrap;
  }
}
.cid-tz8Air2p6m .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tz8Air2p6m .dropdown-menu,
.cid-tz8Air2p6m .navbar.opened {
  background: #2299aa !important;
}
.cid-tz8Air2p6m .nav-item:focus,
.cid-tz8Air2p6m .nav-link:focus {
  outline: none;
}
.cid-tz8Air2p6m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tz8Air2p6m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz8Air2p6m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tz8Air2p6m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz8Air2p6m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz8Air2p6m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz8Air2p6m .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2299aa;
}
.cid-tz8Air2p6m .navbar.opened {
  transition: all 0.3s;
}
.cid-tz8Air2p6m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tz8Air2p6m .navbar .navbar-logo img {
  width: auto;
}
.cid-tz8Air2p6m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tz8Air2p6m .navbar.collapsed {
  justify-content: center;
}
.cid-tz8Air2p6m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz8Air2p6m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tz8Air2p6m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz8Air2p6m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz8Air2p6m .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-tz8Air2p6m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz8Air2p6m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tz8Air2p6m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tz8Air2p6m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz8Air2p6m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz8Air2p6m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz8Air2p6m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz8Air2p6m .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-tz8Air2p6m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tz8Air2p6m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz8Air2p6m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tz8Air2p6m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tz8Air2p6m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tz8Air2p6m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tz8Air2p6m .navbar.navbar-short {
  min-height: 80px;
}
.cid-tz8Air2p6m .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tz8Air2p6m .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz8Air2p6m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz8Air2p6m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz8Air2p6m .dropdown-item.active,
.cid-tz8Air2p6m .dropdown-item:active {
  background-color: transparent;
}
.cid-tz8Air2p6m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz8Air2p6m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz8Air2p6m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz8Air2p6m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2299aa;
}
.cid-tz8Air2p6m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz8Air2p6m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz8Air2p6m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tz8Air2p6m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz8Air2p6m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tz8Air2p6m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tz8Air2p6m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz8Air2p6m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz8Air2p6m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz8Air2p6m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz8Air2p6m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz8Air2p6m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz8Air2p6m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz8Air2p6m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz8Air2p6m .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tz8Air2p6m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tz8Air2p6m .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-tz8Air2p6m .navbar {
    height: 70px;
  }
  .cid-tz8Air2p6m .navbar.opened {
    height: auto;
  }
  .cid-tz8Air2p6m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tz8Bbgigor {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz8Bbgigor .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8Bbgigor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8Bbgigor a {
  font-weight: bold;
}
.cid-tz8Bbgigor .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-tz8Bbgigor .mbr-text,
.cid-tz8Bbgigor .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uOPZRxou3m {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOPZRxou3m .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uOPZRxou3m .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uOPZRxou3m h5 {
  margin-bottom: 1rem;
}
.cid-uOPZRxou3m .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uOPZRxou3m .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uOPZRxou3m img,
.cid-uOPZRxou3m .item-img {
  width: 100%;
  transition: all 0.3s;
}
.cid-uOPZRxou3m .item:focus,
.cid-uOPZRxou3m span:focus {
  outline: none;
}
.cid-uOPZRxou3m .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOPZRxou3m .item {
    margin-bottom: 1rem;
  }
}
.cid-uOPZRxou3m .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOPZRxou3m .mbr-section-title {
  color: #000000;
}
.cid-uOPZRxou3m .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOPZRxou3m .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uOPZRxou3m .mbr-text,
.cid-uOPZRxou3m .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uOPZRxou3m .content-head {
  max-width: 800px;
}
.cid-uOQ1g276FC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOQ1g276FC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQ1g276FC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQ1g276FC .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uOQ1g276FC .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uOQ1g276FC .container {
    padding: 0 26px;
  }
}
.cid-uOQ1g276FC .row {
  justify-content: center;
}
.cid-uOQ1g276FC .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uOQ1g276FC .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uOQ1g276FC .list .item-wrap:hover,
.cid-uOQ1g276FC .list .item-wrap:focus {
  color: #baab99;
}
.cid-uOQ1g276FC .list,
.cid-uOQ1g276FC .mbr-section-btn {
  text-align: center;
}
.cid-uOQ1g276FC .list,
.cid-uOQ1g276FC .item-wrap,
.cid-uOQ1g276FC .mbr-section-btn {
  color: #e43f3f;
}
.cid-uOQ1Q5lObL {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #2299aa;
}
.cid-uOQ1Q5lObL .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uOQ1Q5lObL .mbr-section-subtitle {
  text-align: center;
}
.cid-uOQ1OZqayi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uOQ1OZqayi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQ1OZqayi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQ1OZqayi .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uOQ1OZqayi .card-wrapper {
    display: block;
  }
}
.cid-uOQ1OZqayi .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uOQ1OZqayi .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uOQ1OZqayi .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOQ1OZqayi .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #2299aa;
}
@media (max-width: 992px) {
  .cid-uOQ1OZqayi .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uOQ1OZqayi .card-wrapper .content-wrapper .date-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uOQ1OZqayi .card-wrapper .content-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOQ1OZqayi .card-wrapper .content-wrapper .date-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-uOQ1OZqayi .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uOQ1OZqayi .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uOQ1OZqayi .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOQ1OZqayi .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOQ1OZqayi .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOQ1OZqayi .mbr-date {
  color: #f4f4f4;
}
.cid-uOQ1OZqayi .mbr-section-title {
  color: #f4f4f4;
}
.cid-uOQ1OZqayi .mbr-text {
  color: #d7d2d2;
}
.cid-uOQ1OZqayi .mbr-text,
.cid-uOQ1OZqayi .text-wrapper {
  color: #ffffff;
}
.cid-uOQ2GG1tgJ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uOQ2GG1tgJ .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uOQ2GG1tgJ .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-uOQ2GG1tgJ .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-uOQ2GG1tgJ .card__title1 {
  color: #47b5ed;
}
.cid-uOQ2GG1tgJ .card__title2 {
  color: #ffe161;
}
.cid-uOQ2GG1tgJ .card__title3 {
  color: #e43f3f;
}
.cid-uOQ2GG1tgJ .figure {
  margin-bottom: 26px;
}
.cid-uOQ2GG1tgJ .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uOQ2GG1tgJ .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-uOQ2GG1tgJ .card__wrap {
    margin-bottom: 25px;
  }
  .cid-uOQ2GG1tgJ .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-uOQ2GG1tgJ .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-uOQ2GG1tgJ .figure {
    margin-bottom: 10px;
  }
}
.cid-uOQ2GG1tgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQ2GG1tgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFy8GBvQV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2299aa;
}
.cid-uOFy8GBvQV .mbr-text {
  color: #767676;
}
.cid-uOFy8GBvQV .sig {
  width: 300px;
}
.cid-uOFy8GBvQV img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uOFy8GBvQV .card-img:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  top: 15%;
  right: 40px;
  width: 40px;
  height: 70%;
  -webkit-box-shadow: 35px 0 30px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 35px 0 30px 0 rgba(0, 0, 0, 0.35);
  opacity: 1;
}
.cid-uOFy8GBvQV .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uOFy8GBvQV .mbr-text,
.cid-uOFy8GBvQV .sig-img {
  color: #ffffff;
}
.cid-uOFy8GBvQV .card-title {
  color: #ffffff;
}
.cid-uOFxHpYI9w {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uOFxHpYI9w .mbr-text {
    text-align: center;
  }
}
.cid-uOFxHpYI9w .mbr-text,
.cid-uOFxHpYI9w .mbr-section-btn {
  color: #000000;
}
.cid-uOFxHpYI9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFxHpYI9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFxHpYI9w H1 {
  color: #151515;
}
.cid-uOA5VcXN96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOA5VcXN96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOA5VcXN96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOA5VcXN96 .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uOA5VcXN96 .items-wrapper .item {
  padding: 0 10px;
}
.cid-uOA5VcXN96 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uOA5VcXN96 .item {
    margin-bottom: 20px;
  }
}
.cid-uOA5VcXN96 .item:hover .item-wrapper .item-img img,
.cid-uOA5VcXN96 .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uOA5VcXN96 .item .item-wrapper {
  padding: 80px 60px;
  background-color: #2299aa;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOA5VcXN96 .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uOA5VcXN96 .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOA5VcXN96 .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uOA5VcXN96 .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uOA5VcXN96 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uOA5VcXN96 .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uOA5VcXN96 .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #2299aa;
}
.cid-uOA5VcXN96 .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOA5VcXN96 .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uOA5VcXN96 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uOA5VcXN96 .mbr-label {
  color: #19171c;
}
.cid-uOA5VcXN96 .item-text {
  color: #6e6e73;
}
.cid-uOG1r3sD8K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOG1r3sD8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG1r3sD8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG1r3sD8K .row {
  justify-content: center;
}
.cid-uOG1r3sD8K .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uOG1r3sD8K .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .cid-uOG1r3sD8K .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOG1r3sD8K .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uOG1r3sD8K .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uOG1r3sD8K .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2299aa;
  opacity: .5;
  pointer-events: none;
}
.cid-uOG1r3sD8K .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uOG1r3sD8K .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uOG1r3sD8K .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uOG1r3sD8K .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uOG1r3sD8K .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOG1r3sD8K .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uOG1r3sD8K .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOG1r3sD8K .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-uOG1r3sD8K .mbr-text,
.cid-uOG1r3sD8K .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uOG1r3sD8K .mbr-section-title,
.cid-uOG1r3sD8K .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uOAqKKTMvu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f3ec;
}
.cid-uOAqKKTMvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOAqKKTMvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOAqKKTMvu .container-fluid {
  padding: 0;
  border-top: 1px solid #2299aa;
  border-bottom: 1px solid #2299aa;
}
@media (max-width: 992px) {
  .cid-uOAqKKTMvu .container-fluid {
    padding: 0;
  }
}
.cid-uOAqKKTMvu .container {
  border-top: 1px solid #2299aa;
  border-bottom: 1px solid #2299aa;
}
@media (max-width: 992px) {
  .cid-uOAqKKTMvu .container {
    padding: 0 28px;
  }
}
.cid-uOAqKKTMvu .row {
  margin: -1px 0 0 0;
  justify-content: center;
}
.cid-uOAqKKTMvu .item {
  padding: 28px 28px 60px;
  border-right: 1px solid #2299aa;
}
.cid-uOAqKKTMvu .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uOAqKKTMvu .item {
    border-right: none;
    border-bottom: 1px solid #2299aa;
  }
  .cid-uOAqKKTMvu .item:last-child {
    border-bottom: none;
  }
}
.cid-uOAqKKTMvu .item .item-wrapper a {
  display: block;
}
.cid-uOAqKKTMvu .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06);
}
.cid-uOAqKKTMvu .item .item-wrapper a .item-img {
  overflow: hidden;
  margin-bottom: 34px;
}
.cid-uOAqKKTMvu .item .item-wrapper a .item-img img {
  height: 650px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOAqKKTMvu .item .item-wrapper a .item-img img {
    height: 350px;
  }
}
.cid-uOAqKKTMvu .item .item-wrapper .desc-wrap {
  margin-bottom: 5px;
}
.cid-uOAqKKTMvu .item .item-wrapper .desc-wrap:hover .mbr-desc::after,
.cid-uOAqKKTMvu .item .item-wrapper .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-uOAqKKTMvu .item .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
.cid-uOAqKKTMvu .item .item-wrapper .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #2299aa;
}
.cid-uOAqKKTMvu .item .item-wrapper .title-wrap:hover .item-title,
.cid-uOAqKKTMvu .item .item-wrapper .title-wrap:focus .item-title {
  color: #18c28a;
}
.cid-uOAqKKTMvu .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOAqKKTMvu .item-title {
  color: #000000;
}
.cid-uOAqKKTMvu .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uOFzNW8iiR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2299aa;
}
.cid-uOFzNW8iiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFzNW8iiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFzNW8iiR .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uOFzNW8iiR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOFzNW8iiR .container {
    padding: 0 30px;
  }
}
.cid-uOFzNW8iiR .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uOFzNW8iiR .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-uOFzNW8iiR .card-wrapper {
    display: block;
  }
}
.cid-uOFzNW8iiR .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uOFzNW8iiR .card-wrapper .title-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOFzNW8iiR .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-uOFzNW8iiR .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOFzNW8iiR .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOFzNW8iiR .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOFzNW8iiR .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uOFzNW8iiR .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOFzNW8iiR .mbr-section-title {
  color: #ffffff;
}
.cid-uOFzNW8iiR .mbr-text {
  color: #ffffff;
}
.cid-uOQqFlRtEt {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOQqFlRtEt .container,
.cid-uOQqFlRtEt .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uOQqFlRtEt .icon__wrap,
.cid-uOQqFlRtEt .mbr-section-title,
.cid-uOQqFlRtEt .mbr-text,
.cid-uOQqFlRtEt .items__block,
.cid-uOQqFlRtEt .mbr-section-btn,
.cid-uOQqFlRtEt .image {
  pointer-events: all;
}
.cid-uOQqFlRtEt .image {
  text-align: center;
}
.cid-uOQqFlRtEt .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-uOQqFlRtEt .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-uOQqFlRtEt .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-uOQqFlRtEt .mbr-text {
  margin-bottom: 40px;
}
.cid-uOQqFlRtEt .items__block .item .mbr-iconfont {
  color: #ffe161;
  margin-right: 10px;
  font-size: 14px;
}
.cid-uOQqFlRtEt .mbr-section-btn {
  margin-top: 55px;
}
.cid-uOQqFlRtEt .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-uOQqFlRtEt .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uOQqFlRtEt .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uOQqFlRtEt .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uOQqFlRtEt .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uOQqFlRtEt .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uOQqFlRtEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQqFlRtEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQqFlRtEt .mbr-section-title,
.cid-uOQqFlRtEt .icon__wrap {
  text-align: left;
  color: #ffffff;
}
.cid-tz8BLyGWEX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2299aa;
}
.cid-tz8BLyGWEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8BLyGWEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8BLyGWEX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tz8BLyGWEX .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-tz8BLyGWEX .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-tz8BLyGWEX .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-tz8BLyGWEX .card-header {
  border: none;
}
.cid-tz8BLyGWEX .panel-group {
  border: none;
}
.cid-tz8BLyGWEX .panel-body,
.cid-tz8BLyGWEX .card-header {
  padding: 1rem 0;
}
.cid-tz8BLyGWEX .panel-title-edit {
  color: #ffffff;
  text-align: center;
}
.cid-tz8BLyGWEX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tz8BLyGWEX H3 {
  color: #ffffff;
  text-align: center;
}
.cid-uOQw1c3TJe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOQw1c3TJe .block__inner {
  padding: 65px 20px 75px;
  border-radius: 10px;
  border: 2px solid #000000;
}
.cid-uOQw1c3TJe .mbr-iconfont {
  font-size: 62px;
  color: #ebeaed;
}
.cid-uOQw1c3TJe .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-uOQw1c3TJe .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #000000;
}
.cid-uOQw1c3TJe .mbr-section-btn {
  margin-top: 40px;
}
.cid-uOQw1c3TJe .mbr-section-btn .btn {
  height: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-uOQw1c3TJe .mbr-text {
    margin-top: 10px;
  }
  .cid-uOQw1c3TJe .mbr-section-title {
    margin-top: 10px;
  }
  .cid-uOQw1c3TJe .block__inner {
    padding: 30px 20px 40px;
  }
}
.cid-uOQw1c3TJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQw1c3TJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8BJfMVkf {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #151515;
}
.cid-tz8BJfMVkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8BJfMVkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8BJfMVkf .google-map {
  height: 35rem;
  position: relative;
}
.cid-tz8BJfMVkf .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tz8BJfMVkf .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-tz8BJfMVkf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tz8BJfMVkf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tz8BJfMVkf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tz8BJfMVkf .mbr-section-title {
  color: #ffffff;
}
.cid-uOFGmhtXEx {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #2299aa;
}
.cid-uOFGmhtXEx .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 6rem;
}
@media (max-width: 991px) {
  .cid-uOFGmhtXEx .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uOFGmhtXEx .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uOFGmhtXEx .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uOFGmhtXEx .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uOFGmhtXEx .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uOFGmhtXEx .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uOFGmhtXEx .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uOFGmhtXEx .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-uOFGmhtXEx .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uOFGmhtXEx .soc-item a {
  color: #fafafa;
}
.cid-uOFGmhtXEx .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uOFGmhtXEx .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uOFGmhtXEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFGmhtXEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFGmhtXEx .mbr-tag,
.cid-uOFGmhtXEx .social-row {
  color: #151e11;
}
.cid-uORfUOg3GQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uORfUOg3GQ nav.navbar {
  position: fixed;
}
.cid-uORfUOg3GQ .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uORfUOg3GQ .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-uORfUOg3GQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uORfUOg3GQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uORfUOg3GQ .dropdown-item:hover,
.cid-uORfUOg3GQ .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uORfUOg3GQ .dropdown-item:hover span {
  color: white;
}
.cid-uORfUOg3GQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uORfUOg3GQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uORfUOg3GQ .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uORfUOg3GQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uORfUOg3GQ .nav-link {
  position: relative;
}
.cid-uORfUOg3GQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uORfUOg3GQ .container {
    flex-wrap: nowrap;
  }
}
.cid-uORfUOg3GQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uORfUOg3GQ .dropdown-menu,
.cid-uORfUOg3GQ .navbar.opened {
  background: #2299aa !important;
}
.cid-uORfUOg3GQ .nav-item:focus,
.cid-uORfUOg3GQ .nav-link:focus {
  outline: none;
}
.cid-uORfUOg3GQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uORfUOg3GQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uORfUOg3GQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uORfUOg3GQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uORfUOg3GQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uORfUOg3GQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uORfUOg3GQ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2299aa;
}
.cid-uORfUOg3GQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uORfUOg3GQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uORfUOg3GQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uORfUOg3GQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uORfUOg3GQ .navbar.collapsed {
  justify-content: center;
}
.cid-uORfUOg3GQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uORfUOg3GQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uORfUOg3GQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uORfUOg3GQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uORfUOg3GQ .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-uORfUOg3GQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uORfUOg3GQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uORfUOg3GQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uORfUOg3GQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uORfUOg3GQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uORfUOg3GQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uORfUOg3GQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uORfUOg3GQ .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-uORfUOg3GQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uORfUOg3GQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uORfUOg3GQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uORfUOg3GQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uORfUOg3GQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uORfUOg3GQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uORfUOg3GQ .navbar.navbar-short {
  min-height: 80px;
}
.cid-uORfUOg3GQ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uORfUOg3GQ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uORfUOg3GQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uORfUOg3GQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uORfUOg3GQ .dropdown-item.active,
.cid-uORfUOg3GQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uORfUOg3GQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uORfUOg3GQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uORfUOg3GQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uORfUOg3GQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2299aa;
}
.cid-uORfUOg3GQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uORfUOg3GQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uORfUOg3GQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uORfUOg3GQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uORfUOg3GQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uORfUOg3GQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uORfUOg3GQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uORfUOg3GQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uORfUOg3GQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uORfUOg3GQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uORfUOg3GQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uORfUOg3GQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uORfUOg3GQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uORfUOg3GQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uORfUOg3GQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uORfUOg3GQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uORfUOg3GQ .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-uORfUOg3GQ .navbar {
    height: 70px;
  }
  .cid-uORfUOg3GQ .navbar.opened {
    height: auto;
  }
  .cid-uORfUOg3GQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uORfUPc6bU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uORfUPc6bU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORfUPc6bU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORfUPc6bU a {
  font-weight: bold;
}
.cid-uORfUPc6bU .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-uORfUPc6bU .mbr-text,
.cid-uORfUPc6bU .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uORfUQ08II {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uORfUQ08II .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uORfUQ08II .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uORfUQ08II h5 {
  margin-bottom: 1rem;
}
.cid-uORfUQ08II .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uORfUQ08II .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uORfUQ08II img,
.cid-uORfUQ08II .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-uORfUQ08II .item:focus,
.cid-uORfUQ08II span:focus {
  outline: none;
}
.cid-uORfUQ08II .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uORfUQ08II .item {
    margin-bottom: 1rem;
  }
}
.cid-uORfUQ08II .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uORfUQ08II .mbr-section-title {
  color: #000000;
}
.cid-uORfUQ08II .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uORfUQ08II .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uORfUQ08II .mbr-text,
.cid-uORfUQ08II .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uORfUQ08II .content-head {
  max-width: 800px;
}
.cid-uORfUQQX7h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uORfUQQX7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORfUQQX7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORfUQQX7h .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uORfUQQX7h .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uORfUQQX7h .container {
    padding: 0 26px;
  }
}
.cid-uORfUQQX7h .row {
  justify-content: center;
}
.cid-uORfUQQX7h .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uORfUQQX7h .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uORfUQQX7h .list .item-wrap:hover,
.cid-uORfUQQX7h .list .item-wrap:focus {
  color: #baab99;
}
.cid-uORfUQQX7h .list,
.cid-uORfUQQX7h .mbr-section-btn {
  text-align: center;
}
.cid-uORfUQQX7h .list,
.cid-uORfUQQX7h .item-wrap,
.cid-uORfUQQX7h .mbr-section-btn {
  color: #e43f3f;
}
.cid-uORfURtK78 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #2299aa;
}
.cid-uORfURtK78 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uORfURtK78 .mbr-section-subtitle {
  text-align: center;
}
.cid-uORfUS5N75 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uORfUS5N75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORfUS5N75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORfUS5N75 .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uORfUS5N75 .card-wrapper {
    display: block;
  }
}
.cid-uORfUS5N75 .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uORfUS5N75 .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uORfUS5N75 .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uORfUS5N75 .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #2299aa;
}
@media (max-width: 992px) {
  .cid-uORfUS5N75 .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uORfUS5N75 .card-wrapper .content-wrapper .date-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uORfUS5N75 .card-wrapper .content-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uORfUS5N75 .card-wrapper .content-wrapper .date-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-uORfUS5N75 .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uORfUS5N75 .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uORfUS5N75 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uORfUS5N75 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uORfUS5N75 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uORfUS5N75 .mbr-date {
  color: #f4f4f4;
}
.cid-uORfUS5N75 .mbr-section-title {
  color: #f4f4f4;
}
.cid-uORfUS5N75 .mbr-text {
  color: #d7d2d2;
}
.cid-uORfUS5N75 .mbr-text,
.cid-uORfUS5N75 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uORfUS5N75 .mbr-section-title,
.cid-uORfUS5N75 .mbr-section-btn,
.cid-uORfUS5N75 .title-wrapper {
  text-align: center;
}
.cid-uORfUTkwZ0 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uORfUTkwZ0 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uORfUTkwZ0 .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-uORfUTkwZ0 .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-uORfUTkwZ0 .card__title1 {
  color: #47b5ed;
}
.cid-uORfUTkwZ0 .card__title2 {
  color: #ffe161;
}
.cid-uORfUTkwZ0 .card__title3 {
  color: #e43f3f;
}
.cid-uORfUTkwZ0 .figure {
  margin-bottom: 26px;
}
.cid-uORfUTkwZ0 .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uORfUTkwZ0 .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-uORfUTkwZ0 .card__wrap {
    margin-bottom: 25px;
  }
  .cid-uORfUTkwZ0 .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-uORfUTkwZ0 .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-uORfUTkwZ0 .figure {
    margin-bottom: 10px;
  }
}
.cid-uORfUTkwZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORfUTkwZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORfUUHPTJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2299aa;
}
.cid-uORfUUHPTJ .mbr-text {
  color: #767676;
}
.cid-uORfUUHPTJ .sig {
  width: 300px;
}
.cid-uORfUUHPTJ img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uORfUUHPTJ .card-img:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  top: 15%;
  right: 40px;
  width: 40px;
  height: 70%;
  -webkit-box-shadow: 35px 0 30px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 35px 0 30px 0 rgba(0, 0, 0, 0.35);
  opacity: 1;
}
.cid-uORfUUHPTJ .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uORfUUHPTJ .mbr-text,
.cid-uORfUUHPTJ .sig-img {
  color: #ffffff;
}
.cid-uORfUUHPTJ .card-title {
  color: #ffffff;
}
.cid-uORfUVOlrx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uORfUVOlrx .mbr-text {
    text-align: center;
  }
}
.cid-uORfUVOlrx .mbr-text,
.cid-uORfUVOlrx .mbr-section-btn {
  color: #000000;
}
.cid-uORfUVOlrx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORfUVOlrx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORfUVOlrx H1 {
  color: #151515;
}
.cid-uORfUWUir4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uORfUWUir4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORfUWUir4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORfUWUir4 .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uORfUWUir4 .items-wrapper .item {
  padding: 0 10px;
}
.cid-uORfUWUir4 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uORfUWUir4 .item {
    margin-bottom: 20px;
  }
}
.cid-uORfUWUir4 .item:hover .item-wrapper .item-img img,
.cid-uORfUWUir4 .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uORfUWUir4 .item .item-wrapper {
  padding: 80px 60px;
  background-color: #2299aa;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uORfUWUir4 .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uORfUWUir4 .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uORfUWUir4 .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uORfUWUir4 .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uORfUWUir4 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uORfUWUir4 .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uORfUWUir4 .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #2299aa;
}
.cid-uORfUWUir4 .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uORfUWUir4 .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uORfUWUir4 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uORfUWUir4 .mbr-label {
  color: #19171c;
}
.cid-uORfUWUir4 .item-text {
  color: #6e6e73;
}
.cid-uORfUYnDFi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uORfUYnDFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORfUYnDFi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORfUYnDFi .row {
  justify-content: center;
}
.cid-uORfUYnDFi .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uORfUYnDFi .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .cid-uORfUYnDFi .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uORfUYnDFi .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uORfUYnDFi .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uORfUYnDFi .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2299aa;
  opacity: .5;
  pointer-events: none;
}
.cid-uORfUYnDFi .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uORfUYnDFi .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uORfUYnDFi .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uORfUYnDFi .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uORfUYnDFi .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uORfUYnDFi .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uORfUYnDFi .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uORfUYnDFi .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-uORfUYnDFi .mbr-text,
.cid-uORfUYnDFi .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uORfUYnDFi .mbr-section-title,
.cid-uORfUYnDFi .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uORvE7yiQC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uORvE7yiQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORvE7yiQC .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-uORvE7yiQC .container {
    padding: 0 30px;
  }
}
.cid-uORvE7yiQC .row {
  justify-content: center;
}
.cid-uORvE7yiQC .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uORvE7yiQC .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uORvE7yiQC .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uORvE7yiQC .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-uORvE7yiQC .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uORvE7yiQC .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uORvE7yiQC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uORfUZk41s {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f3ec;
}
.cid-uORfUZk41s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORfUZk41s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORfUZk41s .container-fluid {
  padding: 0;
  border-top: 1px solid #2299aa;
  border-bottom: 1px solid #2299aa;
}
@media (max-width: 992px) {
  .cid-uORfUZk41s .container-fluid {
    padding: 0;
  }
}
.cid-uORfUZk41s .container {
  border-top: 1px solid #2299aa;
  border-bottom: 1px solid #2299aa;
}
@media (max-width: 992px) {
  .cid-uORfUZk41s .container {
    padding: 0 28px;
  }
}
.cid-uORfUZk41s .row {
  margin: -1px 0 0 0;
  justify-content: center;
}
.cid-uORfUZk41s .item {
  padding: 28px 28px 60px;
  border-right: 1px solid #2299aa;
}
.cid-uORfUZk41s .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uORfUZk41s .item {
    border-right: none;
    border-bottom: 1px solid #2299aa;
  }
  .cid-uORfUZk41s .item:last-child {
    border-bottom: none;
  }
}
.cid-uORfUZk41s .item .item-wrapper a {
  display: block;
}
.cid-uORfUZk41s .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06);
}
.cid-uORfUZk41s .item .item-wrapper a .item-img {
  overflow: hidden;
  margin-bottom: 34px;
}
.cid-uORfUZk41s .item .item-wrapper a .item-img img {
  height: 650px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uORfUZk41s .item .item-wrapper a .item-img img {
    height: 350px;
  }
}
.cid-uORfUZk41s .item .item-wrapper .desc-wrap {
  margin-bottom: 5px;
}
.cid-uORfUZk41s .item .item-wrapper .desc-wrap:hover .mbr-desc::after,
.cid-uORfUZk41s .item .item-wrapper .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-uORfUZk41s .item .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
.cid-uORfUZk41s .item .item-wrapper .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #2299aa;
}
.cid-uORfUZk41s .item .item-wrapper .title-wrap:hover .item-title,
.cid-uORfUZk41s .item .item-wrapper .title-wrap:focus .item-title {
  color: #18c28a;
}
.cid-uORfUZk41s .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uORfUZk41s .item-title {
  color: #000000;
}
.cid-uORfUZk41s .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uORfV0z2to {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2299aa;
}
.cid-uORfV0z2to .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORfV0z2to .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORfV0z2to .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uORfV0z2to .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uORfV0z2to .container {
    padding: 0 30px;
  }
}
.cid-uORfV0z2to .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uORfV0z2to .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-uORfV0z2to .card-wrapper {
    display: block;
  }
}
.cid-uORfV0z2to .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uORfV0z2to .card-wrapper .title-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uORfV0z2to .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-uORfV0z2to .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uORfV0z2to .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uORfV0z2to .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uORfV0z2to .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uORfV0z2to .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uORfV0z2to .mbr-section-title {
  color: #ffffff;
}
.cid-uORfV0z2to .mbr-text {
  color: #ffffff;
}
.cid-uORfV1rFcN {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uORfV1rFcN .container,
.cid-uORfV1rFcN .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uORfV1rFcN .icon__wrap,
.cid-uORfV1rFcN .mbr-section-title,
.cid-uORfV1rFcN .mbr-text,
.cid-uORfV1rFcN .items__block,
.cid-uORfV1rFcN .mbr-section-btn,
.cid-uORfV1rFcN .image {
  pointer-events: all;
}
.cid-uORfV1rFcN .image {
  text-align: center;
}
.cid-uORfV1rFcN .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-uORfV1rFcN .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-uORfV1rFcN .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-uORfV1rFcN .mbr-text {
  margin-bottom: 40px;
}
.cid-uORfV1rFcN .items__block .item .mbr-iconfont {
  color: #ffe161;
  margin-right: 10px;
  font-size: 14px;
}
.cid-uORfV1rFcN .mbr-section-btn {
  margin-top: 55px;
}
.cid-uORfV1rFcN .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-uORfV1rFcN .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uORfV1rFcN .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uORfV1rFcN .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uORfV1rFcN .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uORfV1rFcN .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uORfV1rFcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORfV1rFcN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORfV1rFcN .mbr-section-title,
.cid-uORfV1rFcN .icon__wrap {
  text-align: left;
  color: #ffffff;
}
.cid-uORfV2PU9C {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2299aa;
}
.cid-uORfV2PU9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORfV2PU9C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORfV2PU9C .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uORfV2PU9C .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-uORfV2PU9C .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-uORfV2PU9C .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-uORfV2PU9C .card-header {
  border: none;
}
.cid-uORfV2PU9C .panel-group {
  border: none;
}
.cid-uORfV2PU9C .panel-body,
.cid-uORfV2PU9C .card-header {
  padding: 1rem 0;
}
.cid-uORfV2PU9C .panel-title-edit {
  color: #ffffff;
  text-align: center;
}
.cid-uORfV2PU9C .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uORfV2PU9C H3 {
  color: #ffffff;
  text-align: center;
}
.cid-uORfV3WKc6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uORfV3WKc6 .block__inner {
  padding: 65px 20px 75px;
  border-radius: 10px;
  border: 2px solid #000000;
}
.cid-uORfV3WKc6 .mbr-iconfont {
  font-size: 62px;
  color: #ebeaed;
}
.cid-uORfV3WKc6 .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-uORfV3WKc6 .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #000000;
}
.cid-uORfV3WKc6 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uORfV3WKc6 .mbr-section-btn .btn {
  height: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-uORfV3WKc6 .mbr-text {
    margin-top: 10px;
  }
  .cid-uORfV3WKc6 .mbr-section-title {
    margin-top: 10px;
  }
  .cid-uORfV3WKc6 .block__inner {
    padding: 30px 20px 40px;
  }
}
.cid-uORfV3WKc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORfV3WKc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOS7sKtG3B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uOS7sKtG3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOS7sKtG3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOS7sKtG3B .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uOS7sKtG3B .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uOS7sKtG3B .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 992px) {
  .cid-uOS7sKtG3B .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uOS7sKtG3B .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOS7sKtG3B .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOS7sKtG3B .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOS7sKtG3B .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uOS7sKtG3B .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uOS7sKtG3B .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uOS7sKtG3B .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOS7sKtG3B .mbr-section-title {
  color: #19171c;
}
.cid-uOS7sKtG3B .panel-title {
  color: #19171c;
}
.cid-uOS7sKtG3B .panel-text {
  color: #6e6e73;
}
.cid-uORfV55BP0 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #151515;
}
.cid-uORfV55BP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORfV55BP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORfV55BP0 .google-map {
  height: 35rem;
  position: relative;
}
.cid-uORfV55BP0 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uORfV55BP0 .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-uORfV55BP0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uORfV55BP0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uORfV55BP0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uORfV55BP0 .mbr-section-title {
  color: #ffffff;
}
.cid-uORfV6stwv {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #2299aa;
}
.cid-uORfV6stwv .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 6rem;
}
@media (max-width: 991px) {
  .cid-uORfV6stwv .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uORfV6stwv .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uORfV6stwv .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uORfV6stwv .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uORfV6stwv .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uORfV6stwv .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uORfV6stwv .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uORfV6stwv .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-uORfV6stwv .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uORfV6stwv .soc-item a {
  color: #fafafa;
}
.cid-uORfV6stwv .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uORfV6stwv .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uORfV6stwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORfV6stwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORfV6stwv .mbr-tag,
.cid-uORfV6stwv .social-row {
  color: #151e11;
}
.cid-uORhQlCZ78 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uORhQlCZ78 nav.navbar {
  position: fixed;
}
.cid-uORhQlCZ78 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uORhQlCZ78 .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-uORhQlCZ78 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uORhQlCZ78 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uORhQlCZ78 .dropdown-item:hover,
.cid-uORhQlCZ78 .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uORhQlCZ78 .dropdown-item:hover span {
  color: white;
}
.cid-uORhQlCZ78 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uORhQlCZ78 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uORhQlCZ78 .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uORhQlCZ78 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uORhQlCZ78 .nav-link {
  position: relative;
}
.cid-uORhQlCZ78 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uORhQlCZ78 .container {
    flex-wrap: nowrap;
  }
}
.cid-uORhQlCZ78 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uORhQlCZ78 .dropdown-menu,
.cid-uORhQlCZ78 .navbar.opened {
  background: #2299aa !important;
}
.cid-uORhQlCZ78 .nav-item:focus,
.cid-uORhQlCZ78 .nav-link:focus {
  outline: none;
}
.cid-uORhQlCZ78 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uORhQlCZ78 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uORhQlCZ78 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uORhQlCZ78 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uORhQlCZ78 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uORhQlCZ78 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uORhQlCZ78 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2299aa;
}
.cid-uORhQlCZ78 .navbar.opened {
  transition: all 0.3s;
}
.cid-uORhQlCZ78 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uORhQlCZ78 .navbar .navbar-logo img {
  width: auto;
}
.cid-uORhQlCZ78 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uORhQlCZ78 .navbar.collapsed {
  justify-content: center;
}
.cid-uORhQlCZ78 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uORhQlCZ78 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uORhQlCZ78 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uORhQlCZ78 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uORhQlCZ78 .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-uORhQlCZ78 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uORhQlCZ78 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uORhQlCZ78 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uORhQlCZ78 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uORhQlCZ78 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uORhQlCZ78 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uORhQlCZ78 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uORhQlCZ78 .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-uORhQlCZ78 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uORhQlCZ78 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uORhQlCZ78 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uORhQlCZ78 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uORhQlCZ78 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uORhQlCZ78 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uORhQlCZ78 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uORhQlCZ78 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uORhQlCZ78 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uORhQlCZ78 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uORhQlCZ78 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uORhQlCZ78 .dropdown-item.active,
.cid-uORhQlCZ78 .dropdown-item:active {
  background-color: transparent;
}
.cid-uORhQlCZ78 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uORhQlCZ78 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uORhQlCZ78 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uORhQlCZ78 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2299aa;
}
.cid-uORhQlCZ78 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uORhQlCZ78 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uORhQlCZ78 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uORhQlCZ78 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uORhQlCZ78 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uORhQlCZ78 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uORhQlCZ78 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uORhQlCZ78 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uORhQlCZ78 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uORhQlCZ78 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uORhQlCZ78 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uORhQlCZ78 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uORhQlCZ78 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uORhQlCZ78 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uORhQlCZ78 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uORhQlCZ78 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uORhQlCZ78 .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-uORhQlCZ78 .navbar {
    height: 70px;
  }
  .cid-uORhQlCZ78 .navbar.opened {
    height: auto;
  }
  .cid-uORhQlCZ78 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uORhQmk8KN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uORhQmk8KN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhQmk8KN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhQmk8KN a {
  font-weight: bold;
}
.cid-uORhQmk8KN .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-uORhQmk8KN .mbr-text,
.cid-uORhQmk8KN .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uORhQnbQvX {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uORhQnbQvX .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uORhQnbQvX .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uORhQnbQvX h5 {
  margin-bottom: 1rem;
}
.cid-uORhQnbQvX .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uORhQnbQvX .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uORhQnbQvX img,
.cid-uORhQnbQvX .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-uORhQnbQvX .item:focus,
.cid-uORhQnbQvX span:focus {
  outline: none;
}
.cid-uORhQnbQvX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uORhQnbQvX .item {
    margin-bottom: 1rem;
  }
}
.cid-uORhQnbQvX .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uORhQnbQvX .mbr-section-title {
  color: #000000;
}
.cid-uORhQnbQvX .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uORhQnbQvX .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uORhQnbQvX .mbr-text,
.cid-uORhQnbQvX .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uORhQnbQvX .content-head {
  max-width: 800px;
}
.cid-uORhQnOYY0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uORhQnOYY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhQnOYY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhQnOYY0 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uORhQnOYY0 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uORhQnOYY0 .container {
    padding: 0 26px;
  }
}
.cid-uORhQnOYY0 .row {
  justify-content: center;
}
.cid-uORhQnOYY0 .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uORhQnOYY0 .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uORhQnOYY0 .list .item-wrap:hover,
.cid-uORhQnOYY0 .list .item-wrap:focus {
  color: #baab99;
}
.cid-uORhQnOYY0 .list,
.cid-uORhQnOYY0 .mbr-section-btn {
  text-align: center;
}
.cid-uORhQnOYY0 .list,
.cid-uORhQnOYY0 .item-wrap,
.cid-uORhQnOYY0 .mbr-section-btn {
  color: #e43f3f;
}
.cid-uORhQouGEI {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #2299aa;
}
.cid-uORhQouGEI .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uORhQouGEI .mbr-section-subtitle {
  text-align: center;
}
.cid-uORhQp0Qj8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uORhQp0Qj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhQp0Qj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhQp0Qj8 .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uORhQp0Qj8 .card-wrapper {
    display: block;
  }
}
.cid-uORhQp0Qj8 .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uORhQp0Qj8 .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uORhQp0Qj8 .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uORhQp0Qj8 .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #2299aa;
}
@media (max-width: 992px) {
  .cid-uORhQp0Qj8 .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uORhQp0Qj8 .card-wrapper .content-wrapper .date-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uORhQp0Qj8 .card-wrapper .content-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uORhQp0Qj8 .card-wrapper .content-wrapper .date-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-uORhQp0Qj8 .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uORhQp0Qj8 .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uORhQp0Qj8 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uORhQp0Qj8 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uORhQp0Qj8 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uORhQp0Qj8 .mbr-date {
  color: #f4f4f4;
}
.cid-uORhQp0Qj8 .mbr-section-title {
  color: #f4f4f4;
}
.cid-uORhQp0Qj8 .mbr-text {
  color: #d7d2d2;
}
.cid-uORhQp0Qj8 .mbr-text,
.cid-uORhQp0Qj8 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uORhQp0Qj8 .mbr-section-title,
.cid-uORhQp0Qj8 .mbr-section-btn,
.cid-uORhQp0Qj8 .title-wrapper {
  text-align: center;
}
.cid-uORhQpB3dh {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uORhQpB3dh .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uORhQpB3dh .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-uORhQpB3dh .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-uORhQpB3dh .card__title1 {
  color: #47b5ed;
}
.cid-uORhQpB3dh .card__title2 {
  color: #ffe161;
}
.cid-uORhQpB3dh .card__title3 {
  color: #e43f3f;
}
.cid-uORhQpB3dh .figure {
  margin-bottom: 26px;
}
.cid-uORhQpB3dh .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uORhQpB3dh .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-uORhQpB3dh .card__wrap {
    margin-bottom: 25px;
  }
  .cid-uORhQpB3dh .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-uORhQpB3dh .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-uORhQpB3dh .figure {
    margin-bottom: 10px;
  }
}
.cid-uORhQpB3dh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhQpB3dh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhQqFQKe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2299aa;
}
.cid-uORhQqFQKe .mbr-text {
  color: #767676;
}
.cid-uORhQqFQKe .sig {
  width: 300px;
}
.cid-uORhQqFQKe img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uORhQqFQKe .card-img:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  top: 15%;
  right: 40px;
  width: 40px;
  height: 70%;
  -webkit-box-shadow: 35px 0 30px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 35px 0 30px 0 rgba(0, 0, 0, 0.35);
  opacity: 1;
}
.cid-uORhQqFQKe .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uORhQqFQKe .mbr-text,
.cid-uORhQqFQKe .sig-img {
  color: #ffffff;
}
.cid-uORhQqFQKe .card-title {
  color: #ffffff;
}
.cid-uORhQrnTdA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uORhQrnTdA .mbr-text {
    text-align: center;
  }
}
.cid-uORhQrnTdA .mbr-text,
.cid-uORhQrnTdA .mbr-section-btn {
  color: #000000;
}
.cid-uORhQrnTdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhQrnTdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhQrnTdA H1 {
  color: #151515;
}
.cid-uORhQs16S5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uORhQs16S5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhQs16S5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhQs16S5 .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uORhQs16S5 .items-wrapper .item {
  padding: 0 10px;
}
.cid-uORhQs16S5 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uORhQs16S5 .item {
    margin-bottom: 20px;
  }
}
.cid-uORhQs16S5 .item:hover .item-wrapper .item-img img,
.cid-uORhQs16S5 .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uORhQs16S5 .item .item-wrapper {
  padding: 80px 60px;
  background-color: #2299aa;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uORhQs16S5 .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uORhQs16S5 .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uORhQs16S5 .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uORhQs16S5 .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uORhQs16S5 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uORhQs16S5 .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uORhQs16S5 .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #2299aa;
}
.cid-uORhQs16S5 .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uORhQs16S5 .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uORhQs16S5 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uORhQs16S5 .mbr-label {
  color: #19171c;
}
.cid-uORhQs16S5 .item-text {
  color: #6e6e73;
}
.cid-uORhQsNRV0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uORhQsNRV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhQsNRV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhQsNRV0 .row {
  justify-content: center;
}
.cid-uORhQsNRV0 .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uORhQsNRV0 .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .cid-uORhQsNRV0 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uORhQsNRV0 .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uORhQsNRV0 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uORhQsNRV0 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2299aa;
  opacity: .5;
  pointer-events: none;
}
.cid-uORhQsNRV0 .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uORhQsNRV0 .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uORhQsNRV0 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uORhQsNRV0 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uORhQsNRV0 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uORhQsNRV0 .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uORhQsNRV0 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uORhQsNRV0 .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-uORhQsNRV0 .mbr-text,
.cid-uORhQsNRV0 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uORhQsNRV0 .mbr-section-title,
.cid-uORhQsNRV0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uORhQtuSXm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f3ec;
}
.cid-uORhQtuSXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhQtuSXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhQtuSXm .container-fluid {
  padding: 0;
  border-top: 1px solid #2299aa;
  border-bottom: 1px solid #2299aa;
}
@media (max-width: 992px) {
  .cid-uORhQtuSXm .container-fluid {
    padding: 0;
  }
}
.cid-uORhQtuSXm .container {
  border-top: 1px solid #2299aa;
  border-bottom: 1px solid #2299aa;
}
@media (max-width: 992px) {
  .cid-uORhQtuSXm .container {
    padding: 0 28px;
  }
}
.cid-uORhQtuSXm .row {
  margin: -1px 0 0 0;
  justify-content: center;
}
.cid-uORhQtuSXm .item {
  padding: 28px 28px 60px;
  border-right: 1px solid #2299aa;
}
.cid-uORhQtuSXm .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uORhQtuSXm .item {
    border-right: none;
    border-bottom: 1px solid #2299aa;
  }
  .cid-uORhQtuSXm .item:last-child {
    border-bottom: none;
  }
}
.cid-uORhQtuSXm .item .item-wrapper a {
  display: block;
}
.cid-uORhQtuSXm .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06);
}
.cid-uORhQtuSXm .item .item-wrapper a .item-img {
  overflow: hidden;
  margin-bottom: 34px;
}
.cid-uORhQtuSXm .item .item-wrapper a .item-img img {
  height: 650px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uORhQtuSXm .item .item-wrapper a .item-img img {
    height: 350px;
  }
}
.cid-uORhQtuSXm .item .item-wrapper .desc-wrap {
  margin-bottom: 5px;
}
.cid-uORhQtuSXm .item .item-wrapper .desc-wrap:hover .mbr-desc::after,
.cid-uORhQtuSXm .item .item-wrapper .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-uORhQtuSXm .item .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
.cid-uORhQtuSXm .item .item-wrapper .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #2299aa;
}
.cid-uORhQtuSXm .item .item-wrapper .title-wrap:hover .item-title,
.cid-uORhQtuSXm .item .item-wrapper .title-wrap:focus .item-title {
  color: #18c28a;
}
.cid-uORhQtuSXm .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uORhQtuSXm .item-title {
  color: #000000;
}
.cid-uORhQtuSXm .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uORhQuc5kw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2299aa;
}
.cid-uORhQuc5kw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhQuc5kw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhQuc5kw .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uORhQuc5kw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uORhQuc5kw .container {
    padding: 0 30px;
  }
}
.cid-uORhQuc5kw .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uORhQuc5kw .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-uORhQuc5kw .card-wrapper {
    display: block;
  }
}
.cid-uORhQuc5kw .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uORhQuc5kw .card-wrapper .title-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uORhQuc5kw .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-uORhQuc5kw .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uORhQuc5kw .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uORhQuc5kw .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uORhQuc5kw .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uORhQuc5kw .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uORhQuc5kw .mbr-section-title {
  color: #ffffff;
}
.cid-uORhQuc5kw .mbr-text {
  color: #ffffff;
}
.cid-uORhQuLy6o {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uORhQuLy6o .container,
.cid-uORhQuLy6o .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uORhQuLy6o .icon__wrap,
.cid-uORhQuLy6o .mbr-section-title,
.cid-uORhQuLy6o .mbr-text,
.cid-uORhQuLy6o .items__block,
.cid-uORhQuLy6o .mbr-section-btn,
.cid-uORhQuLy6o .image {
  pointer-events: all;
}
.cid-uORhQuLy6o .image {
  text-align: center;
}
.cid-uORhQuLy6o .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-uORhQuLy6o .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-uORhQuLy6o .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-uORhQuLy6o .mbr-text {
  margin-bottom: 40px;
}
.cid-uORhQuLy6o .items__block .item .mbr-iconfont {
  color: #ffe161;
  margin-right: 10px;
  font-size: 14px;
}
.cid-uORhQuLy6o .mbr-section-btn {
  margin-top: 55px;
}
.cid-uORhQuLy6o .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-uORhQuLy6o .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uORhQuLy6o .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uORhQuLy6o .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uORhQuLy6o .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uORhQuLy6o .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uORhQuLy6o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhQuLy6o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhQuLy6o .mbr-section-title,
.cid-uORhQuLy6o .icon__wrap {
  text-align: left;
  color: #ffffff;
}
.cid-uORhQvNhpv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2299aa;
}
.cid-uORhQvNhpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhQvNhpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhQvNhpv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uORhQvNhpv .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-uORhQvNhpv .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-uORhQvNhpv .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-uORhQvNhpv .card-header {
  border: none;
}
.cid-uORhQvNhpv .panel-group {
  border: none;
}
.cid-uORhQvNhpv .panel-body,
.cid-uORhQvNhpv .card-header {
  padding: 1rem 0;
}
.cid-uORhQvNhpv .panel-title-edit {
  color: #ffffff;
  text-align: center;
}
.cid-uORhQvNhpv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uORhQvNhpv H3 {
  color: #ffffff;
  text-align: center;
}
.cid-uORhQwSVj8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uORhQwSVj8 .block__inner {
  padding: 65px 20px 75px;
  border-radius: 10px;
  border: 2px solid #000000;
}
.cid-uORhQwSVj8 .mbr-iconfont {
  font-size: 62px;
  color: #ebeaed;
}
.cid-uORhQwSVj8 .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-uORhQwSVj8 .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #000000;
}
.cid-uORhQwSVj8 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uORhQwSVj8 .mbr-section-btn .btn {
  height: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-uORhQwSVj8 .mbr-text {
    margin-top: 10px;
  }
  .cid-uORhQwSVj8 .mbr-section-title {
    margin-top: 10px;
  }
  .cid-uORhQwSVj8 .block__inner {
    padding: 30px 20px 40px;
  }
}
.cid-uORhQwSVj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhQwSVj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOS9xx6PmB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uOS9xx6PmB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOS9xx6PmB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOS9xx6PmB .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uOS9xx6PmB .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uOS9xx6PmB .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #2299aa;
}
@media (max-width: 992px) {
  .cid-uOS9xx6PmB .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uOS9xx6PmB .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOS9xx6PmB .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOS9xx6PmB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOS9xx6PmB .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uOS9xx6PmB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uOS9xx6PmB .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uOS9xx6PmB .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOS9xx6PmB .mbr-section-title {
  color: #19171c;
}
.cid-uOS9xx6PmB .panel-title {
  color: #19171c;
}
.cid-uOS9xx6PmB .panel-text {
  color: #6e6e73;
}
.cid-uORhQxDb7e {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #151515;
}
.cid-uORhQxDb7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhQxDb7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhQxDb7e .google-map {
  height: 35rem;
  position: relative;
}
.cid-uORhQxDb7e .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uORhQxDb7e .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-uORhQxDb7e .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uORhQxDb7e .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uORhQxDb7e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uORhQxDb7e .mbr-section-title {
  color: #ffffff;
}
.cid-uORhQyAon1 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #2299aa;
}
.cid-uORhQyAon1 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 6rem;
}
@media (max-width: 991px) {
  .cid-uORhQyAon1 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uORhQyAon1 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uORhQyAon1 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uORhQyAon1 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uORhQyAon1 .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uORhQyAon1 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uORhQyAon1 .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uORhQyAon1 .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-uORhQyAon1 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uORhQyAon1 .soc-item a {
  color: #fafafa;
}
.cid-uORhQyAon1 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uORhQyAon1 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uORhQyAon1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhQyAon1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhQyAon1 .mbr-tag,
.cid-uORhQyAon1 .social-row {
  color: #151e11;
}
.cid-uORhRSo8DP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uORhRSo8DP nav.navbar {
  position: fixed;
}
.cid-uORhRSo8DP .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uORhRSo8DP .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-uORhRSo8DP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uORhRSo8DP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uORhRSo8DP .dropdown-item:hover,
.cid-uORhRSo8DP .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uORhRSo8DP .dropdown-item:hover span {
  color: white;
}
.cid-uORhRSo8DP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uORhRSo8DP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uORhRSo8DP .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uORhRSo8DP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uORhRSo8DP .nav-link {
  position: relative;
}
.cid-uORhRSo8DP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uORhRSo8DP .container {
    flex-wrap: nowrap;
  }
}
.cid-uORhRSo8DP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uORhRSo8DP .dropdown-menu,
.cid-uORhRSo8DP .navbar.opened {
  background: #2299aa !important;
}
.cid-uORhRSo8DP .nav-item:focus,
.cid-uORhRSo8DP .nav-link:focus {
  outline: none;
}
.cid-uORhRSo8DP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uORhRSo8DP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uORhRSo8DP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uORhRSo8DP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uORhRSo8DP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uORhRSo8DP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uORhRSo8DP .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2299aa;
}
.cid-uORhRSo8DP .navbar.opened {
  transition: all 0.3s;
}
.cid-uORhRSo8DP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uORhRSo8DP .navbar .navbar-logo img {
  width: auto;
}
.cid-uORhRSo8DP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uORhRSo8DP .navbar.collapsed {
  justify-content: center;
}
.cid-uORhRSo8DP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uORhRSo8DP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uORhRSo8DP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uORhRSo8DP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uORhRSo8DP .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-uORhRSo8DP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uORhRSo8DP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uORhRSo8DP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uORhRSo8DP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uORhRSo8DP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uORhRSo8DP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uORhRSo8DP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uORhRSo8DP .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-uORhRSo8DP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uORhRSo8DP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uORhRSo8DP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uORhRSo8DP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uORhRSo8DP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uORhRSo8DP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uORhRSo8DP .navbar.navbar-short {
  min-height: 80px;
}
.cid-uORhRSo8DP .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uORhRSo8DP .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uORhRSo8DP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uORhRSo8DP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uORhRSo8DP .dropdown-item.active,
.cid-uORhRSo8DP .dropdown-item:active {
  background-color: transparent;
}
.cid-uORhRSo8DP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uORhRSo8DP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uORhRSo8DP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uORhRSo8DP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2299aa;
}
.cid-uORhRSo8DP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uORhRSo8DP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uORhRSo8DP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uORhRSo8DP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uORhRSo8DP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uORhRSo8DP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uORhRSo8DP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uORhRSo8DP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uORhRSo8DP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uORhRSo8DP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uORhRSo8DP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uORhRSo8DP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uORhRSo8DP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uORhRSo8DP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uORhRSo8DP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uORhRSo8DP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uORhRSo8DP .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-uORhRSo8DP .navbar {
    height: 70px;
  }
  .cid-uORhRSo8DP .navbar.opened {
    height: auto;
  }
  .cid-uORhRSo8DP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uORhRT7qs9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uORhRT7qs9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhRT7qs9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhRT7qs9 a {
  font-weight: bold;
}
.cid-uORhRT7qs9 .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-uORhRT7qs9 .mbr-text,
.cid-uORhRT7qs9 .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uORhRTGEnJ {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uORhRTGEnJ .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uORhRTGEnJ .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uORhRTGEnJ h5 {
  margin-bottom: 1rem;
}
.cid-uORhRTGEnJ .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uORhRTGEnJ .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uORhRTGEnJ img,
.cid-uORhRTGEnJ .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-uORhRTGEnJ .item:focus,
.cid-uORhRTGEnJ span:focus {
  outline: none;
}
.cid-uORhRTGEnJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uORhRTGEnJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uORhRTGEnJ .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uORhRTGEnJ .mbr-section-title {
  color: #000000;
}
.cid-uORhRTGEnJ .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uORhRTGEnJ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uORhRTGEnJ .mbr-text,
.cid-uORhRTGEnJ .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uORhRTGEnJ .content-head {
  max-width: 800px;
}
.cid-uORhRUrAAF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uORhRUrAAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhRUrAAF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhRUrAAF .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uORhRUrAAF .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uORhRUrAAF .container {
    padding: 0 26px;
  }
}
.cid-uORhRUrAAF .row {
  justify-content: center;
}
.cid-uORhRUrAAF .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uORhRUrAAF .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uORhRUrAAF .list .item-wrap:hover,
.cid-uORhRUrAAF .list .item-wrap:focus {
  color: #baab99;
}
.cid-uORhRUrAAF .list,
.cid-uORhRUrAAF .mbr-section-btn {
  text-align: center;
}
.cid-uORhRUrAAF .list,
.cid-uORhRUrAAF .item-wrap,
.cid-uORhRUrAAF .mbr-section-btn {
  color: #e43f3f;
}
.cid-uORhRV8tQy {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #2299aa;
}
.cid-uORhRV8tQy .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uORhRV8tQy .mbr-section-subtitle {
  text-align: center;
}
.cid-uORhRVNGgF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uORhRVNGgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhRVNGgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhRVNGgF .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uORhRVNGgF .card-wrapper {
    display: block;
  }
}
.cid-uORhRVNGgF .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uORhRVNGgF .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uORhRVNGgF .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uORhRVNGgF .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #2299aa;
}
@media (max-width: 992px) {
  .cid-uORhRVNGgF .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uORhRVNGgF .card-wrapper .content-wrapper .date-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uORhRVNGgF .card-wrapper .content-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uORhRVNGgF .card-wrapper .content-wrapper .date-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-uORhRVNGgF .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uORhRVNGgF .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uORhRVNGgF .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uORhRVNGgF .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uORhRVNGgF .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uORhRVNGgF .mbr-date {
  color: #f4f4f4;
}
.cid-uORhRVNGgF .mbr-section-title {
  color: #f4f4f4;
}
.cid-uORhRVNGgF .mbr-text {
  color: #d7d2d2;
}
.cid-uORhRVNGgF .mbr-text,
.cid-uORhRVNGgF .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uORhRVNGgF .mbr-section-title,
.cid-uORhRVNGgF .mbr-section-btn,
.cid-uORhRVNGgF .title-wrapper {
  text-align: center;
}
.cid-uORhRWohRk {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uORhRWohRk .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uORhRWohRk .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-uORhRWohRk .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-uORhRWohRk .card__title1 {
  color: #47b5ed;
}
.cid-uORhRWohRk .card__title2 {
  color: #ffe161;
}
.cid-uORhRWohRk .card__title3 {
  color: #e43f3f;
}
.cid-uORhRWohRk .figure {
  margin-bottom: 26px;
}
.cid-uORhRWohRk .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uORhRWohRk .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-uORhRWohRk .card__wrap {
    margin-bottom: 25px;
  }
  .cid-uORhRWohRk .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-uORhRWohRk .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-uORhRWohRk .figure {
    margin-bottom: 10px;
  }
}
.cid-uORhRWohRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhRWohRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhRXXo1m {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2299aa;
}
.cid-uORhRXXo1m .mbr-text {
  color: #767676;
}
.cid-uORhRXXo1m .sig {
  width: 300px;
}
.cid-uORhRXXo1m img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uORhRXXo1m .card-img:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  top: 15%;
  right: 40px;
  width: 40px;
  height: 70%;
  -webkit-box-shadow: 35px 0 30px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 35px 0 30px 0 rgba(0, 0, 0, 0.35);
  opacity: 1;
}
.cid-uORhRXXo1m .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uORhRXXo1m .mbr-text,
.cid-uORhRXXo1m .sig-img {
  color: #ffffff;
}
.cid-uORhRXXo1m .card-title {
  color: #ffffff;
}
.cid-uORhRYwgnX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uORhRYwgnX .mbr-text {
    text-align: center;
  }
}
.cid-uORhRYwgnX .mbr-text,
.cid-uORhRYwgnX .mbr-section-btn {
  color: #000000;
}
.cid-uORhRYwgnX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhRYwgnX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhRYwgnX H1 {
  color: #151515;
}
.cid-uORhRZkEfC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uORhRZkEfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhRZkEfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhRZkEfC .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uORhRZkEfC .items-wrapper .item {
  padding: 0 10px;
}
.cid-uORhRZkEfC .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uORhRZkEfC .item {
    margin-bottom: 20px;
  }
}
.cid-uORhRZkEfC .item:hover .item-wrapper .item-img img,
.cid-uORhRZkEfC .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uORhRZkEfC .item .item-wrapper {
  padding: 80px 60px;
  background-color: #2299aa;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uORhRZkEfC .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uORhRZkEfC .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uORhRZkEfC .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uORhRZkEfC .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uORhRZkEfC .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uORhRZkEfC .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uORhRZkEfC .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #2299aa;
}
.cid-uORhRZkEfC .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uORhRZkEfC .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uORhRZkEfC .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uORhRZkEfC .mbr-label {
  color: #19171c;
}
.cid-uORhRZkEfC .item-text {
  color: #6e6e73;
}
.cid-uORhS06Ptk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uORhS06Ptk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhS06Ptk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhS06Ptk .row {
  justify-content: center;
}
.cid-uORhS06Ptk .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uORhS06Ptk .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .cid-uORhS06Ptk .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uORhS06Ptk .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uORhS06Ptk .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uORhS06Ptk .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2299aa;
  opacity: .5;
  pointer-events: none;
}
.cid-uORhS06Ptk .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uORhS06Ptk .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uORhS06Ptk .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uORhS06Ptk .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uORhS06Ptk .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uORhS06Ptk .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uORhS06Ptk .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uORhS06Ptk .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-uORhS06Ptk .mbr-text,
.cid-uORhS06Ptk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uORhS06Ptk .mbr-section-title,
.cid-uORhS06Ptk .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uORhS0RimC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f3ec;
}
.cid-uORhS0RimC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhS0RimC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhS0RimC .container-fluid {
  padding: 0;
  border-top: 1px solid #2299aa;
  border-bottom: 1px solid #2299aa;
}
@media (max-width: 992px) {
  .cid-uORhS0RimC .container-fluid {
    padding: 0;
  }
}
.cid-uORhS0RimC .container {
  border-top: 1px solid #2299aa;
  border-bottom: 1px solid #2299aa;
}
@media (max-width: 992px) {
  .cid-uORhS0RimC .container {
    padding: 0 28px;
  }
}
.cid-uORhS0RimC .row {
  margin: -1px 0 0 0;
  justify-content: center;
}
.cid-uORhS0RimC .item {
  padding: 28px 28px 60px;
  border-right: 1px solid #2299aa;
}
.cid-uORhS0RimC .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uORhS0RimC .item {
    border-right: none;
    border-bottom: 1px solid #2299aa;
  }
  .cid-uORhS0RimC .item:last-child {
    border-bottom: none;
  }
}
.cid-uORhS0RimC .item .item-wrapper a {
  display: block;
}
.cid-uORhS0RimC .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06);
}
.cid-uORhS0RimC .item .item-wrapper a .item-img {
  overflow: hidden;
  margin-bottom: 34px;
}
.cid-uORhS0RimC .item .item-wrapper a .item-img img {
  height: 650px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uORhS0RimC .item .item-wrapper a .item-img img {
    height: 350px;
  }
}
.cid-uORhS0RimC .item .item-wrapper .desc-wrap {
  margin-bottom: 5px;
}
.cid-uORhS0RimC .item .item-wrapper .desc-wrap:hover .mbr-desc::after,
.cid-uORhS0RimC .item .item-wrapper .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-uORhS0RimC .item .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
.cid-uORhS0RimC .item .item-wrapper .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #2299aa;
}
.cid-uORhS0RimC .item .item-wrapper .title-wrap:hover .item-title,
.cid-uORhS0RimC .item .item-wrapper .title-wrap:focus .item-title {
  color: #18c28a;
}
.cid-uORhS0RimC .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uORhS0RimC .item-title {
  color: #000000;
}
.cid-uORhS0RimC .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uORhS1HvkB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2299aa;
}
.cid-uORhS1HvkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhS1HvkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhS1HvkB .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uORhS1HvkB .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uORhS1HvkB .container {
    padding: 0 30px;
  }
}
.cid-uORhS1HvkB .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uORhS1HvkB .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-uORhS1HvkB .card-wrapper {
    display: block;
  }
}
.cid-uORhS1HvkB .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uORhS1HvkB .card-wrapper .title-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uORhS1HvkB .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-uORhS1HvkB .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uORhS1HvkB .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uORhS1HvkB .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uORhS1HvkB .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uORhS1HvkB .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uORhS1HvkB .mbr-section-title {
  color: #ffffff;
}
.cid-uORhS1HvkB .mbr-text {
  color: #ffffff;
}
.cid-uORhS2lSCi {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uORhS2lSCi .container,
.cid-uORhS2lSCi .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uORhS2lSCi .icon__wrap,
.cid-uORhS2lSCi .mbr-section-title,
.cid-uORhS2lSCi .mbr-text,
.cid-uORhS2lSCi .items__block,
.cid-uORhS2lSCi .mbr-section-btn,
.cid-uORhS2lSCi .image {
  pointer-events: all;
}
.cid-uORhS2lSCi .image {
  text-align: center;
}
.cid-uORhS2lSCi .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-uORhS2lSCi .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-uORhS2lSCi .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-uORhS2lSCi .mbr-text {
  margin-bottom: 40px;
}
.cid-uORhS2lSCi .items__block .item .mbr-iconfont {
  color: #ffe161;
  margin-right: 10px;
  font-size: 14px;
}
.cid-uORhS2lSCi .mbr-section-btn {
  margin-top: 55px;
}
.cid-uORhS2lSCi .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-uORhS2lSCi .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uORhS2lSCi .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uORhS2lSCi .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uORhS2lSCi .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uORhS2lSCi .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uORhS2lSCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhS2lSCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhS2lSCi .mbr-section-title,
.cid-uORhS2lSCi .icon__wrap {
  text-align: left;
  color: #ffffff;
}
.cid-uORhS3pJCz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2299aa;
}
.cid-uORhS3pJCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhS3pJCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhS3pJCz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uORhS3pJCz .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-uORhS3pJCz .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-uORhS3pJCz .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-uORhS3pJCz .card-header {
  border: none;
}
.cid-uORhS3pJCz .panel-group {
  border: none;
}
.cid-uORhS3pJCz .panel-body,
.cid-uORhS3pJCz .card-header {
  padding: 1rem 0;
}
.cid-uORhS3pJCz .panel-title-edit {
  color: #ffffff;
  text-align: center;
}
.cid-uORhS3pJCz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uORhS3pJCz H3 {
  color: #ffffff;
  text-align: center;
}
.cid-uORhS4xBe5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uORhS4xBe5 .block__inner {
  padding: 65px 20px 75px;
  border-radius: 10px;
  border: 2px solid #000000;
}
.cid-uORhS4xBe5 .mbr-iconfont {
  font-size: 62px;
  color: #ebeaed;
}
.cid-uORhS4xBe5 .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-uORhS4xBe5 .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #000000;
}
.cid-uORhS4xBe5 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uORhS4xBe5 .mbr-section-btn .btn {
  height: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-uORhS4xBe5 .mbr-text {
    margin-top: 10px;
  }
  .cid-uORhS4xBe5 .mbr-section-title {
    margin-top: 10px;
  }
  .cid-uORhS4xBe5 .block__inner {
    padding: 30px 20px 40px;
  }
}
.cid-uORhS4xBe5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhS4xBe5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOScdKicnQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uOScdKicnQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOScdKicnQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOScdKicnQ .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uOScdKicnQ .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uOScdKicnQ .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #2299aa;
}
@media (max-width: 992px) {
  .cid-uOScdKicnQ .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uOScdKicnQ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOScdKicnQ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOScdKicnQ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOScdKicnQ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uOScdKicnQ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uOScdKicnQ .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uOScdKicnQ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOScdKicnQ .mbr-section-title {
  color: #19171c;
}
.cid-uOScdKicnQ .panel-title {
  color: #19171c;
}
.cid-uOScdKicnQ .panel-text {
  color: #6e6e73;
}
.cid-uORhS5iRq2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #151515;
}
.cid-uORhS5iRq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhS5iRq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhS5iRq2 .google-map {
  height: 35rem;
  position: relative;
}
.cid-uORhS5iRq2 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uORhS5iRq2 .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-uORhS5iRq2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uORhS5iRq2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uORhS5iRq2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uORhS5iRq2 .mbr-section-title {
  color: #ffffff;
}
.cid-uORhS6dbvI {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #2299aa;
}
.cid-uORhS6dbvI .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 6rem;
}
@media (max-width: 991px) {
  .cid-uORhS6dbvI .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uORhS6dbvI .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-uORhS6dbvI .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-uORhS6dbvI .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-uORhS6dbvI .footer-top {
  border-bottom: 2px solid #f23801;
}
.cid-uORhS6dbvI .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-uORhS6dbvI .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-uORhS6dbvI .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-uORhS6dbvI .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-uORhS6dbvI .soc-item a {
  color: #fafafa;
}
.cid-uORhS6dbvI .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fafafa;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uORhS6dbvI .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uORhS6dbvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORhS6dbvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORhS6dbvI .mbr-tag,
.cid-uORhS6dbvI .social-row {
  color: #151e11;
}
