.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #00850a !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00850a !important;
  border-color: #00850a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #00b80e !important;
  border-color: #00b80e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00b80e !important;
  border-color: #00b80e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #83817f !important;
  border-color: #83817f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #9c9b99 !important;
  border-color: #9c9b99 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9c9b99 !important;
  border-color: #9c9b99 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #00850a;
  color: #00850a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #002e03 !important;
  background-color: transparent !important;
  border-color: #002e03 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00850a !important;
  border-color: #00850a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #83817f;
  color: #83817f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #575654 !important;
  background-color: transparent !important;
  border-color: #575654 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #83817f !important;
  border-color: #83817f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  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: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #00850a !important;
}
.text-secondary {
  color: #83817f !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #001f02 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4f4e4d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #00850a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00850a;
  border-color: #00850a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #00850a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #05ff18;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #00850a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #00850a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00850a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00850a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #00850a;
  border-bottom-color: #00850a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #00850a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #83817f !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='%2300850a' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQAiRISPe1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQAiRISPe1 .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;
}
@media (max-width: 767px) {
  .cid-uQAiRISPe1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQAiRISPe1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQAiRISPe1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uQAiRISPe1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQAiRISPe1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQAiRISPe1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uQAiRISPe1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uQAiRISPe1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uQAiRISPe1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uQAiRISPe1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQAiRISPe1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQAiRISPe1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uQAiRISPe1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uQAiRISPe1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uQAiRISPe1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQAiRISPe1 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQAiRISPe1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uQAiRISPe1 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQAiRISPe1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQAiRISPe1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uQAiRISPe1 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uQAiRISPe1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQAiRISPe1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQAiRISPe1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQAiRISPe1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #1a2133;
  border-radius: 4px !important;
}
.cid-uQAiRISPe1 .nav-item:focus,
.cid-uQAiRISPe1 .nav-link:focus {
  outline: none;
}
.cid-uQAiRISPe1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQAiRISPe1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQAiRISPe1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQAiRISPe1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQAiRISPe1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQAiRISPe1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQAiRISPe1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uQAiRISPe1 .navbar.opened {
  transition: all 0.25s;
}
.cid-uQAiRISPe1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQAiRISPe1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQAiRISPe1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uQAiRISPe1 .navbar.collapsed {
  justify-content: center;
}
.cid-uQAiRISPe1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQAiRISPe1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQAiRISPe1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uQAiRISPe1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQAiRISPe1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQAiRISPe1 .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-uQAiRISPe1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQAiRISPe1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQAiRISPe1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQAiRISPe1 .navbar {
    min-height: 72px;
  }
  .cid-uQAiRISPe1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQAiRISPe1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQAiRISPe1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQAiRISPe1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQAiRISPe1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQAiRISPe1 .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-uQAiRISPe1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQAiRISPe1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQAiRISPe1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQAiRISPe1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQAiRISPe1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQAiRISPe1 .dropdown-item.active,
