.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 7rem;
  line-height: .8;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 10rem;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 10rem;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 10rem;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 10rem;
}
.bg-primary {
  background-color: #118707 !important;
}
.bg-success {
  background-color: #1a6ec0 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ed7d31 !important;
}
.bg-danger {
  background-color: #233d63 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #118707 !important;
  border-color: #118707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #17b70a !important;
  border-color: #17b70a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #17b70a !important;
  border-color: #17b70a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #118707 !important;
  border-color: #118707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #17b70a !important;
  border-color: #17b70a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17b70a !important;
  border-color: #17b70a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #1a6ec0 !important;
  border-color: #1a6ec0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2b88e2 !important;
  border-color: #2b88e2 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2b88e2 !important;
  border-color: #2b88e2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ed7d31 !important;
  border-color: #ed7d31 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f19b60 !important;
  border-color: #f19b60 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f19b60 !important;
  border-color: #f19b60 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #233d63 !important;
  border-color: #233d63 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #305489 !important;
  border-color: #305489 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #305489 !important;
  border-color: #305489 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #118707;
  color: #118707;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #073503 !important;
  background-color: transparent !important;
  border-color: #073503 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #118707 !important;
  border-color: #118707 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #118707;
  color: #118707;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #073503 !important;
  background-color: transparent !important;
  border-color: #073503 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #118707 !important;
  border-color: #118707 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #1a6ec0;
  color: #1a6ec0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #104274 !important;
  background-color: transparent !important;
  border-color: #104274 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1a6ec0 !important;
  border-color: #1a6ec0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ed7d31;
  color: #ed7d31;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b75410 !important;
  background-color: transparent !important;
  border-color: #b75410 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ed7d31 !important;
  border-color: #ed7d31 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #233d63;
  color: #233d63;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0c1623 !important;
  background-color: transparent !important;
  border-color: #0c1623 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #233d63 !important;
  border-color: #233d63 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #118707 !important;
}
.text-secondary {
  color: #118707 !important;
}
.text-success {
  color: #1a6ec0 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ed7d31 !important;
}
.text-danger {
  color: #233d63 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #052602 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #052602 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0e3b66 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a94d0f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #080f18 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #118707;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ed7d31;
}
.alert-danger {
  background-color: #233d63;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #118707;
  border-color: #118707;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #118707;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2bf31a;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6eaeeb;
}
.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: #fdf3ed;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #4778be;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #118707 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #118707;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #118707;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #118707;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #118707;
  border-bottom-color: #118707;
}
.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: #118707 !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: #118707 !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='%23118707' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 16px 20px;
  box-shadow: none;
  border-width: 1px;
  border-radius: 10rem !important;
  font-weight: 500 !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
img {
  border-radius: 2rem !important;
}
.cid-tRfrmALiUW {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tRfrmALiUW .navbar-dropdown {
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 0;
  position: fixed !important;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.7) !important;
  background: #ffffff;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRfrmALiUW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tRfrmALiUW .menu_box .navbar.opened,
  .cid-tRfrmALiUW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tRfrmALiUW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tRfrmALiUW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tRfrmALiUW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tRfrmALiUW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eeeeee;
  }
  .cid-tRfrmALiUW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tRfrmALiUW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tRfrmALiUW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-body .mbr-text,
  .cid-tRfrmALiUW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tRfrmALiUW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tRfrmALiUW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .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-tRfrmALiUW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tRfrmALiUW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tRfrmALiUW .lg_brand {
    margin: 0 1rem;
  }
  .cid-tRfrmALiUW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tRfrmALiUW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 0 !important;
  }
}
.cid-tRfrmALiUW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tRfrmALiUW .nav-item .nav-link:hover,
.cid-tRfrmALiUW .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tRfrmALiUW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .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-tRfrmALiUW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tRfrmALiUW .offcanvas_box {
    display: none;
  }
}
.cid-tRfrmALiUW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tRfrmALiUW .container {
  display: flex;
  margin: auto;
}
.cid-tRfrmALiUW .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tRfrmALiUW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tRfrmALiUW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tRfrmALiUW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .navbar-nav {
    margin: 0;
  }
}
.cid-tRfrmALiUW .dropdown-menu,
.cid-tRfrmALiUW .navbar.opened {
  background-color: true !important;
}
.cid-tRfrmALiUW .nav-item:focus,
.cid-tRfrmALiUW .nav-link:focus {
  outline: none;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRfrmALiUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRfrmALiUW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tRfrmALiUW .navbar.opened {
  transition: all 0.3s;
}
.cid-tRfrmALiUW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tRfrmALiUW .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tRfrmALiUW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tRfrmALiUW .navbar.collapsed {
  justify-content: center;
}
.cid-tRfrmALiUW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRfrmALiUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRfrmALiUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tRfrmALiUW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tRfrmALiUW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tRfrmALiUW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRfrmALiUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tRfrmALiUW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tRfrmALiUW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tRfrmALiUW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRfrmALiUW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tRfrmALiUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRfrmALiUW .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-tRfrmALiUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tRfrmALiUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRfrmALiUW .dropdown-item.active,
.cid-tRfrmALiUW .dropdown-item:active {
  background-color: transparent;
}
.cid-tRfrmALiUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRfrmALiUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRfrmALiUW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tRfrmALiUW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRfrmALiUW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ed7d31;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tRfrmALiUW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRfrmALiUW .navbar {
    height: 70px;
  }
  .cid-tRfrmALiUW .navbar.opened {
    height: auto;
  }
  .cid-tRfrmALiUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfrmALiUW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tRfrmALiUW .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tRfrmALiUW .navbar-caption:hover {
  color: #118707;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tRfrmALiUW .text_widget {
  margin-bottom: 32px;
  color: #ed7d31;
}
.cid-tRfrmALiUW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tRfrmALiUW .text_widget a:hover,
.cid-tRfrmALiUW .text_widget a:focus {
  opacity: .8;
}
.cid-tRfrmALiUW .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .navbar-caption {
  color: #1D1D1F;
}
.cid-tRfrmALiUW .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .mbr-section-subtitle,
.cid-tRfrmALiUW .text_widget,
.cid-tRfrmALiUW .mbr-section-btn {
  text-align: center;
}
.cid-tRfrmALiUW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0S3JYbTgl {
  overflow: hidden;
  background-image: url("../../../assets/images/iw-r290-seitlich-kl-1500x1028.png");
}
.cid-u0S3JYbTgl .container {
  pointer-events: none;
  z-index: 1;
}
.cid-u0S3JYbTgl .subtitle__block,
.cid-u0S3JYbTgl .title__block,
.cid-u0S3JYbTgl .buttons__block {
  pointer-events: all;
}
.cid-u0S3JYbTgl .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-u0S3JYbTgl .subtitle__block SPAN {
  color: #233d63;
}
.cid-u0S3JYbTgl .mbr-section-subtitle {
  display: inline-block;
}
.cid-u0S3JYbTgl .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-u0S3JYbTgl .mbr-text {
  margin-top: 35px;
}
.cid-u0S3JYbTgl .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-u0S3JYbTgl .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-u0S3JYbTgl .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #ffffff 0%, rgba(255, 255, 255, 0.85) 100%) !important;
}
.cid-u0S3JYbTgl .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-u0S3JYbTgl .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-u0S3JYbTgl .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-u0S3JYbTgl .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-u0S3JYbTgl .mbr-figure:hover {
  color: #ffffff;
  cursor: pointer;
}
.cid-u0S3JYbTgl .mbr-figure:hover .mbr-media {
  border-color: #ffffff;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-u0S3JYbTgl .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-u0S3JYbTgl .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-u0S3JYbTgl .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-u0S3JYbTgl .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-u0S3JYbTgl .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-u0S3JYbTgl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u0S3JYbTgl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u0S3JYbTgl .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u0S3JYbTgl a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u0S3JYbTgl a.close:hover {
  color: #ffffff;
}
.cid-u0S3JYbTgl .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-u0S3JYbTgl .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-u0S3JYbTgl .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #ed7d31;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-u0S3JYbTgl .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-u0S3JYbTgl .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #233d63;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-u0S3JYbTgl .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #1a6ec0;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-u0S3JYbTgl .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #118707;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-u0S3JYbTgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0S3JYbTgl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0S3JYbTgl .mbr-section-title,
.cid-u0S3JYbTgl .subtitle__wrap {
  color: #118707;
}
.cid-u0S3JYbTgl .mbr-text,
.cid-u0S3JYbTgl .buttons__block {
  color: #000000;
}
.cid-u1OwUOnBu4 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/einrohr-zweirohrweb-1062x541.png");
}
.cid-u1OwUOnBu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1OwUOnBu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1OwUOnBu4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u1OwUOnBu4 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u1OwUOnBu4 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u1OwUOnBu4 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u1OwUOnBu4 .container {
    padding: 0 12px;
  }
}
.cid-u1OwUOnBu4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1OwUOnBu4 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-u1OwUOnBu4 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u1OwUOnBu4 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u1OwUOnBu4 .mbr-section-title {
  color: #1D1D1F;
}
.cid-u1OwUOnBu4 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u1OwUOnBu4 .mbr-section-title,
.cid-u1OwUOnBu4 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u0XhghTauY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #c4e09e;
}
.cid-u0XhghTauY h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-u0XhghTauY p {
  color: #ffffff;
}
.cid-u0XhghTauY .card {
  margin-bottom: 2rem;
}
.cid-u0XhghTauY .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-u0XhghTauY .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-u0XhghTauY .card-box {
  padding-bottom: 2rem;
}
.cid-u0XhghTauY .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-u0XhghTauY .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-u0XhghTauY .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u0XhghTauY .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-u0XhghTauY .card-title,
.cid-u0XhghTauY .card-img {
  color: #118707;
}
.cid-u0XhghTauY P {
  color: #29292a;
}
.cid-ue3SzxkcvU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/schallpegel-hg-web-1-2000x1164.png");
}
.cid-ue3SzxkcvU .mbr-overlay {
  background: #ffffff;
  opacity: 0.5;
}
.cid-ue3SzxkcvU .item:focus,
.cid-ue3SzxkcvU span:focus {
  outline: none;
}
.cid-ue3SzxkcvU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue3SzxkcvU .item {
    margin-bottom: 1rem;
  }
}
.cid-ue3SzxkcvU .line {
  width: 100%;
  height: 1px;
  background: #118707;
  margin-bottom: 2rem;
}
.cid-ue3SzxkcvU .mbr-card-title {
  background: #118707;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 12px;
}
.cid-ue3SzxkcvU .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ue3SzxkcvU .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ue3SzxkcvU .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ue3SzxkcvU .mbr-section-title {
  color: #118707;
  text-align: center;
}
.cid-ue3SzxkcvU .mbr-text,
.cid-ue3SzxkcvU .item .mbr-section-btn {
  text-align: center;
}
.cid-ue3SzxkcvU .content-head {
  max-width: 800px;
}
.cid-ue3SzxkcvU .mbr-number {
  color: #ffffff;
}
.cid-ue3SzxkcvU .mbr-section-subtitle,
.cid-ue3SzxkcvU .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ue3SzxkcvU .mbr-text {
  text-align: left;
}
.cid-ue3SzxkcvU .mbr-text,
.cid-ue3SzxkcvU .mbr-card-btn {
  text-align: left;
}
.cid-ue3SzxkcvU .mbr-text,
.cid-ue3SzxkcvU .mbr-section-btn {
  text-align: left;
}
.cid-ue3SzxkcvU .mbr-text,
.cid-ue3SzxkcvU .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-ue3SzxkcvU .card-text,
.cid-ue3SzxkcvU .item .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ue3SzxkcvU .card-title {
  text-align: left;
  color: #118707;
}
.cid-ue3XzmQFk8 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #118707;
}
.cid-ue3XzmQFk8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ue3XzmQFk8 H2 {
  text-align: left;
  color: #ffffff;
}
.cid-u0StU1wKbr {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/wabenstrucktur-4-2000x1133.jpg");
}
.cid-u0StU1wKbr .container,
.cid-u0StU1wKbr .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-u0StU1wKbr .icon__wrap,
.cid-u0StU1wKbr .mbr-section-title,
.cid-u0StU1wKbr .mbr-text,
.cid-u0StU1wKbr .items__block,
.cid-u0StU1wKbr .mbr-section-btn,
.cid-u0StU1wKbr .image {
  pointer-events: all;
}
.cid-u0StU1wKbr .image {
  text-align: center;
}
.cid-u0StU1wKbr .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-u0StU1wKbr .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-u0StU1wKbr .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-u0StU1wKbr .mbr-text {
  margin-bottom: 40px;
}
.cid-u0StU1wKbr .items__block .item .mbr-iconfont {
  color: #ed7d31;
  margin-right: 10px;
  font-size: 14px;
}
.cid-u0StU1wKbr .mbr-section-btn {
  margin-top: 55px;
}
.cid-u0StU1wKbr .icon__block {
  background: linear-gradient(135deg, rgba(17, 135, 7, 0.54) 0%, rgba(17, 135, 7, 0.85) 60%, #118707 100%);
}
.cid-u0StU1wKbr .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-u0StU1wKbr .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #1a6ec0;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-u0StU1wKbr .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ed7d31;
  animation: animationOne 30s infinite linear;
}
.cid-u0StU1wKbr .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  animation: animationTwo 30s infinite linear;
}
.cid-u0StU1wKbr .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationOne 25s infinite linear;
}
.cid-u0StU1wKbr .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #118707;
  animation: animationTwo 25s infinite linear;
}
.cid-u0StU1wKbr .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-u0StU1wKbr .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-u0StU1wKbr .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-u0StU1wKbr .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-u0StU1wKbr .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-u0StU1wKbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0StU1wKbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0SvsCKmFd {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/wabenstrucktur-5-2000x1133.jpg");
}
.cid-u0SvsCKmFd .container,
.cid-u0SvsCKmFd .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-u0SvsCKmFd .icon__wrap,
.cid-u0SvsCKmFd .mbr-section-title,
.cid-u0SvsCKmFd .mbr-text,
.cid-u0SvsCKmFd .items__block,
.cid-u0SvsCKmFd .mbr-section-btn,
.cid-u0SvsCKmFd .image {
  pointer-events: all;
}
.cid-u0SvsCKmFd .image {
  text-align: center;
}
.cid-u0SvsCKmFd .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-u0SvsCKmFd .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-u0SvsCKmFd .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-u0SvsCKmFd .mbr-text {
  margin-bottom: 40px;
}
.cid-u0SvsCKmFd .items__block .item .mbr-iconfont {
  color: #ed7d31;
  margin-right: 10px;
  font-size: 14px;
}
.cid-u0SvsCKmFd .mbr-section-btn {
  margin-top: 55px;
}
.cid-u0SvsCKmFd .icon__block {
  background: linear-gradient(135deg, rgba(17, 135, 7, 0.54) 0%, rgba(17, 135, 7, 0.85) 60%, #118707 100%);
}
.cid-u0SvsCKmFd .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-u0SvsCKmFd .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #1a6ec0;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-u0SvsCKmFd .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ed7d31;
  animation: animationOne 30s infinite linear;
}
.cid-u0SvsCKmFd .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  animation: animationTwo 30s infinite linear;
}
.cid-u0SvsCKmFd .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #233d63;
  animation: animationOne 25s infinite linear;
}
.cid-u0SvsCKmFd .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #118707;
  animation: animationTwo 25s infinite linear;
}
.cid-u0SvsCKmFd .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-u0SvsCKmFd .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-u0SvsCKmFd .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-u0SvsCKmFd .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-u0SvsCKmFd .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-u0SvsCKmFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0SvsCKmFd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0SvsCKmFd .mbr-section-title,
.cid-u0SvsCKmFd .icon__wrap {
  color: #118707;
}
.cid-tRfrxH8HTh {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/allestandorte-1-1295x886.jpg");
}
.cid-tRfrxH8HTh .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tRfrxH8HTh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRfrxH8HTh .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrxH8HTh .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tRfrxH8HTh .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrxH8HTh .container {
    padding: 0 12px;
  }
}
.cid-tRfrxH8HTh .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-tRfrxH8HTh .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-tRfrxH8HTh .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tRfrxH8HTh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tRfrxH8HTh .content-wrapper {
  border-radius: 32px;
  background-color: #c4e09e;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tRfrxH8HTh .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-tRfrxH8HTh .content-wrapper .nav.nav-tabs {
  display: block;
  border: none;
  margin-right: 80px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-tRfrxH8HTh .content-wrapper .nav.nav-tabs {
    width: 100%;
    margin: 0;
  }
}
.cid-tRfrxH8HTh .content-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin-bottom: 32px;
}
.cid-tRfrxH8HTh .content-wrapper .nav.nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}
.cid-tRfrxH8HTh .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #118707;
  border-radius: 32px !important;
  border: 1px solid #118707;
  padding: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-tRfrxH8HTh .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #f5f5f7;
  background-color: #f5f5f7;
}
.cid-tRfrxH8HTh .content-wrapper .tab-content {
  border-radius: .5em;
  overflow: hidden;
  width: 65%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRfrxH8HTh .content-wrapper .tab-content {
    width: 100%;
    margin-top: 32px;
  }
}
.cid-tRfrxH8HTh .content-wrapper .tab-content .tab-pane {
  position: relative;
  z-index: 1;
}
.cid-tRfrxH8HTh .content-wrapper .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 32px;
}
.cid-tRfrxH8HTh .content-wrapper .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tRfrxH8HTh .content-wrapper .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-tRfrxH8HTh .content-wrapper .tab-content .tab-pane .content-wrap .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-tRfrxH8HTh .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrxH8HTh .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tRfrxH8HTh .item-text {
  color: #1D1D1F;
}
.cid-tRfrxH8HTh .nav-link {
  text-align: left;
}
.cid-tRfrxH8HTh .mbr-section-title,
.cid-tRfrxH8HTh .nav-link {
  color: #118707;
}
.cid-tRfrwb1kZN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f5f5f7;
}
.cid-tRfrwb1kZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfrwb1kZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRfrwb1kZN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRfrwb1kZN .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrwb1kZN .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tRfrwb1kZN .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrwb1kZN .container {
    padding: 0 12px;
  }
}
.cid-tRfrwb1kZN .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 16px;
  background-color: #c4e09e;
}
@media (max-width: 992px) {
  .cid-tRfrwb1kZN .content-wrapper {
    display: block;
  }
}
.cid-tRfrwb1kZN .content-wrapper .title-wrapper {
  width: 50%;
  padding: 48px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-tRfrwb1kZN .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tRfrwb1kZN .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-tRfrwb1kZN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tRfrwb1kZN .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tRfrwb1kZN .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #f5f5f7 !important;
  background-color: #ffffff;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #f5f5f7;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f5f5f7;
  border-color: #f5f5f7;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-tRfrwb1kZN .mbr-section-title {
  color: #ffffff;
}
.cid-tRfrwb1kZN .mbr-text {
  color: #ffffff;
}
.cid-tRfrwb1kZN label {
  color: #ffffff;
}
.cid-tRfrwb1kZN H3 {
  color: #000000;
}
.cid-tRfrwb1kZN LABEL {
  color: #118707;
}
.cid-tRfrwb1kZN .mbr-section-title,
.cid-tRfrwb1kZN .mbr-section-btn {
  color: #118707;
}
.cid-u0SHc7LdNN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0SHc7LdNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u0SHc7LdNN .container {
    padding: 0 14px;
  }
}
.cid-u0SHc7LdNN .row {
  justify-content: center;
}
.cid-u0SHc7LdNN .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-u0SHc7LdNN .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u0SHc7LdNN .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap:hover,
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-u0SHc7LdNN .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #5a9804;
  border: 1px solid #5a9804;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u0SHc7LdNN .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-text,
