body {
  font-family: 'Brygada 1918', serif;
}
.display-1 {
  font-family: 'Brygada 1918', serif;
  font-size: 4.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.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: 2.0625rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.578125rem;
}
.display-7 {
  font-family: 'Brygada 1918', serif;
  font-size: 1.5625rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.953125rem;
}
/* ---- 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.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.0625rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.18125rem + (4.375 - 2.18125) * ((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.65rem;
    font-size: calc( 1.371875rem + (2.0625 - 1.371875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.371875rem + (2.0625 - 1.371875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196875rem + (1.5625 - 1.196875) * ((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: #e3ba52 !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: #e3ba52 !important;
  border-color: #e3ba52 !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: #bf921f !important;
  border-color: #bf921f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bf921f !important;
  border-color: #bf921f !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: #e3ba52;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bf921f !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: #e3ba52 !important;
  border-color: #e3ba52 !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: #e3ba52 !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: #b2881d !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 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: #e3ba52;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf3ef;
}
/* Scroll to top button*/
.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-t7TyIBkdWV {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-t7TyIBkdWV .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-t7TyIBkdWV nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t7TyIBkdWV nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-t7TyIBkdWV .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-t7TyIBkdWV .offcanvas_image img,
  .cid-t7TyIBkdWV .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-t7TyIBkdWV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-t7TyIBkdWV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-t7TyIBkdWV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-t7TyIBkdWV .offcanvas-body .mbr-text,
  .cid-t7TyIBkdWV .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-t7TyIBkdWV .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-t7TyIBkdWV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-t7TyIBkdWV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t7TyIBkdWV .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-t7TyIBkdWV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-t7TyIBkdWV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-t7TyIBkdWV li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-t7TyIBkdWV li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-t7TyIBkdWV .lg_brand {
    margin: 0 1rem;
  }
  .cid-t7TyIBkdWV .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-t7TyIBkdWV .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-t7TyIBkdWV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-t7TyIBkdWV .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-t7TyIBkdWV .nav-item {
    margin: 0 !important;
  }
}
.cid-t7TyIBkdWV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t7TyIBkdWV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-t7TyIBkdWV .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-t7TyIBkdWV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t7TyIBkdWV .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-t7TyIBkdWV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-t7TyIBkdWV .offcanvas_box,
  .cid-t7TyIBkdWV .top_widget {
    display: none;
  }
}
.cid-t7TyIBkdWV .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-t7TyIBkdWV .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-t7TyIBkdWV .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-t7TyIBkdWV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7TyIBkdWV .nav-link {
  position: relative;
}
.cid-t7TyIBkdWV .container {
  display: flex;
  margin: auto;
}
.cid-t7TyIBkdWV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-t7TyIBkdWV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-t7TyIBkdWV .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-t7TyIBkdWV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-t7TyIBkdWV .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-t7TyIBkdWV .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-t7TyIBkdWV .dropdown-menu,
.cid-t7TyIBkdWV .navbar.opened {
  background: #fafafa !important;
}
.cid-t7TyIBkdWV .nav-item:focus,
.cid-t7TyIBkdWV .nav-link:focus {
  outline: none;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7TyIBkdWV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7TyIBkdWV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7TyIBkdWV .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-t7TyIBkdWV .navbar.opened {
  transition: all 0.3s;
}
.cid-t7TyIBkdWV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-t7TyIBkdWV .navbar .navbar-logo img {
  width: auto;
}
.cid-t7TyIBkdWV .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-t7TyIBkdWV .navbar.collapsed {
  justify-content: center;
}
.cid-t7TyIBkdWV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7TyIBkdWV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t7TyIBkdWV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7TyIBkdWV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7TyIBkdWV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7TyIBkdWV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-t7TyIBkdWV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t7TyIBkdWV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-t7TyIBkdWV .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-t7TyIBkdWV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7TyIBkdWV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7TyIBkdWV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7TyIBkdWV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-t7TyIBkdWV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-t7TyIBkdWV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7TyIBkdWV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7TyIBkdWV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-t7TyIBkdWV .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7TyIBkdWV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7TyIBkdWV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7TyIBkdWV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7TyIBkdWV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7TyIBkdWV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7TyIBkdWV .dropdown-item.active,
.cid-t7TyIBkdWV .dropdown-item:active {
  background-color: transparent;
}
.cid-t7TyIBkdWV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7TyIBkdWV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7TyIBkdWV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7TyIBkdWV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t7TyIBkdWV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7TyIBkdWV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7TyIBkdWV ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-t7TyIBkdWV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7TyIBkdWV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-t7TyIBkdWV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7TyIBkdWV .navbar {
    height: 70px;
  }
  .cid-t7TyIBkdWV .navbar.opened {
    height: auto;
  }
  .cid-t7TyIBkdWV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7TyIBkdWV .mbr-section-subtitle {
  color: #202020;
}
.cid-t7TyIBkdWV .mbr-text {
  color: #202020;
}
.cid-sKLTbY3WGz {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.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-t6Wm5rVyQ3 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #eae8e4;
}
.cid-t6Wm5rVyQ3 .mbr-section-title {
  color: #202020;
}
.cid-t6Wm5rVyQ3 .mbr-text {
  margin: 25px 0;
  color: #202020;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
  text-align: left;
}
.cid-t6Wm5rVyQ3 .content_box {
  position: relative;
}
.cid-t6Wm5rVyQ3 .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-t6Wm5rVyQ3 .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-t6WoeXK43w {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #eae8e4;
}
.cid-t6WoeXK43w .mbr-section-title {
  color: #e5673b;
}
.cid-t6WoeXK43w .mbr-text {
  margin: 25px 0;
  color: #202020;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
  text-align: left;
}
.cid-t6WoeXK43w .content_box {
  position: relative;
}
.cid-t6WoeXK43w .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-t6WoeXK43w .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-t6WlKJGu4i {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #a7a27e;
}
.cid-t6WlKJGu4i .main_header {
  margin: 25px 0 44px;
}
.cid-t6WlKJGu4i .mbr-section-title {
  color: #ffffff;
  margin-bottom: 13px;
}
.cid-t6WlKJGu4i .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-t6WlKJGu4i .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-t6WlKJGu4i .card_wrapper {
    padding: 0 15px;
  }
}
.cid-t6WlKJGu4i .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-t6WlKJGu4i .line {
  border-bottom: 1px solid #eae8e4;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-t6WlKJGu4i .card_title {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-t6WlKJGu4i .card_price {
  color: #ffffff;
}
.cid-t6WlKJGu4i .card_text {
  color: #ffffff;
}
.cid-sKLT4t8KOP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.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: #202020;
}
.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-sKLT9yds70 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  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: #fafafa;
  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: #202020;
  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: #4a4a4a;
}
.cid-sKLTa7Yrvf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #fafafa;
}
.cid-sKLTa7Yrvf .mark {
  padding: 6px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fafafa;
}
.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-sKLTlbYodQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sKLTlbYodQ .content_box {
  position: relative;
  z-index: 5;
}
.cid-sKLTlbYodQ .carousel-item {
  justify-content: center;
}
.cid-sKLTlbYodQ .carousel-item.active,
.cid-sKLTlbYodQ .carousel-item-next,
.cid-sKLTlbYodQ .carousel-item-prev {
  display: flex;
}
.cid-sKLTlbYodQ .carousel-controls a {
  transition: opacity .5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  font-size: 22px;
  height: 22px;
  width: 22px;
  padding: 10px;
  color: #202020;
  opacity: 1;
}
.cid-sKLTlbYodQ .carousel-control-next span {
  padding-left: 5px;
}
.cid-sKLTlbYodQ .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sKLTlbYodQ .user_image {
  width: 100px;
  margin-bottom: 35px;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-sKLTlbYodQ .user_image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-sKLTlbYodQ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sKLTlbYodQ .user_text {
  line-height: 1.272em;
  font-weight: 500;
  color: #202020;
}
.cid-sKLTlbYodQ .user_name {
  color: #4a4a4a;
}
.cid-sKLToML2rP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sKLToML2rP .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-sKLToML2rP .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-sKLToML2rP img,
.cid-sKLToML2rP .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-sKLToML2rP .item-img {
  position: relative;
}
.cid-sKLToML2rP .item-img .iconfont-wrapper {
  position: absolute;
  top: 53%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  font-size: 19px;
  color: #202020;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease-out, top 0.2s ease-out;
  transform: translate(-50%, -50%);
}
.cid-sKLToML2rP .item-img:hover .iconfont-wrapper {
  top: 50%;
  opacity: 1;
}
.cid-sKLToML2rP .item-wrapper {
  margin-bottom: 2rem;
}
.cid-sKLTnuKhEm {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  position: relative;
  background-color: #fafafa;
}
.cid-sKLTnuKhEm .shape_img {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: -10%;
  width: 150px;
}
.cid-sKLTnuKhEm .shape_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-sKLTnuKhEm .shape_img {
    display: none;
  }
}
.cid-sKLTnuKhEm .row {
  align-items: center;
}
.cid-sKLTnuKhEm .shape_left {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #d8d8d8;
}
.cid-sKLTnuKhEm .shape_right {
  width: 15%;
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #f0f0f0;
}
.cid-sKLTnuKhEm .content_box {
  position: relative;
  z-index: 3;
}
.cid-sKLTnuKhEm .mbr-section-title {
  margin-bottom: 21px;
  color: #202020;
}
.cid-sKLTnuKhEm .mbr-text {
  margin-bottom: 21px;
  color: #4a4a4a;
}
.cid-sKLTnuKhEm .image-wrapper,
.cid-sKLTnuKhEm img {
  width: 100%;
}
.cid-sKLTnuKhEm .image-wrapper {
  position: relative;
  z-index: 1;
}
.cid-sKLTnuKhEm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sKLTnuKhEm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sKLTnuKhEm .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-sKLTnuKhEm .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media (min-width: 991px) {
  .cid-sKLTnuKhEm .content_box {
    padding: 0 5rem 0 1rem;
  }
  .cid-sKLTnuKhEm .image_left {
    padding-top: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-sKLTnuKhEm .row {
    flex-direction: column;
  }
  .cid-sKLTnuKhEm .content_box {
    padding: 3rem 0;
  }
}
@media (max-width: 767px) {
  .cid-sKLTnuKhEm .shape {
    display: none;
  }
}
.cid-sKLTsoaEug {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sKLTsoaEug .card-title {
  color: #202020;
}
.cid-sKLTsoaEug .map-wrapper {
  margin-top: 70px;
}
.cid-sKLTsoaEug .google-map {
  height: 540px;
  position: relative;
}
.cid-sKLTsoaEug .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sKLTsoaEug .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sKLTsoaEug .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sKLTsoaEug .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sKLTsoaEug .contact_content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cid-sKLTsoaEug .contact_content {
    margin: 7px 0 15px;
  }
}
@media (min-width: 992px) {
  .cid-sKLTsoaEug .card_box {
    padding: 0 2rem;
  }
}
.cid-sKLTsoaEug .iconfont-wrapper {
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
.cid-sKLTsoaEug .card_text {
  color: #4a4a4a;
}
.cid-sKM67Osayp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sKM67Osayp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sKM67Osayp .form-group textarea {
  border: 1px solid #4a4a4a !important;
}
.cid-sKM67Osayp .form-control,
.cid-sKM67Osayp .field-input,
.cid-sKM67Osayp textarea {
  background-color: #d8d8d8;
  border-color: #4a4a4a;
  color: #202020;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 0 !important;
  outline: none;
  border: none !important;
  border-bottom: 1px solid #4a4a4a !important;
  margin-bottom: 40px;
}
.cid-sKM67Osayp .form-control::-webkit-input-placeholder,
.cid-sKM67Osayp .field-input::-webkit-input-placeholder,
.cid-sKM67Osayp textarea::-webkit-input-placeholder,
.cid-sKM67Osayp .form-control::-webkit-input-placeholder,
.cid-sKM67Osayp .field-input::-webkit-input-placeholder,
.cid-sKM67Osayp textarea::-webkit-input-placeholder {
  color: #202020;
}
.cid-sKM67Osayp .form-control:-moz-placeholder,
.cid-sKM67Osayp .field-input:-moz-placeholder,
.cid-sKM67Osayp textarea:-moz-placeholder,
.cid-sKM67Osayp .form-control:-moz-placeholder,
.cid-sKM67Osayp .field-input:-moz-placeholder,
.cid-sKM67Osayp textarea:-moz-placeholder {
  color: #202020;
}
.cid-sKM67Osayp .form-control:hover,
.cid-sKM67Osayp .field-input:hover,
.cid-sKM67Osayp textarea:hover,
.cid-sKM67Osayp .form-control:focus,
.cid-sKM67Osayp .field-input:focus,
.cid-sKM67Osayp textarea:focus {
  background-color: #d8d8d8;
  border-color: #4a4a4a;
  color: #202020;
  box-shadow: none;
  outline: none;
}
.cid-sKM67Osayp .form-control:hover::-webkit-input-placeholder,
.cid-sKM67Osayp .field-input:hover::-webkit-input-placeholder,
.cid-sKM67Osayp textarea:hover::-webkit-input-placeholder,
.cid-sKM67Osayp .form-control:focus::-webkit-input-placeholder,
.cid-sKM67Osayp .field-input:focus::-webkit-input-placeholder,
.cid-sKM67Osayp textarea:focus::-webkit-input-placeholder,
.cid-sKM67Osayp .form-control:hover::-webkit-input-placeholder,
.cid-sKM67Osayp .field-input:hover::-webkit-input-placeholder,
.cid-sKM67Osayp textarea:hover::-webkit-input-placeholder,
.cid-sKM67Osayp .form-control:focus::-webkit-input-placeholder,
.cid-sKM67Osayp .field-input:focus::-webkit-input-placeholder,
.cid-sKM67Osayp textarea:focus::-webkit-input-placeholder {
  color: #202020;
}
.cid-sKM67Osayp .form-control:hover:-moz-placeholder,
.cid-sKM67Osayp .field-input:hover:-moz-placeholder,
.cid-sKM67Osayp textarea:hover:-moz-placeholder,
.cid-sKM67Osayp .form-control:focus:-moz-placeholder,
.cid-sKM67Osayp .field-input:focus:-moz-placeholder,
.cid-sKM67Osayp textarea:focus:-moz-placeholder,
.cid-sKM67Osayp .form-control:hover:-moz-placeholder,
.cid-sKM67Osayp .field-input:hover:-moz-placeholder,
.cid-sKM67Osayp textarea:hover:-moz-placeholder,
.cid-sKM67Osayp .form-control:focus:-moz-placeholder,
.cid-sKM67Osayp .field-input:focus:-moz-placeholder,
.cid-sKM67Osayp textarea:focus:-moz-placeholder {
  color: #202020;
}
.cid-sKM67Osayp .jq-number__spin:hover,
.cid-sKM67Osayp .jq-number__spin:focus {
  background-color: #d8d8d8;
  border-color: #4a4a4a;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sKM67Osayp .jq-number__spin {
  background-color: #d8d8d8;
  border-color: #4a4a4a;
  color: #202020;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sKM67Osayp .jq-selectbox li,
.cid-sKM67Osayp .jq-selectbox li {
  background-color: #d8d8d8;
  color: #000000;
}
.cid-sKM67Osayp .jq-selectbox li:hover,
.cid-sKM67Osayp .jq-selectbox li.selected {
  background-color: #d8d8d8;
  color: #000000;
}
.cid-sKM67Osayp .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sKM67Osayp .jq-number__spin.minus:hover:after,
.cid-sKM67Osayp .jq-number__spin.plus:hover:after {
  border-top-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
}
.cid-sKM67Osayp .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sKM67Osayp .jq-number__spin.minus:after,
.cid-sKM67Osayp .jq-number__spin.plus:after {
  border-top-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
}
.cid-sKM67Osayp input::-webkit-clear-button {
  display: none;
}
.cid-sKM67Osayp input::-webkit-inner-spin-button {
  display: none;
}
.cid-sKM67Osayp input::-webkit-outer-spin-button {
  display: none;
}
.cid-sKM67Osayp input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sKM67Osayp .container {
  background-color: #d8d8d8;
  padding: 8rem 2.75rem;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sKM67Osayp .container {
    padding: 3.5rem 2.75rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sKM67Osayp .container {
    padding: 3.5rem .75rem 4rem;
  }
}
.cid-sKM67Osayp .btn-lg {
  border-radius: 0 !important;
  padding: 1.1875rem 3.25rem !important;
  margin-top: 40px;
  font-weight: 600;
  width: 100%;
}
.cid-sKM67Osayp .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-sKM67Osayp .form_title {
  margin: 25px 0;
  text-align: center;
}
.cid-sKM67Osayp .mbr-text {
  margin-bottom: 37px;
}
.cid-sKM67Osayp .shape {
  width: 190px;
  height: auto;
  position: absolute;
  right: -40px;
  top: 40px;
}
.cid-sKM67Osayp .shape img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
@media (max-width: 991px) {
  .cid-sKM67Osayp .shape {
    top: 0;
    right: 0;
  }
}
.cid-sKM67Osayp .dragArea {
  justify-content: center;
}
.cid-sKM67Osayp .form-group textarea {
  height: 165px;
  margin-bottom: 0;
  border: none;
}
.cid-sKM67Osayp .form-group {
  margin-bottom: 0;
}
.cid-sKM67Osayp .textGDPR.display-7 {
  font-size: 16px;
}
.cid-sKM67Osayp .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 0;
}
.cid-sKM67Osayp .form-control,
.cid-sKM67Osayp .field-input,
.cid-sKM67Osayp textarea {
  padding: 9px 10px;
  line-height: 25px;
  height: 48px;
  transition: 0.4s;
  outline: none;
  margin-bottom: 40px;
  border-radius: 0 !important;
}
.cid-sKM67Osayp .form-check {
  padding-left: 2.5em !important;
}
.cid-sKM67Osayp .form-check .display-7 {
  font-size: 16px !important;
}
.cid-sKLTAJqtwm {
  padding-top: 2rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-sKLTAJqtwm .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-sKLTAJqtwm .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-sKLTAJqtwm .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sKLTAJqtwm .card_info {
  margin-bottom: 12px;
  display: flex;
}
.cid-sKLTAJqtwm .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-sKLTAJqtwm .card_text {
  margin-top: 4px;
}
.cid-sKLTAJqtwm .item-img {
  margin-bottom: 30px;
}
.cid-sKLTAJqtwm .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-sKLTAJqtwm .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-sKLTAJqtwm .linkBtn a:after,
.cid-sKLTAJqtwm .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-sKLTAJqtwm .linkBtn a:before {
  left: 0;
}
.cid-sKLTAJqtwm .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sKLTAJqtwm .linkBtn a:hover:before,
.cid-sKLTAJqtwm .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sKLTAJqtwm .card_name:before {
  content: " / ";
  display: inline-block;
  margin: 0 10px;
}
.cid-sKLTAJqtwm .card_text,
.cid-sKLTAJqtwm .linkBtn {
  color: #4a4a4a;
}
.cid-tlQh1Bwumw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tlQh1Bwumw .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-t7TyIBkdWV {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-t7TyIBkdWV .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-t7TyIBkdWV nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t7TyIBkdWV nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-t7TyIBkdWV .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-t7TyIBkdWV .offcanvas_image img,
  .cid-t7TyIBkdWV .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-t7TyIBkdWV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-t7TyIBkdWV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-t7TyIBkdWV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-t7TyIBkdWV .offcanvas-body .mbr-text,
  .cid-t7TyIBkdWV .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-t7TyIBkdWV .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-t7TyIBkdWV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-t7TyIBkdWV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t7TyIBkdWV .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-t7TyIBkdWV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-t7TyIBkdWV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-t7TyIBkdWV li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-t7TyIBkdWV li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-t7TyIBkdWV .lg_brand {
    margin: 0 1rem;
  }
  .cid-t7TyIBkdWV .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-t7TyIBkdWV .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-t7TyIBkdWV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-t7TyIBkdWV .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-t7TyIBkdWV .nav-item {
    margin: 0 !important;
  }
}
.cid-t7TyIBkdWV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t7TyIBkdWV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-t7TyIBkdWV .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-t7TyIBkdWV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t7TyIBkdWV .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-t7TyIBkdWV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-t7TyIBkdWV .offcanvas_box,
  .cid-t7TyIBkdWV .top_widget {
    display: none;
  }
}
.cid-t7TyIBkdWV .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-t7TyIBkdWV .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-t7TyIBkdWV .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-t7TyIBkdWV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7TyIBkdWV .nav-link {
  position: relative;
}
.cid-t7TyIBkdWV .container {
  display: flex;
  margin: auto;
}
.cid-t7TyIBkdWV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-t7TyIBkdWV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-t7TyIBkdWV .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-t7TyIBkdWV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-t7TyIBkdWV .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-t7TyIBkdWV .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-t7TyIBkdWV .dropdown-menu,
.cid-t7TyIBkdWV .navbar.opened {
  background: #fafafa !important;
}
.cid-t7TyIBkdWV .nav-item:focus,
.cid-t7TyIBkdWV .nav-link:focus {
  outline: none;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7TyIBkdWV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7TyIBkdWV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7TyIBkdWV .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-t7TyIBkdWV .navbar.opened {
  transition: all 0.3s;
}
.cid-t7TyIBkdWV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-t7TyIBkdWV .navbar .navbar-logo img {
  width: auto;
}
.cid-t7TyIBkdWV .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-t7TyIBkdWV .navbar.collapsed {
  justify-content: center;
}
.cid-t7TyIBkdWV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7TyIBkdWV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t7TyIBkdWV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7TyIBkdWV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7TyIBkdWV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7TyIBkdWV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-t7TyIBkdWV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t7TyIBkdWV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-t7TyIBkdWV .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-t7TyIBkdWV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7TyIBkdWV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7TyIBkdWV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7TyIBkdWV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-t7TyIBkdWV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-t7TyIBkdWV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7TyIBkdWV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7TyIBkdWV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-t7TyIBkdWV .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7TyIBkdWV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7TyIBkdWV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7TyIBkdWV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7TyIBkdWV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7TyIBkdWV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7TyIBkdWV .dropdown-item.active,
.cid-t7TyIBkdWV .dropdown-item:active {
  background-color: transparent;
}
.cid-t7TyIBkdWV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7TyIBkdWV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7TyIBkdWV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7TyIBkdWV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t7TyIBkdWV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7TyIBkdWV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7TyIBkdWV ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-t7TyIBkdWV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7TyIBkdWV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-t7TyIBkdWV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7TyIBkdWV .navbar {
    height: 70px;
  }
  .cid-t7TyIBkdWV .navbar.opened {
    height: auto;
  }
  .cid-t7TyIBkdWV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7TyIBkdWV .mbr-section-subtitle {
  color: #202020;
}
.cid-t7TyIBkdWV .mbr-text {
  color: #202020;
}
.cid-t6Wea5jhJV {
  padding-top: 3rem;
  padding-bottom: 6rem;
  position: relative;
  background-color: #fafafa;
}
.cid-t6Wea5jhJV .image_behind,
.cid-t6Wea5jhJV .image_ahead {
  display: none;
}
@media (min-width: 992px) {
  .cid-t6Wea5jhJV .image_behind {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 370px;
    height: 575px;
    transform: translateY(-50%);
  }
  .cid-t6Wea5jhJV .image_behind img {
    height: 100%;
  }
  .cid-t6Wea5jhJV .image_wrapper {
    display: inline-block;
  }
  .cid-t6Wea5jhJV .image_ahead {
    display: block;
    position: absolute;
    right: -80px;
    bottom: -90px;
    z-index: 5;
    width: 160px;
    height: 240px;
  }
  .cid-t6Wea5jhJV .image_ahead img {
    height: 100%;
  }
  .cid-t6Wea5jhJV .main_header {
    padding-right: 100px;
  }
}
.cid-t6Wea5jhJV .mbr-section-title {
  margin-bottom: 18px;
  border-radius: 50%;
  color: #202020;
}
.cid-t6Wea5jhJV .mbr-text {
  margin-bottom: 33px;
}
.cid-t6Wea5jhJV .item-img {
  position: relative;
  z-index: 3;
  height: 100%;
}
.cid-t6Wea5jhJV .item-img:before,
.cid-t6Wea5jhJV .image_ahead:before {
  content: "";
  position: absolute;
  border: 1px solid #eae8e4;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  pointer-events: none;
  border-radius: 10px;
}
.cid-t6Wea5jhJV img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t6Wea5jhJV .image_wrapper {
    margin-bottom: 60px;
  }
}
.cid-t6Wea5jhJV .mbr-text,
.cid-t6Wea5jhJV .mbr-section-btn {
  color: #4a4a4a;
}
.cid-t6Wea6rfA8 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-t6Wea6rfA8 .image-wrapper,
.cid-t6Wea6rfA8 img {
  width: 100%;
  object-fit: contain;
}
.cid-t6Wea6rfA8 img {
  display: inline-block;
  width: 6rem;
}
.cid-t6Wea6rfA8 .mbr-section-title {
  margin: 25px 0;
}
.cid-t6Wea6rfA8 .mbr-text {
  margin-bottom: 19px;
}
.cid-t6Wea7nFgK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-t6Wea7nFgK img,
.cid-t6Wea7nFgK .item-img {
  width: 100%;
  object-fit: cover;
  height: 500px;
  transition: all 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-t6Wea7nFgK .item-img {
  position: relative;
}
.cid-t6Wea7nFgK .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #bbbbbb;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-t6Wea7nFgK .item-img:hover {
  transform: translateY(-7px);
}
.cid-t6Wea7nFgK .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-t6Wea7nFgK .item:nth-child(1),
  .cid-t6Wea7nFgK .item:nth-child(2),
  .cid-t6Wea7nFgK .item:nth-child(3) {
    margin-top: 70px;
  }
  .cid-t6Wea7nFgK .item:nth-child(2),
  .cid-t6Wea7nFgK .item:nth-child(5),
  .cid-t6Wea7nFgK .item:nth-child(8),
  .cid-t6Wea7nFgK .item:nth-child(11),
  .cid-t6Wea7nFgK .item:nth-child(15) {
    transform: translateY(-70px);
  }
}
.cid-t6Wea7nFgK .item-title {
  margin-bottom: 1rem;
  color: #202020;
}
.cid-t6Wea7nFgK .item_content {
  margin-top: 27px;
}
.cid-t6Wea7nFgK .mbr-text {
  margin-bottom: 1rem;
  color: #4a4a4a;
}
.cid-t6Wea7nFgK .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-t6Wea7nFgK .item-wrapper {
    padding: 0 1.5rem;
  }
}
.cid-t6Wea8Hw63 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
}
@media (min-width: 768px) {
  .cid-t6Wea8Hw63 .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t6Wea8Hw63 .g-0 > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t6Wea8Hw63 .card_wrapper {
  padding: 2rem 20%;
  background-color: #fafafa;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t6Wea8Hw63 .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t6Wea8Hw63 .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t6Wea8Hw63 .content_box {
  position: relative;
  z-index: 2;
}
.cid-t6Wea8Hw63 .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t6Wea8Hw63 .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t6Wea8Hw63 .mbr-text {
  color: #202020;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cid-t6Wea8Hw63 .mbr-text.display-5 {
    line-height: 42px;
  }
}
.cid-t6Wea8Hw63 .image-wrapper,
.cid-t6Wea8Hw63 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t6Wea8Hw63 .signature {
  color: #4a4a4a;
}
.cid-t6Wea9C1b0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #fafafa;
}
.cid-t6Wea9C1b0 .mark {
  padding: 6px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fafafa;
}
.cid-t6Wea9C1b0 .mark_text {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.3em;
  font-weight: 600;
  color: #202020;
}
.cid-t6Wea9C1b0 .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-t6Wea9C1b0 .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-t6Wea9C1b0 .mbr-text {
  color: #ffffff;
}
.cid-t6Wea9C1b0 .card_title {
  color: #202020;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-t6Wea9C1b0 .card_content {
  margin: 26px 0 23px;
}
.cid-t6Wea9C1b0 img,
.cid-t6Wea9C1b0 .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-t6Wea9C1b0 .item {
  margin-bottom: 30px;
}
.cid-t6Wea9C1b0 .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-t6Wea9C1b0 .card_text {
  color: #202020;
  margin-top: 4px;
}
.cid-t6Wea9C1b0 .item-img {
  position: relative;
}
.cid-t6Wea9C1b0 .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-t6Wea9C1b0 .item-img:hover .mbr-section-btn {
  top: 50%;
  opacity: 1;
}
.cid-t6WeaaYc32 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-t6WeaaYc32 .content_box {
  position: relative;
  z-index: 5;
}
.cid-t6WeaaYc32 .carousel-item {
  justify-content: center;
}
.cid-t6WeaaYc32 .carousel-item.active,
.cid-t6WeaaYc32 .carousel-item-next,
.cid-t6WeaaYc32 .carousel-item-prev {
  display: flex;
}
.cid-t6WeaaYc32 .carousel-controls a {
  transition: opacity .5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  font-size: 22px;
  height: 22px;
  width: 22px;
  padding: 10px;
  color: #202020;
  opacity: 1;
}
.cid-t6WeaaYc32 .carousel-control-next span {
  padding-left: 5px;
}
.cid-t6WeaaYc32 .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t6WeaaYc32 .user_image {
  width: 100px;
  margin-bottom: 35px;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-t6WeaaYc32 .user_image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-t6WeaaYc32 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-t6WeaaYc32 .user_text {
  line-height: 1.272em;
  font-weight: 500;
  color: #202020;
}
.cid-t6WeaaYc32 .user_name {
  color: #4a4a4a;
}
.cid-t6WeacgTTp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t6WeacgTTp .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-t6WeacgTTp .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-t6WeacgTTp img,
.cid-t6WeacgTTp .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-t6WeacgTTp .item-img {
  position: relative;
}
.cid-t6WeacgTTp .item-img .iconfont-wrapper {
  position: absolute;
  top: 53%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  font-size: 19px;
  color: #202020;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease-out, top 0.2s ease-out;
  transform: translate(-50%, -50%);
}
.cid-t6WeacgTTp .item-img:hover .iconfont-wrapper {
  top: 50%;
  opacity: 1;
}
.cid-t6WeacgTTp .item-wrapper {
  margin-bottom: 2rem;
}
.cid-t6WeadBM5l {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  position: relative;
  background-color: #fafafa;
}
.cid-t6WeadBM5l .shape_img {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: -10%;
  width: 150px;
}
.cid-t6WeadBM5l .shape_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-t6WeadBM5l .shape_img {
    display: none;
  }
}
.cid-t6WeadBM5l .row {
  align-items: center;
}
.cid-t6WeadBM5l .shape_left {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #d8d8d8;
}
.cid-t6WeadBM5l .shape_right {
  width: 15%;
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #f0f0f0;
}
.cid-t6WeadBM5l .content_box {
  position: relative;
  z-index: 3;
}
.cid-t6WeadBM5l .mbr-section-title {
  margin-bottom: 21px;
  color: #202020;
}
.cid-t6WeadBM5l .mbr-text {
  margin-bottom: 21px;
  color: #4a4a4a;
}
.cid-t6WeadBM5l .image-wrapper,
.cid-t6WeadBM5l img {
  width: 100%;
}
.cid-t6WeadBM5l .image-wrapper {
  position: relative;
  z-index: 1;
}
.cid-t6WeadBM5l .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-t6WeadBM5l .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-t6WeadBM5l .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-t6WeadBM5l .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media (min-width: 991px) {
  .cid-t6WeadBM5l .content_box {
    padding: 0 5rem 0 1rem;
  }
  .cid-t6WeadBM5l .image_left {
    padding-top: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-t6WeadBM5l .row {
    flex-direction: column;
  }
  .cid-t6WeadBM5l .content_box {
    padding: 3rem 0;
  }
}
@media (max-width: 767px) {
  .cid-t6WeadBM5l .shape {
    display: none;
  }
}
.cid-t6WeaeXLIJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t6WeaeXLIJ .card-title {
  color: #202020;
}
.cid-t6WeaeXLIJ .map-wrapper {
  margin-top: 70px;
}
.cid-t6WeaeXLIJ .google-map {
  height: 540px;
  position: relative;
}
.cid-t6WeaeXLIJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t6WeaeXLIJ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t6WeaeXLIJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t6WeaeXLIJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t6WeaeXLIJ .contact_content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cid-t6WeaeXLIJ .contact_content {
    margin: 7px 0 15px;
  }
}
@media (min-width: 992px) {
  .cid-t6WeaeXLIJ .card_box {
    padding: 0 2rem;
  }
}
.cid-t6WeaeXLIJ .iconfont-wrapper {
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
.cid-t6WeaeXLIJ .card_text {
  color: #4a4a4a;
}
.cid-t6Weah7FSM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t6Weah7FSM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t6Weah7FSM .form-group textarea {
  border: 1px solid #4a4a4a !important;
}
.cid-t6Weah7FSM .form-control,
.cid-t6Weah7FSM .field-input,
.cid-t6Weah7FSM textarea {
  background-color: #d8d8d8;
  border-color: #4a4a4a;
  color: #202020;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 0 !important;
  outline: none;
  border: none !important;
  border-bottom: 1px solid #4a4a4a !important;
  margin-bottom: 40px;
}
.cid-t6Weah7FSM .form-control::-webkit-input-placeholder,
.cid-t6Weah7FSM .field-input::-webkit-input-placeholder,
.cid-t6Weah7FSM textarea::-webkit-input-placeholder,
.cid-t6Weah7FSM .form-control::-webkit-input-placeholder,
.cid-t6Weah7FSM .field-input::-webkit-input-placeholder,
.cid-t6Weah7FSM textarea::-webkit-input-placeholder {
  color: #202020;
}
.cid-t6Weah7FSM .form-control:-moz-placeholder,
.cid-t6Weah7FSM .field-input:-moz-placeholder,
.cid-t6Weah7FSM textarea:-moz-placeholder,
.cid-t6Weah7FSM .form-control:-moz-placeholder,
.cid-t6Weah7FSM .field-input:-moz-placeholder,
.cid-t6Weah7FSM textarea:-moz-placeholder {
  color: #202020;
}
.cid-t6Weah7FSM .form-control:hover,
.cid-t6Weah7FSM .field-input:hover,
.cid-t6Weah7FSM textarea:hover,
.cid-t6Weah7FSM .form-control:focus,
.cid-t6Weah7FSM .field-input:focus,
.cid-t6Weah7FSM textarea:focus {
  background-color: #d8d8d8;
  border-color: #4a4a4a;
  color: #202020;
  box-shadow: none;
  outline: none;
}
.cid-t6Weah7FSM .form-control:hover::-webkit-input-placeholder,
.cid-t6Weah7FSM .field-input:hover::-webkit-input-placeholder,
.cid-t6Weah7FSM textarea:hover::-webkit-input-placeholder,
.cid-t6Weah7FSM .form-control:focus::-webkit-input-placeholder,
.cid-t6Weah7FSM .field-input:focus::-webkit-input-placeholder,
.cid-t6Weah7FSM textarea:focus::-webkit-input-placeholder,
.cid-t6Weah7FSM .form-control:hover::-webkit-input-placeholder,
.cid-t6Weah7FSM .field-input:hover::-webkit-input-placeholder,
.cid-t6Weah7FSM textarea:hover::-webkit-input-placeholder,
.cid-t6Weah7FSM .form-control:focus::-webkit-input-placeholder,
.cid-t6Weah7FSM .field-input:focus::-webkit-input-placeholder,
.cid-t6Weah7FSM textarea:focus::-webkit-input-placeholder {
  color: #202020;
}
.cid-t6Weah7FSM .form-control:hover:-moz-placeholder,
.cid-t6Weah7FSM .field-input:hover:-moz-placeholder,
.cid-t6Weah7FSM textarea:hover:-moz-placeholder,
.cid-t6Weah7FSM .form-control:focus:-moz-placeholder,
.cid-t6Weah7FSM .field-input:focus:-moz-placeholder,
.cid-t6Weah7FSM textarea:focus:-moz-placeholder,
.cid-t6Weah7FSM .form-control:hover:-moz-placeholder,
.cid-t6Weah7FSM .field-input:hover:-moz-placeholder,
.cid-t6Weah7FSM textarea:hover:-moz-placeholder,
.cid-t6Weah7FSM .form-control:focus:-moz-placeholder,
.cid-t6Weah7FSM .field-input:focus:-moz-placeholder,
.cid-t6Weah7FSM textarea:focus:-moz-placeholder {
  color: #202020;
}
.cid-t6Weah7FSM .jq-number__spin:hover,
.cid-t6Weah7FSM .jq-number__spin:focus {
  background-color: #d8d8d8;
  border-color: #4a4a4a;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-t6Weah7FSM .jq-number__spin {
  background-color: #d8d8d8;
  border-color: #4a4a4a;
  color: #202020;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t6Weah7FSM .jq-selectbox li,
.cid-t6Weah7FSM .jq-selectbox li {
  background-color: #d8d8d8;
  color: #000000;
}
.cid-t6Weah7FSM .jq-selectbox li:hover,
.cid-t6Weah7FSM .jq-selectbox li.selected {
  background-color: #d8d8d8;
  color: #000000;
}
.cid-t6Weah7FSM .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-t6Weah7FSM .jq-number__spin.minus:hover:after,
.cid-t6Weah7FSM .jq-number__spin.plus:hover:after {
  border-top-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
}
.cid-t6Weah7FSM .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-t6Weah7FSM .jq-number__spin.minus:after,
.cid-t6Weah7FSM .jq-number__spin.plus:after {
  border-top-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
}
.cid-t6Weah7FSM input::-webkit-clear-button {
  display: none;
}
.cid-t6Weah7FSM input::-webkit-inner-spin-button {
  display: none;
}
.cid-t6Weah7FSM input::-webkit-outer-spin-button {
  display: none;
}
.cid-t6Weah7FSM input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t6Weah7FSM .container {
  background-color: #d8d8d8;
  padding: 8rem 2.75rem;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t6Weah7FSM .container {
    padding: 3.5rem 2.75rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t6Weah7FSM .container {
    padding: 3.5rem .75rem 4rem;
  }
}
.cid-t6Weah7FSM .btn-lg {
  border-radius: 0 !important;
  padding: 1.1875rem 3.25rem !important;
  margin-top: 40px;
  font-weight: 600;
  width: 100%;
}
.cid-t6Weah7FSM .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-t6Weah7FSM .form_title {
  margin: 25px 0;
  text-align: center;
}
.cid-t6Weah7FSM .mbr-text {
  margin-bottom: 37px;
}
.cid-t6Weah7FSM .shape {
  width: 190px;
  height: auto;
  position: absolute;
  right: -40px;
  top: 40px;
}
.cid-t6Weah7FSM .shape img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
@media (max-width: 991px) {
  .cid-t6Weah7FSM .shape {
    top: 0;
    right: 0;
  }
}
.cid-t6Weah7FSM .dragArea {
  justify-content: center;
}
.cid-t6Weah7FSM .form-group textarea {
  height: 165px;
  margin-bottom: 0;
  border: none;
}
.cid-t6Weah7FSM .form-group {
  margin-bottom: 0;
}
.cid-t6Weah7FSM .textGDPR.display-7 {
  font-size: 16px;
}
.cid-t6Weah7FSM .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 0;
}
.cid-t6Weah7FSM .form-control,
.cid-t6Weah7FSM .field-input,
.cid-t6Weah7FSM textarea {
  padding: 9px 10px;
  line-height: 25px;
  height: 48px;
  transition: 0.4s;
  outline: none;
  margin-bottom: 40px;
  border-radius: 0 !important;
}
.cid-t6Weah7FSM .form-check {
  padding-left: 2.5em !important;
}
.cid-t6Weah7FSM .form-check .display-7 {
  font-size: 16px !important;
}
.cid-t6WeaipWgJ {
  padding-top: 2rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-t6WeaipWgJ .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-t6WeaipWgJ .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-t6WeaipWgJ .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t6WeaipWgJ .card_info {
  margin-bottom: 12px;
  display: flex;
}
.cid-t6WeaipWgJ .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-t6WeaipWgJ .card_text {
  margin-top: 4px;
}
.cid-t6WeaipWgJ .item-img {
  margin-bottom: 30px;
}
.cid-t6WeaipWgJ .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-t6WeaipWgJ .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-t6WeaipWgJ .linkBtn a:after,
.cid-t6WeaipWgJ .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-t6WeaipWgJ .linkBtn a:before {
  left: 0;
}
.cid-t6WeaipWgJ .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-t6WeaipWgJ .linkBtn a:hover:before,
.cid-t6WeaipWgJ .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-t6WeaipWgJ .card_name:before {
  content: " / ";
  display: inline-block;
  margin: 0 10px;
}
.cid-t6WeaipWgJ .card_text,
.cid-t6WeaipWgJ .linkBtn {
  color: #4a4a4a;
}
.cid-tlQh1Bwumw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tlQh1Bwumw .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-t7TyIBkdWV {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-t7TyIBkdWV .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-t7TyIBkdWV nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t7TyIBkdWV nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-t7TyIBkdWV .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-t7TyIBkdWV .offcanvas_image img,
  .cid-t7TyIBkdWV .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-t7TyIBkdWV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-t7TyIBkdWV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-t7TyIBkdWV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-t7TyIBkdWV .offcanvas-body .mbr-text,
  .cid-t7TyIBkdWV .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-t7TyIBkdWV .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-t7TyIBkdWV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-t7TyIBkdWV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t7TyIBkdWV .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-t7TyIBkdWV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-t7TyIBkdWV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-t7TyIBkdWV li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-t7TyIBkdWV li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-t7TyIBkdWV .lg_brand {
    margin: 0 1rem;
  }
  .cid-t7TyIBkdWV .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-t7TyIBkdWV .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-t7TyIBkdWV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-t7TyIBkdWV .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-t7TyIBkdWV .nav-item {
    margin: 0 !important;
  }
}
.cid-t7TyIBkdWV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t7TyIBkdWV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-t7TyIBkdWV .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-t7TyIBkdWV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t7TyIBkdWV .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-t7TyIBkdWV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-t7TyIBkdWV .offcanvas_box,
  .cid-t7TyIBkdWV .top_widget {
    display: none;
  }
}
.cid-t7TyIBkdWV .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-t7TyIBkdWV .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-t7TyIBkdWV .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-t7TyIBkdWV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7TyIBkdWV .nav-link {
  position: relative;
}
.cid-t7TyIBkdWV .container {
  display: flex;
  margin: auto;
}
.cid-t7TyIBkdWV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-t7TyIBkdWV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-t7TyIBkdWV .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-t7TyIBkdWV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-t7TyIBkdWV .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-t7TyIBkdWV .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-t7TyIBkdWV .dropdown-menu,
.cid-t7TyIBkdWV .navbar.opened {
  background: #fafafa !important;
}
.cid-t7TyIBkdWV .nav-item:focus,
.cid-t7TyIBkdWV .nav-link:focus {
  outline: none;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7TyIBkdWV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7TyIBkdWV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7TyIBkdWV .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-t7TyIBkdWV .navbar.opened {
  transition: all 0.3s;
}
.cid-t7TyIBkdWV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-t7TyIBkdWV .navbar .navbar-logo img {
  width: auto;
}
.cid-t7TyIBkdWV .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-t7TyIBkdWV .navbar.collapsed {
  justify-content: center;
}
.cid-t7TyIBkdWV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7TyIBkdWV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t7TyIBkdWV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7TyIBkdWV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7TyIBkdWV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7TyIBkdWV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-t7TyIBkdWV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t7TyIBkdWV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-t7TyIBkdWV .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-t7TyIBkdWV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7TyIBkdWV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7TyIBkdWV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7TyIBkdWV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-t7TyIBkdWV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-t7TyIBkdWV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7TyIBkdWV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7TyIBkdWV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-t7TyIBkdWV .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7TyIBkdWV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7TyIBkdWV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7TyIBkdWV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7TyIBkdWV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7TyIBkdWV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7TyIBkdWV .dropdown-item.active,
.cid-t7TyIBkdWV .dropdown-item:active {
  background-color: transparent;
}
.cid-t7TyIBkdWV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7TyIBkdWV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7TyIBkdWV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7TyIBkdWV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t7TyIBkdWV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7TyIBkdWV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7TyIBkdWV ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-t7TyIBkdWV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7TyIBkdWV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-t7TyIBkdWV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7TyIBkdWV .navbar {
    height: 70px;
  }
  .cid-t7TyIBkdWV .navbar.opened {
    height: auto;
  }
  .cid-t7TyIBkdWV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7TyIBkdWV .mbr-section-subtitle {
  color: #202020;
}
.cid-t7TyIBkdWV .mbr-text {
  color: #202020;
}
.cid-t6WgxeM634 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  position: relative;
  background-color: #fafafa;
}
.cid-t6WgxeM634 .image_behind,
.cid-t6WgxeM634 .image_ahead {
  display: none;
}
@media (min-width: 992px) {
  .cid-t6WgxeM634 .image_behind {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 370px;
    height: 575px;
    transform: translateY(-50%);
  }
  .cid-t6WgxeM634 .image_behind img {
    height: 100%;
  }
  .cid-t6WgxeM634 .image_wrapper {
    display: inline-block;
  }
  .cid-t6WgxeM634 .image_ahead {
    display: block;
    position: absolute;
    right: -80px;
    bottom: -90px;
    z-index: 5;
    width: 160px;
    height: 240px;
  }
  .cid-t6WgxeM634 .image_ahead img {
    height: 100%;
  }
  .cid-t6WgxeM634 .main_header {
    padding-right: 100px;
  }
}
.cid-t6WgxeM634 .mbr-section-title {
  margin-bottom: 18px;
  border-radius: 50%;
  color: #202020;
}
.cid-t6WgxeM634 .mbr-text {
  margin-bottom: 33px;
}
.cid-t6WgxeM634 .item-img {
  position: relative;
  z-index: 3;
  height: 100%;
}
.cid-t6WgxeM634 .item-img:before,
.cid-t6WgxeM634 .image_ahead:before {
  content: "";
  position: absolute;
  border: 1px solid #eae8e4;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  pointer-events: none;
  border-radius: 10px;
}
.cid-t6WgxeM634 img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t6WgxeM634 .image_wrapper {
    margin-bottom: 60px;
  }
}
.cid-t6WgxeM634 .mbr-text,
.cid-t6WgxeM634 .mbr-section-btn {
  color: #4a4a4a;
}
.cid-t6WgxfStB1 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-t6WgxfStB1 .image-wrapper,
.cid-t6WgxfStB1 img {
  width: 100%;
  object-fit: contain;
}
.cid-t6WgxfStB1 img {
  display: inline-block;
  width: 6rem;
}
.cid-t6WgxfStB1 .mbr-section-title {
  margin: 25px 0;
}
.cid-t6WgxfStB1 .mbr-text {
  margin-bottom: 19px;
}
.cid-t6WgxgRlEU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-t6WgxgRlEU img,
.cid-t6WgxgRlEU .item-img {
  width: 100%;
  object-fit: cover;
  height: 500px;
  transition: all 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-t6WgxgRlEU .item-img {
  position: relative;
}
.cid-t6WgxgRlEU .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #bbbbbb;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-t6WgxgRlEU .item-img:hover {
  transform: translateY(-7px);
}
.cid-t6WgxgRlEU .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-t6WgxgRlEU .item:nth-child(1),
  .cid-t6WgxgRlEU .item:nth-child(2),
  .cid-t6WgxgRlEU .item:nth-child(3) {
    margin-top: 70px;
  }
  .cid-t6WgxgRlEU .item:nth-child(2),
  .cid-t6WgxgRlEU .item:nth-child(5),
  .cid-t6WgxgRlEU .item:nth-child(8),
  .cid-t6WgxgRlEU .item:nth-child(11),
  .cid-t6WgxgRlEU .item:nth-child(15) {
    transform: translateY(-70px);
  }
}
.cid-t6WgxgRlEU .item-title {
  margin-bottom: 1rem;
  color: #202020;
}
.cid-t6WgxgRlEU .item_content {
  margin-top: 27px;
}
.cid-t6WgxgRlEU .mbr-text {
  margin-bottom: 1rem;
  color: #4a4a4a;
}
.cid-t6WgxgRlEU .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-t6WgxgRlEU .item-wrapper {
    padding: 0 1.5rem;
  }
}
.cid-t6Wgxi4oBJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
}
@media (min-width: 768px) {
  .cid-t6Wgxi4oBJ .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t6Wgxi4oBJ .g-0 > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t6Wgxi4oBJ .card_wrapper {
  padding: 2rem 20%;
  background-color: #fafafa;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t6Wgxi4oBJ .card_wrapper {
    padding: 65px 30px;
  }
  .cid-t6Wgxi4oBJ .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-t6Wgxi4oBJ .content_box {
  position: relative;
  z-index: 2;
}
.cid-t6Wgxi4oBJ .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-t6Wgxi4oBJ .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t6Wgxi4oBJ .mbr-text {
  color: #202020;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cid-t6Wgxi4oBJ .mbr-text.display-5 {
    line-height: 42px;
  }
}
.cid-t6Wgxi4oBJ .image-wrapper,
.cid-t6Wgxi4oBJ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t6Wgxi4oBJ .signature {
  color: #4a4a4a;
}
.cid-t6WgxiW0VP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #fafafa;
}
.cid-t6WgxiW0VP .mark {
  padding: 6px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fafafa;
}
.cid-t6WgxiW0VP .mark_text {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.3em;
  font-weight: 600;
  color: #202020;
}
.cid-t6WgxiW0VP .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-t6WgxiW0VP .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-t6WgxiW0VP .mbr-text {
  color: #ffffff;
}
.cid-t6WgxiW0VP .card_title {
  color: #202020;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-t6WgxiW0VP .card_content {
  margin: 26px 0 23px;
}
.cid-t6WgxiW0VP img,
.cid-t6WgxiW0VP .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-t6WgxiW0VP .item {
  margin-bottom: 30px;
}
.cid-t6WgxiW0VP .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-t6WgxiW0VP .card_text {
  color: #202020;
  margin-top: 4px;
}
.cid-t6WgxiW0VP .item-img {
  position: relative;
}
.cid-t6WgxiW0VP .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-t6WgxiW0VP .item-img:hover .mbr-section-btn {
  top: 50%;
  opacity: 1;
}
.cid-t6WgxkdJ8x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-t6WgxkdJ8x .content_box {
  position: relative;
  z-index: 5;
}
.cid-t6WgxkdJ8x .carousel-item {
  justify-content: center;
}
.cid-t6WgxkdJ8x .carousel-item.active,
.cid-t6WgxkdJ8x .carousel-item-next,
.cid-t6WgxkdJ8x .carousel-item-prev {
  display: flex;
}
.cid-t6WgxkdJ8x .carousel-controls a {
  transition: opacity .5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  font-size: 22px;
  height: 22px;
  width: 22px;
  padding: 10px;
  color: #202020;
  opacity: 1;
}
.cid-t6WgxkdJ8x .carousel-control-next span {
  padding-left: 5px;
}
.cid-t6WgxkdJ8x .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t6WgxkdJ8x .user_image {
  width: 100px;
  margin-bottom: 35px;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-t6WgxkdJ8x .user_image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-t6WgxkdJ8x .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-t6WgxkdJ8x .user_text {
  line-height: 1.272em;
  font-weight: 500;
  color: #202020;
}
.cid-t6WgxkdJ8x .user_name {
  color: #4a4a4a;
}
.cid-t6WgxlnquE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t6WgxlnquE .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-t6WgxlnquE .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-t6WgxlnquE img,
.cid-t6WgxlnquE .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-t6WgxlnquE .item-img {
  position: relative;
}
.cid-t6WgxlnquE .item-img .iconfont-wrapper {
  position: absolute;
  top: 53%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  font-size: 19px;
  color: #202020;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease-out, top 0.2s ease-out;
  transform: translate(-50%, -50%);
}
.cid-t6WgxlnquE .item-img:hover .iconfont-wrapper {
  top: 50%;
  opacity: 1;
}
.cid-t6WgxlnquE .item-wrapper {
  margin-bottom: 2rem;
}
.cid-t6WgxmLQws {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  position: relative;
  background-color: #fafafa;
}
.cid-t6WgxmLQws .shape_img {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: -10%;
  width: 150px;
}
.cid-t6WgxmLQws .shape_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-t6WgxmLQws .shape_img {
    display: none;
  }
}
.cid-t6WgxmLQws .row {
  align-items: center;
}
.cid-t6WgxmLQws .shape_left {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #d8d8d8;
}
.cid-t6WgxmLQws .shape_right {
  width: 15%;
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #f0f0f0;
}
.cid-t6WgxmLQws .content_box {
  position: relative;
  z-index: 3;
}
.cid-t6WgxmLQws .mbr-section-title {
  margin-bottom: 21px;
  color: #202020;
}
.cid-t6WgxmLQws .mbr-text {
  margin-bottom: 21px;
  color: #4a4a4a;
}
.cid-t6WgxmLQws .image-wrapper,
.cid-t6WgxmLQws img {
  width: 100%;
}
.cid-t6WgxmLQws .image-wrapper {
  position: relative;
  z-index: 1;
}
.cid-t6WgxmLQws .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-t6WgxmLQws .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-t6WgxmLQws .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-t6WgxmLQws .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media (min-width: 991px) {
  .cid-t6WgxmLQws .content_box {
    padding: 0 5rem 0 1rem;
  }
  .cid-t6WgxmLQws .image_left {
    padding-top: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-t6WgxmLQws .row {
    flex-direction: column;
  }
  .cid-t6WgxmLQws .content_box {
    padding: 3rem 0;
  }
}
@media (max-width: 767px) {
  .cid-t6WgxmLQws .shape {
    display: none;
  }
}
.cid-t6WgxnWDPd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t6WgxnWDPd .card-title {
  color: #202020;
}
.cid-t6WgxnWDPd .map-wrapper {
  margin-top: 70px;
}
.cid-t6WgxnWDPd .google-map {
  height: 540px;
  position: relative;
}
.cid-t6WgxnWDPd .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t6WgxnWDPd .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t6WgxnWDPd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t6WgxnWDPd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t6WgxnWDPd .contact_content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cid-t6WgxnWDPd .contact_content {
    margin: 7px 0 15px;
  }
}
@media (min-width: 992px) {
  .cid-t6WgxnWDPd .card_box {
    padding: 0 2rem;
  }
}
.cid-t6WgxnWDPd .iconfont-wrapper {
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
.cid-t6WgxnWDPd .card_text {
  color: #4a4a4a;
}
.cid-t6WgxpA6CN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t6WgxpA6CN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t6WgxpA6CN .form-group textarea {
  border: 1px solid #4a4a4a !important;
}
.cid-t6WgxpA6CN .form-control,
.cid-t6WgxpA6CN .field-input,
.cid-t6WgxpA6CN textarea {
  background-color: #d8d8d8;
  border-color: #4a4a4a;
  color: #202020;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 0 !important;
  outline: none;
  border: none !important;
  border-bottom: 1px solid #4a4a4a !important;
  margin-bottom: 40px;
}
.cid-t6WgxpA6CN .form-control::-webkit-input-placeholder,
.cid-t6WgxpA6CN .field-input::-webkit-input-placeholder,
.cid-t6WgxpA6CN textarea::-webkit-input-placeholder,
.cid-t6WgxpA6CN .form-control::-webkit-input-placeholder,
.cid-t6WgxpA6CN .field-input::-webkit-input-placeholder,
.cid-t6WgxpA6CN textarea::-webkit-input-placeholder {
  color: #202020;
}
.cid-t6WgxpA6CN .form-control:-moz-placeholder,
.cid-t6WgxpA6CN .field-input:-moz-placeholder,
.cid-t6WgxpA6CN textarea:-moz-placeholder,
.cid-t6WgxpA6CN .form-control:-moz-placeholder,
.cid-t6WgxpA6CN .field-input:-moz-placeholder,
.cid-t6WgxpA6CN textarea:-moz-placeholder {
  color: #202020;
}
.cid-t6WgxpA6CN .form-control:hover,
.cid-t6WgxpA6CN .field-input:hover,
.cid-t6WgxpA6CN textarea:hover,
.cid-t6WgxpA6CN .form-control:focus,
.cid-t6WgxpA6CN .field-input:focus,
.cid-t6WgxpA6CN textarea:focus {
  background-color: #d8d8d8;
  border-color: #4a4a4a;
  color: #202020;
  box-shadow: none;
  outline: none;
}
.cid-t6WgxpA6CN .form-control:hover::-webkit-input-placeholder,
.cid-t6WgxpA6CN .field-input:hover::-webkit-input-placeholder,
.cid-t6WgxpA6CN textarea:hover::-webkit-input-placeholder,
.cid-t6WgxpA6CN .form-control:focus::-webkit-input-placeholder,
.cid-t6WgxpA6CN .field-input:focus::-webkit-input-placeholder,
.cid-t6WgxpA6CN textarea:focus::-webkit-input-placeholder,
.cid-t6WgxpA6CN .form-control:hover::-webkit-input-placeholder,
.cid-t6WgxpA6CN .field-input:hover::-webkit-input-placeholder,
.cid-t6WgxpA6CN textarea:hover::-webkit-input-placeholder,
.cid-t6WgxpA6CN .form-control:focus::-webkit-input-placeholder,
.cid-t6WgxpA6CN .field-input:focus::-webkit-input-placeholder,
.cid-t6WgxpA6CN textarea:focus::-webkit-input-placeholder {
  color: #202020;
}
.cid-t6WgxpA6CN .form-control:hover:-moz-placeholder,
.cid-t6WgxpA6CN .field-input:hover:-moz-placeholder,
.cid-t6WgxpA6CN textarea:hover:-moz-placeholder,
.cid-t6WgxpA6CN .form-control:focus:-moz-placeholder,
.cid-t6WgxpA6CN .field-input:focus:-moz-placeholder,
.cid-t6WgxpA6CN textarea:focus:-moz-placeholder,
.cid-t6WgxpA6CN .form-control:hover:-moz-placeholder,
.cid-t6WgxpA6CN .field-input:hover:-moz-placeholder,
.cid-t6WgxpA6CN textarea:hover:-moz-placeholder,
.cid-t6WgxpA6CN .form-control:focus:-moz-placeholder,
.cid-t6WgxpA6CN .field-input:focus:-moz-placeholder,
.cid-t6WgxpA6CN textarea:focus:-moz-placeholder {
  color: #202020;
}
.cid-t6WgxpA6CN .jq-number__spin:hover,
.cid-t6WgxpA6CN .jq-number__spin:focus {
  background-color: #d8d8d8;
  border-color: #4a4a4a;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-t6WgxpA6CN .jq-number__spin {
  background-color: #d8d8d8;
  border-color: #4a4a4a;
  color: #202020;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t6WgxpA6CN .jq-selectbox li,
.cid-t6WgxpA6CN .jq-selectbox li {
  background-color: #d8d8d8;
  color: #000000;
}
.cid-t6WgxpA6CN .jq-selectbox li:hover,
.cid-t6WgxpA6CN .jq-selectbox li.selected {
  background-color: #d8d8d8;
  color: #000000;
}
.cid-t6WgxpA6CN .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-t6WgxpA6CN .jq-number__spin.minus:hover:after,
.cid-t6WgxpA6CN .jq-number__spin.plus:hover:after {
  border-top-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
}
.cid-t6WgxpA6CN .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-t6WgxpA6CN .jq-number__spin.minus:after,
.cid-t6WgxpA6CN .jq-number__spin.plus:after {
  border-top-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
}
.cid-t6WgxpA6CN input::-webkit-clear-button {
  display: none;
}
.cid-t6WgxpA6CN input::-webkit-inner-spin-button {
  display: none;
}
.cid-t6WgxpA6CN input::-webkit-outer-spin-button {
  display: none;
}
.cid-t6WgxpA6CN input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t6WgxpA6CN .container {
  background-color: #d8d8d8;
  padding: 8rem 2.75rem;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t6WgxpA6CN .container {
    padding: 3.5rem 2.75rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t6WgxpA6CN .container {
    padding: 3.5rem .75rem 4rem;
  }
}
.cid-t6WgxpA6CN .btn-lg {
  border-radius: 0 !important;
  padding: 1.1875rem 3.25rem !important;
  margin-top: 40px;
  font-weight: 600;
  width: 100%;
}
.cid-t6WgxpA6CN .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-t6WgxpA6CN .form_title {
  margin: 25px 0;
  text-align: center;
}
.cid-t6WgxpA6CN .mbr-text {
  margin-bottom: 37px;
}
.cid-t6WgxpA6CN .shape {
  width: 190px;
  height: auto;
  position: absolute;
  right: -40px;
  top: 40px;
}
.cid-t6WgxpA6CN .shape img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
@media (max-width: 991px) {
  .cid-t6WgxpA6CN .shape {
    top: 0;
    right: 0;
  }
}
.cid-t6WgxpA6CN .dragArea {
  justify-content: center;
}
.cid-t6WgxpA6CN .form-group textarea {
  height: 165px;
  margin-bottom: 0;
  border: none;
}
.cid-t6WgxpA6CN .form-group {
  margin-bottom: 0;
}
.cid-t6WgxpA6CN .textGDPR.display-7 {
  font-size: 16px;
}
.cid-t6WgxpA6CN .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 0;
}
.cid-t6WgxpA6CN .form-control,
.cid-t6WgxpA6CN .field-input,
.cid-t6WgxpA6CN textarea {
  padding: 9px 10px;
  line-height: 25px;
  height: 48px;
  transition: 0.4s;
  outline: none;
  margin-bottom: 40px;
  border-radius: 0 !important;
}
.cid-t6WgxpA6CN .form-check {
  padding-left: 2.5em !important;
}
.cid-t6WgxpA6CN .form-check .display-7 {
  font-size: 16px !important;
}
.cid-t6WgxqViDa {
  padding-top: 2rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-t6WgxqViDa .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-t6WgxqViDa .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-t6WgxqViDa .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t6WgxqViDa .card_info {
  margin-bottom: 12px;
  display: flex;
}
.cid-t6WgxqViDa .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-t6WgxqViDa .card_text {
  margin-top: 4px;
}
.cid-t6WgxqViDa .item-img {
  margin-bottom: 30px;
}
.cid-t6WgxqViDa .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-t6WgxqViDa .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-t6WgxqViDa .linkBtn a:after,
.cid-t6WgxqViDa .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-t6WgxqViDa .linkBtn a:before {
  left: 0;
}
.cid-t6WgxqViDa .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-t6WgxqViDa .linkBtn a:hover:before,
.cid-t6WgxqViDa .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-t6WgxqViDa .card_name:before {
  content: " / ";
  display: inline-block;
  margin: 0 10px;
}
.cid-t6WgxqViDa .card_text,
.cid-t6WgxqViDa .linkBtn {
  color: #4a4a4a;
}
.cid-tlQh1Bwumw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tlQh1Bwumw .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-t7TyIBkdWV {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-t7TyIBkdWV .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-t7TyIBkdWV nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t7TyIBkdWV nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-t7TyIBkdWV .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-t7TyIBkdWV .offcanvas_image img,
  .cid-t7TyIBkdWV .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-t7TyIBkdWV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-t7TyIBkdWV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-t7TyIBkdWV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-t7TyIBkdWV .offcanvas-body .mbr-text,
  .cid-t7TyIBkdWV .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-t7TyIBkdWV .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-t7TyIBkdWV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-t7TyIBkdWV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t7TyIBkdWV .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-t7TyIBkdWV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-t7TyIBkdWV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-t7TyIBkdWV li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-t7TyIBkdWV li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-t7TyIBkdWV .lg_brand {
    margin: 0 1rem;
  }
  .cid-t7TyIBkdWV .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-t7TyIBkdWV .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-t7TyIBkdWV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-t7TyIBkdWV .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-t7TyIBkdWV .nav-item {
    margin: 0 !important;
  }
}
.cid-t7TyIBkdWV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t7TyIBkdWV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-t7TyIBkdWV .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-t7TyIBkdWV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t7TyIBkdWV .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-t7TyIBkdWV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-t7TyIBkdWV .offcanvas_box,
  .cid-t7TyIBkdWV .top_widget {
    display: none;
  }
}
.cid-t7TyIBkdWV .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-t7TyIBkdWV .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-t7TyIBkdWV .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-t7TyIBkdWV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7TyIBkdWV .nav-link {
  position: relative;
}
.cid-t7TyIBkdWV .container {
  display: flex;
  margin: auto;
}
.cid-t7TyIBkdWV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-t7TyIBkdWV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-t7TyIBkdWV .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-t7TyIBkdWV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-t7TyIBkdWV .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-t7TyIBkdWV .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-t7TyIBkdWV .dropdown-menu,
.cid-t7TyIBkdWV .navbar.opened {
  background: #fafafa !important;
}
.cid-t7TyIBkdWV .nav-item:focus,
.cid-t7TyIBkdWV .nav-link:focus {
  outline: none;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7TyIBkdWV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7TyIBkdWV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7TyIBkdWV .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-t7TyIBkdWV .navbar.opened {
  transition: all 0.3s;
}
.cid-t7TyIBkdWV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-t7TyIBkdWV .navbar .navbar-logo img {
  width: auto;
}
.cid-t7TyIBkdWV .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-t7TyIBkdWV .navbar.collapsed {
  justify-content: center;
}
.cid-t7TyIBkdWV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7TyIBkdWV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t7TyIBkdWV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7TyIBkdWV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7TyIBkdWV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7TyIBkdWV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-t7TyIBkdWV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t7TyIBkdWV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-t7TyIBkdWV .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-t7TyIBkdWV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7TyIBkdWV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7TyIBkdWV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7TyIBkdWV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-t7TyIBkdWV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-t7TyIBkdWV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7TyIBkdWV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7TyIBkdWV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-t7TyIBkdWV .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7TyIBkdWV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7TyIBkdWV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7TyIBkdWV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7TyIBkdWV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7TyIBkdWV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7TyIBkdWV .dropdown-item.active,
.cid-t7TyIBkdWV .dropdown-item:active {
  background-color: transparent;
}
.cid-t7TyIBkdWV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7TyIBkdWV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7TyIBkdWV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7TyIBkdWV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t7TyIBkdWV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7TyIBkdWV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7TyIBkdWV ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-t7TyIBkdWV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7TyIBkdWV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-t7TyIBkdWV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7TyIBkdWV .navbar {
    height: 70px;
  }
  .cid-t7TyIBkdWV .navbar.opened {
    height: auto;
  }
  .cid-t7TyIBkdWV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7TyIBkdWV .mbr-section-subtitle {
  color: #202020;
}
.cid-t7TyIBkdWV .mbr-text {
  color: #202020;
}
.cid-t6WqdUjUy0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1152.jpeg");
}
.cid-t6WqdUjUy0 .image-wrapper,
.cid-t6WqdUjUy0 img {
  width: 100%;
  object-fit: contain;
}
.cid-t6WqdUjUy0 img {
  display: inline-block;
  width: 6rem;
}
.cid-t6WqdUjUy0 .mbr-section-title {
  margin: 25px 0;
}
.cid-t6WqdUjUy0 .mbr-text {
  margin-bottom: 19px;
}
.cid-t7Tmu8xNYj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dddddd;
}
.cid-t7Tmu8xNYj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t7Tmu8xNYj form .mbr-section-btn {
  max-width: fit-content;
}
.cid-t7Tmu8xNYj form .mbr-section-btn .btn {
  display: inline-flex;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-t7Tmu8xNYj form .mbr-section-btn {
    max-width: 100%;
  }
}
.cid-t7Tmu8xNYj input,
.cid-t7Tmu8xNYj textarea {
  border-radius: 0.5rem;
}
.cid-t7Tmu8xNYj textarea {
  min-height: 10rem;
}
.cid-t7Tmu8xNYj .mbr-form {
  background: #555555;
  border-radius: 2rem;
  transition: all 0.3s;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-t7Tmu8xNYj .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-t7Tmu8xNYj .mbr-form:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-t7Tmu8xNYj .form-control:hover,
.cid-t7Tmu8xNYj .form-control:focus {
  border-color: transparent !important;
}
.cid-tCIUkPyWug {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dddddd;
}
.cid-tCIUkPyWug .mbr-section-title {
  color: #202020;
}
.cid-tCIUkPyWug .mbr-text {
  margin: 25px 0;
  color: #202020;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
}
.cid-tCIUkPyWug .content_box {
  position: relative;
}
.cid-tCIUkPyWug .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-tCIUkPyWug .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-t6WqdVpmvr {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #eae8e4;
}
.cid-t6WqdVpmvr .mbr-section-title {
  color: #202020;
}
.cid-t6WqdVpmvr .mbr-text {
  margin: 25px 0;
  color: #202020;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
  text-align: left;
}
.cid-t6WqdVpmvr .content_box {
  position: relative;
}
.cid-t6WqdVpmvr .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-t6WqdVpmvr .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-t6WqdWBPBH {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #eae8e4;
}
.cid-t6WqdWBPBH .mbr-section-title {
  color: #e5673b;
}
.cid-t6WqdWBPBH .mbr-text {
  margin: 25px 0;
  color: #202020;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
  text-align: left;
}
.cid-t6WqdWBPBH .content_box {
  position: relative;
}
.cid-t6WqdWBPBH .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-t6WqdWBPBH .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-t6WqdXKSZy {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #555555;
}
.cid-t6WqdXKSZy .main_header {
  margin: 25px 0 44px;
}
.cid-t6WqdXKSZy .mbr-section-title {
  color: #ffffff;
  margin-bottom: 13px;
}
.cid-t6WqdXKSZy .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-t6WqdXKSZy .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-t6WqdXKSZy .card_wrapper {
    padding: 0 15px;
  }
}
.cid-t6WqdXKSZy .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-t6WqdXKSZy .line {
  border-bottom: 1px solid #eae8e4;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-t6WqdXKSZy .card_title {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-t6WqdXKSZy .card_price {
  color: #ffffff;
}
.cid-t6WqdXKSZy .card_text {
  color: #ffffff;
}
.cid-tfYQta48f1 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background.jpg");
}
.cid-tfYQta48f1 .image-wrapper,
.cid-tfYQta48f1 img {
  width: 100%;
  object-fit: contain;
}
.cid-tfYQta48f1 img {
  display: inline-block;
  width: 6rem;
}
.cid-tfYQta48f1 .mbr-section-title {
  margin: 25px 0;
}
.cid-tfYQta48f1 .mbr-text {
  margin-bottom: 19px;
}
.cid-t7ToZ9uACj.popup-builder {
  background-color: #ffffff;
}
.cid-t7ToZ9uACj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t7ToZ9uACj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t7ToZ9uACj .modal-content,
.cid-t7ToZ9uACj .modal-dialog {
  height: auto;
}
.cid-t7ToZ9uACj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t7ToZ9uACj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t7ToZ9uACj .form-wrapper .mbr-form .form-group,
  .cid-t7ToZ9uACj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t7ToZ9uACj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t7ToZ9uACj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t7ToZ9uACj .mbr-text {
  text-align: center;
}
.cid-t7ToZ9uACj .pt-0 {
  padding-top: 0 !important;
}
.cid-t7ToZ9uACj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t7ToZ9uACj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t7ToZ9uACj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t7ToZ9uACj .modal-open {
  overflow: hidden;
}
.cid-t7ToZ9uACj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t7ToZ9uACj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t7ToZ9uACj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t7ToZ9uACj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t7ToZ9uACj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t7ToZ9uACj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t7ToZ9uACj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t7ToZ9uACj .modal-content {
  background: #fef2f2;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t7ToZ9uACj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t7ToZ9uACj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t7ToZ9uACj .modal-backdrop.fade {
  opacity: 0;
}
.cid-t7ToZ9uACj .modal-backdrop.show {
  opacity: .5;
}
.cid-t7ToZ9uACj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t7ToZ9uACj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t7ToZ9uACj .modal-header {
    padding: 1rem;
  }
}
.cid-t7ToZ9uACj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t7ToZ9uACj .modal-header .close svg {
  fill: #353535;
}
.cid-t7ToZ9uACj .modal-header .close:hover {
  opacity: 1;
}
.cid-t7ToZ9uACj .modal-header .close:focus {
  outline: none;
}
.cid-t7ToZ9uACj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t7ToZ9uACj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t7ToZ9uACj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7ToZ9uACj .modal-body {
    padding: 1rem;
  }
}
.cid-t7ToZ9uACj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t7ToZ9uACj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7ToZ9uACj .modal-footer {
    padding: 1rem;
  }
}
.cid-t7ToZ9uACj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t7ToZ9uACj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t7ToZ9uACj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t7ToZ9uACj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t7ToZ9uACj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t7ToZ9uACj .modal-lg,
  .cid-t7ToZ9uACj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t7ToZ9uACj .modal-xl {
    max-width: 1140px;
  }
}
.cid-t7ToZ9uACj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t7ToZ9uACj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t7ToZ9uACj .form-group {
  margin-bottom: 1rem;
}
.cid-t7ToZ9uACj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t7ToZ9uACj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t7ToZ9uACj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t7ToZ9uACj .mbr-section-btn {
  margin: 0;
}
.cid-t7ToZ9uACj .mbr-section-btn .btn {
  margin: 0;
}
.cid-tlQh1Bwumw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tlQh1Bwumw .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-t7TyQFYVPT {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-t7TyQFYVPT .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-t7TyQFYVPT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t7TyQFYVPT nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-t7TyQFYVPT .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-t7TyQFYVPT .offcanvas_image img,
  .cid-t7TyQFYVPT .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-t7TyQFYVPT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-t7TyQFYVPT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-t7TyQFYVPT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-t7TyQFYVPT .offcanvas-body .mbr-text,
  .cid-t7TyQFYVPT .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-t7TyQFYVPT .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-t7TyQFYVPT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-t7TyQFYVPT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-t7TyQFYVPT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-t7TyQFYVPT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-t7TyQFYVPT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-t7TyQFYVPT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-t7TyQFYVPT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-t7TyQFYVPT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t7TyQFYVPT .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-t7TyQFYVPT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-t7TyQFYVPT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-t7TyQFYVPT li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-t7TyQFYVPT li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-t7TyQFYVPT .lg_brand {
    margin: 0 1rem;
  }
  .cid-t7TyQFYVPT .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-t7TyQFYVPT .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-t7TyQFYVPT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-t7TyQFYVPT .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-t7TyQFYVPT .nav-item {
    margin: 0 !important;
  }
}
.cid-t7TyQFYVPT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t7TyQFYVPT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-t7TyQFYVPT .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-t7TyQFYVPT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t7TyQFYVPT .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-t7TyQFYVPT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-t7TyQFYVPT .offcanvas_box,
  .cid-t7TyQFYVPT .top_widget {
    display: none;
  }
}
.cid-t7TyQFYVPT .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-t7TyQFYVPT .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-t7TyQFYVPT .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-t7TyQFYVPT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7TyQFYVPT .nav-link {
  position: relative;
}
.cid-t7TyQFYVPT .container {
  display: flex;
  margin: auto;
}
.cid-t7TyQFYVPT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-t7TyQFYVPT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-t7TyQFYVPT .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-t7TyQFYVPT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-t7TyQFYVPT .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-t7TyQFYVPT .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-t7TyQFYVPT .dropdown-menu,
.cid-t7TyQFYVPT .navbar.opened {
  background: #fafafa !important;
}
.cid-t7TyQFYVPT .nav-item:focus,
.cid-t7TyQFYVPT .nav-link:focus {
  outline: none;
}
.cid-t7TyQFYVPT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7TyQFYVPT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7TyQFYVPT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7TyQFYVPT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7TyQFYVPT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7TyQFYVPT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7TyQFYVPT .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-t7TyQFYVPT .navbar.opened {
  transition: all 0.3s;
}
.cid-t7TyQFYVPT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-t7TyQFYVPT .navbar .navbar-logo img {
  width: auto;
}
.cid-t7TyQFYVPT .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-t7TyQFYVPT .navbar.collapsed {
  justify-content: center;
}
.cid-t7TyQFYVPT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7TyQFYVPT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t7TyQFYVPT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7TyQFYVPT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7TyQFYVPT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7TyQFYVPT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-t7TyQFYVPT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t7TyQFYVPT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-t7TyQFYVPT .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-t7TyQFYVPT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7TyQFYVPT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7TyQFYVPT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-t7TyQFYVPT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7TyQFYVPT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7TyQFYVPT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7TyQFYVPT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-t7TyQFYVPT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-t7TyQFYVPT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-t7TyQFYVPT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7TyQFYVPT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7TyQFYVPT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-t7TyQFYVPT .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7TyQFYVPT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7TyQFYVPT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7TyQFYVPT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7TyQFYVPT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7TyQFYVPT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7TyQFYVPT .dropdown-item.active,
.cid-t7TyQFYVPT .dropdown-item:active {
  background-color: transparent;
}
.cid-t7TyQFYVPT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7TyQFYVPT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7TyQFYVPT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7TyQFYVPT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t7TyQFYVPT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7TyQFYVPT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7TyQFYVPT ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-t7TyQFYVPT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7TyQFYVPT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-t7TyQFYVPT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-t7TyQFYVPT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7TyQFYVPT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7TyQFYVPT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7TyQFYVPT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7TyQFYVPT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7TyQFYVPT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7TyQFYVPT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7TyQFYVPT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7TyQFYVPT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-t7TyQFYVPT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7TyQFYVPT .navbar {
    height: 70px;
  }
  .cid-t7TyQFYVPT .navbar.opened {
    height: auto;
  }
  .cid-t7TyQFYVPT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7TyQFYVPT .mbr-section-subtitle {
  color: #202020;
}
.cid-t7TyQFYVPT .mbr-text {
  color: #202020;
}
.cid-tlQh1Bwumw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tlQh1Bwumw .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-t7TyIBkdWV {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-t7TyIBkdWV .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-t7TyIBkdWV nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t7TyIBkdWV nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-t7TyIBkdWV .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-t7TyIBkdWV .offcanvas_image img,
  .cid-t7TyIBkdWV .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-t7TyIBkdWV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-t7TyIBkdWV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-t7TyIBkdWV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-t7TyIBkdWV .offcanvas-body .mbr-text,
  .cid-t7TyIBkdWV .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-t7TyIBkdWV .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-t7TyIBkdWV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-t7TyIBkdWV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t7TyIBkdWV .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-t7TyIBkdWV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-t7TyIBkdWV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-t7TyIBkdWV li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-t7TyIBkdWV li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-t7TyIBkdWV .lg_brand {
    margin: 0 1rem;
  }
  .cid-t7TyIBkdWV .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-t7TyIBkdWV .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-t7TyIBkdWV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-t7TyIBkdWV .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-t7TyIBkdWV .nav-item {
    margin: 0 !important;
  }
}
.cid-t7TyIBkdWV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t7TyIBkdWV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-t7TyIBkdWV .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-t7TyIBkdWV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t7TyIBkdWV .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-t7TyIBkdWV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-t7TyIBkdWV .offcanvas_box,
  .cid-t7TyIBkdWV .top_widget {
    display: none;
  }
}
.cid-t7TyIBkdWV .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-t7TyIBkdWV .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-t7TyIBkdWV .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-t7TyIBkdWV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7TyIBkdWV .nav-link {
  position: relative;
}
.cid-t7TyIBkdWV .container {
  display: flex;
  margin: auto;
}
.cid-t7TyIBkdWV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-t7TyIBkdWV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-t7TyIBkdWV .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-t7TyIBkdWV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-t7TyIBkdWV .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-t7TyIBkdWV .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-t7TyIBkdWV .dropdown-menu,
.cid-t7TyIBkdWV .navbar.opened {
  background: #fafafa !important;
}
.cid-t7TyIBkdWV .nav-item:focus,
.cid-t7TyIBkdWV .nav-link:focus {
  outline: none;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7TyIBkdWV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7TyIBkdWV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7TyIBkdWV .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-t7TyIBkdWV .navbar.opened {
  transition: all 0.3s;
}
.cid-t7TyIBkdWV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-t7TyIBkdWV .navbar .navbar-logo img {
  width: auto;
}
.cid-t7TyIBkdWV .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-t7TyIBkdWV .navbar.collapsed {
  justify-content: center;
}
.cid-t7TyIBkdWV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7TyIBkdWV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t7TyIBkdWV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7TyIBkdWV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7TyIBkdWV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7TyIBkdWV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-t7TyIBkdWV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t7TyIBkdWV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-t7TyIBkdWV .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-t7TyIBkdWV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7TyIBkdWV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7TyIBkdWV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7TyIBkdWV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-t7TyIBkdWV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-t7TyIBkdWV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7TyIBkdWV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7TyIBkdWV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-t7TyIBkdWV .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7TyIBkdWV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7TyIBkdWV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7TyIBkdWV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7TyIBkdWV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7TyIBkdWV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7TyIBkdWV .dropdown-item.active,
.cid-t7TyIBkdWV .dropdown-item:active {
  background-color: transparent;
}
.cid-t7TyIBkdWV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7TyIBkdWV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7TyIBkdWV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7TyIBkdWV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t7TyIBkdWV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7TyIBkdWV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7TyIBkdWV ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-t7TyIBkdWV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7TyIBkdWV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-t7TyIBkdWV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7TyIBkdWV .navbar {
    height: 70px;
  }
  .cid-t7TyIBkdWV .navbar.opened {
    height: auto;
  }
  .cid-t7TyIBkdWV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7TyIBkdWV .mbr-section-subtitle {
  color: #202020;
}
.cid-t7TyIBkdWV .mbr-text {
  color: #202020;
}
.cid-t7uZy9VaOC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-t7uZy9VaOC .image-wrapper,
.cid-t7uZy9VaOC img {
  width: 100%;
  object-fit: contain;
}
.cid-t7uZy9VaOC img {
  display: inline-block;
  width: 6rem;
}
.cid-t7uZy9VaOC .mbr-section-title {
  margin: 25px 0;
}
.cid-t7uZy9VaOC .mbr-text {
  margin-bottom: 19px;
}
.cid-t7vak2rcOM {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #fef2f2;
}
.cid-t7vak2rcOM .mbr-section-title {
  color: #202020;
}
.cid-t7vak2rcOM .mbr-text {
  margin: 25px 0;
  color: #202020;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
  text-align: left;
}
.cid-t7vak2rcOM .content_box {
  position: relative;
}
.cid-t7vak2rcOM .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-t7vak2rcOM .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-tlQh1Bwumw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tlQh1Bwumw .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-t7TyIBkdWV {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-t7TyIBkdWV .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-t7TyIBkdWV nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t7TyIBkdWV nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-t7TyIBkdWV .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-t7TyIBkdWV .offcanvas_image img,
  .cid-t7TyIBkdWV .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-t7TyIBkdWV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-t7TyIBkdWV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-t7TyIBkdWV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-t7TyIBkdWV .offcanvas-body .mbr-text,
  .cid-t7TyIBkdWV .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-t7TyIBkdWV .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-t7TyIBkdWV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-t7TyIBkdWV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t7TyIBkdWV .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-t7TyIBkdWV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-t7TyIBkdWV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-t7TyIBkdWV li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-t7TyIBkdWV li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-t7TyIBkdWV .lg_brand {
    margin: 0 1rem;
  }
  .cid-t7TyIBkdWV .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-t7TyIBkdWV .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-t7TyIBkdWV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-t7TyIBkdWV .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-t7TyIBkdWV .nav-item {
    margin: 0 !important;
  }
}
.cid-t7TyIBkdWV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t7TyIBkdWV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-t7TyIBkdWV .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-t7TyIBkdWV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t7TyIBkdWV .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-t7TyIBkdWV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-t7TyIBkdWV .offcanvas_box,
  .cid-t7TyIBkdWV .top_widget {
    display: none;
  }
}
.cid-t7TyIBkdWV .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-t7TyIBkdWV .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-t7TyIBkdWV .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-t7TyIBkdWV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7TyIBkdWV .nav-link {
  position: relative;
}
.cid-t7TyIBkdWV .container {
  display: flex;
  margin: auto;
}
.cid-t7TyIBkdWV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-t7TyIBkdWV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-t7TyIBkdWV .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-t7TyIBkdWV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-t7TyIBkdWV .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-t7TyIBkdWV .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-t7TyIBkdWV .dropdown-menu,
.cid-t7TyIBkdWV .navbar.opened {
  background: #fafafa !important;
}
.cid-t7TyIBkdWV .nav-item:focus,
.cid-t7TyIBkdWV .nav-link:focus {
  outline: none;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7TyIBkdWV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7TyIBkdWV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7TyIBkdWV .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-t7TyIBkdWV .navbar.opened {
  transition: all 0.3s;
}
.cid-t7TyIBkdWV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-t7TyIBkdWV .navbar .navbar-logo img {
  width: auto;
}
.cid-t7TyIBkdWV .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-t7TyIBkdWV .navbar.collapsed {
  justify-content: center;
}
.cid-t7TyIBkdWV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7TyIBkdWV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t7TyIBkdWV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7TyIBkdWV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7TyIBkdWV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7TyIBkdWV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-t7TyIBkdWV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t7TyIBkdWV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-t7TyIBkdWV .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-t7TyIBkdWV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7TyIBkdWV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7TyIBkdWV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7TyIBkdWV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-t7TyIBkdWV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-t7TyIBkdWV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7TyIBkdWV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7TyIBkdWV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-t7TyIBkdWV .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7TyIBkdWV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7TyIBkdWV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7TyIBkdWV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7TyIBkdWV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7TyIBkdWV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7TyIBkdWV .dropdown-item.active,
.cid-t7TyIBkdWV .dropdown-item:active {
  background-color: transparent;
}
.cid-t7TyIBkdWV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7TyIBkdWV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7TyIBkdWV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7TyIBkdWV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t7TyIBkdWV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7TyIBkdWV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7TyIBkdWV ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-t7TyIBkdWV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7TyIBkdWV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-t7TyIBkdWV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7TyIBkdWV .navbar {
    height: 70px;
  }
  .cid-t7TyIBkdWV .navbar.opened {
    height: auto;
  }
  .cid-t7TyIBkdWV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7TyIBkdWV .mbr-section-subtitle {
  color: #202020;
}
.cid-t7TyIBkdWV .mbr-text {
  color: #202020;
}
.cid-t7uZDw1BnY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-t7uZDw1BnY .image-wrapper,
.cid-t7uZDw1BnY img {
  width: 100%;
  object-fit: contain;
}
.cid-t7uZDw1BnY img {
  display: inline-block;
  width: 6rem;
}
.cid-t7uZDw1BnY .mbr-section-title {
  margin: 25px 0;
}
.cid-t7uZDw1BnY .mbr-text {
  margin-bottom: 19px;
}
.cid-t7vbTV106n {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #fef2f2;
}
.cid-t7vbTV106n .mbr-section-title {
  color: #202020;
}
.cid-t7vbTV106n .mbr-text {
  margin: 25px 0;
  color: #202020;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
  text-align: left;
}
.cid-t7vbTV106n .content_box {
  position: relative;
}
.cid-t7vbTV106n .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-t7vbTV106n .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-tlQh1Bwumw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tlQh1Bwumw .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-t7TyIBkdWV {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-t7TyIBkdWV .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-t7TyIBkdWV nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t7TyIBkdWV nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-t7TyIBkdWV .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-t7TyIBkdWV .offcanvas_image img,
  .cid-t7TyIBkdWV .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-t7TyIBkdWV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-t7TyIBkdWV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-t7TyIBkdWV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-t7TyIBkdWV .offcanvas-body .mbr-text,
  .cid-t7TyIBkdWV .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-t7TyIBkdWV .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-t7TyIBkdWV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-t7TyIBkdWV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-t7TyIBkdWV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t7TyIBkdWV .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-t7TyIBkdWV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-t7TyIBkdWV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-t7TyIBkdWV li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-t7TyIBkdWV li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-t7TyIBkdWV .lg_brand {
    margin: 0 1rem;
  }
  .cid-t7TyIBkdWV .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-t7TyIBkdWV .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-t7TyIBkdWV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-t7TyIBkdWV .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-t7TyIBkdWV .nav-item {
    margin: 0 !important;
  }
}
.cid-t7TyIBkdWV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t7TyIBkdWV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-t7TyIBkdWV .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-t7TyIBkdWV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t7TyIBkdWV .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-t7TyIBkdWV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-t7TyIBkdWV .offcanvas_box,
  .cid-t7TyIBkdWV .top_widget {
    display: none;
  }
}
.cid-t7TyIBkdWV .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-t7TyIBkdWV .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-t7TyIBkdWV .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-t7TyIBkdWV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7TyIBkdWV .nav-link {
  position: relative;
}
.cid-t7TyIBkdWV .container {
  display: flex;
  margin: auto;
}
.cid-t7TyIBkdWV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-t7TyIBkdWV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-t7TyIBkdWV .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-t7TyIBkdWV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-t7TyIBkdWV .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-t7TyIBkdWV .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-t7TyIBkdWV .dropdown-menu,
.cid-t7TyIBkdWV .navbar.opened {
  background: #fafafa !important;
}
.cid-t7TyIBkdWV .nav-item:focus,
.cid-t7TyIBkdWV .nav-link:focus {
  outline: none;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7TyIBkdWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7TyIBkdWV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7TyIBkdWV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7TyIBkdWV .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-t7TyIBkdWV .navbar.opened {
  transition: all 0.3s;
}
.cid-t7TyIBkdWV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-t7TyIBkdWV .navbar .navbar-logo img {
  width: auto;
}
.cid-t7TyIBkdWV .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-t7TyIBkdWV .navbar.collapsed {
  justify-content: center;
}
.cid-t7TyIBkdWV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7TyIBkdWV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t7TyIBkdWV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7TyIBkdWV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7TyIBkdWV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7TyIBkdWV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-t7TyIBkdWV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t7TyIBkdWV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-t7TyIBkdWV .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-t7TyIBkdWV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7TyIBkdWV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7TyIBkdWV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7TyIBkdWV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-t7TyIBkdWV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-t7TyIBkdWV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-t7TyIBkdWV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7TyIBkdWV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7TyIBkdWV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-t7TyIBkdWV .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7TyIBkdWV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7TyIBkdWV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7TyIBkdWV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7TyIBkdWV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7TyIBkdWV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7TyIBkdWV .dropdown-item.active,
.cid-t7TyIBkdWV .dropdown-item:active {
  background-color: transparent;
}
.cid-t7TyIBkdWV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7TyIBkdWV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7TyIBkdWV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7TyIBkdWV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t7TyIBkdWV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7TyIBkdWV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7TyIBkdWV ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-t7TyIBkdWV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7TyIBkdWV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7TyIBkdWV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7TyIBkdWV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7TyIBkdWV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-t7TyIBkdWV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7TyIBkdWV .navbar {
    height: 70px;
  }
  .cid-t7TyIBkdWV .navbar.opened {
    height: auto;
  }
  .cid-t7TyIBkdWV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7TyIBkdWV .mbr-section-subtitle {
  color: #202020;
}
.cid-t7TyIBkdWV .mbr-text {
  color: #202020;
}
.cid-t7uZPQ3bqd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-t7uZPQ3bqd .image-wrapper,
.cid-t7uZPQ3bqd img {
  width: 100%;
  object-fit: contain;
}
.cid-t7uZPQ3bqd img {
  display: inline-block;
  width: 6rem;
}
.cid-t7uZPQ3bqd .mbr-section-title {
  margin: 25px 0;
}
.cid-t7uZPQ3bqd .mbr-text {
  margin-bottom: 19px;
}
.cid-t7vbGc6jWC {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #fef2f2;
}
.cid-t7vbGc6jWC .mbr-section-title {
  color: #202020;
}
.cid-t7vbGc6jWC .mbr-text {
  margin: 25px 0;
  color: #202020;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
  text-align: left;
}
.cid-t7vbGc6jWC .content_box {
  position: relative;
}
.cid-t7vbGc6jWC .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-t7vbGc6jWC .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-tlQh1Bwumw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tlQh1Bwumw .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-tlQh1Bwumw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tlQh1Bwumw .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-uD3XeLANvr {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-uD3XeLANvr .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-uD3XeLANvr nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uD3XeLANvr nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-uD3XeLANvr .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-uD3XeLANvr .offcanvas_image img,
  .cid-uD3XeLANvr .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uD3XeLANvr .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uD3XeLANvr .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uD3XeLANvr .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uD3XeLANvr .offcanvas-body .mbr-text,
  .cid-uD3XeLANvr .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uD3XeLANvr .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uD3XeLANvr .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-uD3XeLANvr .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-uD3XeLANvr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uD3XeLANvr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uD3XeLANvr .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uD3XeLANvr .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uD3XeLANvr ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uD3XeLANvr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uD3XeLANvr .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-uD3XeLANvr .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uD3XeLANvr li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uD3XeLANvr li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uD3XeLANvr li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uD3XeLANvr .lg_brand {
    margin: 0 1rem;
  }
  .cid-uD3XeLANvr .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-uD3XeLANvr .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-uD3XeLANvr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uD3XeLANvr .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uD3XeLANvr .nav-item {
    margin: 0 !important;
  }
}
.cid-uD3XeLANvr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uD3XeLANvr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uD3XeLANvr .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uD3XeLANvr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uD3XeLANvr .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-uD3XeLANvr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uD3XeLANvr .offcanvas_box,
  .cid-uD3XeLANvr .top_widget {
    display: none;
  }
}
.cid-uD3XeLANvr .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uD3XeLANvr .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uD3XeLANvr .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-uD3XeLANvr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uD3XeLANvr .nav-link {
  position: relative;
}
.cid-uD3XeLANvr .container {
  display: flex;
  margin: auto;
}
.cid-uD3XeLANvr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uD3XeLANvr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uD3XeLANvr .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-uD3XeLANvr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uD3XeLANvr .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uD3XeLANvr .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uD3XeLANvr .dropdown-menu,
.cid-uD3XeLANvr .navbar.opened {
  background: #fafafa !important;
}
.cid-uD3XeLANvr .nav-item:focus,
.cid-uD3XeLANvr .nav-link:focus {
  outline: none;
}
.cid-uD3XeLANvr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uD3XeLANvr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD3XeLANvr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uD3XeLANvr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uD3XeLANvr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uD3XeLANvr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uD3XeLANvr .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uD3XeLANvr .navbar.opened {
  transition: all 0.3s;
}
.cid-uD3XeLANvr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uD3XeLANvr .navbar .navbar-logo img {
  width: auto;
}
.cid-uD3XeLANvr .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-uD3XeLANvr .navbar.collapsed {
  justify-content: center;
}
.cid-uD3XeLANvr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uD3XeLANvr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uD3XeLANvr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uD3XeLANvr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uD3XeLANvr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uD3XeLANvr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uD3XeLANvr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uD3XeLANvr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uD3XeLANvr .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uD3XeLANvr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD3XeLANvr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD3XeLANvr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uD3XeLANvr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD3XeLANvr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uD3XeLANvr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uD3XeLANvr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uD3XeLANvr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uD3XeLANvr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uD3XeLANvr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uD3XeLANvr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uD3XeLANvr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uD3XeLANvr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uD3XeLANvr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uD3XeLANvr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uD3XeLANvr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uD3XeLANvr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uD3XeLANvr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD3XeLANvr .dropdown-item.active,
.cid-uD3XeLANvr .dropdown-item:active {
  background-color: transparent;
}
.cid-uD3XeLANvr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD3XeLANvr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD3XeLANvr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD3XeLANvr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uD3XeLANvr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uD3XeLANvr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uD3XeLANvr ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uD3XeLANvr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uD3XeLANvr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-uD3XeLANvr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-uD3XeLANvr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uD3XeLANvr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uD3XeLANvr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uD3XeLANvr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uD3XeLANvr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD3XeLANvr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uD3XeLANvr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uD3XeLANvr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD3XeLANvr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uD3XeLANvr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uD3XeLANvr .navbar {
    height: 70px;
  }
  .cid-uD3XeLANvr .navbar.opened {
    height: auto;
  }
  .cid-uD3XeLANvr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD3XeLANvr .mbr-section-subtitle {
  color: #202020;
}
.cid-uD3XeLANvr .mbr-text {
  color: #202020;
}
.cid-uD3Xmp24Tj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uD3Xmp24Tj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uD3Xmp24Tj .container-fluid {
  display: flex;
  padding: 0 !important;
}
.cid-uD3Xmp24Tj .main-row {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .cid-uD3Xmp24Tj .main-row {
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .cid-uD3Xmp24Tj .main-row {
    padding-right: calc((100% - 960px)/ 2) !important;
  }
}
@media (min-width: 1201px) {
  .cid-uD3Xmp24Tj .main-row {
    padding-right: calc((100% - 1100px)/ 2) !important;
  }
}
@media (min-width: 1441px) {
  .cid-uD3Xmp24Tj .main-row {
    padding-right: calc((100% - 1300px)/ 2) !important;
  }
}
@media (max-width: 1024px) {
  .cid-uD3Xmp24Tj .main-row {
    width: 768px;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .cid-uD3Xmp24Tj .main-row {
    width: 86%;
  }
}
.cid-uD3Xmp24Tj .col-map {
  width: 57% !important;
}
@media (max-width: 1024px) {
  .cid-uD3Xmp24Tj .col-map {
    width: 100% !important;
  }
}
.cid-uD3Xmp24Tj .col-form {
  width: 43% !important;
  padding-top: 25px;
}
@media (min-width: 1025px) {
  .cid-uD3Xmp24Tj .col-form {
    padding-left: 64px !important;
  }
}
@media (max-width: 1024px) {
  .cid-uD3Xmp24Tj .col-form {
    width: 100% !important;
  }
}
.cid-uD3Xmp24Tj .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uD3Xmp24Tj .mbr-section-head {
  margin-bottom: 20px;
}
.cid-uD3Xmp24Tj form .dragArea.row {
  justify-content: flex-start;
}
.cid-uD3Xmp24Tj form .mbr-section-btn {
  margin-top: 12px;
}
.cid-uD3Xmp24Tj form .mbr-section-btn .btn {
  width: max-content;
  min-width: 140px;
}
@media (max-width: 800px) {
  .cid-uD3Xmp24Tj form .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uD3Xmp24Tj form .mbr-section-btn .btn {
    width: 100%;
    box-shadow: none !important;
  }
}
.cid-uD3Xmp24Tj form .form-group {
  margin-bottom: 8px !important;
}
.cid-uD3Xmp24Tj form .form-control {
  border: 1px solid  !important;
  border-image-slice: 1 !important;
  border-image-source: linear-gradient(70deg, #57b8e0, #5762e2, #be8ec6) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 23px 30px;
  font-size: 17px;
  line-height: 24px;
  color: #a0a0a0;
  font-weight: 400;
}
.cid-uD3Xmp24Tj form .form-control::-webkit-input-placeholder {
  color: #a0a0a0;
}
.cid-uD3Xmp24Tj form .form-control::-moz-placeholder {
  color: #a0a0a0;
}
.cid-uD3Xmp24Tj form .form-control:-moz-placeholder {
  color: #a0a0a0;
}
.cid-uD3Xmp24Tj form .form-control:-ms-input-placeholder {
  color: #a0a0a0;
}
.cid-uD3Xmp24Tj form textarea {
  height: 146px;
}
.cid-uD3Xmp24Tj form input:active,
.cid-uD3Xmp24Tj form input:focus {
  color: #000 !important;
}
.cid-uD3Xmp24Tj form input:active::-webkit-input-placeholder,
.cid-uD3Xmp24Tj form input:focus::-webkit-input-placeholder {
  color: #000;
}
.cid-uD3Xmp24Tj form input:active::-moz-placeholder,
.cid-uD3Xmp24Tj form input:focus::-moz-placeholder {
  color: #000;
}
.cid-uD3Xmp24Tj form input:active:-moz-placeholder,
.cid-uD3Xmp24Tj form input:focus:-moz-placeholder {
  color: #000;
}
.cid-uD3Xmp24Tj form input:active:-ms-input-placeholder,
.cid-uD3Xmp24Tj form input:focus:-ms-input-placeholder {
  color: #000;
}
.cid-uD3Xmp24Tj .google-map {
  height: 573px;
  position: relative;
}
.cid-uD3Xmp24Tj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uD3Xmp24Tj .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uD3Xmp24Tj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uD3Xmp24Tj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uD3Xmp24Tj form .row {
  margin-left: -4px !important;
  margin-right: -4px !important;
}
.cid-uD3Xmp24Tj form .row [class*=col] {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.cid-tBRxkIN4k3.popup-builder {
  background-color: #ffffff;
}
.cid-tBRxkIN4k3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBRxkIN4k3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBRxkIN4k3 .modal-content,
.cid-tBRxkIN4k3 .modal-dialog {
  height: auto;
}
.cid-tBRxkIN4k3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBRxkIN4k3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBRxkIN4k3 .form-wrapper .mbr-form .form-group,
  .cid-tBRxkIN4k3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBRxkIN4k3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBRxkIN4k3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBRxkIN4k3 .mbr-text {
  text-align: center;
}
.cid-tBRxkIN4k3 .pt-0 {
  padding-top: 0 !important;
}
.cid-tBRxkIN4k3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBRxkIN4k3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBRxkIN4k3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBRxkIN4k3 .modal-open {
  overflow: hidden;
}
.cid-tBRxkIN4k3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBRxkIN4k3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBRxkIN4k3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBRxkIN4k3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBRxkIN4k3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBRxkIN4k3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBRxkIN4k3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBRxkIN4k3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBRxkIN4k3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBRxkIN4k3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBRxkIN4k3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBRxkIN4k3 .modal-backdrop.show {
  opacity: .5;
}
.cid-tBRxkIN4k3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBRxkIN4k3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBRxkIN4k3 .modal-header {
    padding: 1rem;
  }
}
.cid-tBRxkIN4k3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBRxkIN4k3 .modal-header .close svg {
  fill: #353535;
}
.cid-tBRxkIN4k3 .modal-header .close:hover {
  opacity: 1;
}
.cid-tBRxkIN4k3 .modal-header .close:focus {
  outline: none;
}
.cid-tBRxkIN4k3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBRxkIN4k3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBRxkIN4k3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBRxkIN4k3 .modal-body {
    padding: 1rem;
  }
}
.cid-tBRxkIN4k3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBRxkIN4k3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBRxkIN4k3 .modal-footer {
    padding: 1rem;
  }
}
.cid-tBRxkIN4k3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBRxkIN4k3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBRxkIN4k3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBRxkIN4k3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBRxkIN4k3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBRxkIN4k3 .modal-lg,
  .cid-tBRxkIN4k3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBRxkIN4k3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBRxkIN4k3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBRxkIN4k3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBRxkIN4k3 .form-group {
  margin-bottom: 1rem;
}
.cid-tBRxkIN4k3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBRxkIN4k3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBRxkIN4k3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBRxkIN4k3 .mbr-section-btn {
  margin: 0;
}
.cid-tBRxkIN4k3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tfYREeuo6R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dddddd;
}
.cid-tfYREeuo6R .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tfYREeuo6R form .mbr-section-btn {
  max-width: fit-content;
}
.cid-tfYREeuo6R form .mbr-section-btn .btn {
  display: inline-flex;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tfYREeuo6R form .mbr-section-btn {
    max-width: 100%;
  }
}
.cid-tfYREeuo6R input,
.cid-tfYREeuo6R textarea {
  border-radius: 0.5rem;
}
.cid-tfYREeuo6R textarea {
  min-height: 10rem;
}
.cid-tfYREeuo6R .mbr-form {
  background: #555555;
  border-radius: 2rem;
  transition: all 0.3s;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-tfYREeuo6R .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-tfYREeuo6R .mbr-form:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tfYREeuo6R .form-control:hover,
.cid-tfYREeuo6R .form-control:focus {
  border-color: transparent !important;
}
.cid-tfYREiM7oT {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background.jpg");
}
.cid-tfYREiM7oT .image-wrapper,
.cid-tfYREiM7oT img {
  width: 100%;
  object-fit: contain;
}
.cid-tfYREiM7oT img {
  display: inline-block;
  width: 6rem;
}
.cid-tfYREiM7oT .mbr-section-title {
  margin: 25px 0;
}
.cid-tfYREiM7oT .mbr-text {
  margin-bottom: 19px;
}
.cid-tlQh1Bwumw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tlQh1Bwumw .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-tBRxlTvRA3.popup-builder {
  background-color: #ffffff;
}
.cid-tBRxlTvRA3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBRxlTvRA3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBRxlTvRA3 .modal-content,
.cid-tBRxlTvRA3 .modal-dialog {
  height: auto;
}
.cid-tBRxlTvRA3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBRxlTvRA3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBRxlTvRA3 .form-wrapper .mbr-form .form-group,
  .cid-tBRxlTvRA3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBRxlTvRA3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBRxlTvRA3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBRxlTvRA3 .mbr-text {
  text-align: center;
}
.cid-tBRxlTvRA3 .pt-0 {
  padding-top: 0 !important;
}
.cid-tBRxlTvRA3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBRxlTvRA3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBRxlTvRA3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBRxlTvRA3 .modal-open {
  overflow: hidden;
}
.cid-tBRxlTvRA3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBRxlTvRA3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBRxlTvRA3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBRxlTvRA3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBRxlTvRA3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBRxlTvRA3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBRxlTvRA3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBRxlTvRA3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBRxlTvRA3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBRxlTvRA3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBRxlTvRA3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBRxlTvRA3 .modal-backdrop.show {
  opacity: .5;
}
.cid-tBRxlTvRA3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBRxlTvRA3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBRxlTvRA3 .modal-header {
    padding: 1rem;
  }
}
.cid-tBRxlTvRA3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBRxlTvRA3 .modal-header .close svg {
  fill: #353535;
}
.cid-tBRxlTvRA3 .modal-header .close:hover {
  opacity: 1;
}
.cid-tBRxlTvRA3 .modal-header .close:focus {
  outline: none;
}
.cid-tBRxlTvRA3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBRxlTvRA3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBRxlTvRA3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBRxlTvRA3 .modal-body {
    padding: 1rem;
  }
}
.cid-tBRxlTvRA3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBRxlTvRA3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBRxlTvRA3 .modal-footer {
    padding: 1rem;
  }
}
.cid-tBRxlTvRA3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBRxlTvRA3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBRxlTvRA3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBRxlTvRA3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBRxlTvRA3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBRxlTvRA3 .modal-lg,
  .cid-tBRxlTvRA3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBRxlTvRA3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBRxlTvRA3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBRxlTvRA3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBRxlTvRA3 .form-group {
  margin-bottom: 1rem;
}
.cid-tBRxlTvRA3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBRxlTvRA3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBRxlTvRA3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBRxlTvRA3 .mbr-section-btn {
  margin: 0;
}
.cid-tBRxlTvRA3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tisjRKIx5y {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-tisjRKIx5y .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-tisjRKIx5y nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tisjRKIx5y nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tisjRKIx5y .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-tisjRKIx5y .offcanvas_image img,
  .cid-tisjRKIx5y .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tisjRKIx5y .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tisjRKIx5y .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tisjRKIx5y .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tisjRKIx5y .offcanvas-body .mbr-text,
  .cid-tisjRKIx5y .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tisjRKIx5y .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tisjRKIx5y .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-tisjRKIx5y .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-tisjRKIx5y .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tisjRKIx5y .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tisjRKIx5y .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tisjRKIx5y .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tisjRKIx5y ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tisjRKIx5y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tisjRKIx5y .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-tisjRKIx5y .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tisjRKIx5y li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tisjRKIx5y li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tisjRKIx5y li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tisjRKIx5y .lg_brand {
    margin: 0 1rem;
  }
  .cid-tisjRKIx5y .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-tisjRKIx5y .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-tisjRKIx5y .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tisjRKIx5y .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tisjRKIx5y .nav-item {
    margin: 0 !important;
  }
}
.cid-tisjRKIx5y .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tisjRKIx5y .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tisjRKIx5y .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tisjRKIx5y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tisjRKIx5y .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-tisjRKIx5y .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tisjRKIx5y .offcanvas_box,
  .cid-tisjRKIx5y .top_widget {
    display: none;
  }
}
.cid-tisjRKIx5y .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tisjRKIx5y .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tisjRKIx5y .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-tisjRKIx5y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tisjRKIx5y .nav-link {
  position: relative;
}
.cid-tisjRKIx5y .container {
  display: flex;
  margin: auto;
}
.cid-tisjRKIx5y .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tisjRKIx5y .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tisjRKIx5y .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-tisjRKIx5y .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tisjRKIx5y .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tisjRKIx5y .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tisjRKIx5y .dropdown-menu,
.cid-tisjRKIx5y .navbar.opened {
  background: #fafafa !important;
}
.cid-tisjRKIx5y .nav-item:focus,
.cid-tisjRKIx5y .nav-link:focus {
  outline: none;
}
.cid-tisjRKIx5y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tisjRKIx5y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tisjRKIx5y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tisjRKIx5y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tisjRKIx5y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tisjRKIx5y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tisjRKIx5y .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tisjRKIx5y .navbar.opened {
  transition: all 0.3s;
}
.cid-tisjRKIx5y .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tisjRKIx5y .navbar .navbar-logo img {
  width: auto;
}
.cid-tisjRKIx5y .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-tisjRKIx5y .navbar.collapsed {
  justify-content: center;
}
.cid-tisjRKIx5y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tisjRKIx5y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tisjRKIx5y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tisjRKIx5y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tisjRKIx5y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tisjRKIx5y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tisjRKIx5y .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tisjRKIx5y .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tisjRKIx5y .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tisjRKIx5y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tisjRKIx5y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tisjRKIx5y .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tisjRKIx5y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tisjRKIx5y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tisjRKIx5y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tisjRKIx5y .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tisjRKIx5y .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tisjRKIx5y .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tisjRKIx5y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tisjRKIx5y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tisjRKIx5y .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tisjRKIx5y .navbar.navbar-short {
  min-height: 60px;
}
.cid-tisjRKIx5y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tisjRKIx5y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tisjRKIx5y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tisjRKIx5y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tisjRKIx5y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tisjRKIx5y .dropdown-item.active,
.cid-tisjRKIx5y .dropdown-item:active {
  background-color: transparent;
}
.cid-tisjRKIx5y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tisjRKIx5y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tisjRKIx5y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tisjRKIx5y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tisjRKIx5y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tisjRKIx5y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tisjRKIx5y ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tisjRKIx5y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tisjRKIx5y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-tisjRKIx5y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-tisjRKIx5y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tisjRKIx5y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tisjRKIx5y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tisjRKIx5y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tisjRKIx5y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tisjRKIx5y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tisjRKIx5y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tisjRKIx5y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tisjRKIx5y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tisjRKIx5y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tisjRKIx5y .navbar {
    height: 70px;
  }
  .cid-tisjRKIx5y .navbar.opened {
    height: auto;
  }
  .cid-tisjRKIx5y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tisjRKIx5y .mbr-section-subtitle {
  color: #202020;
}
.cid-tisjRKIx5y .mbr-text {
  color: #202020;
}
.cid-tishAx9cgG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tishAx9cgG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tishAx9cgG .form-control,
.cid-tishAx9cgG .field-input,
.cid-tishAx9cgG textarea {
  background-color: #fef2f2;
  border-color: #bbbbbb;
  color: #555555;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 0 !important;
  outline: none;
  border: none !important;
  border-bottom: 1px solid #bbbbbb !important;
}
.cid-tishAx9cgG .form-control::-webkit-input-placeholder,
.cid-tishAx9cgG .field-input::-webkit-input-placeholder,
.cid-tishAx9cgG textarea::-webkit-input-placeholder,
.cid-tishAx9cgG .form-control::-webkit-input-placeholder,
.cid-tishAx9cgG .field-input::-webkit-input-placeholder,
.cid-tishAx9cgG textarea::-webkit-input-placeholder {
  color: #555555;
}
.cid-tishAx9cgG .form-control:-moz-placeholder,
.cid-tishAx9cgG .field-input:-moz-placeholder,
.cid-tishAx9cgG textarea:-moz-placeholder,
.cid-tishAx9cgG .form-control:-moz-placeholder,
.cid-tishAx9cgG .field-input:-moz-placeholder,
.cid-tishAx9cgG textarea:-moz-placeholder {
  color: #555555;
}
.cid-tishAx9cgG .form-control:hover,
.cid-tishAx9cgG .field-input:hover,
.cid-tishAx9cgG textarea:hover,
.cid-tishAx9cgG .form-control:focus,
.cid-tishAx9cgG .field-input:focus,
.cid-tishAx9cgG textarea:focus {
  background-color: #dddddd;
  border-color: #555555;
  color: #202020;
  box-shadow: none;
  outline: none;
}
.cid-tishAx9cgG .form-control:hover::-webkit-input-placeholder,
.cid-tishAx9cgG .field-input:hover::-webkit-input-placeholder,
.cid-tishAx9cgG textarea:hover::-webkit-input-placeholder,
.cid-tishAx9cgG .form-control:focus::-webkit-input-placeholder,
.cid-tishAx9cgG .field-input:focus::-webkit-input-placeholder,
.cid-tishAx9cgG textarea:focus::-webkit-input-placeholder,
.cid-tishAx9cgG .form-control:hover::-webkit-input-placeholder,
.cid-tishAx9cgG .field-input:hover::-webkit-input-placeholder,
.cid-tishAx9cgG textarea:hover::-webkit-input-placeholder,
.cid-tishAx9cgG .form-control:focus::-webkit-input-placeholder,
.cid-tishAx9cgG .field-input:focus::-webkit-input-placeholder,
.cid-tishAx9cgG textarea:focus::-webkit-input-placeholder {
  color: #202020;
}
.cid-tishAx9cgG .form-control:hover:-moz-placeholder,
.cid-tishAx9cgG .field-input:hover:-moz-placeholder,
.cid-tishAx9cgG textarea:hover:-moz-placeholder,
.cid-tishAx9cgG .form-control:focus:-moz-placeholder,
.cid-tishAx9cgG .field-input:focus:-moz-placeholder,
.cid-tishAx9cgG textarea:focus:-moz-placeholder,
.cid-tishAx9cgG .form-control:hover:-moz-placeholder,
.cid-tishAx9cgG .field-input:hover:-moz-placeholder,
.cid-tishAx9cgG textarea:hover:-moz-placeholder,
.cid-tishAx9cgG .form-control:focus:-moz-placeholder,
.cid-tishAx9cgG .field-input:focus:-moz-placeholder,
.cid-tishAx9cgG textarea:focus:-moz-placeholder {
  color: #202020;
}
.cid-tishAx9cgG .jq-number__spin:hover,
.cid-tishAx9cgG .jq-number__spin:focus {
  background-color: #dddddd;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tishAx9cgG .jq-number__spin {
  background-color: #fef2f2;
  border-color: #bbbbbb;
  color: #555555;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tishAx9cgG .jq-selectbox li,
.cid-tishAx9cgG .jq-selectbox li {
  background-color: #fef2f2;
  color: #000000;
}
.cid-tishAx9cgG .jq-selectbox li:hover,
.cid-tishAx9cgG .jq-selectbox li.selected {
  background-color: #dddddd;
  color: #000000;
}
.cid-tishAx9cgG .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tishAx9cgG .jq-number__spin.minus:hover:after,
.cid-tishAx9cgG .jq-number__spin.plus:hover:after {
  border-top-color: #fef2f2;
  border-bottom-color: #fef2f2;
}
.cid-tishAx9cgG .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tishAx9cgG .jq-number__spin.minus:after,
.cid-tishAx9cgG .jq-number__spin.plus:after {
  border-top-color: #dddddd;
  border-bottom-color: #dddddd;
}
.cid-tishAx9cgG input::-webkit-clear-button {
  display: none;
}
.cid-tishAx9cgG input::-webkit-inner-spin-button {
  display: none;
}
.cid-tishAx9cgG input::-webkit-outer-spin-button {
  display: none;
}
.cid-tishAx9cgG input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tishAx9cgG .btn-lg {
  border-radius: 0 !important;
  margin-top: 42px;
}
.cid-tishAx9cgG .mbr-section-title {
  margin-bottom: 25px;
  color: #202020;
}
.cid-tishAx9cgG form {
  padding: 3rem 15%;
  background-color: #d9e8f1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tishAx9cgG form {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tishAx9cgG form {
    padding: 60px 12px;
  }
}
.cid-tishAx9cgG .image-wrapper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-tishAx9cgG .gdpr-block {
  text-align: left;
}
.cid-tishAx9cgG .textGDPR.display-7 {
  font-size: 16px;
}
.cid-tishAx9cgG .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 0;
}
.cid-tishAx9cgG .form-control,
.cid-tishAx9cgG .field-input,
.cid-tishAx9cgG textarea {
  padding: 9px 10px;
  line-height: 25px;
  height: 48px;
}
.cid-tishAx9cgG .form-check {
  padding-left: 2.5em !important;
}
.cid-tishAx9cgG .form-check .display-7 {
  font-size: 16px !important;
}
.cid-tishAx9cgG .form_btn .btn {
  width: 100%;
}
.cid-tlQh1Bwumw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tlQh1Bwumw .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-tislBeOY1N {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-tislBeOY1N .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-tislBeOY1N nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tislBeOY1N nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tislBeOY1N .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-tislBeOY1N .offcanvas_image img,
  .cid-tislBeOY1N .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tislBeOY1N .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tislBeOY1N .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tislBeOY1N .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tislBeOY1N .offcanvas-body .mbr-text,
  .cid-tislBeOY1N .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tislBeOY1N .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tislBeOY1N .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-tislBeOY1N .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-tislBeOY1N .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tislBeOY1N .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tislBeOY1N .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tislBeOY1N .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tislBeOY1N ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tislBeOY1N .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tislBeOY1N .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-tislBeOY1N .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tislBeOY1N li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tislBeOY1N li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tislBeOY1N li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tislBeOY1N .lg_brand {
    margin: 0 1rem;
  }
  .cid-tislBeOY1N .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-tislBeOY1N .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-tislBeOY1N .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tislBeOY1N .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tislBeOY1N .nav-item {
    margin: 0 !important;
  }
}
.cid-tislBeOY1N .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tislBeOY1N .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tislBeOY1N .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tislBeOY1N .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tislBeOY1N .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-tislBeOY1N .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tislBeOY1N .offcanvas_box,
  .cid-tislBeOY1N .top_widget {
    display: none;
  }
}
.cid-tislBeOY1N .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tislBeOY1N .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tislBeOY1N .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-tislBeOY1N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tislBeOY1N .nav-link {
  position: relative;
}
.cid-tislBeOY1N .container {
  display: flex;
  margin: auto;
}
.cid-tislBeOY1N .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tislBeOY1N .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tislBeOY1N .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-tislBeOY1N .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tislBeOY1N .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tislBeOY1N .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tislBeOY1N .dropdown-menu,
.cid-tislBeOY1N .navbar.opened {
  background: #fafafa !important;
}
.cid-tislBeOY1N .nav-item:focus,
.cid-tislBeOY1N .nav-link:focus {
  outline: none;
}
.cid-tislBeOY1N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tislBeOY1N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tislBeOY1N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tislBeOY1N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tislBeOY1N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tislBeOY1N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tislBeOY1N .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tislBeOY1N .navbar.opened {
  transition: all 0.3s;
}
.cid-tislBeOY1N .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tislBeOY1N .navbar .navbar-logo img {
  width: auto;
}
.cid-tislBeOY1N .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-tislBeOY1N .navbar.collapsed {
  justify-content: center;
}
.cid-tislBeOY1N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tislBeOY1N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tislBeOY1N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tislBeOY1N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tislBeOY1N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tislBeOY1N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tislBeOY1N .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tislBeOY1N .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tislBeOY1N .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tislBeOY1N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tislBeOY1N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tislBeOY1N .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tislBeOY1N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tislBeOY1N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tislBeOY1N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tislBeOY1N .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tislBeOY1N .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tislBeOY1N .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tislBeOY1N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tislBeOY1N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tislBeOY1N .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tislBeOY1N .navbar.navbar-short {
  min-height: 60px;
}
.cid-tislBeOY1N .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tislBeOY1N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tislBeOY1N .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tislBeOY1N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tislBeOY1N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tislBeOY1N .dropdown-item.active,
.cid-tislBeOY1N .dropdown-item:active {
  background-color: transparent;
}
.cid-tislBeOY1N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tislBeOY1N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tislBeOY1N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tislBeOY1N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tislBeOY1N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tislBeOY1N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tislBeOY1N ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tislBeOY1N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tislBeOY1N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-tislBeOY1N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-tislBeOY1N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tislBeOY1N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tislBeOY1N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tislBeOY1N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tislBeOY1N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tislBeOY1N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tislBeOY1N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tislBeOY1N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tislBeOY1N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tislBeOY1N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tislBeOY1N .navbar {
    height: 70px;
  }
  .cid-tislBeOY1N .navbar.opened {
    height: auto;
  }
  .cid-tislBeOY1N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tislBeOY1N .mbr-section-subtitle {
  color: #202020;
}
.cid-tislBeOY1N .mbr-text {
  color: #202020;
}
.cid-tislBhm4wd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tislBhm4wd .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-tislBhm4wd .mbr-section-btn {
  margin-top: 43px;
}
.cid-tislBhm4wd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tislBhm4wd .card-wrapper {
    margin-top: 60px;
  }
}
.cid-tlQh1Bwumw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tlQh1Bwumw .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-tislPSgDAa {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-tislPSgDAa .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-tislPSgDAa nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tislPSgDAa nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tislPSgDAa .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-tislPSgDAa .offcanvas_image img,
  .cid-tislPSgDAa .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tislPSgDAa .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tislPSgDAa .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tislPSgDAa .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tislPSgDAa .offcanvas-body .mbr-text,
  .cid-tislPSgDAa .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tislPSgDAa .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tislPSgDAa .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-tislPSgDAa .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-tislPSgDAa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tislPSgDAa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tislPSgDAa .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tislPSgDAa .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tislPSgDAa ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tislPSgDAa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tislPSgDAa .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-tislPSgDAa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tislPSgDAa li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tislPSgDAa li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tislPSgDAa li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tislPSgDAa .lg_brand {
    margin: 0 1rem;
  }
  .cid-tislPSgDAa .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-tislPSgDAa .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-tislPSgDAa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tislPSgDAa .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tislPSgDAa .nav-item {
    margin: 0 !important;
  }
}
.cid-tislPSgDAa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tislPSgDAa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tislPSgDAa .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tislPSgDAa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tislPSgDAa .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-tislPSgDAa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tislPSgDAa .offcanvas_box,
  .cid-tislPSgDAa .top_widget {
    display: none;
  }
}
.cid-tislPSgDAa .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tislPSgDAa .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tislPSgDAa .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-tislPSgDAa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tislPSgDAa .nav-link {
  position: relative;
}
.cid-tislPSgDAa .container {
  display: flex;
  margin: auto;
}
.cid-tislPSgDAa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tislPSgDAa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tislPSgDAa .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-tislPSgDAa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tislPSgDAa .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tislPSgDAa .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tislPSgDAa .dropdown-menu,
.cid-tislPSgDAa .navbar.opened {
  background: #fafafa !important;
}
.cid-tislPSgDAa .nav-item:focus,
.cid-tislPSgDAa .nav-link:focus {
  outline: none;
}
.cid-tislPSgDAa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tislPSgDAa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tislPSgDAa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tislPSgDAa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tislPSgDAa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tislPSgDAa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tislPSgDAa .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tislPSgDAa .navbar.opened {
  transition: all 0.3s;
}
.cid-tislPSgDAa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tislPSgDAa .navbar .navbar-logo img {
  width: auto;
}
.cid-tislPSgDAa .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-tislPSgDAa .navbar.collapsed {
  justify-content: center;
}
.cid-tislPSgDAa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tislPSgDAa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tislPSgDAa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tislPSgDAa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tislPSgDAa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tislPSgDAa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tislPSgDAa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tislPSgDAa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tislPSgDAa .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tislPSgDAa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tislPSgDAa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tislPSgDAa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tislPSgDAa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tislPSgDAa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tislPSgDAa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tislPSgDAa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tislPSgDAa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tislPSgDAa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tislPSgDAa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tislPSgDAa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tislPSgDAa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tislPSgDAa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tislPSgDAa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tislPSgDAa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tislPSgDAa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tislPSgDAa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tislPSgDAa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tislPSgDAa .dropdown-item.active,
.cid-tislPSgDAa .dropdown-item:active {
  background-color: transparent;
}
.cid-tislPSgDAa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tislPSgDAa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tislPSgDAa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tislPSgDAa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tislPSgDAa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tislPSgDAa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tislPSgDAa ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tislPSgDAa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tislPSgDAa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-tislPSgDAa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-tislPSgDAa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tislPSgDAa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tislPSgDAa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tislPSgDAa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tislPSgDAa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tislPSgDAa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tislPSgDAa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tislPSgDAa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tislPSgDAa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tislPSgDAa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tislPSgDAa .navbar {
    height: 70px;
  }
  .cid-tislPSgDAa .navbar.opened {
    height: auto;
  }
  .cid-tislPSgDAa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tislPSgDAa .mbr-section-subtitle {
  color: #202020;
}
.cid-tislPSgDAa .mbr-text {
  color: #202020;
}
.cid-tislPVhQGX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tislPVhQGX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tislPVhQGX .form-control,
.cid-tislPVhQGX .field-input,
.cid-tislPVhQGX textarea {
  background-color: #f9e7e6;
  border-color: #bbbbbb;
  color: #555555;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 0 !important;
  outline: none;
  border: none !important;
  border-bottom: 1px solid #bbbbbb !important;
}
.cid-tislPVhQGX .form-control::-webkit-input-placeholder,
.cid-tislPVhQGX .field-input::-webkit-input-placeholder,
.cid-tislPVhQGX textarea::-webkit-input-placeholder,
.cid-tislPVhQGX .form-control::-webkit-input-placeholder,
.cid-tislPVhQGX .field-input::-webkit-input-placeholder,
.cid-tislPVhQGX textarea::-webkit-input-placeholder {
  color: #555555;
}
.cid-tislPVhQGX .form-control:-moz-placeholder,
.cid-tislPVhQGX .field-input:-moz-placeholder,
.cid-tislPVhQGX textarea:-moz-placeholder,
.cid-tislPVhQGX .form-control:-moz-placeholder,
.cid-tislPVhQGX .field-input:-moz-placeholder,
.cid-tislPVhQGX textarea:-moz-placeholder {
  color: #555555;
}
.cid-tislPVhQGX .form-control:hover,
.cid-tislPVhQGX .field-input:hover,
.cid-tislPVhQGX textarea:hover,
.cid-tislPVhQGX .form-control:focus,
.cid-tislPVhQGX .field-input:focus,
.cid-tislPVhQGX textarea:focus {
  background-color: #f39170;
  border-color: #555555;
  color: #202020;
  box-shadow: none;
  outline: none;
}
.cid-tislPVhQGX .form-control:hover::-webkit-input-placeholder,
.cid-tislPVhQGX .field-input:hover::-webkit-input-placeholder,
.cid-tislPVhQGX textarea:hover::-webkit-input-placeholder,
.cid-tislPVhQGX .form-control:focus::-webkit-input-placeholder,
.cid-tislPVhQGX .field-input:focus::-webkit-input-placeholder,
.cid-tislPVhQGX textarea:focus::-webkit-input-placeholder,
.cid-tislPVhQGX .form-control:hover::-webkit-input-placeholder,
.cid-tislPVhQGX .field-input:hover::-webkit-input-placeholder,
.cid-tislPVhQGX textarea:hover::-webkit-input-placeholder,
.cid-tislPVhQGX .form-control:focus::-webkit-input-placeholder,
.cid-tislPVhQGX .field-input:focus::-webkit-input-placeholder,
.cid-tislPVhQGX textarea:focus::-webkit-input-placeholder {
  color: #202020;
}
.cid-tislPVhQGX .form-control:hover:-moz-placeholder,
.cid-tislPVhQGX .field-input:hover:-moz-placeholder,
.cid-tislPVhQGX textarea:hover:-moz-placeholder,
.cid-tislPVhQGX .form-control:focus:-moz-placeholder,
.cid-tislPVhQGX .field-input:focus:-moz-placeholder,
.cid-tislPVhQGX textarea:focus:-moz-placeholder,
.cid-tislPVhQGX .form-control:hover:-moz-placeholder,
.cid-tislPVhQGX .field-input:hover:-moz-placeholder,
.cid-tislPVhQGX textarea:hover:-moz-placeholder,
.cid-tislPVhQGX .form-control:focus:-moz-placeholder,
.cid-tislPVhQGX .field-input:focus:-moz-placeholder,
.cid-tislPVhQGX textarea:focus:-moz-placeholder {
  color: #202020;
}
.cid-tislPVhQGX .jq-number__spin:hover,
.cid-tislPVhQGX .jq-number__spin:focus {
  background-color: #f39170;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tislPVhQGX .jq-number__spin {
  background-color: #f9e7e6;
  border-color: #bbbbbb;
  color: #555555;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tislPVhQGX .jq-selectbox li,
.cid-tislPVhQGX .jq-selectbox li {
  background-color: #f9e7e6;
  color: #000000;
}
.cid-tislPVhQGX .jq-selectbox li:hover,
.cid-tislPVhQGX .jq-selectbox li.selected {
  background-color: #f39170;
  color: #000000;
}
.cid-tislPVhQGX .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tislPVhQGX .jq-number__spin.minus:hover:after,
.cid-tislPVhQGX .jq-number__spin.plus:hover:after {
  border-top-color: #f9e7e6;
  border-bottom-color: #f9e7e6;
}
.cid-tislPVhQGX .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tislPVhQGX .jq-number__spin.minus:after,
.cid-tislPVhQGX .jq-number__spin.plus:after {
  border-top-color: #f39170;
  border-bottom-color: #f39170;
}
.cid-tislPVhQGX input::-webkit-clear-button {
  display: none;
}
.cid-tislPVhQGX input::-webkit-inner-spin-button {
  display: none;
}
.cid-tislPVhQGX input::-webkit-outer-spin-button {
  display: none;
}
.cid-tislPVhQGX input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tislPVhQGX .btn-lg {
  border-radius: 0 !important;
  margin-top: 42px;
}
.cid-tislPVhQGX .mbr-section-title {
  margin-bottom: 25px;
  color: #202020;
}
.cid-tislPVhQGX form {
  padding: 3rem 15%;
  background-color: #fef2f2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tislPVhQGX form {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tislPVhQGX form {
    padding: 60px 12px;
  }
}
.cid-tislPVhQGX .image-wrapper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-tislPVhQGX .gdpr-block {
  text-align: left;
}
.cid-tislPVhQGX .textGDPR.display-7 {
  font-size: 16px;
}
.cid-tislPVhQGX .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 0;
}
.cid-tislPVhQGX .form-control,
.cid-tislPVhQGX .field-input,
.cid-tislPVhQGX textarea {
  padding: 9px 10px;
  line-height: 25px;
  height: 48px;
}
.cid-tislPVhQGX .form-check {
  padding-left: 2.5em !important;
}
.cid-tislPVhQGX .form-check .display-7 {
  font-size: 16px !important;
}
.cid-tislPVhQGX .form_btn .btn {
  width: 100%;
}
.cid-tlQh1Bwumw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tlQh1Bwumw .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-tisns4KiNC {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-tisns4KiNC .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-tisns4KiNC nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tisns4KiNC nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tisns4KiNC .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-tisns4KiNC .offcanvas_image img,
  .cid-tisns4KiNC .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tisns4KiNC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tisns4KiNC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tisns4KiNC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tisns4KiNC .offcanvas-body .mbr-text,
  .cid-tisns4KiNC .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tisns4KiNC .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tisns4KiNC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-tisns4KiNC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-tisns4KiNC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tisns4KiNC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tisns4KiNC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tisns4KiNC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tisns4KiNC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tisns4KiNC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tisns4KiNC .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-tisns4KiNC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tisns4KiNC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tisns4KiNC li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tisns4KiNC li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tisns4KiNC .lg_brand {
    margin: 0 1rem;
  }
  .cid-tisns4KiNC .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-tisns4KiNC .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-tisns4KiNC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tisns4KiNC .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tisns4KiNC .nav-item {
    margin: 0 !important;
  }
}
.cid-tisns4KiNC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tisns4KiNC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tisns4KiNC .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tisns4KiNC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tisns4KiNC .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-tisns4KiNC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tisns4KiNC .offcanvas_box,
  .cid-tisns4KiNC .top_widget {
    display: none;
  }
}
.cid-tisns4KiNC .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tisns4KiNC .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tisns4KiNC .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-tisns4KiNC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tisns4KiNC .nav-link {
  position: relative;
}
.cid-tisns4KiNC .container {
  display: flex;
  margin: auto;
}
.cid-tisns4KiNC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tisns4KiNC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tisns4KiNC .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-tisns4KiNC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tisns4KiNC .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tisns4KiNC .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tisns4KiNC .dropdown-menu,
.cid-tisns4KiNC .navbar.opened {
  background: #fafafa !important;
}
.cid-tisns4KiNC .nav-item:focus,
.cid-tisns4KiNC .nav-link:focus {
  outline: none;
}
.cid-tisns4KiNC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tisns4KiNC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tisns4KiNC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tisns4KiNC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tisns4KiNC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tisns4KiNC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tisns4KiNC .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tisns4KiNC .navbar.opened {
  transition: all 0.3s;
}
.cid-tisns4KiNC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tisns4KiNC .navbar .navbar-logo img {
  width: auto;
}
.cid-tisns4KiNC .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-tisns4KiNC .navbar.collapsed {
  justify-content: center;
}
.cid-tisns4KiNC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tisns4KiNC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tisns4KiNC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tisns4KiNC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tisns4KiNC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tisns4KiNC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tisns4KiNC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tisns4KiNC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tisns4KiNC .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tisns4KiNC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tisns4KiNC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tisns4KiNC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tisns4KiNC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tisns4KiNC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tisns4KiNC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tisns4KiNC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tisns4KiNC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tisns4KiNC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tisns4KiNC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tisns4KiNC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tisns4KiNC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tisns4KiNC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tisns4KiNC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tisns4KiNC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tisns4KiNC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tisns4KiNC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tisns4KiNC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tisns4KiNC .dropdown-item.active,
.cid-tisns4KiNC .dropdown-item:active {
  background-color: transparent;
}
.cid-tisns4KiNC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tisns4KiNC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tisns4KiNC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tisns4KiNC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tisns4KiNC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tisns4KiNC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tisns4KiNC ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tisns4KiNC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tisns4KiNC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-tisns4KiNC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-tisns4KiNC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tisns4KiNC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tisns4KiNC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tisns4KiNC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tisns4KiNC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tisns4KiNC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tisns4KiNC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tisns4KiNC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tisns4KiNC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tisns4KiNC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tisns4KiNC .navbar {
    height: 70px;
  }
  .cid-tisns4KiNC .navbar.opened {
    height: auto;
  }
  .cid-tisns4KiNC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tisns4KiNC .mbr-section-subtitle {
  color: #202020;
}
.cid-tisns4KiNC .mbr-text {
  color: #202020;
}
.cid-tisns6TDLi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tisns6TDLi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tisns6TDLi .form-control,
.cid-tisns6TDLi .field-input,
.cid-tisns6TDLi textarea {
  background-color: #f9e7e6;
  border-color: #dddddd;
  color: #555555;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 0 !important;
  outline: none;
  border: none !important;
  border-bottom: 1px solid #dddddd !important;
}
.cid-tisns6TDLi .form-control::-webkit-input-placeholder,
.cid-tisns6TDLi .field-input::-webkit-input-placeholder,
.cid-tisns6TDLi textarea::-webkit-input-placeholder,
.cid-tisns6TDLi .form-control::-webkit-input-placeholder,
.cid-tisns6TDLi .field-input::-webkit-input-placeholder,
.cid-tisns6TDLi textarea::-webkit-input-placeholder {
  color: #555555;
}
.cid-tisns6TDLi .form-control:-moz-placeholder,
.cid-tisns6TDLi .field-input:-moz-placeholder,
.cid-tisns6TDLi textarea:-moz-placeholder,
.cid-tisns6TDLi .form-control:-moz-placeholder,
.cid-tisns6TDLi .field-input:-moz-placeholder,
.cid-tisns6TDLi textarea:-moz-placeholder {
  color: #555555;
}
.cid-tisns6TDLi .form-control:hover,
.cid-tisns6TDLi .field-input:hover,
.cid-tisns6TDLi textarea:hover,
.cid-tisns6TDLi .form-control:focus,
.cid-tisns6TDLi .field-input:focus,
.cid-tisns6TDLi textarea:focus {
  background-color: #ffb9a0;
  border-color: #555555;
  color: #555555;
  box-shadow: none;
  outline: none;
}
.cid-tisns6TDLi .form-control:hover::-webkit-input-placeholder,
.cid-tisns6TDLi .field-input:hover::-webkit-input-placeholder,
.cid-tisns6TDLi textarea:hover::-webkit-input-placeholder,
.cid-tisns6TDLi .form-control:focus::-webkit-input-placeholder,
.cid-tisns6TDLi .field-input:focus::-webkit-input-placeholder,
.cid-tisns6TDLi textarea:focus::-webkit-input-placeholder,
.cid-tisns6TDLi .form-control:hover::-webkit-input-placeholder,
.cid-tisns6TDLi .field-input:hover::-webkit-input-placeholder,
.cid-tisns6TDLi textarea:hover::-webkit-input-placeholder,
.cid-tisns6TDLi .form-control:focus::-webkit-input-placeholder,
.cid-tisns6TDLi .field-input:focus::-webkit-input-placeholder,
.cid-tisns6TDLi textarea:focus::-webkit-input-placeholder {
  color: #202020;
}
.cid-tisns6TDLi .form-control:hover:-moz-placeholder,
.cid-tisns6TDLi .field-input:hover:-moz-placeholder,
.cid-tisns6TDLi textarea:hover:-moz-placeholder,
.cid-tisns6TDLi .form-control:focus:-moz-placeholder,
.cid-tisns6TDLi .field-input:focus:-moz-placeholder,
.cid-tisns6TDLi textarea:focus:-moz-placeholder,
.cid-tisns6TDLi .form-control:hover:-moz-placeholder,
.cid-tisns6TDLi .field-input:hover:-moz-placeholder,
.cid-tisns6TDLi textarea:hover:-moz-placeholder,
.cid-tisns6TDLi .form-control:focus:-moz-placeholder,
.cid-tisns6TDLi .field-input:focus:-moz-placeholder,
.cid-tisns6TDLi textarea:focus:-moz-placeholder {
  color: #202020;
}
.cid-tisns6TDLi .jq-number__spin:hover,
.cid-tisns6TDLi .jq-number__spin:focus {
  background-color: #ffb9a0;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tisns6TDLi .jq-number__spin {
  background-color: #f9e7e6;
  border-color: #dddddd;
  color: #555555;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tisns6TDLi .jq-selectbox li,
.cid-tisns6TDLi .jq-selectbox li {
  background-color: #f9e7e6;
  color: #000000;
}
.cid-tisns6TDLi .jq-selectbox li:hover,
.cid-tisns6TDLi .jq-selectbox li.selected {
  background-color: #ffb9a0;
  color: #000000;
}
.cid-tisns6TDLi .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tisns6TDLi .jq-number__spin.minus:hover:after,
.cid-tisns6TDLi .jq-number__spin.plus:hover:after {
  border-top-color: #f9e7e6;
  border-bottom-color: #f9e7e6;
}
.cid-tisns6TDLi .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tisns6TDLi .jq-number__spin.minus:after,
.cid-tisns6TDLi .jq-number__spin.plus:after {
  border-top-color: #ffb9a0;
  border-bottom-color: #ffb9a0;
}
.cid-tisns6TDLi input::-webkit-clear-button {
  display: none;
}
.cid-tisns6TDLi input::-webkit-inner-spin-button {
  display: none;
}
.cid-tisns6TDLi input::-webkit-outer-spin-button {
  display: none;
}
.cid-tisns6TDLi input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tisns6TDLi .btn-lg {
  border-radius: 0 !important;
  margin-top: 42px;
}
.cid-tisns6TDLi .mbr-section-title {
  margin-bottom: 25px;
  color: #202020;
}
.cid-tisns6TDLi form {
  padding: 3rem 15%;
  background-color: #fef2f2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tisns6TDLi form {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tisns6TDLi form {
    padding: 60px 12px;
  }
}
.cid-tisns6TDLi .image-wrapper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-tisns6TDLi .gdpr-block {
  text-align: left;
}
.cid-tisns6TDLi .textGDPR.display-7 {
  font-size: 16px;
}
.cid-tisns6TDLi .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 0;
}
.cid-tisns6TDLi .form-control,
.cid-tisns6TDLi .field-input,
.cid-tisns6TDLi textarea {
  padding: 9px 10px;
  line-height: 25px;
  height: 48px;
}
.cid-tisns6TDLi .form-check {
  padding-left: 2.5em !important;
}
.cid-tisns6TDLi .form-check .display-7 {
  font-size: 16px !important;
}
.cid-tisns6TDLi .form_btn .btn {
  width: 100%;
}
.cid-tlQh1Bwumw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tlQh1Bwumw .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-tisnFyYRir {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-tisnFyYRir .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-tisnFyYRir nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tisnFyYRir nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tisnFyYRir .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-tisnFyYRir .offcanvas_image img,
  .cid-tisnFyYRir .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tisnFyYRir .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tisnFyYRir .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tisnFyYRir .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tisnFyYRir .offcanvas-body .mbr-text,
  .cid-tisnFyYRir .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tisnFyYRir .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tisnFyYRir .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-tisnFyYRir .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-tisnFyYRir .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tisnFyYRir .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tisnFyYRir .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tisnFyYRir .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tisnFyYRir ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tisnFyYRir .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tisnFyYRir .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-tisnFyYRir .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tisnFyYRir li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tisnFyYRir li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tisnFyYRir li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tisnFyYRir .lg_brand {
    margin: 0 1rem;
  }
  .cid-tisnFyYRir .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-tisnFyYRir .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-tisnFyYRir .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tisnFyYRir .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tisnFyYRir .nav-item {
    margin: 0 !important;
  }
}
.cid-tisnFyYRir .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tisnFyYRir .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tisnFyYRir .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tisnFyYRir .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tisnFyYRir .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-tisnFyYRir .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tisnFyYRir .offcanvas_box,
  .cid-tisnFyYRir .top_widget {
    display: none;
  }
}
.cid-tisnFyYRir .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tisnFyYRir .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tisnFyYRir .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-tisnFyYRir .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tisnFyYRir .nav-link {
  position: relative;
}
.cid-tisnFyYRir .container {
  display: flex;
  margin: auto;
}
.cid-tisnFyYRir .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tisnFyYRir .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tisnFyYRir .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-tisnFyYRir .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tisnFyYRir .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tisnFyYRir .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tisnFyYRir .dropdown-menu,
.cid-tisnFyYRir .navbar.opened {
  background: #fafafa !important;
}
.cid-tisnFyYRir .nav-item:focus,
.cid-tisnFyYRir .nav-link:focus {
  outline: none;
}
.cid-tisnFyYRir .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tisnFyYRir .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tisnFyYRir .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tisnFyYRir .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tisnFyYRir .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tisnFyYRir .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tisnFyYRir .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tisnFyYRir .navbar.opened {
  transition: all 0.3s;
}
.cid-tisnFyYRir .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tisnFyYRir .navbar .navbar-logo img {
  width: auto;
}
.cid-tisnFyYRir .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-tisnFyYRir .navbar.collapsed {
  justify-content: center;
}
.cid-tisnFyYRir .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tisnFyYRir .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tisnFyYRir .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tisnFyYRir .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tisnFyYRir .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tisnFyYRir .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tisnFyYRir .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tisnFyYRir .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tisnFyYRir .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tisnFyYRir .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tisnFyYRir .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tisnFyYRir .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tisnFyYRir .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tisnFyYRir .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tisnFyYRir .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tisnFyYRir .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tisnFyYRir .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tisnFyYRir .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tisnFyYRir .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tisnFyYRir .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tisnFyYRir .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tisnFyYRir .navbar.navbar-short {
  min-height: 60px;
}
.cid-tisnFyYRir .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tisnFyYRir .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tisnFyYRir .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tisnFyYRir .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tisnFyYRir .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tisnFyYRir .dropdown-item.active,
.cid-tisnFyYRir .dropdown-item:active {
  background-color: transparent;
}
.cid-tisnFyYRir .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tisnFyYRir .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tisnFyYRir .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tisnFyYRir .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tisnFyYRir .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tisnFyYRir .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tisnFyYRir ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tisnFyYRir .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tisnFyYRir button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-tisnFyYRir button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-tisnFyYRir button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tisnFyYRir button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tisnFyYRir button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tisnFyYRir button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tisnFyYRir nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tisnFyYRir nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tisnFyYRir nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tisnFyYRir nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tisnFyYRir a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tisnFyYRir .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tisnFyYRir .navbar {
    height: 70px;
  }
  .cid-tisnFyYRir .navbar.opened {
    height: auto;
  }
  .cid-tisnFyYRir .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tisnFyYRir .mbr-section-subtitle {
  color: #202020;
}
.cid-tisnFyYRir .mbr-text {
  color: #202020;
}
.cid-tisnFAmAH2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tisnFAmAH2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tisnFAmAH2 .form-control,
.cid-tisnFAmAH2 .field-input,
.cid-tisnFAmAH2 textarea {
  background-color: #fef2f2;
  border-color: #bbbbbb;
  color: #555555;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 0 !important;
  outline: none;
  border: none !important;
  border-bottom: 1px solid #bbbbbb !important;
}
.cid-tisnFAmAH2 .form-control::-webkit-input-placeholder,
.cid-tisnFAmAH2 .field-input::-webkit-input-placeholder,
.cid-tisnFAmAH2 textarea::-webkit-input-placeholder,
.cid-tisnFAmAH2 .form-control::-webkit-input-placeholder,
.cid-tisnFAmAH2 .field-input::-webkit-input-placeholder,
.cid-tisnFAmAH2 textarea::-webkit-input-placeholder {
  color: #555555;
}
.cid-tisnFAmAH2 .form-control:-moz-placeholder,
.cid-tisnFAmAH2 .field-input:-moz-placeholder,
.cid-tisnFAmAH2 textarea:-moz-placeholder,
.cid-tisnFAmAH2 .form-control:-moz-placeholder,
.cid-tisnFAmAH2 .field-input:-moz-placeholder,
.cid-tisnFAmAH2 textarea:-moz-placeholder {
  color: #555555;
}
.cid-tisnFAmAH2 .form-control:hover,
.cid-tisnFAmAH2 .field-input:hover,
.cid-tisnFAmAH2 textarea:hover,
.cid-tisnFAmAH2 .form-control:focus,
.cid-tisnFAmAH2 .field-input:focus,
.cid-tisnFAmAH2 textarea:focus {
  background-color: #f9e7e6;
  border-color: #555555;
  color: #e5673b;
  box-shadow: none;
  outline: none;
}
.cid-tisnFAmAH2 .form-control:hover::-webkit-input-placeholder,
.cid-tisnFAmAH2 .field-input:hover::-webkit-input-placeholder,
.cid-tisnFAmAH2 textarea:hover::-webkit-input-placeholder,
.cid-tisnFAmAH2 .form-control:focus::-webkit-input-placeholder,
.cid-tisnFAmAH2 .field-input:focus::-webkit-input-placeholder,
.cid-tisnFAmAH2 textarea:focus::-webkit-input-placeholder,
.cid-tisnFAmAH2 .form-control:hover::-webkit-input-placeholder,
.cid-tisnFAmAH2 .field-input:hover::-webkit-input-placeholder,
.cid-tisnFAmAH2 textarea:hover::-webkit-input-placeholder,
.cid-tisnFAmAH2 .form-control:focus::-webkit-input-placeholder,
.cid-tisnFAmAH2 .field-input:focus::-webkit-input-placeholder,
.cid-tisnFAmAH2 textarea:focus::-webkit-input-placeholder {
  color: #202020;
}
.cid-tisnFAmAH2 .form-control:hover:-moz-placeholder,
.cid-tisnFAmAH2 .field-input:hover:-moz-placeholder,
.cid-tisnFAmAH2 textarea:hover:-moz-placeholder,
.cid-tisnFAmAH2 .form-control:focus:-moz-placeholder,
.cid-tisnFAmAH2 .field-input:focus:-moz-placeholder,
.cid-tisnFAmAH2 textarea:focus:-moz-placeholder,
.cid-tisnFAmAH2 .form-control:hover:-moz-placeholder,
.cid-tisnFAmAH2 .field-input:hover:-moz-placeholder,
.cid-tisnFAmAH2 textarea:hover:-moz-placeholder,
.cid-tisnFAmAH2 .form-control:focus:-moz-placeholder,
.cid-tisnFAmAH2 .field-input:focus:-moz-placeholder,
.cid-tisnFAmAH2 textarea:focus:-moz-placeholder {
  color: #202020;
}
.cid-tisnFAmAH2 .jq-number__spin:hover,
.cid-tisnFAmAH2 .jq-number__spin:focus {
  background-color: #f9e7e6;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tisnFAmAH2 .jq-number__spin {
  background-color: #fef2f2;
  border-color: #bbbbbb;
  color: #555555;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tisnFAmAH2 .jq-selectbox li,
.cid-tisnFAmAH2 .jq-selectbox li {
  background-color: #fef2f2;
  color: #000000;
}
.cid-tisnFAmAH2 .jq-selectbox li:hover,
.cid-tisnFAmAH2 .jq-selectbox li.selected {
  background-color: #f9e7e6;
  color: #000000;
}
.cid-tisnFAmAH2 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tisnFAmAH2 .jq-number__spin.minus:hover:after,
.cid-tisnFAmAH2 .jq-number__spin.plus:hover:after {
  border-top-color: #fef2f2;
  border-bottom-color: #fef2f2;
}
.cid-tisnFAmAH2 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tisnFAmAH2 .jq-number__spin.minus:after,
.cid-tisnFAmAH2 .jq-number__spin.plus:after {
  border-top-color: #f9e7e6;
  border-bottom-color: #f9e7e6;
}
.cid-tisnFAmAH2 input::-webkit-clear-button {
  display: none;
}
.cid-tisnFAmAH2 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tisnFAmAH2 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tisnFAmAH2 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tisnFAmAH2 .btn-lg {
  border-radius: 0 !important;
  margin-top: 42px;
}
.cid-tisnFAmAH2 .mbr-section-title {
  margin-bottom: 25px;
  color: #202020;
}
.cid-tisnFAmAH2 form {
  padding: 3rem 15%;
  background-color: #fef2f2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tisnFAmAH2 form {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tisnFAmAH2 form {
    padding: 60px 12px;
  }
}
.cid-tisnFAmAH2 .image-wrapper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-tisnFAmAH2 .gdpr-block {
  text-align: left;
}
.cid-tisnFAmAH2 .textGDPR.display-7 {
  font-size: 16px;
}
.cid-tisnFAmAH2 .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 0;
}
.cid-tisnFAmAH2 .form-control,
.cid-tisnFAmAH2 .field-input,
.cid-tisnFAmAH2 textarea {
  padding: 9px 10px;
  line-height: 25px;
  height: 48px;
}
.cid-tisnFAmAH2 .form-check {
  padding-left: 2.5em !important;
}
.cid-tisnFAmAH2 .form-check .display-7 {
  font-size: 16px !important;
}
.cid-tisnFAmAH2 .form_btn .btn {
  width: 100%;
}
.cid-tlQh1Bwumw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tlQh1Bwumw .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-tiNLOyW4vS {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-tiNLOyW4vS .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-tiNLOyW4vS nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tiNLOyW4vS nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tiNLOyW4vS .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-tiNLOyW4vS .offcanvas_image img,
  .cid-tiNLOyW4vS .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tiNLOyW4vS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tiNLOyW4vS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tiNLOyW4vS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tiNLOyW4vS .offcanvas-body .mbr-text,
  .cid-tiNLOyW4vS .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tiNLOyW4vS .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tiNLOyW4vS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-tiNLOyW4vS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-tiNLOyW4vS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tiNLOyW4vS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tiNLOyW4vS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tiNLOyW4vS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tiNLOyW4vS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tiNLOyW4vS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tiNLOyW4vS .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-tiNLOyW4vS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tiNLOyW4vS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tiNLOyW4vS li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tiNLOyW4vS li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tiNLOyW4vS .lg_brand {
    margin: 0 1rem;
  }
  .cid-tiNLOyW4vS .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-tiNLOyW4vS .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-tiNLOyW4vS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tiNLOyW4vS .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tiNLOyW4vS .nav-item {
    margin: 0 !important;
  }
}
.cid-tiNLOyW4vS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tiNLOyW4vS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tiNLOyW4vS .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tiNLOyW4vS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tiNLOyW4vS .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-tiNLOyW4vS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tiNLOyW4vS .offcanvas_box,
  .cid-tiNLOyW4vS .top_widget {
    display: none;
  }
}
.cid-tiNLOyW4vS .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tiNLOyW4vS .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tiNLOyW4vS .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-tiNLOyW4vS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tiNLOyW4vS .nav-link {
  position: relative;
}
.cid-tiNLOyW4vS .container {
  display: flex;
  margin: auto;
}
.cid-tiNLOyW4vS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tiNLOyW4vS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tiNLOyW4vS .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-tiNLOyW4vS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tiNLOyW4vS .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tiNLOyW4vS .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tiNLOyW4vS .dropdown-menu,
.cid-tiNLOyW4vS .navbar.opened {
  background: #fafafa !important;
}
.cid-tiNLOyW4vS .nav-item:focus,
.cid-tiNLOyW4vS .nav-link:focus {
  outline: none;
}
.cid-tiNLOyW4vS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tiNLOyW4vS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiNLOyW4vS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tiNLOyW4vS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiNLOyW4vS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiNLOyW4vS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tiNLOyW4vS .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tiNLOyW4vS .navbar.opened {
  transition: all 0.3s;
}
.cid-tiNLOyW4vS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tiNLOyW4vS .navbar .navbar-logo img {
  width: auto;
}
.cid-tiNLOyW4vS .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-tiNLOyW4vS .navbar.collapsed {
  justify-content: center;
}
.cid-tiNLOyW4vS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tiNLOyW4vS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tiNLOyW4vS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tiNLOyW4vS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tiNLOyW4vS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tiNLOyW4vS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tiNLOyW4vS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tiNLOyW4vS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tiNLOyW4vS .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tiNLOyW4vS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tiNLOyW4vS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiNLOyW4vS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tiNLOyW4vS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiNLOyW4vS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiNLOyW4vS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tiNLOyW4vS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tiNLOyW4vS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tiNLOyW4vS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tiNLOyW4vS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tiNLOyW4vS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tiNLOyW4vS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tiNLOyW4vS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tiNLOyW4vS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tiNLOyW4vS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tiNLOyW4vS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tiNLOyW4vS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiNLOyW4vS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiNLOyW4vS .dropdown-item.active,
.cid-tiNLOyW4vS .dropdown-item:active {
  background-color: transparent;
}
.cid-tiNLOyW4vS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiNLOyW4vS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiNLOyW4vS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiNLOyW4vS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tiNLOyW4vS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiNLOyW4vS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiNLOyW4vS ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tiNLOyW4vS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tiNLOyW4vS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-tiNLOyW4vS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-tiNLOyW4vS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tiNLOyW4vS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiNLOyW4vS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiNLOyW4vS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tiNLOyW4vS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiNLOyW4vS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tiNLOyW4vS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tiNLOyW4vS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiNLOyW4vS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tiNLOyW4vS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tiNLOyW4vS .navbar {
    height: 70px;
  }
  .cid-tiNLOyW4vS .navbar.opened {
    height: auto;
  }
  .cid-tiNLOyW4vS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiNLOyW4vS .mbr-section-subtitle {
  color: #202020;
}
.cid-tiNLOyW4vS .mbr-text {
  color: #202020;
}
.cid-tiNLOtY3j1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-tiNLOtY3j1 .image-wrapper,
.cid-tiNLOtY3j1 img {
  width: 100%;
  object-fit: contain;
}
.cid-tiNLOtY3j1 img {
  display: inline-block;
  width: 6rem;
}
.cid-tiNLOtY3j1 .mbr-section-title {
  margin: 25px 0;
}
.cid-tiNLOtY3j1 .mbr-text {
  margin-bottom: 19px;
}
.cid-tiNLOvl6R2 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  position: relative;
  background-color: #fafafa;
}
.cid-tiNLOvl6R2 .image_behind,
.cid-tiNLOvl6R2 .image_ahead {
  display: none;
}
@media (min-width: 992px) {
  .cid-tiNLOvl6R2 .image_behind {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 370px;
    height: 575px;
    transform: translateY(-50%);
  }
  .cid-tiNLOvl6R2 .image_behind img {
    height: 100%;
  }
  .cid-tiNLOvl6R2 .image_wrapper {
    display: inline-block;
  }
  .cid-tiNLOvl6R2 .image_ahead {
    display: block;
    position: absolute;
    right: -80px;
    bottom: -90px;
    z-index: 5;
    width: 160px;
    height: 240px;
  }
  .cid-tiNLOvl6R2 .image_ahead img {
    height: 100%;
  }
  .cid-tiNLOvl6R2 .main_header {
    padding-right: 100px;
  }
}
.cid-tiNLOvl6R2 .mbr-section-title {
  margin-bottom: 18px;
  border-radius: 50%;
  color: #202020;
}
.cid-tiNLOvl6R2 .mbr-text {
  margin-bottom: 33px;
}
.cid-tiNLOvl6R2 .item-img {
  position: relative;
  z-index: 3;
  height: 100%;
}
.cid-tiNLOvl6R2 .item-img:before,
.cid-tiNLOvl6R2 .image_ahead:before {
  content: "";
  position: absolute;
  border: 1px solid #eae8e4;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  pointer-events: none;
  border-radius: 10px;
}
.cid-tiNLOvl6R2 img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tiNLOvl6R2 .image_wrapper {
    margin-bottom: 60px;
  }
}
.cid-tiNLOvl6R2 .mbr-text,
.cid-tiNLOvl6R2 .mbr-section-btn {
  color: #4a4a4a;
}
.cid-tlQh1Bwumw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tlQh1Bwumw .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-tiskjQPQBT {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-tiskjQPQBT .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-tiskjQPQBT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tiskjQPQBT nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tiskjQPQBT .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-tiskjQPQBT .offcanvas_image img,
  .cid-tiskjQPQBT .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tiskjQPQBT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tiskjQPQBT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tiskjQPQBT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tiskjQPQBT .offcanvas-body .mbr-text,
  .cid-tiskjQPQBT .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tiskjQPQBT .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tiskjQPQBT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-tiskjQPQBT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-tiskjQPQBT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tiskjQPQBT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tiskjQPQBT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tiskjQPQBT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tiskjQPQBT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tiskjQPQBT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tiskjQPQBT .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-tiskjQPQBT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tiskjQPQBT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tiskjQPQBT li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tiskjQPQBT li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tiskjQPQBT .lg_brand {
    margin: 0 1rem;
  }
  .cid-tiskjQPQBT .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-tiskjQPQBT .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-tiskjQPQBT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tiskjQPQBT .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tiskjQPQBT .nav-item {
    margin: 0 !important;
  }
}
.cid-tiskjQPQBT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tiskjQPQBT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tiskjQPQBT .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tiskjQPQBT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tiskjQPQBT .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-tiskjQPQBT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tiskjQPQBT .offcanvas_box,
  .cid-tiskjQPQBT .top_widget {
    display: none;
  }
}
.cid-tiskjQPQBT .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tiskjQPQBT .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tiskjQPQBT .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-tiskjQPQBT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tiskjQPQBT .nav-link {
  position: relative;
}
.cid-tiskjQPQBT .container {
  display: flex;
  margin: auto;
}
.cid-tiskjQPQBT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tiskjQPQBT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tiskjQPQBT .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-tiskjQPQBT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tiskjQPQBT .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tiskjQPQBT .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tiskjQPQBT .dropdown-menu,
.cid-tiskjQPQBT .navbar.opened {
  background: #fafafa !important;
}
.cid-tiskjQPQBT .nav-item:focus,
.cid-tiskjQPQBT .nav-link:focus {
  outline: none;
}
.cid-tiskjQPQBT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tiskjQPQBT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiskjQPQBT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tiskjQPQBT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiskjQPQBT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiskjQPQBT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tiskjQPQBT .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tiskjQPQBT .navbar.opened {
  transition: all 0.3s;
}
.cid-tiskjQPQBT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tiskjQPQBT .navbar .navbar-logo img {
  width: auto;
}
.cid-tiskjQPQBT .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-tiskjQPQBT .navbar.collapsed {
  justify-content: center;
}
.cid-tiskjQPQBT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tiskjQPQBT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tiskjQPQBT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tiskjQPQBT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tiskjQPQBT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tiskjQPQBT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tiskjQPQBT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tiskjQPQBT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tiskjQPQBT .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tiskjQPQBT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tiskjQPQBT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiskjQPQBT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tiskjQPQBT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiskjQPQBT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiskjQPQBT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tiskjQPQBT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tiskjQPQBT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tiskjQPQBT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tiskjQPQBT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tiskjQPQBT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tiskjQPQBT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tiskjQPQBT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tiskjQPQBT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tiskjQPQBT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tiskjQPQBT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tiskjQPQBT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiskjQPQBT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiskjQPQBT .dropdown-item.active,
.cid-tiskjQPQBT .dropdown-item:active {
  background-color: transparent;
}
.cid-tiskjQPQBT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiskjQPQBT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiskjQPQBT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiskjQPQBT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tiskjQPQBT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiskjQPQBT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiskjQPQBT ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tiskjQPQBT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tiskjQPQBT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-tiskjQPQBT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-tiskjQPQBT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tiskjQPQBT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiskjQPQBT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiskjQPQBT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tiskjQPQBT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiskjQPQBT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tiskjQPQBT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tiskjQPQBT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiskjQPQBT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tiskjQPQBT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tiskjQPQBT .navbar {
    height: 70px;
  }
  .cid-tiskjQPQBT .navbar.opened {
    height: auto;
  }
  .cid-tiskjQPQBT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiskjQPQBT .mbr-section-subtitle {
  color: #202020;
}
.cid-tiskjQPQBT .mbr-text {
  color: #202020;
}
.cid-tisl5y4VNg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tisl5y4VNg .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-tisl5y4VNg .mbr-section-btn {
  margin-top: 43px;
}
.cid-tisl5y4VNg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tisl5y4VNg .card-wrapper {
    margin-top: 60px;
  }
}
.cid-tlQh1Bwumw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tlQh1Bwumw .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-tHhl6EpHE6 {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-tHhl6EpHE6 .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-tHhl6EpHE6 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tHhl6EpHE6 nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tHhl6EpHE6 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-tHhl6EpHE6 .offcanvas_image img,
  .cid-tHhl6EpHE6 .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tHhl6EpHE6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tHhl6EpHE6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tHhl6EpHE6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tHhl6EpHE6 .offcanvas-body .mbr-text,
  .cid-tHhl6EpHE6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tHhl6EpHE6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tHhl6EpHE6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-tHhl6EpHE6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-tHhl6EpHE6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tHhl6EpHE6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tHhl6EpHE6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tHhl6EpHE6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tHhl6EpHE6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tHhl6EpHE6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tHhl6EpHE6 .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-tHhl6EpHE6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tHhl6EpHE6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tHhl6EpHE6 li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tHhl6EpHE6 li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tHhl6EpHE6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-tHhl6EpHE6 .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-tHhl6EpHE6 .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-tHhl6EpHE6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tHhl6EpHE6 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tHhl6EpHE6 .nav-item {
    margin: 0 !important;
  }
}
.cid-tHhl6EpHE6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tHhl6EpHE6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tHhl6EpHE6 .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tHhl6EpHE6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tHhl6EpHE6 .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-tHhl6EpHE6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tHhl6EpHE6 .offcanvas_box,
  .cid-tHhl6EpHE6 .top_widget {
    display: none;
  }
}
.cid-tHhl6EpHE6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tHhl6EpHE6 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tHhl6EpHE6 .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-tHhl6EpHE6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHhl6EpHE6 .nav-link {
  position: relative;
}
.cid-tHhl6EpHE6 .container {
  display: flex;
  margin: auto;
}
.cid-tHhl6EpHE6 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tHhl6EpHE6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tHhl6EpHE6 .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-tHhl6EpHE6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tHhl6EpHE6 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tHhl6EpHE6 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tHhl6EpHE6 .dropdown-menu,
.cid-tHhl6EpHE6 .navbar.opened {
  background: #fafafa !important;
}
.cid-tHhl6EpHE6 .nav-item:focus,
.cid-tHhl6EpHE6 .nav-link:focus {
  outline: none;
}
.cid-tHhl6EpHE6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHhl6EpHE6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHhl6EpHE6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHhl6EpHE6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHhl6EpHE6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHhl6EpHE6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHhl6EpHE6 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tHhl6EpHE6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tHhl6EpHE6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tHhl6EpHE6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tHhl6EpHE6 .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-tHhl6EpHE6 .navbar.collapsed {
  justify-content: center;
}
.cid-tHhl6EpHE6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHhl6EpHE6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tHhl6EpHE6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHhl6EpHE6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHhl6EpHE6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHhl6EpHE6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tHhl6EpHE6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tHhl6EpHE6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tHhl6EpHE6 .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tHhl6EpHE6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHhl6EpHE6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHhl6EpHE6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tHhl6EpHE6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHhl6EpHE6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHhl6EpHE6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHhl6EpHE6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tHhl6EpHE6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tHhl6EpHE6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tHhl6EpHE6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHhl6EpHE6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHhl6EpHE6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tHhl6EpHE6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHhl6EpHE6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHhl6EpHE6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHhl6EpHE6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHhl6EpHE6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHhl6EpHE6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHhl6EpHE6 .dropdown-item.active,
.cid-tHhl6EpHE6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tHhl6EpHE6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHhl6EpHE6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHhl6EpHE6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHhl6EpHE6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tHhl6EpHE6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHhl6EpHE6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHhl6EpHE6 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tHhl6EpHE6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHhl6EpHE6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-tHhl6EpHE6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-tHhl6EpHE6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHhl6EpHE6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHhl6EpHE6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHhl6EpHE6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHhl6EpHE6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHhl6EpHE6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHhl6EpHE6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHhl6EpHE6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHhl6EpHE6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tHhl6EpHE6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHhl6EpHE6 .navbar {
    height: 70px;
  }
  .cid-tHhl6EpHE6 .navbar.opened {
    height: auto;
  }
  .cid-tHhl6EpHE6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHhl6EpHE6 .mbr-section-subtitle {
  color: #202020;
}
.cid-tHhl6EpHE6 .mbr-text {
  color: #202020;
}
.cid-tD6bkTwCMq {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #bbd5e4;
}
.cid-tD6bkTwCMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6bkTwCMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD6bkTwCMq .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tD6bkTwCMq .container-fluid {
    padding: 0 12px;
  }
}
.cid-tD6bkTwCMq .container-fluid .row {
  padding: 0;
}
.cid-tD6bkTwCMq .row {
  border: 3px solid #fff9e7;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tD6bkTwCMq .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tD6bkTwCMq .card {
    padding: 48px 20px;
  }
}
.cid-tD6bkTwCMq .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tD6bkTwCMq .card .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.cid-tD6bkTwCMq .card .image-wrapper img {
  width: 115px;
  height: 115px;
  object-fit: cover;
  position: absolute;
  top: -2rem;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tD6bkTwCMq .card .image-wrapper img {
    position: static;
  }
}
.cid-tD6bkTwCMq .mbr-section-title {
  color: #e5673b;
}
.cid-sK8WKgdzBG {
  padding-top: 10rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sK8WKgdzBG .row {
  align-items: center;
  justify-content: center;
}
.cid-sK8WKgdzBG .shape_left {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #fafcc2;
}
.cid-sK8WKgdzBG .shape_right {
  width: 25%;
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #f4f4f4;
}
.cid-sK8WKgdzBG .content_box {
  position: relative;
  z-index: 1;
}
.cid-sK8WKgdzBG .mbr-section-title {
  margin-bottom: 21px;
  color: #3d1c22;
}
.cid-sK8WKgdzBG .mbr-text {
  margin-bottom: 21px;
}
.cid-sK8WKgdzBG .image-wrapper,
.cid-sK8WKgdzBG img {
  width: 100%;
}
.cid-sK8WKgdzBG .image-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 991px) {
  .cid-sK8WKgdzBG .content_box {
    padding: 0 5rem 0 1rem;
  }
  .cid-sK8WKgdzBG .image_left {
    padding-top: 5rem;
  }
  .cid-sK8WKgdzBG .image_right {
    right: -2rem;
  }
}
@media (max-width: 767px) {
  .cid-sK8WKgdzBG .row {
    flex-direction: column;
  }
  .cid-sK8WKgdzBG .shape {
    display: none;
  }
  .cid-sK8WKgdzBG .content_box {
    padding: 2rem 0;
  }
}
.cid-sK8WKgdzBG .mbr-text,
.cid-sK8WKgdzBG .mbr-section-btn {
  color: #7a7a7a;
}
.cid-tlPTr4NP1f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlPTr4NP1f .image_wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
}
.cid-tlPTr4NP1f .item-img {
  width: 200px;
  margin-bottom: 21px;
  height: 100%;
  display: inline-block;
}
.cid-tlPTr4NP1f img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-tlPTr4NP1f .item {
  margin-bottom: 70px;
}
.cid-tlPTr4NP1f .item-title {
  margin-bottom: 11px;
  color: #202020;
}
.cid-tlPTr4NP1f .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-tlPTr4NP1f .mbr-text {
  margin-bottom: 18px;
}
.cid-tlPTr4NP1f .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-tlPTr4NP1f .linkBtn a:after,
.cid-tlPTr4NP1f .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-tlPTr4NP1f .linkBtn a:before {
  left: 0;
}
.cid-tlPTr4NP1f .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-tlPTr4NP1f .linkBtn a:hover:before,
.cid-tlPTr4NP1f .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-tlPTr4NP1f .linkBtn {
  color: #e5673b;
}
.cid-sK8XztX2RW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sK8XztX2RW .image_wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
}
.cid-sK8XztX2RW .item-img {
  width: 100px;
  margin-bottom: 21px;
  height: 100%;
  display: inline-block;
}
.cid-sK8XztX2RW img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-sK8XztX2RW .item {
  margin-bottom: 70px;
}
.cid-sK8XztX2RW .item-title {
  margin-bottom: 11px;
  color: #202020;
}
.cid-sK8XztX2RW .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-sK8XztX2RW .mbr-text {
  margin-bottom: 18px;
}
.cid-sK8XztX2RW .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-sK8XztX2RW .linkBtn a:after,
.cid-sK8XztX2RW .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-sK8XztX2RW .linkBtn a:before {
  left: 0;
}
.cid-sK8XztX2RW .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sK8XztX2RW .linkBtn a:hover:before,
.cid-sK8XztX2RW .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sK8XztX2RW .item-title,
.cid-sK8XztX2RW .item-img {
  color: #3d1c22;
}
.cid-sK8XztX2RW .mbr-text,
.cid-sK8XztX2RW .linkBtn {
  color: #7a7a7a;
}
.cid-tlPQuiwRF4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tlPQuiwRF4 .image_wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
}
.cid-tlPQuiwRF4 .item-img {
  width: 150px;
  margin-bottom: 21px;
  height: 100%;
  display: inline-block;
}
.cid-tlPQuiwRF4 img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-tlPQuiwRF4 .item {
  margin-bottom: 70px;
}
.cid-tlPQuiwRF4 .item-title {
  margin-bottom: 11px;
  color: #202020;
}
.cid-tlPQuiwRF4 .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-tlPQuiwRF4 .mbr-text {
  margin-bottom: 18px;
}
.cid-tlPQuiwRF4 .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-tlPQuiwRF4 .linkBtn a:after,
.cid-tlPQuiwRF4 .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-tlPQuiwRF4 .linkBtn a:before {
  left: 0;
}
.cid-tlPQuiwRF4 .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-tlPQuiwRF4 .linkBtn a:hover:before,
.cid-tlPQuiwRF4 .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-tlQ1jlDOYY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tlQ1jlDOYY .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-tlQ1jlDOYY .mbr-section-btn {
  margin-top: 43px;
}
.cid-tlQ1jlDOYY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tlQ1jlDOYY .card-wrapper {
    margin-top: 60px;
  }
}
#custom-html-bk {
  /* Type valid CSS here */
}
#custom-html-bk div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-bk p {
  font-size: 60px;
  color: #777;
}
.cid-tlQmMDGeWf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-tlQmMDGeWf .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #ffffff;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-tlQmMDGeWf .main_header {
    padding-top: 66px;
  }
  .cid-tlQmMDGeWf .main_header > .row {
    flex-direction: column;
  }
  .cid-tlQmMDGeWf .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tlQmMDGeWf .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-tlQmMDGeWf .mbr-section-title {
    text-align: center;
  }
}
.cid-tlQmMDGeWf .mbr-text {
  margin: 25px 0;
}
.cid-tlQmMDGeWf .bgImage {
  position: relative;
  width: 100%;
  height: 550px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-tlQmMDGeWf .bgImage {
    height: 65vh;
  }
}
.cid-tlQmMDGeWf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tlQmMDGeWf .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-tlQmMDGeWf .linkBtn a:after,
.cid-tlQmMDGeWf .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-tlQmMDGeWf .linkBtn a:before {
  left: 0;
}
.cid-tlQmMDGeWf .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-tlQmMDGeWf .linkBtn a:hover:before,
.cid-tlQmMDGeWf .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sK8XG8x9uy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sK8XG8x9uy img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}
@media (max-width: 800px) {
  .cid-sK8XG8x9uy img {
    height: auto;
  }
}
.cid-sKHN4PFAd5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sKHN4PFAd5 .mbr-section-title {
  text-align: center;
  margin-bottom: 50px;
  color: #202020;
}
.cid-sKHN4PFAd5 .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fafcc2;
  z-index: 0;
}
.cid-sKHN4PFAd5 .circle {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .cid-sKHN4PFAd5 .circle {
    max-height: 120px;
    max-width: 120px;
  }
}
.cid-sKHN4PFAd5 .iconfont-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.cid-sKHN4PFAd5 .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  margin-left: 3px;
  color: #202020;
}
.cid-sKHN4PFAd5 .mbr-media {
  position: relative;
  cursor: pointer;
}
.cid-sKHN4PFAd5 .mbr-media img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.cid-sKHN4PFAd5 .mbr-media:hover .circle {
  width: 109.25px;
  height: 109.25px;
  cursor: pointer;
}
.cid-sKHN4PFAd5 .shape {
  position: absolute;
  z-index: 6;
  top: 20%;
  left: -5%;
  width: 150px;
  height: 150px;
}
.cid-sKHN4PFAd5 .shape img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-sKHN4PFAd5 .shape {
    display: none;
  }
}
.cid-sKHN4PFAd5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sKHN4PFAd5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sKHN4PFAd5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sKHN4PFAd5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sKHN4PFAd5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tlQh1Bwumw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tlQh1Bwumw .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-tBRwaTykti.popup-builder {
  background-color: #ffffff;
}
.cid-tBRwaTykti.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBRwaTykti.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBRwaTykti .modal-content,
.cid-tBRwaTykti .modal-dialog {
  height: auto;
}
.cid-tBRwaTykti .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBRwaTykti .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBRwaTykti .form-wrapper .mbr-form .form-group,
  .cid-tBRwaTykti .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBRwaTykti .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBRwaTykti .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBRwaTykti .mbr-text {
  text-align: center;
}
.cid-tBRwaTykti .pt-0 {
  padding-top: 0 !important;
}
.cid-tBRwaTykti .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBRwaTykti .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBRwaTykti .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBRwaTykti .modal-open {
  overflow: hidden;
}
.cid-tBRwaTykti .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBRwaTykti .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBRwaTykti .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBRwaTykti .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBRwaTykti .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBRwaTykti .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBRwaTykti .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBRwaTykti .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBRwaTykti .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBRwaTykti .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBRwaTykti .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBRwaTykti .modal-backdrop.show {
  opacity: .5;
}
.cid-tBRwaTykti .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBRwaTykti .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBRwaTykti .modal-header {
    padding: 1rem;
  }
}
.cid-tBRwaTykti .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBRwaTykti .modal-header .close svg {
  fill: #353535;
}
.cid-tBRwaTykti .modal-header .close:hover {
  opacity: 1;
}
.cid-tBRwaTykti .modal-header .close:focus {
  outline: none;
}
.cid-tBRwaTykti .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBRwaTykti .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBRwaTykti .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBRwaTykti .modal-body {
    padding: 1rem;
  }
}
.cid-tBRwaTykti .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBRwaTykti .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBRwaTykti .modal-footer {
    padding: 1rem;
  }
}
.cid-tBRwaTykti .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBRwaTykti .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBRwaTykti .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBRwaTykti .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBRwaTykti .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBRwaTykti .modal-lg,
  .cid-tBRwaTykti .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBRwaTykti .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBRwaTykti .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBRwaTykti .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBRwaTykti .form-group {
  margin-bottom: 1rem;
}
.cid-tBRwaTykti .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBRwaTykti .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBRwaTykti .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBRwaTykti .mbr-section-btn {
  margin: 0;
}
.cid-tBRwaTykti .mbr-section-btn .btn {
  margin: 0;
}
.cid-tq0zEIcZwC {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-tq0zEIcZwC .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-tq0zEIcZwC nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tq0zEIcZwC nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tq0zEIcZwC .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-tq0zEIcZwC .offcanvas_image img,
  .cid-tq0zEIcZwC .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tq0zEIcZwC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tq0zEIcZwC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tq0zEIcZwC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tq0zEIcZwC .offcanvas-body .mbr-text,
  .cid-tq0zEIcZwC .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tq0zEIcZwC .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tq0zEIcZwC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-tq0zEIcZwC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-tq0zEIcZwC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tq0zEIcZwC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tq0zEIcZwC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tq0zEIcZwC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tq0zEIcZwC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tq0zEIcZwC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tq0zEIcZwC .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-tq0zEIcZwC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tq0zEIcZwC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tq0zEIcZwC li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tq0zEIcZwC li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tq0zEIcZwC .lg_brand {
    margin: 0 1rem;
  }
  .cid-tq0zEIcZwC .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-tq0zEIcZwC .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-tq0zEIcZwC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tq0zEIcZwC .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tq0zEIcZwC .nav-item {
    margin: 0 !important;
  }
}
.cid-tq0zEIcZwC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tq0zEIcZwC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tq0zEIcZwC .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tq0zEIcZwC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tq0zEIcZwC .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-tq0zEIcZwC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tq0zEIcZwC .offcanvas_box,
  .cid-tq0zEIcZwC .top_widget {
    display: none;
  }
}
.cid-tq0zEIcZwC .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tq0zEIcZwC .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tq0zEIcZwC .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-tq0zEIcZwC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tq0zEIcZwC .nav-link {
  position: relative;
}
.cid-tq0zEIcZwC .container {
  display: flex;
  margin: auto;
}
.cid-tq0zEIcZwC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tq0zEIcZwC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tq0zEIcZwC .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-tq0zEIcZwC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tq0zEIcZwC .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tq0zEIcZwC .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tq0zEIcZwC .dropdown-menu,
.cid-tq0zEIcZwC .navbar.opened {
  background: #fafafa !important;
}
.cid-tq0zEIcZwC .nav-item:focus,
.cid-tq0zEIcZwC .nav-link:focus {
  outline: none;
}
.cid-tq0zEIcZwC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tq0zEIcZwC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tq0zEIcZwC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tq0zEIcZwC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tq0zEIcZwC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tq0zEIcZwC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tq0zEIcZwC .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tq0zEIcZwC .navbar.opened {
  transition: all 0.3s;
}
.cid-tq0zEIcZwC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tq0zEIcZwC .navbar .navbar-logo img {
  width: auto;
}
.cid-tq0zEIcZwC .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-tq0zEIcZwC .navbar.collapsed {
  justify-content: center;
}
.cid-tq0zEIcZwC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tq0zEIcZwC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tq0zEIcZwC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tq0zEIcZwC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tq0zEIcZwC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tq0zEIcZwC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tq0zEIcZwC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tq0zEIcZwC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tq0zEIcZwC .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tq0zEIcZwC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tq0zEIcZwC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tq0zEIcZwC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tq0zEIcZwC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tq0zEIcZwC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tq0zEIcZwC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tq0zEIcZwC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tq0zEIcZwC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tq0zEIcZwC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tq0zEIcZwC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tq0zEIcZwC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tq0zEIcZwC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tq0zEIcZwC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tq0zEIcZwC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tq0zEIcZwC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tq0zEIcZwC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tq0zEIcZwC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tq0zEIcZwC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tq0zEIcZwC .dropdown-item.active,
.cid-tq0zEIcZwC .dropdown-item:active {
  background-color: transparent;
}
.cid-tq0zEIcZwC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tq0zEIcZwC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tq0zEIcZwC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tq0zEIcZwC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tq0zEIcZwC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tq0zEIcZwC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tq0zEIcZwC ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tq0zEIcZwC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tq0zEIcZwC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-tq0zEIcZwC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-tq0zEIcZwC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tq0zEIcZwC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tq0zEIcZwC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tq0zEIcZwC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tq0zEIcZwC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tq0zEIcZwC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tq0zEIcZwC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tq0zEIcZwC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tq0zEIcZwC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tq0zEIcZwC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tq0zEIcZwC .navbar {
    height: 70px;
  }
  .cid-tq0zEIcZwC .navbar.opened {
    height: auto;
  }
  .cid-tq0zEIcZwC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tq0zEIcZwC .mbr-section-subtitle {
  color: #202020;
}
.cid-tq0zEIcZwC .mbr-text {
  color: #202020;
}
.cid-tq0zEQWUh1 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tq0zEQWUh1 .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-tq0AFg4DCk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-tq0AFg4DCk .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #ffffff;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-tq0AFg4DCk .main_header {
    padding-top: 66px;
  }
  .cid-tq0AFg4DCk .main_header > .row {
    flex-direction: column;
  }
  .cid-tq0AFg4DCk .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tq0AFg4DCk .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-tq0AFg4DCk .mbr-section-title {
    text-align: center;
  }
}
.cid-tq0AFg4DCk .mbr-text {
  margin: 25px 0;
}
.cid-tq0AFg4DCk .bgImage {
  position: relative;
  width: 100%;
  height: 550px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-tq0AFg4DCk .bgImage {
    height: 65vh;
  }
}
.cid-tq0AFg4DCk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tq0AFg4DCk .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-tq0AFg4DCk .linkBtn a:after,
.cid-tq0AFg4DCk .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-tq0AFg4DCk .linkBtn a:before {
  left: 0;
}
.cid-tq0AFg4DCk .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-tq0AFg4DCk .linkBtn a:hover:before,
.cid-tq0AFg4DCk .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-ty6Te6K9j6 {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-ty6Te6K9j6 .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-ty6Te6K9j6 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ty6Te6K9j6 nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-ty6Te6K9j6 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-ty6Te6K9j6 .offcanvas_image img,
  .cid-ty6Te6K9j6 .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ty6Te6K9j6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ty6Te6K9j6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ty6Te6K9j6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ty6Te6K9j6 .offcanvas-body .mbr-text,
  .cid-ty6Te6K9j6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ty6Te6K9j6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ty6Te6K9j6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-ty6Te6K9j6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-ty6Te6K9j6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ty6Te6K9j6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ty6Te6K9j6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ty6Te6K9j6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ty6Te6K9j6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ty6Te6K9j6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ty6Te6K9j6 .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-ty6Te6K9j6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ty6Te6K9j6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-ty6Te6K9j6 li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-ty6Te6K9j6 li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-ty6Te6K9j6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-ty6Te6K9j6 .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-ty6Te6K9j6 .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-ty6Te6K9j6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ty6Te6K9j6 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-ty6Te6K9j6 .nav-item {
    margin: 0 !important;
  }
}
.cid-ty6Te6K9j6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ty6Te6K9j6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-ty6Te6K9j6 .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ty6Te6K9j6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ty6Te6K9j6 .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-ty6Te6K9j6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ty6Te6K9j6 .offcanvas_box,
  .cid-ty6Te6K9j6 .top_widget {
    display: none;
  }
}
.cid-ty6Te6K9j6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ty6Te6K9j6 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ty6Te6K9j6 .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-ty6Te6K9j6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty6Te6K9j6 .nav-link {
  position: relative;
}
.cid-ty6Te6K9j6 .container {
  display: flex;
  margin: auto;
}
.cid-ty6Te6K9j6 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ty6Te6K9j6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ty6Te6K9j6 .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-ty6Te6K9j6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-ty6Te6K9j6 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-ty6Te6K9j6 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-ty6Te6K9j6 .dropdown-menu,
.cid-ty6Te6K9j6 .navbar.opened {
  background: #fafafa !important;
}
.cid-ty6Te6K9j6 .nav-item:focus,
.cid-ty6Te6K9j6 .nav-link:focus {
  outline: none;
}
.cid-ty6Te6K9j6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty6Te6K9j6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty6Te6K9j6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty6Te6K9j6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty6Te6K9j6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty6Te6K9j6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty6Te6K9j6 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-ty6Te6K9j6 .navbar.opened {
  transition: all 0.3s;
}
.cid-ty6Te6K9j6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ty6Te6K9j6 .navbar .navbar-logo img {
  width: auto;
}
.cid-ty6Te6K9j6 .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-ty6Te6K9j6 .navbar.collapsed {
  justify-content: center;
}
.cid-ty6Te6K9j6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty6Te6K9j6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ty6Te6K9j6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty6Te6K9j6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty6Te6K9j6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty6Te6K9j6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ty6Te6K9j6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ty6Te6K9j6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ty6Te6K9j6 .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-ty6Te6K9j6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty6Te6K9j6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty6Te6K9j6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ty6Te6K9j6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty6Te6K9j6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty6Te6K9j6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty6Te6K9j6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ty6Te6K9j6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ty6Te6K9j6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ty6Te6K9j6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty6Te6K9j6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty6Te6K9j6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ty6Te6K9j6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty6Te6K9j6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty6Te6K9j6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty6Te6K9j6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty6Te6K9j6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty6Te6K9j6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty6Te6K9j6 .dropdown-item.active,
.cid-ty6Te6K9j6 .dropdown-item:active {
  background-color: transparent;
}
.cid-ty6Te6K9j6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty6Te6K9j6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty6Te6K9j6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty6Te6K9j6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-ty6Te6K9j6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty6Te6K9j6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty6Te6K9j6 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ty6Te6K9j6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty6Te6K9j6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-ty6Te6K9j6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-ty6Te6K9j6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty6Te6K9j6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty6Te6K9j6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty6Te6K9j6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty6Te6K9j6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty6Te6K9j6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty6Te6K9j6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty6Te6K9j6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty6Te6K9j6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ty6Te6K9j6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ty6Te6K9j6 .navbar {
    height: 70px;
  }
  .cid-ty6Te6K9j6 .navbar.opened {
    height: auto;
  }
  .cid-ty6Te6K9j6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty6Te6K9j6 .mbr-section-subtitle {
  color: #202020;
}
.cid-ty6Te6K9j6 .mbr-text {
  color: #202020;
}
.cid-ty6Teg16Mk {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-ty6Teg16Mk .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-ty6TEsX9R5 {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-ty6TEsX9R5 .content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fef2f2;
  padding: 0 15%;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-ty6TEsX9R5 .content_wrap {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ty6TEsX9R5 .content_wrap {
    padding: 60px 12px;
  }
}
.cid-ty6TEsX9R5 .mbr-section-title {
  margin-bottom: 25px;
  color: #202020;
}
.cid-ty6TEsX9R5 .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 991px) {
  .cid-ty6TEsX9R5 .height_100 {
    height: 100%;
  }
}
.cid-ty6TEsX9R5 .item-image,
.cid-ty6TEsX9R5 img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-tCIVceLTlb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #555555;
}
.cid-tCIVceLTlb .mbr-section-title {
  color: #202020;
}
.cid-tCIVceLTlb .mbr-text {
  margin: 25px 0;
  color: #ebf2e9;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
}
.cid-tCIVceLTlb .content_box {
  position: relative;
}
.cid-tCIVceLTlb .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-tCIVceLTlb .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-tAbYP9q1t6 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #555555;
}
.cid-tAbYP9q1t6 .main_header {
  margin: 25px 0 44px;
}
.cid-tAbYP9q1t6 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 13px;
}
.cid-tAbYP9q1t6 .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-tAbYP9q1t6 .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tAbYP9q1t6 .card_wrapper {
    padding: 0 15px;
  }
}
.cid-tAbYP9q1t6 .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-tAbYP9q1t6 .line {
  border-bottom: 1px solid #eae8e4;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-tAbYP9q1t6 .card_title {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-tAbYP9q1t6 .card_price {
  color: #ffffff;
}
.cid-tAbYP9q1t6 .card_text {
  color: #ffffff;
}
.cid-tAc0q26dg9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tAc0q26dg9 img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}
@media (max-width: 800px) {
  .cid-tAc0q26dg9 img {
    height: auto;
  }
}
.cid-tAbYPeIw9m {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tAbYPeIw9m .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-tCISRs35V7 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCISRs35V7 .mbr-section-title {
  margin: 20px 0;
  color: #202020;
}
.cid-tCISRs35V7 .main_header {
  background-color: #fef2f2;
  position: relative;
  z-index: 1;
  padding: 8rem 2.75rem;
}
@media (max-width: 991px) {
  .cid-tCISRs35V7 .main_header {
    padding: 3.5rem 2.75rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tCISRs35V7 .main_header {
    padding: 3.5rem .75rem 4rem;
  }
}
.cid-tCISRs35V7 .shape {
  position: absolute;
  z-index: -1;
  top: -40px;
  right: 20px;
  max-width: 160px;
}
.cid-tCISRs35V7 .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-tCISRs35V7 .shape {
    max-width: 80px;
  }
}
.cid-tCISRs35V7 .shape2 {
  width: 185px;
  height: auto;
  position: absolute;
  left: 70px;
  bottom: -40px;
}
.cid-tCISRs35V7 .shape2 img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
@media (max-width: 767px) {
  .cid-tCISRs35V7 .shape2 {
    width: 95px;
    bottom: -20px;
  }
}
.cid-tCISu9U0ts {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background.jpg");
}
.cid-tCISu9U0ts .image-wrapper,
.cid-tCISu9U0ts img {
  width: 100%;
  object-fit: contain;
}
.cid-tCISu9U0ts img {
  display: inline-block;
  width: 6rem;
}
.cid-tCISu9U0ts .mbr-section-title {
  margin: 25px 0;
}
.cid-tCISu9U0ts .mbr-text {
  margin-bottom: 19px;
}
.cid-tCISuaKPnQ {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tCISuaKPnQ .mbr-text {
  color: #4a4a4a;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-tCISubn5wc {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tCISubn5wc .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-tCISucCDTV.popup-builder {
  background-color: #ffffff;
}
.cid-tCISucCDTV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tCISucCDTV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tCISucCDTV .modal-content,
.cid-tCISucCDTV .modal-dialog {
  height: auto;
}
.cid-tCISucCDTV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tCISucCDTV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tCISucCDTV .form-wrapper .mbr-form .form-group,
  .cid-tCISucCDTV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tCISucCDTV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tCISucCDTV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCISucCDTV .mbr-text {
  text-align: center;
}
.cid-tCISucCDTV .pt-0 {
  padding-top: 0 !important;
}
.cid-tCISucCDTV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tCISucCDTV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tCISucCDTV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tCISucCDTV .modal-open {
  overflow: hidden;
}
.cid-tCISucCDTV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tCISucCDTV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tCISucCDTV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tCISucCDTV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tCISucCDTV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tCISucCDTV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tCISucCDTV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tCISucCDTV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tCISucCDTV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tCISucCDTV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tCISucCDTV .modal-backdrop.fade {
  opacity: 0;
}
.cid-tCISucCDTV .modal-backdrop.show {
  opacity: .5;
}
.cid-tCISucCDTV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tCISucCDTV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tCISucCDTV .modal-header {
    padding: 1rem;
  }
}
.cid-tCISucCDTV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tCISucCDTV .modal-header .close svg {
  fill: #353535;
}
.cid-tCISucCDTV .modal-header .close:hover {
  opacity: 1;
}
.cid-tCISucCDTV .modal-header .close:focus {
  outline: none;
}
.cid-tCISucCDTV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tCISucCDTV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tCISucCDTV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCISucCDTV .modal-body {
    padding: 1rem;
  }
}
.cid-tCISucCDTV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tCISucCDTV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCISucCDTV .modal-footer {
    padding: 1rem;
  }
}
.cid-tCISucCDTV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tCISucCDTV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tCISucCDTV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tCISucCDTV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tCISucCDTV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tCISucCDTV .modal-lg,
  .cid-tCISucCDTV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tCISucCDTV .modal-xl {
    max-width: 1140px;
  }
}
.cid-tCISucCDTV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tCISucCDTV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tCISucCDTV .form-group {
  margin-bottom: 1rem;
}
.cid-tCISucCDTV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tCISucCDTV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tCISucCDTV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tCISucCDTV .mbr-section-btn {
  margin: 0;
}
.cid-tCISucCDTV .mbr-section-btn .btn {
  margin: 0;
}
.cid-tHhgswWCur {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-tHhgswWCur .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-tHhgswWCur nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tHhgswWCur nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tHhgswWCur .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-tHhgswWCur .offcanvas_image img,
  .cid-tHhgswWCur .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tHhgswWCur .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tHhgswWCur .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tHhgswWCur .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tHhgswWCur .offcanvas-body .mbr-text,
  .cid-tHhgswWCur .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tHhgswWCur .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tHhgswWCur .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-tHhgswWCur .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-tHhgswWCur .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tHhgswWCur .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tHhgswWCur .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tHhgswWCur .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tHhgswWCur ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tHhgswWCur .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tHhgswWCur .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-tHhgswWCur .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tHhgswWCur li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tHhgswWCur li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tHhgswWCur li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tHhgswWCur .lg_brand {
    margin: 0 1rem;
  }
  .cid-tHhgswWCur .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-tHhgswWCur .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-tHhgswWCur .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tHhgswWCur .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tHhgswWCur .nav-item {
    margin: 0 !important;
  }
}
.cid-tHhgswWCur .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tHhgswWCur .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tHhgswWCur .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tHhgswWCur .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tHhgswWCur .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-tHhgswWCur .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tHhgswWCur .offcanvas_box,
  .cid-tHhgswWCur .top_widget {
    display: none;
  }
}
.cid-tHhgswWCur .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tHhgswWCur .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tHhgswWCur .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-tHhgswWCur .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHhgswWCur .nav-link {
  position: relative;
}
.cid-tHhgswWCur .container {
  display: flex;
  margin: auto;
}
.cid-tHhgswWCur .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tHhgswWCur .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tHhgswWCur .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-tHhgswWCur .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tHhgswWCur .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tHhgswWCur .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tHhgswWCur .dropdown-menu,
.cid-tHhgswWCur .navbar.opened {
  background: #fafafa !important;
}
.cid-tHhgswWCur .nav-item:focus,
.cid-tHhgswWCur .nav-link:focus {
  outline: none;
}
.cid-tHhgswWCur .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHhgswWCur .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHhgswWCur .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHhgswWCur .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHhgswWCur .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHhgswWCur .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHhgswWCur .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tHhgswWCur .navbar.opened {
  transition: all 0.3s;
}
.cid-tHhgswWCur .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tHhgswWCur .navbar .navbar-logo img {
  width: auto;
}
.cid-tHhgswWCur .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-tHhgswWCur .navbar.collapsed {
  justify-content: center;
}
.cid-tHhgswWCur .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHhgswWCur .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tHhgswWCur .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHhgswWCur .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHhgswWCur .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHhgswWCur .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tHhgswWCur .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tHhgswWCur .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tHhgswWCur .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tHhgswWCur .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHhgswWCur .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHhgswWCur .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tHhgswWCur .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHhgswWCur .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHhgswWCur .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHhgswWCur .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tHhgswWCur .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tHhgswWCur .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tHhgswWCur .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHhgswWCur .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHhgswWCur .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tHhgswWCur .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHhgswWCur .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHhgswWCur .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHhgswWCur .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHhgswWCur .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHhgswWCur .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHhgswWCur .dropdown-item.active,
.cid-tHhgswWCur .dropdown-item:active {
  background-color: transparent;
}
.cid-tHhgswWCur .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHhgswWCur .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHhgswWCur .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHhgswWCur .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tHhgswWCur .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHhgswWCur .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHhgswWCur ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tHhgswWCur .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHhgswWCur button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-tHhgswWCur button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-tHhgswWCur button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHhgswWCur button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHhgswWCur button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHhgswWCur button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHhgswWCur nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHhgswWCur nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHhgswWCur nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHhgswWCur nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHhgswWCur a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tHhgswWCur .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHhgswWCur .navbar {
    height: 70px;
  }
  .cid-tHhgswWCur .navbar.opened {
    height: auto;
  }
  .cid-tHhgswWCur .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHhgswWCur .mbr-section-subtitle {
  color: #202020;
}
.cid-tHhgswWCur .mbr-text {
  color: #202020;
}
.cid-tHhgslDDQd {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-tHhgslDDQd .image-wrapper,
.cid-tHhgslDDQd img {
  width: 100%;
  object-fit: contain;
}
.cid-tHhgslDDQd img {
  display: inline-block;
  width: 6rem;
}
.cid-tHhgslDDQd .mbr-section-title {
  margin: 25px 0;
}
.cid-tHhgslDDQd .mbr-text {
  margin-bottom: 19px;
}
.cid-tHhgsme7IM {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #eae8e4;
}
.cid-tHhgsme7IM .mbr-section-title {
  color: #202020;
}
.cid-tHhgsme7IM .mbr-text {
  margin: 25px 0;
  color: #202020;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
  text-align: center;
}
.cid-tHhgsme7IM .content_box {
  position: relative;
}
.cid-tHhgsme7IM .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-tHhgsme7IM .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-tHhgsn23hb {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #eae8e4;
}
.cid-tHhgsn23hb .mbr-section-title {
  color: #e5673b;
}
.cid-tHhgsn23hb .mbr-text {
  margin: 25px 0;
  color: #202020;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
  text-align: center;
}
.cid-tHhgsn23hb .content_box {
  position: relative;
}
.cid-tHhgsn23hb .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-tHhgsn23hb .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-tHhgsrSWOP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tHhgsrSWOP .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-tHhgsrSWOP .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-tHhgsrSWOP img,
.cid-tHhgsrSWOP .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-tHhgsrSWOP .item-img {
  position: relative;
}
.cid-tHhgsrSWOP .item-img .iconfont-wrapper {
  position: absolute;
  top: 53%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  font-size: 19px;
  color: #202020;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease-out, top 0.2s ease-out;
  transform: translate(-50%, -50%);
}
.cid-tHhgsrSWOP .item-img:hover .iconfont-wrapper {
  top: 50%;
  opacity: 1;
}
.cid-tHhgsrSWOP .item-wrapper {
  margin-bottom: 2rem;
}
.cid-tHhgsyfJI3 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-tHhgsyfJI3 .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-ulegACgMux {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-ulegACgMux .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-ulegACgMux nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ulegACgMux nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-ulegACgMux .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-ulegACgMux .offcanvas_image img,
  .cid-ulegACgMux .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ulegACgMux .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ulegACgMux .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ulegACgMux .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ulegACgMux .offcanvas-body .mbr-text,
  .cid-ulegACgMux .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ulegACgMux .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ulegACgMux .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-ulegACgMux .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-ulegACgMux .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ulegACgMux .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ulegACgMux .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ulegACgMux .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ulegACgMux ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ulegACgMux .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ulegACgMux .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-ulegACgMux .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ulegACgMux li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-ulegACgMux li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-ulegACgMux li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-ulegACgMux .lg_brand {
    margin: 0 1rem;
  }
  .cid-ulegACgMux .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-ulegACgMux .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-ulegACgMux .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ulegACgMux .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-ulegACgMux .nav-item {
    margin: 0 !important;
  }
}
.cid-ulegACgMux .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ulegACgMux .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-ulegACgMux .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ulegACgMux .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ulegACgMux .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-ulegACgMux .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ulegACgMux .offcanvas_box,
  .cid-ulegACgMux .top_widget {
    display: none;
  }
}
.cid-ulegACgMux .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ulegACgMux .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ulegACgMux .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-ulegACgMux .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulegACgMux .nav-link {
  position: relative;
}
.cid-ulegACgMux .container {
  display: flex;
  margin: auto;
}
.cid-ulegACgMux .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ulegACgMux .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ulegACgMux .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-ulegACgMux .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-ulegACgMux .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-ulegACgMux .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-ulegACgMux .dropdown-menu,
.cid-ulegACgMux .navbar.opened {
  background: #fafafa !important;
}
.cid-ulegACgMux .nav-item:focus,
.cid-ulegACgMux .nav-link:focus {
  outline: none;
}
.cid-ulegACgMux .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulegACgMux .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulegACgMux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulegACgMux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulegACgMux .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulegACgMux .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulegACgMux .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-ulegACgMux .navbar.opened {
  transition: all 0.3s;
}
.cid-ulegACgMux .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ulegACgMux .navbar .navbar-logo img {
  width: auto;
}
.cid-ulegACgMux .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-ulegACgMux .navbar.collapsed {
  justify-content: center;
}
.cid-ulegACgMux .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulegACgMux .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ulegACgMux .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulegACgMux .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulegACgMux .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulegACgMux .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ulegACgMux .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ulegACgMux .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ulegACgMux .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-ulegACgMux .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulegACgMux .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulegACgMux .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ulegACgMux .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulegACgMux .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulegACgMux .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulegACgMux .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ulegACgMux .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ulegACgMux .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ulegACgMux .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulegACgMux .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulegACgMux .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ulegACgMux .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulegACgMux .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulegACgMux .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulegACgMux .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulegACgMux .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulegACgMux .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulegACgMux .dropdown-item.active,
.cid-ulegACgMux .dropdown-item:active {
  background-color: transparent;
}
.cid-ulegACgMux .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulegACgMux .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulegACgMux .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulegACgMux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-ulegACgMux .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulegACgMux .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulegACgMux ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ulegACgMux .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulegACgMux button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-ulegACgMux button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-ulegACgMux button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulegACgMux button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulegACgMux button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulegACgMux button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulegACgMux nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulegACgMux nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulegACgMux nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulegACgMux nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulegACgMux a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ulegACgMux .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulegACgMux .navbar {
    height: 70px;
  }
  .cid-ulegACgMux .navbar.opened {
    height: auto;
  }
  .cid-ulegACgMux .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulegACgMux .mbr-section-subtitle {
  color: #202020;
}
.cid-ulegACgMux .mbr-text {
  color: #202020;
}
.cid-ulegAoKKRp {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-ulegAoKKRp .image-wrapper,
.cid-ulegAoKKRp img {
  width: 100%;
  object-fit: contain;
}
.cid-ulegAoKKRp img {
  display: inline-block;
  width: 6rem;
}
.cid-ulegAoKKRp .mbr-section-title {
  margin: 25px 0;
}
.cid-ulegAoKKRp .mbr-text {
  margin-bottom: 19px;
}
#custom-html-fa {
  /* Type valid CSS here */
}
#custom-html-fa div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-fa p {
  font-size: 60px;
  color: #777;
}
.cid-ulegADLpSF {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-ulegADLpSF .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-uqTDif945n {
  background: #fafafa;
  z-index: 1000;
  width: 100%;
}
.cid-uqTDif945n .navbar-dropdown {
  background-color: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-uqTDif945n nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uqTDif945n nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-uqTDif945n .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #d2cdab;
  }
  .cid-uqTDif945n .offcanvas_image img,
  .cid-uqTDif945n .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uqTDif945n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uqTDif945n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uqTDif945n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uqTDif945n .offcanvas-body .mbr-text,
  .cid-uqTDif945n .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uqTDif945n .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uqTDif945n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #fafafa;
  }
  .cid-uqTDif945n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #405d5d;
  }
  .cid-uqTDif945n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uqTDif945n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uqTDif945n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uqTDif945n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uqTDif945n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uqTDif945n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqTDif945n .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-uqTDif945n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uqTDif945n li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uqTDif945n li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uqTDif945n li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uqTDif945n .lg_brand {
    margin: 0 1rem;
  }
  .cid-uqTDif945n .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-uqTDif945n .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-uqTDif945n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uqTDif945n .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uqTDif945n .nav-item {
    margin: 0 !important;
  }
}
.cid-uqTDif945n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uqTDif945n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uqTDif945n .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uqTDif945n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqTDif945n .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-uqTDif945n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uqTDif945n .offcanvas_box,
  .cid-uqTDif945n .top_widget {
    display: none;
  }
}
.cid-uqTDif945n .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uqTDif945n .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uqTDif945n .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-uqTDif945n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqTDif945n .nav-link {
  position: relative;
}
.cid-uqTDif945n .container {
  display: flex;
  margin: auto;
}
.cid-uqTDif945n .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uqTDif945n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uqTDif945n .iconfont-wrapper:hover {
  background-color: #3d3d3d;
}
.cid-uqTDif945n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uqTDif945n .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uqTDif945n .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uqTDif945n .dropdown-menu,
.cid-uqTDif945n .navbar.opened {
  background: #fafafa !important;
}
.cid-uqTDif945n .nav-item:focus,
.cid-uqTDif945n .nav-link:focus {
  outline: none;
}
.cid-uqTDif945n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqTDif945n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqTDif945n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqTDif945n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqTDif945n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqTDif945n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqTDif945n .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uqTDif945n .navbar.opened {
  transition: all 0.3s;
}
.cid-uqTDif945n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uqTDif945n .navbar .navbar-logo img {
  width: auto;
}
.cid-uqTDif945n .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #fafafa !important;
}
.cid-uqTDif945n .navbar.collapsed {
  justify-content: center;
}
.cid-uqTDif945n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqTDif945n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqTDif945n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqTDif945n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqTDif945n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqTDif945n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uqTDif945n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqTDif945n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uqTDif945n .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uqTDif945n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqTDif945n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqTDif945n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uqTDif945n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqTDif945n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqTDif945n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqTDif945n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uqTDif945n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqTDif945n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uqTDif945n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqTDif945n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqTDif945n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uqTDif945n .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqTDif945n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqTDif945n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqTDif945n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqTDif945n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqTDif945n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqTDif945n .dropdown-item.active,
.cid-uqTDif945n .dropdown-item:active {
  background-color: transparent;
}
.cid-uqTDif945n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqTDif945n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqTDif945n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqTDif945n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uqTDif945n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqTDif945n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqTDif945n ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uqTDif945n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqTDif945n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
}
.cid-uqTDif945n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #405d5d;
}
.cid-uqTDif945n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqTDif945n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqTDif945n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqTDif945n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqTDif945n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqTDif945n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqTDif945n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqTDif945n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqTDif945n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uqTDif945n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqTDif945n .navbar {
    height: 70px;
  }
  .cid-uqTDif945n .navbar.opened {
    height: auto;
  }
  .cid-uqTDif945n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqTDif945n .mbr-section-subtitle {
  color: #202020;
}
.cid-uqTDif945n .mbr-text {
  color: #202020;
}
.cid-uqTESfvUOv {
  padding-top: 10rem;
  padding-bottom: 6rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uqTESfvUOv .mbr-section-title {
  text-align: center;
  margin-bottom: 50px;
  color: #202020;
}
.cid-uqTESfvUOv .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fef2f2;
  z-index: 0;
}
.cid-uqTESfvUOv .circle {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .cid-uqTESfvUOv .circle {
    max-height: 120px;
    max-width: 120px;
  }
}
.cid-uqTESfvUOv .iconfont-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.cid-uqTESfvUOv .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  margin-left: 3px;
  color: #202020;
}
.cid-uqTESfvUOv .mbr-media {
  position: relative;
  cursor: pointer;
}
.cid-uqTESfvUOv .mbr-media img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.cid-uqTESfvUOv .mbr-media:hover .circle {
  width: 86.25px;
  height: 86.25px;
  cursor: pointer;
}
.cid-uqTESfvUOv .shape {
  position: absolute;
  z-index: 6;
  top: 20%;
  left: -5%;
  width: 150px;
  height: 150px;
}
.cid-uqTESfvUOv .shape img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-uqTESfvUOv .shape {
    display: none;
  }
}
.cid-uqTESfvUOv .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uqTESfvUOv .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uqTESfvUOv .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uqTESfvUOv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uqTESfvUOv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uqTDikfrRj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uqTDikfrRj img,
.cid-uqTDikfrRj .item-img {
  width: 100%;
  object-fit: cover;
  height: 500px;
  transition: all 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-uqTDikfrRj .item-img {
  position: relative;
}
.cid-uqTDikfrRj .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #bbbbbb;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-uqTDikfrRj .item-img:hover {
  transform: translateY(-7px);
}
.cid-uqTDikfrRj .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-uqTDikfrRj .item:nth-child(1),
  .cid-uqTDikfrRj .item:nth-child(2),
  .cid-uqTDikfrRj .item:nth-child(3) {
    margin-top: 70px;
  }
  .cid-uqTDikfrRj .item:nth-child(2),
  .cid-uqTDikfrRj .item:nth-child(5),
  .cid-uqTDikfrRj .item:nth-child(8),
  .cid-uqTDikfrRj .item:nth-child(11),
  .cid-uqTDikfrRj .item:nth-child(15) {
    transform: translateY(-70px);
  }
}
.cid-uqTDikfrRj .item-title {
  margin-bottom: 1rem;
  color: #202020;
}
.cid-uqTDikfrRj .item_content {
  margin-top: 27px;
}
.cid-uqTDikfrRj .mbr-text {
  margin-bottom: 1rem;
  color: #4a4a4a;
}
.cid-uqTDikfrRj .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-uqTDikfrRj .item-wrapper {
    padding: 0 1.5rem;
  }
}
.cid-uqTIJovD40 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqTIJovD40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTIJovD40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqTIJovD40 .content-wrapper .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uqTIJovD40 .content-wrapper .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uqTIJovD40 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uqTIJovD40 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-uqTIJovD40 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqTIJovD40 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uqTIJovD40 .box {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uqTIJovD40 .box {
    width: 100%;
  }
}
.cid-uqTIJovD40 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uqTIJovD40 .box .mbr-media {
    height: 350px;
  }
}
.cid-uqTIJovD40 .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uqTIJovD40 .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uqTIJovD40 .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uqTIJovD40 .mbr-media {
  position: relative;
}
.cid-uqTIJovD40 .mbr-media img {
  object-fit: cover;
}
.cid-uqTIJovD40 a:hover {
  background-image: none !important;
}
.cid-uqTIJovD40 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 95px;
  width: 95px;
  border-radius: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uqTIJovD40 .icon-wrap:hover,
.cid-uqTIJovD40 .icon-wrap:focus {
  background-color: #ffffff;
}
.cid-uqTIJovD40 .icon-wrap:hover .mbr-iconfont,
.cid-uqTIJovD40 .icon-wrap:focus .mbr-iconfont {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uqTIJovD40 .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-uqTIJovD40 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uqTIJovD40 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uqTIJovD40 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uqTIJovD40 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uqTIJovD40 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uqTIJovD40 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uqTIJovD40 .mbr-section-title {
  color: #000000;
}
.cid-uqTIJovD40 .mbr-text {
  color: #000000;
}
.cid-uqTDiuiYMv {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-uqTDiuiYMv .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
