body {
  font-family: 'Brygada 1918', serif;
}
.display-1 {
  font-family: 'Brygada 1918', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Brygada 1918', serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Brygada 1918', serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Brygada 1918', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #202020 !important;
}
.bg-success {
  background-color: #fafafa !important;
}
.bg-info {
  background-color: #bbd5e4 !important;
}
.bg-warning {
  background-color: #22654e !important;
}
.bg-danger {
  background-color: #e5673b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #202020 !important;
  border-color: #202020 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d8d8d8 !important;
  border-color: #d8d8d8 !important;
  color: #595959 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #adadad !important;
  border-color: #adadad !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #595959 !important;
  background-color: #adadad !important;
  border-color: #adadad !important;
}
.btn-info,
.btn-info:active {
  background-color: #bbd5e4 !important;
  border-color: #bbd5e4 !important;
  color: #2d5973 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #7dafcb !important;
  border-color: #7dafcb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #2d5973 !important;
  background-color: #7dafcb !important;
  border-color: #7dafcb !important;
}
.btn-success,
.btn-success:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #22654e !important;
  border-color: #22654e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0c241c !important;
  border-color: #0c241c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0c241c !important;
  border-color: #0c241c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e5673b !important;
  border-color: #e5673b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b23f18 !important;
  border-color: #b23f18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b23f18 !important;
  border-color: #b23f18 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #202020;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #202020 !important;
  border-color: #202020 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d8d8d8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #adadad !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #595959 !important;
  background-color: #d8d8d8 !important;
  border-color: #d8d8d8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbd5e4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #7dafcb !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #2d5973 !important;
  background-color: #bbd5e4 !important;
  border-color: #bbd5e4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #22654e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0c241c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #22654e !important;
  border-color: #22654e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e5673b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b23f18 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e5673b !important;
  border-color: #e5673b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #202020 !important;
}
.text-secondary {
  color: #d8d8d8 !important;
}
.text-success {
  color: #fafafa !important;
}
.text-info {
  color: #bbd5e4 !important;
}
.text-warning {
  color: #22654e !important;
}
.text-danger {
  color: #e5673b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a5a5a5 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c7c7c7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #72a8c7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #081913 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a43b16 !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: #202020;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bbd5e4;
}
.alert-warning {
  background-color: #22654e;
}
.alert-danger {
  background-color: #e5673b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #202020;
  border-color: #202020;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #202020;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d3d3d3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #46c197;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf3ef;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #202020 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #202020;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #202020;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #202020;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #202020;
  border-bottom-color: #202020;
}
.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: #202020 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d8d8d8 !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='%23202020' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uhIEPJo80i {
  background-color: transparent;
}
.cid-uhIEPJo80i .navbar-dropdown {
  background-color: #e5673b !important;
  padding: 0;
}
.cid-uhIEPJo80i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e5673b !important;
  background: #e5673b;
}
.cid-uhIEPJo80i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhIEPJo80i .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhIEPJo80i .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uhIEPJo80i .menu_box .navbar.opened,
  .cid-uhIEPJo80i .menu_box .navbar-collapse {
    background-color: #e5673b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhIEPJo80i .navbar-dropdown {
  position: relative !important;
}
.cid-uhIEPJo80i .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uhIEPJo80i .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhIEPJo80i .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhIEPJo80i .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhIEPJo80i .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhIEPJo80i .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uhIEPJo80i .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhIEPJo80i .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhIEPJo80i .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhIEPJo80i .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhIEPJo80i .offcanvas-body .mbr-text,
  .cid-uhIEPJo80i .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uhIEPJo80i .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uhIEPJo80i .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhIEPJo80i .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uhIEPJo80i .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhIEPJo80i .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhIEPJo80i .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhIEPJo80i .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhIEPJo80i ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhIEPJo80i .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhIEPJo80i .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uhIEPJo80i .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhIEPJo80i li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uhIEPJo80i .lg_brand {
    margin: 0 1rem;
  }
  .cid-uhIEPJo80i .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uhIEPJo80i .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhIEPJo80i .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uhIEPJo80i .nav-item {
    margin: 0 !important;
  }
}
.cid-uhIEPJo80i .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uhIEPJo80i .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhIEPJo80i .nav-item .nav-link:hover,
.cid-uhIEPJo80i .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uhIEPJo80i .nav-item .nav-link:hover:before,
.cid-uhIEPJo80i .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uhIEPJo80i .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhIEPJo80i .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhIEPJo80i .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhIEPJo80i .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhIEPJo80i .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uhIEPJo80i .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhIEPJo80i .offcanvas_box {
    display: none;
  }
}
.cid-uhIEPJo80i .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uhIEPJo80i .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhIEPJo80i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhIEPJo80i .container {
  display: flex;
  margin: auto;
}
.cid-uhIEPJo80i .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhIEPJo80i .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhIEPJo80i .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhIEPJo80i .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhIEPJo80i .navbar-nav {
    margin: 0;
  }
}
.cid-uhIEPJo80i .dropdown-menu,
.cid-uhIEPJo80i .navbar.opened {
  background-color: false !important;
}
.cid-uhIEPJo80i .nav-item:focus,
.cid-uhIEPJo80i .nav-link:focus {
  outline: none;
}
.cid-uhIEPJo80i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhIEPJo80i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhIEPJo80i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhIEPJo80i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhIEPJo80i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhIEPJo80i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhIEPJo80i .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhIEPJo80i .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhIEPJo80i .navbar.opened {
  transition: all 0.3s;
}
.cid-uhIEPJo80i .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhIEPJo80i .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uhIEPJo80i .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uhIEPJo80i .navbar.collapsed {
  justify-content: center;
}
.cid-uhIEPJo80i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhIEPJo80i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhIEPJo80i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhIEPJo80i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhIEPJo80i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhIEPJo80i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhIEPJo80i .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhIEPJo80i .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhIEPJo80i .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uhIEPJo80i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhIEPJo80i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhIEPJo80i .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhIEPJo80i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhIEPJo80i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhIEPJo80i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhIEPJo80i .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhIEPJo80i .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhIEPJo80i .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhIEPJo80i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uhIEPJo80i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhIEPJo80i .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhIEPJo80i .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhIEPJo80i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhIEPJo80i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhIEPJo80i .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .cid-uhIEPJo80i .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uhIEPJo80i .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uhIEPJo80i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhIEPJo80i .dropdown-item.active,
.cid-uhIEPJo80i .dropdown-item:active {
  background-color: transparent;
}
.cid-uhIEPJo80i .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uhIEPJo80i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhIEPJo80i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhIEPJo80i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhIEPJo80i ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uhIEPJo80i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhIEPJo80i button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e5673b;
  background: #c7fcb5;
}
.cid-uhIEPJo80i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uhIEPJo80i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhIEPJo80i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhIEPJo80i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhIEPJo80i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhIEPJo80i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhIEPJo80i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhIEPJo80i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhIEPJo80i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhIEPJo80i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhIEPJo80i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhIEPJo80i .navbar {
    height: 70px;
  }
  .cid-uhIEPJo80i .navbar.opened {
    height: auto;
  }
  .cid-uhIEPJo80i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhIEPJo80i .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uhIEPJo80i .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uhIEPJo80i .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uhIEPJo80i .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uhIEPJo80i .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uhIEPJo80i .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uhIEPJo80i .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhIEPJo80i .text_widget {
  margin-bottom: 32px;
}
.cid-uhIEPJo80i .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uhIEPJo80i .text_widget a:hover,
.cid-uhIEPJo80i .text_widget a:focus {
  opacity: .8;
}
.cid-uhIEPJo80i .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uhIEPJo80i .contacts-wrapper {
    display: none;
  }
}
.cid-uhIEPJo80i .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uhIEPJo80i .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uhIEPJo80i .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhIEPJo80i .contacts-wrapper a .mbr-contact:hover:before,
.cid-uhIEPJo80i .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uhIEPJo80i .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uhIEPJo80i .navbar-caption {
  color: #c7fcb5;
}
.cid-uhIEPJo80i .mbr-contact {
  color: #ffffff;
}
.cid-uhIEPJo80i .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uhIEPJo80i .mbr-section-subtitle,
.cid-uhIEPJo80i .text_widget,
.cid-uhIEPJo80i .mbr-section-btn {
  text-align: center;
}
.cid-uhIEPJo80i a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhOJrd1emr {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/gettyimages-1205347296-1200x675.jpg");
}
.cid-uhOJrd1emr .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uhOJrd1emr .head_wrap:hover .mbr-section-title a {
  color: #d8d8d8 !important;
}
.cid-uhIR2EIQbm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e5673b;
}
.cid-uhIR2EIQbm .row {
  flex-direction: row-reverse;
}
.cid-uhIR2EIQbm .column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uhIR2EIQbm .column1 .list-column1 {
  list-style-type: disc;
  padding-left: 1rem;
}
.cid-uhIR2EIQbm .column1 .list-column1 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-uhIR2EIQbm .column1 {
    align-items: center;
    text-align: center;
  }
}
.cid-uhIR2EIQbm .mbr-text-column1 {
  margin-bottom: 2.3125rem;
  color: #ffffff;
}
.cid-uhIR2EIQbm .cards-row {
  display: flex;
  margin-bottom: 2.5rem;
}
.cid-uhIR2EIQbm .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-uhIR2EIQbm .card-item:last-child {
  margin-right: 0;
}
.cid-uhIR2EIQbm .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uhIR2EIQbm .mbr-section-title-column1 {
  margin-bottom: 2.3rem;
}
.cid-uhIR2EIQbm .mbr-section-title-column2 {
  margin-bottom: 2.3rem;
}
.cid-uhIR2EIQbm .column2 {
  height: 100%;
}
.cid-uhIR2EIQbm .column2 .list-column2 {
  list-style-type: none;
  padding-left: 0;
}
.cid-uhIR2EIQbm .column2 .list-column2 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-uhIR2EIQbm .column2 {
    text-align: center;
  }
}
.cid-uhIR2EIQbm .mbr-text-column2 {
  margin-bottom: 2.3125rem;
}
.cid-uhIR2EIQbm .list-column2 {
  text-align: left;
  color: #ffffff;
}
.cid-sKLTbY3WGz {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sKLTbY3WGz .image-wrapper,
.cid-sKLTbY3WGz img {
  width: 100%;
  object-fit: contain;
}
.cid-sKLTbY3WGz img {
  display: inline-block;
  width: 6rem;
}
.cid-sKLTbY3WGz .mbr-section-title {
  margin: 25px 0;
}
.cid-sKLTbY3WGz .mbr-text {
  margin-bottom: 19px;
}
.cid-sKLTbY3WGz .mbr-section-title,
.cid-sKLTbY3WGz .image-wrapper {
  color: #000000;
}
.cid-sKLTbY3WGz .mbr-text,
.cid-sKLTbY3WGz .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uhJQ8igb4n {
  background-color: #e5673b;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uhJQ8igb4n .content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 0 15%;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uhJQ8igb4n .content_wrap {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uhJQ8igb4n .content_wrap {
    padding: 60px 12px;
  }
}
.cid-uhJQ8igb4n .mbr-section-title {
  margin-bottom: 25px;
  color: #202020;
}
.cid-uhJQ8igb4n .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 991px) {
  .cid-uhJQ8igb4n .height_100 {
    height: 100%;
  }
}
.cid-uhJQ8igb4n .item-image,
.cid-uhJQ8igb4n img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-sKLTa7Yrvf {
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sKLTa7Yrvf .mark_text {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.3em;
  font-weight: 600;
  color: #202020;
}
.cid-sKLTa7Yrvf .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-sKLTa7Yrvf .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-sKLTa7Yrvf .mbr-text {
  color: #ffffff;
}
.cid-sKLTa7Yrvf .card_title {
  color: #202020;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-sKLTa7Yrvf .card_content {
  margin: 26px 0 23px;
}
.cid-sKLTa7Yrvf img,
.cid-sKLTa7Yrvf .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-sKLTa7Yrvf .item {
  margin-bottom: 30px;
}
.cid-sKLTa7Yrvf .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-sKLTa7Yrvf .card_text {
  color: #202020;
  margin-top: 4px;
}
.cid-sKLTa7Yrvf .item-img {
  position: relative;
}
.cid-sKLTa7Yrvf .item-img .mbr-section-btn {
  position: absolute;
  margin-left: 3px;
  top: 53%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-out, top 0.2s ease-out;
  transform: translate(-50%, -50%);
}
.cid-sKLTa7Yrvf .item-img:hover .mbr-section-btn {
  top: 50%;
  opacity: 1;
}
.cid-uhIQfA5Vpg {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #e5673b;
}
.cid-uhIQfA5Vpg .image-wrapper,
.cid-uhIQfA5Vpg img {
  width: 100%;
  object-fit: contain;
}
.cid-uhIQfA5Vpg img {
  display: inline-block;
  width: 6rem;
}
.cid-uhIQfA5Vpg .mbr-section-title {
  margin: 25px 0;
}
.cid-uhIQfA5Vpg .mbr-text {
  margin-bottom: 19px;
}
.cid-uhIQfA5Vpg .mbr-section-title,
.cid-uhIQfA5Vpg .image-wrapper {
  color: #ffffff;
}
.cid-uhIQfA5Vpg .mbr-text,
.cid-uhIQfA5Vpg .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sKLT9yds70 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .cid-sKLT9yds70 .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-sKLT9yds70 .g-0 > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sKLT9yds70 .card_wrapper {
  padding: 2rem 20%;
  background-color: #e5673b;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sKLT9yds70 .card_wrapper {
    padding: 65px 30px;
  }
  .cid-sKLT9yds70 .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-sKLT9yds70 .content_box {
  position: relative;
  z-index: 2;
}
.cid-sKLT9yds70 .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-sKLT9yds70 .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sKLT9yds70 .mbr-text {
  color: #ffffff;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cid-sKLT9yds70 .mbr-text.display-5 {
    line-height: 42px;
  }
}
.cid-sKLT9yds70 .image-wrapper,
.cid-sKLT9yds70 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sKLT9yds70 .signature {
  color: #ffffff;
}
.cid-uhIQhUM0cG {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/istockphoto-946617226-612x408.jpg");
}
.cid-uhIQhUM0cG .image-wrapper,
.cid-uhIQhUM0cG img {
  width: 100%;
  object-fit: contain;
}
.cid-uhIQhUM0cG img {
  display: inline-block;
  width: 6rem;
}
.cid-uhIQhUM0cG .mbr-section-title {
  margin: 25px 0;
}
.cid-uhIQhUM0cG .mbr-text {
  margin-bottom: 19px;
}
.cid-uhIQhUM0cG .mbr-section-title,
.cid-uhIQhUM0cG .image-wrapper {
  color: #ffffff;
}
.cid-uhIQhUM0cG .mbr-text,
.cid-uhIQhUM0cG .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uhIYCBdDKj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
}
.cid-uhIYCBdDKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhIYCBdDKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhIYCBdDKj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhIYCBdDKj .container-fluid {
    padding: 0 20px;
  }
}
.cid-uhIYCBdDKj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhIYCBdDKj .container {
    padding: 0 20px;
  }
}
.cid-uhIYCBdDKj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhIYCBdDKj .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uhIYCBdDKj .card-wrap .panel-group {
  padding: 64px;
  border-radius: 0;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uhIYCBdDKj .card-wrap .panel-group {
    padding: 50px 20px;
  }
}
.cid-uhIYCBdDKj .card-wrap .panel-group .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
}
.cid-uhIYCBdDKj .card-wrap .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .cid-uhIYCBdDKj .card-wrap .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-uhIYCBdDKj .card-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uhIYCBdDKj .card-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  background-color: #ffffff;
}
.cid-uhIYCBdDKj .card-wrap .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-uhIYCBdDKj .card-wrap .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uhIYCBdDKj .card-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-uhIYCBdDKj .card-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 100%;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-uhIYCBdDKj .card-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-uhIYCBdDKj .mbr-section-title {
  color: #ffffff;
}
.cid-uhIYCBdDKj .panel-title-edit {
  color: #ffffff;
}
.cid-uhIYCBdDKj .panel-text {
  color: #1d1d1d;
}
.cid-uhIQq1lgpC {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhIQq1lgpC .image-wrapper,
.cid-uhIQq1lgpC img {
  width: 100%;
  object-fit: contain;
}
.cid-uhIQq1lgpC img {
  display: inline-block;
  width: 6rem;
}
.cid-uhIQq1lgpC .mbr-section-title {
  margin: 25px 0;
}
.cid-uhIQq1lgpC .mbr-text {
  margin-bottom: 19px;
}
.cid-uhIQq1lgpC .mbr-section-title,
.cid-uhIQq1lgpC .image-wrapper {
  color: #000000;
}
.cid-uhIQq1lgpC .mbr-text,
.cid-uhIQq1lgpC .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sKLT4t8KOP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e5673b;
}
.cid-sKLT4t8KOP img,
.cid-sKLT4t8KOP .item-img {
  width: 100%;
  object-fit: cover;
  height: 500px;
  transition: all 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-sKLT4t8KOP .item-img {
  position: relative;
}
.cid-sKLT4t8KOP .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #bbbbbb;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-sKLT4t8KOP .item-img:hover {
  transform: translateY(-7px);
}
.cid-sKLT4t8KOP .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sKLT4t8KOP .item:nth-child(1),
  .cid-sKLT4t8KOP .item:nth-child(2),
  .cid-sKLT4t8KOP .item:nth-child(3) {
    margin-top: 70px;
  }
  .cid-sKLT4t8KOP .item:nth-child(2),
  .cid-sKLT4t8KOP .item:nth-child(5),
  .cid-sKLT4t8KOP .item:nth-child(8),
  .cid-sKLT4t8KOP .item:nth-child(11),
  .cid-sKLT4t8KOP .item:nth-child(15) {
    transform: translateY(-70px);
  }
}
.cid-sKLT4t8KOP .item-title {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-sKLT4t8KOP .item_content {
  margin-top: 27px;
}
.cid-sKLT4t8KOP .mbr-text {
  margin-bottom: 1rem;
  color: #4a4a4a;
}
.cid-sKLT4t8KOP .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-sKLT4t8KOP .item-wrapper {
    padding: 0 1.5rem;
  }
}
.cid-uhJRahBbbv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uhJRahBbbv .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #ffffff;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uhJRahBbbv .main_header {
    padding-top: 66px;
  }
  .cid-uhJRahBbbv .main_header > .row {
    flex-direction: column;
  }
  .cid-uhJRahBbbv .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uhJRahBbbv .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-uhJRahBbbv .mbr-section-title {
    text-align: center;
  }
}
.cid-uhJRahBbbv .mbr-text {
  margin: 25px 0;
}
.cid-uhJRahBbbv .bgImage {
  position: relative;
  width: 100%;
  height: 650px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uhJRahBbbv .bgImage {
    height: 65vh;
  }
}
.cid-uhJRahBbbv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhJRahBbbv .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uhJRahBbbv .linkBtn a:after,
.cid-uhJRahBbbv .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uhJRahBbbv .linkBtn a:before {
  left: 0;
}
.cid-uhJRahBbbv .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uhJRahBbbv .linkBtn a:hover:before,
.cid-uhJRahBbbv .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uhIQiwFbyS {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #e5673b;
}
.cid-uhIQiwFbyS .image-wrapper,
.cid-uhIQiwFbyS img {
  width: 100%;
  object-fit: contain;
}
.cid-uhIQiwFbyS img {
  display: inline-block;
  width: 6rem;
}
.cid-uhIQiwFbyS .mbr-section-title {
  margin: 25px 0;
}
.cid-uhIQiwFbyS .mbr-text {
  margin-bottom: 19px;
}
.cid-uhIQiwFbyS .mbr-section-title,
.cid-uhIQiwFbyS .image-wrapper {
  color: #ffffff;
}
.cid-uhIQiwFbyS .mbr-text,
.cid-uhIQiwFbyS .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uhJ15ueqv5 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhJ15ueqv5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhJ15ueqv5 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhJ15ueqv5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhJ15ueqv5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhINfcuHSq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
}
.cid-uhINfcuHSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhINfcuHSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhINfcuHSq .logo-container {
  max-width: 50%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .cid-uhINfcuHSq .logo-container {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uhINfcuHSq .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uhINfcuHSq .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uhINfcuHSq .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uhINfcuHSq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uhINfcuHSq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhINfcuHSq .items-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uhINfcuHSq .items-container {
    flex-wrap: wrap;
  }
}
.cid-uhINfcuHSq .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cid-uhINfcuHSq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.cid-uhINfcuHSq .footer-links {
  display: grid;
  grid-column-gap: 0.5rem;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-row-gap: 16px;
}
@media (min-width: 992px) {
  .cid-uhINfcuHSq .footer-links {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhINfcuHSq .footer-links {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    margin-top: 1.25rem;
  }
}
.cid-uhINfcuHSq .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-uhINfcuHSq .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uhINfcuHSq .list li {
  transition: 0.5s all;
}
.cid-uhINfcuHSq .list li:hover {
  opacity: 0.6;
}
.cid-uhINfcuHSq .item-wrap {
  margin-bottom: 12px;
}
.cid-uhINfcuHSq .mbr-section-btn {
  margin-bottom: -0.6rem;
}
.cid-uhINfcuHSq .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-uhINfcuHSq .footer-separator {
  height: 1px;
  border: none;
  background: #1B1F0A;
  margin: 1.75rem 0 2.5rem;
  outline: none;
}
.cid-uhINfcuHSq .mbr-iconfont {
  color: #1b1f0a;
  font-size: 16px;
}
@media (max-width: 767px) {
  .cid-uhINfcuHSq .copyright-col {
    text-align: center;
  }
}
.cid-uhINfcuHSq .copyright {
  color: #ffffff;
}
.cid-uhJ374QGXT {
  background-color: transparent;
}
.cid-uhJ374QGXT .navbar-dropdown {
  background-color: #e5673b !important;
  padding: 0;
}
.cid-uhJ374QGXT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e5673b !important;
  background: #e5673b;
}
.cid-uhJ374QGXT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhJ374QGXT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhJ374QGXT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uhJ374QGXT .menu_box .navbar.opened,
  .cid-uhJ374QGXT .menu_box .navbar-collapse {
    background-color: #e5673b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhJ374QGXT .navbar-dropdown {
  position: relative !important;
}
.cid-uhJ374QGXT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uhJ374QGXT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhJ374QGXT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhJ374QGXT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhJ374QGXT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhJ374QGXT .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uhJ374QGXT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhJ374QGXT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhJ374QGXT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhJ374QGXT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhJ374QGXT .offcanvas-body .mbr-text,
  .cid-uhJ374QGXT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uhJ374QGXT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uhJ374QGXT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhJ374QGXT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uhJ374QGXT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhJ374QGXT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhJ374QGXT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhJ374QGXT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhJ374QGXT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhJ374QGXT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhJ374QGXT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uhJ374QGXT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhJ374QGXT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uhJ374QGXT .lg_brand {
    margin: 0 1rem;
  }
  .cid-uhJ374QGXT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uhJ374QGXT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhJ374QGXT .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uhJ374QGXT .nav-item {
    margin: 0 !important;
  }
}
.cid-uhJ374QGXT .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uhJ374QGXT .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhJ374QGXT .nav-item .nav-link:hover,
.cid-uhJ374QGXT .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uhJ374QGXT .nav-item .nav-link:hover:before,
.cid-uhJ374QGXT .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uhJ374QGXT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhJ374QGXT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhJ374QGXT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhJ374QGXT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhJ374QGXT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uhJ374QGXT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhJ374QGXT .offcanvas_box {
    display: none;
  }
}
.cid-uhJ374QGXT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uhJ374QGXT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhJ374QGXT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhJ374QGXT .container {
  display: flex;
  margin: auto;
}
.cid-uhJ374QGXT .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhJ374QGXT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhJ374QGXT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhJ374QGXT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhJ374QGXT .navbar-nav {
    margin: 0;
  }
}
.cid-uhJ374QGXT .dropdown-menu,
.cid-uhJ374QGXT .navbar.opened {
  background-color: false !important;
}
.cid-uhJ374QGXT .nav-item:focus,
.cid-uhJ374QGXT .nav-link:focus {
  outline: none;
}
.cid-uhJ374QGXT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhJ374QGXT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhJ374QGXT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhJ374QGXT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhJ374QGXT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhJ374QGXT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhJ374QGXT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhJ374QGXT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhJ374QGXT .navbar.opened {
  transition: all 0.3s;
}
.cid-uhJ374QGXT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhJ374QGXT .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uhJ374QGXT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uhJ374QGXT .navbar.collapsed {
  justify-content: center;
}
.cid-uhJ374QGXT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhJ374QGXT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhJ374QGXT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhJ374QGXT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhJ374QGXT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhJ374QGXT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhJ374QGXT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhJ374QGXT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhJ374QGXT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uhJ374QGXT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhJ374QGXT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhJ374QGXT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhJ374QGXT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhJ374QGXT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhJ374QGXT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhJ374QGXT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhJ374QGXT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhJ374QGXT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhJ374QGXT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uhJ374QGXT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhJ374QGXT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhJ374QGXT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhJ374QGXT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhJ374QGXT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhJ374QGXT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .cid-uhJ374QGXT .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uhJ374QGXT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uhJ374QGXT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhJ374QGXT .dropdown-item.active,
.cid-uhJ374QGXT .dropdown-item:active {
  background-color: transparent;
}
.cid-uhJ374QGXT .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uhJ374QGXT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhJ374QGXT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhJ374QGXT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhJ374QGXT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uhJ374QGXT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhJ374QGXT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e5673b;
  background: #c7fcb5;
}
.cid-uhJ374QGXT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uhJ374QGXT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhJ374QGXT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhJ374QGXT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhJ374QGXT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhJ374QGXT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhJ374QGXT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhJ374QGXT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhJ374QGXT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhJ374QGXT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhJ374QGXT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhJ374QGXT .navbar {
    height: 70px;
  }
  .cid-uhJ374QGXT .navbar.opened {
    height: auto;
  }
  .cid-uhJ374QGXT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhJ374QGXT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uhJ374QGXT .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uhJ374QGXT .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uhJ374QGXT .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uhJ374QGXT .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uhJ374QGXT .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uhJ374QGXT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhJ374QGXT .text_widget {
  margin-bottom: 32px;
}
.cid-uhJ374QGXT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uhJ374QGXT .text_widget a:hover,
.cid-uhJ374QGXT .text_widget a:focus {
  opacity: .8;
}
.cid-uhJ374QGXT .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uhJ374QGXT .contacts-wrapper {
    display: none;
  }
}
.cid-uhJ374QGXT .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uhJ374QGXT .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uhJ374QGXT .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhJ374QGXT .contacts-wrapper a .mbr-contact:hover:before,
.cid-uhJ374QGXT .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uhJ374QGXT .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uhJ374QGXT .navbar-caption {
  color: #c7fcb5;
}
.cid-uhJ374QGXT .mbr-contact {
  color: #ffffff;
}
.cid-uhJ374QGXT .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uhJ374QGXT .mbr-section-subtitle,
.cid-uhJ374QGXT .text_widget,
.cid-uhJ374QGXT .mbr-section-btn {
  text-align: center;
}
.cid-uhJ374QGXT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhOIMUaD3e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uhOIMUaD3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhOIMUaD3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhOIMUaD3e .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhOIMUaD3e .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhOIMUaD3e .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhOIMUaD3e .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhOIMUaD3e .container {
    padding: 0 12px;
  }
}
.cid-uhOIMUaD3e .content-wrapper {
  padding: 220px 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uhOIMUaD3e .content-wrapper {
    padding: 150px 32px;
  }
}
.cid-uhOIMUaD3e .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhOIMUaD3e .content-wrapper .title-wrapper {
  width: 35em;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uhOIMUaD3e .content-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uhOIMUaD3e .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uhOIMUaD3e .mbr-section-title {
  color: #ffffff;
}
.cid-uhJ379JzYi {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhJ379JzYi .image-wrapper,
.cid-uhJ379JzYi img {
  width: 100%;
  object-fit: contain;
}
.cid-uhJ379JzYi img {
  display: inline-block;
  width: 6rem;
}
.cid-uhJ379JzYi .mbr-section-title {
  margin: 25px 0;
}
.cid-uhJ379JzYi .mbr-text {
  margin-bottom: 19px;
}
.cid-uhJ379JzYi .mbr-section-title,
.cid-uhJ379JzYi .image-wrapper {
  color: #000000;
}
.cid-uhJ379JzYi .mbr-text,
.cid-uhJ379JzYi .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uhJ37oANZQ .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhJ37oANZQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhJ37oANZQ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhJ37oANZQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhJ37oANZQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhJ37pyzYx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
}
.cid-uhJ37pyzYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJ37pyzYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJ37pyzYx .logo-container {
  max-width: 50%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .cid-uhJ37pyzYx .logo-container {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uhJ37pyzYx .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uhJ37pyzYx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uhJ37pyzYx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uhJ37pyzYx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uhJ37pyzYx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhJ37pyzYx .items-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uhJ37pyzYx .items-container {
    flex-wrap: wrap;
  }
}
.cid-uhJ37pyzYx .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cid-uhJ37pyzYx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.cid-uhJ37pyzYx .footer-links {
  display: grid;
  grid-column-gap: 0.5rem;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-row-gap: 16px;
}
@media (min-width: 992px) {
  .cid-uhJ37pyzYx .footer-links {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhJ37pyzYx .footer-links {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    margin-top: 1.25rem;
  }
}
.cid-uhJ37pyzYx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-uhJ37pyzYx .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uhJ37pyzYx .list li {
  transition: 0.5s all;
}
.cid-uhJ37pyzYx .list li:hover {
  opacity: 0.6;
}
.cid-uhJ37pyzYx .item-wrap {
  margin-bottom: 12px;
}
.cid-uhJ37pyzYx .mbr-section-btn {
  margin-bottom: -0.6rem;
}
.cid-uhJ37pyzYx .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-uhJ37pyzYx .footer-separator {
  height: 1px;
  border: none;
  background: #1B1F0A;
  margin: 1.75rem 0 2.5rem;
  outline: none;
}
.cid-uhJ37pyzYx .mbr-iconfont {
  color: #1b1f0a;
  font-size: 16px;
}
@media (max-width: 767px) {
  .cid-uhJ37pyzYx .copyright-col {
    text-align: center;
  }
}
.cid-uhJ37pyzYx .copyright {
  color: #ffffff;
}
.cid-uhJ3EVdR4h {
  background-color: transparent;
}
.cid-uhJ3EVdR4h .navbar-dropdown {
  background-color: #e5673b !important;
  padding: 0;
}
.cid-uhJ3EVdR4h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e5673b !important;
  background: #e5673b;
}
.cid-uhJ3EVdR4h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhJ3EVdR4h .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhJ3EVdR4h .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uhJ3EVdR4h .menu_box .navbar.opened,
  .cid-uhJ3EVdR4h .menu_box .navbar-collapse {
    background-color: #e5673b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhJ3EVdR4h .navbar-dropdown {
  position: relative !important;
}
.cid-uhJ3EVdR4h .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uhJ3EVdR4h .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhJ3EVdR4h .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhJ3EVdR4h .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhJ3EVdR4h .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhJ3EVdR4h .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uhJ3EVdR4h .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhJ3EVdR4h .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhJ3EVdR4h .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhJ3EVdR4h .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhJ3EVdR4h .offcanvas-body .mbr-text,
  .cid-uhJ3EVdR4h .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uhJ3EVdR4h .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uhJ3EVdR4h .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhJ3EVdR4h .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uhJ3EVdR4h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhJ3EVdR4h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhJ3EVdR4h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhJ3EVdR4h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhJ3EVdR4h ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhJ3EVdR4h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhJ3EVdR4h .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uhJ3EVdR4h .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhJ3EVdR4h li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uhJ3EVdR4h .lg_brand {
    margin: 0 1rem;
  }
  .cid-uhJ3EVdR4h .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uhJ3EVdR4h .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhJ3EVdR4h .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uhJ3EVdR4h .nav-item {
    margin: 0 !important;
  }
}
.cid-uhJ3EVdR4h .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uhJ3EVdR4h .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhJ3EVdR4h .nav-item .nav-link:hover,
.cid-uhJ3EVdR4h .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uhJ3EVdR4h .nav-item .nav-link:hover:before,
.cid-uhJ3EVdR4h .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uhJ3EVdR4h .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhJ3EVdR4h .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhJ3EVdR4h .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhJ3EVdR4h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhJ3EVdR4h .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uhJ3EVdR4h .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhJ3EVdR4h .offcanvas_box {
    display: none;
  }
}
.cid-uhJ3EVdR4h .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uhJ3EVdR4h .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhJ3EVdR4h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhJ3EVdR4h .container {
  display: flex;
  margin: auto;
}
.cid-uhJ3EVdR4h .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhJ3EVdR4h .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhJ3EVdR4h .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhJ3EVdR4h .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhJ3EVdR4h .navbar-nav {
    margin: 0;
  }
}
.cid-uhJ3EVdR4h .dropdown-menu,
.cid-uhJ3EVdR4h .navbar.opened {
  background-color: false !important;
}
.cid-uhJ3EVdR4h .nav-item:focus,
.cid-uhJ3EVdR4h .nav-link:focus {
  outline: none;
}
.cid-uhJ3EVdR4h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhJ3EVdR4h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhJ3EVdR4h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhJ3EVdR4h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhJ3EVdR4h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhJ3EVdR4h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhJ3EVdR4h .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhJ3EVdR4h .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhJ3EVdR4h .navbar.opened {
  transition: all 0.3s;
}
.cid-uhJ3EVdR4h .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhJ3EVdR4h .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uhJ3EVdR4h .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uhJ3EVdR4h .navbar.collapsed {
  justify-content: center;
}
.cid-uhJ3EVdR4h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhJ3EVdR4h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhJ3EVdR4h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhJ3EVdR4h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhJ3EVdR4h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhJ3EVdR4h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhJ3EVdR4h .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhJ3EVdR4h .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhJ3EVdR4h .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uhJ3EVdR4h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhJ3EVdR4h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhJ3EVdR4h .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhJ3EVdR4h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhJ3EVdR4h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhJ3EVdR4h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhJ3EVdR4h .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhJ3EVdR4h .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhJ3EVdR4h .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhJ3EVdR4h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uhJ3EVdR4h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhJ3EVdR4h .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhJ3EVdR4h .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhJ3EVdR4h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhJ3EVdR4h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhJ3EVdR4h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .cid-uhJ3EVdR4h .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uhJ3EVdR4h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uhJ3EVdR4h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhJ3EVdR4h .dropdown-item.active,
.cid-uhJ3EVdR4h .dropdown-item:active {
  background-color: transparent;
}
.cid-uhJ3EVdR4h .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uhJ3EVdR4h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhJ3EVdR4h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhJ3EVdR4h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhJ3EVdR4h ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uhJ3EVdR4h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhJ3EVdR4h button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e5673b;
  background: #c7fcb5;
}
.cid-uhJ3EVdR4h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uhJ3EVdR4h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhJ3EVdR4h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhJ3EVdR4h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhJ3EVdR4h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhJ3EVdR4h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhJ3EVdR4h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhJ3EVdR4h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhJ3EVdR4h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhJ3EVdR4h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhJ3EVdR4h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhJ3EVdR4h .navbar {
    height: 70px;
  }
  .cid-uhJ3EVdR4h .navbar.opened {
    height: auto;
  }
  .cid-uhJ3EVdR4h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhJ3EVdR4h .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uhJ3EVdR4h .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uhJ3EVdR4h .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uhJ3EVdR4h .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uhJ3EVdR4h .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uhJ3EVdR4h .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uhJ3EVdR4h .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhJ3EVdR4h .text_widget {
  margin-bottom: 32px;
}
.cid-uhJ3EVdR4h .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uhJ3EVdR4h .text_widget a:hover,
.cid-uhJ3EVdR4h .text_widget a:focus {
  opacity: .8;
}
.cid-uhJ3EVdR4h .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uhJ3EVdR4h .contacts-wrapper {
    display: none;
  }
}
.cid-uhJ3EVdR4h .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uhJ3EVdR4h .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uhJ3EVdR4h .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhJ3EVdR4h .contacts-wrapper a .mbr-contact:hover:before,
.cid-uhJ3EVdR4h .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uhJ3EVdR4h .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uhJ3EVdR4h .navbar-caption {
  color: #c7fcb5;
}
.cid-uhJ3EVdR4h .mbr-contact {
  color: #ffffff;
}
.cid-uhJ3EVdR4h .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uhJ3EVdR4h .mbr-section-subtitle,
.cid-uhJ3EVdR4h .text_widget,
.cid-uhJ3EVdR4h .mbr-section-btn {
  text-align: center;
}
.cid-uhJ3EVdR4h a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhOJ4JWrqJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uhOJ4JWrqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhOJ4JWrqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhOJ4JWrqJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhOJ4JWrqJ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhOJ4JWrqJ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhOJ4JWrqJ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhOJ4JWrqJ .container {
    padding: 0 12px;
  }
}
.cid-uhOJ4JWrqJ .content-wrapper {
  padding: 220px 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uhOJ4JWrqJ .content-wrapper {
    padding: 150px 32px;
  }
}
.cid-uhOJ4JWrqJ .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhOJ4JWrqJ .content-wrapper .title-wrapper {
  width: 35em;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uhOJ4JWrqJ .content-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uhOJ4JWrqJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uhOJ4JWrqJ .mbr-section-title {
  color: #ffffff;
}
.cid-uhJ3EXD8Yv {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhJ3EXD8Yv .image-wrapper,
.cid-uhJ3EXD8Yv img {
  width: 100%;
  object-fit: contain;
}
.cid-uhJ3EXD8Yv img {
  display: inline-block;
  width: 6rem;
}
.cid-uhJ3EXD8Yv .mbr-section-title {
  margin: 25px 0;
}
.cid-uhJ3EXD8Yv .mbr-text {
  margin-bottom: 19px;
}
.cid-uhJ3EXD8Yv .mbr-section-title,
.cid-uhJ3EXD8Yv .image-wrapper {
  color: #000000;
}
.cid-uhJ3EXD8Yv .mbr-text,
.cid-uhJ3EXD8Yv .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uhJ3EYp6DS .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhJ3EYp6DS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhJ3EYp6DS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhJ3EYp6DS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhJ3EYp6DS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhJ3EZf3b4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
}
.cid-uhJ3EZf3b4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhJ3EZf3b4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhJ3EZf3b4 .logo-container {
  max-width: 50%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .cid-uhJ3EZf3b4 .logo-container {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uhJ3EZf3b4 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uhJ3EZf3b4 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uhJ3EZf3b4 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uhJ3EZf3b4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uhJ3EZf3b4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhJ3EZf3b4 .items-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uhJ3EZf3b4 .items-container {
    flex-wrap: wrap;
  }
}
.cid-uhJ3EZf3b4 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cid-uhJ3EZf3b4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.cid-uhJ3EZf3b4 .footer-links {
  display: grid;
  grid-column-gap: 0.5rem;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-row-gap: 16px;
}
@media (min-width: 992px) {
  .cid-uhJ3EZf3b4 .footer-links {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhJ3EZf3b4 .footer-links {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    margin-top: 1.25rem;
  }
}
.cid-uhJ3EZf3b4 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-uhJ3EZf3b4 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uhJ3EZf3b4 .list li {
  transition: 0.5s all;
}
.cid-uhJ3EZf3b4 .list li:hover {
  opacity: 0.6;
}
.cid-uhJ3EZf3b4 .item-wrap {
  margin-bottom: 12px;
}
.cid-uhJ3EZf3b4 .mbr-section-btn {
  margin-bottom: -0.6rem;
}
.cid-uhJ3EZf3b4 .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-uhJ3EZf3b4 .footer-separator {
  height: 1px;
  border: none;
  background: #1B1F0A;
  margin: 1.75rem 0 2.5rem;
  outline: none;
}
.cid-uhJ3EZf3b4 .mbr-iconfont {
  color: #1b1f0a;
  font-size: 16px;
}
@media (max-width: 767px) {
  .cid-uhJ3EZf3b4 .copyright-col {
    text-align: center;
  }
}
.cid-uhJ3EZf3b4 .copyright {
  color: #ffffff;
}
.cid-uhKepcnupP {
  background-color: transparent;
}
.cid-uhKepcnupP .navbar-dropdown {
  background-color: #e5673b !important;
  padding: 0;
}
.cid-uhKepcnupP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e5673b !important;
  background: #e5673b;
}
.cid-uhKepcnupP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhKepcnupP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhKepcnupP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uhKepcnupP .menu_box .navbar.opened,
  .cid-uhKepcnupP .menu_box .navbar-collapse {
    background-color: #e5673b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhKepcnupP .navbar-dropdown {
  position: relative !important;
}
.cid-uhKepcnupP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uhKepcnupP .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhKepcnupP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhKepcnupP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhKepcnupP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhKepcnupP .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uhKepcnupP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhKepcnupP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhKepcnupP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhKepcnupP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhKepcnupP .offcanvas-body .mbr-text,
  .cid-uhKepcnupP .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uhKepcnupP .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uhKepcnupP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhKepcnupP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uhKepcnupP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhKepcnupP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhKepcnupP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhKepcnupP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhKepcnupP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhKepcnupP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhKepcnupP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uhKepcnupP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhKepcnupP li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uhKepcnupP .lg_brand {
    margin: 0 1rem;
  }
  .cid-uhKepcnupP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uhKepcnupP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhKepcnupP .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uhKepcnupP .nav-item {
    margin: 0 !important;
  }
}
.cid-uhKepcnupP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uhKepcnupP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhKepcnupP .nav-item .nav-link:hover,
.cid-uhKepcnupP .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uhKepcnupP .nav-item .nav-link:hover:before,
.cid-uhKepcnupP .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uhKepcnupP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhKepcnupP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhKepcnupP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhKepcnupP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhKepcnupP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uhKepcnupP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhKepcnupP .offcanvas_box {
    display: none;
  }
}
.cid-uhKepcnupP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uhKepcnupP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhKepcnupP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhKepcnupP .container {
  display: flex;
  margin: auto;
}
.cid-uhKepcnupP .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhKepcnupP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhKepcnupP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhKepcnupP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhKepcnupP .navbar-nav {
    margin: 0;
  }
}
.cid-uhKepcnupP .dropdown-menu,
.cid-uhKepcnupP .navbar.opened {
  background-color: false !important;
}
.cid-uhKepcnupP .nav-item:focus,
.cid-uhKepcnupP .nav-link:focus {
  outline: none;
}
.cid-uhKepcnupP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhKepcnupP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhKepcnupP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhKepcnupP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhKepcnupP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhKepcnupP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhKepcnupP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhKepcnupP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhKepcnupP .navbar.opened {
  transition: all 0.3s;
}
.cid-uhKepcnupP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhKepcnupP .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uhKepcnupP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uhKepcnupP .navbar.collapsed {
  justify-content: center;
}
.cid-uhKepcnupP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhKepcnupP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhKepcnupP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhKepcnupP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhKepcnupP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhKepcnupP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhKepcnupP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhKepcnupP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhKepcnupP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uhKepcnupP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhKepcnupP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhKepcnupP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhKepcnupP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhKepcnupP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhKepcnupP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhKepcnupP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhKepcnupP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhKepcnupP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhKepcnupP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uhKepcnupP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhKepcnupP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhKepcnupP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhKepcnupP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhKepcnupP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhKepcnupP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .cid-uhKepcnupP .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uhKepcnupP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uhKepcnupP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhKepcnupP .dropdown-item.active,
.cid-uhKepcnupP .dropdown-item:active {
  background-color: transparent;
}
.cid-uhKepcnupP .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uhKepcnupP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhKepcnupP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhKepcnupP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhKepcnupP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uhKepcnupP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhKepcnupP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e5673b;
  background: #c7fcb5;
}
.cid-uhKepcnupP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uhKepcnupP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhKepcnupP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhKepcnupP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhKepcnupP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhKepcnupP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhKepcnupP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhKepcnupP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhKepcnupP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhKepcnupP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhKepcnupP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhKepcnupP .navbar {
    height: 70px;
  }
  .cid-uhKepcnupP .navbar.opened {
    height: auto;
  }
  .cid-uhKepcnupP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhKepcnupP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uhKepcnupP .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uhKepcnupP .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uhKepcnupP .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uhKepcnupP .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uhKepcnupP .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uhKepcnupP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhKepcnupP .text_widget {
  margin-bottom: 32px;
}
.cid-uhKepcnupP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uhKepcnupP .text_widget a:hover,
.cid-uhKepcnupP .text_widget a:focus {
  opacity: .8;
}
.cid-uhKepcnupP .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uhKepcnupP .contacts-wrapper {
    display: none;
  }
}
.cid-uhKepcnupP .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uhKepcnupP .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uhKepcnupP .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhKepcnupP .contacts-wrapper a .mbr-contact:hover:before,
.cid-uhKepcnupP .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uhKepcnupP .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uhKepcnupP .navbar-caption {
  color: #c7fcb5;
}
.cid-uhKepcnupP .mbr-contact {
  color: #ffffff;
}
.cid-uhKepcnupP .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uhKepcnupP .mbr-section-subtitle,
.cid-uhKepcnupP .text_widget,
.cid-uhKepcnupP .mbr-section-btn {
  text-align: center;
}
.cid-uhKepcnupP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhOKpuxpD5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/entrance-view-of-inflatable-combo-jumping-area-inside-dazzling-palace-combo-1600x1200.jpg");
}
.cid-uhOKpuxpD5 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uhOKpuxpD5 .head_wrap:hover .mbr-section-title a {
  color: #d8d8d8 !important;
}
.cid-uhKepg23br {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e5673b;
}
.cid-uhKepg23br .row {
  flex-direction: row-reverse;
}
.cid-uhKepg23br .column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uhKepg23br .column1 .list-column1 {
  list-style-type: disc;
  padding-left: 1rem;
}
.cid-uhKepg23br .column1 .list-column1 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-uhKepg23br .column1 {
    align-items: center;
    text-align: center;
  }
}
.cid-uhKepg23br .mbr-text-column1 {
  margin-bottom: 2.3125rem;
  color: #ffffff;
}
.cid-uhKepg23br .cards-row {
  display: flex;
  margin-bottom: 2.5rem;
}
.cid-uhKepg23br .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-uhKepg23br .card-item:last-child {
  margin-right: 0;
}
.cid-uhKepg23br .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uhKepg23br .mbr-section-title-column1 {
  margin-bottom: 2.3rem;
}
.cid-uhKepg23br .mbr-section-title-column2 {
  margin-bottom: 2.3rem;
}
.cid-uhKepg23br .column2 {
  height: 100%;
}
.cid-uhKepg23br .column2 .list-column2 {
  list-style-type: none;
  padding-left: 0;
}
.cid-uhKepg23br .column2 .list-column2 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-uhKepg23br .column2 {
    text-align: center;
  }
}
.cid-uhKepg23br .mbr-text-column2 {
  margin-bottom: 2.3125rem;
}
.cid-uhKepg23br .list-column2 {
  text-align: left;
  color: #ffffff;
}
.cid-uhKephtrYV {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhKephtrYV .image-wrapper,
.cid-uhKephtrYV img {
  width: 100%;
  object-fit: contain;
}
.cid-uhKephtrYV img {
  display: inline-block;
  width: 6rem;
}
.cid-uhKephtrYV .mbr-section-title {
  margin: 25px 0;
}
.cid-uhKephtrYV .mbr-text {
  margin-bottom: 19px;
}
.cid-uhKephtrYV .mbr-section-title,
.cid-uhKephtrYV .image-wrapper {
  color: #000000;
}
.cid-uhKephtrYV .mbr-text,
.cid-uhKephtrYV .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uhKepiEsBz {
  background-color: #e5673b;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uhKepiEsBz .content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 0 15%;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uhKepiEsBz .content_wrap {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uhKepiEsBz .content_wrap {
    padding: 60px 12px;
  }
}
.cid-uhKepiEsBz .mbr-section-title {
  margin-bottom: 25px;
  color: #202020;
}
.cid-uhKepiEsBz .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 991px) {
  .cid-uhKepiEsBz .height_100 {
    height: 100%;
  }
}
.cid-uhKepiEsBz .item-image,
.cid-uhKepiEsBz img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-uhKepjSjjU {
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uhKepjSjjU .mark_text {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.3em;
  font-weight: 600;
  color: #202020;
}
.cid-uhKepjSjjU .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-uhKepjSjjU .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-uhKepjSjjU .mbr-text {
  color: #ffffff;
}
.cid-uhKepjSjjU .card_title {
  color: #202020;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-uhKepjSjjU .card_content {
  margin: 26px 0 23px;
}
.cid-uhKepjSjjU img,
.cid-uhKepjSjjU .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-uhKepjSjjU .item {
  margin-bottom: 30px;
}
.cid-uhKepjSjjU .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-uhKepjSjjU .card_text {
  color: #202020;
  margin-top: 4px;
}
.cid-uhKepjSjjU .item-img {
  position: relative;
}
.cid-uhKepjSjjU .item-img .mbr-section-btn {
  position: absolute;
  margin-left: 3px;
  top: 53%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-out, top 0.2s ease-out;
  transform: translate(-50%, -50%);
}
.cid-uhKepjSjjU .item-img:hover .mbr-section-btn {
  top: 50%;
  opacity: 1;
}
.cid-uhKepldOsa {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #e5673b;
}
.cid-uhKepldOsa .image-wrapper,
.cid-uhKepldOsa img {
  width: 100%;
  object-fit: contain;
}
.cid-uhKepldOsa img {
  display: inline-block;
  width: 6rem;
}
.cid-uhKepldOsa .mbr-section-title {
  margin: 25px 0;
}
.cid-uhKepldOsa .mbr-text {
  margin-bottom: 19px;
}
.cid-uhKepldOsa .mbr-section-title,
.cid-uhKepldOsa .image-wrapper {
  color: #ffffff;
}
.cid-uhKepldOsa .mbr-text,
.cid-uhKepldOsa .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uhKepmd8bb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .cid-uhKepmd8bb .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-uhKepmd8bb .g-0 > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uhKepmd8bb .card_wrapper {
  padding: 2rem 20%;
  background-color: #e5673b;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uhKepmd8bb .card_wrapper {
    padding: 65px 30px;
  }
  .cid-uhKepmd8bb .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-uhKepmd8bb .content_box {
  position: relative;
  z-index: 2;
}
.cid-uhKepmd8bb .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-uhKepmd8bb .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uhKepmd8bb .mbr-text {
  color: #ffffff;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cid-uhKepmd8bb .mbr-text.display-5 {
    line-height: 42px;
  }
}
.cid-uhKepmd8bb .image-wrapper,
.cid-uhKepmd8bb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhKepmd8bb .signature {
  color: #ffffff;
}
.cid-uhKepnaDwF {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhKepnaDwF .image-wrapper,
.cid-uhKepnaDwF img {
  width: 100%;
  object-fit: contain;
}
.cid-uhKepnaDwF img {
  display: inline-block;
  width: 6rem;
}
.cid-uhKepnaDwF .mbr-section-title {
  margin: 25px 0;
}
.cid-uhKepnaDwF .mbr-text {
  margin-bottom: 19px;
}
.cid-uhKepnaDwF .mbr-section-title,
.cid-uhKepnaDwF .image-wrapper {
  color: #000000;
}
.cid-uhKepnaDwF .mbr-text,
.cid-uhKepnaDwF .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uhKepou0nn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
}
.cid-uhKepou0nn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhKepou0nn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhKepou0nn .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhKepou0nn .container-fluid {
    padding: 0 20px;
  }
}
.cid-uhKepou0nn .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhKepou0nn .container {
    padding: 0 20px;
  }
}
.cid-uhKepou0nn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhKepou0nn .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uhKepou0nn .card-wrap .panel-group {
  padding: 64px;
  border-radius: 0;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uhKepou0nn .card-wrap .panel-group {
    padding: 50px 20px;
  }
}
.cid-uhKepou0nn .card-wrap .panel-group .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
}
.cid-uhKepou0nn .card-wrap .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .cid-uhKepou0nn .card-wrap .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-uhKepou0nn .card-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uhKepou0nn .card-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  background-color: #ffffff;
}
.cid-uhKepou0nn .card-wrap .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-uhKepou0nn .card-wrap .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uhKepou0nn .card-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-uhKepou0nn .card-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 100%;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-uhKepou0nn .card-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-uhKepou0nn .mbr-section-title {
  color: #ffffff;
}
.cid-uhKepou0nn .panel-title-edit {
  color: #ffffff;
}
.cid-uhKepou0nn .panel-text {
  color: #1d1d1d;
}
.cid-uhKepq4gSS {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhKepq4gSS .image-wrapper,
.cid-uhKepq4gSS img {
  width: 100%;
  object-fit: contain;
}
.cid-uhKepq4gSS img {
  display: inline-block;
  width: 6rem;
}
.cid-uhKepq4gSS .mbr-section-title {
  margin: 25px 0;
}
.cid-uhKepq4gSS .mbr-text {
  margin-bottom: 19px;
}
.cid-uhKepq4gSS .mbr-section-title,
.cid-uhKepq4gSS .image-wrapper {
  color: #000000;
}
.cid-uhKepq4gSS .mbr-text,
.cid-uhKepq4gSS .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uhKepr33fZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e5673b;
}
.cid-uhKepr33fZ img,
.cid-uhKepr33fZ .item-img {
  width: 100%;
  object-fit: cover;
  height: 500px;
  transition: all 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-uhKepr33fZ .item-img {
  position: relative;
}
.cid-uhKepr33fZ .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #bbbbbb;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-uhKepr33fZ .item-img:hover {
  transform: translateY(-7px);
}
.cid-uhKepr33fZ .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-uhKepr33fZ .item:nth-child(1),
  .cid-uhKepr33fZ .item:nth-child(2),
  .cid-uhKepr33fZ .item:nth-child(3) {
    margin-top: 70px;
  }
  .cid-uhKepr33fZ .item:nth-child(2),
  .cid-uhKepr33fZ .item:nth-child(5),
  .cid-uhKepr33fZ .item:nth-child(8),
  .cid-uhKepr33fZ .item:nth-child(11),
  .cid-uhKepr33fZ .item:nth-child(15) {
    transform: translateY(-70px);
  }
}
.cid-uhKepr33fZ .item-title {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-uhKepr33fZ .item_content {
  margin-top: 27px;
}
.cid-uhKepr33fZ .mbr-text {
  margin-bottom: 1rem;
  color: #4a4a4a;
}
.cid-uhKepr33fZ .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-uhKepr33fZ .item-wrapper {
    padding: 0 1.5rem;
  }
}
.cid-uhKjCUrF83 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhKjCUrF83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhKjCUrF83 .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-uhKjCUrF83 .container {
    padding: 0 20px;
  }
}
.cid-uhKjCUrF83 .row {
  margin: 0;
}
.cid-uhKjCUrF83 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhKjCUrF83 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhKjCUrF83 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uhKjCUrF83 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uhKjCUrF83 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uhKjCUrF83 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uhKjCUrF83 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhKeprYpqH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uhKeprYpqH .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #ffffff;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uhKeprYpqH .main_header {
    padding-top: 66px;
  }
  .cid-uhKeprYpqH .main_header > .row {
    flex-direction: column;
  }
  .cid-uhKeprYpqH .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uhKeprYpqH .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-uhKeprYpqH .mbr-section-title {
    text-align: center;
  }
}
.cid-uhKeprYpqH .mbr-text {
  margin: 25px 0;
}
.cid-uhKeprYpqH .bgImage {
  position: relative;
  width: 100%;
  height: 650px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uhKeprYpqH .bgImage {
    height: 65vh;
  }
}
.cid-uhKeprYpqH img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhKeprYpqH .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uhKeprYpqH .linkBtn a:after,
.cid-uhKeprYpqH .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uhKeprYpqH .linkBtn a:before {
  left: 0;
}
.cid-uhKeprYpqH .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uhKeprYpqH .linkBtn a:hover:before,
.cid-uhKeprYpqH .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uhKepsSPba {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #e5673b;
}
.cid-uhKepsSPba .image-wrapper,
.cid-uhKepsSPba img {
  width: 100%;
  object-fit: contain;
}
.cid-uhKepsSPba img {
  display: inline-block;
  width: 6rem;
}
.cid-uhKepsSPba .mbr-section-title {
  margin: 25px 0;
}
.cid-uhKepsSPba .mbr-text {
  margin-bottom: 19px;
}
.cid-uhKepsSPba .mbr-section-title,
.cid-uhKepsSPba .image-wrapper {
  color: #ffffff;
}
.cid-uhKepsSPba .mbr-text,
.cid-uhKepsSPba .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uhOEDKYxUv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhOEDKYxUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhOEDKYxUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhOEDKYxUv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhOEDKYxUv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhOEDKYxUv .container {
    padding: 0 16px;
  }
}
.cid-uhOEDKYxUv .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uhOEDKYxUv .row {
    margin: 0 10px;
  }
}
.cid-uhOEDKYxUv .row .item {
  padding: 0;
}
.cid-uhOEDKYxUv .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhOEDKYxUv .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhOEDKYxUv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhOEDKYxUv .panel-group {
  border: 1px solid #000000;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uhOEDKYxUv .panel-group .card {
  border-top: 1px solid #c4d6b0;
  border-radius: 0 !important;
}
.cid-uhOEDKYxUv .panel-group .card:first-child {
  border-top: none;
}
.cid-uhOEDKYxUv .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uhOEDKYxUv .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uhOEDKYxUv .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uhOEDKYxUv .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-uhOEDKYxUv .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #000000;
}
.cid-uhOEDKYxUv .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #000000;
  background-color: #ffffff;
}
.cid-uhOEDKYxUv .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uhOEDKYxUv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhOEDKYxUv .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #000000;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uhOEDKYxUv .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uhOEDKYxUv .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uhOEDKYxUv .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uhOEDKYxUv .image-wrapper {
  height: 100%;
}
.cid-uhOEDKYxUv .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhOEDKYxUv .image-wrapper img {
    height: 350px;
  }
}
.cid-uhOEDKYxUv .mbr-section-title {
  color: #000000;
}
.cid-uhOEDKYxUv .panel-title-edit {
  color: #000000;
}
.cid-uhOEDKYxUv .panel-text {
  color: #000000;
}
.cid-uhKeptHMZS .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhKeptHMZS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhKeptHMZS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhKeptHMZS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhKeptHMZS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhKepuv9yx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
}
.cid-uhKepuv9yx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhKepuv9yx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhKepuv9yx .logo-container {
  max-width: 50%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .cid-uhKepuv9yx .logo-container {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uhKepuv9yx .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uhKepuv9yx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uhKepuv9yx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uhKepuv9yx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uhKepuv9yx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhKepuv9yx .items-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uhKepuv9yx .items-container {
    flex-wrap: wrap;
  }
}
.cid-uhKepuv9yx .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cid-uhKepuv9yx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.cid-uhKepuv9yx .footer-links {
  display: grid;
  grid-column-gap: 0.5rem;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-row-gap: 16px;
}
@media (min-width: 992px) {
  .cid-uhKepuv9yx .footer-links {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhKepuv9yx .footer-links {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    margin-top: 1.25rem;
  }
}
.cid-uhKepuv9yx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-uhKepuv9yx .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uhKepuv9yx .list li {
  transition: 0.5s all;
}
.cid-uhKepuv9yx .list li:hover {
  opacity: 0.6;
}
.cid-uhKepuv9yx .item-wrap {
  margin-bottom: 12px;
}
.cid-uhKepuv9yx .mbr-section-btn {
  margin-bottom: -0.6rem;
}
.cid-uhKepuv9yx .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-uhKepuv9yx .footer-separator {
  height: 1px;
  border: none;
  background: #1B1F0A;
  margin: 1.75rem 0 2.5rem;
  outline: none;
}
.cid-uhKepuv9yx .mbr-iconfont {
  color: #1b1f0a;
  font-size: 16px;
}
@media (max-width: 767px) {
  .cid-uhKepuv9yx .copyright-col {
    text-align: center;
  }
}
.cid-uhKepuv9yx .copyright {
  color: #ffffff;
}
.cid-uhKh9IwNAy {
  background-color: transparent;
}
.cid-uhKh9IwNAy .navbar-dropdown {
  background-color: #e5673b !important;
  padding: 0;
}
.cid-uhKh9IwNAy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e5673b !important;
  background: #e5673b;
}
.cid-uhKh9IwNAy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhKh9IwNAy .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhKh9IwNAy .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uhKh9IwNAy .menu_box .navbar.opened,
  .cid-uhKh9IwNAy .menu_box .navbar-collapse {
    background-color: #e5673b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhKh9IwNAy .navbar-dropdown {
  position: relative !important;
}
.cid-uhKh9IwNAy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uhKh9IwNAy .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhKh9IwNAy .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhKh9IwNAy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhKh9IwNAy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhKh9IwNAy .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uhKh9IwNAy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhKh9IwNAy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhKh9IwNAy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhKh9IwNAy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhKh9IwNAy .offcanvas-body .mbr-text,
  .cid-uhKh9IwNAy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uhKh9IwNAy .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uhKh9IwNAy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhKh9IwNAy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uhKh9IwNAy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhKh9IwNAy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhKh9IwNAy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhKh9IwNAy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhKh9IwNAy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhKh9IwNAy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhKh9IwNAy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uhKh9IwNAy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhKh9IwNAy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uhKh9IwNAy .lg_brand {
    margin: 0 1rem;
  }
  .cid-uhKh9IwNAy .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uhKh9IwNAy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhKh9IwNAy .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uhKh9IwNAy .nav-item {
    margin: 0 !important;
  }
}
.cid-uhKh9IwNAy .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uhKh9IwNAy .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhKh9IwNAy .nav-item .nav-link:hover,
.cid-uhKh9IwNAy .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uhKh9IwNAy .nav-item .nav-link:hover:before,
.cid-uhKh9IwNAy .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uhKh9IwNAy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhKh9IwNAy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhKh9IwNAy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhKh9IwNAy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhKh9IwNAy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uhKh9IwNAy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhKh9IwNAy .offcanvas_box {
    display: none;
  }
}
.cid-uhKh9IwNAy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uhKh9IwNAy .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhKh9IwNAy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhKh9IwNAy .container {
  display: flex;
  margin: auto;
}
.cid-uhKh9IwNAy .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhKh9IwNAy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhKh9IwNAy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhKh9IwNAy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhKh9IwNAy .navbar-nav {
    margin: 0;
  }
}
.cid-uhKh9IwNAy .dropdown-menu,
.cid-uhKh9IwNAy .navbar.opened {
  background-color: false !important;
}
.cid-uhKh9IwNAy .nav-item:focus,
.cid-uhKh9IwNAy .nav-link:focus {
  outline: none;
}
.cid-uhKh9IwNAy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhKh9IwNAy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhKh9IwNAy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhKh9IwNAy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhKh9IwNAy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhKh9IwNAy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhKh9IwNAy .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhKh9IwNAy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhKh9IwNAy .navbar.opened {
  transition: all 0.3s;
}
.cid-uhKh9IwNAy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhKh9IwNAy .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uhKh9IwNAy .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uhKh9IwNAy .navbar.collapsed {
  justify-content: center;
}
.cid-uhKh9IwNAy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhKh9IwNAy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhKh9IwNAy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhKh9IwNAy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhKh9IwNAy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhKh9IwNAy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhKh9IwNAy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhKh9IwNAy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhKh9IwNAy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uhKh9IwNAy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhKh9IwNAy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhKh9IwNAy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhKh9IwNAy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhKh9IwNAy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhKh9IwNAy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhKh9IwNAy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhKh9IwNAy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhKh9IwNAy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhKh9IwNAy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uhKh9IwNAy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhKh9IwNAy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhKh9IwNAy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhKh9IwNAy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhKh9IwNAy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhKh9IwNAy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .cid-uhKh9IwNAy .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uhKh9IwNAy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uhKh9IwNAy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhKh9IwNAy .dropdown-item.active,
.cid-uhKh9IwNAy .dropdown-item:active {
  background-color: transparent;
}
.cid-uhKh9IwNAy .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uhKh9IwNAy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhKh9IwNAy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhKh9IwNAy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhKh9IwNAy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uhKh9IwNAy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhKh9IwNAy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e5673b;
  background: #c7fcb5;
}
.cid-uhKh9IwNAy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uhKh9IwNAy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhKh9IwNAy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhKh9IwNAy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhKh9IwNAy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhKh9IwNAy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhKh9IwNAy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhKh9IwNAy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhKh9IwNAy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhKh9IwNAy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhKh9IwNAy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhKh9IwNAy .navbar {
    height: 70px;
  }
  .cid-uhKh9IwNAy .navbar.opened {
    height: auto;
  }
  .cid-uhKh9IwNAy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhKh9IwNAy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uhKh9IwNAy .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uhKh9IwNAy .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uhKh9IwNAy .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uhKh9IwNAy .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uhKh9IwNAy .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uhKh9IwNAy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhKh9IwNAy .text_widget {
  margin-bottom: 32px;
}
.cid-uhKh9IwNAy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uhKh9IwNAy .text_widget a:hover,
.cid-uhKh9IwNAy .text_widget a:focus {
  opacity: .8;
}
.cid-uhKh9IwNAy .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uhKh9IwNAy .contacts-wrapper {
    display: none;
  }
}
.cid-uhKh9IwNAy .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uhKh9IwNAy .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uhKh9IwNAy .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhKh9IwNAy .contacts-wrapper a .mbr-contact:hover:before,
.cid-uhKh9IwNAy .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uhKh9IwNAy .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uhKh9IwNAy .navbar-caption {
  color: #c7fcb5;
}
.cid-uhKh9IwNAy .mbr-contact {
  color: #ffffff;
}
.cid-uhKh9IwNAy .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uhKh9IwNAy .mbr-section-subtitle,
.cid-uhKh9IwNAy .text_widget,
.cid-uhKh9IwNAy .mbr-section-btn {
  text-align: center;
}
.cid-uhKh9IwNAy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhOLm5J0ID {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/448879460-456245077153736-5629722531537548179-n-1-1160x788.jpg");
}
.cid-uhOLm5J0ID .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uhOLm5J0ID .head_wrap:hover .mbr-section-title a {
  color: #d8d8d8 !important;
}
.cid-uhKh9KXecK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e5673b;
}
.cid-uhKh9KXecK .row {
  flex-direction: row-reverse;
}
.cid-uhKh9KXecK .column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uhKh9KXecK .column1 .list-column1 {
  list-style-type: disc;
  padding-left: 1rem;
}
.cid-uhKh9KXecK .column1 .list-column1 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-uhKh9KXecK .column1 {
    align-items: center;
    text-align: center;
  }
}
.cid-uhKh9KXecK .mbr-text-column1 {
  margin-bottom: 2.3125rem;
  color: #ffffff;
}
.cid-uhKh9KXecK .cards-row {
  display: flex;
  margin-bottom: 2.5rem;
}
.cid-uhKh9KXecK .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-uhKh9KXecK .card-item:last-child {
  margin-right: 0;
}
.cid-uhKh9KXecK .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uhKh9KXecK .mbr-section-title-column1 {
  margin-bottom: 2.3rem;
}
.cid-uhKh9KXecK .mbr-section-title-column2 {
  margin-bottom: 2.3rem;
}
.cid-uhKh9KXecK .column2 {
  height: 100%;
}
.cid-uhKh9KXecK .column2 .list-column2 {
  list-style-type: none;
  padding-left: 0;
}
.cid-uhKh9KXecK .column2 .list-column2 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-uhKh9KXecK .column2 {
    text-align: center;
  }
}
.cid-uhKh9KXecK .mbr-text-column2 {
  margin-bottom: 2.3125rem;
}
.cid-uhKh9KXecK .list-column2 {
  text-align: left;
  color: #ffffff;
}
.cid-uhKh9LLVdP {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhKh9LLVdP .image-wrapper,
.cid-uhKh9LLVdP img {
  width: 100%;
  object-fit: contain;
}
.cid-uhKh9LLVdP img {
  display: inline-block;
  width: 6rem;
}
.cid-uhKh9LLVdP .mbr-section-title {
  margin: 25px 0;
}
.cid-uhKh9LLVdP .mbr-text {
  margin-bottom: 19px;
}
.cid-uhKh9LLVdP .mbr-section-title,
.cid-uhKh9LLVdP .image-wrapper {
  color: #000000;
}
.cid-uhKh9LLVdP .mbr-text,
.cid-uhKh9LLVdP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uhKh9Muilt {
  background-color: #e5673b;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uhKh9Muilt .content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 0 15%;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uhKh9Muilt .content_wrap {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uhKh9Muilt .content_wrap {
    padding: 60px 12px;
  }
}
.cid-uhKh9Muilt .mbr-section-title {
  margin-bottom: 25px;
  color: #202020;
}
.cid-uhKh9Muilt .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 991px) {
  .cid-uhKh9Muilt .height_100 {
    height: 100%;
  }
}
.cid-uhKh9Muilt .item-image,
.cid-uhKh9Muilt img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-uhKh9Nb6qT {
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uhKh9Nb6qT .mark_text {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.3em;
  font-weight: 600;
  color: #202020;
}
.cid-uhKh9Nb6qT .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-uhKh9Nb6qT .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-uhKh9Nb6qT .mbr-text {
  color: #ffffff;
}
.cid-uhKh9Nb6qT .card_title {
  color: #202020;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-uhKh9Nb6qT .card_content {
  margin: 26px 0 23px;
}
.cid-uhKh9Nb6qT img,
.cid-uhKh9Nb6qT .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-uhKh9Nb6qT .item {
  margin-bottom: 30px;
}
.cid-uhKh9Nb6qT .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-uhKh9Nb6qT .card_text {
  color: #202020;
  margin-top: 4px;
}
.cid-uhKh9Nb6qT .item-img {
  position: relative;
}
.cid-uhKh9Nb6qT .item-img .mbr-section-btn {
  position: absolute;
  margin-left: 3px;
  top: 53%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-out, top 0.2s ease-out;
  transform: translate(-50%, -50%);
}
.cid-uhKh9Nb6qT .item-img:hover .mbr-section-btn {
  top: 50%;
  opacity: 1;
}
.cid-uhKh9O6wYa {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #e5673b;
}
.cid-uhKh9O6wYa .image-wrapper,
.cid-uhKh9O6wYa img {
  width: 100%;
  object-fit: contain;
}
.cid-uhKh9O6wYa img {
  display: inline-block;
  width: 6rem;
}
.cid-uhKh9O6wYa .mbr-section-title {
  margin: 25px 0;
}
.cid-uhKh9O6wYa .mbr-text {
  margin-bottom: 19px;
}
.cid-uhKh9O6wYa .mbr-section-title,
.cid-uhKh9O6wYa .image-wrapper {
  color: #ffffff;
}
.cid-uhKh9O6wYa .mbr-text,
.cid-uhKh9O6wYa .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uhKh9OU0GQ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .cid-uhKh9OU0GQ .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-uhKh9OU0GQ .g-0 > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uhKh9OU0GQ .card_wrapper {
  padding: 2rem 20%;
  background-color: #e5673b;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uhKh9OU0GQ .card_wrapper {
    padding: 65px 30px;
  }
  .cid-uhKh9OU0GQ .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-uhKh9OU0GQ .content_box {
  position: relative;
  z-index: 2;
}
.cid-uhKh9OU0GQ .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-uhKh9OU0GQ .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uhKh9OU0GQ .mbr-text {
  color: #ffffff;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cid-uhKh9OU0GQ .mbr-text.display-5 {
    line-height: 42px;
  }
}
.cid-uhKh9OU0GQ .image-wrapper,
.cid-uhKh9OU0GQ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhKh9OU0GQ .signature {
  color: #ffffff;
}
.cid-uhKh9PN2N7 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhKh9PN2N7 .image-wrapper,
.cid-uhKh9PN2N7 img {
  width: 100%;
  object-fit: contain;
}
.cid-uhKh9PN2N7 img {
  display: inline-block;
  width: 6rem;
}
.cid-uhKh9PN2N7 .mbr-section-title {
  margin: 25px 0;
}
.cid-uhKh9PN2N7 .mbr-text {
  margin-bottom: 19px;
}
.cid-uhKh9PN2N7 .mbr-section-title,
.cid-uhKh9PN2N7 .image-wrapper {
  color: #000000;
}
.cid-uhKh9PN2N7 .mbr-text,
.cid-uhKh9PN2N7 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uhKh9QDFnw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
}
.cid-uhKh9QDFnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhKh9QDFnw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhKh9QDFnw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhKh9QDFnw .container-fluid {
    padding: 0 20px;
  }
}
.cid-uhKh9QDFnw .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhKh9QDFnw .container {
    padding: 0 20px;
  }
}
.cid-uhKh9QDFnw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhKh9QDFnw .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uhKh9QDFnw .card-wrap .panel-group {
  padding: 64px;
  border-radius: 0;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uhKh9QDFnw .card-wrap .panel-group {
    padding: 50px 20px;
  }
}
.cid-uhKh9QDFnw .card-wrap .panel-group .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
}
.cid-uhKh9QDFnw .card-wrap .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .cid-uhKh9QDFnw .card-wrap .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-uhKh9QDFnw .card-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uhKh9QDFnw .card-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  background-color: #ffffff;
}
.cid-uhKh9QDFnw .card-wrap .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-uhKh9QDFnw .card-wrap .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uhKh9QDFnw .card-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-uhKh9QDFnw .card-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 100%;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-uhKh9QDFnw .card-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-uhKh9QDFnw .mbr-section-title {
  color: #ffffff;
}
.cid-uhKh9QDFnw .panel-title-edit {
  color: #ffffff;
}
.cid-uhKh9QDFnw .panel-text {
  color: #1d1d1d;
}
.cid-uhKh9RWmvq {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhKh9RWmvq .image-wrapper,
.cid-uhKh9RWmvq img {
  width: 100%;
  object-fit: contain;
}
.cid-uhKh9RWmvq img {
  display: inline-block;
  width: 6rem;
}
.cid-uhKh9RWmvq .mbr-section-title {
  margin: 25px 0;
}
.cid-uhKh9RWmvq .mbr-text {
  margin-bottom: 19px;
}
.cid-uhKh9RWmvq .mbr-section-title,
.cid-uhKh9RWmvq .image-wrapper {
  color: #000000;
}
.cid-uhKh9RWmvq .mbr-text,
.cid-uhKh9RWmvq .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uhKh9SNpyb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e5673b;
}
.cid-uhKh9SNpyb img,
.cid-uhKh9SNpyb .item-img {
  width: 100%;
  object-fit: cover;
  height: 500px;
  transition: all 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-uhKh9SNpyb .item-img {
  position: relative;
}
.cid-uhKh9SNpyb .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #bbbbbb;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-uhKh9SNpyb .item-img:hover {
  transform: translateY(-7px);
}
.cid-uhKh9SNpyb .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-uhKh9SNpyb .item:nth-child(1),
  .cid-uhKh9SNpyb .item:nth-child(2),
  .cid-uhKh9SNpyb .item:nth-child(3) {
    margin-top: 70px;
  }
  .cid-uhKh9SNpyb .item:nth-child(2),
  .cid-uhKh9SNpyb .item:nth-child(5),
  .cid-uhKh9SNpyb .item:nth-child(8),
  .cid-uhKh9SNpyb .item:nth-child(11),
  .cid-uhKh9SNpyb .item:nth-child(15) {
    transform: translateY(-70px);
  }
}
.cid-uhKh9SNpyb .item-title {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-uhKh9SNpyb .item_content {
  margin-top: 27px;
}
.cid-uhKh9SNpyb .mbr-text {
  margin-bottom: 1rem;
  color: #4a4a4a;
}
.cid-uhKh9SNpyb .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-uhKh9SNpyb .item-wrapper {
    padding: 0 1.5rem;
  }
}
.cid-uhKh9THI1J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uhKh9THI1J .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #ffffff;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uhKh9THI1J .main_header {
    padding-top: 66px;
  }
  .cid-uhKh9THI1J .main_header > .row {
    flex-direction: column;
  }
  .cid-uhKh9THI1J .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uhKh9THI1J .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-uhKh9THI1J .mbr-section-title {
    text-align: center;
  }
}
.cid-uhKh9THI1J .mbr-text {
  margin: 25px 0;
}
.cid-uhKh9THI1J .bgImage {
  position: relative;
  width: 100%;
  height: 650px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uhKh9THI1J .bgImage {
    height: 65vh;
  }
}
.cid-uhKh9THI1J img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhKh9THI1J .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uhKh9THI1J .linkBtn a:after,
.cid-uhKh9THI1J .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uhKh9THI1J .linkBtn a:before {
  left: 0;
}
.cid-uhKh9THI1J .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uhKh9THI1J .linkBtn a:hover:before,
.cid-uhKh9THI1J .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uhKh9UusdF {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #e5673b;
}
.cid-uhKh9UusdF .image-wrapper,
.cid-uhKh9UusdF img {
  width: 100%;
  object-fit: contain;
}
.cid-uhKh9UusdF img {
  display: inline-block;
  width: 6rem;
}
.cid-uhKh9UusdF .mbr-section-title {
  margin: 25px 0;
}
.cid-uhKh9UusdF .mbr-text {
  margin-bottom: 19px;
}
.cid-uhKh9UusdF .mbr-section-title,
.cid-uhKh9UusdF .image-wrapper {
  color: #ffffff;
}
.cid-uhKh9UusdF .mbr-text,
.cid-uhKh9UusdF .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uhKj0lGcdf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhKj0lGcdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhKj0lGcdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhKj0lGcdf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhKj0lGcdf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhKj0lGcdf .container {
    padding: 0 16px;
  }
}
.cid-uhKj0lGcdf .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uhKj0lGcdf .row {
    margin: 0 10px;
  }
}
.cid-uhKj0lGcdf .row .item {
  padding: 0;
}
.cid-uhKj0lGcdf .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhKj0lGcdf .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhKj0lGcdf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhKj0lGcdf .panel-group {
  border: 1px solid #000000;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uhKj0lGcdf .panel-group .card {
  border-top: 1px solid #c4d6b0;
  border-radius: 0 !important;
}
.cid-uhKj0lGcdf .panel-group .card:first-child {
  border-top: none;
}
.cid-uhKj0lGcdf .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uhKj0lGcdf .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uhKj0lGcdf .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uhKj0lGcdf .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-uhKj0lGcdf .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #000000;
}
.cid-uhKj0lGcdf .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #000000;
  background-color: #ffffff;
}
.cid-uhKj0lGcdf .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uhKj0lGcdf .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhKj0lGcdf .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #000000;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uhKj0lGcdf .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uhKj0lGcdf .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uhKj0lGcdf .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uhKj0lGcdf .image-wrapper {
  height: 100%;
}
.cid-uhKj0lGcdf .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhKj0lGcdf .image-wrapper img {
    height: 350px;
  }
}
.cid-uhKj0lGcdf .mbr-section-title {
  color: #000000;
}
.cid-uhKj0lGcdf .panel-title-edit {
  color: #000000;
}
.cid-uhKj0lGcdf .panel-text {
  color: #000000;
}
.cid-uhKh9VmwGc .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhKh9VmwGc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhKh9VmwGc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhKh9VmwGc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhKh9VmwGc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhKh9Wb8Oz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
}
.cid-uhKh9Wb8Oz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhKh9Wb8Oz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhKh9Wb8Oz .logo-container {
  max-width: 50%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .cid-uhKh9Wb8Oz .logo-container {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uhKh9Wb8Oz .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uhKh9Wb8Oz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uhKh9Wb8Oz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uhKh9Wb8Oz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uhKh9Wb8Oz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhKh9Wb8Oz .items-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uhKh9Wb8Oz .items-container {
    flex-wrap: wrap;
  }
}
.cid-uhKh9Wb8Oz .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cid-uhKh9Wb8Oz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.cid-uhKh9Wb8Oz .footer-links {
  display: grid;
  grid-column-gap: 0.5rem;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-row-gap: 16px;
}
@media (min-width: 992px) {
  .cid-uhKh9Wb8Oz .footer-links {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhKh9Wb8Oz .footer-links {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    margin-top: 1.25rem;
  }
}
.cid-uhKh9Wb8Oz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-uhKh9Wb8Oz .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uhKh9Wb8Oz .list li {
  transition: 0.5s all;
}
.cid-uhKh9Wb8Oz .list li:hover {
  opacity: 0.6;
}
.cid-uhKh9Wb8Oz .item-wrap {
  margin-bottom: 12px;
}
.cid-uhKh9Wb8Oz .mbr-section-btn {
  margin-bottom: -0.6rem;
}
.cid-uhKh9Wb8Oz .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-uhKh9Wb8Oz .footer-separator {
  height: 1px;
  border: none;
  background: #1B1F0A;
  margin: 1.75rem 0 2.5rem;
  outline: none;
}
.cid-uhKh9Wb8Oz .mbr-iconfont {
  color: #1b1f0a;
  font-size: 16px;
}
@media (max-width: 767px) {
  .cid-uhKh9Wb8Oz .copyright-col {
    text-align: center;
  }
}
.cid-uhKh9Wb8Oz .copyright {
  color: #ffffff;
}
.cid-uhKjn0cPg2 {
  background-color: transparent;
}
.cid-uhKjn0cPg2 .navbar-dropdown {
  background-color: #e5673b !important;
  padding: 0;
}
.cid-uhKjn0cPg2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e5673b !important;
  background: #e5673b;
}
.cid-uhKjn0cPg2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhKjn0cPg2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhKjn0cPg2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uhKjn0cPg2 .menu_box .navbar.opened,
  .cid-uhKjn0cPg2 .menu_box .navbar-collapse {
    background-color: #e5673b !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhKjn0cPg2 .navbar-dropdown {
  position: relative !important;
}
.cid-uhKjn0cPg2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uhKjn0cPg2 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhKjn0cPg2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhKjn0cPg2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhKjn0cPg2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhKjn0cPg2 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uhKjn0cPg2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhKjn0cPg2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhKjn0cPg2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhKjn0cPg2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhKjn0cPg2 .offcanvas-body .mbr-text,
  .cid-uhKjn0cPg2 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uhKjn0cPg2 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uhKjn0cPg2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhKjn0cPg2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uhKjn0cPg2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhKjn0cPg2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhKjn0cPg2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhKjn0cPg2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhKjn0cPg2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhKjn0cPg2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhKjn0cPg2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uhKjn0cPg2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhKjn0cPg2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uhKjn0cPg2 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uhKjn0cPg2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uhKjn0cPg2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhKjn0cPg2 .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uhKjn0cPg2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uhKjn0cPg2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uhKjn0cPg2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhKjn0cPg2 .nav-item .nav-link:hover,
.cid-uhKjn0cPg2 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uhKjn0cPg2 .nav-item .nav-link:hover:before,
.cid-uhKjn0cPg2 .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uhKjn0cPg2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhKjn0cPg2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhKjn0cPg2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhKjn0cPg2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhKjn0cPg2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uhKjn0cPg2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhKjn0cPg2 .offcanvas_box {
    display: none;
  }
}
.cid-uhKjn0cPg2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uhKjn0cPg2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhKjn0cPg2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhKjn0cPg2 .container {
  display: flex;
  margin: auto;
}
.cid-uhKjn0cPg2 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhKjn0cPg2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhKjn0cPg2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhKjn0cPg2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhKjn0cPg2 .navbar-nav {
    margin: 0;
  }
}
.cid-uhKjn0cPg2 .dropdown-menu,
.cid-uhKjn0cPg2 .navbar.opened {
  background-color: false !important;
}
.cid-uhKjn0cPg2 .nav-item:focus,
.cid-uhKjn0cPg2 .nav-link:focus {
  outline: none;
}
.cid-uhKjn0cPg2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhKjn0cPg2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhKjn0cPg2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhKjn0cPg2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhKjn0cPg2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhKjn0cPg2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhKjn0cPg2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhKjn0cPg2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhKjn0cPg2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uhKjn0cPg2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhKjn0cPg2 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uhKjn0cPg2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uhKjn0cPg2 .navbar.collapsed {
  justify-content: center;
}
.cid-uhKjn0cPg2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhKjn0cPg2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhKjn0cPg2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhKjn0cPg2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhKjn0cPg2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhKjn0cPg2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhKjn0cPg2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhKjn0cPg2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhKjn0cPg2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uhKjn0cPg2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhKjn0cPg2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhKjn0cPg2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhKjn0cPg2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhKjn0cPg2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhKjn0cPg2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhKjn0cPg2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhKjn0cPg2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhKjn0cPg2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhKjn0cPg2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uhKjn0cPg2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhKjn0cPg2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhKjn0cPg2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhKjn0cPg2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhKjn0cPg2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhKjn0cPg2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .cid-uhKjn0cPg2 .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uhKjn0cPg2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uhKjn0cPg2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhKjn0cPg2 .dropdown-item.active,
.cid-uhKjn0cPg2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhKjn0cPg2 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uhKjn0cPg2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhKjn0cPg2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhKjn0cPg2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhKjn0cPg2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uhKjn0cPg2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhKjn0cPg2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e5673b;
  background: #c7fcb5;
}
.cid-uhKjn0cPg2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uhKjn0cPg2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhKjn0cPg2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhKjn0cPg2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhKjn0cPg2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhKjn0cPg2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhKjn0cPg2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhKjn0cPg2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhKjn0cPg2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhKjn0cPg2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhKjn0cPg2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhKjn0cPg2 .navbar {
    height: 70px;
  }
  .cid-uhKjn0cPg2 .navbar.opened {
    height: auto;
  }
  .cid-uhKjn0cPg2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhKjn0cPg2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uhKjn0cPg2 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uhKjn0cPg2 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uhKjn0cPg2 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uhKjn0cPg2 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uhKjn0cPg2 .navbar-caption:hover {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uhKjn0cPg2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhKjn0cPg2 .text_widget {
  margin-bottom: 32px;
}
.cid-uhKjn0cPg2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uhKjn0cPg2 .text_widget a:hover,
.cid-uhKjn0cPg2 .text_widget a:focus {
  opacity: .8;
}
.cid-uhKjn0cPg2 .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uhKjn0cPg2 .contacts-wrapper {
    display: none;
  }
}
.cid-uhKjn0cPg2 .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uhKjn0cPg2 .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uhKjn0cPg2 .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhKjn0cPg2 .contacts-wrapper a .mbr-contact:hover:before,
.cid-uhKjn0cPg2 .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uhKjn0cPg2 .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uhKjn0cPg2 .navbar-caption {
  color: #c7fcb5;
}
.cid-uhKjn0cPg2 .mbr-contact {
  color: #ffffff;
}
.cid-uhKjn0cPg2 .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uhKjn0cPg2 .mbr-section-subtitle,
.cid-uhKjn0cPg2 .text_widget,
.cid-uhKjn0cPg2 .mbr-section-btn {
  text-align: center;
}
.cid-uhKjn0cPg2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhOMnBI6VJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/image-2000x1334.jpg");
}
.cid-uhOMnBI6VJ .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uhOMnBI6VJ .head_wrap:hover .mbr-section-title a {
  color: #d8d8d8 !important;
}
.cid-uhKjn2LP2H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e5673b;
}
.cid-uhKjn2LP2H .row {
  flex-direction: row-reverse;
}
.cid-uhKjn2LP2H .column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uhKjn2LP2H .column1 .list-column1 {
  list-style-type: disc;
  padding-left: 1rem;
}
.cid-uhKjn2LP2H .column1 .list-column1 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-uhKjn2LP2H .column1 {
    align-items: center;
    text-align: center;
  }
}
.cid-uhKjn2LP2H .mbr-text-column1 {
  margin-bottom: 2.3125rem;
  color: #ffffff;
}
.cid-uhKjn2LP2H .cards-row {
  display: flex;
  margin-bottom: 2.5rem;
}
.cid-uhKjn2LP2H .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-uhKjn2LP2H .card-item:last-child {
  margin-right: 0;
}
.cid-uhKjn2LP2H .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uhKjn2LP2H .mbr-section-title-column1 {
  margin-bottom: 2.3rem;
}
.cid-uhKjn2LP2H .mbr-section-title-column2 {
  margin-bottom: 2.3rem;
}
.cid-uhKjn2LP2H .column2 {
  height: 100%;
}
.cid-uhKjn2LP2H .column2 .list-column2 {
  list-style-type: none;
  padding-left: 0;
}
.cid-uhKjn2LP2H .column2 .list-column2 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-uhKjn2LP2H .column2 {
    text-align: center;
  }
}
.cid-uhKjn2LP2H .mbr-text-column2 {
  margin-bottom: 2.3125rem;
}
.cid-uhKjn2LP2H .list-column2 {
  text-align: left;
  color: #ffffff;
}
.cid-uhKjn3zpZi {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhKjn3zpZi .image-wrapper,
.cid-uhKjn3zpZi img {
  width: 100%;
  object-fit: contain;
}
.cid-uhKjn3zpZi img {
  display: inline-block;
  width: 6rem;
}
.cid-uhKjn3zpZi .mbr-section-title {
  margin: 25px 0;
}
.cid-uhKjn3zpZi .mbr-text {
  margin-bottom: 19px;
}
.cid-uhKjn3zpZi .mbr-section-title,
.cid-uhKjn3zpZi .image-wrapper {
  color: #000000;
}
.cid-uhKjn3zpZi .mbr-text,
.cid-uhKjn3zpZi .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uhKjn6aVVU {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #e5673b;
}
.cid-uhKjn6aVVU .image-wrapper,
.cid-uhKjn6aVVU img {
  width: 100%;
  object-fit: contain;
}
.cid-uhKjn6aVVU img {
  display: inline-block;
  width: 6rem;
}
.cid-uhKjn6aVVU .mbr-section-title {
  margin: 25px 0;
}
.cid-uhKjn6aVVU .mbr-text {
  margin-bottom: 19px;
}
.cid-uhKjn6aVVU .mbr-section-title,
.cid-uhKjn6aVVU .image-wrapper {
  color: #ffffff;
}
.cid-uhKjn6aVVU .mbr-text,
.cid-uhKjn6aVVU .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uhKjn4ZMLY {
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uhKjn4ZMLY .mark_text {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.3em;
  font-weight: 600;
  color: #202020;
}
.cid-uhKjn4ZMLY .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-uhKjn4ZMLY .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-uhKjn4ZMLY .mbr-text {
  color: #ffffff;
}
.cid-uhKjn4ZMLY .card_title {
  color: #202020;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-uhKjn4ZMLY .card_content {
  margin: 26px 0 23px;
}
.cid-uhKjn4ZMLY img,
.cid-uhKjn4ZMLY .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-uhKjn4ZMLY .item {
  margin-bottom: 30px;
}
.cid-uhKjn4ZMLY .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-uhKjn4ZMLY .card_text {
  color: #202020;
  margin-top: 4px;
}
.cid-uhKjn4ZMLY .item-img {
  position: relative;
}
.cid-uhKjn4ZMLY .item-img .mbr-section-btn {
  position: absolute;
  margin-left: 3px;
  top: 53%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-out, top 0.2s ease-out;
  transform: translate(-50%, -50%);
}
.cid-uhKjn4ZMLY .item-img:hover .mbr-section-btn {
  top: 50%;
  opacity: 1;
}
.cid-uhKkygxHqF {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-uhKkygxHqF .row {
  flex-direction: column;
}
.cid-uhKkygxHqF .row {
  flex-direction: column-reverse;
}
.cid-uhKkygxHqF .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uhKkygxHqF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhKkygxHqF .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uhKkygxHqF .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhKkygxHqF .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-uhKkygxHqF .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-uhKkygxHqF .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-uhKkygxHqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhKkygxHqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhKkygxHqF .mbr-text {
  text-align: left;
}
.cid-uhKjn6ZSCr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .cid-uhKjn6ZSCr .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-uhKjn6ZSCr .g-0 > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uhKjn6ZSCr .card_wrapper {
  padding: 2rem 20%;
  background-color: #e5673b;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uhKjn6ZSCr .card_wrapper {
    padding: 65px 30px;
  }
  .cid-uhKjn6ZSCr .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-uhKjn6ZSCr .content_box {
  position: relative;
  z-index: 2;
}
.cid-uhKjn6ZSCr .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-uhKjn6ZSCr .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uhKjn6ZSCr .mbr-text {
  color: #ffffff;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cid-uhKjn6ZSCr .mbr-text.display-5 {
    line-height: 42px;
  }
}
.cid-uhKjn6ZSCr .image-wrapper,
.cid-uhKjn6ZSCr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhKjn6ZSCr .signature {
  color: #ffffff;
}
.cid-uhKjn7P9QV {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhKjn7P9QV .image-wrapper,
.cid-uhKjn7P9QV img {
  width: 100%;
  object-fit: contain;
}
.cid-uhKjn7P9QV img {
  display: inline-block;
  width: 6rem;
}
.cid-uhKjn7P9QV .mbr-section-title {
  margin: 25px 0;
}
.cid-uhKjn7P9QV .mbr-text {
  margin-bottom: 19px;
}
.cid-uhKjn7P9QV .mbr-section-title,
.cid-uhKjn7P9QV .image-wrapper {
  color: #000000;
}
.cid-uhKjn7P9QV .mbr-text,
.cid-uhKjn7P9QV .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uhKjn8DYuO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
}
.cid-uhKjn8DYuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhKjn8DYuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhKjn8DYuO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhKjn8DYuO .container-fluid {
    padding: 0 20px;
  }
}
.cid-uhKjn8DYuO .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhKjn8DYuO .container {
    padding: 0 20px;
  }
}
.cid-uhKjn8DYuO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhKjn8DYuO .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uhKjn8DYuO .card-wrap .panel-group {
  padding: 64px;
  border-radius: 0;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uhKjn8DYuO .card-wrap .panel-group {
    padding: 50px 20px;
  }
}
.cid-uhKjn8DYuO .card-wrap .panel-group .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
}
.cid-uhKjn8DYuO .card-wrap .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .cid-uhKjn8DYuO .card-wrap .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-uhKjn8DYuO .card-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uhKjn8DYuO .card-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  background-color: #ffffff;
}
.cid-uhKjn8DYuO .card-wrap .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-uhKjn8DYuO .card-wrap .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uhKjn8DYuO .card-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-uhKjn8DYuO .card-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 100%;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-uhKjn8DYuO .card-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-uhKjn8DYuO .mbr-section-title {
  color: #ffffff;
}
.cid-uhKjn8DYuO .panel-title-edit {
  color: #ffffff;
}
.cid-uhKjn8DYuO .panel-text {
  color: #1d1d1d;
}
.cid-uhKjn9KRlW {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhKjn9KRlW .image-wrapper,
.cid-uhKjn9KRlW img {
  width: 100%;
  object-fit: contain;
}
.cid-uhKjn9KRlW img {
  display: inline-block;
  width: 6rem;
}
.cid-uhKjn9KRlW .mbr-section-title {
  margin: 25px 0;
}
.cid-uhKjn9KRlW .mbr-text {
  margin-bottom: 19px;
}
.cid-uhKjn9KRlW .mbr-section-title,
.cid-uhKjn9KRlW .image-wrapper {
  color: #000000;
}
.cid-uhKjn9KRlW .mbr-text,
.cid-uhKjn9KRlW .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uhKjnaFL0f {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e5673b;
}
.cid-uhKjnaFL0f img,
.cid-uhKjnaFL0f .item-img {
  width: 100%;
  object-fit: cover;
  height: 500px;
  transition: all 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-uhKjnaFL0f .item-img {
  position: relative;
}
.cid-uhKjnaFL0f .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #bbbbbb;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-uhKjnaFL0f .item-img:hover {
  transform: translateY(-7px);
}
.cid-uhKjnaFL0f .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-uhKjnaFL0f .item:nth-child(1),
  .cid-uhKjnaFL0f .item:nth-child(2),
  .cid-uhKjnaFL0f .item:nth-child(3) {
    margin-top: 70px;
  }
  .cid-uhKjnaFL0f .item:nth-child(2),
  .cid-uhKjnaFL0f .item:nth-child(5),
  .cid-uhKjnaFL0f .item:nth-child(8),
  .cid-uhKjnaFL0f .item:nth-child(11),
  .cid-uhKjnaFL0f .item:nth-child(15) {
    transform: translateY(-70px);
  }
}
.cid-uhKjnaFL0f .item-title {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-uhKjnaFL0f .item_content {
  margin-top: 27px;
}
.cid-uhKjnaFL0f .mbr-text {
  margin-bottom: 1rem;
  color: #4a4a4a;
}
.cid-uhKjnaFL0f .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-uhKjnaFL0f .item-wrapper {
    padding: 0 1.5rem;
  }
}
.cid-uhKjnbFivd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uhKjnbFivd .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #ffffff;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uhKjnbFivd .main_header {
    padding-top: 66px;
  }
  .cid-uhKjnbFivd .main_header > .row {
    flex-direction: column;
  }
  .cid-uhKjnbFivd .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uhKjnbFivd .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-uhKjnbFivd .mbr-section-title {
    text-align: center;
  }
}
.cid-uhKjnbFivd .mbr-text {
  margin: 25px 0;
}
.cid-uhKjnbFivd .bgImage {
  position: relative;
  width: 100%;
  height: 650px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uhKjnbFivd .bgImage {
    height: 65vh;
  }
}
.cid-uhKjnbFivd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhKjnbFivd .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uhKjnbFivd .linkBtn a:after,
.cid-uhKjnbFivd .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uhKjnbFivd .linkBtn a:before {
  left: 0;
}
.cid-uhKjnbFivd .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uhKjnbFivd .linkBtn a:hover:before,
.cid-uhKjnbFivd .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uhKjncqRjl {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #e5673b;
}
.cid-uhKjncqRjl .image-wrapper,
.cid-uhKjncqRjl img {
  width: 100%;
  object-fit: contain;
}
.cid-uhKjncqRjl img {
  display: inline-block;
  width: 6rem;
}
.cid-uhKjncqRjl .mbr-section-title {
  margin: 25px 0;
}
.cid-uhKjncqRjl .mbr-text {
  margin-bottom: 19px;
}
.cid-uhKjncqRjl .mbr-section-title,
.cid-uhKjncqRjl .image-wrapper {
  color: #ffffff;
}
.cid-uhKjncqRjl .mbr-text,
.cid-uhKjncqRjl .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uhKjndpOF1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhKjndpOF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhKjndpOF1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhKjndpOF1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhKjndpOF1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhKjndpOF1 .container {
    padding: 0 16px;
  }
}
.cid-uhKjndpOF1 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uhKjndpOF1 .row {
    margin: 0 10px;
  }
}
.cid-uhKjndpOF1 .row .item {
  padding: 0;
}
.cid-uhKjndpOF1 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhKjndpOF1 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhKjndpOF1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhKjndpOF1 .panel-group {
  border: 1px solid #000000;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uhKjndpOF1 .panel-group .card {
  border-top: 1px solid #c4d6b0;
  border-radius: 0 !important;
}
.cid-uhKjndpOF1 .panel-group .card:first-child {
  border-top: none;
}
.cid-uhKjndpOF1 .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uhKjndpOF1 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uhKjndpOF1 .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uhKjndpOF1 .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-uhKjndpOF1 .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #000000;
}
.cid-uhKjndpOF1 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #000000;
  background-color: #ffffff;
}
.cid-uhKjndpOF1 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uhKjndpOF1 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhKjndpOF1 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #000000;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uhKjndpOF1 .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uhKjndpOF1 .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uhKjndpOF1 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uhKjndpOF1 .image-wrapper {
  height: 100%;
}
.cid-uhKjndpOF1 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhKjndpOF1 .image-wrapper img {
    height: 350px;
  }
}
.cid-uhKjndpOF1 .mbr-section-title {
  color: #000000;
}
.cid-uhKjndpOF1 .panel-title-edit {
  color: #000000;
}
.cid-uhKjndpOF1 .panel-text {
  color: #000000;
}
.cid-uhKjnenkfl .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhKjnenkfl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhKjnenkfl .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhKjnenkfl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhKjnenkfl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhKjnfcc8u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
}
.cid-uhKjnfcc8u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhKjnfcc8u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhKjnfcc8u .logo-container {
  max-width: 50%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .cid-uhKjnfcc8u .logo-container {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uhKjnfcc8u .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uhKjnfcc8u .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uhKjnfcc8u .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uhKjnfcc8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uhKjnfcc8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhKjnfcc8u .items-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uhKjnfcc8u .items-container {
    flex-wrap: wrap;
  }
}
.cid-uhKjnfcc8u .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cid-uhKjnfcc8u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.cid-uhKjnfcc8u .footer-links {
  display: grid;
  grid-column-gap: 0.5rem;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-row-gap: 16px;
}
@media (min-width: 992px) {
  .cid-uhKjnfcc8u .footer-links {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhKjnfcc8u .footer-links {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    margin-top: 1.25rem;
  }
}
.cid-uhKjnfcc8u .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-uhKjnfcc8u .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uhKjnfcc8u .list li {
  transition: 0.5s all;
}
.cid-uhKjnfcc8u .list li:hover {
  opacity: 0.6;
}
.cid-uhKjnfcc8u .item-wrap {
  margin-bottom: 12px;
}
.cid-uhKjnfcc8u .mbr-section-btn {
  margin-bottom: -0.6rem;
}
.cid-uhKjnfcc8u .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-uhKjnfcc8u .footer-separator {
  height: 1px;
  border: none;
  background: #1B1F0A;
  margin: 1.75rem 0 2.5rem;
  outline: none;
}
.cid-uhKjnfcc8u .mbr-iconfont {
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 767px) {
  .cid-uhKjnfcc8u .copyright-col {
    text-align: center;
  }
}
.cid-uhKjnfcc8u .copyright {
  color: #ffffff;
}