.cid-u0SHc7LdNN .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u0SHc7LdNN .mbr-list-title {
  color: #ffffff;
}
.cid-u0SHc7LdNN .list {
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-contact {
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-list-title,
.cid-u0SHc7LdNN .image-wrapper {
  color: #232323;
}
.cid-u0SHc7LdNN .mbr-contact,
.cid-u0SHc7LdNN .card-wrapper {
  color: #118707;
}
.cid-u0SHc7LdNN .list,
.cid-u0SHc7LdNN .item-wrap {
  color: #000000;
}
.cid-tRfrmALiUW {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tRfrmALiUW .navbar-dropdown {
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 0;
  position: fixed !important;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.7) !important;
  background: #ffffff;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRfrmALiUW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tRfrmALiUW .menu_box .navbar.opened,
  .cid-tRfrmALiUW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tRfrmALiUW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tRfrmALiUW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tRfrmALiUW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tRfrmALiUW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eeeeee;
  }
  .cid-tRfrmALiUW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tRfrmALiUW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tRfrmALiUW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-body .mbr-text,
  .cid-tRfrmALiUW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tRfrmALiUW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tRfrmALiUW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .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-tRfrmALiUW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tRfrmALiUW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tRfrmALiUW .lg_brand {
    margin: 0 1rem;
  }
  .cid-tRfrmALiUW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tRfrmALiUW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 0 !important;
  }
}
.cid-tRfrmALiUW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tRfrmALiUW .nav-item .nav-link:hover,
.cid-tRfrmALiUW .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tRfrmALiUW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .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-tRfrmALiUW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tRfrmALiUW .offcanvas_box {
    display: none;
  }
}
.cid-tRfrmALiUW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tRfrmALiUW .container {
  display: flex;
  margin: auto;
}
.cid-tRfrmALiUW .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tRfrmALiUW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tRfrmALiUW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tRfrmALiUW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .navbar-nav {
    margin: 0;
  }
}
.cid-tRfrmALiUW .dropdown-menu,
.cid-tRfrmALiUW .navbar.opened {
  background-color: true !important;
}
.cid-tRfrmALiUW .nav-item:focus,
.cid-tRfrmALiUW .nav-link:focus {
  outline: none;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRfrmALiUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRfrmALiUW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tRfrmALiUW .navbar.opened {
  transition: all 0.3s;
}
.cid-tRfrmALiUW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tRfrmALiUW .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tRfrmALiUW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tRfrmALiUW .navbar.collapsed {
  justify-content: center;
}
.cid-tRfrmALiUW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRfrmALiUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRfrmALiUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tRfrmALiUW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tRfrmALiUW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tRfrmALiUW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRfrmALiUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tRfrmALiUW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tRfrmALiUW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tRfrmALiUW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRfrmALiUW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tRfrmALiUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRfrmALiUW .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-tRfrmALiUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tRfrmALiUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRfrmALiUW .dropdown-item.active,
.cid-tRfrmALiUW .dropdown-item:active {
  background-color: transparent;
}
.cid-tRfrmALiUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRfrmALiUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRfrmALiUW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tRfrmALiUW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRfrmALiUW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ed7d31;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tRfrmALiUW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRfrmALiUW .navbar {
    height: 70px;
  }
  .cid-tRfrmALiUW .navbar.opened {
    height: auto;
  }
  .cid-tRfrmALiUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfrmALiUW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tRfrmALiUW .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tRfrmALiUW .navbar-caption:hover {
  color: #118707;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tRfrmALiUW .text_widget {
  margin-bottom: 32px;
  color: #ed7d31;
}
.cid-tRfrmALiUW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tRfrmALiUW .text_widget a:hover,
.cid-tRfrmALiUW .text_widget a:focus {
  opacity: .8;
}
.cid-tRfrmALiUW .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .navbar-caption {
  color: #1D1D1F;
}
.cid-tRfrmALiUW .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .mbr-section-subtitle,
.cid-tRfrmALiUW .text_widget,
.cid-tRfrmALiUW .mbr-section-btn {
  text-align: center;
}
.cid-tRfrmALiUW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0WLr78IfM {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #118707;
}
.cid-u0WLr78IfM .item-img {
  position: relative;
}
.cid-u0WLr78IfM .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u0WLr78IfM .cardbg {
  background: #c4e09e;
  height: 100%;
  min-height: 300px;
}
.cid-u0WLr78IfM .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u0WLr78IfM .image-wrapper {
  overflow: hidden;
}
.cid-u0WLr78IfM .item1 {
  margin-bottom: 2rem !important;
}
.cid-u0WLr78IfM .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u0WLr78IfM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u0WLr78IfM .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u0WLr78IfM .item1,
.cid-u0WLr78IfM .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u0WLr78IfM .item1 .item:hover,
.cid-u0WLr78IfM .item .item:hover {
  cursor: pointer;
}
.cid-u0WLr78IfM .item1:hover .link-icon-wrapper span,
.cid-u0WLr78IfM .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u0WLr78IfM .card2 {
    margin-top: 1rem;
  }
}
.cid-u0WLr78IfM .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u0WLr78IfM .link-icon-wrapper .icon-wrap {
  background: #118707;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u0WLr78IfM .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u0WLr78IfM .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u0WLr78IfM .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u0WLr78IfM .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u0WLr78IfM .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u0WLr78IfM .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u0WLr78IfM .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u0WLr78IfM img,
.cid-u0WLr78IfM .item-img {
  width: 100%;
}
.cid-u0WLr78IfM .item:focus,
.cid-u0WLr78IfM span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u0WLr78IfM .item {
    margin-bottom: 1rem;
  }
}
.cid-u0WLr78IfM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u0WLr78IfM .item-title {
  text-align: left;
  color: #118707;
}
.cid-u0WLr78IfM .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u0WLr78IfM .mbr-section-subtitle,
.cid-u0WLr78IfM .subtitle-wrap,
.cid-u0WLr78IfM .mbr-section-btn {
  text-align: left;
}
.cid-u0WLr78IfM .mbr-text,
.cid-u0WLr78IfM .item .mbr-section-btn {
  color: #000000;
}
.cid-u0WNYxeT5q {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #118707;
}
.cid-u0WNYxeT5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0WNYxeT5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0WNYxeT5q .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u0WNYxeT5q .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u0WNYxeT5q .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u0WNYxeT5q .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u0WNYxeT5q .container {
    padding: 0 12px;
  }
}
.cid-u0WNYxeT5q .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u0WNYxeT5q .content-wrapper {
    padding: 0 24px;
  }
}
.cid-u0WNYxeT5q .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u0WNYxeT5q .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u0WNYxeT5q .mbr-section-title {
  color: #1D1D1F;
}
.cid-u0WNYxeT5q .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-u0WNYxeT5q .mbr-section-title,
.cid-u0WNYxeT5q .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u0WPyF0o39 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #118707;
}
.cid-u0WPyF0o39 .item-img {
  position: relative;
}
.cid-u0WPyF0o39 .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u0WPyF0o39 .cardbg {
  background: #c4e09e;
  height: 100%;
  min-height: 300px;
}
.cid-u0WPyF0o39 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u0WPyF0o39 .image-wrapper {
  overflow: hidden;
}
.cid-u0WPyF0o39 .item1 {
  margin-bottom: 2rem !important;
}
.cid-u0WPyF0o39 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u0WPyF0o39 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u0WPyF0o39 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u0WPyF0o39 .item1,
.cid-u0WPyF0o39 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u0WPyF0o39 .item1 .item:hover,
.cid-u0WPyF0o39 .item .item:hover {
  cursor: pointer;
}
.cid-u0WPyF0o39 .item1:hover .link-icon-wrapper span,
.cid-u0WPyF0o39 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u0WPyF0o39 .card2 {
    margin-top: 1rem;
  }
}
.cid-u0WPyF0o39 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u0WPyF0o39 .link-icon-wrapper .icon-wrap {
  background: #118707;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u0WPyF0o39 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u0WPyF0o39 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u0WPyF0o39 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u0WPyF0o39 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u0WPyF0o39 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u0WPyF0o39 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u0WPyF0o39 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u0WPyF0o39 img,
.cid-u0WPyF0o39 .item-img {
  width: 100%;
}
.cid-u0WPyF0o39 .item:focus,
.cid-u0WPyF0o39 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u0WPyF0o39 .item {
    margin-bottom: 1rem;
  }
}
.cid-u0WPyF0o39 .mbr-section-title {
  color: #ed7d31;
  text-align: left;
}
.cid-u0WPyF0o39 .item-title {
  text-align: left;
  color: #118707;
}
.cid-u0WPyF0o39 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u0WPyF0o39 .mbr-section-subtitle,
.cid-u0WPyF0o39 .subtitle-wrap,
.cid-u0WPyF0o39 .mbr-section-btn {
  text-align: left;
}
.cid-u0WPyF0o39 .mbr-text,
.cid-u0WPyF0o39 .item .mbr-section-btn {
  color: #000000;
}
.cid-u0WRSyQDkH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #118707;
}
.cid-u0WRSyQDkH .item-img {
  position: relative;
}
.cid-u0WRSyQDkH .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u0WRSyQDkH .cardbg {
  background: #c4e09e;
  height: 100%;
  min-height: 300px;
}
.cid-u0WRSyQDkH .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u0WRSyQDkH .image-wrapper {
  overflow: hidden;
}
.cid-u0WRSyQDkH .item1 {
  margin-bottom: 2rem !important;
}
.cid-u0WRSyQDkH .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u0WRSyQDkH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u0WRSyQDkH .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u0WRSyQDkH .item1,
.cid-u0WRSyQDkH .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u0WRSyQDkH .item1 .item:hover,
.cid-u0WRSyQDkH .item .item:hover {
  cursor: pointer;
}
.cid-u0WRSyQDkH .item1:hover .link-icon-wrapper span,
.cid-u0WRSyQDkH .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u0WRSyQDkH .card2 {
    margin-top: 1rem;
  }
}
.cid-u0WRSyQDkH .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u0WRSyQDkH .link-icon-wrapper .icon-wrap {
  background: #118707;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u0WRSyQDkH .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u0WRSyQDkH .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u0WRSyQDkH .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u0WRSyQDkH .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u0WRSyQDkH .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u0WRSyQDkH .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u0WRSyQDkH .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u0WRSyQDkH img,
.cid-u0WRSyQDkH .item-img {
  width: 100%;
}
.cid-u0WRSyQDkH .item:focus,
.cid-u0WRSyQDkH span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u0WRSyQDkH .item {
    margin-bottom: 1rem;
  }
}
.cid-u0WRSyQDkH .mbr-section-title {
  color: #ed7d31;
  text-align: left;
}
.cid-u0WRSyQDkH .item-title {
  text-align: left;
  color: #118707;
}
.cid-u0WRSyQDkH .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u0WRSyQDkH .mbr-section-subtitle,
.cid-u0WRSyQDkH .subtitle-wrap,
.cid-u0WRSyQDkH .mbr-section-btn {
  text-align: left;
}
.cid-u0WRSyQDkH .mbr-text,
.cid-u0WRSyQDkH .item .mbr-section-btn {
  color: #000000;
}
.cid-u0WTyUg56n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #118707;
}
.cid-u0WTyUg56n .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0WTyUg56n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0WTyUg56n .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u0WTyUg56n .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u0WTyUg56n .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u0WTyUg56n .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u0WTyUg56n .container {
    padding: 0 12px;
  }
}
.cid-u0WTyUg56n .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u0WTyUg56n .content-wrapper {
    padding: 0 24px;
  }
}
.cid-u0WTyUg56n .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u0WTyUg56n .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u0WTyUg56n .mbr-section-title {
  color: #1D1D1F;
}
.cid-u0WTyUg56n .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-u0WTyUg56n .mbr-section-title,
.cid-u0WTyUg56n .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u0WXslPT1q {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #118707;
}
.cid-u0WXslPT1q .item-img {
  position: relative;
}
.cid-u0WXslPT1q .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u0WXslPT1q .cardbg {
  background: #c4e09e;
  height: 100%;
  min-height: 300px;
}
.cid-u0WXslPT1q .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u0WXslPT1q .image-wrapper {
  overflow: hidden;
}
.cid-u0WXslPT1q .item1 {
  margin-bottom: 2rem !important;
}
.cid-u0WXslPT1q .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u0WXslPT1q .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u0WXslPT1q .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u0WXslPT1q .item1,
.cid-u0WXslPT1q .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u0WXslPT1q .item1 .item:hover,
.cid-u0WXslPT1q .item .item:hover {
  cursor: pointer;
}
.cid-u0WXslPT1q .item1:hover .link-icon-wrapper span,
.cid-u0WXslPT1q .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u0WXslPT1q .card2 {
    margin-top: 1rem;
  }
}
.cid-u0WXslPT1q .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u0WXslPT1q .link-icon-wrapper .icon-wrap {
  background: #118707;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u0WXslPT1q .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u0WXslPT1q .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u0WXslPT1q .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u0WXslPT1q .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u0WXslPT1q .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u0WXslPT1q .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u0WXslPT1q .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u0WXslPT1q img,
.cid-u0WXslPT1q .item-img {
  width: 100%;
}
.cid-u0WXslPT1q .item:focus,
.cid-u0WXslPT1q span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u0WXslPT1q .item {
    margin-bottom: 1rem;
  }
}
.cid-u0WXslPT1q .mbr-section-title {
  color: #ed7d31;
  text-align: left;
}
.cid-u0WXslPT1q .item-title {
  text-align: left;
  color: #118707;
}
.cid-u0WXslPT1q .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u0WXslPT1q .mbr-section-subtitle,
.cid-u0WXslPT1q .subtitle-wrap,
.cid-u0WXslPT1q .mbr-section-btn {
  text-align: left;
}
.cid-u0WXslPT1q .mbr-text,
.cid-u0WXslPT1q .item .mbr-section-btn {
  color: #000000;
}
.cid-u0YwQJ1JtZ {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #118707;
}
.cid-u0YwQJ1JtZ .item-img {
  position: relative;
}
.cid-u0YwQJ1JtZ .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u0YwQJ1JtZ .cardbg {
  background: #c4e09e;
  height: 100%;
  min-height: 300px;
}
.cid-u0YwQJ1JtZ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u0YwQJ1JtZ .image-wrapper {
  overflow: hidden;
}
.cid-u0YwQJ1JtZ .item1 {
  margin-bottom: 2rem !important;
}
.cid-u0YwQJ1JtZ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u0YwQJ1JtZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u0YwQJ1JtZ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u0YwQJ1JtZ .item1,
.cid-u0YwQJ1JtZ .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u0YwQJ1JtZ .item1 .item:hover,
.cid-u0YwQJ1JtZ .item .item:hover {
  cursor: pointer;
}
.cid-u0YwQJ1JtZ .item1:hover .link-icon-wrapper span,
.cid-u0YwQJ1JtZ .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u0YwQJ1JtZ .card2 {
    margin-top: 1rem;
  }
}
.cid-u0YwQJ1JtZ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u0YwQJ1JtZ .link-icon-wrapper .icon-wrap {
  background: #118707;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u0YwQJ1JtZ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u0YwQJ1JtZ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u0YwQJ1JtZ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u0YwQJ1JtZ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u0YwQJ1JtZ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u0YwQJ1JtZ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u0YwQJ1JtZ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u0YwQJ1JtZ img,
.cid-u0YwQJ1JtZ .item-img {
  width: 100%;
}
.cid-u0YwQJ1JtZ .item:focus,
.cid-u0YwQJ1JtZ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u0YwQJ1JtZ .item {
    margin-bottom: 1rem;
  }
}
.cid-u0YwQJ1JtZ .mbr-section-title {
  color: #ed7d31;
  text-align: left;
}
.cid-u0YwQJ1JtZ .item-title {
  text-align: left;
  color: #118707;
}
.cid-u0YwQJ1JtZ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u0YwQJ1JtZ .mbr-section-subtitle,
.cid-u0YwQJ1JtZ .subtitle-wrap,
.cid-u0YwQJ1JtZ .mbr-section-btn {
  text-align: left;
}
.cid-u0YwQJ1JtZ .mbr-text,
.cid-u0YwQJ1JtZ .item .mbr-section-btn {
  color: #000000;
}
.cid-u0XA3tMPxz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #118707;
}
.cid-u0XA3tMPxz .item-img {
  position: relative;
}
.cid-u0XA3tMPxz .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u0XA3tMPxz .cardbg {
  background: #c4e09e;
  height: 100%;
  min-height: 300px;
}
.cid-u0XA3tMPxz .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u0XA3tMPxz .image-wrapper {
  overflow: hidden;
}
.cid-u0XA3tMPxz .item1 {
  margin-bottom: 2rem !important;
}
.cid-u0XA3tMPxz .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u0XA3tMPxz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u0XA3tMPxz .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u0XA3tMPxz .item1,
.cid-u0XA3tMPxz .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u0XA3tMPxz .item1 .item:hover,
.cid-u0XA3tMPxz .item .item:hover {
  cursor: pointer;
}
.cid-u0XA3tMPxz .item1:hover .link-icon-wrapper span,
.cid-u0XA3tMPxz .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u0XA3tMPxz .card2 {
    margin-top: 1rem;
  }
}
.cid-u0XA3tMPxz .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u0XA3tMPxz .link-icon-wrapper .icon-wrap {
  background: #118707;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u0XA3tMPxz .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u0XA3tMPxz .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u0XA3tMPxz .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u0XA3tMPxz .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u0XA3tMPxz .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u0XA3tMPxz .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u0XA3tMPxz .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u0XA3tMPxz img,
.cid-u0XA3tMPxz .item-img {
  width: 100%;
}
.cid-u0XA3tMPxz .item:focus,
.cid-u0XA3tMPxz span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u0XA3tMPxz .item {
    margin-bottom: 1rem;
  }
}
.cid-u0XA3tMPxz .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u0XA3tMPxz .item-title {
  text-align: left;
  color: #118707;
}
.cid-u0XA3tMPxz .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u0XA3tMPxz .mbr-section-subtitle,
.cid-u0XA3tMPxz .subtitle-wrap,
.cid-u0XA3tMPxz .mbr-section-btn {
  text-align: left;
}
.cid-u0XA3tMPxz .mbr-text,
.cid-u0XA3tMPxz .item .mbr-section-btn {
  color: #000000;
}
.cid-u0SHc7LdNN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0SHc7LdNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u0SHc7LdNN .container {
    padding: 0 14px;
  }
}
.cid-u0SHc7LdNN .row {
  justify-content: center;
}
.cid-u0SHc7LdNN .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-u0SHc7LdNN .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u0SHc7LdNN .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap:hover,
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-u0SHc7LdNN .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #5a9804;
  border: 1px solid #5a9804;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u0SHc7LdNN .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-text,
.cid-u0SHc7LdNN .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u0SHc7LdNN .mbr-list-title {
  color: #ffffff;
}
.cid-u0SHc7LdNN .list {
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-contact {
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-list-title,
.cid-u0SHc7LdNN .image-wrapper {
  color: #232323;
}
.cid-u0SHc7LdNN .mbr-contact,
.cid-u0SHc7LdNN .card-wrapper {
  color: #118707;
}
.cid-u0SHc7LdNN .list,
.cid-u0SHc7LdNN .item-wrap {
  color: #000000;
}
.cid-tRfrmALiUW {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tRfrmALiUW .navbar-dropdown {
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 0;
  position: fixed !important;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.7) !important;
  background: #ffffff;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRfrmALiUW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tRfrmALiUW .menu_box .navbar.opened,
  .cid-tRfrmALiUW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tRfrmALiUW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tRfrmALiUW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tRfrmALiUW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tRfrmALiUW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eeeeee;
  }
  .cid-tRfrmALiUW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tRfrmALiUW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tRfrmALiUW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-body .mbr-text,
  .cid-tRfrmALiUW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tRfrmALiUW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tRfrmALiUW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .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-tRfrmALiUW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tRfrmALiUW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tRfrmALiUW .lg_brand {
    margin: 0 1rem;
  }
  .cid-tRfrmALiUW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tRfrmALiUW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 0 !important;
  }
}
.cid-tRfrmALiUW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tRfrmALiUW .nav-item .nav-link:hover,
.cid-tRfrmALiUW .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tRfrmALiUW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .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-tRfrmALiUW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tRfrmALiUW .offcanvas_box {
    display: none;
  }
}
.cid-tRfrmALiUW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tRfrmALiUW .container {
  display: flex;
  margin: auto;
}
.cid-tRfrmALiUW .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tRfrmALiUW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tRfrmALiUW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tRfrmALiUW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .navbar-nav {
    margin: 0;
  }
}
.cid-tRfrmALiUW .dropdown-menu,
.cid-tRfrmALiUW .navbar.opened {
  background-color: true !important;
}
.cid-tRfrmALiUW .nav-item:focus,
.cid-tRfrmALiUW .nav-link:focus {
  outline: none;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRfrmALiUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRfrmALiUW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tRfrmALiUW .navbar.opened {
  transition: all 0.3s;
}
.cid-tRfrmALiUW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tRfrmALiUW .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tRfrmALiUW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tRfrmALiUW .navbar.collapsed {
  justify-content: center;
}
.cid-tRfrmALiUW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRfrmALiUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRfrmALiUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tRfrmALiUW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tRfrmALiUW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tRfrmALiUW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRfrmALiUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tRfrmALiUW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tRfrmALiUW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tRfrmALiUW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRfrmALiUW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tRfrmALiUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRfrmALiUW .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-tRfrmALiUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tRfrmALiUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRfrmALiUW .dropdown-item.active,
.cid-tRfrmALiUW .dropdown-item:active {
  background-color: transparent;
}
.cid-tRfrmALiUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRfrmALiUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRfrmALiUW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tRfrmALiUW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRfrmALiUW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ed7d31;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tRfrmALiUW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRfrmALiUW .navbar {
    height: 70px;
  }
  .cid-tRfrmALiUW .navbar.opened {
    height: auto;
  }
  .cid-tRfrmALiUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfrmALiUW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tRfrmALiUW .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tRfrmALiUW .navbar-caption:hover {
  color: #118707;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tRfrmALiUW .text_widget {
  margin-bottom: 32px;
  color: #ed7d31;
}
.cid-tRfrmALiUW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tRfrmALiUW .text_widget a:hover,
.cid-tRfrmALiUW .text_widget a:focus {
  opacity: .8;
}
.cid-tRfrmALiUW .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .navbar-caption {
  color: #1D1D1F;
}
.cid-tRfrmALiUW .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .mbr-section-subtitle,
.cid-tRfrmALiUW .text_widget,
.cid-tRfrmALiUW .mbr-section-btn {
  text-align: center;
}
.cid-tRfrmALiUW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0XFBOotAy {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #118707;
  overflow: hidden;
}
.cid-u0XFBOotAy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0XFBOotAy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0XFBOotAy .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u0XFBOotAy .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0XFBOotAy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u0XFBOotAy .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0XFBOotAy .container {
    padding: 0 16px;
  }
}
.cid-u0XFBOotAy .row {
  justify-content: space-between;
}
.cid-u0XFBOotAy .row:hover,
.cid-u0XFBOotAy .row:focus {
  cursor: pointer;
}
.cid-u0XFBOotAy .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u0XFBOotAy .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0XFBOotAy .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-u0XFBOotAy .image-wrapper img {
    height: 300px;
  }
}
.cid-u0XFBOotAy .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u0XFBOotAy .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u0XFBOotAy .mbr-section-title {
  color: #000000;
}
.cid-u0XFBOotAy .mbr-text {
  color: #ffffff;
}
.cid-u0XFBOotAy .mbr-section-title,
.cid-u0XFBOotAy .mbr-section-btn {
  color: #ffffff;
}
.cid-u1ab3HQKrh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #118707;
  overflow: hidden;
}
.cid-u1ab3HQKrh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1ab3HQKrh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1ab3HQKrh .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u1ab3HQKrh .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u1ab3HQKrh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u1ab3HQKrh .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u1ab3HQKrh .container {
    padding: 0 16px;
  }
}
.cid-u1ab3HQKrh .row {
  justify-content: space-between;
}
.cid-u1ab3HQKrh .row:hover,
.cid-u1ab3HQKrh .row:focus {
  cursor: pointer;
}
.cid-u1ab3HQKrh .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1ab3HQKrh .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u1ab3HQKrh .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-u1ab3HQKrh .image-wrapper img {
    height: 300px;
  }
}
.cid-u1ab3HQKrh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u1ab3HQKrh .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u1ab3HQKrh .mbr-section-title {
  color: #000000;
}
.cid-u1ab3HQKrh .mbr-text {
  color: #ffffff;
}
.cid-u1ab3HQKrh .mbr-section-title,
.cid-u1ab3HQKrh .mbr-section-btn {
  color: #ffffff;
}
.cid-u0XS5XX3LP {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #118707;
}
.cid-u0XS5XX3LP h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-u0XS5XX3LP p {
  color: #ffffff;
}
.cid-u0XS5XX3LP .card {
  margin-bottom: 2rem;
}
.cid-u0XS5XX3LP .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #c4e09e;
}
.cid-u0XS5XX3LP .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-u0XS5XX3LP .card-box {
  padding-bottom: 2rem;
  background-color: #c4e09e;
  background: linear-gradient(#c4e09e, transparent);
}
.cid-u0XS5XX3LP .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-u0XS5XX3LP .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-u0XS5XX3LP .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u0XS5XX3LP .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-u0XS5XX3LP .card-title,
.cid-u0XS5XX3LP .card-img {
  color: #118707;
}
.cid-u0XS5XX3LP P {
  color: #29292a;
}
.cid-u0XN8QXtCT {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #118707;
}
.cid-u0XN8QXtCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0XN8QXtCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0XN8QXtCT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u0XN8QXtCT .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u0XN8QXtCT .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u0XN8QXtCT .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u0XN8QXtCT .container {
    padding: 0 12px;
  }
}
.cid-u0XN8QXtCT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u0XN8QXtCT .content-wrapper {
    padding: 0 24px;
  }
}
.cid-u0XN8QXtCT .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u0XN8QXtCT .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u0XN8QXtCT .mbr-section-title {
  color: #1D1D1F;
}
.cid-u0XN8QXtCT .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-u0XN8QXtCT .mbr-section-title,
.cid-u0XN8QXtCT .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u3dFqrsUxT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #118707;
  overflow: hidden;
}
.cid-u3dFqrsUxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dFqrsUxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3dFqrsUxT .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u3dFqrsUxT .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3dFqrsUxT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u3dFqrsUxT .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3dFqrsUxT .container {
    padding: 0 16px;
  }
}
.cid-u3dFqrsUxT .row {
  justify-content: space-between;
}
.cid-u3dFqrsUxT .row:hover,
.cid-u3dFqrsUxT .row:focus {
  cursor: pointer;
}
.cid-u3dFqrsUxT .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3dFqrsUxT .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u3dFqrsUxT .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-u3dFqrsUxT .image-wrapper img {
    height: 300px;
  }
}
.cid-u3dFqrsUxT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u3dFqrsUxT .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u3dFqrsUxT .mbr-section-title {
  color: #000000;
}
.cid-u3dFqrsUxT .mbr-text {
  color: #ffffff;
}
.cid-u3dFqrsUxT .mbr-section-title,
.cid-u3dFqrsUxT .mbr-section-btn {
  color: #ffffff;
}
.cid-u0SHc7LdNN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0SHc7LdNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u0SHc7LdNN .container {
    padding: 0 14px;
  }
}
.cid-u0SHc7LdNN .row {
  justify-content: center;
}
.cid-u0SHc7LdNN .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-u0SHc7LdNN .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u0SHc7LdNN .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap:hover,
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-u0SHc7LdNN .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #5a9804;
  border: 1px solid #5a9804;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u0SHc7LdNN .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-text,
