body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'Brygada 1918', serif;
  font-size: 4.375rem;
  line-height: 1.06em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Brygada 1918', serif;
  font-size: 3.125rem;
  line-height: 1.06em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.625em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Brygada 1918', serif;
  font-size: 2.0625rem;
  line-height: 1.625em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.578125rem;
}
.display-7 {
  font-family: 'Brygada 1918', serif;
  font-size: 1.5625rem;
  line-height: 1.625em;
}
.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: 1200px) {
  .display-1 {
    font-size: 3.0625rem;
  }
  .display-2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.0625rem;
  }
}
@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.25rem 1rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.25rem 1rem;
  border-radius: 0;
}
.btn-md {
  padding: 1rem 2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1.1875rem 1.25rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #202020 !important;
}
.bg-success {
  background-color: #405d5d !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;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #060606 !important;
  border-color: #060606 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #060606 !important;
  border-color: #060606 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #555555 !important;
  border-color: #555555 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3b3b3b !important;
  border-color: #3b3b3b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3b3b3b !important;
  border-color: #3b3b3b !important;
}
.btn-info,
.btn-info:active {
  background-color: #bbd5e4 !important;
  border-color: #bbd5e4 !important;
  color: #000000 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #96bed6 !important;
  border-color: #96bed6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #96bed6 !important;
  border-color: #96bed6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #405d5d !important;
  border-color: #405d5d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2b3f3f !important;
  border-color: #2b3f3f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2b3f3f !important;
  border-color: #2b3f3f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e3ba52 !important;
  border-color: #e3ba52 !important;
  color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #dca826 !important;
  border-color: #dca826 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #dca826 !important;
  border-color: #dca826 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e5673b !important;
  border-color: #e5673b !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #d14b1c !important;
  border-color: #d14b1c !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d14b1c !important;
  border-color: #d14b1c !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white:hover {
  background-color: #202020 !important;
  border-color: #202020 !important;
  color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #202020;
  color: #202020;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #202020 !important;
  border-color: #202020 !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: #555555;
  color: #555555;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #555555 !important;
  border-color: #555555 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #555555 !important;
  border-color: #555555 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #bbd5e4;
  color: #bbd5e4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2d5973 !important;
  background-color: #bbd5e4 !important;
  border-color: #bbd5e4 !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: #405d5d;
  color: #405d5d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #405d5d !important;
  border-color: #405d5d !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #405d5d !important;
  border-color: #405d5d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e3ba52;
  color: #e3ba52;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #e3ba52 !important;
  border-color: #e3ba52 !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: #e5673b;
  color: #e5673b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #e5673b !important;
  border-color: #e5673b !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: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:hover {
  color: #202020 !important;
}
.text-primary {
  color: #202020 !important;
}
.text-secondary {
  color: #555555 !important;
}
.text-success {
  color: #405d5d !important;
}
.text-info {
  color: #bbd5e4 !important;
}
.text-warning {
  color: #e3ba52 !important;
}
.text-danger {
  color: #e5673b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #202020 !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: #222222 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #162121 !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;
}
.nav-tabs .nav-link.active {
  color: #202020;
}
.nav-tabs .nav-link:not(.active) {
  color: #202020;
}
.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: #79a3a3;
}
.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*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.625em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.625em;
  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: #ffffff !important;
  background: #555555 !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;
}
section.popup-builder .modal.mbr-popup button {
  border: none;
}
.btn.display-4 {
  font-size: .75rem !important;
}
.cid-sLpnTt0bZP .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-sLpnTt0bZP .navbar-dropdown {
  position: relative !important;
}
.cid-sLpnTt0bZP nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLpnTt0bZP nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-sLpnTt0bZP .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-sLpnTt0bZP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sLpnTt0bZP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sLpnTt0bZP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sLpnTt0bZP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sLpnTt0bZP .offcanvas-body .mbr-text,
  .cid-sLpnTt0bZP .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sLpnTt0bZP .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sLpnTt0bZP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-sLpnTt0bZP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-sLpnTt0bZP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sLpnTt0bZP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sLpnTt0bZP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sLpnTt0bZP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sLpnTt0bZP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sLpnTt0bZP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sLpnTt0bZP .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-sLpnTt0bZP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sLpnTt0bZP 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-sLpnTt0bZP 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-sLpnTt0bZP li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sLpnTt0bZP .lg_brand {
    margin: 0 1rem;
  }
  .cid-sLpnTt0bZP .navbar-brand {
    margin-right: 5% !important;
  }
}
.cid-sLpnTt0bZP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sLpnTt0bZP .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sLpnTt0bZP .nav-item {
    margin: 0 !important;
  }
}
.cid-sLpnTt0bZP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sLpnTt0bZP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sLpnTt0bZP .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sLpnTt0bZP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sLpnTt0bZP .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-sLpnTt0bZP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sLpnTt0bZP .offcanvas_box {
    display: none;
  }
}
.cid-sLpnTt0bZP .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sLpnTt0bZP .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sLpnTt0bZP .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-sLpnTt0bZP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLpnTt0bZP .nav-link {
  position: relative;
}
.cid-sLpnTt0bZP .container {
  display: flex;
  margin: auto;
}
.cid-sLpnTt0bZP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sLpnTt0bZP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sLpnTt0bZP .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-sLpnTt0bZP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sLpnTt0bZP .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sLpnTt0bZP .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sLpnTt0bZP .dropdown-menu,
.cid-sLpnTt0bZP .navbar.opened {
  background: #ffffff !important;
}
.cid-sLpnTt0bZP .nav-item:focus,
.cid-sLpnTt0bZP .nav-link:focus {
  outline: none;
}
.cid-sLpnTt0bZP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLpnTt0bZP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLpnTt0bZP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLpnTt0bZP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLpnTt0bZP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLpnTt0bZP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLpnTt0bZP .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sLpnTt0bZP .navbar.opened {
  transition: all 0.3s;
}
.cid-sLpnTt0bZP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sLpnTt0bZP .navbar .navbar-logo img {
  width: auto;
}
.cid-sLpnTt0bZP .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #ffffff !important;
}
.cid-sLpnTt0bZP .navbar.collapsed {
  justify-content: center;
}
.cid-sLpnTt0bZP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLpnTt0bZP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLpnTt0bZP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sLpnTt0bZP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLpnTt0bZP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLpnTt0bZP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLpnTt0bZP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sLpnTt0bZP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sLpnTt0bZP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sLpnTt0bZP .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sLpnTt0bZP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLpnTt0bZP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLpnTt0bZP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sLpnTt0bZP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLpnTt0bZP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLpnTt0bZP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLpnTt0bZP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sLpnTt0bZP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sLpnTt0bZP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sLpnTt0bZP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLpnTt0bZP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLpnTt0bZP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sLpnTt0bZP .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLpnTt0bZP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLpnTt0bZP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLpnTt0bZP .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-sLpnTt0bZP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLpnTt0bZP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLpnTt0bZP .dropdown-item.active,
.cid-sLpnTt0bZP .dropdown-item:active {
  background-color: transparent;
}
.cid-sLpnTt0bZP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLpnTt0bZP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLpnTt0bZP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLpnTt0bZP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLpnTt0bZP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLpnTt0bZP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLpnTt0bZP ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sLpnTt0bZP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLpnTt0bZP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sLpnTt0bZP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-sLpnTt0bZP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLpnTt0bZP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLpnTt0bZP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLpnTt0bZP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLpnTt0bZP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLpnTt0bZP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLpnTt0bZP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLpnTt0bZP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLpnTt0bZP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sLpnTt0bZP .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-sLpnTt0bZP .navbar {
    height: 70px;
  }
  .cid-sLpnTt0bZP .navbar.opened {
    height: auto;
  }
  .cid-sLpnTt0bZP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLpnTt0bZP .mbr-section-subtitle {
  color: #202020;
}
.cid-sLpyFUTdb9 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sLpyFUTdb9 .row {
  align-items: center;
  justify-content: center;
}
.cid-sLpyFUTdb9 .shape_left {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #ebf2e9;
}
.cid-sLpyFUTdb9 .shape_right {
  width: 25%;
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #fef2f2;
}
.cid-sLpyFUTdb9 .content_box {
  position: relative;
  z-index: 1;
}
.cid-sLpyFUTdb9 .mbr-section-title {
  margin-bottom: 21px;
  color: #202020;
}
.cid-sLpyFUTdb9 .mbr-text {
  margin-bottom: 21px;
}
.cid-sLpyFUTdb9 .image-wrapper,
.cid-sLpyFUTdb9 img {
  width: 100%;
}
.cid-sLpyFUTdb9 .image-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 991px) {
  .cid-sLpyFUTdb9 .content_box {
    padding: 0 5rem 0 1rem;
  }
  .cid-sLpyFUTdb9 .image_left {
    padding-top: 5rem;
  }
  .cid-sLpyFUTdb9 .image_right {
    right: -2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLpyFUTdb9 .row {
    flex-direction: column;
  }
  .cid-sLpyFUTdb9 .shape {
    display: none;
  }
  .cid-sLpyFUTdb9 .content_box {
    padding: 2rem 0;
  }
}
.cid-sLpyJ33dhF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sLpyJ33dhF img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 800px) {
  .cid-sLpyJ33dhF img {
    height: auto;
  }
}
.cid-sLpyKzOlEb {
  padding-top: 6rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sLpyKzOlEb .mark {
  padding: 6px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #dddddd;
}
.cid-sLpyKzOlEb .mark_text {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.3em;
  font-weight: 600;
  color: #202020;
}
.cid-sLpyKzOlEb .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-sLpyKzOlEb .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-sLpyKzOlEb .mbr-text {
  color: #ffffff;
}
.cid-sLpyKzOlEb .card_title {
  color: #202020;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-sLpyKzOlEb .card_content {
  margin: 26px 0 23px;
}
.cid-sLpyKzOlEb img,
.cid-sLpyKzOlEb .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-sLpyKzOlEb .item {
  margin-bottom: 30px;
}
.cid-sLpyKzOlEb .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-sLpyKzOlEb .card_text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-sLpyKzOlEb .item-img {
  position: relative;
}
.cid-sLpyKzOlEb .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-sLpyKzOlEb .item-img:hover .mbr-section-btn {
  top: 50%;
  opacity: 1;
}
.cid-sLpyLUhFj6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sLpyLUhFj6 .mbr-section-title {
  text-align: center;
  margin-bottom: 50px;
  color: #202020;
}
.cid-sLpyLUhFj6 .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fef2f2;
  z-index: 0;
}
.cid-sLpyLUhFj6 .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-sLpyLUhFj6 .circle {
    max-height: 120px;
    max-width: 120px;
  }
}
.cid-sLpyLUhFj6 .iconfont-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.cid-sLpyLUhFj6 .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  margin-left: 3px;
  color: #202020;
}
.cid-sLpyLUhFj6 .mbr-media {
  position: relative;
  cursor: pointer;
}
.cid-sLpyLUhFj6 .mbr-media img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.cid-sLpyLUhFj6 .mbr-media:hover .circle {
  width: 109.25px;
  height: 109.25px;
  cursor: pointer;
}
.cid-sLpyLUhFj6 .shape {
  position: absolute;
  z-index: 6;
  top: 20%;
  left: -5%;
  width: 150px;
  height: 150px;
}
.cid-sLpyLUhFj6 .shape img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-sLpyLUhFj6 .shape {
    display: none;
  }
}
.cid-sLpyLUhFj6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sLpyLUhFj6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sLpyLUhFj6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sLpyLUhFj6 .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-sLpyLUhFj6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sLpyOiGG3G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
}
@media (min-width: 768px) {
  .cid-sLpyOiGG3G .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-sLpyOiGG3G .g-0 > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sLpyOiGG3G .card_wrapper {
  padding: 2rem 20%;
  background-color: #fef2f2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sLpyOiGG3G .card_wrapper {
    padding: 65px 30px;
  }
  .cid-sLpyOiGG3G .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-sLpyOiGG3G .content_box {
  position: relative;
  z-index: 2;
}
.cid-sLpyOiGG3G .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  padding: 0 100px;
}
.cid-sLpyOiGG3G .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sLpyOiGG3G .mbr-section-title {
  color: #202020;
  margin-bottom: 20px;
}
.cid-sLpyOiGG3G .mbr-section-btn {
  margin-top: 43px;
}
.cid-sLpyOiGG3G .image-wrapper,
.cid-sLpyOiGG3G img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sLpyPzZyS6 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-sLpyPzZyS6 .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-sLpsSxQ6p9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9e7e6;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-sLpsSxQ6p9 .mbr-section-title {
  margin: 20px 0;
  color: #202020;
  text-align: center;
}
.cid-sLpsSxQ6p9 .shape {
  position: absolute;
  z-index: -1;
  bottom: -4.5rem;
  right: 0;
  max-width: 160px;
}
.cid-sLpsSxQ6p9 .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-sLpsSxQ6p9 .shape {
    max-width: 80px;
  }
}
.cid-sLpsCkjP3M .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-sLpsCkjP3M .navbar-dropdown {
  position: relative !important;
}
.cid-sLpsCkjP3M nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLpsCkjP3M .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-sLpsCkjP3M .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sLpsCkjP3M .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sLpsCkjP3M .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sLpsCkjP3M .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sLpsCkjP3M .offcanvas-body .mbr-text,
  .cid-sLpsCkjP3M .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sLpsCkjP3M .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sLpsCkjP3M .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-sLpsCkjP3M .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-sLpsCkjP3M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sLpsCkjP3M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sLpsCkjP3M .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sLpsCkjP3M .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sLpsCkjP3M ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sLpsCkjP3M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sLpsCkjP3M .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-sLpsCkjP3M .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sLpsCkjP3M 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-sLpsCkjP3M 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-sLpsCkjP3M li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sLpsCkjP3M .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sLpsCkjP3M .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sLpsCkjP3M .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sLpsCkjP3M .nav-item {
    margin: 0 !important;
  }
}
.cid-sLpsCkjP3M .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sLpsCkjP3M .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sLpsCkjP3M .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sLpsCkjP3M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sLpsCkjP3M .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-sLpsCkjP3M .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sLpsCkjP3M .offcanvas_box {
    display: none;
  }
}
.cid-sLpsCkjP3M .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sLpsCkjP3M .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sLpsCkjP3M .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-sLpsCkjP3M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLpsCkjP3M .nav-link {
  position: relative;
}
.cid-sLpsCkjP3M .container {
  display: flex;
  margin: auto;
}
.cid-sLpsCkjP3M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sLpsCkjP3M .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sLpsCkjP3M .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-sLpsCkjP3M .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sLpsCkjP3M .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sLpsCkjP3M .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sLpsCkjP3M .dropdown-menu,
.cid-sLpsCkjP3M .navbar.opened {
  background: #ffffff !important;
}
.cid-sLpsCkjP3M .nav-item:focus,
.cid-sLpsCkjP3M .nav-link:focus {
  outline: none;
}
.cid-sLpsCkjP3M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLpsCkjP3M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLpsCkjP3M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLpsCkjP3M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLpsCkjP3M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLpsCkjP3M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLpsCkjP3M .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sLpsCkjP3M .navbar.opened {
  transition: all 0.3s;
}
.cid-sLpsCkjP3M .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sLpsCkjP3M .navbar .navbar-logo img {
  width: auto;
}
.cid-sLpsCkjP3M .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
  background: #ffffff !important;
}
.cid-sLpsCkjP3M .navbar.collapsed {
  justify-content: center;
}
.cid-sLpsCkjP3M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLpsCkjP3M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLpsCkjP3M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sLpsCkjP3M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLpsCkjP3M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLpsCkjP3M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLpsCkjP3M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sLpsCkjP3M .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sLpsCkjP3M .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sLpsCkjP3M .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sLpsCkjP3M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLpsCkjP3M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLpsCkjP3M .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sLpsCkjP3M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLpsCkjP3M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLpsCkjP3M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLpsCkjP3M .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sLpsCkjP3M .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sLpsCkjP3M .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sLpsCkjP3M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLpsCkjP3M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLpsCkjP3M .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sLpsCkjP3M .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLpsCkjP3M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLpsCkjP3M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLpsCkjP3M .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-sLpsCkjP3M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLpsCkjP3M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLpsCkjP3M .dropdown-item.active,
.cid-sLpsCkjP3M .dropdown-item:active {
  background-color: transparent;
}
.cid-sLpsCkjP3M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLpsCkjP3M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLpsCkjP3M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLpsCkjP3M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLpsCkjP3M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLpsCkjP3M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLpsCkjP3M ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sLpsCkjP3M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLpsCkjP3M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sLpsCkjP3M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-sLpsCkjP3M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLpsCkjP3M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLpsCkjP3M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLpsCkjP3M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLpsCkjP3M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLpsCkjP3M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLpsCkjP3M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLpsCkjP3M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLpsCkjP3M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sLpsCkjP3M .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-sLpsCkjP3M .navbar {
    height: 70px;
  }
  .cid-sLpsCkjP3M .navbar.opened {
    height: auto;
  }
  .cid-sLpsCkjP3M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLpsCkjP3M .mbr-section-subtitle {
  color: #202020;
}
.cid-sLpsIHgOnZ {
  background: #ebf2e9;
}
.cid-sLpsIHgOnZ .navbar-dropdown {
  background-color: #ebf2e9 !important;
  padding: 0;
}
.cid-sLpsIHgOnZ .navbar-dropdown {
  position: relative !important;
}
.cid-sLpsIHgOnZ nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLpsIHgOnZ nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-sLpsIHgOnZ .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-sLpsIHgOnZ .offcanvas_image img,
  .cid-sLpsIHgOnZ .widget_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sLpsIHgOnZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sLpsIHgOnZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sLpsIHgOnZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sLpsIHgOnZ .offcanvas-body .mbr-text,
  .cid-sLpsIHgOnZ .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sLpsIHgOnZ .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sLpsIHgOnZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ebf2e9;
  }
  .cid-sLpsIHgOnZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-sLpsIHgOnZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sLpsIHgOnZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sLpsIHgOnZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sLpsIHgOnZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sLpsIHgOnZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sLpsIHgOnZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sLpsIHgOnZ .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-sLpsIHgOnZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sLpsIHgOnZ 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-sLpsIHgOnZ 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-sLpsIHgOnZ li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sLpsIHgOnZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-sLpsIHgOnZ .top_widget {
    display: flex;
    min-height: 110px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .cid-sLpsIHgOnZ .top_widget .mbr-iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: inherit;
    color: #202020;
    margin-right: 7px;
  }
}
.cid-sLpsIHgOnZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sLpsIHgOnZ .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sLpsIHgOnZ .nav-item {
    margin: 0 !important;
  }
}
.cid-sLpsIHgOnZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sLpsIHgOnZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sLpsIHgOnZ .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sLpsIHgOnZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sLpsIHgOnZ .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-sLpsIHgOnZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sLpsIHgOnZ .offcanvas_box,
  .cid-sLpsIHgOnZ .top_widget {
    display: none;
  }
}
.cid-sLpsIHgOnZ .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sLpsIHgOnZ .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sLpsIHgOnZ .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-sLpsIHgOnZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLpsIHgOnZ .nav-link {
  position: relative;
}
.cid-sLpsIHgOnZ .container {
  display: flex;
  margin: auto;
}
.cid-sLpsIHgOnZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sLpsIHgOnZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sLpsIHgOnZ .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-sLpsIHgOnZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sLpsIHgOnZ .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sLpsIHgOnZ .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sLpsIHgOnZ .dropdown-menu,
.cid-sLpsIHgOnZ .navbar.opened {
  background: #ebf2e9 !important;
}
.cid-sLpsIHgOnZ .nav-item:focus,
.cid-sLpsIHgOnZ .nav-link:focus {
  outline: none;
}
.cid-sLpsIHgOnZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLpsIHgOnZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLpsIHgOnZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLpsIHgOnZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLpsIHgOnZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLpsIHgOnZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLpsIHgOnZ .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sLpsIHgOnZ .navbar.opened {
  transition: all 0.3s;
}
.cid-sLpsIHgOnZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sLpsIHgOnZ .navbar .navbar-logo img {
  width: auto;
}
.cid-sLpsIHgOnZ .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #ebf2e9 !important;
}
.cid-sLpsIHgOnZ .navbar.collapsed {
  justify-content: center;
}
.cid-sLpsIHgOnZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLpsIHgOnZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLpsIHgOnZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLpsIHgOnZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLpsIHgOnZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLpsIHgOnZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sLpsIHgOnZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sLpsIHgOnZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sLpsIHgOnZ .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sLpsIHgOnZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLpsIHgOnZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLpsIHgOnZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sLpsIHgOnZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLpsIHgOnZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLpsIHgOnZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLpsIHgOnZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sLpsIHgOnZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sLpsIHgOnZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sLpsIHgOnZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLpsIHgOnZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLpsIHgOnZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sLpsIHgOnZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLpsIHgOnZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLpsIHgOnZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLpsIHgOnZ .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-sLpsIHgOnZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLpsIHgOnZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLpsIHgOnZ .dropdown-item.active,
.cid-sLpsIHgOnZ .dropdown-item:active {
  background-color: transparent;
}
.cid-sLpsIHgOnZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLpsIHgOnZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLpsIHgOnZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLpsIHgOnZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ebf2e9;
}
.cid-sLpsIHgOnZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLpsIHgOnZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLpsIHgOnZ ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sLpsIHgOnZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLpsIHgOnZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ebf2e9;
}
.cid-sLpsIHgOnZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-sLpsIHgOnZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLpsIHgOnZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLpsIHgOnZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLpsIHgOnZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLpsIHgOnZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLpsIHgOnZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLpsIHgOnZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLpsIHgOnZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLpsIHgOnZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sLpsIHgOnZ .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-sLpsIHgOnZ .navbar {
    height: 70px;
  }
  .cid-sLpsIHgOnZ .navbar.opened {
    height: auto;
  }
  .cid-sLpsIHgOnZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLpsIHgOnZ .mbr-section-subtitle {
  color: #202020;
}
.cid-sLpoDjoJjb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9e7e6;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-sLpoDjoJjb .mbr-section-title {
  margin: 20px 0;
  color: #202020;
  text-align: center;
}
.cid-sLpoDjoJjb .shape {
  position: absolute;
  z-index: -1;
  bottom: -4.5rem;
  right: 0;
  max-width: 160px;
}
.cid-sLpoDjoJjb .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-sLpoDjoJjb .shape {
    max-width: 80px;
  }
}
.cid-sLnclyA9TJ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sLnclyA9TJ .row {
  align-items: center;
  justify-content: center;
}
.cid-sLnclyA9TJ .shape_left {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #ebf2e9;
}
.cid-sLnclyA9TJ .shape_right {
  width: 25%;
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #fef2f2;
}
.cid-sLnclyA9TJ .content_box {
  position: relative;
  z-index: 1;
}
.cid-sLnclyA9TJ .mbr-section-title {
  margin-bottom: 21px;
  color: #202020;
}
.cid-sLnclyA9TJ .mbr-text {
  margin-bottom: 21px;
}
.cid-sLnclyA9TJ .image-wrapper,
.cid-sLnclyA9TJ img {
  width: 100%;
}
.cid-sLnclyA9TJ .image-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 991px) {
  .cid-sLnclyA9TJ .content_box {
    padding: 0 5rem 0 1rem;
  }
  .cid-sLnclyA9TJ .image_left {
    padding-top: 5rem;
  }
  .cid-sLnclyA9TJ .image_right {
    right: -2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLnclyA9TJ .row {
    flex-direction: column;
  }
  .cid-sLnclyA9TJ .shape {
    display: none;
  }
  .cid-sLnclyA9TJ .content_box {
    padding: 2rem 0;
  }
}
.cid-sLnclONuCL {
  padding-top: 5rem;
  padding-bottom: 6rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sLnclONuCL .image_behind,
.cid-sLnclONuCL .image_ahead {
  display: none;
}
@media (min-width: 992px) {
  .cid-sLnclONuCL .image_behind {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 370px;
    height: 575px;
    transform: translateY(-50%);
  }
  .cid-sLnclONuCL .image_behind img {
    height: 100%;
  }
  .cid-sLnclONuCL .image_wrapper {
    display: inline-block;
  }
  .cid-sLnclONuCL .image_ahead {
    display: block;
    position: absolute;
    right: -80px;
    bottom: -90px;
    z-index: 5;
    width: 160px;
    height: 240px;
  }
  .cid-sLnclONuCL .image_ahead img {
    height: 100%;
  }
  .cid-sLnclONuCL .main_header {
    padding-right: 100px;
  }
}
.cid-sLnclONuCL .mbr-section-title {
  margin-bottom: 18px;
  border-radius: 50%;
  color: #202020;
}
.cid-sLnclONuCL .mbr-text {
  margin-bottom: 33px;
}
.cid-sLnclONuCL .item-img {
  position: relative;
  z-index: 3;
  height: 100%;
}
.cid-sLnclONuCL .item-img:before,
.cid-sLnclONuCL .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-sLnclONuCL img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sLnclONuCL .image_wrapper {
    margin-bottom: 60px;
  }
}
.cid-sLncmeJqg5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fef2f2;
}
.cid-sLncmeJqg5 img {
  width: 100%;
  object-fit: cover;
  height: 450px;
  min-height: 400px;
}
.cid-sLncmeJqg5 .mbr-section-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-sLncmeJqg5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sLncmeJqg5 .main_header {
  position: relative;
}
.cid-sLncmeJqg5 .content_box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 3rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sLncmeJqg5 .content_box {
    padding: 1rem;
    text-align: center;
  }
}
.cid-sLncm1HUTZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #fef2f2;
}
.cid-sLncm1HUTZ .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-sLncm1HUTZ .image-wrapper img {
  display: block;
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
}
.cid-sLncm1HUTZ .item-img {
  margin-bottom: 26px;
  display: block;
  text-align: center;
}
.cid-sLncm1HUTZ .item-img img {
  width: 240px;
  height: auto;
  object-fit: contain;
  display: inline-block;
}
.cid-sLncm1HUTZ .main_header {
  padding: 10%;
}
@media (min-width: 992px) {
  .cid-sLncm1HUTZ .main_header {
    padding: 0 33%;
  }
}
@media (max-width: 767px) {
  .cid-sLncm1HUTZ .main_header {
    padding: 2rem 12px 4rem    ;
  }
}
.cid-sLncm1HUTZ .mbr-section-title {
  margin-bottom: 22px;
  color: #202020;
}
.cid-sLncm1HUTZ .mbr-text {
  margin-bottom: 22px;
}
.cid-sLncm1HUTZ .linkBtn a {
  margin-top: 18px;
  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-sLncm1HUTZ .linkBtn a:after,
.cid-sLncm1HUTZ .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-sLncm1HUTZ .linkBtn a:before {
  left: 0;
}
.cid-sLncm1HUTZ .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sLncm1HUTZ .linkBtn a:hover:before,
.cid-sLncm1HUTZ .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sLncmr6X5g {
  background-color: #ffffff;
}
.cid-sLncmr6X5g .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-sLncmr6X5g .content_wrap {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sLncmr6X5g .content_wrap {
    padding: 60px 12px;
  }
}
.cid-sLncmr6X5g .mbr-section-title {
  margin-bottom: 25px;
  color: #202020;
}
.cid-sLncmr6X5g .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 991px) {
  .cid-sLncmr6X5g .height_100 {
    height: 100%;
  }
}
.cid-sLncmr6X5g .item-image,
.cid-sLncmr6X5g img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-sLncmDrTCL {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .cid-sLncmDrTCL .carousel {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .cid-sLncmDrTCL .carousel {
    height: 60vh;
  }
}
.cid-sLncmDrTCL .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sLncmDrTCL .carousel-item,
.cid-sLncmDrTCL .carousel-inner {
  height: 100%;
}
.cid-sLncmDrTCL .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-sLncmDrTCL .content_wrap {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sLncmDrTCL .content_wrap {
    padding: 60px 12px;
  }
}
.cid-sLncmDrTCL .carousel-item,
.cid-sLncmDrTCL .carousel-inner {
  height: 100%;
}
.cid-sLncmDrTCL .mbr-section-title {
  margin-bottom: 25px;
  color: #202020;
}
.cid-sLncmDrTCL .mbr-section-btn {
  margin-top: 42px;
}
.cid-sLncmDrTCL .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sLncmDrTCL .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sLncmDrTCL .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-sLncmDrTCL .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-sLncmDrTCL .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sLncmDrTCL .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sLncmDrTCL .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sLncmDrTCL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sLncmDrTCL .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: #fef2f2;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-sLncmDrTCL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -1.9rem;
}
.cid-sLncmDrTCL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -1.9rem;
}
.cid-sLncmDrTCL .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-sLncmDrTCL .carousel-control {
    display: none !important;
  }
}
.cid-sLncmDrTCL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-sLncmDrTCL .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 10px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-sLncmDrTCL .carousel-indicators li.active,
.cid-sLncmDrTCL .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-sLncmDrTCL .carousel-indicators li::after,
.cid-sLncmDrTCL .carousel-indicators li::before {
  content: none;
}
.cid-sLncmDrTCL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sLncmDrTCL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sLncmDrTCL .height_100 {
    height: 100%;
  }
}
.cid-sLpoUJjldw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9e7e6;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-sLpoUJjldw .mbr-section-title {
  margin: 20px 0;
  color: #202020;
  text-align: center;
}
.cid-sLpoUJjldw .shape {
  position: absolute;
  z-index: -1;
  bottom: -4.5rem;
  right: 0;
  max-width: 160px;
}
.cid-sLpoUJjldw .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-sLpoUJjldw .shape {
    max-width: 80px;
  }
}
.cid-sLncnrXgzy {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sLncnrXgzy img,
.cid-sLncnrXgzy .item-img {
  width: 100%;
  object-fit: cover;
  height: 500px;
  transition: all 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-sLncnrXgzy .item-img {
  position: relative;
}
.cid-sLncnrXgzy .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #dddddd;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-sLncnrXgzy .item-img:hover {
  transform: translateY(-7px);
}
.cid-sLncnrXgzy .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sLncnrXgzy .item:nth-child(1),
  .cid-sLncnrXgzy .item:nth-child(2),
  .cid-sLncnrXgzy .item:nth-child(3) {
    margin-top: 70px;
  }
  .cid-sLncnrXgzy .item:nth-child(2),
  .cid-sLncnrXgzy .item:nth-child(5),
  .cid-sLncnrXgzy .item:nth-child(8),
  .cid-sLncnrXgzy .item:nth-child(11),
  .cid-sLncnrXgzy .item:nth-child(15) {
    transform: translateY(-70px);
  }
}
.cid-sLncnrXgzy .item-title {
  margin-bottom: 1rem;
  color: #202020;
}
.cid-sLncnrXgzy .item_content {
  margin-top: 27px;
}
.cid-sLncnrXgzy .mbr-text {
  margin-bottom: 1rem;
}
.cid-sLncnrXgzy .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-sLncnrXgzy .item-wrapper {
    padding: 0 1.5rem;
  }
}
.cid-sLncnFyioE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sLncnFyioE .mbr-section-title {
  color: #202020;
  margin-bottom: 18px;
}
.cid-sLncnFyioE .main_header {
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  .cid-sLncnFyioE .main_header {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .cid-sLncnFyioE .main_header {
    margin-bottom: 60px;
  }
}
.cid-sLncnFyioE .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #fef2f2;
  z-index: 0;
}
.cid-sLncnFyioE img,
.cid-sLncnFyioE .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-sLncnFyioE .item-img {
  position: relative;
}
.cid-sLncnFyioE .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #dddddd;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-sLncnFyioE .item {
  margin-bottom: 2rem;
}
.cid-sLncnFyioE .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-sLncnUvvHL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sLncnUvvHL .main_header {
    padding-left: 100px;
  }
}
.cid-sLncnUvvHL .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-sLncnUvvHL .mbr-text {
  margin-bottom: 33px;
}
.cid-sLncnUvvHL .image_wrapper {
  display: flex;
}
.cid-sLncnUvvHL .image_wrapper .item-img:nth-child(1) {
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sLncnUvvHL .image_wrapper {
    margin: 65px 0 50px;
  }
}
@media (max-width: 767px) {
  .cid-sLncnUvvHL .image_wrapper {
    flex-direction: column;
    margin: 40px 0 30px;
  }
  .cid-sLncnUvvHL .image_wrapper .item-img:nth-child(1) {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.cid-sLncnUvvHL .item-img {
  position: relative;
}
.cid-sLncnUvvHL .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #eae8e4;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-sLncnUvvHL img,
.cid-sLncnUvvHL .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-sLncp0gYgT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sLncp0gYgT .image_wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
}
.cid-sLncp0gYgT .item-img {
  width: 150px;
  margin-bottom: 21px;
  height: 100%;
  display: inline-block;
}
.cid-sLncp0gYgT img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-sLncp0gYgT .item {
  margin-bottom: 70px;
}
.cid-sLncp0gYgT .item-title {
  margin-bottom: 11px;
  color: #202020;
}
.cid-sLncp0gYgT .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-sLncp0gYgT .mbr-text {
  margin-bottom: 18px;
}
.cid-sLncp0gYgT .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-sLncp0gYgT .linkBtn a:after,
.cid-sLncp0gYgT .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-sLncp0gYgT .linkBtn a:before {
  left: 0;
}
.cid-sLncp0gYgT .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sLncp0gYgT .linkBtn a:hover:before,
.cid-sLncp0gYgT .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sLncpdXe4I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sLncpdXe4I .main_header {
  position: relative;
  z-index: 5;
  padding: 0 12px;
  margin: 0 4%;
}
@media (max-width: 767px) {
  .cid-sLncpdXe4I .main_header {
    margin: 0;
  }
}
.cid-sLncpdXe4I .mbr-section-title {
  color: #202020;
  margin: 25px 0;
}
.cid-sLncpdXe4I .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-color: #fef2f2;
  z-index: 0;
}
.cid-sLncpdXe4I img {
  width: 100%;
  object-fit: cover;
}
.cid-sLncpdXe4I .image_left,
.cid-sLncpdXe4I .image_right {
  display: block;
  position: relative;
  left: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sLncpdXe4I .image_left {
    padding-top: 150px;
  }
}
.cid-sLncpdXe4I .image_right {
  right: 0;
  left: auto;
}
.cid-sLncpdXe4I .list_widget {
  margin-bottom: 43px;
}
.cid-sLncpdXe4I .mbr-section-subtitle {
  line-height: 1.2727em;
  color: #202020;
}
.cid-sLncpdXe4I .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-sLncpdXe4I .linkBtn a:after,
.cid-sLncpdXe4I .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-sLncpdXe4I .linkBtn a:before {
  left: 0;
}
.cid-sLncpdXe4I .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sLncpdXe4I .linkBtn a:hover:before,
.cid-sLncpdXe4I .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sLncpxiqNx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sLncpxiqNx .content_box {
  position: relative;
}
.cid-sLncpxiqNx .content_box .shape {
  position: absolute;
  z-index: 1;
  bottom: 2px;
  left: 50%;
}
.cid-sLncpxiqNx .content_box .shape img {
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
}
.cid-sLncpxiqNx .main_header {
  position: relative;
  z-index: 5;
  padding: 0 12px;
  margin: 0 4%;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .cid-sLncpxiqNx .main_header {
    margin: 0;
  }
}
.cid-sLncpxiqNx .mbr-section-title {
  color: #202020;
  margin: 25px 0;
}
.cid-sLncpxiqNx .mbr-section-subtitle {
  margin-bottom: 11px;
  line-height: 1.2727em;
  color: #202020;
}
.cid-sLncpxiqNx .mbr-text {
  margin-bottom: 25px;
}
.cid-sLncpxiqNx .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background-color: #fef2f2;
  z-index: 0;
}
.cid-sLncpxiqNx img {
  width: 100%;
  object-fit: cover;
}
.cid-sLncpxiqNx .image_left,
.cid-sLncpxiqNx .image_right {
  display: block;
  position: relative;
  left: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sLncpxiqNx .image_left {
    padding-top: 150px;
  }
}
.cid-sLncpxiqNx .image_right {
  right: 0;
  left: auto;
}
.cid-sLncpxiqNx .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-sLncpxiqNx .linkBtn a:after,
.cid-sLncpxiqNx .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-sLncpxiqNx .linkBtn a:before {
  left: 0;
}
.cid-sLncpxiqNx .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sLncpxiqNx .linkBtn a:hover:before,
.cid-sLncpxiqNx .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sLncpWMM5y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sLncpWMM5y .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #ffffff;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-sLncpWMM5y .main_header {
    padding-top: 66px;
  }
  .cid-sLncpWMM5y .main_header > .row {
    flex-direction: column;
  }
  .cid-sLncpWMM5y .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-sLncpWMM5y .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-sLncpWMM5y .mbr-section-title {
    text-align: center;
  }
}
.cid-sLncpWMM5y .mbr-text {
  margin: 25px 0;
}
.cid-sLncpWMM5y .bgImage {
  position: relative;
  width: 100%;
  height: 550px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sLncpWMM5y .bgImage {
    height: 65vh;
  }
}
.cid-sLncpWMM5y img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sLncpWMM5y .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-sLncpWMM5y .linkBtn a:after,
.cid-sLncpWMM5y .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-sLncpWMM5y .linkBtn a:before {
  left: 0;
}
.cid-sLncpWMM5y .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sLncpWMM5y .linkBtn a:hover:before,
.cid-sLncpWMM5y .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sLncqegvcJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #a7a27e;
}
.cid-sLncqegvcJ .mark {
  padding: 6px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #ffffff;
}
.cid-sLncqegvcJ .mark_text {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.3em;
  font-weight: 600;
  color: #202020;
}
.cid-sLncqegvcJ .mbr-section-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-sLncqegvcJ .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-sLncqegvcJ .mbr-text {
  color: #ffffff;
}
.cid-sLncqegvcJ .card_title {
  color: #ffffff;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-sLncqegvcJ .card_content {
  margin: 26px 0 23px;
}
.cid-sLncqegvcJ img,
.cid-sLncqegvcJ .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-sLncqegvcJ .item {
  margin-bottom: 30px;
}
.cid-sLncqegvcJ .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-sLncqegvcJ .card_text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-sLncqegvcJ .item-img {
  position: relative;
}
.cid-sLncqegvcJ .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-sLncqegvcJ .item-img:hover .mbr-section-btn {
  top: 50%;
  opacity: 1;
}
.cid-sLncqxcEk6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sLncqxcEk6 .content_box {
  padding: 115px 3rem;
  background-color: #fef2f2;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-sLncqxcEk6 .content_box {
    margin-top: 30px;
    padding: 65px 1rem;
  }
}
.cid-sLncqxcEk6 .mbr-section-title {
  color: #202020;
  margin-bottom: 29px;
}
.cid-sLncqxcEk6 img,
.cid-sLncqxcEk6 .image-wrapper {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sLncqxcEk6 .list_widget {
  padding-bottom: 20px;
}
.cid-sLncqxcEk6 .mbr-section-subtitle {
  line-height: 1.2727em;
  color: #202020;
}
.cid-sLncqxcEk6 .linkBtn {
  margin-top: 23px;
}
.cid-sLncqxcEk6 .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-sLncqxcEk6 .linkBtn a:after,
.cid-sLncqxcEk6 .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-sLncqxcEk6 .linkBtn a:before {
  left: 0;
}
.cid-sLncqxcEk6 .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sLncqxcEk6 .linkBtn a:hover:before,
.cid-sLncqxcEk6 .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sLncr7MFA1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sLncr7MFA1 .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sLncr7MFA1 .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-sLncr7MFA1 .mbr-section-btn {
  margin-top: 43px;
}
.cid-sLncr7MFA1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sLncr7MFA1 .card-wrapper {
    padding-right: 30%;
  }
}
@media (max-width: 991px) {
  .cid-sLncr7MFA1 .card-wrapper {
    margin-top: 60px;
  }
}
.cid-sLncrk1U6x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
}
@media (min-width: 768px) {
  .cid-sLncrk1U6x .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-sLncrk1U6x .g-0 > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sLncrk1U6x .card_wrapper {
  padding: 2rem 20%;
  background-color: #fef2f2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sLncrk1U6x .card_wrapper {
    padding: 65px 30px;
  }
  .cid-sLncrk1U6x .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-sLncrk1U6x .content_box {
  position: relative;
  z-index: 2;
}
.cid-sLncrk1U6x .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  padding: 0 100px;
}
.cid-sLncrk1U6x .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sLncrk1U6x .mbr-text {
  color: #202020;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cid-sLncrk1U6x .mbr-text.display-5 {
    line-height: 42px;
  }
}
.cid-sLncrk1U6x .image-wrapper,
.cid-sLncrk1U6x img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sLncruc99w {
  padding-top: 0rem;
  padding-bottom: 4rem;
  position: relative;
}
@media (min-width: 768px) {
  .cid-sLncruc99w .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-sLncruc99w .g-0 > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sLncruc99w .card_wrapper {
  padding: 2rem 20%;
  background-color: #fef2f2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sLncruc99w .card_wrapper {
    padding: 65px 30px;
  }
  .cid-sLncruc99w .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-sLncruc99w .content_box {
  position: relative;
  z-index: 2;
}
.cid-sLncruc99w .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  padding: 0 100px;
}
.cid-sLncruc99w .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sLncruc99w .mbr-section-title {
  color: #202020;
  margin-bottom: 20px;
}
.cid-sLncruc99w .mbr-section-btn {
  margin-top: 43px;
}
.cid-sLncruc99w .image-wrapper,
.cid-sLncruc99w img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sLpp78M8hm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9e7e6;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-sLpp78M8hm .mbr-section-title {
  margin: 20px 0;
  color: #202020;
  text-align: center;
}
.cid-sLpp78M8hm .shape {
  position: absolute;
  z-index: -1;
  bottom: -4.5rem;
  right: 0;
  max-width: 160px;
}
.cid-sLpp78M8hm .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-sLpp78M8hm .shape {
    max-width: 80px;
  }
}
.cid-sLncv0ZLco {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/bistrom5/assets/images/background.jpg");
}
.cid-sLncv0ZLco .image-wrapper,
.cid-sLncv0ZLco img {
  width: 100%;
  object-fit: contain;
}
.cid-sLncv0ZLco img {
  display: inline-block;
  width: 6rem;
}
.cid-sLncv0ZLco .mbr-section-title {
  margin: 25px 0;
}
.cid-sLncv0ZLco .mbr-text {
  margin-bottom: 19px;
}
.cid-sLncvpqFL8 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #fef2f2;
}
.cid-sLncvpqFL8 .mbr-section-title {
  color: #202020;
}
.cid-sLncvpqFL8 .mbr-text {
  margin: 25px 0;
  color: #202020;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
}
.cid-sLncvpqFL8 .content_box {
  position: relative;
}
.cid-sLncvpqFL8 .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-sLncvpqFL8 .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-sLncvM9qL0 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #fef2f2;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-sLncvM9qL0 .mbr-section-title {
  margin: 20px 0;
  color: #202020;
}
.cid-sLncvM9qL0 .shape {
  position: absolute;
  z-index: -1;
  bottom: -7.5rem;
  right: 0;
  max-width: 160px;
}
.cid-sLncvM9qL0 .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-sLncvM9qL0 .shape {
    max-width: 80px;
  }
}
.cid-sLncwcuucb {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #a7a27e;
}
.cid-sLncwcuucb .main_header {
  margin: 25px 0 44px;
}
.cid-sLncwcuucb .mbr-section-title {
  color: #ffffff;
  margin-bottom: 13px;
}
.cid-sLncwcuucb .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sLncwcuucb .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sLncwcuucb .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sLncwcuucb .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sLncwcuucb .line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sLncwcuucb .card_title {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sLncwcuucb .card_price {
  color: #ffffff;
}
.cid-sLncwcuucb .card_text {
  color: #ffffff;
}
.cid-sLncwuFKKA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLncwuFKKA .mbr-section-title {
  margin: 20px 0;
  color: #202020;
}
.cid-sLncwuFKKA .main_header {
  background-color: #fef2f2;
  position: relative;
  z-index: 1;
  padding: 8rem 2.75rem;
}
@media (max-width: 991px) {
  .cid-sLncwuFKKA .main_header {
    padding: 3.5rem 2.75rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLncwuFKKA .main_header {
    padding: 3.5rem .75rem 4rem;
  }
}
.cid-sLncwuFKKA .shape {
  position: absolute;
  z-index: -1;
  top: -40px;
  right: 20px;
  max-width: 160px;
}
.cid-sLncwuFKKA .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-sLncwuFKKA .shape {
    max-width: 80px;
  }
}
.cid-sLncwuFKKA .shape2 {
  width: 185px;
  height: auto;
  position: absolute;
  left: 70px;
  bottom: -40px;
}
.cid-sLncwuFKKA .shape2 img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
@media (max-width: 767px) {
  .cid-sLncwuFKKA .shape2 {
    width: 95px;
    bottom: -20px;
  }
}
.cid-sLppmtk5PJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9e7e6;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-sLppmtk5PJ .mbr-section-title {
  margin: 20px 0;
  color: #202020;
  text-align: center;
}
.cid-sLppmtk5PJ .shape {
  position: absolute;
  z-index: -1;
  bottom: -4.5rem;
  right: 0;
  max-width: 160px;
}
.cid-sLppmtk5PJ .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-sLppmtk5PJ .shape {
    max-width: 80px;
  }
}
.cid-sLncx46k3R {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sLncx46k3R .mbr-section-title {
  text-align: center;
  margin-bottom: 50px;
  color: #202020;
}
.cid-sLncx46k3R .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fef2f2;
  z-index: 0;
}
.cid-sLncx46k3R .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-sLncx46k3R .circle {
    max-height: 120px;
    max-width: 120px;
  }
}
.cid-sLncx46k3R .iconfont-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.cid-sLncx46k3R .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  margin-left: 3px;
  color: #202020;
}
.cid-sLncx46k3R .mbr-media {
  position: relative;
  cursor: pointer;
}
.cid-sLncx46k3R .mbr-media img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.cid-sLncx46k3R .mbr-media:hover .circle {
  width: 109.25px;
  height: 109.25px;
  cursor: pointer;
}
.cid-sLncx46k3R .shape {
  position: absolute;
  z-index: 6;
  top: 20%;
  left: -5%;
  width: 150px;
  height: 150px;
}
.cid-sLncx46k3R .shape img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-sLncx46k3R .shape {
    display: none;
  }
}
.cid-sLncx46k3R .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sLncx46k3R .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sLncx46k3R .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sLncx46k3R .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-sLncx46k3R .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sLncxtrISS {
  padding-top: 2rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sLncxtrISS .content_box {
  padding: 2rem 15%;
  background-color: #fef2f2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sLncxtrISS .content_box {
    margin-top: 30px;
    padding: 65px 30px;
  }
  .cid-sLncxtrISS .content_box .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-sLncxtrISS .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  padding: 0 100px;
}
.cid-sLncxtrISS .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sLncxtrISS .mbr-text {
  line-height: 1;
  color: #202020;
  position: relative;
  z-index: 2;
}
.cid-sLncxtrISS iframe {
  height: 400px !important;
}
.cid-sLncxLDS9A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLncxLDS9A img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}
@media (max-width: 800px) {
  .cid-sLncxLDS9A img {
    height: auto;
  }
}
.cid-sLppAzFChT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9e7e6;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-sLppAzFChT .mbr-section-title {
  margin: 20px 0;
  color: #202020;
  text-align: center;
}
.cid-sLppAzFChT .shape {
  position: absolute;
  z-index: -1;
  bottom: -4.5rem;
  right: 0;
  max-width: 160px;
}
.cid-sLppAzFChT .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-sLppAzFChT .shape {
    max-width: 80px;
  }
}
.cid-sLncyGSMK5 {
  background-color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-sLncyGSMK5 .carousel {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .cid-sLncyGSMK5 .carousel {
    height: 80vh;
  }
}
.cid-sLncyGSMK5 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sLncyGSMK5 .carousel-item,
.cid-sLncyGSMK5 .carousel-inner {
  height: 100%;
}
.cid-sLncyGSMK5 .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sLncyGSMK5 .mbr-section-btn {
  margin-top: 25px;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .cid-sLncyGSMK5 .mbr-section-btn .btn {
    padding: 1rem 2rem;
  }
}
.cid-sLncyGSMK5 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sLncyGSMK5 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sLncyGSMK5 .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-sLncyGSMK5 .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-sLncyGSMK5 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sLncyGSMK5 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sLncyGSMK5 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sLncyGSMK5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sLncyGSMK5 .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: #fef2f2;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-sLncyGSMK5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -2.5rem;
}
.cid-sLncyGSMK5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -2.5rem;
}
.cid-sLncyGSMK5 .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-sLncyGSMK5 .carousel-control {
    display: none !important;
  }
}
.cid-sLncyGSMK5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-sLncyGSMK5 .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 10px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-sLncyGSMK5 .carousel-indicators li.active,
.cid-sLncyGSMK5 .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-sLncyGSMK5 .carousel-indicators li::after,
.cid-sLncyGSMK5 .carousel-indicators li::before {
  content: none;
}
.cid-sLncyGSMK5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sLncyGSMK5 .carousel-indicators {
    display: none !important;
  }
}
.cid-sLncz00qzJ {
  background-color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .cid-sLncz00qzJ .carousel {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .cid-sLncz00qzJ .carousel {
    height: 100vh;
  }
}
.cid-sLncz00qzJ .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sLncz00qzJ .carousel-item,
.cid-sLncz00qzJ .carousel-inner {
  height: 100%;
}
.cid-sLncz00qzJ .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sLncz00qzJ .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-sLncz00qzJ .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-sLncz00qzJ .mbr-section-title.display-1 {
    font-size: 110px;
    line-height: 186px;
  }
}
.cid-sLncz00qzJ .mbr-section-btn {
  margin-top: 42px;
}
.cid-sLncz00qzJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sLncz00qzJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sLncz00qzJ .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-sLncz00qzJ .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-sLncz00qzJ .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sLncz00qzJ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sLncz00qzJ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sLncz00qzJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sLncz00qzJ .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-sLncz00qzJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-sLncz00qzJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-sLncz00qzJ .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-sLncz00qzJ .carousel-control {
    display: none !important;
  }
}
.cid-sLncz00qzJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-sLncz00qzJ .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-sLncz00qzJ .carousel-indicators li.active,
.cid-sLncz00qzJ .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-sLncz00qzJ .carousel-indicators li::after,
.cid-sLncz00qzJ .carousel-indicators li::before {
  content: none;
}
.cid-sLncz00qzJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sLncz00qzJ .carousel-indicators {
    display: none !important;
  }
}
.cid-sLncz00qzJ .mbr-section-text,
.cid-sLncz00qzJ .mbr-section-btn {
  text-align: center;
}
.cid-sLppPVLqFS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9e7e6;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-sLppPVLqFS .mbr-section-title {
  margin: 20px 0;
  color: #202020;
  text-align: center;
}
.cid-sLppPVLqFS .shape {
  position: absolute;
  z-index: -1;
  bottom: -4.5rem;
  right: 0;
  max-width: 160px;
}
.cid-sLppPVLqFS .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-sLppPVLqFS .shape {
    max-width: 80px;
  }
}
.cid-sLnczIVCPS {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #fef2f2;
}
.cid-sLnczIVCPS .content_box {
  position: relative;
  z-index: 5;
}
.cid-sLnczIVCPS .carousel-item {
  justify-content: center;
}
.cid-sLnczIVCPS .carousel-item.active,
.cid-sLnczIVCPS .carousel-item-next,
.cid-sLnczIVCPS .carousel-item-prev {
  display: flex;
}
.cid-sLnczIVCPS .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-sLnczIVCPS .carousel-control-next span {
  padding-left: 5px;
}
.cid-sLnczIVCPS .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sLnczIVCPS .user_image {
  width: 100px;
  margin-bottom: 35px;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-sLnczIVCPS .user_image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-sLnczIVCPS .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sLnczIVCPS .user_text {
  line-height: 1.272em;
  font-weight: 500;
  color: #202020;
}
.cid-sLncA9ckLN {
  padding-top: 4rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sLncA9ckLN .card_title {
  color: #202020;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-sLncA9ckLN .card_content {
  margin-top: 29px;
}
.cid-sLncA9ckLN img,
.cid-sLncA9ckLN .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-sLncA9ckLN .item {
  margin-bottom: 85px;
}
.cid-sLncA9ckLN .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-sLncA9ckLN .mbr-text {
  color: #202020;
}
.cid-sLncA9ckLN .icons_card {
  margin-top: 17px;
  display: flex;
  justify-content: center;
  height: 26px;
}
.cid-sLncA9ckLN .iconfont-wrapper {
  color: #202020;
  font-size: 1.1rem;
  margin-right: 10px;
  width: 1.1rem;
  height: 1.1rem;
  transition: all 0.2s ease-in-out;
}
.cid-sLncA9ckLN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sLncA9ckLN .iconfont-wrapper:hover {
  opacity: .85;
}
.cid-sLncAz7jmD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sLncAz7jmD .content_box {
  justify-content: center;
  align-items: center;
  padding: 12px 15%;
  background-color: #fef2f2;
  text-align: center;
}
.cid-sLncAz7jmD .mbr-section-title {
  color: #202020;
  margin-bottom: 15px;
}
.cid-sLncAz7jmD .card_title {
  color: #202020;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-sLncAz7jmD img,
.cid-sLncAz7jmD .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-sLncAz7jmD .item,
.cid-sLncAz7jmD .item_block {
  margin-bottom: 30px;
}
.cid-sLncAz7jmD .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
  position: relative;
}
.cid-sLncAz7jmD .item-wrapper:hover .card_box {
  clip-path: inset(15px 15px 15px 15px);
  opacity: 1;
}
.cid-sLncAz7jmD .item-wrapper:hover .card_title {
  transition-delay: .1s;
  opacity: 1;
  transform: translateY(0);
}
.cid-sLncAz7jmD .item-wrapper:hover .card_text {
  transition-delay: .2s;
  opacity: 1;
  transform: translateY(0);
}
.cid-sLncAz7jmD .item-wrapper:hover .icons_card {
  transition-delay: .3s;
  opacity: 1;
  transform: translateY(0);
}
.cid-sLncAz7jmD .card_title,
.cid-sLncAz7jmD .card_text,
.cid-sLncAz7jmD .icons_card {
  transform: translateY(16px);
  opacity: 0;
  transition: opacity 0.44s cubic-bezier(0.54, 0.32, 0.05, 0.96), transform 0.44s cubic-bezier(0.54, 0.32, 0.05, 0.96);
}
.cid-sLncAz7jmD .mbr-text,
.cid-sLncAz7jmD .card_text {
  color: #202020;
}
.cid-sLncAz7jmD .card_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: inset(0 0 0 0);
  opacity: 0;
  padding: 30px;
  transition: opacity 0.3s ease, clip-path 0.52s ease, -webkit-clip-path 0.52s ease;
  background-color: #fef2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-sLncAz7jmD .icons_card {
  margin-top: 17px;
  display: flex;
  justify-content: center;
  height: 26px;
}
.cid-sLncAz7jmD .iconfont-wrapper {
  color: #202020;
  font-size: 1.1rem;
  margin-right: 10px;
  width: 1.1rem;
  height: 1.1rem;
  transition: all 0.2s ease-in-out;
}
.cid-sLncAz7jmD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sLncAz7jmD .iconfont-wrapper:hover {
  opacity: .85;
}
.cid-sLncAz7jmD .linkBtn {
  margin-top: 35px;
  width: 100%;
}
.cid-sLncAz7jmD .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-sLncAz7jmD .linkBtn a:after,
.cid-sLncAz7jmD .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-sLncAz7jmD .linkBtn a:before {
  left: 0;
}
.cid-sLncAz7jmD .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sLncAz7jmD .linkBtn a:hover:before,
.cid-sLncAz7jmD .linkBtn a:hover:after {
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .cid-sLncAz7jmD .card_title,
  .cid-sLncAz7jmD .card_text,
  .cid-sLncAz7jmD .icons_card {
    transform: translateY(0);
    opacity: 1;
  }
  .cid-sLncAz7jmD .card_box {
    opacity: 1;
    background-color: rgba(254, 242, 242, 0.87);
  }
}
.cid-sLncAX1m5j {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-sLncAX1m5j .shape_img {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: -10%;
  width: 150px;
}
.cid-sLncAX1m5j .shape_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-sLncAX1m5j .shape_img {
    display: none;
  }
}
.cid-sLncAX1m5j .row {
  align-items: center;
}
.cid-sLncAX1m5j .shape_left {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #ebf2e9;
}
.cid-sLncAX1m5j .shape_right {
  width: 15%;
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #fef2f2;
}
.cid-sLncAX1m5j .content_box {
  position: relative;
  z-index: 3;
}
.cid-sLncAX1m5j .mbr-section-title {
  margin-bottom: 21px;
  color: #202020;
}
.cid-sLncAX1m5j .mbr-text {
  margin-bottom: 21px;
}
.cid-sLncAX1m5j .image-wrapper,
.cid-sLncAX1m5j img {
  width: 100%;
}
.cid-sLncAX1m5j .image-wrapper {
  position: relative;
  z-index: 1;
}
.cid-sLncAX1m5j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sLncAX1m5j .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sLncAX1m5j .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-sLncAX1m5j .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media (min-width: 991px) {
  .cid-sLncAX1m5j .content_box {
    padding: 0 5rem 0 1rem;
  }
  .cid-sLncAX1m5j .image_left {
    padding-top: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-sLncAX1m5j .row {
    flex-direction: column;
  }
  .cid-sLncAX1m5j .content_box {
    padding: 3rem 0;
  }
}
@media (max-width: 767px) {
  .cid-sLncAX1m5j .shape {
    display: none;
  }
}
.cid-sLpq4dYy4p {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9e7e6;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-sLpq4dYy4p .mbr-section-title {
  margin: 20px 0;
  color: #202020;
  text-align: center;
}
.cid-sLpq4dYy4p .shape {
  position: absolute;
  z-index: -1;
  bottom: -4.5rem;
  right: 0;
  max-width: 160px;
}
.cid-sLpq4dYy4p .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-sLpq4dYy4p .shape {
    max-width: 80px;
  }
}
.cid-sLncBFvuf7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sLncBFvuf7 .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-sLncBFvuf7 .image-wrapper img {
  display: block;
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
}
.cid-sLncBFvuf7 .item-img {
  margin-bottom: 18px;
  display: block;
  text-align: center;
}
.cid-sLncBFvuf7 .item-img img {
  width: 240px;
  height: auto;
  object-fit: contain;
  display: inline-block;
  transition: transform 0.29s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-sLncBFvuf7 .main_header {
  padding: 10%;
}
@media (min-width: 992px) {
  .cid-sLncBFvuf7 .main_header {
    padding: 0 15%;
  }
  .cid-sLncBFvuf7 .main_header:hover img {
    transform: translateX(7px);
  }
}
@media (max-width: 767px) {
  .cid-sLncBFvuf7 .main_header {
    padding: 30px 12px 4rem;
  }
}
.cid-sLncBFvuf7 .mbr-section-title {
  margin-bottom: 22px;
  color: #202020;
}
.cid-sLncBFvuf7 .mbr-text {
  margin: 11px 0 4px;
  color: #202020;
}
.cid-sLncBFvuf7 .header_address {
  margin-top: 26px;
}
.cid-sLncBXppPj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLncBXppPj .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-sLncBXppPj .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-sLncBXppPj img,
.cid-sLncBXppPj .item-img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (min-width: 992px) {
  .cid-sLncBXppPj .item_card:nth-child(odd) {
    margin-top: 70px;
  }
}
.cid-sLncBXppPj .item-img {
  position: relative;
}
.cid-sLncBXppPj .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-sLncBXppPj .item-img:hover .iconfont-wrapper {
  top: 50%;
  opacity: 1;
}
.cid-sLncBXppPj .item-wrapper {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sLncBXppPj .item-wrapper {
    padding: 0 1rem;
  }
}
.cid-sLncCjY3i2 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sLncCjY3i2 .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-sLncCjY3i2 .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-sLncCjY3i2 img,
.cid-sLncCjY3i2 .item-img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  height: 100%;
}
.cid-sLncCjY3i2 .item {
  margin-bottom: 30px;
}
.cid-sLncCjY3i2 .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sLncCjY3i2 .card_title {
  color: #ffffff;
  letter-spacing: .075em;
  line-height: 1.06em;
}
.cid-sLncCjY3i2 .item-img {
  position: relative;
  z-index: 1;
}
.cid-sLncCjY3i2 .item-img img {
  transform: scale(1.05);
}
.cid-sLncCjY3i2 .item-img:hover img {
  transform: translateX(7px) scale(1.05);
}
.cid-sLncCjY3i2 .item-img .card_info {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 0 12px;
}
.cid-sLncCMTSs2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sLncCMTSs2 .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-sLncCMTSs2 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #202020;
}
@media (min-width: 992px) {
  .cid-sLncCMTSs2 .google-map {
    margin-right: 17%;
  }
}
.cid-sLncCMTSs2 .google-map {
  height: 540px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sLncCMTSs2 .google-map {
    margin-bottom: 70px;
  }
}
.cid-sLncCMTSs2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sLncCMTSs2 .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-sLncCMTSs2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sLncCMTSs2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sLncCMTSs2 .header_box {
  margin-bottom: 40px;
}
.cid-sLncCMTSs2 .contact_content {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}
.cid-sLncCMTSs2 .card_text {
  display: inline-block;
}
.cid-sLncCMTSs2 .iconfont-wrapper {
  margin-right: 15px;
  display: inline-block;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
@media (max-width: 767px) {
  .cid-sLncCMTSs2 .column_wrap {
    margin-bottom: 29px;
  }
}
.cid-sLncDmP4SI {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLncDmP4SI .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-sLncDmP4SI .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-sLncDmP4SI img,
.cid-sLncDmP4SI .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-sLncDmP4SI .item-img {
  position: relative;
}
.cid-sLncDmP4SI .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-sLncDmP4SI .item-img:hover .iconfont-wrapper {
  top: 50%;
  opacity: 1;
}
.cid-sLncDmP4SI .item-wrapper {
  margin-bottom: 2rem;
}
.cid-sLncDWzxzH {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sLncDWzxzH .card-title {
  color: #202020;
}
.cid-sLncDWzxzH .map-wrapper {
  margin-bottom: 70px;
}
.cid-sLncDWzxzH .google-map {
  height: 540px;
  position: relative;
}
.cid-sLncDWzxzH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sLncDWzxzH .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-sLncDWzxzH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sLncDWzxzH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sLncDWzxzH .contact_content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cid-sLncDWzxzH .contact_content {
    margin: 7px 0 15px;
  }
}
@media (min-width: 992px) {
  .cid-sLncDWzxzH .card_box {
    padding: 0 2rem;
  }
}
.cid-sLncDWzxzH .iconfont-wrapper {
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
.cid-sLpqjFwrd5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9e7e6;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-sLpqjFwrd5 .mbr-section-title {
  margin: 20px 0;
  color: #202020;
  text-align: center;
}
.cid-sLpqjFwrd5 .shape {
  position: absolute;
  z-index: -1;
  bottom: -4.5rem;
  right: 0;
  max-width: 160px;
}
.cid-sLpqjFwrd5 .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-sLpqjFwrd5 .shape {
    max-width: 80px;
  }
}
.cid-sLncEYd3r4 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #a7a27e;
}
.cid-sLncEYd3r4 .mbr-section-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-sLncEYd3r4 .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-sLncEYd3r4 .mbr-text {
  color: #ffffff;
}
.cid-sLncEYd3r4 img,
.cid-sLncEYd3r4 .item-img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  height: 100%;
}
.cid-sLncEYd3r4 .item {
  margin-bottom: 65px;
}
.cid-sLncEYd3r4 .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sLncEYd3r4 .card_info {
  margin-bottom: 12px;
  display: flex;
}
.cid-sLncEYd3r4 .card_title {
  color: #ffffff;
  line-height: 1.2727em;
  margin-bottom: 18px;
}
.cid-sLncEYd3r4 .card_text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-sLncEYd3r4 .item-img {
  margin-bottom: 30px;
  overflow: hidden;
}
.cid-sLncEYd3r4 .item-img:hover img {
  transform: translateX(7px) scale(1.05);
}
.cid-sLncEYd3r4 .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-sLncEYd3r4 .linkBtn a:after,
.cid-sLncEYd3r4 .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-sLncEYd3r4 .linkBtn a:before {
  left: 0;
}
.cid-sLncEYd3r4 .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sLncEYd3r4 .linkBtn a:hover:before,
.cid-sLncEYd3r4 .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sLncEYd3r4 .card_date {
  color: #ffffff;
}
.cid-sLncEYd3r4 .card_name {
  color: #ffffff;
}
.cid-sLncEYd3r4 .card_name:before {
  content: " / ";
  display: inline-block;
  margin: 0 10px;
}
.cid-sLncFpeMfe {
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sLncFpeMfe .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-sLncFpeMfe .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-sLncFpeMfe .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sLncFpeMfe .card_info {
  margin-bottom: 12px;
  display: flex;
}
.cid-sLncFpeMfe .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-sLncFpeMfe .card_text {
  margin-top: 4px;
}
.cid-sLncFpeMfe .item-img {
  margin-bottom: 30px;
}
.cid-sLncFpeMfe .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-sLncFpeMfe .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-sLncFpeMfe .linkBtn a:after,
.cid-sLncFpeMfe .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-sLncFpeMfe .linkBtn a:before {
  left: 0;
}
.cid-sLncFpeMfe .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sLncFpeMfe .linkBtn a:hover:before,
.cid-sLncFpeMfe .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sLncFpeMfe .card_name:before {
  content: " / ";
  display: inline-block;
  margin: 0 10px;
}
.cid-sLncFNZJ8c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sLncFNZJ8c .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-sLncFNZJ8c .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-sLncFNZJ8c .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sLncFNZJ8c .card_info {
  margin-bottom: 12px;
  display: flex;
}
.cid-sLncFNZJ8c .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-sLncFNZJ8c .card_text {
  margin-top: 4px;
}
.cid-sLncFNZJ8c .video-block {
  margin-bottom: 30px;
}
.cid-sLncFNZJ8c .video-wrapper img,
.cid-sLncFNZJ8c .video-wrapper iframe {
  max-height: 450px;
  object-fit: cover;
}
.cid-sLncFNZJ8c .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-sLncFNZJ8c .linkBtn a:after,
.cid-sLncFNZJ8c .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-sLncFNZJ8c .linkBtn a:before {
  left: 0;
}
.cid-sLncFNZJ8c .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sLncFNZJ8c .linkBtn a:hover:before,
.cid-sLncFNZJ8c .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sLncFNZJ8c .card_name:before {
  content: " / ";
  display: inline-block;
  margin: 0 10px;
}
.cid-sLpqrdQfnd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9e7e6;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-sLpqrdQfnd .mbr-section-title {
  margin: 20px 0;
  color: #202020;
  text-align: center;
}
.cid-sLpqrdQfnd .shape {
  position: absolute;
  z-index: -1;
  bottom: -4.5rem;
  right: 0;
  max-width: 160px;
}
.cid-sLpqrdQfnd .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-sLpqrdQfnd .shape {
    max-width: 80px;
  }
}
.cid-sLncGJCwzL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sLncGJCwzL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sLncGJCwzL .form-control,
.cid-sLncGJCwzL .field-input,
.cid-sLncGJCwzL textarea {
  background-color: #ebf2e9;
  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-sLncGJCwzL .form-control::-webkit-input-placeholder,
.cid-sLncGJCwzL .field-input::-webkit-input-placeholder,
.cid-sLncGJCwzL textarea::-webkit-input-placeholder,
.cid-sLncGJCwzL .form-control::-webkit-input-placeholder,
.cid-sLncGJCwzL .field-input::-webkit-input-placeholder,
.cid-sLncGJCwzL textarea::-webkit-input-placeholder {
  color: #555555;
}
.cid-sLncGJCwzL .form-control:-moz-placeholder,
.cid-sLncGJCwzL .field-input:-moz-placeholder,
.cid-sLncGJCwzL textarea:-moz-placeholder,
.cid-sLncGJCwzL .form-control:-moz-placeholder,
.cid-sLncGJCwzL .field-input:-moz-placeholder,
.cid-sLncGJCwzL textarea:-moz-placeholder {
  color: #555555;
}
.cid-sLncGJCwzL .form-control:hover,
.cid-sLncGJCwzL .field-input:hover,
.cid-sLncGJCwzL textarea:hover,
.cid-sLncGJCwzL .form-control:focus,
.cid-sLncGJCwzL .field-input:focus,
.cid-sLncGJCwzL textarea:focus {
  background-color: #ebf2e9;
  border-color: #555555;
  color: #202020;
  box-shadow: none;
  outline: none;
}
.cid-sLncGJCwzL .form-control:hover::-webkit-input-placeholder,
.cid-sLncGJCwzL .field-input:hover::-webkit-input-placeholder,
.cid-sLncGJCwzL textarea:hover::-webkit-input-placeholder,
.cid-sLncGJCwzL .form-control:focus::-webkit-input-placeholder,
.cid-sLncGJCwzL .field-input:focus::-webkit-input-placeholder,
.cid-sLncGJCwzL textarea:focus::-webkit-input-placeholder,
.cid-sLncGJCwzL .form-control:hover::-webkit-input-placeholder,
.cid-sLncGJCwzL .field-input:hover::-webkit-input-placeholder,
.cid-sLncGJCwzL textarea:hover::-webkit-input-placeholder,
.cid-sLncGJCwzL .form-control:focus::-webkit-input-placeholder,
.cid-sLncGJCwzL .field-input:focus::-webkit-input-placeholder,
.cid-sLncGJCwzL textarea:focus::-webkit-input-placeholder {
  color: #202020;
}
.cid-sLncGJCwzL .form-control:hover:-moz-placeholder,
.cid-sLncGJCwzL .field-input:hover:-moz-placeholder,
.cid-sLncGJCwzL textarea:hover:-moz-placeholder,
.cid-sLncGJCwzL .form-control:focus:-moz-placeholder,
.cid-sLncGJCwzL .field-input:focus:-moz-placeholder,
.cid-sLncGJCwzL textarea:focus:-moz-placeholder,
.cid-sLncGJCwzL .form-control:hover:-moz-placeholder,
.cid-sLncGJCwzL .field-input:hover:-moz-placeholder,
.cid-sLncGJCwzL textarea:hover:-moz-placeholder,
.cid-sLncGJCwzL .form-control:focus:-moz-placeholder,
.cid-sLncGJCwzL .field-input:focus:-moz-placeholder,
.cid-sLncGJCwzL textarea:focus:-moz-placeholder {
  color: #202020;
}
.cid-sLncGJCwzL .jq-number__spin:hover,
.cid-sLncGJCwzL .jq-number__spin:focus {
  background-color: #ebf2e9;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sLncGJCwzL .jq-number__spin {
  background-color: #ebf2e9;
  border-color: #bbbbbb;
  color: #555555;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sLncGJCwzL .jq-selectbox li,
.cid-sLncGJCwzL .jq-selectbox li {
  background-color: #ebf2e9;
  color: #000000;
}
.cid-sLncGJCwzL .jq-selectbox li:hover,
.cid-sLncGJCwzL .jq-selectbox li.selected {
  background-color: #ebf2e9;
  color: #000000;
}
.cid-sLncGJCwzL .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sLncGJCwzL .jq-number__spin.minus:hover:after,
.cid-sLncGJCwzL .jq-number__spin.plus:hover:after {
  border-top-color: #ebf2e9;
  border-bottom-color: #ebf2e9;
}
.cid-sLncGJCwzL .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sLncGJCwzL .jq-number__spin.minus:after,
.cid-sLncGJCwzL .jq-number__spin.plus:after {
  border-top-color: #ebf2e9;
  border-bottom-color: #ebf2e9;
}
.cid-sLncGJCwzL input::-webkit-clear-button {
  display: none;
}
.cid-sLncGJCwzL input::-webkit-inner-spin-button {
  display: none;
}
.cid-sLncGJCwzL input::-webkit-outer-spin-button {
  display: none;
}
.cid-sLncGJCwzL input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sLncGJCwzL .container {
  background-color: #ebf2e9;
  padding: 8rem 2.75rem;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sLncGJCwzL .container {
    padding: 3.5rem 2.75rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLncGJCwzL .container {
    padding: 3.5rem .75rem 4rem;
  }
}
.cid-sLncGJCwzL .btn-lg {
  border-radius: 0 !important;
  padding: 1.1875rem 3.25rem !important;
  margin-top: 17px;
  font-weight: 600;
  width: 100%;
}
.cid-sLncGJCwzL .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-sLncGJCwzL .form_title {
  margin: 25px 0;
  text-align: center;
}
.cid-sLncGJCwzL .mbr-text {
  margin-bottom: 37px;
}
.cid-sLncGJCwzL .shape {
  width: 135px;
  height: auto;
  position: absolute;
  left: 70px;
  bottom: -40px;
}
.cid-sLncGJCwzL .shape img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
.cid-sLncGJCwzL .dragArea {
  justify-content: center;
}
.cid-sLncGJCwzL .textGDPR.display-7 {
  font-size: 16px;
}
.cid-sLncGJCwzL .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 0;
}
.cid-sLncGJCwzL .form-control,
.cid-sLncGJCwzL .field-input,
.cid-sLncGJCwzL textarea {
  padding: 9px 10px;
  line-height: 25px;
  height: 48px;
}
.cid-sLncGJCwzL .form-check {
  padding-left: 2.5em !important;
}
.cid-sLncGJCwzL .form-check .display-7 {
  font-size: 16px !important;
}
.cid-sLncH1B70l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLncH1B70l .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sLncH1B70l .form-control,
.cid-sLncH1B70l .field-input,
.cid-sLncH1B70l 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-sLncH1B70l .form-control::-webkit-input-placeholder,
.cid-sLncH1B70l .field-input::-webkit-input-placeholder,
.cid-sLncH1B70l textarea::-webkit-input-placeholder,
.cid-sLncH1B70l .form-control::-webkit-input-placeholder,
.cid-sLncH1B70l .field-input::-webkit-input-placeholder,
.cid-sLncH1B70l textarea::-webkit-input-placeholder {
  color: #555555;
}
.cid-sLncH1B70l .form-control:-moz-placeholder,
.cid-sLncH1B70l .field-input:-moz-placeholder,
.cid-sLncH1B70l textarea:-moz-placeholder,
.cid-sLncH1B70l .form-control:-moz-placeholder,
.cid-sLncH1B70l .field-input:-moz-placeholder,
.cid-sLncH1B70l textarea:-moz-placeholder {
  color: #555555;
}
.cid-sLncH1B70l .form-control:hover,
.cid-sLncH1B70l .field-input:hover,
.cid-sLncH1B70l textarea:hover,
.cid-sLncH1B70l .form-control:focus,
.cid-sLncH1B70l .field-input:focus,
.cid-sLncH1B70l textarea:focus {
  background-color: #fef2f2;
  border-color: #555555;
  color: #202020;
  box-shadow: none;
  outline: none;
}
.cid-sLncH1B70l .form-control:hover::-webkit-input-placeholder,
.cid-sLncH1B70l .field-input:hover::-webkit-input-placeholder,
.cid-sLncH1B70l textarea:hover::-webkit-input-placeholder,
.cid-sLncH1B70l .form-control:focus::-webkit-input-placeholder,
.cid-sLncH1B70l .field-input:focus::-webkit-input-placeholder,
.cid-sLncH1B70l textarea:focus::-webkit-input-placeholder,
.cid-sLncH1B70l .form-control:hover::-webkit-input-placeholder,
.cid-sLncH1B70l .field-input:hover::-webkit-input-placeholder,
.cid-sLncH1B70l textarea:hover::-webkit-input-placeholder,
.cid-sLncH1B70l .form-control:focus::-webkit-input-placeholder,
.cid-sLncH1B70l .field-input:focus::-webkit-input-placeholder,
.cid-sLncH1B70l textarea:focus::-webkit-input-placeholder {
  color: #202020;
}
.cid-sLncH1B70l .form-control:hover:-moz-placeholder,
.cid-sLncH1B70l .field-input:hover:-moz-placeholder,
.cid-sLncH1B70l textarea:hover:-moz-placeholder,
.cid-sLncH1B70l .form-control:focus:-moz-placeholder,
.cid-sLncH1B70l .field-input:focus:-moz-placeholder,
.cid-sLncH1B70l textarea:focus:-moz-placeholder,
.cid-sLncH1B70l .form-control:hover:-moz-placeholder,
.cid-sLncH1B70l .field-input:hover:-moz-placeholder,
.cid-sLncH1B70l textarea:hover:-moz-placeholder,
.cid-sLncH1B70l .form-control:focus:-moz-placeholder,
.cid-sLncH1B70l .field-input:focus:-moz-placeholder,
.cid-sLncH1B70l textarea:focus:-moz-placeholder {
  color: #202020;
}
.cid-sLncH1B70l .jq-number__spin:hover,
.cid-sLncH1B70l .jq-number__spin:focus {
  background-color: #fef2f2;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sLncH1B70l .jq-number__spin {
  background-color: #fef2f2;
  border-color: #bbbbbb;
  color: #555555;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sLncH1B70l .jq-selectbox li,
.cid-sLncH1B70l .jq-selectbox li {
  background-color: #fef2f2;
  color: #000000;
}
.cid-sLncH1B70l .jq-selectbox li:hover,
.cid-sLncH1B70l .jq-selectbox li.selected {
  background-color: #fef2f2;
  color: #000000;
}
.cid-sLncH1B70l .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sLncH1B70l .jq-number__spin.minus:hover:after,
.cid-sLncH1B70l .jq-number__spin.plus:hover:after {
  border-top-color: #fef2f2;
  border-bottom-color: #fef2f2;
}
.cid-sLncH1B70l .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sLncH1B70l .jq-number__spin.minus:after,
.cid-sLncH1B70l .jq-number__spin.plus:after {
  border-top-color: #fef2f2;
  border-bottom-color: #fef2f2;
}
.cid-sLncH1B70l input::-webkit-clear-button {
  display: none;
}
.cid-sLncH1B70l input::-webkit-inner-spin-button {
  display: none;
}
.cid-sLncH1B70l input::-webkit-outer-spin-button {
  display: none;
}
.cid-sLncH1B70l input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sLncH1B70l .btn-lg {
  border-radius: 0 !important;
  margin-top: 42px;
}
.cid-sLncH1B70l .mbr-section-title {
  margin-bottom: 25px;
  color: #202020;
}
.cid-sLncH1B70l 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-sLncH1B70l form {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sLncH1B70l form {
    padding: 60px 12px;
  }
}
.cid-sLncH1B70l .image-wrapper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-sLncH1B70l .gdpr-block {
  text-align: left;
}
.cid-sLncH1B70l .textGDPR.display-7 {
  font-size: 16px;
}
.cid-sLncH1B70l .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 0;
}
.cid-sLncH1B70l .form-control,
.cid-sLncH1B70l .field-input,
.cid-sLncH1B70l textarea {
  padding: 9px 10px;
  line-height: 25px;
  height: 48px;
}
.cid-sLncH1B70l .form-check {
  padding-left: 2.5em !important;
}
.cid-sLncH1B70l .form-check .display-7 {
  font-size: 16px !important;
}
.cid-sLncH1B70l .form_btn .btn {
  width: 100%;
}
.cid-sLncHk3zde {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sLncHk3zde .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sLncHk3zde .form-group textarea {
  border: 1px solid #bbbbbb !important;
}
.cid-sLncHk3zde .form-control,
.cid-sLncHk3zde .field-input,
.cid-sLncHk3zde textarea {
  background-color: #ebf2e9;
  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;
  margin-bottom: 40px;
}
.cid-sLncHk3zde .form-control::-webkit-input-placeholder,
.cid-sLncHk3zde .field-input::-webkit-input-placeholder,
.cid-sLncHk3zde textarea::-webkit-input-placeholder,
.cid-sLncHk3zde .form-control::-webkit-input-placeholder,
.cid-sLncHk3zde .field-input::-webkit-input-placeholder,
.cid-sLncHk3zde textarea::-webkit-input-placeholder {
  color: #555555;
}
.cid-sLncHk3zde .form-control:-moz-placeholder,
.cid-sLncHk3zde .field-input:-moz-placeholder,
.cid-sLncHk3zde textarea:-moz-placeholder,
.cid-sLncHk3zde .form-control:-moz-placeholder,
.cid-sLncHk3zde .field-input:-moz-placeholder,
.cid-sLncHk3zde textarea:-moz-placeholder {
  color: #555555;
}
.cid-sLncHk3zde .form-control:hover,
.cid-sLncHk3zde .field-input:hover,
.cid-sLncHk3zde textarea:hover,
.cid-sLncHk3zde .form-control:focus,
.cid-sLncHk3zde .field-input:focus,
.cid-sLncHk3zde textarea:focus {
  background-color: #ebf2e9;
  border-color: #555555;
  color: #202020;
  box-shadow: none;
  outline: none;
}
.cid-sLncHk3zde .form-control:hover::-webkit-input-placeholder,
.cid-sLncHk3zde .field-input:hover::-webkit-input-placeholder,
.cid-sLncHk3zde textarea:hover::-webkit-input-placeholder,
.cid-sLncHk3zde .form-control:focus::-webkit-input-placeholder,
.cid-sLncHk3zde .field-input:focus::-webkit-input-placeholder,
.cid-sLncHk3zde textarea:focus::-webkit-input-placeholder,
.cid-sLncHk3zde .form-control:hover::-webkit-input-placeholder,
.cid-sLncHk3zde .field-input:hover::-webkit-input-placeholder,
.cid-sLncHk3zde textarea:hover::-webkit-input-placeholder,
.cid-sLncHk3zde .form-control:focus::-webkit-input-placeholder,
.cid-sLncHk3zde .field-input:focus::-webkit-input-placeholder,
.cid-sLncHk3zde textarea:focus::-webkit-input-placeholder {
  color: #202020;
}
.cid-sLncHk3zde .form-control:hover:-moz-placeholder,
.cid-sLncHk3zde .field-input:hover:-moz-placeholder,
.cid-sLncHk3zde textarea:hover:-moz-placeholder,
.cid-sLncHk3zde .form-control:focus:-moz-placeholder,
.cid-sLncHk3zde .field-input:focus:-moz-placeholder,
.cid-sLncHk3zde textarea:focus:-moz-placeholder,
.cid-sLncHk3zde .form-control:hover:-moz-placeholder,
.cid-sLncHk3zde .field-input:hover:-moz-placeholder,
.cid-sLncHk3zde textarea:hover:-moz-placeholder,
.cid-sLncHk3zde .form-control:focus:-moz-placeholder,
.cid-sLncHk3zde .field-input:focus:-moz-placeholder,
.cid-sLncHk3zde textarea:focus:-moz-placeholder {
  color: #202020;
}
.cid-sLncHk3zde .jq-number__spin:hover,
.cid-sLncHk3zde .jq-number__spin:focus {
  background-color: #ebf2e9;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sLncHk3zde .jq-number__spin {
  background-color: #ebf2e9;
  border-color: #bbbbbb;
  color: #555555;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sLncHk3zde .jq-selectbox li,
.cid-sLncHk3zde .jq-selectbox li {
  background-color: #ebf2e9;
  color: #000000;
}
.cid-sLncHk3zde .jq-selectbox li:hover,
.cid-sLncHk3zde .jq-selectbox li.selected {
  background-color: #ebf2e9;
  color: #000000;
}
.cid-sLncHk3zde .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sLncHk3zde .jq-number__spin.minus:hover:after,
.cid-sLncHk3zde .jq-number__spin.plus:hover:after {
  border-top-color: #ebf2e9;
  border-bottom-color: #ebf2e9;
}
.cid-sLncHk3zde .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sLncHk3zde .jq-number__spin.minus:after,
.cid-sLncHk3zde .jq-number__spin.plus:after {
  border-top-color: #ebf2e9;
  border-bottom-color: #ebf2e9;
}
.cid-sLncHk3zde input::-webkit-clear-button {
  display: none;
}
.cid-sLncHk3zde input::-webkit-inner-spin-button {
  display: none;
}
.cid-sLncHk3zde input::-webkit-outer-spin-button {
  display: none;
}
.cid-sLncHk3zde input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sLncHk3zde .container {
  background-color: #ebf2e9;
  padding: 8rem 2.75rem;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sLncHk3zde .container {
    padding: 3.5rem 2.75rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLncHk3zde .container {
    padding: 3.5rem .75rem 4rem;
  }
}
.cid-sLncHk3zde .btn-lg {
  border-radius: 0 !important;
  padding: 1.1875rem 3.25rem !important;
  margin-top: 40px;
  font-weight: 600;
  width: 100%;
}
.cid-sLncHk3zde .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-sLncHk3zde .form_title {
  margin: 25px 0;
  text-align: center;
}
.cid-sLncHk3zde .mbr-text {
  margin-bottom: 37px;
}
.cid-sLncHk3zde .shape {
  width: 190px;
  height: auto;
  position: absolute;
  right: -40px;
  top: 40px;
}
.cid-sLncHk3zde .shape img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
@media (max-width: 991px) {
  .cid-sLncHk3zde .shape {
    top: 0;
    right: 0;
  }
}
.cid-sLncHk3zde .dragArea {
  justify-content: center;
}
.cid-sLncHk3zde .form-group textarea {
  height: 165px;
  margin-bottom: 0;
  border: none;
}
.cid-sLncHk3zde .form-group {
  margin-bottom: 0;
}
.cid-sLncHk3zde .textGDPR.display-7 {
  font-size: 16px;
}
.cid-sLncHk3zde .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 0;
}
.cid-sLncHk3zde .form-control,
.cid-sLncHk3zde .field-input,
.cid-sLncHk3zde textarea {
  padding: 9px 10px;
  line-height: 25px;
  height: 48px;
  transition: 0.4s;
  outline: none;
  margin-bottom: 40px;
  border-radius: 0 !important;
}
.cid-sLncHk3zde .form-check {
  padding-left: 2.5em !important;
}
.cid-sLncHk3zde .form-check .display-7 {
  font-size: 16px !important;
}
.cid-sLpqzgt54q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9e7e6;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-sLpqzgt54q .mbr-section-title {
  margin: 20px 0;
  color: #202020;
  text-align: center;
}
.cid-sLpqzgt54q .shape {
  position: absolute;
  z-index: -1;
  bottom: -4.5rem;
  right: 0;
  max-width: 160px;
}
.cid-sLpqzgt54q .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-sLpqzgt54q .shape {
    max-width: 80px;
  }
}
.cid-sLncIqxuoI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLncIqxuoI .content_box {
  position: relative;
  text-align: center;
  height: 325px;
}
.cid-sLncIqxuoI .mbr-section-subtitle {
  font-size: 200px;
  color: #f9e7e6;
  letter-spacing: -0.075em;
  font-weight: 500;
}
.cid-sLncIqxuoI .mbr-text {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  transform: translate(-50%, -50%);
  color: #202020;
}
@media (max-width: 767px) {
  .cid-sLncIqxuoI .mbr-text {
    top: 0;
  }
  .cid-sLncIqxuoI .content_box {
    height: 200px;
  }
}
.cid-sLncIQgGMP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fef2f2;
}
.cid-sLncIQgGMP .number-wrap {
  color: #202020;
  text-align: center;
}
.cid-sLncIQgGMP .content_box {
  margin-bottom: 50px;
}
.cid-sLncIQgGMP .number {
  color: #fcdedc;
}
.cid-sLncIQgGMP .period {
  display: block;
}
.cid-sLncIQgGMP .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-sLncIQgGMP .period {
    font-size: 0.8rem;
  }
}
.cid-sLncIQgGMP .btn {
  height: 100%;
  margin: 0;
}
.cid-sLncIQgGMP .mbr-section-title {
  color: #202020;
  margin-bottom: 21px;
}
.cid-sLncIQgGMP .mbr-text {
  margin-top: 50px;
}
.cid-sLncIQgGMP .mbr-section-btn {
  margin-top: 30px;
}
.cid-sLncIQgGMP .user_image {
  width: 150px;
  max-height: 100px;
  overflow: hidden;
  margin: 0 auto 20px auto;
}
.cid-sLncIQgGMP .user_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sLpqHK9mx9 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9e7e6;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-sLpqHK9mx9 .mbr-section-title {
  margin: 20px 0;
  color: #202020;
  text-align: center;
}
.cid-sLpqHK9mx9 .shape {
  position: absolute;
  z-index: -1;
  bottom: -4.5rem;
  right: 0;
  max-width: 160px;
}
.cid-sLpqHK9mx9 .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-sLpqHK9mx9 .shape {
    max-width: 80px;
  }
}
.cid-sLncJf9ePF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fef2f2;
}
.cid-sLncJf9ePF .mbr-section-title {
  margin-bottom: 1rem;
  color: #202020;
}
.cid-sLncJf9ePF .footer_logo {
  margin-bottom: 2rem;
}
.cid-sLncJf9ePF .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-sLncJf9ePF .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-sLncJf9ePF .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-sLncJf9ePF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sLncJf9ePF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sLncJf9ePF .iconfont-wrapper:hover {
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .cid-sLncJf9ePF .footer_timework {
    margin-top: 50px;
  }
  .cid-sLncJf9ePF .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-sLncKaB21o {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-sLncKaB21o .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-sLpnTt0bZP .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-sLpnTt0bZP .navbar-dropdown {
  position: relative !important;
}
.cid-sLpnTt0bZP nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLpnTt0bZP nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-sLpnTt0bZP .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-sLpnTt0bZP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sLpnTt0bZP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sLpnTt0bZP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sLpnTt0bZP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sLpnTt0bZP .offcanvas-body .mbr-text,
  .cid-sLpnTt0bZP .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sLpnTt0bZP .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sLpnTt0bZP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-sLpnTt0bZP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-sLpnTt0bZP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sLpnTt0bZP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sLpnTt0bZP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sLpnTt0bZP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sLpnTt0bZP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sLpnTt0bZP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sLpnTt0bZP .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-sLpnTt0bZP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sLpnTt0bZP 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-sLpnTt0bZP 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-sLpnTt0bZP li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sLpnTt0bZP .lg_brand {
    margin: 0 1rem;
  }
  .cid-sLpnTt0bZP .navbar-brand {
    margin-right: 5% !important;
  }
}
.cid-sLpnTt0bZP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sLpnTt0bZP .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sLpnTt0bZP .nav-item {
    margin: 0 !important;
  }
}
.cid-sLpnTt0bZP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sLpnTt0bZP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sLpnTt0bZP .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sLpnTt0bZP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sLpnTt0bZP .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-sLpnTt0bZP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sLpnTt0bZP .offcanvas_box {
    display: none;
  }
}
.cid-sLpnTt0bZP .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sLpnTt0bZP .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sLpnTt0bZP .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-sLpnTt0bZP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLpnTt0bZP .nav-link {
  position: relative;
}
.cid-sLpnTt0bZP .container {
  display: flex;
  margin: auto;
}
.cid-sLpnTt0bZP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sLpnTt0bZP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sLpnTt0bZP .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-sLpnTt0bZP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sLpnTt0bZP .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sLpnTt0bZP .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sLpnTt0bZP .dropdown-menu,
.cid-sLpnTt0bZP .navbar.opened {
  background: #ffffff !important;
}
.cid-sLpnTt0bZP .nav-item:focus,
.cid-sLpnTt0bZP .nav-link:focus {
  outline: none;
}
.cid-sLpnTt0bZP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLpnTt0bZP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLpnTt0bZP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLpnTt0bZP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLpnTt0bZP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLpnTt0bZP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLpnTt0bZP .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sLpnTt0bZP .navbar.opened {
  transition: all 0.3s;
}
.cid-sLpnTt0bZP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sLpnTt0bZP .navbar .navbar-logo img {
  width: auto;
}
.cid-sLpnTt0bZP .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #ffffff !important;
}
.cid-sLpnTt0bZP .navbar.collapsed {
  justify-content: center;
}
.cid-sLpnTt0bZP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLpnTt0bZP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLpnTt0bZP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sLpnTt0bZP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLpnTt0bZP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLpnTt0bZP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLpnTt0bZP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sLpnTt0bZP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sLpnTt0bZP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sLpnTt0bZP .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sLpnTt0bZP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLpnTt0bZP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLpnTt0bZP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sLpnTt0bZP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLpnTt0bZP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLpnTt0bZP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLpnTt0bZP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sLpnTt0bZP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sLpnTt0bZP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sLpnTt0bZP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLpnTt0bZP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLpnTt0bZP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sLpnTt0bZP .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLpnTt0bZP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLpnTt0bZP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLpnTt0bZP .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-sLpnTt0bZP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLpnTt0bZP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLpnTt0bZP .dropdown-item.active,
.cid-sLpnTt0bZP .dropdown-item:active {
  background-color: transparent;
}
.cid-sLpnTt0bZP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLpnTt0bZP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLpnTt0bZP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLpnTt0bZP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLpnTt0bZP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLpnTt0bZP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLpnTt0bZP ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sLpnTt0bZP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLpnTt0bZP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sLpnTt0bZP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-sLpnTt0bZP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLpnTt0bZP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLpnTt0bZP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLpnTt0bZP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLpnTt0bZP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLpnTt0bZP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLpnTt0bZP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLpnTt0bZP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLpnTt0bZP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sLpnTt0bZP .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-sLpnTt0bZP .navbar {
    height: 70px;
  }
  .cid-sLpnTt0bZP .navbar.opened {
    height: auto;
  }
  .cid-sLpnTt0bZP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLpnTt0bZP .mbr-section-subtitle {
  color: #202020;
}
.cid-sLpyPzZyS6 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #fef2f2;
}
.cid-sLpyPzZyS6 .mbr-text {
  color: #555555;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