.cid-uQAiRISPe1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQAiRISPe1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQAiRISPe1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQAiRISPe1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQAiRISPe1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2133;
}
.cid-uQAiRISPe1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uQAiRISPe1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQAiRISPe1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQAiRISPe1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQAiRISPe1 .navbar-buttons {
    text-align: left;
  }
}
.cid-uQAiRISPe1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQAiRISPe1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQAiRISPe1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQAiRISPe1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQAiRISPe1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQAiRISPe1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQAiRISPe1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQAiRISPe1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQAiRISPe1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQAiRISPe1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQAiRISPe1 .navbar-dropdown {
  padding: 0;
  background-color: #1a2133 !important;
  position: fixed;
}
.cid-uQAiRISPe1 .opacityScroll {
  background: #1a2133 !important;
}
.cid-uQAiRISPe1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQAiRISPe1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQAiRISPe1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQAiRISPe1 .navbar {
    height: 70px;
  }
  .cid-uQAiRISPe1 .navbar.opened {
    height: auto;
  }
  .cid-uQAiRISPe1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQAiRISPe1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQAiRISPe1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uQAiRISPe1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQAiRISPe1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uQAiRISPe1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQAiRISPe1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQAiRISPe1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQAiRISPe1 .navbar-brand {
    margin-right: auto;
  }
  .cid-uQAiRISPe1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1a2133;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uQAiRISPe1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQAiRISPe1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uQAiRISPe1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uQAiRISPe1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQAiRISPe1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQAiRISPe1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uQAiRISPe1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQAiRISPe1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uQAiRISPe1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQAiRISPe1 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uQAiRISPe1 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQAiRISPe1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRCwQLv0LL {
  background-color: #ffffff;
}
.cid-uRCwQLv0LL .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-uRCwQLv0LL .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #1a2133;
  text-align: left;
}
.cid-uRCwQLv0LL .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #00850a;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uRCwQLv0LL .mbr-text {
  line-height: 1.54;
  margin-bottom: 50px;
}
.cid-uRCwQLv0LL .btn_group {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRCwQLv0LL .mbr-section-btn {
  display: inline-block;
}
.cid-uRCwQLv0LL .popup_video {
  display: inline-flex;
  align-items: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-left: 30px;
}
.cid-uRCwQLv0LL .popup_video:hover {
  cursor: pointer;
}
.cid-uRCwQLv0LL .popup_video:hover .popup__text {
  color: #1a2133;
}
.cid-uRCwQLv0LL .popup_video:hover .popup__text:after {
  transform: scaleX(1);
}
.cid-uRCwQLv0LL .popup_video:hover .popup__text:before {
  transform: scaleX(0);
}
.cid-uRCwQLv0LL .popup_video:hover .mbr-media {
  background-color: #1a2133;
}
.cid-uRCwQLv0LL .popup_video:hover .mbr-media span {
  color: #ffffff;
}
.cid-uRCwQLv0LL .mbr-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 25px;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
  animation: pulse 2s linear infinite;
}
.cid-uRCwQLv0LL .mbr-media span {
  font-size: 17px;
  position: relative;
  display: inline-block;
  margin-left: 4px;
  color: #1a2133;
}
.cid-uRCwQLv0LL .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-uRCwQLv0LL .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #1a2133;
}
.cid-uRCwQLv0LL .popup__text:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-uRCwQLv0LL .popup__text:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #1a2133;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-uRCwQLv0LL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uRCwQLv0LL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uRCwQLv0LL .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-uRCwQLv0LL a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uRCwQLv0LL a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRCwQLv0LL .head_block {
    order: 1;
    text-align: center;
  }
  .cid-uRCwQLv0LL .image_img {
    margin-bottom: 40px;
  }
  .cid-uRCwQLv0LL .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-uRCwQLv0LL .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uRCwQLv0LL .popup_video {
    margin-left: 0;
    margin-top: 10px;
  }
  .cid-uRCwQLv0LL .btn_group {
    flex-direction: column;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(26, 33, 51, 0.08), 0px 0px 0px 5px rgba(26, 33, 51, 0.08), 0px 0px 0px 12px rgba(26, 33, 51, 0.08);
  }
  100% {
    box-shadow: 0px 0px 0px 5px rgba(26, 33, 51, 0.08), 0px 0px 0px 12px rgba(26, 33, 51, 0.08), 0px 0px 0px 18px rgba(26, 33, 51, 0);
  }
}
.cid-uRCwQLv0LL .mbr-text,
.cid-uRCwQLv0LL .buttons_wrap {
  text-align: left;
}
.cid-uRCGnzgPtd {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #1a2133;
}
.cid-uRCGnzgPtd img,
.cid-uRCGnzgPtd .item-img {
  width: 100%;
  display: none;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uRCGnzgPtd img,
  .cid-uRCGnzgPtd .item-img {
    max-height: 300px;
  }
}
.cid-uRCGnzgPtd .item:focus,
.cid-uRCGnzgPtd span:focus {
  outline: none;
}
.cid-uRCGnzgPtd .item-wrapper {
  position: relative;
}
.cid-uRCGnzgPtd .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uRCGnzgPtd .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uRCGnzgPtd .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRCGnzgPtd .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-uRCGnzgPtd .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRCGnzgPtd .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uRCGnzgPtd .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-uRCGnzgPtd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRCGnzgPtd .mbr-section-title {
  color: #ffffff;
}
.cid-uRCGnzgPtd .mbr-text,
.cid-uRCGnzgPtd .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uRCGnzgPtd .item-title {
  text-align: left;
  color: #000000;
}
.cid-uRCGnzgPtd .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uRCGnzgPtd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uRCGnzgPtd .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uRCGnzgPtd .embla__button--next,
.cid-uRCGnzgPtd .embla__button--prev {
  display: flex;
}
.cid-uRCGnzgPtd .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRCGnzgPtd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uRCGnzgPtd .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uRCGnzgPtd .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRCGnzgPtd .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRCGnzgPtd .embla__button {
    top: auto;
  }
}
.cid-uRCGnzgPtd .embla {
  position: relative;
  width: 100%;
}
.cid-uRCGnzgPtd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uRCGnzgPtd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRCGnzgPtd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRCGnzgPtd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uRCGnzgPtd .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uRCGnzgPtd .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uRCGnzgPtd .content-head {
  max-width: 800px;
}
.cid-uRCGnzgPtd .mbr-section-subtitle {
  color: #000000;
}
.cid-uQAt92WLk0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQAt92WLk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQAt92WLk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQAt92WLk0 .card-wrapper {
  background: #83817f;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uQAt92WLk0 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQAt92WLk0 .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-uQAt92WLk0 .row {
  justify-content: space-between;
}
.cid-uQAt92WLk0 .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-uQAt92WLk0 .mbr-cardtext,
.cid-uQAt92WLk0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uQAvj7YFme {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQAvj7YFme .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQAvj7YFme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQAvj7YFme .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uQAvj7YFme .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQAvj7YFme .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uQAvj7YFme .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQAvj7YFme .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQAvj7YFme .mbr-section-title {
  color: #000000;
}
.cid-uQAvj7YFme .mbr-text,
.cid-uQAvj7YFme .mbr-section-btn {
  color: #000000;
}
.cid-uQAvj7YFme img {
  width: 100%;
  height: 100%;
}
.cid-uQEiTiOz7t .mbr-iconfont {
  display: block;
  font-size: 4rem;
}
.cid-uQEiTiOz7t .card-wrapper {
  transition: all 0.3s;
  padding: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uQEiTiOz7t .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uQEiTiOz7t .card-wrapper:hover .icon2,
.cid-uQEiTiOz7t .card-wrapper:hover .icon3 {
  animation: icon;
  animation-duration: 0.3s;
}
.cid-uQEiTiOz7t .text-wrapper {
  display: flex;
}
@keyframes icon {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.cid-uQEiTiOz7t img {
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-uQEiTiOz7t img:hover {
  transform: scale(1.05);
}
.cid-uQEiTiOz7t .icon1 {
  color: #ffffff;
}
.cid-uQEiTiOz7t .icon2 {
  color: #ffffff;
}
.cid-uQEiTiOz7t .icon3 {
  color: #ffffff;
}
.cid-uQEiTiOz7t .big {
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}
.cid-uQEiTiOz7t .card1 {
  background-image: url("../../../assets/images/gcf-4140-1256x1882.jpg");
  background-size: cover;
  background-position: center;
  padding: 6rem;
  padding-top: 15rem;
}
.cid-uQEiTiOz7t .card1 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1rem;
}
@media (max-width: 1400px) {
  .cid-uQEiTiOz7t .card1 {
    padding: 3rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uQEiTiOz7t .card1 {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uQEiTiOz7t .card1 {
    padding: 3rem 1rem;
  }
}
.cid-uQEiTiOz7t .card-box {
  z-index: 2;
}
.cid-uQEiTiOz7t .card2 {
  background: #83817f;
}
.cid-uQEiTiOz7t .card3 {
  background: #83817f;
}
.cid-uQEiTiOz7t .card3 .mbr-iconfont {
  margin: auto;
  margin-bottom: 0rem;
}
.cid-uQEiTiOz7t .card3:hover {
  background-size: auto 115%;
}
.cid-uQEiTiOz7t .card3:hover:before {
  opacity: 0.3;
}
.cid-uQEiTiOz7t .card2-title {
  color: #ffffff;
}
.cid-uQEiTiOz7t .card3-title {
  color: #ffffff;
}
.cid-uQEiTiOz7t .card1-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQEiTiOz7t .card1-title {
    text-align: center;
  }
}
.cid-uQEiTiOz7t .card1-text {
  color: #ffffff;
}
.cid-uQAxcwIWP5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQAxcwIWP5 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uQADY1jElu {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background: #ffffff;
}
.cid-uQADY1jElu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQADY1jElu .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-uQADY1jElu .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQADY1jElu .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uQADY1jElu .google-map {
  height: 100%;
  position: relative;
}
.cid-uQADY1jElu .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uQADY1jElu .google-map iframe {
    min-height: 350px;
  }
}
.cid-uQADY1jElu .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-uQADY1jElu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQADY1jElu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQADY1jElu .card-wrapper {
  padding: 2.25rem;
  background: #1a2133;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQADY1jElu .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQADY1jElu .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uQADY1jElu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uQADY1jElu .content-head {
  max-width: 800px;
}
.cid-uQADY1jElu .list,
.cid-uQADY1jElu .item-wrap {
  color: #ffffff;
}
.cid-uQADY1jElu .cardTitle {
  color: #ffffff;
  text-align: left;
}
.cid-uQADTv0S4K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a2133;
  overflow: hidden;
}
.cid-uQAN7xUzbN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQAN7xUzbN .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;
}
@media (max-width: 767px) {
  .cid-uQAN7xUzbN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQAN7xUzbN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQAN7xUzbN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uQAN7xUzbN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQAN7xUzbN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQAN7xUzbN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uQAN7xUzbN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uQAN7xUzbN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uQAN7xUzbN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uQAN7xUzbN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQAN7xUzbN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQAN7xUzbN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uQAN7xUzbN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uQAN7xUzbN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uQAN7xUzbN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQAN7xUzbN .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQAN7xUzbN .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uQAN7xUzbN .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQAN7xUzbN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQAN7xUzbN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uQAN7xUzbN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uQAN7xUzbN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQAN7xUzbN .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQAN7xUzbN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQAN7xUzbN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #1a2133;
  border-radius: 4px !important;
}
.cid-uQAN7xUzbN .nav-item:focus,
.cid-uQAN7xUzbN .nav-link:focus {
  outline: none;
}
.cid-uQAN7xUzbN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQAN7xUzbN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQAN7xUzbN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQAN7xUzbN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQAN7xUzbN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQAN7xUzbN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQAN7xUzbN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uQAN7xUzbN .navbar.opened {
  transition: all 0.25s;
}
.cid-uQAN7xUzbN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQAN7xUzbN .navbar .navbar-logo img {
  width: auto;
}
.cid-uQAN7xUzbN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uQAN7xUzbN .navbar.collapsed {
  justify-content: center;
}
.cid-uQAN7xUzbN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQAN7xUzbN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQAN7xUzbN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uQAN7xUzbN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQAN7xUzbN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQAN7xUzbN .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-uQAN7xUzbN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQAN7xUzbN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQAN7xUzbN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQAN7xUzbN .navbar {
    min-height: 72px;
  }
  .cid-uQAN7xUzbN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQAN7xUzbN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQAN7xUzbN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQAN7xUzbN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQAN7xUzbN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQAN7xUzbN .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-uQAN7xUzbN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQAN7xUzbN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQAN7xUzbN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQAN7xUzbN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQAN7xUzbN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQAN7xUzbN .dropdown-item.active,
.cid-uQAN7xUzbN .dropdown-item:active {
  background-color: transparent;
}
.cid-uQAN7xUzbN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQAN7xUzbN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQAN7xUzbN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQAN7xUzbN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2133;
}
.cid-uQAN7xUzbN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uQAN7xUzbN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQAN7xUzbN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQAN7xUzbN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQAN7xUzbN .navbar-buttons {
    text-align: left;
  }
}
.cid-uQAN7xUzbN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQAN7xUzbN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQAN7xUzbN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQAN7xUzbN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQAN7xUzbN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQAN7xUzbN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQAN7xUzbN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQAN7xUzbN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQAN7xUzbN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQAN7xUzbN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQAN7xUzbN .navbar-dropdown {
  padding: 0;
  background-color: #1a2133 !important;
  position: fixed;
}
.cid-uQAN7xUzbN .opacityScroll {
  background: #1a2133 !important;
}
.cid-uQAN7xUzbN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQAN7xUzbN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQAN7xUzbN .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQAN7xUzbN .navbar {
    height: 70px;
  }
  .cid-uQAN7xUzbN .navbar.opened {
    height: auto;
  }
  .cid-uQAN7xUzbN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQAN7xUzbN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQAN7xUzbN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uQAN7xUzbN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQAN7xUzbN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uQAN7xUzbN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQAN7xUzbN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQAN7xUzbN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQAN7xUzbN .navbar-brand {
    margin-right: auto;
  }
  .cid-uQAN7xUzbN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1a2133;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uQAN7xUzbN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQAN7xUzbN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uQAN7xUzbN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uQAN7xUzbN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQAN7xUzbN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQAN7xUzbN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uQAN7xUzbN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQAN7xUzbN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uQAN7xUzbN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQAN7xUzbN .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uQAN7xUzbN .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQAN7xUzbN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQANjpOwGt {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQANjpOwGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQANjpOwGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQANjpOwGt .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uQANjpOwGt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQANjpOwGt .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uQANjpOwGt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQANjpOwGt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQANjpOwGt .mbr-section-title {
  color: #000000;
}
.cid-uQANjpOwGt .mbr-text,
.cid-uQANjpOwGt .mbr-section-btn {
  color: #000000;
}
.cid-uQANjpOwGt img {
  width: 100%;
  height: 100%;
}
.cid-uQANk5fM1r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQANk5fM1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQANk5fM1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQANk5fM1r .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQANk5fM1r .item-mb {
    margin-bottom: 0;
  }
}
.cid-uQANk5fM1r .item-wrapper {
  background: #83817f;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQANk5fM1r .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uQANk5fM1r .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uQANk5fM1r .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #1a2133;
  height: 80px;
  border-radius: 50%;
}
.cid-uQANk5fM1r .mbr-section-title {
  color: #000000;
}
.cid-uQANk5fM1r .mbr-section-subtitle {
  color: #232323;
}
.cid-uQANk5fM1r .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uQANk5fM1r .card-box .item-footer {
  margin-top: auto;
}
.cid-uQANk5fM1r .content-head {
  max-width: 800px;
}
.cid-uQANk5fM1r .card-title,
.cid-uQANk5fM1r .iconfont-wrapper {
  color: #ffffff;
}
.cid-uQANk5fM1r .card-text {
  color: #ffffff;
}
.cid-uRCO5HOVrm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uRCO5HOVrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRCO5HOVrm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRCO5HOVrm .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRCO5HOVrm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRCO5HOVrm .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uRCO5HOVrm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uRCO5HOVrm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRCO5HOVrm .mbr-section-title {
  color: #000000;
}
.cid-uRCO5HOVrm .mbr-text,
.cid-uRCO5HOVrm .mbr-section-btn {
  color: #000000;
}
.cid-uRCO5HOVrm img {
  width: 100%;
  height: 100%;
}
.cid-uQANkJlD6P {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQANkJlD6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQANkJlD6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQANkJlD6P .mbr-description {
  text-align: left;
}
.cid-uQANkJlD6P .item-wrapper {
  background: #1a2133;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uQANkJlD6P .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQANkJlD6P .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uQANkJlD6P .card-title,
.cid-uQANkJlD6P .iconfont-wrapper {
  color: #ffffff;
}
.cid-uQANkJlD6P .card-text {
  color: #000000;
}
.cid-uQANkJlD6P .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQANkJlD6P .mbr-number {
  color: #9fe870;
}
.cid-uQANkJlD6P .mbr-text,
.cid-uQANkJlD6P .mbr-section-btn {
  text-align: center;
}
.cid-uQANkJlD6P .card-text,
.cid-uQANkJlD6P .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uQANkJlD6P .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uQANkJlD6P .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uQANkJlD6P .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQANkJlD6P .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uQANkJlD6P .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQANkJlD6P .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQANkJlD6P .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uQANkJlD6P .card-title {
  text-align: left;
}
.cid-uQANkJlD6P .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uQANkJlD6P .item-content .item-footer {
  margin-top: auto;
}
.cid-uQKR0V72lt .mbr-iconfont {
  display: block;
  font-size: 4rem;
}
.cid-uQKR0V72lt .card-wrapper {
  transition: all 0.3s;
  padding: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uQKR0V72lt .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uQKR0V72lt .card-wrapper:hover .icon2,
.cid-uQKR0V72lt .card-wrapper:hover .icon3 {
  animation: icon;
  animation-duration: 0.3s;
}
.cid-uQKR0V72lt .text-wrapper {
  display: flex;
}
@keyframes icon {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.cid-uQKR0V72lt img {
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-uQKR0V72lt img:hover {
  transform: scale(1.05);
}
.cid-uQKR0V72lt .icon1 {
  color: #ffffff;
}
.cid-uQKR0V72lt .icon2 {
  color: #ffffff;
}
.cid-uQKR0V72lt .icon3 {
  color: #ffffff;
}
.cid-uQKR0V72lt .big {
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}
.cid-uQKR0V72lt .card1 {
  background-image: url("../../../assets/images/gcf-4140-1256x1882.jpg");
  background-size: cover;
  background-position: center;
  padding: 6rem;
  padding-top: 15rem;
}
.cid-uQKR0V72lt .card1 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1rem;
}
@media (max-width: 1400px) {
  .cid-uQKR0V72lt .card1 {
    padding: 3rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uQKR0V72lt .card1 {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uQKR0V72lt .card1 {
    padding: 3rem 1rem;
  }
}
.cid-uQKR0V72lt .card-box {
  z-index: 2;
}
.cid-uQKR0V72lt .card2 {
  background: #83817f;
}
.cid-uQKR0V72lt .card3 {
  background: #83817f;
}
.cid-uQKR0V72lt .card3 .mbr-iconfont {
  margin: auto;
  margin-bottom: 0rem;
}
.cid-uQKR0V72lt .card3:hover {
  background-size: auto 115%;
}
.cid-uQKR0V72lt .card3:hover:before {
  opacity: 0.3;
}
.cid-uQKR0V72lt .card2-title {
  color: #ffffff;
}
.cid-uQKR0V72lt .card3-title {
  color: #ffffff;
}
.cid-uQKR0V72lt .card1-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQKR0V72lt .card1-title {
    text-align: center;
  }
}
.cid-uQKR0V72lt .card1-text {
  color: #ffffff;
}
.cid-uQHp8ui4rH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQHp8ui4rH .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uQGuqVdfk1 {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background: #ffffff;
}
.cid-uQGuqVdfk1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQGuqVdfk1 .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-uQGuqVdfk1 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQGuqVdfk1 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uQGuqVdfk1 .google-map {
  height: 100%;
  position: relative;
}
.cid-uQGuqVdfk1 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uQGuqVdfk1 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uQGuqVdfk1 .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-uQGuqVdfk1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQGuqVdfk1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQGuqVdfk1 .card-wrapper {
  padding: 2.25rem;
  background: #1a2133;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQGuqVdfk1 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQGuqVdfk1 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uQGuqVdfk1 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uQGuqVdfk1 .content-head {
  max-width: 800px;
}
.cid-uQGuqVdfk1 .list,
.cid-uQGuqVdfk1 .item-wrap {
  color: #ffffff;
}
.cid-uQGuqVdfk1 .cardTitle {
  color: #ffffff;
  text-align: left;
}
.cid-uQAN7ALq2C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a2133;
  overflow: hidden;
}
.cid-uQGKu854pR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQGKu854pR .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;
}
@media (max-width: 767px) {
  .cid-uQGKu854pR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQGKu854pR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQGKu854pR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uQGKu854pR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQGKu854pR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQGKu854pR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uQGKu854pR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uQGKu854pR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uQGKu854pR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uQGKu854pR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQGKu854pR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQGKu854pR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uQGKu854pR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uQGKu854pR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uQGKu854pR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQGKu854pR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQGKu854pR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uQGKu854pR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQGKu854pR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQGKu854pR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uQGKu854pR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uQGKu854pR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQGKu854pR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQGKu854pR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQGKu854pR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #1a2133;
  border-radius: 4px !important;
}
.cid-uQGKu854pR .nav-item:focus,
.cid-uQGKu854pR .nav-link:focus {
  outline: none;
}
.cid-uQGKu854pR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQGKu854pR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQGKu854pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQGKu854pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQGKu854pR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQGKu854pR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQGKu854pR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uQGKu854pR .navbar.opened {
  transition: all 0.25s;
}
.cid-uQGKu854pR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQGKu854pR .navbar .navbar-logo img {
  width: auto;
}
.cid-uQGKu854pR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uQGKu854pR .navbar.collapsed {
  justify-content: center;
}
.cid-uQGKu854pR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQGKu854pR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQGKu854pR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uQGKu854pR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQGKu854pR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQGKu854pR .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-uQGKu854pR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQGKu854pR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQGKu854pR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQGKu854pR .navbar {
    min-height: 72px;
  }
  .cid-uQGKu854pR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQGKu854pR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQGKu854pR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQGKu854pR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQGKu854pR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQGKu854pR .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-uQGKu854pR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQGKu854pR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQGKu854pR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQGKu854pR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQGKu854pR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQGKu854pR .dropdown-item.active,
.cid-uQGKu854pR .dropdown-item:active {
  background-color: transparent;
}
.cid-uQGKu854pR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQGKu854pR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQGKu854pR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQGKu854pR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2133;
}
.cid-uQGKu854pR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uQGKu854pR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQGKu854pR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQGKu854pR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQGKu854pR .navbar-buttons {
    text-align: left;
  }
}
.cid-uQGKu854pR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQGKu854pR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQGKu854pR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQGKu854pR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQGKu854pR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQGKu854pR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQGKu854pR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQGKu854pR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQGKu854pR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQGKu854pR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQGKu854pR .navbar-dropdown {
  padding: 0;
  background-color: #1a2133 !important;
  position: fixed;
}
.cid-uQGKu854pR .opacityScroll {
  background: #1a2133 !important;
}
.cid-uQGKu854pR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQGKu854pR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQGKu854pR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQGKu854pR .navbar {
    height: 70px;
  }
  .cid-uQGKu854pR .navbar.opened {
    height: auto;
  }
  .cid-uQGKu854pR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQGKu854pR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQGKu854pR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uQGKu854pR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQGKu854pR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uQGKu854pR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQGKu854pR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQGKu854pR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQGKu854pR .navbar-brand {
    margin-right: auto;
  }
  .cid-uQGKu854pR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1a2133;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uQGKu854pR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQGKu854pR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uQGKu854pR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uQGKu854pR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQGKu854pR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQGKu854pR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uQGKu854pR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQGKu854pR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uQGKu854pR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQGKu854pR .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uQGKu854pR .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQGKu854pR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQGNTJs4dZ {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQGNTJs4dZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQGNTJs4dZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQGNTJs4dZ .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uQGNTJs4dZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQGNTJs4dZ .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uQGNTJs4dZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQGNTJs4dZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQGNTJs4dZ .mbr-section-title {
  color: #000000;
}
.cid-uQGNTJs4dZ .mbr-text,
.cid-uQGNTJs4dZ .mbr-section-btn {
  color: #000000;
}
.cid-uQGNTJs4dZ img {
  width: 100%;
  height: 100%;
}
.cid-uQGNAJr5C7 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQGNAJr5C7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQGNAJr5C7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQGNAJr5C7 .mbr-text {
  color: #000000;
}
.cid-uQGNAJr5C7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uQGNAJr5C7 .item-wrapper {
  background: #1a2133;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uQGNAJr5C7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQGNAJr5C7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-uQGNAJr5C7 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQGNAJr5C7 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uQGNAJr5C7 .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-uQGNAJr5C7 .mbr-section-title {
  color: #000000;
}
.cid-uQGNAJr5C7 .card-text,
.cid-uQGNAJr5C7 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uQGNAJr5C7 .card-title,
.cid-uQGNAJr5C7 .iconfont-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uQGNAJr5C7 .mbr-section-subtitle,
.cid-uQGNAJr5C7 .main-button {
  text-align: left;
  color: #000000;
}
.cid-uQGNAJr5C7 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uQGNAJr5C7 .item-content .item-footer {
  margin-top: auto;
}
.cid-uQGNAJr5C7 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQGNAJr5C7 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uQGNAJr5C7 .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uQGNAJr5C7 .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uQKRgEEhrm .mbr-iconfont {
  display: block;
  font-size: 4rem;
}
.cid-uQKRgEEhrm .card-wrapper {
  transition: all 0.3s;
  padding: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uQKRgEEhrm .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uQKRgEEhrm .card-wrapper:hover .icon2,
.cid-uQKRgEEhrm .card-wrapper:hover .icon3 {
  animation: icon;
  animation-duration: 0.3s;
}
.cid-uQKRgEEhrm .text-wrapper {
  display: flex;
}
@keyframes icon {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.cid-uQKRgEEhrm img {
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-uQKRgEEhrm img:hover {
  transform: scale(1.05);
}
.cid-uQKRgEEhrm .icon1 {
  color: #ffffff;
}
.cid-uQKRgEEhrm .icon2 {
  color: #ffffff;
}
.cid-uQKRgEEhrm .icon3 {
  color: #ffffff;
}
.cid-uQKRgEEhrm .big {
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}
.cid-uQKRgEEhrm .card1 {
  background-image: url("../../../assets/images/gcf-4140-1256x1882.jpg");
  background-size: cover;
  background-position: center;
  padding: 6rem;
  padding-top: 15rem;
}
.cid-uQKRgEEhrm .card1 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1rem;
}
@media (max-width: 1400px) {
  .cid-uQKRgEEhrm .card1 {
    padding: 3rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uQKRgEEhrm .card1 {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uQKRgEEhrm .card1 {
    padding: 3rem 1rem;
  }
}
.cid-uQKRgEEhrm .card-box {
  z-index: 2;
}
.cid-uQKRgEEhrm .card2 {
  background: #83817f;
}
.cid-uQKRgEEhrm .card3 {
  background: #83817f;
}
.cid-uQKRgEEhrm .card3 .mbr-iconfont {
  margin: auto;
  margin-bottom: 0rem;
}
.cid-uQKRgEEhrm .card3:hover {
  background-size: auto 115%;
}
.cid-uQKRgEEhrm .card3:hover:before {
  opacity: 0.3;
}
.cid-uQKRgEEhrm .card2-title {
  color: #ffffff;
}
.cid-uQKRgEEhrm .card3-title {
  color: #ffffff;
}
.cid-uQKRgEEhrm .card1-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQKRgEEhrm .card1-title {
    text-align: center;
  }
}
.cid-uQKRgEEhrm .card1-text {
  color: #ffffff;
}
.cid-uQGKua3Ajf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQGKua3Ajf .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uQGKuaiwDE {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background: #ffffff;
}
.cid-uQGKuaiwDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQGKuaiwDE .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-uQGKuaiwDE .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQGKuaiwDE .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uQGKuaiwDE .google-map {
  height: 100%;
  position: relative;
}
.cid-uQGKuaiwDE .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uQGKuaiwDE .google-map iframe {
    min-height: 350px;
  }
}
.cid-uQGKuaiwDE .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-uQGKuaiwDE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQGKuaiwDE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQGKuaiwDE .card-wrapper {
  padding: 2.25rem;
  background: #1a2133;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQGKuaiwDE .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQGKuaiwDE .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uQGKuaiwDE ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uQGKuaiwDE .content-head {
  max-width: 800px;
}
.cid-uQGKuaiwDE .list,
.cid-uQGKuaiwDE .item-wrap {
  color: #ffffff;
}
.cid-uQGKuaiwDE .cardTitle {
  color: #ffffff;
  text-align: left;
}
.cid-uQGKuaE6kw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a2133;
  overflow: hidden;
}
.cid-uQGPtHPUAT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQGPtHPUAT .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;
}
@media (max-width: 767px) {
  .cid-uQGPtHPUAT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQGPtHPUAT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQGPtHPUAT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uQGPtHPUAT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQGPtHPUAT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQGPtHPUAT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uQGPtHPUAT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uQGPtHPUAT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uQGPtHPUAT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uQGPtHPUAT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQGPtHPUAT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQGPtHPUAT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uQGPtHPUAT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uQGPtHPUAT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uQGPtHPUAT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQGPtHPUAT .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQGPtHPUAT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uQGPtHPUAT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQGPtHPUAT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQGPtHPUAT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uQGPtHPUAT .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uQGPtHPUAT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQGPtHPUAT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQGPtHPUAT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQGPtHPUAT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #1a2133;
  border-radius: 4px !important;
}
.cid-uQGPtHPUAT .nav-item:focus,
.cid-uQGPtHPUAT .nav-link:focus {
  outline: none;
}
.cid-uQGPtHPUAT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQGPtHPUAT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQGPtHPUAT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQGPtHPUAT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQGPtHPUAT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQGPtHPUAT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQGPtHPUAT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uQGPtHPUAT .navbar.opened {
  transition: all 0.25s;
}
.cid-uQGPtHPUAT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQGPtHPUAT .navbar .navbar-logo img {
  width: auto;
}
.cid-uQGPtHPUAT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uQGPtHPUAT .navbar.collapsed {
  justify-content: center;
}
.cid-uQGPtHPUAT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQGPtHPUAT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQGPtHPUAT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uQGPtHPUAT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQGPtHPUAT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQGPtHPUAT .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-uQGPtHPUAT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQGPtHPUAT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQGPtHPUAT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQGPtHPUAT .navbar {
    min-height: 72px;
  }
  .cid-uQGPtHPUAT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQGPtHPUAT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQGPtHPUAT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQGPtHPUAT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQGPtHPUAT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQGPtHPUAT .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-uQGPtHPUAT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQGPtHPUAT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQGPtHPUAT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQGPtHPUAT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQGPtHPUAT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQGPtHPUAT .dropdown-item.active,
.cid-uQGPtHPUAT .dropdown-item:active {
  background-color: transparent;
}
.cid-uQGPtHPUAT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQGPtHPUAT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQGPtHPUAT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQGPtHPUAT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2133;
}
.cid-uQGPtHPUAT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uQGPtHPUAT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQGPtHPUAT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQGPtHPUAT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQGPtHPUAT .navbar-buttons {
    text-align: left;
  }
}
.cid-uQGPtHPUAT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQGPtHPUAT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQGPtHPUAT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQGPtHPUAT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQGPtHPUAT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQGPtHPUAT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQGPtHPUAT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQGPtHPUAT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQGPtHPUAT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQGPtHPUAT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQGPtHPUAT .navbar-dropdown {
  padding: 0;
  background-color: #1a2133 !important;
  position: fixed;
}
.cid-uQGPtHPUAT .opacityScroll {
  background: #1a2133 !important;
}
.cid-uQGPtHPUAT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQGPtHPUAT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQGPtHPUAT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQGPtHPUAT .navbar {
    height: 70px;
  }
  .cid-uQGPtHPUAT .navbar.opened {
    height: auto;
  }
  .cid-uQGPtHPUAT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQGPtHPUAT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQGPtHPUAT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uQGPtHPUAT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQGPtHPUAT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uQGPtHPUAT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQGPtHPUAT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQGPtHPUAT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQGPtHPUAT .navbar-brand {
    margin-right: auto;
  }
  .cid-uQGPtHPUAT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1a2133;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uQGPtHPUAT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQGPtHPUAT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uQGPtHPUAT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uQGPtHPUAT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQGPtHPUAT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQGPtHPUAT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uQGPtHPUAT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQGPtHPUAT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uQGPtHPUAT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQGPtHPUAT .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uQGPtHPUAT .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQGPtHPUAT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQGPtI7Zml {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQGPtI7Zml .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQGPtI7Zml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQGPtI7Zml .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uQGPtI7Zml .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQGPtI7Zml .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uQGPtI7Zml .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQGPtI7Zml .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQGPtI7Zml .mbr-section-title {
  color: #000000;
}
.cid-uQGPtI7Zml .mbr-text,
.cid-uQGPtI7Zml .mbr-section-btn {
  color: #000000;
}
.cid-uQGPtI7Zml img {
  width: 100%;
  height: 100%;
}
.cid-uQGPtIkfhR {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQGPtIkfhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQGPtIkfhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQGPtIkfhR .mbr-text {
  color: #000000;
}
.cid-uQGPtIkfhR .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uQGPtIkfhR .item-wrapper {
  background: #1a2133;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uQGPtIkfhR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQGPtIkfhR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-uQGPtIkfhR .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQGPtIkfhR .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uQGPtIkfhR .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-uQGPtIkfhR .mbr-section-title {
  color: #000000;
}
.cid-uQGPtIkfhR .card-text,
.cid-uQGPtIkfhR .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uQGPtIkfhR .card-title,
.cid-uQGPtIkfhR .iconfont-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uQGPtIkfhR .mbr-section-subtitle,
.cid-uQGPtIkfhR .main-button {
  text-align: left;
  color: #000000;
}
.cid-uQGPtIkfhR .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uQGPtIkfhR .item-content .item-footer {
  margin-top: auto;
}
.cid-uQGPtIkfhR .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQGPtIkfhR .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uQGPtIkfhR .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uQGPtIkfhR .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uQKRRkB68o .mbr-iconfont {
  display: block;
  font-size: 4rem;
}
.cid-uQKRRkB68o .card-wrapper {
  transition: all 0.3s;
  padding: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uQKRRkB68o .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uQKRRkB68o .card-wrapper:hover .icon2,
.cid-uQKRRkB68o .card-wrapper:hover .icon3 {
  animation: icon;
  animation-duration: 0.3s;
}
.cid-uQKRRkB68o .text-wrapper {
  display: flex;
}
@keyframes icon {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.cid-uQKRRkB68o img {
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-uQKRRkB68o img:hover {
  transform: scale(1.05);
}
.cid-uQKRRkB68o .icon1 {
  color: #ffffff;
}
.cid-uQKRRkB68o .icon2 {
  color: #ffffff;
}
.cid-uQKRRkB68o .icon3 {
  color: #ffffff;
}
.cid-uQKRRkB68o .big {
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}
.cid-uQKRRkB68o .card1 {
  background-image: url("../../../assets/images/gcf-4140-1256x1882.jpg");
  background-size: cover;
  background-position: center;
  padding: 6rem;
  padding-top: 15rem;
}
.cid-uQKRRkB68o .card1 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1rem;
}
@media (max-width: 1400px) {
  .cid-uQKRRkB68o .card1 {
    padding: 3rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uQKRRkB68o .card1 {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uQKRRkB68o .card1 {
    padding: 3rem 1rem;
  }
}
.cid-uQKRRkB68o .card-box {
  z-index: 2;
}
.cid-uQKRRkB68o .card2 {
  background: #83817f;
}
.cid-uQKRRkB68o .card3 {
  background: #83817f;
}
.cid-uQKRRkB68o .card3 .mbr-iconfont {
  margin: auto;
  margin-bottom: 0rem;
}
.cid-uQKRRkB68o .card3:hover {
  background-size: auto 115%;
}
.cid-uQKRRkB68o .card3:hover:before {
  opacity: 0.3;
}
.cid-uQKRRkB68o .card2-title {
  color: #ffffff;
}
.cid-uQKRRkB68o .card3-title {
  color: #ffffff;
}
.cid-uQKRRkB68o .card1-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQKRRkB68o .card1-title {
    text-align: center;
  }
}
.cid-uQKRRkB68o .card1-text {
  color: #ffffff;
}
.cid-uQGPtIIuCI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQGPtIIuCI .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uQGPtIP994 {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background: #ffffff;
}
.cid-uQGPtIP994 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQGPtIP994 .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-uQGPtIP994 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQGPtIP994 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uQGPtIP994 .google-map {
  height: 100%;
  position: relative;
}
.cid-uQGPtIP994 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uQGPtIP994 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uQGPtIP994 .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-uQGPtIP994 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQGPtIP994 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQGPtIP994 .card-wrapper {
  padding: 2.25rem;
  background: #1a2133;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQGPtIP994 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQGPtIP994 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uQGPtIP994 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uQGPtIP994 .content-head {
  max-width: 800px;
}
.cid-uQGPtIP994 .list,
.cid-uQGPtIP994 .item-wrap {
  color: #ffffff;
}
.cid-uQGPtIP994 .cardTitle {
  color: #ffffff;
  text-align: left;
}
.cid-uQGPtJ38SS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a2133;
  overflow: hidden;
}
.cid-uQGQBPlSsP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQGQBPlSsP .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;
}
@media (max-width: 767px) {
  .cid-uQGQBPlSsP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQGQBPlSsP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQGQBPlSsP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uQGQBPlSsP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQGQBPlSsP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQGQBPlSsP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uQGQBPlSsP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uQGQBPlSsP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uQGQBPlSsP .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uQGQBPlSsP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQGQBPlSsP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQGQBPlSsP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uQGQBPlSsP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uQGQBPlSsP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uQGQBPlSsP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQGQBPlSsP .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQGQBPlSsP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uQGQBPlSsP .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQGQBPlSsP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQGQBPlSsP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uQGQBPlSsP .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uQGQBPlSsP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQGQBPlSsP .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQGQBPlSsP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQGQBPlSsP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #1a2133;
  border-radius: 4px !important;
}
.cid-uQGQBPlSsP .nav-item:focus,
.cid-uQGQBPlSsP .nav-link:focus {
  outline: none;
}
.cid-uQGQBPlSsP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQGQBPlSsP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQGQBPlSsP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQGQBPlSsP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQGQBPlSsP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQGQBPlSsP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQGQBPlSsP .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uQGQBPlSsP .navbar.opened {
  transition: all 0.25s;
}
.cid-uQGQBPlSsP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQGQBPlSsP .navbar .navbar-logo img {
  width: auto;
}
.cid-uQGQBPlSsP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uQGQBPlSsP .navbar.collapsed {
  justify-content: center;
}
.cid-uQGQBPlSsP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQGQBPlSsP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQGQBPlSsP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uQGQBPlSsP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQGQBPlSsP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQGQBPlSsP .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-uQGQBPlSsP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQGQBPlSsP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQGQBPlSsP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQGQBPlSsP .navbar {
    min-height: 72px;
  }
  .cid-uQGQBPlSsP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQGQBPlSsP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQGQBPlSsP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQGQBPlSsP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQGQBPlSsP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQGQBPlSsP .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-uQGQBPlSsP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQGQBPlSsP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQGQBPlSsP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQGQBPlSsP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQGQBPlSsP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQGQBPlSsP .dropdown-item.active,
.cid-uQGQBPlSsP .dropdown-item:active {
  background-color: transparent;
}
.cid-uQGQBPlSsP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQGQBPlSsP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQGQBPlSsP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQGQBPlSsP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2133;
}
.cid-uQGQBPlSsP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uQGQBPlSsP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQGQBPlSsP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQGQBPlSsP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQGQBPlSsP .navbar-buttons {
    text-align: left;
  }
}
.cid-uQGQBPlSsP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQGQBPlSsP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQGQBPlSsP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQGQBPlSsP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQGQBPlSsP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQGQBPlSsP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQGQBPlSsP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQGQBPlSsP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQGQBPlSsP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQGQBPlSsP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQGQBPlSsP .navbar-dropdown {
  padding: 0;
  background-color: #1a2133 !important;
  position: fixed;
}
.cid-uQGQBPlSsP .opacityScroll {
  background: #1a2133 !important;
}
.cid-uQGQBPlSsP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQGQBPlSsP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQGQBPlSsP .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQGQBPlSsP .navbar {
    height: 70px;
  }
  .cid-uQGQBPlSsP .navbar.opened {
    height: auto;
  }
  .cid-uQGQBPlSsP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQGQBPlSsP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQGQBPlSsP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uQGQBPlSsP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQGQBPlSsP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uQGQBPlSsP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQGQBPlSsP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQGQBPlSsP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQGQBPlSsP .navbar-brand {
    margin-right: auto;
  }
  .cid-uQGQBPlSsP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1a2133;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uQGQBPlSsP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQGQBPlSsP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uQGQBPlSsP .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uQGQBPlSsP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQGQBPlSsP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQGQBPlSsP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uQGQBPlSsP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQGQBPlSsP .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uQGQBPlSsP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQGQBPlSsP .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uQGQBPlSsP .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQGQBPlSsP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQGQBPDYKp {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQGQBPDYKp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQGQBPDYKp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQGQBPDYKp .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uQGQBPDYKp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQGQBPDYKp .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uQGQBPDYKp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQGQBPDYKp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQGQBPDYKp .mbr-section-title {
  color: #000000;
}
.cid-uQGQBPDYKp .mbr-text,
.cid-uQGQBPDYKp .mbr-section-btn {
  color: #000000;
}
.cid-uQGQBPDYKp img {
  width: 100%;
  height: 100%;
}
.cid-uQGQBPR6TO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQGQBPR6TO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQGQBPR6TO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQGQBPR6TO .mbr-text {
  color: #000000;
}
.cid-uQGQBPR6TO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uQGQBPR6TO .item-wrapper {
  background: #1a2133;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uQGQBPR6TO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQGQBPR6TO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-uQGQBPR6TO .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQGQBPR6TO .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uQGQBPR6TO .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-uQGQBPR6TO .mbr-section-title {
  color: #000000;
}
.cid-uQGQBPR6TO .card-text,
.cid-uQGQBPR6TO .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uQGQBPR6TO .card-title,
.cid-uQGQBPR6TO .iconfont-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uQGQBPR6TO .mbr-section-subtitle,
.cid-uQGQBPR6TO .main-button {
  text-align: left;
  color: #000000;
}
.cid-uQGQBPR6TO .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uQGQBPR6TO .item-content .item-footer {
  margin-top: auto;
}
.cid-uQGQBPR6TO .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQGQBPR6TO .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uQGQBPR6TO .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uQGQBPR6TO .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uQKRWrmdpn .mbr-iconfont {
  display: block;
  font-size: 4rem;
}
.cid-uQKRWrmdpn .card-wrapper {
  transition: all 0.3s;
  padding: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uQKRWrmdpn .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uQKRWrmdpn .card-wrapper:hover .icon2,
.cid-uQKRWrmdpn .card-wrapper:hover .icon3 {
  animation: icon;
  animation-duration: 0.3s;
}
.cid-uQKRWrmdpn .text-wrapper {
  display: flex;
}
@keyframes icon {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.cid-uQKRWrmdpn img {
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-uQKRWrmdpn img:hover {
  transform: scale(1.05);
}
.cid-uQKRWrmdpn .icon1 {
  color: #ffffff;
}
.cid-uQKRWrmdpn .icon2 {
  color: #ffffff;
}
.cid-uQKRWrmdpn .icon3 {
  color: #ffffff;
}
.cid-uQKRWrmdpn .big {
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}
.cid-uQKRWrmdpn .card1 {
  background-image: url("../../../assets/images/gcf-4140-1256x1882.jpg");
  background-size: cover;
  background-position: center;
  padding: 6rem;
  padding-top: 15rem;
}
.cid-uQKRWrmdpn .card1 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1rem;
}
@media (max-width: 1400px) {
  .cid-uQKRWrmdpn .card1 {
    padding: 3rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uQKRWrmdpn .card1 {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uQKRWrmdpn .card1 {
    padding: 3rem 1rem;
  }
}
.cid-uQKRWrmdpn .card-box {
  z-index: 2;
}
.cid-uQKRWrmdpn .card2 {
  background: #83817f;
}
.cid-uQKRWrmdpn .card3 {
  background: #83817f;
}
.cid-uQKRWrmdpn .card3 .mbr-iconfont {
  margin: auto;
  margin-bottom: 0rem;
}
.cid-uQKRWrmdpn .card3:hover {
  background-size: auto 115%;
}
.cid-uQKRWrmdpn .card3:hover:before {
  opacity: 0.3;
}
.cid-uQKRWrmdpn .card2-title {
  color: #ffffff;
}
.cid-uQKRWrmdpn .card3-title {
  color: #ffffff;
}
.cid-uQKRWrmdpn .card1-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQKRWrmdpn .card1-title {
    text-align: center;
  }
}
.cid-uQKRWrmdpn .card1-text {
  color: #ffffff;
}
.cid-uQGQBQfJ2v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQGQBQfJ2v .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uQGQBQn4XC {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background: #ffffff;
}
.cid-uQGQBQn4XC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQGQBQn4XC .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-uQGQBQn4XC .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQGQBQn4XC .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uQGQBQn4XC .google-map {
  height: 100%;
  position: relative;
}
.cid-uQGQBQn4XC .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uQGQBQn4XC .google-map iframe {
    min-height: 350px;
  }
}
.cid-uQGQBQn4XC .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-uQGQBQn4XC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQGQBQn4XC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQGQBQn4XC .card-wrapper {
  padding: 2.25rem;
  background: #1a2133;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQGQBQn4XC .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQGQBQn4XC .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uQGQBQn4XC ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uQGQBQn4XC .content-head {
  max-width: 800px;
}
.cid-uQGQBQn4XC .list,
.cid-uQGQBQn4XC .item-wrap {
  color: #ffffff;
}
.cid-uQGQBQn4XC .cardTitle {
  color: #ffffff;
  text-align: left;
}
.cid-uQGQBQBGcy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a2133;
  overflow: hidden;
}