.cid-u0SHc7LdNN .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u0SHc7LdNN .mbr-list-title {
  color: #ffffff;
}
.cid-u0SHc7LdNN .list {
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-contact {
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-list-title,
.cid-u0SHc7LdNN .image-wrapper {
  color: #232323;
}
.cid-u0SHc7LdNN .mbr-contact,
.cid-u0SHc7LdNN .card-wrapper {
  color: #118707;
}
.cid-u0SHc7LdNN .list,
.cid-u0SHc7LdNN .item-wrap {
  color: #000000;
}
.cid-tRfrmALiUW {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tRfrmALiUW .navbar-dropdown {
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 0;
  position: fixed !important;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.7) !important;
  background: #ffffff;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRfrmALiUW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tRfrmALiUW .menu_box .navbar.opened,
  .cid-tRfrmALiUW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tRfrmALiUW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tRfrmALiUW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tRfrmALiUW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tRfrmALiUW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eeeeee;
  }
  .cid-tRfrmALiUW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tRfrmALiUW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tRfrmALiUW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-body .mbr-text,
  .cid-tRfrmALiUW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tRfrmALiUW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tRfrmALiUW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .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-tRfrmALiUW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tRfrmALiUW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tRfrmALiUW .lg_brand {
    margin: 0 1rem;
  }
  .cid-tRfrmALiUW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tRfrmALiUW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 0 !important;
  }
}
.cid-tRfrmALiUW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tRfrmALiUW .nav-item .nav-link:hover,
.cid-tRfrmALiUW .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tRfrmALiUW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .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-tRfrmALiUW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tRfrmALiUW .offcanvas_box {
    display: none;
  }
}
.cid-tRfrmALiUW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tRfrmALiUW .container {
  display: flex;
  margin: auto;
}
.cid-tRfrmALiUW .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tRfrmALiUW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tRfrmALiUW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tRfrmALiUW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .navbar-nav {
    margin: 0;
  }
}
.cid-tRfrmALiUW .dropdown-menu,
.cid-tRfrmALiUW .navbar.opened {
  background-color: true !important;
}
.cid-tRfrmALiUW .nav-item:focus,
.cid-tRfrmALiUW .nav-link:focus {
  outline: none;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRfrmALiUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRfrmALiUW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tRfrmALiUW .navbar.opened {
  transition: all 0.3s;
}
.cid-tRfrmALiUW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tRfrmALiUW .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tRfrmALiUW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tRfrmALiUW .navbar.collapsed {
  justify-content: center;
}
.cid-tRfrmALiUW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRfrmALiUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRfrmALiUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tRfrmALiUW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tRfrmALiUW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tRfrmALiUW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRfrmALiUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tRfrmALiUW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tRfrmALiUW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tRfrmALiUW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRfrmALiUW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tRfrmALiUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRfrmALiUW .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-tRfrmALiUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tRfrmALiUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRfrmALiUW .dropdown-item.active,
.cid-tRfrmALiUW .dropdown-item:active {
  background-color: transparent;
}
.cid-tRfrmALiUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRfrmALiUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRfrmALiUW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tRfrmALiUW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRfrmALiUW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ed7d31;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tRfrmALiUW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRfrmALiUW .navbar {
    height: 70px;
  }
  .cid-tRfrmALiUW .navbar.opened {
    height: auto;
  }
  .cid-tRfrmALiUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfrmALiUW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tRfrmALiUW .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tRfrmALiUW .navbar-caption:hover {
  color: #118707;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tRfrmALiUW .text_widget {
  margin-bottom: 32px;
  color: #ed7d31;
}
.cid-tRfrmALiUW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tRfrmALiUW .text_widget a:hover,
.cid-tRfrmALiUW .text_widget a:focus {
  opacity: .8;
}
.cid-tRfrmALiUW .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .navbar-caption {
  color: #1D1D1F;
}
.cid-tRfrmALiUW .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .mbr-section-subtitle,
.cid-tRfrmALiUW .text_widget,
.cid-tRfrmALiUW .mbr-section-btn {
  text-align: center;
}
.cid-tRfrmALiUW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0Y7KlZuku {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0Y7KlZuku .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0Y7KlZuku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0Y7KlZuku .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u0Y7KlZuku .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u0Y7KlZuku .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u0Y7KlZuku .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u0Y7KlZuku .container {
    padding: 0 12px;
  }
}
.cid-u0Y7KlZuku .title-wrapper {
  padding: 64px;
  background-color: #118707;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u0Y7KlZuku .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-u0Y7KlZuku .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u0Y7KlZuku .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-u0Y7KlZuku .panel-group {
  padding: 64px;
  background-color: #118707;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-u0Y7KlZuku .panel-group {
    padding: 24px;
  }
}
.cid-u0Y7KlZuku .panel-group .card {
  border: 1px solid #bbbbbb;
  border-radius: 32px !important;
  background-color: #c4e09e;
  margin-bottom: 32px;
}
.cid-u0Y7KlZuku .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u0Y7KlZuku .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-u0Y7KlZuku .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u0Y7KlZuku .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-u0Y7KlZuku .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u0Y7KlZuku .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #c4e09e;
}
.cid-u0Y7KlZuku .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-u0Y7KlZuku .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-u0Y7KlZuku .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-u0Y7KlZuku .mbr-section-title {
  color: #ffffff;
}
.cid-u0Y7KlZuku .mbr-text {
  color: #ffffff;
}
.cid-u0Y7KlZuku .panel-title-edit {
  color: #118707;
}
.cid-u0Y7KlZuku .panel-text {
  color: #29292a;
}
.cid-u19aKttmRM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u19aKttmRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19aKttmRM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19aKttmRM .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u19aKttmRM .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u19aKttmRM .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u19aKttmRM .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u19aKttmRM .container {
    padding: 0 12px;
  }
}
.cid-u19aKttmRM .title-wrapper {
  padding: 64px;
  background-color: #3294d6;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u19aKttmRM .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-u19aKttmRM .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u19aKttmRM .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-u19aKttmRM .panel-group {
  padding: 64px;
  background-color: #3294d6;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-u19aKttmRM .panel-group {
    padding: 24px;
  }
}
.cid-u19aKttmRM .panel-group .card {
  border: 1px solid #bbbbbb;
  border-radius: 32px !important;
  background-color: #c2e2fd;
  margin-bottom: 32px;
}
.cid-u19aKttmRM .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u19aKttmRM .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-u19aKttmRM .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u19aKttmRM .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-u19aKttmRM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u19aKttmRM .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #3294d6;
}
.cid-u19aKttmRM .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-u19aKttmRM .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-u19aKttmRM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-u19aKttmRM .mbr-section-title {
  color: #ffffff;
}
.cid-u19aKttmRM .mbr-text {
  color: #ffffff;
}
.cid-u19aKttmRM .panel-title-edit {
  color: #29292a;
}
.cid-u19aKttmRM .panel-text {
  color: #29292a;
}
.cid-u3vrkyXRSs {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u3vrkyXRSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3vrkyXRSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3vrkyXRSs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u3vrkyXRSs .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u3vrkyXRSs .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u3vrkyXRSs .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u3vrkyXRSs .container {
    padding: 0 12px;
  }
}
.cid-u3vrkyXRSs .title-wrapper {
  padding: 64px;
  background-color: #5a9804;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u3vrkyXRSs .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-u3vrkyXRSs .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u3vrkyXRSs .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-u3vrkyXRSs .panel-group {
  padding: 64px;
  background-color: #5a9804;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-u3vrkyXRSs .panel-group {
    padding: 24px;
  }
}
.cid-u3vrkyXRSs .panel-group .card {
  border: 1px solid #bbbbbb;
  border-radius: 32px !important;
  background-color: #bedb94;
  margin-bottom: 32px;
}
.cid-u3vrkyXRSs .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u3vrkyXRSs .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-u3vrkyXRSs .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u3vrkyXRSs .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-u3vrkyXRSs .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u3vrkyXRSs .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #5a9804;
}
.cid-u3vrkyXRSs .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-u3vrkyXRSs .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-u3vrkyXRSs .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-u3vrkyXRSs .mbr-section-title {
  color: #ffffff;
}
.cid-u3vrkyXRSs .mbr-text {
  color: #ffffff;
}
.cid-u3vrkyXRSs .panel-title-edit {
  color: #29292a;
}
.cid-u3vrkyXRSs .panel-text {
  color: #29292a;
}
.cid-u0SHc7LdNN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0SHc7LdNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u0SHc7LdNN .container {
    padding: 0 14px;
  }
}
.cid-u0SHc7LdNN .row {
  justify-content: center;
}
.cid-u0SHc7LdNN .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-u0SHc7LdNN .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u0SHc7LdNN .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap:hover,
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-u0SHc7LdNN .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #5a9804;
  border: 1px solid #5a9804;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u0SHc7LdNN .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-text,
.cid-u0SHc7LdNN .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u0SHc7LdNN .mbr-list-title {
  color: #ffffff;
}
.cid-u0SHc7LdNN .list {
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-contact {
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-list-title,
.cid-u0SHc7LdNN .image-wrapper {
  color: #232323;
}
.cid-u0SHc7LdNN .mbr-contact,
.cid-u0SHc7LdNN .card-wrapper {
  color: #118707;
}
.cid-u0SHc7LdNN .list,
.cid-u0SHc7LdNN .item-wrap {
  color: #000000;
}
.cid-tRfrmALiUW {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tRfrmALiUW .navbar-dropdown {
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 0;
  position: fixed !important;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.7) !important;
  background: #ffffff;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRfrmALiUW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tRfrmALiUW .menu_box .navbar.opened,
  .cid-tRfrmALiUW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tRfrmALiUW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tRfrmALiUW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tRfrmALiUW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tRfrmALiUW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eeeeee;
  }
  .cid-tRfrmALiUW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tRfrmALiUW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tRfrmALiUW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-body .mbr-text,
  .cid-tRfrmALiUW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tRfrmALiUW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tRfrmALiUW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .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-tRfrmALiUW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tRfrmALiUW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tRfrmALiUW .lg_brand {
    margin: 0 1rem;
  }
  .cid-tRfrmALiUW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tRfrmALiUW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 0 !important;
  }
}
.cid-tRfrmALiUW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tRfrmALiUW .nav-item .nav-link:hover,
.cid-tRfrmALiUW .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tRfrmALiUW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .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-tRfrmALiUW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tRfrmALiUW .offcanvas_box {
    display: none;
  }
}
.cid-tRfrmALiUW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tRfrmALiUW .container {
  display: flex;
  margin: auto;
}
.cid-tRfrmALiUW .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tRfrmALiUW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tRfrmALiUW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tRfrmALiUW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .navbar-nav {
    margin: 0;
  }
}
.cid-tRfrmALiUW .dropdown-menu,
.cid-tRfrmALiUW .navbar.opened {
  background-color: true !important;
}
.cid-tRfrmALiUW .nav-item:focus,
.cid-tRfrmALiUW .nav-link:focus {
  outline: none;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRfrmALiUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRfrmALiUW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tRfrmALiUW .navbar.opened {
  transition: all 0.3s;
}
.cid-tRfrmALiUW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tRfrmALiUW .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tRfrmALiUW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tRfrmALiUW .navbar.collapsed {
  justify-content: center;
}
.cid-tRfrmALiUW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRfrmALiUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRfrmALiUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tRfrmALiUW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tRfrmALiUW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tRfrmALiUW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRfrmALiUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tRfrmALiUW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tRfrmALiUW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tRfrmALiUW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRfrmALiUW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tRfrmALiUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRfrmALiUW .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-tRfrmALiUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tRfrmALiUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRfrmALiUW .dropdown-item.active,
.cid-tRfrmALiUW .dropdown-item:active {
  background-color: transparent;
}
.cid-tRfrmALiUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRfrmALiUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRfrmALiUW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tRfrmALiUW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRfrmALiUW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ed7d31;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tRfrmALiUW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRfrmALiUW .navbar {
    height: 70px;
  }
  .cid-tRfrmALiUW .navbar.opened {
    height: auto;
  }
  .cid-tRfrmALiUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfrmALiUW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tRfrmALiUW .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tRfrmALiUW .navbar-caption:hover {
  color: #118707;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tRfrmALiUW .text_widget {
  margin-bottom: 32px;
  color: #ed7d31;
}
.cid-tRfrmALiUW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tRfrmALiUW .text_widget a:hover,
.cid-tRfrmALiUW .text_widget a:focus {
  opacity: .8;
}
.cid-tRfrmALiUW .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .navbar-caption {
  color: #1D1D1F;
}
.cid-tRfrmALiUW .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .mbr-section-subtitle,
.cid-tRfrmALiUW .text_widget,
.cid-tRfrmALiUW .mbr-section-btn {
  text-align: center;
}
.cid-tRfrmALiUW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u12oYWYwRu {
  overflow: hidden;
  background-image: url("../../../assets/images/dreiheizkoerper-web-1594x901.jpg");
}
.cid-u12oYWYwRu .container {
  pointer-events: none;
  z-index: 1;
}
.cid-u12oYWYwRu .subtitle__block,
.cid-u12oYWYwRu .title__block,
.cid-u12oYWYwRu .buttons__block {
  pointer-events: all;
}
.cid-u12oYWYwRu .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-u12oYWYwRu .subtitle__block SPAN {
  color: #233d63;
}
.cid-u12oYWYwRu .mbr-section-subtitle {
  display: inline-block;
  color: #ed7d31;
}
.cid-u12oYWYwRu .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-u12oYWYwRu .mbr-text {
  margin-top: 35px;
}
.cid-u12oYWYwRu .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-u12oYWYwRu .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-u12oYWYwRu .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #ffffff 0%, rgba(255, 255, 255, 0.85) 100%) !important;
}
.cid-u12oYWYwRu .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-u12oYWYwRu .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-u12oYWYwRu .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-u12oYWYwRu .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-u12oYWYwRu .mbr-figure:hover {
  color: #ffffff;
  cursor: pointer;
}
.cid-u12oYWYwRu .mbr-figure:hover .mbr-media {
  border-color: #ffffff;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-u12oYWYwRu .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-u12oYWYwRu .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-u12oYWYwRu .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-u12oYWYwRu .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-u12oYWYwRu .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-u12oYWYwRu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u12oYWYwRu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u12oYWYwRu .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u12oYWYwRu a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u12oYWYwRu a.close:hover {
  color: #ffffff;
}
.cid-u12oYWYwRu .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-u12oYWYwRu .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-u12oYWYwRu .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #ed7d31;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-u12oYWYwRu .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-u12oYWYwRu .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #233d63;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-u12oYWYwRu .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #1a6ec0;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-u12oYWYwRu .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #118707;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-u12oYWYwRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u12oYWYwRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u12oYWYwRu .mbr-section-title,
.cid-u12oYWYwRu .subtitle__wrap {
  color: #ffffff;
}
.cid-u12oYWYwRu .mbr-text,
.cid-u12oYWYwRu .buttons__block {
  color: #000000;
}
.cid-u12uAfnVUS {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u12uAfnVUS .item-img {
  position: relative;
}
.cid-u12uAfnVUS .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u12uAfnVUS .cardbg {
  background: #f9e8dc;
  height: 100%;
  min-height: 300px;
}
.cid-u12uAfnVUS .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u12uAfnVUS .image-wrapper {
  overflow: hidden;
}
.cid-u12uAfnVUS .item1 {
  margin-bottom: 2rem !important;
}
.cid-u12uAfnVUS .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u12uAfnVUS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u12uAfnVUS .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u12uAfnVUS .item1,
.cid-u12uAfnVUS .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u12uAfnVUS .item1 .item:hover,
.cid-u12uAfnVUS .item .item:hover {
  cursor: pointer;
}
.cid-u12uAfnVUS .item1:hover .link-icon-wrapper span,
.cid-u12uAfnVUS .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u12uAfnVUS .card2 {
    margin-top: 1rem;
  }
}
.cid-u12uAfnVUS .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u12uAfnVUS .link-icon-wrapper .icon-wrap {
  background: #ed7d31;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u12uAfnVUS .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u12uAfnVUS .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u12uAfnVUS .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u12uAfnVUS .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u12uAfnVUS .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u12uAfnVUS .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u12uAfnVUS .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u12uAfnVUS img,
.cid-u12uAfnVUS .item-img {
  width: 100%;
}
.cid-u12uAfnVUS .item:focus,
.cid-u12uAfnVUS span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u12uAfnVUS .item {
    margin-bottom: 1rem;
  }
}
.cid-u12uAfnVUS .mbr-section-title {
  color: #ed7d31;
  text-align: left;
}
.cid-u12uAfnVUS .item-title {
  text-align: left;
  color: #ed7d31;
}
.cid-u12uAfnVUS .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u12uAfnVUS .mbr-section-subtitle,
.cid-u12uAfnVUS .subtitle-wrap,
.cid-u12uAfnVUS .mbr-section-btn {
  text-align: left;
}
.cid-u12uAfnVUS .mbr-text,
.cid-u12uAfnVUS .item .mbr-section-btn {
  color: #000000;
}
.cid-u12zEwul18 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u12zEwul18 .item-img {
  position: relative;
}
.cid-u12zEwul18 .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u12zEwul18 .cardbg {
  background: #f9e8dc;
  height: 100%;
  min-height: 300px;
}
.cid-u12zEwul18 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u12zEwul18 .image-wrapper {
  overflow: hidden;
}
.cid-u12zEwul18 .item1 {
  margin-bottom: 2rem !important;
}
.cid-u12zEwul18 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u12zEwul18 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u12zEwul18 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u12zEwul18 .item1,
.cid-u12zEwul18 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u12zEwul18 .item1 .item:hover,
.cid-u12zEwul18 .item .item:hover {
  cursor: pointer;
}
.cid-u12zEwul18 .item1:hover .link-icon-wrapper span,
.cid-u12zEwul18 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u12zEwul18 .card2 {
    margin-top: 1rem;
  }
}
.cid-u12zEwul18 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u12zEwul18 .link-icon-wrapper .icon-wrap {
  background: #ed7d31;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u12zEwul18 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u12zEwul18 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u12zEwul18 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u12zEwul18 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u12zEwul18 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u12zEwul18 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u12zEwul18 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u12zEwul18 img,
.cid-u12zEwul18 .item-img {
  width: 100%;
}
.cid-u12zEwul18 .item:focus,
.cid-u12zEwul18 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u12zEwul18 .item {
    margin-bottom: 1rem;
  }
}
.cid-u12zEwul18 .mbr-section-title {
  color: #ed7d31;
  text-align: left;
}
.cid-u12zEwul18 .item-title {
  text-align: left;
  color: #ed7d31;
}
.cid-u12zEwul18 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u12zEwul18 .mbr-section-subtitle,
.cid-u12zEwul18 .subtitle-wrap,
.cid-u12zEwul18 .mbr-section-btn {
  text-align: left;
}
.cid-u12zEwul18 .mbr-text,
.cid-u12zEwul18 .item .mbr-section-btn {
  color: #000000;
}
.cid-u12C9weKT6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u12C9weKT6 .item-img {
  position: relative;
}
.cid-u12C9weKT6 .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u12C9weKT6 .cardbg {
  background: #f9e8dc;
  height: 100%;
  min-height: 300px;
}
.cid-u12C9weKT6 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u12C9weKT6 .image-wrapper {
  overflow: hidden;
}
.cid-u12C9weKT6 .item1 {
  margin-bottom: 2rem !important;
}
.cid-u12C9weKT6 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u12C9weKT6 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u12C9weKT6 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u12C9weKT6 .item1,
.cid-u12C9weKT6 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u12C9weKT6 .item1 .item:hover,
.cid-u12C9weKT6 .item .item:hover {
  cursor: pointer;
}
.cid-u12C9weKT6 .item1:hover .link-icon-wrapper span,
.cid-u12C9weKT6 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u12C9weKT6 .card2 {
    margin-top: 1rem;
  }
}
.cid-u12C9weKT6 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u12C9weKT6 .link-icon-wrapper .icon-wrap {
  background: #ed7d31;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u12C9weKT6 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u12C9weKT6 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u12C9weKT6 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u12C9weKT6 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u12C9weKT6 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u12C9weKT6 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u12C9weKT6 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u12C9weKT6 img,
.cid-u12C9weKT6 .item-img {
  width: 100%;
}
.cid-u12C9weKT6 .item:focus,
.cid-u12C9weKT6 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u12C9weKT6 .item {
    margin-bottom: 1rem;
  }
}
.cid-u12C9weKT6 .mbr-section-title {
  color: #ed7d31;
  text-align: left;
}
.cid-u12C9weKT6 .item-title {
  text-align: left;
  color: #ed7d31;
}
.cid-u12C9weKT6 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u12C9weKT6 .mbr-section-subtitle,
.cid-u12C9weKT6 .subtitle-wrap,
.cid-u12C9weKT6 .mbr-section-btn {
  text-align: left;
}
.cid-u12C9weKT6 .mbr-text,
.cid-u12C9weKT6 .item .mbr-section-btn {
  color: #000000;
}
.cid-u12MwlatwJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u12MwlatwJ .item-img {
  position: relative;
}
.cid-u12MwlatwJ .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u12MwlatwJ .cardbg {
  background: #f9e8dc;
  height: 100%;
  min-height: 300px;
}
.cid-u12MwlatwJ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u12MwlatwJ .image-wrapper {
  overflow: hidden;
}
.cid-u12MwlatwJ .item1 {
  margin-bottom: 2rem !important;
}
.cid-u12MwlatwJ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u12MwlatwJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u12MwlatwJ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u12MwlatwJ .item1,
.cid-u12MwlatwJ .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u12MwlatwJ .item1 .item:hover,
.cid-u12MwlatwJ .item .item:hover {
  cursor: pointer;
}
.cid-u12MwlatwJ .item1:hover .link-icon-wrapper span,
.cid-u12MwlatwJ .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u12MwlatwJ .card2 {
    margin-top: 1rem;
  }
}
.cid-u12MwlatwJ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u12MwlatwJ .link-icon-wrapper .icon-wrap {
  background: #ed7d31;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u12MwlatwJ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u12MwlatwJ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u12MwlatwJ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u12MwlatwJ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u12MwlatwJ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u12MwlatwJ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u12MwlatwJ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u12MwlatwJ img,
.cid-u12MwlatwJ .item-img {
  width: 100%;
}
.cid-u12MwlatwJ .item:focus,
.cid-u12MwlatwJ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u12MwlatwJ .item {
    margin-bottom: 1rem;
  }
}
.cid-u12MwlatwJ .mbr-section-title {
  color: #ed7d31;
  text-align: left;
}
.cid-u12MwlatwJ .item-title {
  text-align: left;
  color: #ed7d31;
}
.cid-u12MwlatwJ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u12MwlatwJ .mbr-section-subtitle,
.cid-u12MwlatwJ .subtitle-wrap,
.cid-u12MwlatwJ .mbr-section-btn {
  text-align: left;
}
.cid-u12MwlatwJ .mbr-text,
.cid-u12MwlatwJ .item .mbr-section-btn {
  color: #000000;
}
.cid-u137kHrv4Z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u137kHrv4Z .item-img {
  position: relative;
}
.cid-u137kHrv4Z .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u137kHrv4Z .cardbg {
  background: #f9e8dc;
  height: 100%;
  min-height: 300px;
}
.cid-u137kHrv4Z .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u137kHrv4Z .image-wrapper {
  overflow: hidden;
}
.cid-u137kHrv4Z .item1 {
  margin-bottom: 2rem !important;
}
.cid-u137kHrv4Z .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u137kHrv4Z .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u137kHrv4Z .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u137kHrv4Z .item1,
.cid-u137kHrv4Z .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u137kHrv4Z .item1 .item:hover,
.cid-u137kHrv4Z .item .item:hover {
  cursor: pointer;
}
.cid-u137kHrv4Z .item1:hover .link-icon-wrapper span,
.cid-u137kHrv4Z .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u137kHrv4Z .card2 {
    margin-top: 1rem;
  }
}
.cid-u137kHrv4Z .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u137kHrv4Z .link-icon-wrapper .icon-wrap {
  background: #ed7d31;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u137kHrv4Z .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u137kHrv4Z .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u137kHrv4Z .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u137kHrv4Z .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u137kHrv4Z .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u137kHrv4Z .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u137kHrv4Z .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u137kHrv4Z img,
.cid-u137kHrv4Z .item-img {
  width: 100%;
}
.cid-u137kHrv4Z .item:focus,
.cid-u137kHrv4Z span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u137kHrv4Z .item {
    margin-bottom: 1rem;
  }
}
.cid-u137kHrv4Z .mbr-section-title {
  color: #ed7d31;
  text-align: left;
}
.cid-u137kHrv4Z .item-title {
  text-align: left;
  color: #ed7d31;
}
.cid-u137kHrv4Z .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u137kHrv4Z .mbr-section-subtitle,
.cid-u137kHrv4Z .subtitle-wrap,
.cid-u137kHrv4Z .mbr-section-btn {
  text-align: left;
}
.cid-u137kHrv4Z .mbr-text,
.cid-u137kHrv4Z .item .mbr-section-btn {
  color: #000000;
}
.cid-u13ceRPYXk {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u13ceRPYXk .item-img {
  position: relative;
}
.cid-u13ceRPYXk .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u13ceRPYXk .cardbg {
  background: #f9e8dc;
  height: 100%;
  min-height: 300px;
}
.cid-u13ceRPYXk .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u13ceRPYXk .image-wrapper {
  overflow: hidden;
}
.cid-u13ceRPYXk .item1 {
  margin-bottom: 2rem !important;
}
.cid-u13ceRPYXk .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u13ceRPYXk .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u13ceRPYXk .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u13ceRPYXk .item1,
.cid-u13ceRPYXk .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u13ceRPYXk .item1 .item:hover,
.cid-u13ceRPYXk .item .item:hover {
  cursor: pointer;
}
.cid-u13ceRPYXk .item1:hover .link-icon-wrapper span,
.cid-u13ceRPYXk .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u13ceRPYXk .card2 {
    margin-top: 1rem;
  }
}
.cid-u13ceRPYXk .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u13ceRPYXk .link-icon-wrapper .icon-wrap {
  background: #ed7d31;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u13ceRPYXk .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u13ceRPYXk .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u13ceRPYXk .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u13ceRPYXk .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u13ceRPYXk .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u13ceRPYXk .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u13ceRPYXk .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u13ceRPYXk img,
.cid-u13ceRPYXk .item-img {
  width: 100%;
}
.cid-u13ceRPYXk .item:focus,
.cid-u13ceRPYXk span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u13ceRPYXk .item {
    margin-bottom: 1rem;
  }
}
.cid-u13ceRPYXk .mbr-section-title {
  color: #ed7d31;
  text-align: left;
}
.cid-u13ceRPYXk .item-title {
  text-align: left;
  color: #ed7d31;
}
.cid-u13ceRPYXk .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u13ceRPYXk .mbr-section-subtitle,
.cid-u13ceRPYXk .subtitle-wrap,
.cid-u13ceRPYXk .mbr-section-btn {
  text-align: left;
}
.cid-u13ceRPYXk .mbr-text,
.cid-u13ceRPYXk .item .mbr-section-btn {
  color: #000000;
}
.cid-u0SHc7LdNN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0SHc7LdNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u0SHc7LdNN .container {
    padding: 0 14px;
  }
}
.cid-u0SHc7LdNN .row {
  justify-content: center;
}
.cid-u0SHc7LdNN .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-u0SHc7LdNN .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u0SHc7LdNN .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap:hover,
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-u0SHc7LdNN .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #5a9804;
  border: 1px solid #5a9804;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u0SHc7LdNN .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-text,
.cid-u0SHc7LdNN .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u0SHc7LdNN .mbr-list-title {
  color: #ffffff;
}
.cid-u0SHc7LdNN .list {
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-contact {
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-list-title,
.cid-u0SHc7LdNN .image-wrapper {
  color: #232323;
}
.cid-u0SHc7LdNN .mbr-contact,
.cid-u0SHc7LdNN .card-wrapper {
  color: #118707;
}
.cid-u0SHc7LdNN .list,
.cid-u0SHc7LdNN .item-wrap {
  color: #000000;
}
.cid-u13eqdHboa {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-u13eqdHboa .navbar-dropdown {
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 0;
  position: fixed !important;
}
.cid-u13eqdHboa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.7) !important;
  background: #ffffff;
}
.cid-u13eqdHboa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u13eqdHboa .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u13eqdHboa .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u13eqdHboa .menu_box .navbar.opened,
  .cid-u13eqdHboa .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u13eqdHboa nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u13eqdHboa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u13eqdHboa .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u13eqdHboa .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u13eqdHboa .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u13eqdHboa .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u13eqdHboa .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eeeeee;
  }
  .cid-u13eqdHboa .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u13eqdHboa .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u13eqdHboa .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u13eqdHboa .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u13eqdHboa .offcanvas-body .mbr-text,
  .cid-u13eqdHboa .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u13eqdHboa .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u13eqdHboa .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u13eqdHboa .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-u13eqdHboa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u13eqdHboa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u13eqdHboa .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u13eqdHboa .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u13eqdHboa ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u13eqdHboa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u13eqdHboa .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-u13eqdHboa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u13eqdHboa li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u13eqdHboa .lg_brand {
    margin: 0 1rem;
  }
  .cid-u13eqdHboa .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u13eqdHboa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u13eqdHboa .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u13eqdHboa .nav-item {
    margin: 0 !important;
  }
}
.cid-u13eqdHboa .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-u13eqdHboa .nav-item .nav-link:hover,
.cid-u13eqdHboa .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-u13eqdHboa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u13eqdHboa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u13eqdHboa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u13eqdHboa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u13eqdHboa .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-u13eqdHboa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u13eqdHboa .offcanvas_box {
    display: none;
  }
}
.cid-u13eqdHboa .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u13eqdHboa .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u13eqdHboa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u13eqdHboa .container {
  display: flex;
  margin: auto;
}
.cid-u13eqdHboa .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u13eqdHboa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u13eqdHboa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u13eqdHboa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u13eqdHboa .navbar-nav {
    margin: 0;
  }
}
.cid-u13eqdHboa .dropdown-menu,
.cid-u13eqdHboa .navbar.opened {
  background-color: true !important;
}
.cid-u13eqdHboa .nav-item:focus,
.cid-u13eqdHboa .nav-link:focus {
  outline: none;
}
.cid-u13eqdHboa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u13eqdHboa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u13eqdHboa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u13eqdHboa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u13eqdHboa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u13eqdHboa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u13eqdHboa .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u13eqdHboa .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u13eqdHboa .navbar.opened {
  transition: all 0.3s;
}
.cid-u13eqdHboa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u13eqdHboa .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u13eqdHboa .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u13eqdHboa .navbar.collapsed {
  justify-content: center;
}
.cid-u13eqdHboa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u13eqdHboa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u13eqdHboa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u13eqdHboa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u13eqdHboa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u13eqdHboa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u13eqdHboa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u13eqdHboa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u13eqdHboa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u13eqdHboa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u13eqdHboa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u13eqdHboa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u13eqdHboa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u13eqdHboa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u13eqdHboa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u13eqdHboa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u13eqdHboa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u13eqdHboa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u13eqdHboa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u13eqdHboa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u13eqdHboa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u13eqdHboa .navbar.navbar-short {
  min-height: 60px;
}
.cid-u13eqdHboa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u13eqdHboa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u13eqdHboa .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-u13eqdHboa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u13eqdHboa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u13eqdHboa .dropdown-item.active,
.cid-u13eqdHboa .dropdown-item:active {
  background-color: transparent;
}
.cid-u13eqdHboa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-u13eqdHboa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u13eqdHboa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u13eqdHboa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u13eqdHboa ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u13eqdHboa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u13eqdHboa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ed7d31;
}
.cid-u13eqdHboa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-u13eqdHboa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u13eqdHboa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u13eqdHboa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u13eqdHboa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u13eqdHboa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u13eqdHboa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u13eqdHboa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u13eqdHboa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u13eqdHboa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u13eqdHboa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u13eqdHboa .navbar {
    height: 70px;
  }
  .cid-u13eqdHboa .navbar.opened {
    height: auto;
  }
  .cid-u13eqdHboa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u13eqdHboa .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u13eqdHboa .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u13eqdHboa .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u13eqdHboa .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u13eqdHboa .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u13eqdHboa .navbar-caption:hover {
  color: #118707;
}
@media (min-width: 992px) {
  .cid-u13eqdHboa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u13eqdHboa .text_widget {
  margin-bottom: 32px;
  color: #ed7d31;
}
.cid-u13eqdHboa .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u13eqdHboa .text_widget a:hover,
.cid-u13eqdHboa .text_widget a:focus {
  opacity: .8;
}
.cid-u13eqdHboa .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-u13eqdHboa .navbar-caption {
  color: #1D1D1F;
}
.cid-u13eqdHboa .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-u13eqdHboa .mbr-section-subtitle,
.cid-u13eqdHboa .text_widget,
.cid-u13eqdHboa .mbr-section-btn {
  text-align: center;
}
.cid-u13eqdHboa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u13eqeHGLY {
  overflow: hidden;
  background-image: url("../../../assets/images/wohlfuhlfrau-1045x546.jpg");
}
.cid-u13eqeHGLY .container {
  pointer-events: none;
  z-index: 1;
}
.cid-u13eqeHGLY .subtitle__block,
.cid-u13eqeHGLY .title__block,
.cid-u13eqeHGLY .buttons__block {
  pointer-events: all;
}
.cid-u13eqeHGLY .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-u13eqeHGLY .subtitle__block SPAN {
  color: #233d63;
}
.cid-u13eqeHGLY .mbr-section-subtitle {
  display: inline-block;
  color: #ed7d31;
}
.cid-u13eqeHGLY .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-u13eqeHGLY .mbr-text {
  margin-top: 35px;
}
.cid-u13eqeHGLY .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-u13eqeHGLY .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-u13eqeHGLY .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #ffffff 0%, rgba(255, 255, 255, 0.85) 100%) !important;
}
.cid-u13eqeHGLY .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-u13eqeHGLY .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-u13eqeHGLY .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-u13eqeHGLY .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-u13eqeHGLY .mbr-figure:hover {
  color: #ffffff;
  cursor: pointer;
}
.cid-u13eqeHGLY .mbr-figure:hover .mbr-media {
  border-color: #ffffff;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-u13eqeHGLY .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-u13eqeHGLY .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-u13eqeHGLY .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-u13eqeHGLY .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-u13eqeHGLY .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-u13eqeHGLY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u13eqeHGLY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u13eqeHGLY .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u13eqeHGLY a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u13eqeHGLY a.close:hover {
  color: #ffffff;
}
.cid-u13eqeHGLY .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-u13eqeHGLY .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-u13eqeHGLY .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #ed7d31;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-u13eqeHGLY .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-u13eqeHGLY .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #233d63;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-u13eqeHGLY .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #1a6ec0;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-u13eqeHGLY .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #118707;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-u13eqeHGLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u13eqeHGLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u13eqeHGLY .mbr-section-title,
.cid-u13eqeHGLY .subtitle__wrap {
  color: #ed7d31;
}
.cid-u13eqeHGLY .mbr-text,
.cid-u13eqeHGLY .buttons__block {
  color: #000000;
}
.cid-u13eqfggwZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u13eqfggwZ .item-img {
  position: relative;
}
.cid-u13eqfggwZ .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u13eqfggwZ .cardbg {
  background: #f9e8dc;
  height: 100%;
  min-height: 300px;
}
.cid-u13eqfggwZ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u13eqfggwZ .image-wrapper {
  overflow: hidden;
}
.cid-u13eqfggwZ .item1 {
  margin-bottom: 2rem !important;
}
.cid-u13eqfggwZ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u13eqfggwZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u13eqfggwZ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u13eqfggwZ .item1,
.cid-u13eqfggwZ .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u13eqfggwZ .item1 .item:hover,
.cid-u13eqfggwZ .item .item:hover {
  cursor: pointer;
}
.cid-u13eqfggwZ .item1:hover .link-icon-wrapper span,
.cid-u13eqfggwZ .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u13eqfggwZ .card2 {
    margin-top: 1rem;
  }
}
.cid-u13eqfggwZ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u13eqfggwZ .link-icon-wrapper .icon-wrap {
  background: #ed7d31;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u13eqfggwZ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u13eqfggwZ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u13eqfggwZ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u13eqfggwZ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u13eqfggwZ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u13eqfggwZ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u13eqfggwZ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u13eqfggwZ img,
.cid-u13eqfggwZ .item-img {
  width: 100%;
}
.cid-u13eqfggwZ .item:focus,
.cid-u13eqfggwZ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u13eqfggwZ .item {
    margin-bottom: 1rem;
  }
}
.cid-u13eqfggwZ .mbr-section-title {
  color: #ed7d31;
  text-align: left;
}
.cid-u13eqfggwZ .item-title {
  text-align: left;
  color: #ed7d31;
}
.cid-u13eqfggwZ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u13eqfggwZ .mbr-section-subtitle,
.cid-u13eqfggwZ .subtitle-wrap,
.cid-u13eqfggwZ .mbr-section-btn {
  text-align: left;
}
.cid-u13eqfggwZ .mbr-text,
.cid-u13eqfggwZ .item .mbr-section-btn {
  color: #000000;
}
.cid-u14cbDIpKJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u14cbDIpKJ .item-img {
  position: relative;
}
.cid-u14cbDIpKJ .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u14cbDIpKJ .cardbg {
  background: #f9e8dc;
  height: 100%;
  min-height: 300px;
}
.cid-u14cbDIpKJ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u14cbDIpKJ .image-wrapper {
  overflow: hidden;
}
.cid-u14cbDIpKJ .item1 {
  margin-bottom: 2rem !important;
}
.cid-u14cbDIpKJ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u14cbDIpKJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u14cbDIpKJ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u14cbDIpKJ .item1,
.cid-u14cbDIpKJ .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u14cbDIpKJ .item1 .item:hover,
.cid-u14cbDIpKJ .item .item:hover {
  cursor: pointer;
}
.cid-u14cbDIpKJ .item1:hover .link-icon-wrapper span,
.cid-u14cbDIpKJ .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u14cbDIpKJ .card2 {
    margin-top: 1rem;
  }
}
.cid-u14cbDIpKJ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u14cbDIpKJ .link-icon-wrapper .icon-wrap {
  background: #ed7d31;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u14cbDIpKJ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u14cbDIpKJ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u14cbDIpKJ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u14cbDIpKJ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u14cbDIpKJ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u14cbDIpKJ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u14cbDIpKJ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u14cbDIpKJ img,
.cid-u14cbDIpKJ .item-img {
  width: 100%;
}
.cid-u14cbDIpKJ .item:focus,
.cid-u14cbDIpKJ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u14cbDIpKJ .item {
    margin-bottom: 1rem;
  }
}
.cid-u14cbDIpKJ .mbr-section-title {
  color: #ed7d31;
  text-align: left;
}
.cid-u14cbDIpKJ .item-title {
  text-align: left;
  color: #ed7d31;
}
.cid-u14cbDIpKJ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u14cbDIpKJ .mbr-section-subtitle,
.cid-u14cbDIpKJ .subtitle-wrap,
.cid-u14cbDIpKJ .mbr-section-btn {
  text-align: left;
}
.cid-u14cbDIpKJ .mbr-text,
.cid-u14cbDIpKJ .item .mbr-section-btn {
  color: #000000;
}
.cid-u13eqfBvu0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u13eqfBvu0 .item-img {
  position: relative;
}
.cid-u13eqfBvu0 .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u13eqfBvu0 .cardbg {
  background: #f9e8dc;
  height: 100%;
  min-height: 300px;
}
.cid-u13eqfBvu0 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u13eqfBvu0 .image-wrapper {
  overflow: hidden;
}
.cid-u13eqfBvu0 .item1 {
  margin-bottom: 2rem !important;
}
.cid-u13eqfBvu0 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u13eqfBvu0 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u13eqfBvu0 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u13eqfBvu0 .item1,
.cid-u13eqfBvu0 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u13eqfBvu0 .item1 .item:hover,
.cid-u13eqfBvu0 .item .item:hover {
  cursor: pointer;
}
.cid-u13eqfBvu0 .item1:hover .link-icon-wrapper span,
.cid-u13eqfBvu0 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u13eqfBvu0 .card2 {
    margin-top: 1rem;
  }
}
.cid-u13eqfBvu0 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u13eqfBvu0 .link-icon-wrapper .icon-wrap {
  background: #ed7d31;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u13eqfBvu0 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u13eqfBvu0 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u13eqfBvu0 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u13eqfBvu0 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u13eqfBvu0 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u13eqfBvu0 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u13eqfBvu0 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u13eqfBvu0 img,
.cid-u13eqfBvu0 .item-img {
  width: 100%;
}
.cid-u13eqfBvu0 .item:focus,
.cid-u13eqfBvu0 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u13eqfBvu0 .item {
    margin-bottom: 1rem;
  }
}
.cid-u13eqfBvu0 .mbr-section-title {
  color: #ed7d31;
  text-align: left;
}
.cid-u13eqfBvu0 .item-title {
  text-align: left;
  color: #ed7d31;
}
.cid-u13eqfBvu0 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u13eqfBvu0 .mbr-section-subtitle,
.cid-u13eqfBvu0 .subtitle-wrap,
.cid-u13eqfBvu0 .mbr-section-btn {
  text-align: left;
}
.cid-u13eqfBvu0 .mbr-text,
.cid-u13eqfBvu0 .item .mbr-section-btn {
  color: #000000;
}
.cid-u13eqg20L9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u13eqg20L9 .item-img {
  position: relative;
}
.cid-u13eqg20L9 .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u13eqg20L9 .cardbg {
  background: #f9e8dc;
  height: 100%;
  min-height: 300px;
}
.cid-u13eqg20L9 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u13eqg20L9 .image-wrapper {
  overflow: hidden;
}
.cid-u13eqg20L9 .item1 {
  margin-bottom: 2rem !important;
}
.cid-u13eqg20L9 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u13eqg20L9 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u13eqg20L9 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u13eqg20L9 .item1,
.cid-u13eqg20L9 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u13eqg20L9 .item1 .item:hover,
.cid-u13eqg20L9 .item .item:hover {
  cursor: pointer;
}
.cid-u13eqg20L9 .item1:hover .link-icon-wrapper span,
.cid-u13eqg20L9 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u13eqg20L9 .card2 {
    margin-top: 1rem;
  }
}
.cid-u13eqg20L9 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u13eqg20L9 .link-icon-wrapper .icon-wrap {
  background: #ed7d31;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u13eqg20L9 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u13eqg20L9 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u13eqg20L9 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u13eqg20L9 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u13eqg20L9 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u13eqg20L9 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u13eqg20L9 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u13eqg20L9 img,
.cid-u13eqg20L9 .item-img {
  width: 100%;
}
.cid-u13eqg20L9 .item:focus,
.cid-u13eqg20L9 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u13eqg20L9 .item {
    margin-bottom: 1rem;
  }
}
.cid-u13eqg20L9 .mbr-section-title {
  color: #ed7d31;
  text-align: left;
}
.cid-u13eqg20L9 .item-title {
  text-align: left;
  color: #ed7d31;
}
.cid-u13eqg20L9 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u13eqg20L9 .mbr-section-subtitle,
.cid-u13eqg20L9 .subtitle-wrap,
.cid-u13eqg20L9 .mbr-section-btn {
  text-align: left;
}
.cid-u13eqg20L9 .mbr-text,
.cid-u13eqg20L9 .item .mbr-section-btn {
  color: #000000;
}
.cid-u13eqgmQ9N {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u13eqgmQ9N .item-img {
  position: relative;
}
.cid-u13eqgmQ9N .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u13eqgmQ9N .cardbg {
  background: #f9e8dc;
  height: 100%;
  min-height: 300px;
}
.cid-u13eqgmQ9N .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u13eqgmQ9N .image-wrapper {
  overflow: hidden;
}
.cid-u13eqgmQ9N .item1 {
  margin-bottom: 2rem !important;
}
.cid-u13eqgmQ9N .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u13eqgmQ9N .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u13eqgmQ9N .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u13eqgmQ9N .item1,
.cid-u13eqgmQ9N .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u13eqgmQ9N .item1 .item:hover,
.cid-u13eqgmQ9N .item .item:hover {
  cursor: pointer;
}
.cid-u13eqgmQ9N .item1:hover .link-icon-wrapper span,
.cid-u13eqgmQ9N .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u13eqgmQ9N .card2 {
    margin-top: 1rem;
  }
}
.cid-u13eqgmQ9N .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u13eqgmQ9N .link-icon-wrapper .icon-wrap {
  background: #ed7d31;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u13eqgmQ9N .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u13eqgmQ9N .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u13eqgmQ9N .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u13eqgmQ9N .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u13eqgmQ9N .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u13eqgmQ9N .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u13eqgmQ9N .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u13eqgmQ9N img,
.cid-u13eqgmQ9N .item-img {
  width: 100%;
}
.cid-u13eqgmQ9N .item:focus,
.cid-u13eqgmQ9N span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u13eqgmQ9N .item {
    margin-bottom: 1rem;
  }
}
.cid-u13eqgmQ9N .mbr-section-title {
  color: #ed7d31;
  text-align: left;
}
.cid-u13eqgmQ9N .item-title {
  text-align: left;
  color: #ed7d31;
}
.cid-u13eqgmQ9N .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u13eqgmQ9N .mbr-section-subtitle,
.cid-u13eqgmQ9N .subtitle-wrap,
.cid-u13eqgmQ9N .mbr-section-btn {
  text-align: left;
}
.cid-u13eqgmQ9N .mbr-text,
.cid-u13eqgmQ9N .item .mbr-section-btn {
  color: #000000;
}
.cid-u13eqgFF80 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u13eqgFF80 .item-img {
  position: relative;
}
.cid-u13eqgFF80 .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u13eqgFF80 .cardbg {
  background: #f9e8dc;
  height: 100%;
  min-height: 300px;
}
.cid-u13eqgFF80 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u13eqgFF80 .image-wrapper {
  overflow: hidden;
}
.cid-u13eqgFF80 .item1 {
  margin-bottom: 2rem !important;
}
.cid-u13eqgFF80 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u13eqgFF80 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u13eqgFF80 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u13eqgFF80 .item1,
.cid-u13eqgFF80 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u13eqgFF80 .item1 .item:hover,
.cid-u13eqgFF80 .item .item:hover {
  cursor: pointer;
}
.cid-u13eqgFF80 .item1:hover .link-icon-wrapper span,
.cid-u13eqgFF80 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u13eqgFF80 .card2 {
    margin-top: 1rem;
  }
}
.cid-u13eqgFF80 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u13eqgFF80 .link-icon-wrapper .icon-wrap {
  background: #ed7d31;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u13eqgFF80 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u13eqgFF80 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u13eqgFF80 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u13eqgFF80 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u13eqgFF80 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u13eqgFF80 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u13eqgFF80 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u13eqgFF80 img,
.cid-u13eqgFF80 .item-img {
  width: 100%;
}
.cid-u13eqgFF80 .item:focus,
.cid-u13eqgFF80 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u13eqgFF80 .item {
    margin-bottom: 1rem;
  }
}
.cid-u13eqgFF80 .mbr-section-title {
  color: #ed7d31;
  text-align: left;
}
.cid-u13eqgFF80 .item-title {
  text-align: left;
  color: #ed7d31;
}
.cid-u13eqgFF80 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u13eqgFF80 .mbr-section-subtitle,
.cid-u13eqgFF80 .subtitle-wrap,
.cid-u13eqgFF80 .mbr-section-btn {
  text-align: left;
}
.cid-u13eqgFF80 .mbr-text,
.cid-u13eqgFF80 .item .mbr-section-btn {
  color: #000000;
}
.cid-u13eqgYeT0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u13eqgYeT0 .item-img {
  position: relative;
}
.cid-u13eqgYeT0 .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u13eqgYeT0 .cardbg {
  background: #f9e8dc;
  height: 100%;
  min-height: 300px;
}
.cid-u13eqgYeT0 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u13eqgYeT0 .image-wrapper {
  overflow: hidden;
}
.cid-u13eqgYeT0 .item1 {
  margin-bottom: 2rem !important;
}
.cid-u13eqgYeT0 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u13eqgYeT0 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u13eqgYeT0 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u13eqgYeT0 .item1,
.cid-u13eqgYeT0 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u13eqgYeT0 .item1 .item:hover,
.cid-u13eqgYeT0 .item .item:hover {
  cursor: pointer;
}
.cid-u13eqgYeT0 .item1:hover .link-icon-wrapper span,
.cid-u13eqgYeT0 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u13eqgYeT0 .card2 {
    margin-top: 1rem;
  }
}
.cid-u13eqgYeT0 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u13eqgYeT0 .link-icon-wrapper .icon-wrap {
  background: #ed7d31;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u13eqgYeT0 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u13eqgYeT0 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u13eqgYeT0 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u13eqgYeT0 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u13eqgYeT0 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u13eqgYeT0 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u13eqgYeT0 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u13eqgYeT0 img,
.cid-u13eqgYeT0 .item-img {
  width: 100%;
}
.cid-u13eqgYeT0 .item:focus,
.cid-u13eqgYeT0 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u13eqgYeT0 .item {
    margin-bottom: 1rem;
  }
}
.cid-u13eqgYeT0 .mbr-section-title {
  color: #ed7d31;
  text-align: left;
}
.cid-u13eqgYeT0 .item-title {
  text-align: left;
  color: #ed7d31;
}
.cid-u13eqgYeT0 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u13eqgYeT0 .mbr-section-subtitle,
.cid-u13eqgYeT0 .subtitle-wrap,
.cid-u13eqgYeT0 .mbr-section-btn {
  text-align: left;
}
.cid-u13eqgYeT0 .mbr-text,
.cid-u13eqgYeT0 .item .mbr-section-btn {
  color: #000000;
}
.cid-u13eqhmWVD {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u13eqhmWVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u13eqhmWVD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u13eqhmWVD .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u13eqhmWVD .container {
    padding: 0 14px;
  }
}
.cid-u13eqhmWVD .row {
  justify-content: center;
}
.cid-u13eqhmWVD .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u13eqhmWVD .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u13eqhmWVD .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-u13eqhmWVD .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u13eqhmWVD .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u13eqhmWVD .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u13eqhmWVD .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u13eqhmWVD .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u13eqhmWVD .nav-wrapper .list .item-wrap:hover,
.cid-u13eqhmWVD .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-u13eqhmWVD .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u13eqhmWVD .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u13eqhmWVD .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u13eqhmWVD .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-u13eqhmWVD .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u13eqhmWVD .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-u13eqhmWVD .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-u13eqhmWVD .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #5a9804;
  border: 1px solid #5a9804;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-u13eqhmWVD .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u13eqhmWVD .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u13eqhmWVD .mbr-text,
.cid-u13eqhmWVD .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u13eqhmWVD .mbr-list-title {
  color: #ffffff;
}
.cid-u13eqhmWVD .list {
  color: #ffffff;
}
.cid-u13eqhmWVD .mbr-contact {
  color: #ffffff;
}
.cid-u13eqhmWVD .mbr-list-title,
.cid-u13eqhmWVD .image-wrapper {
  color: #232323;
}
.cid-u13eqhmWVD .mbr-contact,
.cid-u13eqhmWVD .card-wrapper {
  color: #118707;
}
.cid-u13eqhmWVD .list,
.cid-u13eqhmWVD .item-wrap {
  color: #000000;
}
.cid-tRfrmALiUW {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tRfrmALiUW .navbar-dropdown {
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 0;
  position: fixed !important;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.7) !important;
  background: #ffffff;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRfrmALiUW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tRfrmALiUW .menu_box .navbar.opened,
  .cid-tRfrmALiUW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tRfrmALiUW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tRfrmALiUW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tRfrmALiUW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tRfrmALiUW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eeeeee;
  }
  .cid-tRfrmALiUW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tRfrmALiUW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tRfrmALiUW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-body .mbr-text,
  .cid-tRfrmALiUW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tRfrmALiUW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tRfrmALiUW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .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-tRfrmALiUW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tRfrmALiUW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tRfrmALiUW .lg_brand {
    margin: 0 1rem;
  }
  .cid-tRfrmALiUW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tRfrmALiUW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 0 !important;
  }
}
.cid-tRfrmALiUW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tRfrmALiUW .nav-item .nav-link:hover,
.cid-tRfrmALiUW .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tRfrmALiUW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .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-tRfrmALiUW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tRfrmALiUW .offcanvas_box {
    display: none;
  }
}
.cid-tRfrmALiUW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tRfrmALiUW .container {
  display: flex;
  margin: auto;
}
.cid-tRfrmALiUW .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tRfrmALiUW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tRfrmALiUW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tRfrmALiUW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .navbar-nav {
    margin: 0;
  }
}
.cid-tRfrmALiUW .dropdown-menu,
.cid-tRfrmALiUW .navbar.opened {
  background-color: true !important;
}
.cid-tRfrmALiUW .nav-item:focus,
.cid-tRfrmALiUW .nav-link:focus {
  outline: none;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRfrmALiUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRfrmALiUW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tRfrmALiUW .navbar.opened {
  transition: all 0.3s;
}
.cid-tRfrmALiUW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tRfrmALiUW .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tRfrmALiUW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tRfrmALiUW .navbar.collapsed {
  justify-content: center;
}
.cid-tRfrmALiUW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRfrmALiUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRfrmALiUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tRfrmALiUW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tRfrmALiUW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tRfrmALiUW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRfrmALiUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tRfrmALiUW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tRfrmALiUW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tRfrmALiUW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRfrmALiUW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tRfrmALiUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRfrmALiUW .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-tRfrmALiUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tRfrmALiUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRfrmALiUW .dropdown-item.active,
.cid-tRfrmALiUW .dropdown-item:active {
  background-color: transparent;
}
.cid-tRfrmALiUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRfrmALiUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRfrmALiUW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tRfrmALiUW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRfrmALiUW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ed7d31;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tRfrmALiUW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRfrmALiUW .navbar {
    height: 70px;
  }
  .cid-tRfrmALiUW .navbar.opened {
    height: auto;
  }
  .cid-tRfrmALiUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfrmALiUW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tRfrmALiUW .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tRfrmALiUW .navbar-caption:hover {
  color: #118707;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tRfrmALiUW .text_widget {
  margin-bottom: 32px;
  color: #ed7d31;
}
.cid-tRfrmALiUW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tRfrmALiUW .text_widget a:hover,
.cid-tRfrmALiUW .text_widget a:focus {
  opacity: .8;
}
.cid-tRfrmALiUW .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .navbar-caption {
  color: #1D1D1F;
}
.cid-tRfrmALiUW .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .mbr-section-subtitle,
.cid-tRfrmALiUW .text_widget,
.cid-tRfrmALiUW .mbr-section-btn {
  text-align: center;
}
.cid-tRfrmALiUW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u14utzWeqX {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #118707;
}
.cid-u14utzWeqX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14utzWeqX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14utzWeqX .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u14utzWeqX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u14utzWeqX .container {
    padding: 0 24px;
  }
}
.cid-u14utzWeqX .row {
  justify-content: center;
}
.cid-u14utzWeqX .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-u14utzWeqX .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u14utzWeqX .content-wrapper {
    padding: 32px;
  }
}
.cid-u14utzWeqX .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u14utzWeqX .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-u14utzWeqX .mbr-section-title {
  color: #118707;
}
.cid-u14utzWeqX .mbr-text {
  color: #262642;
}
.cid-u14vu3b4UB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #118707;
}
.cid-u14vu3b4UB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14vu3b4UB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14vu3b4UB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u14vu3b4UB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u14vu3b4UB .container {
    padding: 0 24px;
  }
}
.cid-u14vu3b4UB .row {
  justify-content: center;
}
.cid-u14vu3b4UB .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-u14vu3b4UB .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u14vu3b4UB .content-wrapper {
    padding: 32px;
  }
}
.cid-u14vu3b4UB .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u14vu3b4UB .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-u14vu3b4UB .mbr-section-title {
  color: #118707;
}
.cid-u14vu3b4UB .mbr-text {
  color: #262642;
}
.cid-u14vSEc2DK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #118707;
}
.cid-u14vSEc2DK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14vSEc2DK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14vSEc2DK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u14vSEc2DK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u14vSEc2DK .container {
    padding: 0 24px;
  }
}
.cid-u14vSEc2DK .row {
  justify-content: center;
}
.cid-u14vSEc2DK .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-u14vSEc2DK .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u14vSEc2DK .content-wrapper {
    padding: 32px;
  }
}
.cid-u14vSEc2DK .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u14vSEc2DK .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-u14vSEc2DK .mbr-section-title {
  color: #ed7d31;
}
.cid-u14vSEc2DK .mbr-text {
  color: #262642;
}
.cid-u0SHc7LdNN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0SHc7LdNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u0SHc7LdNN .container {
    padding: 0 14px;
  }
}
.cid-u0SHc7LdNN .row {
  justify-content: center;
}
.cid-u0SHc7LdNN .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-u0SHc7LdNN .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u0SHc7LdNN .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap:hover,
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-u0SHc7LdNN .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #5a9804;
  border: 1px solid #5a9804;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u0SHc7LdNN .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-text,
.cid-u0SHc7LdNN .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u0SHc7LdNN .mbr-list-title {
  color: #ffffff;
}
.cid-u0SHc7LdNN .list {
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-contact {
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-list-title,
.cid-u0SHc7LdNN .image-wrapper {
  color: #232323;
}
.cid-u0SHc7LdNN .mbr-contact,
.cid-u0SHc7LdNN .card-wrapper {
  color: #118707;
}
.cid-u0SHc7LdNN .list,
.cid-u0SHc7LdNN .item-wrap {
  color: #000000;
}
.cid-tRfrmALiUW {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tRfrmALiUW .navbar-dropdown {
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 0;
  position: fixed !important;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.7) !important;
  background: #ffffff;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRfrmALiUW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tRfrmALiUW .menu_box .navbar.opened,
  .cid-tRfrmALiUW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tRfrmALiUW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tRfrmALiUW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tRfrmALiUW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tRfrmALiUW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eeeeee;
  }
  .cid-tRfrmALiUW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tRfrmALiUW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tRfrmALiUW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-body .mbr-text,
  .cid-tRfrmALiUW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tRfrmALiUW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tRfrmALiUW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .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-tRfrmALiUW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tRfrmALiUW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tRfrmALiUW .lg_brand {
    margin: 0 1rem;
  }
  .cid-tRfrmALiUW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tRfrmALiUW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 0 !important;
  }
}
.cid-tRfrmALiUW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tRfrmALiUW .nav-item .nav-link:hover,
.cid-tRfrmALiUW .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tRfrmALiUW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .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-tRfrmALiUW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tRfrmALiUW .offcanvas_box {
    display: none;
  }
}
.cid-tRfrmALiUW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tRfrmALiUW .container {
  display: flex;
  margin: auto;
}
.cid-tRfrmALiUW .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tRfrmALiUW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tRfrmALiUW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tRfrmALiUW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .navbar-nav {
    margin: 0;
  }
}
.cid-tRfrmALiUW .dropdown-menu,
.cid-tRfrmALiUW .navbar.opened {
  background-color: true !important;
}
.cid-tRfrmALiUW .nav-item:focus,
.cid-tRfrmALiUW .nav-link:focus {
  outline: none;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRfrmALiUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRfrmALiUW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tRfrmALiUW .navbar.opened {
  transition: all 0.3s;
}
.cid-tRfrmALiUW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tRfrmALiUW .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tRfrmALiUW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tRfrmALiUW .navbar.collapsed {
  justify-content: center;
}
.cid-tRfrmALiUW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRfrmALiUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRfrmALiUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tRfrmALiUW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tRfrmALiUW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tRfrmALiUW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRfrmALiUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tRfrmALiUW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tRfrmALiUW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tRfrmALiUW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRfrmALiUW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tRfrmALiUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRfrmALiUW .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-tRfrmALiUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tRfrmALiUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRfrmALiUW .dropdown-item.active,
.cid-tRfrmALiUW .dropdown-item:active {
  background-color: transparent;
}
.cid-tRfrmALiUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRfrmALiUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRfrmALiUW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tRfrmALiUW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRfrmALiUW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ed7d31;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tRfrmALiUW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRfrmALiUW .navbar {
    height: 70px;
  }
  .cid-tRfrmALiUW .navbar.opened {
    height: auto;
  }
  .cid-tRfrmALiUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfrmALiUW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tRfrmALiUW .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tRfrmALiUW .navbar-caption:hover {
  color: #118707;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tRfrmALiUW .text_widget {
  margin-bottom: 32px;
  color: #ed7d31;
}
.cid-tRfrmALiUW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tRfrmALiUW .text_widget a:hover,
.cid-tRfrmALiUW .text_widget a:focus {
  opacity: .8;
}
.cid-tRfrmALiUW .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .navbar-caption {
  color: #1D1D1F;
}
.cid-tRfrmALiUW .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .mbr-section-subtitle,
.cid-tRfrmALiUW .text_widget,
.cid-tRfrmALiUW .mbr-section-btn {
  text-align: center;
}
.cid-tRfrmALiUW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u14z22Wn8z {
  overflow: hidden;
  background-image: url("../../../assets/images/hws-2wt-start-web-4-2000x1246.png");
}
.cid-u14z22Wn8z .container {
  pointer-events: none;
  z-index: 1;
}
.cid-u14z22Wn8z .subtitle__block,
.cid-u14z22Wn8z .title__block,
.cid-u14z22Wn8z .buttons__block {
  pointer-events: all;
}
.cid-u14z22Wn8z .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-u14z22Wn8z .subtitle__block SPAN {
  color: #233d63;
}
.cid-u14z22Wn8z .mbr-section-subtitle {
  display: inline-block;
}
.cid-u14z22Wn8z .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-u14z22Wn8z .mbr-text {
  margin-top: 35px;
}
.cid-u14z22Wn8z .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-u14z22Wn8z .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-u14z22Wn8z .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #ffffff 0%, rgba(255, 255, 255, 0.85) 100%) !important;
}
.cid-u14z22Wn8z .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-u14z22Wn8z .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-u14z22Wn8z .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-u14z22Wn8z .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-u14z22Wn8z .mbr-figure:hover {
  color: #ffffff;
  cursor: pointer;
}
.cid-u14z22Wn8z .mbr-figure:hover .mbr-media {
  border-color: #ffffff;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-u14z22Wn8z .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-u14z22Wn8z .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-u14z22Wn8z .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-u14z22Wn8z .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-u14z22Wn8z .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-u14z22Wn8z .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u14z22Wn8z .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u14z22Wn8z .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u14z22Wn8z a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u14z22Wn8z a.close:hover {
  color: #ffffff;
}
.cid-u14z22Wn8z .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-u14z22Wn8z .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-u14z22Wn8z .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #ed7d31;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-u14z22Wn8z .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-u14z22Wn8z .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #233d63;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-u14z22Wn8z .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #1a6ec0;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-u14z22Wn8z .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #118707;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-u14z22Wn8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14z22Wn8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14z22Wn8z .mbr-section-title,
.cid-u14z22Wn8z .subtitle__wrap {
  color: #0f5fd3;
}
.cid-u14z22Wn8z .mbr-text,
.cid-u14z22Wn8z .buttons__block {
  color: #000000;
}
.cid-u36EJiOzPz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0e75c9;
}
.cid-u36EJiOzPz .card-title {
  line-height: 1.6;
  margin: 0;
  color: #0e75c9;
  text-align: left;
}
.cid-u36EJiOzPz .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-u36EJiOzPz .card:hover {
  margin-top: -0.6rem;
}
.cid-u36EJiOzPz .card-wrapper {
  position: relative;
}
.cid-u36EJiOzPz .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-u36EJiOzPz .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-u36EJiOzPz .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.0;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-u36EJiOzPz .big {
  margin-top: -25%;
}
.cid-u36EJiOzPz .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-u36EJiOzPz .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-u36EJiOzPz .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-u36EJiOzPz .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u36EJiOzPz .mbr-section-sub-title {
  color: #ffffff;
  text-align: left;
}
.cid-u36EJiOzPz .card-sub-title {
  color: #606060;
}
.cid-u2PnkwR50J {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0e75c9;
}
.cid-u2PnkwR50J .item-img {
  position: relative;
}
.cid-u2PnkwR50J .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u2PnkwR50J .cardbg {
  background: #92c5ee;
  height: 100%;
  min-height: 300px;
}
.cid-u2PnkwR50J .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u2PnkwR50J .image-wrapper {
  overflow: hidden;
}
.cid-u2PnkwR50J .item1 {
  margin-bottom: 2rem !important;
}
.cid-u2PnkwR50J .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2PnkwR50J .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u2PnkwR50J .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u2PnkwR50J .item1,
.cid-u2PnkwR50J .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u2PnkwR50J .item1 .item:hover,
.cid-u2PnkwR50J .item .item:hover {
  cursor: pointer;
}
.cid-u2PnkwR50J .item1:hover .link-icon-wrapper span,
.cid-u2PnkwR50J .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u2PnkwR50J .card2 {
    margin-top: 1rem;
  }
}
.cid-u2PnkwR50J .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u2PnkwR50J .link-icon-wrapper .icon-wrap {
  background: #0f5fd3;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u2PnkwR50J .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u2PnkwR50J .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u2PnkwR50J .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u2PnkwR50J .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u2PnkwR50J .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u2PnkwR50J .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u2PnkwR50J .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u2PnkwR50J img,
.cid-u2PnkwR50J .item-img {
  width: 100%;
}
.cid-u2PnkwR50J .item:focus,
.cid-u2PnkwR50J span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u2PnkwR50J .item {
    margin-bottom: 1rem;
  }
}
.cid-u2PnkwR50J .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2PnkwR50J .item-title {
  text-align: left;
  color: #0f5fd3;
}
.cid-u2PnkwR50J .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u2PnkwR50J .mbr-section-subtitle,
.cid-u2PnkwR50J .subtitle-wrap,
.cid-u2PnkwR50J .mbr-section-btn {
  text-align: left;
}
.cid-u2PnkwR50J .mbr-text,
.cid-u2PnkwR50J .item .mbr-section-btn {
  color: #000000;
}
.cid-u196stla2c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0e75c9;
}
.cid-u196stla2c .item-img {
  position: relative;
}
.cid-u196stla2c .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u196stla2c .cardbg {
  background: #92c5ee;
  height: 100%;
  min-height: 300px;
}
.cid-u196stla2c .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u196stla2c .image-wrapper {
  overflow: hidden;
}
.cid-u196stla2c .item1 {
  margin-bottom: 2rem !important;
}
.cid-u196stla2c .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u196stla2c .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u196stla2c .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u196stla2c .item1,
.cid-u196stla2c .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u196stla2c .item1 .item:hover,
.cid-u196stla2c .item .item:hover {
  cursor: pointer;
}
.cid-u196stla2c .item1:hover .link-icon-wrapper span,
.cid-u196stla2c .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u196stla2c .card2 {
    margin-top: 1rem;
  }
}
.cid-u196stla2c .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u196stla2c .link-icon-wrapper .icon-wrap {
  background: #0f5fd3;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u196stla2c .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u196stla2c .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u196stla2c .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u196stla2c .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u196stla2c .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u196stla2c .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u196stla2c .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u196stla2c img,
.cid-u196stla2c .item-img {
  width: 100%;
}
.cid-u196stla2c .item:focus,
.cid-u196stla2c span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u196stla2c .item {
    margin-bottom: 1rem;
  }
}
.cid-u196stla2c .mbr-section-title {
  color: #0f5fd3;
  text-align: center;
}
.cid-u196stla2c .item-title {
  text-align: left;
  color: #0f5fd3;
}
.cid-u196stla2c .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u196stla2c .mbr-section-subtitle,
.cid-u196stla2c .subtitle-wrap,
.cid-u196stla2c .mbr-section-btn {
  text-align: left;
}
.cid-u196stla2c .mbr-text,
.cid-u196stla2c .item .mbr-section-btn {
  color: #000000;
}
.cid-u2XcQIiYfh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0e75c9;
}
.cid-u2XcQIiYfh .item-img {
  position: relative;
}
.cid-u2XcQIiYfh .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u2XcQIiYfh .cardbg {
  background: #92c5ee;
  height: 100%;
  min-height: 300px;
}
.cid-u2XcQIiYfh .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u2XcQIiYfh .image-wrapper {
  overflow: hidden;
}
.cid-u2XcQIiYfh .item1 {
  margin-bottom: 2rem !important;
}
.cid-u2XcQIiYfh .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2XcQIiYfh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u2XcQIiYfh .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u2XcQIiYfh .item1,
.cid-u2XcQIiYfh .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u2XcQIiYfh .item1 .item:hover,
.cid-u2XcQIiYfh .item .item:hover {
  cursor: pointer;
}
.cid-u2XcQIiYfh .item1:hover .link-icon-wrapper span,
.cid-u2XcQIiYfh .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u2XcQIiYfh .card2 {
    margin-top: 1rem;
  }
}
.cid-u2XcQIiYfh .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u2XcQIiYfh .link-icon-wrapper .icon-wrap {
  background: #0e75c9;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u2XcQIiYfh .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u2XcQIiYfh .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u2XcQIiYfh .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u2XcQIiYfh .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u2XcQIiYfh .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u2XcQIiYfh .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u2XcQIiYfh .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u2XcQIiYfh img,
.cid-u2XcQIiYfh .item-img {
  width: 100%;
}
.cid-u2XcQIiYfh .item:focus,
.cid-u2XcQIiYfh span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u2XcQIiYfh .item {
    margin-bottom: 1rem;
  }
}
.cid-u2XcQIiYfh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2XcQIiYfh .item-title {
  text-align: left;
  color: #0f5fd3;
}
.cid-u2XcQIiYfh .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u2XcQIiYfh .mbr-section-subtitle,
.cid-u2XcQIiYfh .subtitle-wrap,
.cid-u2XcQIiYfh .mbr-section-btn {
  text-align: left;
}
.cid-u2XcQIiYfh .mbr-text,
.cid-u2XcQIiYfh .item .mbr-section-btn {
  color: #000000;
}
.cid-u37s7b0BWc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0e75c9;
}
.cid-u37s7b0BWc .item-img {
  position: relative;
}
.cid-u37s7b0BWc .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u37s7b0BWc .cardbg {
  background: #92c5ee;
  height: 100%;
  min-height: 300px;
}
.cid-u37s7b0BWc .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u37s7b0BWc .image-wrapper {
  overflow: hidden;
}
.cid-u37s7b0BWc .item1 {
  margin-bottom: 2rem !important;
}
.cid-u37s7b0BWc .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u37s7b0BWc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u37s7b0BWc .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u37s7b0BWc .item1,
.cid-u37s7b0BWc .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u37s7b0BWc .item1 .item:hover,
.cid-u37s7b0BWc .item .item:hover {
  cursor: pointer;
}
.cid-u37s7b0BWc .item1:hover .link-icon-wrapper span,
.cid-u37s7b0BWc .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u37s7b0BWc .card2 {
    margin-top: 1rem;
  }
}
.cid-u37s7b0BWc .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u37s7b0BWc .link-icon-wrapper .icon-wrap {
  background: #0e75c9;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u37s7b0BWc .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u37s7b0BWc .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u37s7b0BWc .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u37s7b0BWc .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u37s7b0BWc .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u37s7b0BWc .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u37s7b0BWc .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u37s7b0BWc img,
.cid-u37s7b0BWc .item-img {
  width: 100%;
}
.cid-u37s7b0BWc .item:focus,
.cid-u37s7b0BWc span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u37s7b0BWc .item {
    margin-bottom: 1rem;
  }
}
.cid-u37s7b0BWc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u37s7b0BWc .item-title {
  text-align: left;
  color: #0f5fd3;
}
.cid-u37s7b0BWc .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u37s7b0BWc .mbr-section-subtitle,
.cid-u37s7b0BWc .subtitle-wrap,
.cid-u37s7b0BWc .mbr-section-btn {
  text-align: left;
}
.cid-u37s7b0BWc .mbr-text,
.cid-u37s7b0BWc .item .mbr-section-btn {
  color: #000000;
}
.cid-u193x2Vtmu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/frischwasser-1024x461.jpg");
}
.cid-u193x2Vtmu .mbr-overlay {
  background: #fafafa;
  opacity: 0.5;
}
.cid-u193x2Vtmu .item-img {
  position: relative;
}
.cid-u193x2Vtmu .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u193x2Vtmu .cardbg {
  background: #92c5ee;
  height: 100%;
  min-height: 300px;
}
.cid-u193x2Vtmu .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u193x2Vtmu .image-wrapper {
  overflow: hidden;
}
.cid-u193x2Vtmu .item1 {
  margin-bottom: 2rem !important;
}
.cid-u193x2Vtmu .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u193x2Vtmu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u193x2Vtmu .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u193x2Vtmu .item1,
.cid-u193x2Vtmu .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u193x2Vtmu .item1 .item:hover,
.cid-u193x2Vtmu .item .item:hover {
  cursor: pointer;
}
.cid-u193x2Vtmu .item1:hover .link-icon-wrapper span,
.cid-u193x2Vtmu .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u193x2Vtmu .card2 {
    margin-top: 1rem;
  }
}
.cid-u193x2Vtmu .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u193x2Vtmu .link-icon-wrapper .icon-wrap {
  background: #0f5fd3;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u193x2Vtmu .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u193x2Vtmu .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u193x2Vtmu .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u193x2Vtmu .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u193x2Vtmu .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u193x2Vtmu .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u193x2Vtmu .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u193x2Vtmu img,
.cid-u193x2Vtmu .item-img {
  width: 100%;
}
.cid-u193x2Vtmu .item:focus,
.cid-u193x2Vtmu span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u193x2Vtmu .item {
    margin-bottom: 1rem;
  }
}
.cid-u193x2Vtmu .mbr-section-title {
  color: #0f5fd3;
  text-align: center;
}
.cid-u193x2Vtmu .item-title {
  text-align: left;
  color: #0f5fd3;
}
.cid-u193x2Vtmu .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u193x2Vtmu .mbr-section-subtitle,
.cid-u193x2Vtmu .subtitle-wrap,
.cid-u193x2Vtmu .mbr-section-btn {
  text-align: left;
}
.cid-u193x2Vtmu .mbr-text,
.cid-u193x2Vtmu .item .mbr-section-btn {
  color: #000000;
}
.cid-u37FSV48Ea {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0e75c9;
}
.cid-u37FSV48Ea .item-img {
  position: relative;
}
.cid-u37FSV48Ea .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u37FSV48Ea .cardbg {
  background: #92c5ee;
  height: 100%;
  min-height: 300px;
}
.cid-u37FSV48Ea .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u37FSV48Ea .image-wrapper {
  overflow: hidden;
}
.cid-u37FSV48Ea .item1 {
  margin-bottom: 2rem !important;
}
.cid-u37FSV48Ea .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u37FSV48Ea .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u37FSV48Ea .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u37FSV48Ea .item1,
.cid-u37FSV48Ea .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u37FSV48Ea .item1 .item:hover,
.cid-u37FSV48Ea .item .item:hover {
  cursor: pointer;
}
.cid-u37FSV48Ea .item1:hover .link-icon-wrapper span,
.cid-u37FSV48Ea .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u37FSV48Ea .card2 {
    margin-top: 1rem;
  }
}
.cid-u37FSV48Ea .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u37FSV48Ea .link-icon-wrapper .icon-wrap {
  background: #0e75c9;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u37FSV48Ea .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u37FSV48Ea .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u37FSV48Ea .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u37FSV48Ea .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u37FSV48Ea .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u37FSV48Ea .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u37FSV48Ea .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u37FSV48Ea img,
.cid-u37FSV48Ea .item-img {
  width: 100%;
}
.cid-u37FSV48Ea .item:focus,
.cid-u37FSV48Ea span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u37FSV48Ea .item {
    margin-bottom: 1rem;
  }
}
.cid-u37FSV48Ea .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u37FSV48Ea .item-title {
  text-align: left;
  color: #0f5fd3;
}
.cid-u37FSV48Ea .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u37FSV48Ea .mbr-section-subtitle,
.cid-u37FSV48Ea .subtitle-wrap,
.cid-u37FSV48Ea .mbr-section-btn {
  text-align: left;
}
.cid-u37FSV48Ea .mbr-text,
.cid-u37FSV48Ea .item .mbr-section-btn {
  color: #000000;
}
.cid-u14Ed37cb1 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #0e75c9;
}
.cid-u14Ed37cb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14Ed37cb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14Ed37cb1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u14Ed37cb1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u14Ed37cb1 .container {
    padding: 0 24px;
  }
}
.cid-u14Ed37cb1 .row {
  justify-content: center;
}
.cid-u14Ed37cb1 .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-u14Ed37cb1 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u14Ed37cb1 .content-wrapper {
    padding: 32px;
  }
}
.cid-u14Ed37cb1 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u14Ed37cb1 .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-u14Ed37cb1 .mbr-section-title {
  color: #0f5fd3;
}
.cid-u14Ed37cb1 .mbr-text {
  color: #262642;
}
.cid-u14JsoKtDI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0e75c9;
}
.cid-u14JsoKtDI .item-img {
  position: relative;
}
.cid-u14JsoKtDI .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u14JsoKtDI .cardbg {
  background: #92c5ee;
  height: 100%;
  min-height: 300px;
}
.cid-u14JsoKtDI .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u14JsoKtDI .image-wrapper {
  overflow: hidden;
}
.cid-u14JsoKtDI .item1 {
  margin-bottom: 2rem !important;
}
.cid-u14JsoKtDI .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u14JsoKtDI .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u14JsoKtDI .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u14JsoKtDI .item1,
.cid-u14JsoKtDI .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u14JsoKtDI .item1 .item:hover,
.cid-u14JsoKtDI .item .item:hover {
  cursor: pointer;
}
.cid-u14JsoKtDI .item1:hover .link-icon-wrapper span,
.cid-u14JsoKtDI .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u14JsoKtDI .card2 {
    margin-top: 1rem;
  }
}
.cid-u14JsoKtDI .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u14JsoKtDI .link-icon-wrapper .icon-wrap {
  background: #0f5fd3;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u14JsoKtDI .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u14JsoKtDI .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u14JsoKtDI .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u14JsoKtDI .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u14JsoKtDI .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u14JsoKtDI .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u14JsoKtDI .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u14JsoKtDI img,
.cid-u14JsoKtDI .item-img {
  width: 100%;
}
.cid-u14JsoKtDI .item:focus,
.cid-u14JsoKtDI span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u14JsoKtDI .item {
    margin-bottom: 1rem;
  }
}
.cid-u14JsoKtDI .mbr-section-title {
  color: #ed7d31;
  text-align: left;
}
.cid-u14JsoKtDI .item-title {
  text-align: left;
  color: #0f5fd3;
}
.cid-u14JsoKtDI .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u14JsoKtDI .mbr-section-subtitle,
.cid-u14JsoKtDI .subtitle-wrap,
.cid-u14JsoKtDI .mbr-section-btn {
  text-align: left;
}
.cid-u14JsoKtDI .mbr-text,
.cid-u14JsoKtDI .item .mbr-section-btn {
  color: #000000;
}
.cid-u37Y0v61Wf {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0e75c9;
}
.cid-u37Y0v61Wf .item-img {
  position: relative;
}
.cid-u37Y0v61Wf .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u37Y0v61Wf .cardbg {
  background: #92c5ee;
  height: 100%;
  min-height: 300px;
}
.cid-u37Y0v61Wf .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u37Y0v61Wf .image-wrapper {
  overflow: hidden;
}
.cid-u37Y0v61Wf .item1 {
  margin-bottom: 2rem !important;
}
.cid-u37Y0v61Wf .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u37Y0v61Wf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u37Y0v61Wf .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u37Y0v61Wf .item1,
.cid-u37Y0v61Wf .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u37Y0v61Wf .item1 .item:hover,
.cid-u37Y0v61Wf .item .item:hover {
  cursor: pointer;
}
.cid-u37Y0v61Wf .item1:hover .link-icon-wrapper span,
.cid-u37Y0v61Wf .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u37Y0v61Wf .card2 {
    margin-top: 1rem;
  }
}
.cid-u37Y0v61Wf .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u37Y0v61Wf .link-icon-wrapper .icon-wrap {
  background: #0e75c9;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u37Y0v61Wf .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u37Y0v61Wf .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u37Y0v61Wf .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u37Y0v61Wf .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u37Y0v61Wf .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u37Y0v61Wf .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u37Y0v61Wf .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u37Y0v61Wf img,
.cid-u37Y0v61Wf .item-img {
  width: 100%;
}
.cid-u37Y0v61Wf .item:focus,
.cid-u37Y0v61Wf span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u37Y0v61Wf .item {
    margin-bottom: 1rem;
  }
}
.cid-u37Y0v61Wf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u37Y0v61Wf .item-title {
  text-align: left;
  color: #0e75c9;
}
.cid-u37Y0v61Wf .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u37Y0v61Wf .mbr-section-subtitle,
.cid-u37Y0v61Wf .subtitle-wrap,
.cid-u37Y0v61Wf .mbr-section-btn {
  text-align: left;
}
.cid-u37Y0v61Wf .mbr-text,
.cid-u37Y0v61Wf .item .mbr-section-btn {
  color: #000000;
}
.cid-u3869st9f2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/leitthema-solaranlagen-1200x600.jpg");
}
.cid-u3869st9f2 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-u3869st9f2 .item-img {
  position: relative;
}
.cid-u3869st9f2 .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u3869st9f2 .cardbg {
  background: #92c5ee;
  height: 100%;
  min-height: 300px;
}
.cid-u3869st9f2 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u3869st9f2 .image-wrapper {
  overflow: hidden;
}
.cid-u3869st9f2 .item1 {
  margin-bottom: 2rem !important;
}
.cid-u3869st9f2 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3869st9f2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u3869st9f2 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u3869st9f2 .item1,
.cid-u3869st9f2 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u3869st9f2 .item1 .item:hover,
.cid-u3869st9f2 .item .item:hover {
  cursor: pointer;
}
.cid-u3869st9f2 .item1:hover .link-icon-wrapper span,
.cid-u3869st9f2 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u3869st9f2 .card2 {
    margin-top: 1rem;
  }
}
.cid-u3869st9f2 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u3869st9f2 .link-icon-wrapper .icon-wrap {
  background: #0e75c9;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u3869st9f2 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u3869st9f2 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u3869st9f2 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u3869st9f2 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u3869st9f2 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u3869st9f2 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u3869st9f2 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u3869st9f2 img,
.cid-u3869st9f2 .item-img {
  width: 100%;
}
.cid-u3869st9f2 .item:focus,
.cid-u3869st9f2 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u3869st9f2 .item {
    margin-bottom: 1rem;
  }
}
.cid-u3869st9f2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u3869st9f2 .item-title {
  text-align: left;
  color: #0e75c9;
}
.cid-u3869st9f2 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u3869st9f2 .mbr-section-subtitle,
.cid-u3869st9f2 .subtitle-wrap,
.cid-u3869st9f2 .mbr-section-btn {
  text-align: left;
}
.cid-u3869st9f2 .mbr-text,
.cid-u3869st9f2 .item .mbr-section-btn {
  color: #000000;
}
.cid-u0SHc7LdNN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0SHc7LdNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u0SHc7LdNN .container {
    padding: 0 14px;
  }
}
.cid-u0SHc7LdNN .row {
  justify-content: center;
}
.cid-u0SHc7LdNN .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-u0SHc7LdNN .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u0SHc7LdNN .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap:hover,
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-u0SHc7LdNN .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #5a9804;
  border: 1px solid #5a9804;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u0SHc7LdNN .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-text,
.cid-u0SHc7LdNN .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u0SHc7LdNN .mbr-list-title {
  color: #ffffff;
}
.cid-u0SHc7LdNN .list {
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-contact {
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-list-title,
.cid-u0SHc7LdNN .image-wrapper {
  color: #232323;
}
.cid-u0SHc7LdNN .mbr-contact,
.cid-u0SHc7LdNN .card-wrapper {
  color: #118707;
}
.cid-u0SHc7LdNN .list,
.cid-u0SHc7LdNN .item-wrap {
  color: #000000;
}
.cid-tRfrmALiUW {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tRfrmALiUW .navbar-dropdown {
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 0;
  position: fixed !important;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.7) !important;
  background: #ffffff;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRfrmALiUW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tRfrmALiUW .menu_box .navbar.opened,
  .cid-tRfrmALiUW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tRfrmALiUW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tRfrmALiUW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tRfrmALiUW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tRfrmALiUW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eeeeee;
  }
  .cid-tRfrmALiUW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tRfrmALiUW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tRfrmALiUW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-body .mbr-text,
  .cid-tRfrmALiUW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tRfrmALiUW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tRfrmALiUW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .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-tRfrmALiUW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tRfrmALiUW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tRfrmALiUW .lg_brand {
    margin: 0 1rem;
  }
  .cid-tRfrmALiUW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tRfrmALiUW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 0 !important;
  }
}
.cid-tRfrmALiUW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tRfrmALiUW .nav-item .nav-link:hover,
.cid-tRfrmALiUW .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tRfrmALiUW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .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-tRfrmALiUW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tRfrmALiUW .offcanvas_box {
    display: none;
  }
}
.cid-tRfrmALiUW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tRfrmALiUW .container {
  display: flex;
  margin: auto;
}
.cid-tRfrmALiUW .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tRfrmALiUW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tRfrmALiUW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tRfrmALiUW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .navbar-nav {
    margin: 0;
  }
}
.cid-tRfrmALiUW .dropdown-menu,
.cid-tRfrmALiUW .navbar.opened {
  background-color: true !important;
}
.cid-tRfrmALiUW .nav-item:focus,
.cid-tRfrmALiUW .nav-link:focus {
  outline: none;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRfrmALiUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRfrmALiUW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tRfrmALiUW .navbar.opened {
  transition: all 0.3s;
}
.cid-tRfrmALiUW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tRfrmALiUW .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tRfrmALiUW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tRfrmALiUW .navbar.collapsed {
  justify-content: center;
}
.cid-tRfrmALiUW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRfrmALiUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRfrmALiUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tRfrmALiUW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tRfrmALiUW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tRfrmALiUW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRfrmALiUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tRfrmALiUW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tRfrmALiUW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tRfrmALiUW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRfrmALiUW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tRfrmALiUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRfrmALiUW .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-tRfrmALiUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tRfrmALiUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRfrmALiUW .dropdown-item.active,
.cid-tRfrmALiUW .dropdown-item:active {
  background-color: transparent;
}
.cid-tRfrmALiUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRfrmALiUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRfrmALiUW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tRfrmALiUW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRfrmALiUW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ed7d31;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tRfrmALiUW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRfrmALiUW .navbar {
    height: 70px;
  }
  .cid-tRfrmALiUW .navbar.opened {
    height: auto;
  }
  .cid-tRfrmALiUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfrmALiUW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tRfrmALiUW .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tRfrmALiUW .navbar-caption:hover {
  color: #118707;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tRfrmALiUW .text_widget {
  margin-bottom: 32px;
  color: #ed7d31;
}
.cid-tRfrmALiUW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tRfrmALiUW .text_widget a:hover,
.cid-tRfrmALiUW .text_widget a:focus {
  opacity: .8;
}
.cid-tRfrmALiUW .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .navbar-caption {
  color: #1D1D1F;
}
.cid-tRfrmALiUW .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .mbr-section-subtitle,
.cid-tRfrmALiUW .text_widget,
.cid-tRfrmALiUW .mbr-section-btn {
  text-align: center;
}
.cid-tRfrmALiUW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ue4Mr2rrCC {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/pentagon-kopie-1300x469.jpg");
}
.cid-ue4Mr2rrCC .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-ue4Mr2rrCC .item:focus,
.cid-ue4Mr2rrCC span:focus {
  outline: none;
}
.cid-ue4Mr2rrCC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue4Mr2rrCC .item {
    margin-bottom: 1rem;
  }
}
.cid-ue4Mr2rrCC .line {
  width: 100%;
  height: 1px;
  background: #118707;
  margin-bottom: 2rem;
}
.cid-ue4Mr2rrCC .mbr-card-title {
  background: #f8200c;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 12px;
}
.cid-ue4Mr2rrCC .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ue4Mr2rrCC .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ue4Mr2rrCC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ue4Mr2rrCC .mbr-section-title {
  color: #118707;
  text-align: center;
}
.cid-ue4Mr2rrCC .mbr-text,
.cid-ue4Mr2rrCC .item .mbr-section-btn {
  text-align: center;
}
.cid-ue4Mr2rrCC .content-head {
  max-width: 800px;
}
.cid-ue4Mr2rrCC .mbr-number {
  color: #ffffff;
}
.cid-ue4Mr2rrCC .mbr-section-subtitle,
.cid-ue4Mr2rrCC .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ue4Mr2rrCC .mbr-text {
  text-align: left;
}
.cid-ue4Mr2rrCC .mbr-text,
.cid-ue4Mr2rrCC .mbr-card-btn {
  text-align: left;
}
.cid-ue4Mr2rrCC .mbr-text,
.cid-ue4Mr2rrCC .mbr-section-btn {
  text-align: left;
}
.cid-ue4Mr2rrCC .mbr-text,
.cid-ue4Mr2rrCC .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-ue4Mr2rrCC .card-text,
.cid-ue4Mr2rrCC .item .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ue4Mr2rrCC .card-title {
  text-align: left;
  color: #118707;
}
.cid-ue4UFsORYU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hausbauen-1-600x492.jpg");
}
.cid-ue4UFsORYU .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-ue4UFsORYU .item:focus,
.cid-ue4UFsORYU span:focus {
  outline: none;
}
.cid-ue4UFsORYU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue4UFsORYU .item {
    margin-bottom: 1rem;
  }
}
.cid-ue4UFsORYU .line {
  width: 100%;
  height: 1px;
  background: #118707;
  margin-bottom: 2rem;
}
.cid-ue4UFsORYU .mbr-card-title {
  background: #f8200c;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 12px;
}
.cid-ue4UFsORYU .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ue4UFsORYU .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ue4UFsORYU .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ue4UFsORYU .mbr-section-title {
  color: #118707;
  text-align: center;
}
.cid-ue4UFsORYU .mbr-text,
.cid-ue4UFsORYU .item .mbr-section-btn {
  text-align: center;
}
.cid-ue4UFsORYU .content-head {
  max-width: 800px;
}
.cid-ue4UFsORYU .mbr-number {
  color: #ffffff;
}
.cid-ue4UFsORYU .mbr-section-subtitle,
.cid-ue4UFsORYU .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ue4UFsORYU .mbr-text {
  text-align: left;
}
.cid-ue4UFsORYU .mbr-text,
.cid-ue4UFsORYU .mbr-card-btn {
  text-align: left;
}
.cid-ue4UFsORYU .mbr-text,
.cid-ue4UFsORYU .mbr-section-btn {
  text-align: left;
}
.cid-ue4UFsORYU .mbr-text,
.cid-ue4UFsORYU .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-ue4UFsORYU .card-text,
.cid-ue4UFsORYU .item .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ue4UFsORYU .card-title {
  text-align: left;
  color: #118707;
}
.cid-ugHr4vF1zS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hausbauen-1-600x492.jpg");
}
.cid-ugHr4vF1zS .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-ugHr4vF1zS .item:focus,
.cid-ugHr4vF1zS span:focus {
  outline: none;
}
.cid-ugHr4vF1zS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugHr4vF1zS .item {
    margin-bottom: 1rem;
  }
}
.cid-ugHr4vF1zS .line {
  width: 100%;
  height: 1px;
  background: #118707;
  margin-bottom: 2rem;
}
.cid-ugHr4vF1zS .mbr-card-title {
  background: #f8200c;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 12px;
}
.cid-ugHr4vF1zS .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ugHr4vF1zS .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugHr4vF1zS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ugHr4vF1zS .mbr-section-title {
  color: #118707;
  text-align: center;
}
.cid-ugHr4vF1zS .mbr-text,
.cid-ugHr4vF1zS .item .mbr-section-btn {
  text-align: center;
}
.cid-ugHr4vF1zS .content-head {
  max-width: 800px;
}
.cid-ugHr4vF1zS .mbr-number {
  color: #ffffff;
}
.cid-ugHr4vF1zS .mbr-section-subtitle,
.cid-ugHr4vF1zS .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ugHr4vF1zS .mbr-text {
  text-align: left;
}
.cid-ugHr4vF1zS .mbr-text,
.cid-ugHr4vF1zS .mbr-card-btn {
  text-align: left;
}
.cid-ugHr4vF1zS .mbr-text,
.cid-ugHr4vF1zS .mbr-section-btn {
  text-align: left;
}
.cid-ugHr4vF1zS .mbr-text,
.cid-ugHr4vF1zS .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-ugHr4vF1zS .card-text,
.cid-ugHr4vF1zS .item .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ugHr4vF1zS .card-title {
  text-align: left;
  color: #118707;
}
.cid-ugkguSwQjB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugkguSwQjB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugkguSwQjB .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugkguSwQjB .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ugkguSwQjB .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ugkguSwQjB .container {
    padding: 0 12px;
  }
}
.cid-ugkguSwQjB .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ugkguSwQjB .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-ugkguSwQjB .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ugkguSwQjB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugkguSwQjB .content-wrapper {
  border-radius: 32px;
  background-color: #212124;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ugkguSwQjB .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-ugkguSwQjB .content-wrapper .slider-wrapper {
  border-radius: .5em;
  overflow: hidden;
  width: 65%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ugkguSwQjB .content-wrapper .slider-wrapper {
    width: 100%;
  }
}
.cid-ugkguSwQjB .content-wrapper .items-wrapper {
  margin-left: 80px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-ugkguSwQjB .content-wrapper .items-wrapper {
    width: 100%;
    margin: 32px 0 0 0;
  }
}
.cid-ugkguSwQjB .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-ugkguSwQjB .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-ugkguSwQjB .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap {
  margin-bottom: 16px;
}
.cid-ugkguSwQjB .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-ugkguSwQjB .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  margin-right: 4px;
}
.cid-ugkguSwQjB .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .item-title {
  margin-bottom: 0;
}
.cid-ugkguSwQjB .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ugkguSwQjB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ugkguSwQjB .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ugkguSwQjB .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-ugkguSwQjB .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ugkguSwQjB .embla__button--next,
.cid-ugkguSwQjB .embla__button--prev {
  display: flex;
}
.cid-ugkguSwQjB .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #ffffff !important;
  color: #118707 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ugkguSwQjB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ugkguSwQjB .embla__button:hover {
  opacity: .8 !important;
}
.cid-ugkguSwQjB .embla__button.embla__button--prev {
  left: 20px;
}
.cid-ugkguSwQjB .embla__button.embla__button--next {
  right: 20px;
}
.cid-ugkguSwQjB .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-ugkguSwQjB .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ugkguSwQjB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ugkguSwQjB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ugkguSwQjB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ugkguSwQjB .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-ugkguSwQjB .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-ugkguSwQjB .item-title {
  color: #ffffff;
}
.cid-ugkguSwQjB .item-text {
  color: #ffffff;
}
.cid-u2bRfFPK6K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2bRfFPK6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2bRfFPK6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2bRfFPK6K .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2bRfFPK6K .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2bRfFPK6K .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2bRfFPK6K .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2bRfFPK6K .container {
    padding: 0 12px;
  }
}
.cid-u2bRfFPK6K .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f5f5f7;
}
@media (max-width: 992px) {
  .cid-u2bRfFPK6K .content-wrapper {
    display: block;
  }
}
.cid-u2bRfFPK6K .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2bRfFPK6K .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-u2bRfFPK6K .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-u2bRfFPK6K .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-u2bRfFPK6K .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-u2bRfFPK6K .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #f5f5f7;
  border-radius: 10rem;
}
.cid-u2bRfFPK6K .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u2bRfFPK6K .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2bRfFPK6K .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u2bRfFPK6K .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2bRfFPK6K .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-u2bRfFPK6K .mbr-section-title {
  color: #1D1D1F;
}
.cid-u2bRfFPK6K .mbr-text {
  color: #1D1D1F;
}
.cid-u2c3t2mfcp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2c3t2mfcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2c3t2mfcp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2c3t2mfcp .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2c3t2mfcp .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2c3t2mfcp .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2c3t2mfcp .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2c3t2mfcp .container {
    padding: 0 12px;
  }
}
.cid-u2c3t2mfcp .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f5f5f7;
}
@media (max-width: 992px) {
  .cid-u2c3t2mfcp .content-wrapper {
    display: block;
  }
}
.cid-u2c3t2mfcp .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2c3t2mfcp .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-u2c3t2mfcp .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-u2c3t2mfcp .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-u2c3t2mfcp .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-u2c3t2mfcp .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #f5f5f7;
  border-radius: 10rem;
}
.cid-u2c3t2mfcp .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u2c3t2mfcp .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2c3t2mfcp .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u2c3t2mfcp .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2c3t2mfcp .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-u2c3t2mfcp .mbr-section-title {
  color: #1D1D1F;
}
.cid-u2c3t2mfcp .mbr-text {
  color: #1D1D1F;
}
.cid-u2c3t2mfcp .mbr-section-title,
.cid-u2c3t2mfcp .mbr-section-btn,
.cid-u2c3t2mfcp .title {
  color: #1a6ec0;
}
.cid-u2shMZPeLm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2shMZPeLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2shMZPeLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2shMZPeLm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2shMZPeLm .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2shMZPeLm .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2shMZPeLm .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2shMZPeLm .container {
    padding: 0 12px;
  }
}
.cid-u2shMZPeLm .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f5f5f7;
}
@media (max-width: 992px) {
  .cid-u2shMZPeLm .content-wrapper {
    display: block;
  }
}
.cid-u2shMZPeLm .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2shMZPeLm .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-u2shMZPeLm .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-u2shMZPeLm .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-u2shMZPeLm .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-u2shMZPeLm .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #f5f5f7;
  border-radius: 10rem;
}
.cid-u2shMZPeLm .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u2shMZPeLm .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2shMZPeLm .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u2shMZPeLm .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2shMZPeLm .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-u2shMZPeLm .mbr-section-title {
  color: #1D1D1F;
}
.cid-u2shMZPeLm .mbr-text {
  color: #1D1D1F;
}
.cid-u2shMZPeLm .mbr-section-title,
.cid-u2shMZPeLm .mbr-section-btn,
.cid-u2shMZPeLm .title {
  color: #118707;
}
.cid-u2cpn99fRv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2cpn99fRv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cpn99fRv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cpn99fRv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2cpn99fRv .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2cpn99fRv .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2cpn99fRv .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2cpn99fRv .container {
    padding: 0 12px;
  }
}
.cid-u2cpn99fRv .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f5f5f7;
}
@media (max-width: 992px) {
  .cid-u2cpn99fRv .content-wrapper {
    display: block;
  }
}
.cid-u2cpn99fRv .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2cpn99fRv .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-u2cpn99fRv .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-u2cpn99fRv .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-u2cpn99fRv .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-u2cpn99fRv .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #f5f5f7;
  border-radius: 10rem;
}
.cid-u2cpn99fRv .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u2cpn99fRv .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2cpn99fRv .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u2cpn99fRv .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2cpn99fRv .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-u2cpn99fRv .mbr-section-title {
  color: #1D1D1F;
}
.cid-u2cpn99fRv .mbr-text {
  color: #1D1D1F;
}
.cid-u2cpn99fRv .mbr-section-title,
.cid-u2cpn99fRv .mbr-section-btn,
.cid-u2cpn99fRv .title {
  color: #118707;
}
.cid-u2scWvlSGA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2scWvlSGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2scWvlSGA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2scWvlSGA .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2scWvlSGA .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2scWvlSGA .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2scWvlSGA .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2scWvlSGA .container {
    padding: 0 12px;
  }
}
.cid-u2scWvlSGA .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f5f5f7;
}
@media (max-width: 992px) {
  .cid-u2scWvlSGA .content-wrapper {
    display: block;
  }
}
.cid-u2scWvlSGA .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2scWvlSGA .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-u2scWvlSGA .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-u2scWvlSGA .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-u2scWvlSGA .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-u2scWvlSGA .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #f5f5f7;
  border-radius: 10rem;
}
.cid-u2scWvlSGA .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u2scWvlSGA .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2scWvlSGA .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u2scWvlSGA .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2scWvlSGA .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-u2scWvlSGA .mbr-section-title {
  color: #1D1D1F;
}
.cid-u2scWvlSGA .mbr-text {
  color: #1D1D1F;
}
.cid-u2scWvlSGA .mbr-section-title,
.cid-u2scWvlSGA .mbr-section-btn,
.cid-u2scWvlSGA .title {
  color: #1a6ec0;
}
.cid-u2sn5FcgdJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2sn5FcgdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sn5FcgdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sn5FcgdJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2sn5FcgdJ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2sn5FcgdJ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2sn5FcgdJ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2sn5FcgdJ .container {
    padding: 0 12px;
  }
}
.cid-u2sn5FcgdJ .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f5f5f7;
}
@media (max-width: 992px) {
  .cid-u2sn5FcgdJ .content-wrapper {
    display: block;
  }
}
.cid-u2sn5FcgdJ .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2sn5FcgdJ .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-u2sn5FcgdJ .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-u2sn5FcgdJ .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-u2sn5FcgdJ .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-u2sn5FcgdJ .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #f5f5f7;
  border-radius: 10rem;
}
.cid-u2sn5FcgdJ .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u2sn5FcgdJ .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2sn5FcgdJ .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u2sn5FcgdJ .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2sn5FcgdJ .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-u2sn5FcgdJ .mbr-section-title {
  color: #1D1D1F;
}
.cid-u2sn5FcgdJ .mbr-text {
  color: #1D1D1F;
}
.cid-u2sn5FcgdJ .mbr-section-title,
.cid-u2sn5FcgdJ .mbr-section-btn,
.cid-u2sn5FcgdJ .title {
  color: #1a6ec0;
}
.cid-u2sqC3AGC8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2sqC3AGC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sqC3AGC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sqC3AGC8 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2sqC3AGC8 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2sqC3AGC8 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2sqC3AGC8 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2sqC3AGC8 .container {
    padding: 0 12px;
  }
}
.cid-u2sqC3AGC8 .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f5f5f7;
}
@media (max-width: 992px) {
  .cid-u2sqC3AGC8 .content-wrapper {
    display: block;
  }
}
.cid-u2sqC3AGC8 .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2sqC3AGC8 .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-u2sqC3AGC8 .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-u2sqC3AGC8 .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-u2sqC3AGC8 .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-u2sqC3AGC8 .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #f5f5f7;
  border-radius: 10rem;
}
.cid-u2sqC3AGC8 .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u2sqC3AGC8 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2sqC3AGC8 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u2sqC3AGC8 .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2sqC3AGC8 .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-u2sqC3AGC8 .mbr-section-title {
  color: #1D1D1F;
}
.cid-u2sqC3AGC8 .mbr-text {
  color: #1D1D1F;
}
.cid-u2sqC3AGC8 .mbr-section-title,
.cid-u2sqC3AGC8 .mbr-section-btn,
.cid-u2sqC3AGC8 .title {
  color: #118707;
}
.cid-u2cqod7rnD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2cqod7rnD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cqod7rnD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cqod7rnD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2cqod7rnD .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2cqod7rnD .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2cqod7rnD .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2cqod7rnD .container {
    padding: 0 12px;
  }
}
.cid-u2cqod7rnD .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f5f5f7;
}
@media (max-width: 992px) {
  .cid-u2cqod7rnD .content-wrapper {
    display: block;
  }
}
.cid-u2cqod7rnD .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2cqod7rnD .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-u2cqod7rnD .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-u2cqod7rnD .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-u2cqod7rnD .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-u2cqod7rnD .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #f5f5f7;
  border-radius: 10rem;
}
.cid-u2cqod7rnD .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u2cqod7rnD .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2cqod7rnD .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u2cqod7rnD .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2cqod7rnD .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-u2cqod7rnD .mbr-section-title {
  color: #1D1D1F;
}
.cid-u2cqod7rnD .mbr-text {
  color: #1D1D1F;
}
.cid-u2cqod7rnD .mbr-section-title,
.cid-u2cqod7rnD .mbr-section-btn,
.cid-u2cqod7rnD .title {
  color: #118707;
}
.cid-u0SHc7LdNN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0SHc7LdNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u0SHc7LdNN .container {
    padding: 0 14px;
  }
}
.cid-u0SHc7LdNN .row {
  justify-content: center;
}
.cid-u0SHc7LdNN .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-u0SHc7LdNN .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u0SHc7LdNN .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap:hover,
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-u0SHc7LdNN .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #5a9804;
  border: 1px solid #5a9804;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u0SHc7LdNN .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-text,
.cid-u0SHc7LdNN .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u0SHc7LdNN .mbr-list-title {
  color: #ffffff;
}
.cid-u0SHc7LdNN .list {
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-contact {
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-list-title,
.cid-u0SHc7LdNN .image-wrapper {
  color: #232323;
}
.cid-u0SHc7LdNN .mbr-contact,
.cid-u0SHc7LdNN .card-wrapper {
  color: #118707;
}
.cid-u0SHc7LdNN .list,
.cid-u0SHc7LdNN .item-wrap {
  color: #000000;
}
.cid-tRfrmALiUW {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tRfrmALiUW .navbar-dropdown {
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 0;
  position: fixed !important;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.7) !important;
  background: #ffffff;
}
.cid-tRfrmALiUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRfrmALiUW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tRfrmALiUW .menu_box .navbar.opened,
  .cid-tRfrmALiUW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tRfrmALiUW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tRfrmALiUW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tRfrmALiUW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tRfrmALiUW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eeeeee;
  }
  .cid-tRfrmALiUW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tRfrmALiUW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tRfrmALiUW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tRfrmALiUW .offcanvas-body .mbr-text,
  .cid-tRfrmALiUW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tRfrmALiUW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d1d1f;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tRfrmALiUW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tRfrmALiUW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .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-tRfrmALiUW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tRfrmALiUW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tRfrmALiUW .lg_brand {
    margin: 0 1rem;
  }
  .cid-tRfrmALiUW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tRfrmALiUW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .nav-item {
    margin: 0 !important;
  }
}
.cid-tRfrmALiUW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tRfrmALiUW .nav-item .nav-link:hover,
.cid-tRfrmALiUW .nav-item .nav-link:focus {
  background-color: #f5f5f7 !important;
}
.cid-tRfrmALiUW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tRfrmALiUW .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-tRfrmALiUW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tRfrmALiUW .offcanvas_box {
    display: none;
  }
}
.cid-tRfrmALiUW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tRfrmALiUW .container {
  display: flex;
  margin: auto;
}
.cid-tRfrmALiUW .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tRfrmALiUW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tRfrmALiUW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tRfrmALiUW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .navbar-nav {
    margin: 0;
  }
}
.cid-tRfrmALiUW .dropdown-menu,
.cid-tRfrmALiUW .navbar.opened {
  background-color: true !important;
}
.cid-tRfrmALiUW .nav-item:focus,
.cid-tRfrmALiUW .nav-link:focus {
  outline: none;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRfrmALiUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRfrmALiUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRfrmALiUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRfrmALiUW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tRfrmALiUW .navbar.opened {
  transition: all 0.3s;
}
.cid-tRfrmALiUW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tRfrmALiUW .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tRfrmALiUW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tRfrmALiUW .navbar.collapsed {
  justify-content: center;
}
.cid-tRfrmALiUW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRfrmALiUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRfrmALiUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRfrmALiUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tRfrmALiUW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRfrmALiUW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tRfrmALiUW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tRfrmALiUW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRfrmALiUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tRfrmALiUW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tRfrmALiUW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tRfrmALiUW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tRfrmALiUW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tRfrmALiUW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRfrmALiUW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tRfrmALiUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRfrmALiUW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRfrmALiUW .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-tRfrmALiUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tRfrmALiUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRfrmALiUW .dropdown-item.active,
.cid-tRfrmALiUW .dropdown-item:active {
  background-color: transparent;
}
.cid-tRfrmALiUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRfrmALiUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRfrmALiUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRfrmALiUW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tRfrmALiUW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRfrmALiUW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ed7d31;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d1d1f;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRfrmALiUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRfrmALiUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRfrmALiUW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tRfrmALiUW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRfrmALiUW .navbar {
    height: 70px;
  }
  .cid-tRfrmALiUW .navbar.opened {
    height: auto;
  }
  .cid-tRfrmALiUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfrmALiUW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tRfrmALiUW .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tRfrmALiUW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tRfrmALiUW .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tRfrmALiUW .navbar-caption:hover {
  color: #118707;
}
@media (min-width: 992px) {
  .cid-tRfrmALiUW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tRfrmALiUW .text_widget {
  margin-bottom: 32px;
  color: #ed7d31;
}
.cid-tRfrmALiUW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tRfrmALiUW .text_widget a:hover,
.cid-tRfrmALiUW .text_widget a:focus {
  opacity: .8;
}
.cid-tRfrmALiUW .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .navbar-caption {
  color: #1D1D1F;
}
.cid-tRfrmALiUW .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tRfrmALiUW .mbr-section-subtitle,
.cid-tRfrmALiUW .text_widget,
.cid-tRfrmALiUW .mbr-section-btn {
  text-align: center;
}
.cid-tRfrmALiUW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u38IXi5ra3 {
  overflow: hidden;
  background-image: url("../../../assets/images/heatcon-haus-transpweb-2-2000x1448.png");
}
.cid-u38IXi5ra3 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-u38IXi5ra3 .subtitle__block,
.cid-u38IXi5ra3 .title__block,
.cid-u38IXi5ra3 .buttons__block {
  pointer-events: all;
}
.cid-u38IXi5ra3 .subtitle__block {
  display: inline-block;
  background: #bedb94;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-u38IXi5ra3 .subtitle__block SPAN {
  color: #233d63;
}
.cid-u38IXi5ra3 .mbr-section-subtitle {
  display: inline-block;
  color: #118707;
}
.cid-u38IXi5ra3 .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-u38IXi5ra3 .mbr-text {
  margin-top: 35px;
}
.cid-u38IXi5ra3 .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-u38IXi5ra3 .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-u38IXi5ra3 .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #ffffff 0%, rgba(255, 255, 255, 0.85) 100%) !important;
}
.cid-u38IXi5ra3 .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-u38IXi5ra3 .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-u38IXi5ra3 .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-u38IXi5ra3 .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-u38IXi5ra3 .mbr-figure:hover {
  color: #ffffff;
  cursor: pointer;
}
.cid-u38IXi5ra3 .mbr-figure:hover .mbr-media {
  border-color: #ffffff;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-u38IXi5ra3 .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-u38IXi5ra3 .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-u38IXi5ra3 .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-u38IXi5ra3 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-u38IXi5ra3 .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-u38IXi5ra3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u38IXi5ra3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u38IXi5ra3 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u38IXi5ra3 a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u38IXi5ra3 a.close:hover {
  color: #ffffff;
}
.cid-u38IXi5ra3 .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-u38IXi5ra3 .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-u38IXi5ra3 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #ed7d31;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-u38IXi5ra3 .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-u38IXi5ra3 .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #233d63;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-u38IXi5ra3 .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #1a6ec0;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-u38IXi5ra3 .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #118707;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-u38IXi5ra3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38IXi5ra3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38IXi5ra3 .mbr-section-title,
.cid-u38IXi5ra3 .subtitle__wrap {
  color: #ffffff;
}
.cid-u38IXi5ra3 .mbr-text,
.cid-u38IXi5ra3 .buttons__block {
  color: #ffffff;
}
.cid-u38IXi5ra3 .subtitle__block SPAN {
  color: #29292a;
}
.cid-ue51pvpPrP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #5a9804;
}
.cid-ue51pvpPrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue51pvpPrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue51pvpPrP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ue51pvpPrP .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ue51pvpPrP .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ue51pvpPrP .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ue51pvpPrP .container {
    padding: 0 12px;
  }
}
.cid-ue51pvpPrP .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f5f5f7;
}
@media (max-width: 992px) {
  .cid-ue51pvpPrP .content-wrapper {
    display: block;
  }
}
.cid-ue51pvpPrP .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ue51pvpPrP .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-ue51pvpPrP .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-ue51pvpPrP .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-ue51pvpPrP .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-ue51pvpPrP .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #5a9804;
  border-radius: 10rem;
}
.cid-ue51pvpPrP .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ue51pvpPrP .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ue51pvpPrP .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ue51pvpPrP .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ue51pvpPrP .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-ue51pvpPrP .mbr-section-title {
  color: #1D1D1F;
}
.cid-ue51pvpPrP .mbr-text {
  color: #1D1D1F;
}
.cid-u38NJ75MDo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #5a9804;
}
.cid-u38NJ75MDo .item-img {
  position: relative;
}
.cid-u38NJ75MDo .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u38NJ75MDo .cardbg {
  background: #c4e09e;
  height: 100%;
  min-height: 300px;
}
.cid-u38NJ75MDo .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u38NJ75MDo .image-wrapper {
  overflow: hidden;
}
.cid-u38NJ75MDo .item1 {
  margin-bottom: 2rem !important;
}
.cid-u38NJ75MDo .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u38NJ75MDo .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u38NJ75MDo .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #29292a;
}
.cid-u38NJ75MDo .item1,
.cid-u38NJ75MDo .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u38NJ75MDo .item1 .item:hover,
.cid-u38NJ75MDo .item .item:hover {
  cursor: pointer;
}
.cid-u38NJ75MDo .item1:hover .link-icon-wrapper span,
.cid-u38NJ75MDo .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u38NJ75MDo .card2 {
    margin-top: 1rem;
  }
}
.cid-u38NJ75MDo .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u38NJ75MDo .link-icon-wrapper .icon-wrap {
  background: #5a9804;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u38NJ75MDo .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u38NJ75MDo .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u38NJ75MDo .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u38NJ75MDo .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u38NJ75MDo .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u38NJ75MDo .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u38NJ75MDo .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u38NJ75MDo img,
.cid-u38NJ75MDo .item-img {
  width: 100%;
}
.cid-u38NJ75MDo .item:focus,
.cid-u38NJ75MDo span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u38NJ75MDo .item {
    margin-bottom: 1rem;
  }
}
.cid-u38NJ75MDo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u38NJ75MDo .item-title {
  text-align: left;
  color: #118707;
}
.cid-u38NJ75MDo .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u38NJ75MDo .mbr-section-subtitle,
.cid-u38NJ75MDo .subtitle-wrap,
.cid-u38NJ75MDo .mbr-section-btn {
  text-align: left;
}
.cid-u38NJ75MDo .mbr-text,
.cid-u38NJ75MDo .item .mbr-section-btn {
  color: #000000;
}
.cid-u38P1cfAIb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/madeingermany-stempelre-1-2000x808.jpg");
}
.cid-u38P1cfAIb .card-title {
  line-height: 1.6;
  margin: 0;
  color: #5a9804;
  text-align: left;
}
.cid-u38P1cfAIb .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-u38P1cfAIb .card:hover {
  margin-top: -0.6rem;
}
.cid-u38P1cfAIb .card-wrapper {
  position: relative;
}
.cid-u38P1cfAIb .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-u38P1cfAIb .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-u38P1cfAIb .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.0;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-u38P1cfAIb .big {
  margin-top: -25%;
}
.cid-u38P1cfAIb .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-u38P1cfAIb .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-u38P1cfAIb .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-u38P1cfAIb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u38P1cfAIb .mbr-section-sub-title {
  color: #ffffff;
  text-align: center;
}
.cid-u38P1cfAIb .card-sub-title {
  color: #606060;
}
.cid-u38ZwQD1Id {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #5a9804;
}
.cid-u38ZwQD1Id .card-title {
  line-height: 1.6;
  margin: 0;
  color: #5a9804;
  text-align: left;
}
.cid-u38ZwQD1Id .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-u38ZwQD1Id .card:hover {
  margin-top: -0.6rem;
}
.cid-u38ZwQD1Id .card-wrapper {
  position: relative;
}
.cid-u38ZwQD1Id .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-u38ZwQD1Id .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-u38ZwQD1Id .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.0;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-u38ZwQD1Id .big {
  margin-top: -25%;
}
.cid-u38ZwQD1Id .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-u38ZwQD1Id .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-u38ZwQD1Id .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-u38ZwQD1Id .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u38ZwQD1Id .mbr-section-sub-title {
  color: #ffffff;
  text-align: center;
}
.cid-u38ZwQD1Id .card-sub-title {
  color: #606060;
}
.cid-u3uYefjNlc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #5a9804;
}
.cid-u3uYefjNlc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3uYefjNlc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3uYefjNlc .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u3uYefjNlc .container {
    padding: 0 12px;
  }
}
.cid-u3uYefjNlc .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f5f5f7;
}
@media (max-width: 992px) {
  .cid-u3uYefjNlc .content-wrapper {
    display: block;
  }
}
.cid-u3uYefjNlc .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u3uYefjNlc .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-u3uYefjNlc .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-u3uYefjNlc .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-u3uYefjNlc .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-u3uYefjNlc .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #f5f5f7;
  border-radius: 10rem;
}
.cid-u3uYefjNlc .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u3uYefjNlc .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u3uYefjNlc .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u3uYefjNlc .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u3uYefjNlc .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-u3uYefjNlc .mbr-section-title {
  color: #1D1D1F;
}
.cid-u3uYefjNlc .mbr-text {
  color: #1D1D1F;
}
.cid-u3uYefjNlc .mbr-section-title,
.cid-u3uYefjNlc .mbr-section-btn,
.cid-u3uYefjNlc .title {
  color: #5a9804;
}
.cid-u3v3ZWtyqb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/madeingermany-stempelli-2000x808.jpg");
}
.cid-u3v3ZWtyqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3v3ZWtyqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3v3ZWtyqb .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u3v3ZWtyqb .container {
    padding: 0 12px;
  }
}
.cid-u3v3ZWtyqb .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f5f5f7;
}
@media (max-width: 992px) {
  .cid-u3v3ZWtyqb .content-wrapper {
    display: block;
  }
}
.cid-u3v3ZWtyqb .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u3v3ZWtyqb .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-u3v3ZWtyqb .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-u3v3ZWtyqb .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-u3v3ZWtyqb .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-u3v3ZWtyqb .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #f5f5f7;
  border-radius: 10rem;
}
.cid-u3v3ZWtyqb .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u3v3ZWtyqb .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u3v3ZWtyqb .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u3v3ZWtyqb .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u3v3ZWtyqb .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-u3v3ZWtyqb .mbr-section-title {
  color: #1D1D1F;
}
.cid-u3v3ZWtyqb .mbr-text {
  color: #1D1D1F;
}
.cid-u3v3ZWtyqb .mbr-section-title,
.cid-u3v3ZWtyqb .mbr-section-btn,
.cid-u3v3ZWtyqb .title {
  color: #5a9804;
}
.cid-u3v5DBTlCo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #5a9804;
}
.cid-u3v5DBTlCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3v5DBTlCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3v5DBTlCo .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u3v5DBTlCo .container {
    padding: 0 12px;
  }
}
.cid-u3v5DBTlCo .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f5f5f7;
}
@media (max-width: 992px) {
  .cid-u3v5DBTlCo .content-wrapper {
    display: block;
  }
}
.cid-u3v5DBTlCo .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u3v5DBTlCo .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-u3v5DBTlCo .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-u3v5DBTlCo .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-u3v5DBTlCo .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-u3v5DBTlCo .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #f5f5f7;
  border-radius: 10rem;
}
.cid-u3v5DBTlCo .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u3v5DBTlCo .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u3v5DBTlCo .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u3v5DBTlCo .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u3v5DBTlCo .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-u3v5DBTlCo .mbr-section-title {
  color: #1D1D1F;
}
.cid-u3v5DBTlCo .mbr-text {
  color: #1D1D1F;
}
.cid-u3v5DBTlCo .mbr-section-title,
.cid-u3v5DBTlCo .mbr-section-btn,
.cid-u3v5DBTlCo .title {
  color: #5a9804;
}
.cid-u3v6xKUSgH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #5a9804;
}
.cid-u3v6xKUSgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3v6xKUSgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3v6xKUSgH .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u3v6xKUSgH .container {
    padding: 0 12px;
  }
}
.cid-u3v6xKUSgH .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f5f5f7;
}
@media (max-width: 992px) {
  .cid-u3v6xKUSgH .content-wrapper {
    display: block;
  }
}
.cid-u3v6xKUSgH .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u3v6xKUSgH .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-u3v6xKUSgH .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-u3v6xKUSgH .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-u3v6xKUSgH .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-u3v6xKUSgH .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #f5f5f7;
  border-radius: 10rem;
}
.cid-u3v6xKUSgH .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u3v6xKUSgH .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u3v6xKUSgH .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u3v6xKUSgH .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u3v6xKUSgH .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-u3v6xKUSgH .mbr-section-title {
  color: #1D1D1F;
}
.cid-u3v6xKUSgH .mbr-text {
  color: #1D1D1F;
}
.cid-u3v6xKUSgH .mbr-section-title,
.cid-u3v6xKUSgH .mbr-section-btn,
.cid-u3v6xKUSgH .title {
  color: #5a9804;
}
.cid-u3v7Z3v98F {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #5a9804;
}
.cid-u3v7Z3v98F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3v7Z3v98F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3v7Z3v98F .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u3v7Z3v98F .container {
    padding: 0 12px;
  }
}
.cid-u3v7Z3v98F .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f5f5f7;
}
@media (max-width: 992px) {
  .cid-u3v7Z3v98F .content-wrapper {
    display: block;
  }
}
.cid-u3v7Z3v98F .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u3v7Z3v98F .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-u3v7Z3v98F .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-u3v7Z3v98F .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-u3v7Z3v98F .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-u3v7Z3v98F .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #f5f5f7;
  border-radius: 10rem;
}
.cid-u3v7Z3v98F .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u3v7Z3v98F .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u3v7Z3v98F .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u3v7Z3v98F .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u3v7Z3v98F .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-u3v7Z3v98F .mbr-section-title {
  color: #1D1D1F;
}
.cid-u3v7Z3v98F .mbr-text {
  color: #1D1D1F;
}
.cid-u3v7Z3v98F .mbr-section-title,
.cid-u3v7Z3v98F .mbr-section-btn,
.cid-u3v7Z3v98F .title {
  color: #5a9804;
}
.cid-u3v9w0idn9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #5a9804;
}
.cid-u3v9w0idn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3v9w0idn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3v9w0idn9 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u3v9w0idn9 .container {
    padding: 0 12px;
  }
}
.cid-u3v9w0idn9 .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f5f5f7;
}
@media (max-width: 992px) {
  .cid-u3v9w0idn9 .content-wrapper {
    display: block;
  }
}
.cid-u3v9w0idn9 .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u3v9w0idn9 .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-u3v9w0idn9 .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-u3v9w0idn9 .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-u3v9w0idn9 .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-u3v9w0idn9 .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #f5f5f7;
  border-radius: 10rem;
}
.cid-u3v9w0idn9 .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u3v9w0idn9 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u3v9w0idn9 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u3v9w0idn9 .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u3v9w0idn9 .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-u3v9w0idn9 .mbr-section-title {
  color: #1D1D1F;
}
.cid-u3v9w0idn9 .mbr-text {
  color: #1D1D1F;
}
.cid-u3v9w0idn9 .mbr-section-title,
.cid-u3v9w0idn9 .mbr-section-btn,
.cid-u3v9w0idn9 .title {
  color: #5a9804;
}
.cid-u3vbCGGAbk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/madeingermany-stempelre-1-2000x808.jpg");
}
.cid-u3vbCGGAbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3vbCGGAbk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3vbCGGAbk .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u3vbCGGAbk .container {
    padding: 0 12px;
  }
}
.cid-u3vbCGGAbk .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f5f5f7;
}
@media (max-width: 992px) {
  .cid-u3vbCGGAbk .content-wrapper {
    display: block;
  }
}
.cid-u3vbCGGAbk .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u3vbCGGAbk .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-u3vbCGGAbk .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-u3vbCGGAbk .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-u3vbCGGAbk .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-u3vbCGGAbk .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #f5f5f7;
  border-radius: 10rem;
}
.cid-u3vbCGGAbk .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u3vbCGGAbk .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u3vbCGGAbk .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u3vbCGGAbk .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u3vbCGGAbk .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-u3vbCGGAbk .mbr-section-title {
  color: #1D1D1F;
}
.cid-u3vbCGGAbk .mbr-text {
  color: #1D1D1F;
}
.cid-u3vbCGGAbk .mbr-section-title,
.cid-u3vbCGGAbk .mbr-section-btn,
.cid-u3vbCGGAbk .title {
  color: #5a9804;
}
.cid-u0SHc7LdNN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0SHc7LdNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u0SHc7LdNN .container {
    padding: 0 14px;
  }
}
.cid-u0SHc7LdNN .row {
  justify-content: center;
}
.cid-u0SHc7LdNN .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-u0SHc7LdNN .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u0SHc7LdNN .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap:hover,
.cid-u0SHc7LdNN .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-u0SHc7LdNN .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u0SHc7LdNN .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0SHc7LdNN .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #5a9804;
  border: 1px solid #5a9804;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-u0SHc7LdNN .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u0SHc7LdNN .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-text,
.cid-u0SHc7LdNN .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u0SHc7LdNN .mbr-list-title {
  color: #ffffff;
}
.cid-u0SHc7LdNN .list {
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-contact {
  color: #ffffff;
}
.cid-u0SHc7LdNN .mbr-list-title,
.cid-u0SHc7LdNN .image-wrapper {
  color: #232323;
}
.cid-u0SHc7LdNN .mbr-contact,
.cid-u0SHc7LdNN .card-wrapper {
  color: #118707;
}
.cid-u0SHc7LdNN .list,
.cid-u0SHc7LdNN .item-wrap {
  color: #000000;
}
