.btn {
  border-width: 2px;
}
body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'font';
  font-size: 7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'font';
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.55rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.9375rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.24rem;
    font-size: calc( 1.1925rem + (1.55 - 1.1925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1925rem + (1.55 - 1.1925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.mbr-section-btn {
  width: 100%;
}
.mbr-section-title {
  margin: 0;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
.btn {
  padding: 0.5625rem 2.3125rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #d8e3d5 !important;
}
.bg-success {
  background-color: #3a4433 !important;
}
.bg-info {
  background-color: #c8d460 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5 !important;
  color: #10634e !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #10634e !important;
  background-color: #c4d5c0 !important;
  border-color: #c4d5c0 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #10634e !important;
  background-color: #c4d5c0 !important;
  border-color: #c4d5c0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
  color: #10634e !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #10634e !important;
  background-color: #e1bc1d !important;
  border-color: #e1bc1d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #10634e !important;
  background-color: #e1bc1d !important;
  border-color: #e1bc1d !important;
}
.btn-info,
.btn-info:active {
  background-color: #c8d460 !important;
  border-color: #c8d460 !important;
  color: #10634e !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #10634e !important;
  background-color: #becc44 !important;
  border-color: #becc44 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #10634e !important;
  background-color: #becc44 !important;
  border-color: #becc44 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a4433 !important;
  border-color: #3a4433 !important;
  color: #10634e !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #10634e !important;
  background-color: #293024 !important;
  border-color: #293024 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #10634e !important;
  background-color: #293024 !important;
  border-color: #293024 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #10634e !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #10634e !important;
  background-color: #ffda3d !important;
  border-color: #ffda3d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #10634e !important;
  background-color: #ffda3d !important;
  border-color: #ffda3d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #10634e !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #10634e !important;
  background-color: #ff8142 !important;
  border-color: #ff8142 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #10634e !important;
  background-color: #ff8142 !important;
  border-color: #ff8142 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #10634e !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #10634e !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #10634e !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #10634e !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d8e3d5;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e6c63b;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #c8d460;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #c8d460 !important;
  border-color: #c8d460;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c8d460 !important;
  border-color: #c8d460 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a4433;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #3a4433 !important;
  border-color: #3a4433;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a4433 !important;
  border-color: #3a4433 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #000000;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #d8e3d5 !important;
}
.text-secondary {
  color: #e6c63b !important;
}
.text-success {
  color: #3a4433 !important;
}
.text-info {
  color: #c8d460 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a68b15 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a68b15 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #080a07 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #96a22c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
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;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d8e3d5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c8d460;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d8e3d5;
  border-color: #d8e3d5;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d8e3d5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #acbaa3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #d8e3d5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d8e3d5;
  color: #000000;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #d8e3d5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d8e3d5;
  border-bottom-color: #d8e3d5;
}
.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: #000000 !important;
  background-color: #d8e3d5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e6c63b !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='%23d8e3d5' %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;
}
.container {
  max-width: 1100px;
}
.btn {
  font-weight: 400;
}
.cid-sxbaalA7lJ {
  z-index: 1000;
  width: 100%;
}
.cid-sxbaalA7lJ nav.navbar {
  position: fixed;
}
.cid-sxbaalA7lJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxbaalA7lJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sxbaalA7lJ .dropdown-item:hover,
.cid-sxbaalA7lJ .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-sxbaalA7lJ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sxbaalA7lJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxbaalA7lJ .nav-link {
  position: relative;
  padding: 0;
}
.cid-sxbaalA7lJ .container {
  display: flex;
  margin: auto;
}
.cid-sxbaalA7lJ .iconfont-wrapper {
  color: #647558 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxbaalA7lJ .dropdown-menu,
.cid-sxbaalA7lJ .navbar.opened {
  background: #657759 !important;
}
.cid-sxbaalA7lJ .nav-item:focus,
.cid-sxbaalA7lJ .nav-link:focus {
  outline: none;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxbaalA7lJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxbaalA7lJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxbaalA7lJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxbaalA7lJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 119, 89, 0.6);
}
.cid-sxbaalA7lJ .navbar.opened {
  transition: all 0.3s;
}
.cid-sxbaalA7lJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxbaalA7lJ .navbar .navbar-logo img {
  width: auto;
}
.cid-sxbaalA7lJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxbaalA7lJ .navbar.collapsed {
  justify-content: center;
}
.cid-sxbaalA7lJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxbaalA7lJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxbaalA7lJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-sxbaalA7lJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxbaalA7lJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxbaalA7lJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sxbaalA7lJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxbaalA7lJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxbaalA7lJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxbaalA7lJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxbaalA7lJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxbaalA7lJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxbaalA7lJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxbaalA7lJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sxbaalA7lJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxbaalA7lJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxbaalA7lJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxbaalA7lJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxbaalA7lJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxbaalA7lJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxbaalA7lJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxbaalA7lJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxbaalA7lJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxbaalA7lJ .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-sxbaalA7lJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxbaalA7lJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxbaalA7lJ .dropdown-item.active,
.cid-sxbaalA7lJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sxbaalA7lJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxbaalA7lJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxbaalA7lJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxbaalA7lJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #657759;
}
.cid-sxbaalA7lJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxbaalA7lJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxbaalA7lJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxbaalA7lJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxbaalA7lJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fffbf6;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxbaalA7lJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxbaalA7lJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxbaalA7lJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxbaalA7lJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxbaalA7lJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxbaalA7lJ .navbar {
    height: 70px;
  }
  .cid-sxbaalA7lJ .navbar.opened {
    height: auto;
  }
  .cid-sxbaalA7lJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxbaalA7lJ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sxbaalA7lJ .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sxbaalA7lJ a {
  display: inline;
  font-weight: bold;
}
.cid-sxbaalA7lJ img {
  display: inline;
  padding-right: 10px;
}
.cid-sxbaalA7lJ .dropdown-toggle:after {
  display: none;
}
.cid-sxbaalA7lJ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sxbaalA7lJ .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-sxbaalA7lJ .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-v7IdkrQGiw {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/oliven-streifen-1-1920x379.jpg");
}
.cid-v7IdkrQGiw .mbr-overlay {
  background: #c8d460;
  opacity: 0.6;
}
.cid-v7IdkrQGiw .container {
  max-width: 1400px;
}
.cid-v7IdkrQGiw img,
.cid-v7IdkrQGiw .item-img {
  width: 100%;
  position: relative;
}
.cid-v7IdkrQGiw img:before,
.cid-v7IdkrQGiw .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #647558;
  position: absolute;
  z-index: 10;
}
.cid-v7IdkrQGiw img:hover:before,
.cid-v7IdkrQGiw .item-img:hover:before {
  opacity: 0.2;
}
.cid-v7IdkrQGiw .item:focus,
.cid-v7IdkrQGiw span:focus {
  outline: none;
}
.cid-v7IdkrQGiw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7IdkrQGiw .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7IdkrQGiw .item-content {
  padding-top: 1.5rem;
}
.cid-v7IdkrQGiw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7IdkrQGiw .mbr-section-title {
  color: #626262;
}
.cid-v7IdkrQGiw .mbr-text,
.cid-v7IdkrQGiw .mbr-section-btn {
  color: #818181;
  text-align: center;
}
.cid-v7IdkrQGiw .item-title {
  text-align: center;
  color: #626262;
}
.cid-v7IdkrQGiw .item-subtitle {
  text-align: right;
  color: #626262;
}
.cid-v7EpzUeBNG {
  background-image: url("../../../assets/images/img-4661-2000x1335.jpg");
  background-position: 80% 20%;
}
.cid-v7EpzUeBNG H2 {
  color: #f2f2f2;
}
.cid-v7EpzUeBNG .row {
  justify-content: flex-start;
}
.cid-v7EpzUeBNG H1 {
  color: #f2f2f2;
}
.cid-v7EpzUeBNG .mbr-text,
.cid-v7EpzUeBNG .mbr-section-btn {
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-v7EpzUeBNG .container {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v7EpzUeBNG .mbr-overlay {
    opacity: 0.7 !important;
  }
}
.cid-v7EpzUeBNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7EpzUeBNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Epqd6uJ3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7Epqd6uJ3 H3 {
  color: #200960;
}
.cid-v7Epqd6uJ3 H4 {
  color: #232323;
}
.cid-v7Epqd6uJ3 img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-v7Epqd6uJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Epqd6uJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7PdbruNSF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/oliven-streifen-1-1920x379.jpg");
}
.cid-v7PdbruNSF .content {
  padding: 1rem;
}
.cid-v7PdbruNSF h1,
.cid-v7PdbruNSF h2,
.cid-v7PdbruNSF h3,
.cid-v7PdbruNSF h4,
.cid-v7PdbruNSF h5,
.cid-v7PdbruNSF h6,
.cid-v7PdbruNSF p {
  margin: 0;
}
.cid-v7PdbruNSF .mbr-section-title {
  color: #000000;
}
.cid-v7PdbruNSF .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-v7PdbruNSF .mbr-text {
  color: #232323;
  margin-top: 14px;
  text-align: right;
}
.cid-v7PdbruNSF .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-v7PdbruNSF .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-v7Ii8Vbysm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #c8d460;
}
.cid-v7Ii8Vbysm .mbr-section-subtitle {
  color: #767676;
}
.cid-v7Ekjfab60 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/b9-1-500x500.jpg");
}
.cid-v7Ekjfab60 .wrap {
  position: relative;
}
.cid-v7Ekjfab60 .wrap:hover .image img {
  transform: scale(1.02);
}
.cid-v7Ekjfab60 .title__block {
  padding: 0 20px;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-v7Ekjfab60 .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-v7Ekjfab60 .mbr-section-btn .btn-secondary-outline {
  margin-top: 10px;
  padding: 3px 0;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-v7Ekjfab60 .mbr-section-btn .btn-secondary-outline:hover {
  color: #d8e3d5 !important;
}
.cid-v7Ekjfab60 .image {
  overflow: hidden;
  width: calc(100% - 120px);
  max-height: 530px;
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-v7Ekjfab60 .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v7Ekjfab60 .image {
    max-height: 350px;
  }
  .cid-v7Ekjfab60 .title__block {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-v7Ekjfab60 .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-v7Ekjfab60 .image {
    width: 100%;
    float: none;
  }
  .cid-v7Ekjfab60 .title__block {
    height: auto;
    position: static;
    padding: 25px;
    width: 100%;
    max-width: none;
  }
}
.cid-v7Ekjfab60 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-v7Ekjfab60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Ekjfab60 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7UKbNZsGl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #c8d460;
}
.cid-v7UKbNZsGl .mbr-section-subtitle {
  color: #767676;
}
.cid-sxiTq4YjIW {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/thymianhonig-teller-800x800.jpg");
}
.cid-sxiTq4YjIW H4 {
  text-align: center;
}
.cid-sxiTq4YjIW H3 {
  text-align: center;
}
.cid-sxiTq4YjIW .desc2 {
  color: #232323;
  padding-top: 5px;
  text-align: justify;
}
.cid-sxiTq4YjIW .card {
  padding: 10px 22px;
  margin: auto;
  background: none;
  width: 80%;
  border-radius: 0;
}
.cid-sxiTq4YjIW .desc1 {
  color: #1b745e;
}
.cid-sxiTq4YjIW .features-image {
  padding-top: 32px;
}
.cid-sxiTq4YjIW .features-image:first-child {
  padding-top: 0px;
}
.cid-sxiTq4YjIW .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-sxiTq4YjIW .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sxiTq4YjIW .features-image {
    padding-top: 32px;
  }
  .cid-sxiTq4YjIW .features-image:first-child {
    padding-top: 0px;
  }
  .cid-sxiTq4YjIW .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-sxiTq4YjIW .features-image:nth-child(3) {
    padding-top: 32px;
  }
}
@media (max-width: 574px) {
  .cid-sxiTq4YjIW .features-image {
    padding-top: 32px;
  }
  .cid-sxiTq4YjIW .features-image:first-child {
    padding-top: 0px;
  }
  .cid-sxiTq4YjIW .features-image:nth-child(2) {
    padding-top: 32px;
  }
  .cid-sxiTq4YjIW .features-image:nth-child(3) {
    padding-top: 32px;
  }
}
.cid-sxiTq4YjIW .desc1,
.cid-sxiTq4YjIW .iconfont-wrapper {
  text-align: justify;
  color: #000000;
}
.cid-v7UTOyaBQV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/weinfc3a4sser-2-2000x1500.jpg");
}
.cid-v7UTOyaBQV H4 {
  text-align: center;
}
.cid-v7UTOyaBQV H3 {
  text-align: center;
}
.cid-v7UTOyaBQV .desc2 {
  color: #232323;
  padding-top: 5px;
  text-align: justify;
}
.cid-v7UTOyaBQV .card {
  padding: 10px 22px;
  margin: auto;
  background: none;
  width: 80%;
  border-radius: 0;
}
.cid-v7UTOyaBQV .desc1 {
  color: #1b745e;
}
.cid-v7UTOyaBQV .features-image {
  padding-top: 32px;
}
.cid-v7UTOyaBQV .features-image:first-child {
  padding-top: 0px;
}
.cid-v7UTOyaBQV .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-v7UTOyaBQV .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-v7UTOyaBQV .features-image {
    padding-top: 32px;
  }
  .cid-v7UTOyaBQV .features-image:first-child {
    padding-top: 0px;
  }
  .cid-v7UTOyaBQV .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-v7UTOyaBQV .features-image:nth-child(3) {
    padding-top: 32px;
  }
}
@media (max-width: 574px) {
  .cid-v7UTOyaBQV .features-image {
    padding-top: 32px;
  }
  .cid-v7UTOyaBQV .features-image:first-child {
    padding-top: 0px;
  }
  .cid-v7UTOyaBQV .features-image:nth-child(2) {
    padding-top: 32px;
  }
  .cid-v7UTOyaBQV .features-image:nth-child(3) {
    padding-top: 32px;
  }
}
.cid-v7UTOyaBQV .desc1,
.cid-v7UTOyaBQV .iconfont-wrapper {
  text-align: justify;
  color: #000000;
}
.cid-v7lX5MUsXr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7lX5MUsXr img {
  border-radius: 0px;
  width: 100%;
}
.cid-v7lX5MUsXr .mbr-section-title {
  color: #000000;
  text-align: center;
  padding-top: 8px;
}
.cid-v7lX5MUsXr .col-12 {
  padding: 0;
}
.cid-v7lX5MUsXr .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-v7lX5MUsXr .text {
  position: absolute;
  width: 100%;
  padding: 0 10%;
}
.cid-v7lX5MUsXr .container-fluid {
  padding: 0;
}
.cid-v7lX5MUsXr .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 22px;
}
.cid-v7lX5MUsXr .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
  padding-bottom: 15px;
}
.cid-v7lX5MUsXr .row {
  margin: 0;
}
.cid-v7lX5MUsXr .l2 {
  color: #0c5b47;
}
.cid-v7lX5MUsXr .l1 {
  color: #0c5b47;
}
.cid-v7lX5MUsXr a {
  font-style: italic;
}
.cid-v7DXitrwWk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7DXitrwWk .left-side {
  text-align: left;
  padding-left: 80px;
  padding-right: 150px;
}
.cid-v7DXitrwWk .row {
  align-items: center;
  background: #c8d460;
  padding: 0px;
  margin: 0;
}
.cid-v7DXitrwWk .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
}
.cid-v7DXitrwWk .desc {
  padding: 0 0px 20px;
  color: #18212d;
}
.cid-v7DXitrwWk .col-auto {
  display: inline-block;
}
.cid-v7DXitrwWk .container-fluid {
  padding: 0;
}
.cid-v7DXitrwWk .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-v7DXitrwWk .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-v7DXitrwWk .left-side {
    padding: 25px 15px;
  }
}
.cid-sxbxFyaU5r {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/oliven-streifen-2-1920x379.jpg");
}
.cid-sxbxFyaU5r .item-wrapper {
  width: 100%;
}
.cid-sxbxFyaU5r .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sxbxFyaU5r .row {
  align-items: center;
}
.cid-sxbxFyaU5r .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sxbxFyaU5r .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sxbxFyaU5r .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sxbxFyaU5r .sign {
  max-width: 250px;
  display: inline;
}
.cid-sxbxFyaU5r .mbr-text,
.cid-sxbxFyaU5r .right-side {
  color: #1b745e;
}
.cid-sxbxFyaU5r .text {
  color: #000000;
}
.cid-sxbxFyaU5r .mbr-section-title,
.cid-sxbxFyaU5r .si {
  color: #647558;
}
.cid-v7J0uYj1r4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7J0uYj1r4 .left-side {
  text-align: left;
  padding-left: 80px;
  padding-right: 150px;
}
.cid-v7J0uYj1r4 .row {
  align-items: center;
  background: #c8d460;
  padding: 0px;
  margin: 0;
}
.cid-v7J0uYj1r4 .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
}
.cid-v7J0uYj1r4 .desc {
  padding: 0 0px 20px;
  color: #18212d;
}
.cid-v7J0uYj1r4 .col-auto {
  display: inline-block;
}
.cid-v7J0uYj1r4 .container-fluid {
  padding: 0;
}
.cid-v7J0uYj1r4 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-v7J0uYj1r4 .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-v7J0uYj1r4 .left-side {
    padding: 25px 15px;
  }
}
.cid-v7JbFaLeAH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7JbFaLeAH .left-side {
  text-align: left;
  padding-left: 80px;
  padding-right: 150px;
}
.cid-v7JbFaLeAH .row {
  align-items: center;
  background: #c8d460;
  padding: 0px;
  margin: 0;
}
.cid-v7JbFaLeAH .mbr-section-title {
  margin: 0 0 12px;
  color: #0c5b47;
}
.cid-v7JbFaLeAH .desc {
  padding: 0 0px 20px;
  color: #18212d;
}
.cid-v7JbFaLeAH .col-auto {
  display: inline-block;
}
.cid-v7JbFaLeAH .container-fluid {
  padding: 0;
}
.cid-v7JbFaLeAH .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-v7JbFaLeAH .right-side {
  padding: 0;
}
.cid-v7JbFaLeAH .row {
  flex-direction: row-reverse;
}
.cid-v7JbFaLeAH .left-side {
  padding-left: 150px;
  padding-right: 80px;
}
@media (max-width: 990px) {
  .cid-v7JbFaLeAH .left-side {
    padding: 25px 15px;
  }
}
.cid-v7JjJVlkQv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/oliven-streifen-2-1920x379.jpg");
}
.cid-v7JjJVlkQv .title__block {
  margin-bottom: 45px;
}
.cid-v7JjJVlkQv .mbr-section-title {
  font-weight: 300;
  margin-bottom: 15px;
  color: #c8d460;
}
.cid-v7JjJVlkQv .mbr-section-title b,
.cid-v7JjJVlkQv .mbr-section-title strong {
  font-weight: 500;
}
.cid-v7JjJVlkQv .video-block {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-v7JjJVlkQv .mbr-section-title.figure:before {
    top: -80px;
    left: 100px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .cid-v7JjJVlkQv .video-block {
    width: 100% !important;
  }
  .cid-v7JjJVlkQv .title__block {
    margin-bottom: 30px;
  }
}
.cid-v7JjJVlkQv .mbr-section-subtitle {
  color: #fffbf6;
}
.cid-v7SLyJLysA {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7SLyJLysA .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-v7SLyJLysA .mbr-section-btn {
  margin-top: 43px;
}
.cid-v7SLyJLysA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v7SLyJLysA .card-wrapper {
    margin-top: 60px;
  }
}
.cid-v7SLRFqEZ8 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7SLRFqEZ8 .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-v7SLRFqEZ8 .mbr-section-btn {
  margin-top: 43px;
}
.cid-v7SLRFqEZ8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v7SLRFqEZ8 .card-wrapper {
    margin-top: 60px;
  }
}
.cid-v7SPCahzq2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lager-abfc3bcllhalle1-972x729.jpg");
}
.cid-v7SPCahzq2 .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-v7SPCahzq2 .mbr-section-btn {
  margin-top: 43px;
}
.cid-v7SPCahzq2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v7SPCahzq2 .card-wrapper {
    margin-top: 60px;
  }
}
.cid-v7SQGIKJDy {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v7SQGIKJDy .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-v7SQGIKJDy .mbr-section-btn {
  margin-top: 43px;
}
.cid-v7SQGIKJDy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v7SQGIKJDy .card-wrapper {
    margin-top: 60px;
  }
}
.cid-v7JNCv6xo7 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/oliven-streifen-2-1920x379.jpg");
}
.cid-v7JNCv6xo7 .mbr-text,
.cid-v7JNCv6xo7 .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-v7JNCv6xo7 .mbr-section-title {
  color: #000000;
  margin-bottom: 30px;
}
.cid-v7JNCv6xo7 .buttons-wrap .link {
  display: flex;
}
@media (max-width: 768px) {
  .cid-v7JNCv6xo7 * {
    text-align: center;
  }
  .cid-v7JNCv6xo7 .buttons-wrap {
    justify-content: center;
  }
}
.cid-v7JNCv6xo7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNCv6xo7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JlanUvNL {
  padding-top: 15px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg01-1-900x507.jpg");
}
@media (min-width: 1500px) {
  .cid-v7JlanUvNL .container {
    max-width: 1400px;
  }
}
.cid-v7JlanUvNL img {
  width: 100%;
  height: 20rem;
  transition: all 2s;
  object-fit: cover;
}
.cid-v7JlanUvNL .inner-row {
  padding: 0;
}
.cid-v7JlanUvNL .img-big {
  height: 42rem;
}
.cid-v7JlanUvNL .card:hover {
  cursor: pointer;
}
.cid-v7JlanUvNL .card:hover img {
  transform: scale(1.1);
}
.cid-v7JlanUvNL .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-v7JlanUvNL .card:hover .text-wrap {
  opacity: 1;
  transform: translateY(-50%);
}
.cid-v7JlanUvNL .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v7JlanUvNL .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #647558;
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
  z-index: 1;
}
.cid-v7JlanUvNL .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: auto;
  padding: 2rem;
  width: 100%;
  top: 50%;
  z-index: 2;
  transform: translateY(-45%);
  margin-bottom: -2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-v7JlanUvNL .card .img-wrapper:before {
    opacity: 0.8;
  }
  .cid-v7JlanUvNL .card .text-wrap {
    opacity: 1;
    transform: translateY(-50%);
    padding: 1rem;
  }
}
.cid-v7JlanUvNL .mbr-subtitle,
.cid-v7JlanUvNL .link-align {
  color: #d58f76;
}
.cid-v7JlanUvNL .card-title {
  color: #ffffff;
}
.cid-v7JlanUvNL .mbr-section-subtitle {
  color: #cccccc;
}
.cid-v7JlanUvNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JlanUvNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Qiaguu55 {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7Qiaguu55 .mbr-overlay {
  background: #5eeebb;
}
.cid-v7Qiaguu55 .row {
  margin: 0;
}
.cid-v7Qiaguu55 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #000000;
}
.cid-v7Qiaguu55 .mbr-section-title {
  color: #233d63;
  font-weight: 300;
}
.cid-v7Qiaguu55 .mbr-section-title b,
.cid-v7Qiaguu55 .mbr-section-title strong {
  font-weight: 500;
}
.cid-v7Qiaguu55 .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-v7Qiaguu55 .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-v7Qiaguu55 .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-v7Qiaguu55 .carousel-item {
  justify-content: center;
}
.cid-v7Qiaguu55 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-v7Qiaguu55 .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-v7Qiaguu55 .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-v7Qiaguu55 .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-v7Qiaguu55 .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v7Qiaguu55 .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-v7Qiaguu55 .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-v7Qiaguu55 .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-v7Qiaguu55 .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v7Qiaguu55 .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-v7Qiaguu55 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-v7Qiaguu55 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-v7Qiaguu55 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-v7Qiaguu55 .cloneditem-1,
.cid-v7Qiaguu55 .cloneditem-2,
.cid-v7Qiaguu55 .cloneditem-3,
.cid-v7Qiaguu55 .cloneditem-4,
.cid-v7Qiaguu55 .cloneditem-5 {
  display: none;
}
.cid-v7Qiaguu55 .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v7Qiaguu55 .wrap {
    margin-bottom: 50px;
  }
  .cid-v7Qiaguu55 .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-v7Qiaguu55 .arrows {
    display: none;
  }
  .cid-v7Qiaguu55 .carousel-item {
    margin-bottom: 60px;
  }
  .cid-v7Qiaguu55 .container-fluid,
  .cid-v7Qiaguu55 .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v7Qiaguu55 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-v7Qiaguu55 .carousel-inner {
    z-index: 1;
  }
  .cid-v7Qiaguu55 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-v7Qiaguu55 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-v7Qiaguu55 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-v7Qiaguu55 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-v7Qiaguu55 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-v7Qiaguu55 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v7Qiaguu55 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v7Qiaguu55 .carousel-inner.slides2 .cloneditem-1,
  .cid-v7Qiaguu55 .carousel-inner.slides2 .cloneditem-2,
  .cid-v7Qiaguu55 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-v7Qiaguu55 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-v7Qiaguu55 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-v7Qiaguu55 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-v7Qiaguu55 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-v7Qiaguu55 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-v7Qiaguu55 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v7Qiaguu55 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v7Qiaguu55 .carousel-inner.slides3 .cloneditem-1,
  .cid-v7Qiaguu55 .carousel-inner.slides3 .cloneditem-2,
  .cid-v7Qiaguu55 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-v7Qiaguu55 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-v7Qiaguu55 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-v7Qiaguu55 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-v7Qiaguu55 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-v7Qiaguu55 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-v7Qiaguu55 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v7Qiaguu55 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v7Qiaguu55 .carousel-inner.slides4 .cloneditem-1,
  .cid-v7Qiaguu55 .carousel-inner.slides4 .cloneditem-2,
  .cid-v7Qiaguu55 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-v7Qiaguu55 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-v7Qiaguu55 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-v7Qiaguu55 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-v7Qiaguu55 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-v7Qiaguu55 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-v7Qiaguu55 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v7Qiaguu55 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v7Qiaguu55 .carousel-inner.slides5 .cloneditem-1,
  .cid-v7Qiaguu55 .carousel-inner.slides5 .cloneditem-2,
  .cid-v7Qiaguu55 .carousel-inner.slides5 .cloneditem-3,
  .cid-v7Qiaguu55 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-v7Qiaguu55 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-v7Qiaguu55 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-v7Qiaguu55 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-v7Qiaguu55 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-v7Qiaguu55 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-v7Qiaguu55 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v7Qiaguu55 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v7Qiaguu55 .carousel-inner.slides6 .cloneditem-1,
  .cid-v7Qiaguu55 .carousel-inner.slides6 .cloneditem-2,
  .cid-v7Qiaguu55 .carousel-inner.slides6 .cloneditem-3,
  .cid-v7Qiaguu55 .carousel-inner.slides6 .cloneditem-4,
  .cid-v7Qiaguu55 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-v7Qiaguu55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Qiaguu55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZhFSCp9V {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/b9-1-500x500.jpg");
}
.cid-v7ZhFSCp9V .wrap {
  position: relative;
}
.cid-v7ZhFSCp9V .wrap:hover .image img {
  transform: scale(1.02);
}
.cid-v7ZhFSCp9V .title__block {
  padding: 0 20px;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-v7ZhFSCp9V .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-v7ZhFSCp9V .mbr-section-btn .btn-secondary-outline {
  margin-top: 10px;
  padding: 3px 0;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-v7ZhFSCp9V .mbr-section-btn .btn-secondary-outline:hover {
  color: #d8e3d5 !important;
}
.cid-v7ZhFSCp9V .image {
  overflow: hidden;
  width: calc(100% - 120px);
  max-height: 530px;
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-v7ZhFSCp9V .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v7ZhFSCp9V .image {
    max-height: 350px;
  }
  .cid-v7ZhFSCp9V .title__block {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-v7ZhFSCp9V .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-v7ZhFSCp9V .image {
    width: 100%;
    float: none;
  }
  .cid-v7ZhFSCp9V .title__block {
    height: auto;
    position: static;
    padding: 25px;
    width: 100%;
    max-width: none;
  }
}
.cid-v7ZhFSCp9V .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-v7ZhFSCp9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZhFSCp9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7IXJkorHX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4c5f3c;
}
@media (max-width: 767px) {
  .cid-v7IXJkorHX .content {
    text-align: center;
  }
  .cid-v7IXJkorHX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7IXJkorHX .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v7IXJkorHX .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v7IXJkorHX .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v7IXJkorHX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v7IXJkorHX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-v7IXJkorHX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v7IXJkorHX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v7IXJkorHX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v7IXJkorHX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v7IXJkorHX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v7IXJkorHX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v7IXJkorHX H5 {
  color: #c8d460;
}
.cid-v7K1EKnMRz {
  z-index: 1000;
  width: 100%;
}
.cid-v7K1EKnMRz nav.navbar {
  position: fixed;
}
.cid-v7K1EKnMRz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7K1EKnMRz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v7K1EKnMRz .dropdown-item:hover,
.cid-v7K1EKnMRz .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-v7K1EKnMRz .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v7K1EKnMRz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7K1EKnMRz .nav-link {
  position: relative;
  padding: 0;
}
.cid-v7K1EKnMRz .container {
  display: flex;
  margin: auto;
}
.cid-v7K1EKnMRz .iconfont-wrapper {
  color: #647558 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7K1EKnMRz .dropdown-menu,
.cid-v7K1EKnMRz .navbar.opened {
  background: #657759 !important;
}
.cid-v7K1EKnMRz .nav-item:focus,
.cid-v7K1EKnMRz .nav-link:focus {
  outline: none;
}
.cid-v7K1EKnMRz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7K1EKnMRz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7K1EKnMRz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7K1EKnMRz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7K1EKnMRz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7K1EKnMRz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7K1EKnMRz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 119, 89, 0.6);
}
.cid-v7K1EKnMRz .navbar.opened {
  transition: all 0.3s;
}
.cid-v7K1EKnMRz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7K1EKnMRz .navbar .navbar-logo img {
  width: auto;
}
.cid-v7K1EKnMRz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7K1EKnMRz .navbar.collapsed {
  justify-content: center;
}
.cid-v7K1EKnMRz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7K1EKnMRz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7K1EKnMRz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-v7K1EKnMRz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7K1EKnMRz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7K1EKnMRz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7K1EKnMRz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7K1EKnMRz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7K1EKnMRz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7K1EKnMRz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7K1EKnMRz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7K1EKnMRz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7K1EKnMRz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7K1EKnMRz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7K1EKnMRz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7K1EKnMRz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7K1EKnMRz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7K1EKnMRz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7K1EKnMRz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7K1EKnMRz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7K1EKnMRz .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7K1EKnMRz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7K1EKnMRz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7K1EKnMRz .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-v7K1EKnMRz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7K1EKnMRz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7K1EKnMRz .dropdown-item.active,
.cid-v7K1EKnMRz .dropdown-item:active {
  background-color: transparent;
}
.cid-v7K1EKnMRz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7K1EKnMRz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7K1EKnMRz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7K1EKnMRz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #657759;
}
.cid-v7K1EKnMRz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7K1EKnMRz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7K1EKnMRz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7K1EKnMRz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7K1EKnMRz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7K1EKnMRz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fffbf6;
}
.cid-v7K1EKnMRz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7K1EKnMRz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7K1EKnMRz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7K1EKnMRz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7K1EKnMRz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7K1EKnMRz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7K1EKnMRz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7K1EKnMRz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7K1EKnMRz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7K1EKnMRz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7K1EKnMRz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7K1EKnMRz .navbar {
    height: 70px;
  }
  .cid-v7K1EKnMRz .navbar.opened {
    height: auto;
  }
  .cid-v7K1EKnMRz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7K1EKnMRz .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v7K1EKnMRz .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v7K1EKnMRz a {
  display: inline;
  font-weight: bold;
}
.cid-v7K1EKnMRz img {
  display: inline;
  padding-right: 10px;
}
.cid-v7K1EKnMRz .dropdown-toggle:after {
  display: none;
}
.cid-v7K1EKnMRz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v7K1EKnMRz .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-v7K1EKnMRz .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-v7K6xMA4oT {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/oliven-streifen-1-1920x379.jpg");
}
.cid-v7K6xMA4oT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7K6xMA4oT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7OZnmh5RP {
  z-index: 1000;
  width: 100%;
}
.cid-v7OZnmh5RP nav.navbar {
  position: fixed;
}
.cid-v7OZnmh5RP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7OZnmh5RP .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v7OZnmh5RP .dropdown-item:hover,
.cid-v7OZnmh5RP .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-v7OZnmh5RP .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v7OZnmh5RP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7OZnmh5RP .nav-link {
  position: relative;
  padding: 0;
}
.cid-v7OZnmh5RP .container {
  display: flex;
  margin: auto;
}
.cid-v7OZnmh5RP .iconfont-wrapper {
  color: #647558 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7OZnmh5RP .dropdown-menu,
.cid-v7OZnmh5RP .navbar.opened {
  background: #657759 !important;
}
.cid-v7OZnmh5RP .nav-item:focus,
.cid-v7OZnmh5RP .nav-link:focus {
  outline: none;
}
.cid-v7OZnmh5RP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7OZnmh5RP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7OZnmh5RP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7OZnmh5RP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7OZnmh5RP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7OZnmh5RP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7OZnmh5RP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 119, 89, 0.6);
}
.cid-v7OZnmh5RP .navbar.opened {
  transition: all 0.3s;
}
.cid-v7OZnmh5RP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7OZnmh5RP .navbar .navbar-logo img {
  width: auto;
}
.cid-v7OZnmh5RP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7OZnmh5RP .navbar.collapsed {
  justify-content: center;
}
.cid-v7OZnmh5RP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7OZnmh5RP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7OZnmh5RP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-v7OZnmh5RP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7OZnmh5RP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7OZnmh5RP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7OZnmh5RP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7OZnmh5RP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7OZnmh5RP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7OZnmh5RP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7OZnmh5RP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7OZnmh5RP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7OZnmh5RP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7OZnmh5RP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7OZnmh5RP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7OZnmh5RP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7OZnmh5RP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7OZnmh5RP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7OZnmh5RP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7OZnmh5RP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7OZnmh5RP .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7OZnmh5RP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7OZnmh5RP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7OZnmh5RP .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-v7OZnmh5RP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7OZnmh5RP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7OZnmh5RP .dropdown-item.active,
.cid-v7OZnmh5RP .dropdown-item:active {
  background-color: transparent;
}
.cid-v7OZnmh5RP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7OZnmh5RP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7OZnmh5RP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7OZnmh5RP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #657759;
}
.cid-v7OZnmh5RP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7OZnmh5RP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7OZnmh5RP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7OZnmh5RP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7OZnmh5RP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7OZnmh5RP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fffbf6;
}
.cid-v7OZnmh5RP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7OZnmh5RP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7OZnmh5RP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7OZnmh5RP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7OZnmh5RP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7OZnmh5RP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7OZnmh5RP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7OZnmh5RP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7OZnmh5RP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7OZnmh5RP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7OZnmh5RP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7OZnmh5RP .navbar {
    height: 70px;
  }
  .cid-v7OZnmh5RP .navbar.opened {
    height: auto;
  }
  .cid-v7OZnmh5RP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7OZnmh5RP .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v7OZnmh5RP .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v7OZnmh5RP a {
  display: inline;
  font-weight: bold;
}
.cid-v7OZnmh5RP img {
  display: inline;
  padding-right: 10px;
}
.cid-v7OZnmh5RP .dropdown-toggle:after {
  display: none;
}
.cid-v7OZnmh5RP .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v7OZnmh5RP .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-v7OZnmh5RP .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-v7OZnmCAVb {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7OZnmCAVb .mbr-section-subtitle {
  color: #767676;
}
.cid-v7OZnmLWmn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7OZnmLWmn .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-v7OZnmLWmn .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-v7OZnmLWmn .mbr-section-btn {
    margin-bottom: 25px;
  }
}
.cid-v7OZnmLWmn .mbr-section-subtitle {
  color: #626262;
  text-align: right;
}
@media (max-width: 690px) {
  .cid-v7OZnmLWmn .mbr-section-title {
    margin-top: 25px;
  }
  .cid-v7OZnmLWmn .left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cid-v7OZnmLWmn .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-v7OZnmLWmn .button-align {
  width: 100%;
}
.cid-v7OZnmLWmn .mbr-text {
  padding-top: 10px;
}
.cid-v7OZnmLWmn .mbr-text,
.cid-v7OZnmLWmn .button-align {
  text-align: right;
}
.cid-v7OZnmXAyw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7OZnmXAyw .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-v7OZnmXAyw .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-v7OZnmXAyw .mbr-section-btn {
    margin-bottom: 25px;
  }
}
.cid-v7OZnmXAyw .mbr-section-subtitle {
  color: #626262;
  text-align: right;
}
@media (max-width: 690px) {
  .cid-v7OZnmXAyw .mbr-section-title {
    margin-top: 25px;
  }
  .cid-v7OZnmXAyw .left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cid-v7OZnmXAyw .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-v7OZnmXAyw .button-align {
  width: 100%;
}
.cid-v7OZnmXAyw .mbr-text {
  padding-top: 10px;
}
.cid-v7OZnmXAyw .mbr-text,
.cid-v7OZnmXAyw .button-align {
  text-align: right;
}
.cid-v7OZnoIaVa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4c5f3c;
}
@media (max-width: 767px) {
  .cid-v7OZnoIaVa .content {
    text-align: center;
  }
  .cid-v7OZnoIaVa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7OZnoIaVa .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v7OZnoIaVa .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v7OZnoIaVa .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v7OZnoIaVa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v7OZnoIaVa .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-v7OZnoIaVa .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v7OZnoIaVa .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v7OZnoIaVa .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v7OZnoIaVa .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v7OZnoIaVa .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v7OZnoIaVa .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v7OZnoIaVa H5 {
  color: #c8d460;
}
.cid-v7ODeAiOhS {
  z-index: 1000;
  width: 100%;
}
.cid-v7ODeAiOhS nav.navbar {
  position: fixed;
}
.cid-v7ODeAiOhS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7ODeAiOhS .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v7ODeAiOhS .dropdown-item:hover,
.cid-v7ODeAiOhS .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-v7ODeAiOhS .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v7ODeAiOhS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7ODeAiOhS .nav-link {
  position: relative;
  padding: 0;
}
.cid-v7ODeAiOhS .container {
  display: flex;
  margin: auto;
}
.cid-v7ODeAiOhS .iconfont-wrapper {
  color: #647558 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7ODeAiOhS .dropdown-menu,
.cid-v7ODeAiOhS .navbar.opened {
  background: #657759 !important;
}
.cid-v7ODeAiOhS .nav-item:focus,
.cid-v7ODeAiOhS .nav-link:focus {
  outline: none;
}
.cid-v7ODeAiOhS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7ODeAiOhS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7ODeAiOhS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7ODeAiOhS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7ODeAiOhS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7ODeAiOhS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7ODeAiOhS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 119, 89, 0.6);
}
.cid-v7ODeAiOhS .navbar.opened {
  transition: all 0.3s;
}
.cid-v7ODeAiOhS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7ODeAiOhS .navbar .navbar-logo img {
  width: auto;
}
.cid-v7ODeAiOhS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7ODeAiOhS .navbar.collapsed {
  justify-content: center;
}
.cid-v7ODeAiOhS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7ODeAiOhS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7ODeAiOhS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-v7ODeAiOhS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7ODeAiOhS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7ODeAiOhS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7ODeAiOhS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7ODeAiOhS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7ODeAiOhS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7ODeAiOhS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7ODeAiOhS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7ODeAiOhS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7ODeAiOhS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7ODeAiOhS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7ODeAiOhS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7ODeAiOhS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7ODeAiOhS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7ODeAiOhS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7ODeAiOhS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7ODeAiOhS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7ODeAiOhS .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7ODeAiOhS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7ODeAiOhS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7ODeAiOhS .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-v7ODeAiOhS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7ODeAiOhS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7ODeAiOhS .dropdown-item.active,
.cid-v7ODeAiOhS .dropdown-item:active {
  background-color: transparent;
}
.cid-v7ODeAiOhS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7ODeAiOhS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7ODeAiOhS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7ODeAiOhS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #657759;
}
.cid-v7ODeAiOhS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7ODeAiOhS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7ODeAiOhS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7ODeAiOhS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7ODeAiOhS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7ODeAiOhS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fffbf6;
}
.cid-v7ODeAiOhS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7ODeAiOhS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7ODeAiOhS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7ODeAiOhS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7ODeAiOhS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7ODeAiOhS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7ODeAiOhS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7ODeAiOhS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7ODeAiOhS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7ODeAiOhS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7ODeAiOhS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7ODeAiOhS .navbar {
    height: 70px;
  }
  .cid-v7ODeAiOhS .navbar.opened {
    height: auto;
  }
  .cid-v7ODeAiOhS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7ODeAiOhS .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v7ODeAiOhS .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v7ODeAiOhS a {
  display: inline;
  font-weight: bold;
}
.cid-v7ODeAiOhS img {
  display: inline;
  padding-right: 10px;
}
.cid-v7ODeAiOhS .dropdown-toggle:after {
  display: none;
}
.cid-v7ODeAiOhS .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v7ODeAiOhS .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-v7ODeAiOhS .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-v7ODeBTbsl {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #e6c63b;
}
.cid-v7ODeBTbsl .mbr-section-subtitle {
  color: #767676;
}
.cid-v7T3TTrIbB {
  padding-top: 75px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/thymianhonig-teller-1-800x800.jpg");
}
.cid-v7T3TTrIbB H1 {
  color: #ffffff;
}
.cid-v7T3TTrIbB .mbr-text,
.cid-v7T3TTrIbB .mbr-section-btn {
  color: #ffffff;
}
.cid-v7T3TTrIbB img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-v7T3TTrIbB .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v7T3TTrIbB img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-v7T3TTrIbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7T3TTrIbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7T3TTrIbB H3 {
  color: #ffffff;
}
.cid-v7ODeGTc4R {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4c5f3c;
}
@media (max-width: 767px) {
  .cid-v7ODeGTc4R .content {
    text-align: center;
  }
  .cid-v7ODeGTc4R .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7ODeGTc4R .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v7ODeGTc4R .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v7ODeGTc4R .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v7ODeGTc4R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v7ODeGTc4R .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-v7ODeGTc4R .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v7ODeGTc4R .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v7ODeGTc4R .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v7ODeGTc4R .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v7ODeGTc4R .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v7ODeGTc4R .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v7ODeGTc4R H5 {
  color: #c8d460;
}
.cid-v7OZFnZmh8 {
  z-index: 1000;
  width: 100%;
}
.cid-v7OZFnZmh8 nav.navbar {
  position: fixed;
}
.cid-v7OZFnZmh8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7OZFnZmh8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v7OZFnZmh8 .dropdown-item:hover,
.cid-v7OZFnZmh8 .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-v7OZFnZmh8 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v7OZFnZmh8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7OZFnZmh8 .nav-link {
  position: relative;
  padding: 0;
}
.cid-v7OZFnZmh8 .container {
  display: flex;
  margin: auto;
}
.cid-v7OZFnZmh8 .iconfont-wrapper {
  color: #647558 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7OZFnZmh8 .dropdown-menu,
.cid-v7OZFnZmh8 .navbar.opened {
  background: #657759 !important;
}
.cid-v7OZFnZmh8 .nav-item:focus,
.cid-v7OZFnZmh8 .nav-link:focus {
  outline: none;
}
.cid-v7OZFnZmh8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7OZFnZmh8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7OZFnZmh8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7OZFnZmh8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7OZFnZmh8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7OZFnZmh8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7OZFnZmh8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 119, 89, 0.6);
}
.cid-v7OZFnZmh8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v7OZFnZmh8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7OZFnZmh8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v7OZFnZmh8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7OZFnZmh8 .navbar.collapsed {
  justify-content: center;
}
.cid-v7OZFnZmh8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7OZFnZmh8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7OZFnZmh8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-v7OZFnZmh8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7OZFnZmh8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7OZFnZmh8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7OZFnZmh8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7OZFnZmh8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7OZFnZmh8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7OZFnZmh8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7OZFnZmh8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7OZFnZmh8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7OZFnZmh8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7OZFnZmh8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7OZFnZmh8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7OZFnZmh8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7OZFnZmh8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7OZFnZmh8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7OZFnZmh8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7OZFnZmh8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7OZFnZmh8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7OZFnZmh8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7OZFnZmh8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7OZFnZmh8 .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-v7OZFnZmh8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7OZFnZmh8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7OZFnZmh8 .dropdown-item.active,
.cid-v7OZFnZmh8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v7OZFnZmh8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7OZFnZmh8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7OZFnZmh8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7OZFnZmh8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #657759;
}
.cid-v7OZFnZmh8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7OZFnZmh8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7OZFnZmh8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7OZFnZmh8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7OZFnZmh8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7OZFnZmh8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fffbf6;
}
.cid-v7OZFnZmh8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7OZFnZmh8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7OZFnZmh8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7OZFnZmh8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7OZFnZmh8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7OZFnZmh8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7OZFnZmh8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7OZFnZmh8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7OZFnZmh8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7OZFnZmh8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7OZFnZmh8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7OZFnZmh8 .navbar {
    height: 70px;
  }
  .cid-v7OZFnZmh8 .navbar.opened {
    height: auto;
  }
  .cid-v7OZFnZmh8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7OZFnZmh8 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v7OZFnZmh8 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v7OZFnZmh8 a {
  display: inline;
  font-weight: bold;
}
.cid-v7OZFnZmh8 img {
  display: inline;
  padding-right: 10px;
}
.cid-v7OZFnZmh8 .dropdown-toggle:after {
  display: none;
}
.cid-v7OZFnZmh8 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v7OZFnZmh8 .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-v7OZFnZmh8 .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-v7U9Z6jQyZ {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ecb056;
}
.cid-v7U9Z6jQyZ .mbr-section-subtitle {
  color: #000000;
}
.cid-v7U9Z6jQyZ H2 {
  color: #000000;
}
.cid-v7P12pu0Nb {
  padding-top: 45px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/weinfc3a4sser-2000x1500.jpg");
}
.cid-v7P12pu0Nb H1 {
  color: #ffffff;
}
.cid-v7P12pu0Nb .mbr-text,
.cid-v7P12pu0Nb .mbr-section-btn {
  color: #ffffff;
}
.cid-v7P12pu0Nb img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-v7P12pu0Nb .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v7P12pu0Nb img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-v7P12pu0Nb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7P12pu0Nb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7P12pu0Nb H3 {
  color: #ffffff;
}
.cid-v7OZFqRgf2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4c5f3c;
}
@media (max-width: 767px) {
  .cid-v7OZFqRgf2 .content {
    text-align: center;
  }
  .cid-v7OZFqRgf2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7OZFqRgf2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v7OZFqRgf2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v7OZFqRgf2 .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v7OZFqRgf2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v7OZFqRgf2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-v7OZFqRgf2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v7OZFqRgf2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v7OZFqRgf2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v7OZFqRgf2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v7OZFqRgf2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v7OZFqRgf2 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v7OZFqRgf2 H5 {
  color: #c8d460;
}
.cid-v7P06lIdvD {
  z-index: 1000;
  width: 100%;
}
.cid-v7P06lIdvD nav.navbar {
  position: fixed;
}
.cid-v7P06lIdvD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7P06lIdvD .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v7P06lIdvD .dropdown-item:hover,
.cid-v7P06lIdvD .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-v7P06lIdvD .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v7P06lIdvD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7P06lIdvD .nav-link {
  position: relative;
  padding: 0;
}
.cid-v7P06lIdvD .container {
  display: flex;
  margin: auto;
}
.cid-v7P06lIdvD .iconfont-wrapper {
  color: #647558 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7P06lIdvD .dropdown-menu,
.cid-v7P06lIdvD .navbar.opened {
  background: #657759 !important;
}
.cid-v7P06lIdvD .nav-item:focus,
.cid-v7P06lIdvD .nav-link:focus {
  outline: none;
}
.cid-v7P06lIdvD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7P06lIdvD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7P06lIdvD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7P06lIdvD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7P06lIdvD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7P06lIdvD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7P06lIdvD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 119, 89, 0.6);
}
.cid-v7P06lIdvD .navbar.opened {
  transition: all 0.3s;
}
.cid-v7P06lIdvD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7P06lIdvD .navbar .navbar-logo img {
  width: auto;
}
.cid-v7P06lIdvD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7P06lIdvD .navbar.collapsed {
  justify-content: center;
}
.cid-v7P06lIdvD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7P06lIdvD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7P06lIdvD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-v7P06lIdvD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7P06lIdvD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7P06lIdvD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7P06lIdvD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7P06lIdvD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7P06lIdvD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7P06lIdvD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7P06lIdvD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7P06lIdvD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7P06lIdvD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7P06lIdvD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7P06lIdvD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7P06lIdvD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7P06lIdvD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7P06lIdvD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7P06lIdvD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7P06lIdvD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7P06lIdvD .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7P06lIdvD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7P06lIdvD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7P06lIdvD .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-v7P06lIdvD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7P06lIdvD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7P06lIdvD .dropdown-item.active,
.cid-v7P06lIdvD .dropdown-item:active {
  background-color: transparent;
}
.cid-v7P06lIdvD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7P06lIdvD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7P06lIdvD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7P06lIdvD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #657759;
}
.cid-v7P06lIdvD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7P06lIdvD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7P06lIdvD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7P06lIdvD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7P06lIdvD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7P06lIdvD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fffbf6;
}
.cid-v7P06lIdvD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7P06lIdvD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7P06lIdvD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7P06lIdvD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7P06lIdvD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7P06lIdvD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7P06lIdvD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7P06lIdvD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7P06lIdvD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7P06lIdvD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7P06lIdvD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7P06lIdvD .navbar {
    height: 70px;
  }
  .cid-v7P06lIdvD .navbar.opened {
    height: auto;
  }
  .cid-v7P06lIdvD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7P06lIdvD .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v7P06lIdvD .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v7P06lIdvD a {
  display: inline;
  font-weight: bold;
}
.cid-v7P06lIdvD img {
  display: inline;
  padding-right: 10px;
}
.cid-v7P06lIdvD .dropdown-toggle:after {
  display: none;
}
.cid-v7P06lIdvD .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v7P06lIdvD .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-v7P06lIdvD .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-v7U15m7mWO {
  background-image: url("../../../assets/images/shutterstock-64720298-1000x669.jpg");
}
.cid-v7U15m7mWO .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-v7U15m7mWO .mbr-section-title,
.cid-v7U15m7mWO .mbr-section-subtitle {
  color: #232323;
}
.cid-v7U15m7mWO .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-v7U15m7mWO .mbr-text {
  color: #232323;
  font-weight: 100;
}
.cid-v7U15m7mWO .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-v7U15m7mWO .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7U15m7mWO .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-v7U15m7mWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7U15m7mWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7UaVQP7hr {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v7UaVQP7hr .mbr-section-subtitle {
  color: #000000;
}
.cid-v7UaVQP7hr H2 {
  color: #000000;
}
.cid-v7TC5uXXMB {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/oliven-beziert-853x499.png");
}
.cid-v7TC5uXXMB .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-v7TC5uXXMB .mbr-section-btn {
  margin-top: 43px;
}
.cid-v7TC5uXXMB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v7TC5uXXMB .card-wrapper {
    margin-top: 60px;
  }
}
.cid-v7P06onHB6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4c5f3c;
}
@media (max-width: 767px) {
  .cid-v7P06onHB6 .content {
    text-align: center;
  }
  .cid-v7P06onHB6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7P06onHB6 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v7P06onHB6 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v7P06onHB6 .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v7P06onHB6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v7P06onHB6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-v7P06onHB6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v7P06onHB6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v7P06onHB6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v7P06onHB6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v7P06onHB6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v7P06onHB6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v7P06onHB6 H5 {
  color: #c8d460;
}
.cid-v7PXUP00Ac {
  z-index: 1000;
  width: 100%;
}
.cid-v7PXUP00Ac nav.navbar {
  position: fixed;
}
.cid-v7PXUP00Ac .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7PXUP00Ac .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v7PXUP00Ac .dropdown-item:hover,
.cid-v7PXUP00Ac .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-v7PXUP00Ac .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v7PXUP00Ac .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7PXUP00Ac .nav-link {
  position: relative;
  padding: 0;
}
.cid-v7PXUP00Ac .container {
  display: flex;
  margin: auto;
}
.cid-v7PXUP00Ac .iconfont-wrapper {
  color: #647558 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7PXUP00Ac .dropdown-menu,
.cid-v7PXUP00Ac .navbar.opened {
  background: #657759 !important;
}
.cid-v7PXUP00Ac .nav-item:focus,
.cid-v7PXUP00Ac .nav-link:focus {
  outline: none;
}
.cid-v7PXUP00Ac .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7PXUP00Ac .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7PXUP00Ac .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7PXUP00Ac .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7PXUP00Ac .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7PXUP00Ac .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7PXUP00Ac .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 119, 89, 0.6);
}
.cid-v7PXUP00Ac .navbar.opened {
  transition: all 0.3s;
}
.cid-v7PXUP00Ac .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7PXUP00Ac .navbar .navbar-logo img {
  width: auto;
}
.cid-v7PXUP00Ac .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7PXUP00Ac .navbar.collapsed {
  justify-content: center;
}
.cid-v7PXUP00Ac .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7PXUP00Ac .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7PXUP00Ac .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-v7PXUP00Ac .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7PXUP00Ac .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7PXUP00Ac .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7PXUP00Ac .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7PXUP00Ac .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7PXUP00Ac .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7PXUP00Ac .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7PXUP00Ac .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7PXUP00Ac .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7PXUP00Ac .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7PXUP00Ac .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7PXUP00Ac .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7PXUP00Ac .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7PXUP00Ac .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7PXUP00Ac .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7PXUP00Ac .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7PXUP00Ac .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7PXUP00Ac .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7PXUP00Ac .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7PXUP00Ac .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7PXUP00Ac .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-v7PXUP00Ac .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7PXUP00Ac .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7PXUP00Ac .dropdown-item.active,
.cid-v7PXUP00Ac .dropdown-item:active {
  background-color: transparent;
}
.cid-v7PXUP00Ac .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7PXUP00Ac .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7PXUP00Ac .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7PXUP00Ac .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #657759;
}
.cid-v7PXUP00Ac .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7PXUP00Ac .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7PXUP00Ac ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7PXUP00Ac .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7PXUP00Ac button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7PXUP00Ac button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fffbf6;
}
.cid-v7PXUP00Ac button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7PXUP00Ac button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7PXUP00Ac button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7PXUP00Ac button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7PXUP00Ac nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7PXUP00Ac nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7PXUP00Ac nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7PXUP00Ac nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7PXUP00Ac .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7PXUP00Ac a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7PXUP00Ac .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7PXUP00Ac .navbar {
    height: 70px;
  }
  .cid-v7PXUP00Ac .navbar.opened {
    height: auto;
  }
  .cid-v7PXUP00Ac .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7PXUP00Ac .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v7PXUP00Ac .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v7PXUP00Ac a {
  display: inline;
  font-weight: bold;
}
.cid-v7PXUP00Ac img {
  display: inline;
  padding-right: 10px;
}
.cid-v7PXUP00Ac .dropdown-toggle:after {
  display: none;
}
.cid-v7PXUP00Ac .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v7PXUP00Ac .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-v7PXUP00Ac .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-v7Q6a9BO7t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-4662-2000x1335.jpg");
}
.cid-v7Q6a9BO7t .content {
  padding: 1rem;
}
.cid-v7Q6a9BO7t h1,
.cid-v7Q6a9BO7t h2,
.cid-v7Q6a9BO7t h3,
.cid-v7Q6a9BO7t h4,
.cid-v7Q6a9BO7t h5,
.cid-v7Q6a9BO7t h6,
.cid-v7Q6a9BO7t p {
  margin: 0;
}
.cid-v7Q6a9BO7t .mbr-section-title {
  color: #4c5f3c;
}
.cid-v7Q6a9BO7t .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-v7Q6a9BO7t .mbr-text {
  color: #232323;
  margin-top: 14px;
  text-align: center;
}
.cid-v7Q6a9BO7t .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-v7Q6a9BO7t .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-v7Q2S1KGuL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v7Q2S1KGuL .wrap-block {
  padding-right: 30px;
}
.cid-v7Q2S1KGuL .cards {
  padding-left: 30px;
}
.cid-v7Q2S1KGuL .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-v7Q2S1KGuL .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-v7Q2S1KGuL .wrap-block .contents .mbr-subtitle {
  color: #e6c63b;
  margin-bottom: 14px;
}
.cid-v7Q2S1KGuL .wrap-block .contents .mbr-section-title {
  margin-bottom: 5px;
  color: #d8e3d5;
}
.cid-v7Q2S1KGuL .wrap-block .contents .mbr-text {
  margin-top: 17px;
}
.cid-v7Q2S1KGuL .wrap-block .contents h3 {
  color: #c8d460;
}
.cid-v7Q2S1KGuL .wrap-block .contents h4 {
  color: #c8d460;
}
.cid-v7Q2S1KGuL .wrap-block .contents .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-v7Q2S1KGuL .cards-wrap {
  flex-direction: column;
}
.cid-v7Q2S1KGuL .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-v7Q2S1KGuL .wrapper .img {
  margin-bottom: 20px;
}
.cid-v7Q2S1KGuL .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #e6c63b;
  border-radius: 50%;
}
.cid-v7Q2S1KGuL .wrapper .mbr-card-title {
  color: #d8e3d5;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-v7Q2S1KGuL .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #c8d460;
}
@media (max-width: 767px) {
  .cid-v7Q2S1KGuL * {
    text-align: left;
  }
}
.cid-v7Q2S1KGuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Q2S1KGuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Q2S1KGuL .wrap-block .contents .mbr-section-title,
.cid-v7Q2S1KGuL .menu-content-right {
  color: #000000;
}
.cid-v7Q2S1KGuL .wrap-block .contents .mbr-subtitle,
.cid-v7Q2S1KGuL .menu-content-right {
  color: #c8d460;
}
.cid-v7Q2S1KGuL .wrap-block .contents h4,
.cid-v7Q2S1KGuL .menu-content-right,
.cid-v7Q2S1KGuL .mbr-section-btn {
  color: #000000;
}
.cid-v7Q2S1KGuL .wrapper .mbr-card-title,
.cid-v7Q2S1KGuL .img {
  color: #c8d460;
}
.cid-v7Q2S1KGuL .wrapper .mbr-text,
.cid-v7Q2S1KGuL .img {
  color: #000000;
}
.cid-v7Q7wbG2F8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7Q7wbG2F8 .content {
  padding: 1rem;
}
.cid-v7Q7wbG2F8 h1,
.cid-v7Q7wbG2F8 h2,
.cid-v7Q7wbG2F8 h3,
.cid-v7Q7wbG2F8 h4,
.cid-v7Q7wbG2F8 h5,
.cid-v7Q7wbG2F8 h6,
.cid-v7Q7wbG2F8 p {
  margin: 0;
}
.cid-v7Q7wbG2F8 .mbr-section-title {
  color: #4c5f3c;
}
.cid-v7Q7wbG2F8 .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-v7Q7wbG2F8 .mbr-text {
  color: #232323;
  margin-top: 14px;
  text-align: center;
}
.cid-v7Q7wbG2F8 .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-v7Q7wbG2F8 .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-v7Q7ZAOITi .main_wrapper {
  position: relative;
  height: 26rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-v7Q7ZAOITi .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-v7Q7ZAOITi .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #c8d460;
  pointer-events: fill;
}
.cid-v7Q7ZAOITi .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-v7Q7ZAOITi .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-v7Q7ZAOITi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v7Q7ZAOITi .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v7Q7ZAOITi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v7Q7ZAOITi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-v7Q7ZAOITi .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-v7Q7ZAOITi .google-map {
    position: relative;
  }
  .cid-v7Q7ZAOITi .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-v7ZV7f3nmA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7ZV7f3nmA .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-v7ZV7f3nmA .mbr-section-btn {
  margin-top: 43px;
}
.cid-v7ZV7f3nmA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v7ZV7f3nmA .card-wrapper {
    margin-top: 60px;
  }
}
.cid-v7PXUPS71Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4c5f3c;
}
@media (max-width: 767px) {
  .cid-v7PXUPS71Q .content {
    text-align: center;
  }
  .cid-v7PXUPS71Q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7PXUPS71Q .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v7PXUPS71Q .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v7PXUPS71Q .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v7PXUPS71Q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v7PXUPS71Q .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-v7PXUPS71Q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v7PXUPS71Q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v7PXUPS71Q .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v7PXUPS71Q .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v7PXUPS71Q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v7PXUPS71Q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v7PXUPS71Q H5 {
  color: #c8d460;
}
.cid-v7TMZVGiIS {
  z-index: 1000;
  width: 100%;
}
.cid-v7TMZVGiIS nav.navbar {
  position: fixed;
}
.cid-v7TMZVGiIS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7TMZVGiIS .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v7TMZVGiIS .dropdown-item:hover,
.cid-v7TMZVGiIS .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-v7TMZVGiIS .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v7TMZVGiIS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7TMZVGiIS .nav-link {
  position: relative;
  padding: 0;
}
.cid-v7TMZVGiIS .container {
  display: flex;
  margin: auto;
}
.cid-v7TMZVGiIS .iconfont-wrapper {
  color: #647558 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7TMZVGiIS .dropdown-menu,
.cid-v7TMZVGiIS .navbar.opened {
  background: #657759 !important;
}
.cid-v7TMZVGiIS .nav-item:focus,
.cid-v7TMZVGiIS .nav-link:focus {
  outline: none;
}
.cid-v7TMZVGiIS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7TMZVGiIS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7TMZVGiIS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7TMZVGiIS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7TMZVGiIS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7TMZVGiIS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7TMZVGiIS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 119, 89, 0.6);
}
.cid-v7TMZVGiIS .navbar.opened {
  transition: all 0.3s;
}
.cid-v7TMZVGiIS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7TMZVGiIS .navbar .navbar-logo img {
  width: auto;
}
.cid-v7TMZVGiIS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7TMZVGiIS .navbar.collapsed {
  justify-content: center;
}
.cid-v7TMZVGiIS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7TMZVGiIS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7TMZVGiIS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-v7TMZVGiIS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7TMZVGiIS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7TMZVGiIS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7TMZVGiIS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7TMZVGiIS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7TMZVGiIS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7TMZVGiIS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7TMZVGiIS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7TMZVGiIS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7TMZVGiIS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7TMZVGiIS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7TMZVGiIS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7TMZVGiIS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7TMZVGiIS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7TMZVGiIS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7TMZVGiIS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7TMZVGiIS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7TMZVGiIS .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7TMZVGiIS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7TMZVGiIS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7TMZVGiIS .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-v7TMZVGiIS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7TMZVGiIS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7TMZVGiIS .dropdown-item.active,
.cid-v7TMZVGiIS .dropdown-item:active {
  background-color: transparent;
}
.cid-v7TMZVGiIS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7TMZVGiIS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7TMZVGiIS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7TMZVGiIS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #657759;
}
.cid-v7TMZVGiIS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7TMZVGiIS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7TMZVGiIS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7TMZVGiIS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7TMZVGiIS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7TMZVGiIS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fffbf6;
}
.cid-v7TMZVGiIS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7TMZVGiIS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7TMZVGiIS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7TMZVGiIS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7TMZVGiIS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7TMZVGiIS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7TMZVGiIS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7TMZVGiIS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7TMZVGiIS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7TMZVGiIS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7TMZVGiIS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7TMZVGiIS .navbar {
    height: 70px;
  }
  .cid-v7TMZVGiIS .navbar.opened {
    height: auto;
  }
  .cid-v7TMZVGiIS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7TMZVGiIS .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v7TMZVGiIS .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v7TMZVGiIS a {
  display: inline;
  font-weight: bold;
}
.cid-v7TMZVGiIS img {
  display: inline;
  padding-right: 10px;
}
.cid-v7TMZVGiIS .dropdown-toggle:after {
  display: none;
}
.cid-v7TMZVGiIS .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v7TMZVGiIS .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-v7TMZVGiIS .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-v7TMZW7GYe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/oliven-beziert-853x499.png");
}
.cid-v7TMZW7GYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7TMZW7GYe .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-v7TMZW7GYe .container {
    padding: 0 25px;
  }
}
.cid-v7TMZW7GYe .title-wrapper {
  min-height: 800px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-v7TMZW7GYe .title-wrapper {
    min-height: auto;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v7TMZW7GYe .title-wrapper .title-wrap {
    margin-bottom: 50px;
  }
}
.cid-v7TMZW7GYe .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-v7TMZW7GYe .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-v7TMZW7GYe .title-wrapper .image-wrapper {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-v7TMZW7GYe .title-wrapper .image-wrapper {
    margin: 0;
  }
}
.cid-v7TMZW7GYe .title-wrapper .image-wrapper img {
  object-fit: cover;
  height: 560px;
  border-radius: 10rem 0 0 10rem;
}
.cid-v7TMZW7GYe .mbr-section-title {
  color: #ffffff;
}
.cid-v7TMZW7GYe .mbr-text {
  color: #ffffff;
}
.cid-v7TMZWoK3d {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-v7TMZWoK3d .card-box {
  z-index: 10;
  position: absolute;
  padding: 1rem;
}
.cid-v7TMZWoK3d .container-fluid {
  padding: 0;
}
.cid-v7TMZWoK3d h5 {
  margin: 0;
}
.cid-v7TMZWoK3d h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-v7TMZWoK3d h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-v7TMZWoK3d .card {
  margin: auto;
  height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-v7TMZWoK3d .card:hover {
  z-index: 99;
}
.cid-v7TMZWoK3d .card-wrapper {
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-v7TMZWoK3d .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-v7TMZWoK3d .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-v7TMZWoK3d .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-v7TMZWoK3d .card-wrapper a {
  height: 100%;
}
.cid-v7TMZWoK3d .card-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: all;
}
.cid-v7TMZWoK3d h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-v7TMZWoK3d .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-v7TMZWoK3d .card-box {
    text-align: center;
  }
}
.cid-v7TMZWoK3d .mbr-text {
  color: #cccccc;
}
.cid-v7TMZWoK3d .card-date {
  color: #cccccc;
}
.cid-v7TMZWoK3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7TMZWoK3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7TVgF2djo {
  background-image: url("../../../assets/images/oliven-beziert-853x499.png");
}
.cid-v7TVgF2djo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7TVgF2djo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7TVgF2djo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v7TVgF2djo .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v7TVgF2djo .container {
    padding: 0 20px;
  }
}
.cid-v7TVgF2djo .card {
  justify-content: center;
}
.cid-v7TVgF2djo .content-wrapper {
  padding-left: 100px;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v7TVgF2djo .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v7TVgF2djo .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-v7TVgF2djo .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v7TVgF2djo .content-wrapper {
    padding-right: 0;
  }
}
.cid-v7TVgF2djo .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-v7TVgF2djo .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v7TVgF2djo .image-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-v7TVgF2djo .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v7TVgF2djo .image-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .cid-v7TVgF2djo .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v7TVgF2djo .image-wrapper {
    padding-left: 0;
  }
}
.cid-v7TVgF2djo .image-wrapper .image-wrap {
  padding-right: 116px;
  padding-right: 0;
  padding-left: 116px;
}
@media (max-width: 1440px) {
  .cid-v7TVgF2djo .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-v7TVgF2djo .image-wrapper .image-wrap {
    padding-left: 0;
  }
}
.cid-v7TVgF2djo .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7TVgF2djo .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v7TVgF2djo .mbr-section-title {
  color: #ffffff;
}
.cid-v7TVgF2djo .mbr-desc {
  color: #ffffff;
}
.cid-v7U4PDf5ZC {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-v7U4PDf5ZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7U4PDf5ZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7U4PDf5ZC .label-wrapper .mbr-label {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v7U4PDf5ZC .label-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v7U4PDf5ZC .items-wrapper .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7U4PDf5ZC .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-v7U4PDf5ZC .items-wrapper .item:hover .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper,
.cid-v7U4PDf5ZC .items-wrapper .item:focus .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper {
  background-color: #e2fa0e;
}
.cid-v7U4PDf5ZC .items-wrapper .item:hover .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont,
.cid-v7U4PDf5ZC .items-wrapper .item:focus .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-v7U4PDf5ZC .items-wrapper .item:hover .item-wrapper .card-box .text-wrapper .card-text,
.cid-v7U4PDf5ZC .items-wrapper .item:focus .item-wrapper .card-box .text-wrapper .card-text {
  opacity: 1;
}
.cid-v7U4PDf5ZC .items-wrapper .item:hover .item-wrapper .card-box .mbr-section-btn,
.cid-v7U4PDf5ZC .items-wrapper .item:focus .item-wrapper .card-box .mbr-section-btn {
  opacity: 1;
}
.cid-v7U4PDf5ZC .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-v7U4PDf5ZC .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(0);
  opacity: 1;
}
.cid-v7U4PDf5ZC .items-wrapper .item:last-child .item-wrapper {
  border-bottom: none;
  padding-bottom: 0;
}
.cid-v7U4PDf5ZC .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #232323;
}
@media (max-width: 992px) {
  .cid-v7U4PDf5ZC .items-wrapper .item .item-wrapper {
    display: block;
    padding-bottom: 30px;
  }
}
.cid-v7U4PDf5ZC .items-wrapper .item .item-wrapper .card-box {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v7U4PDf5ZC .items-wrapper .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7U4PDf5ZC .items-wrapper .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7U4PDf5ZC .items-wrapper .item .item-wrapper .card-box .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-v7U4PDf5ZC .items-wrapper .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper {
  margin-right: 42px;
  width: 90px;
  height: 90px;
  min-width: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #232323;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v7U4PDf5ZC .items-wrapper .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper {
    width: 45px;
    height: 45px;
    min-width: 45px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-v7U4PDf5ZC .items-wrapper .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v7U4PDf5ZC .items-wrapper .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-v7U4PDf5ZC .items-wrapper .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-v7U4PDf5ZC .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
  transition: all .3s ease;
  opacity: 0;
}
@media (max-width: 992px) {
  .cid-v7U4PDf5ZC .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    opacity: 1;
  }
}
.cid-v7U4PDf5ZC .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  transition: all .3s ease;
  margin-top: 15px;
  opacity: 0;
}
@media (max-width: 992px) {
  .cid-v7U4PDf5ZC .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    opacity: 1;
  }
}
.cid-v7U4PDf5ZC .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7U4PDf5ZC .items-wrapper .item .item-wrapper .item-img {
  height: 100%;
  width: 430px;
  margin-top: -100px;
  margin-bottom: -100px;
}
@media (max-width: 1640px) {
  .cid-v7U4PDf5ZC .items-wrapper .item .item-wrapper .item-img {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .cid-v7U4PDf5ZC .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-v7U4PDf5ZC .items-wrapper .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
  transform: translateX(-40px);
  opacity: 0;
}
@media (max-width: 992px) {
  .cid-v7U4PDf5ZC .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
    transform: none;
    opacity: 1;
  }
}
.cid-v7U4PDf5ZC .mbr-label {
  color: #ffffff;
}
.cid-v7U4PDf5ZC .card-title {
  color: #ffffff;
}
.cid-v7U4PDf5ZC .card-text {
  color: #bbbbbb;
}
.cid-v7TQMVQxve {
  padding-top: 450px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v7TQMVQxve .link-wrap {
  width: 100%;
}
.cid-v7TQMVQxve .link {
  display: inline-block;
}
.cid-v7TQMVQxve .card-wrapper {
  background: white;
  padding: 4rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.cid-v7TQMVQxve .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-v7TQMVQxve .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #0077ff;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v7TQMVQxve .link a:hover {
  text-decoration: underline;
}
.cid-v7TQMVQxve .link,
.cid-v7TQMVQxve .link-wrap {
  color: #0077ff;
}
.cid-v7TQMVQxve .mbr-text,
.cid-v7TQMVQxve .mbr-section-btn {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-v7TQMVQxve {
    padding-top: 150px;
  }
  .cid-v7TQMVQxve .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v7TQMVQxve .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7TQMVQxve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7U4WMIm3Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v7U4WMIm3Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7U4WMIm3Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7U4WMIm3Y .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7U4WMIm3Y .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7U4WMIm3Y .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-v7U4WMIm3Y .items-wrapper .item {
    margin-bottom: 2px;
  }
}
.cid-v7U4WMIm3Y .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  background-color: #ffffff;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v7U4WMIm3Y .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v7U4WMIm3Y .items-wrapper .item .item-wrapper .card-box {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v7U4WMIm3Y .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    width: 100%;
  }
}
.cid-v7U4WMIm3Y .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-v7U4WMIm3Y .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-v7U4WMIm3Y .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7U4WMIm3Y .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v7U4WMIm3Y .items-wrapper .item .item-wrapper .item-img {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cid-v7U4WMIm3Y .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7U4WMIm3Y .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v7U4WMIm3Y .items-wrapper .item .item-wrapper .card_2 {
    padding: 20px 20px 0;
  }
}
.cid-v7U4WMIm3Y .mbr-section-title {
  color: #0f0f0f;
}
.cid-v7U4WMIm3Y .card-title {
  color: #0f0f0f;
}
.cid-v7U4WMIm3Y .card-text {
  color: #666666;
}
.cid-v7TR7xhYxT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-v7TR7xhYxT .card-box {
  padding: 0rem;
}
.cid-v7TR7xhYxT .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-v7TR7xhYxT .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v7TR7xhYxT .big h4 {
  margin: 0;
}
.cid-v7TR7xhYxT .card {
  padding: 0;
  min-height: 300px;
}
.cid-v7TR7xhYxT img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7TR7xhYxT .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-v7TR7xhYxT .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-v7TR7xhYxT .card-wrapper {
    padding: 4rem;
  }
}
.cid-v7TR7xhYxT .cardbg1 {
  background: #d7edd8;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-v7TR7xhYxT .cardbg2 {
  background: #f6f6f6;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-v7TR7xhYxT .main-title {
  color: #fff3f3;
}
.cid-v7TR7xhYxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7TR7xhYxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7TRrnTDCO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3e9;
}
.cid-v7TRrnTDCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7TRrnTDCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7TRrnTDCO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-v7TRrnTDCO .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v7TRrnTDCO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v7TRrnTDCO .container {
    padding: 0 20px;
  }
}
.cid-v7TRrnTDCO .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v7TRrnTDCO .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7TRrnTDCO .title-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-v7TRrnTDCO .item {
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-v7TRrnTDCO .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v7TRrnTDCO .item .item-wrapper .content-wrap .item-img {
  margin-bottom: 20px;
}
.cid-v7TRrnTDCO .item .item-wrapper .content-wrap .item-img img {
  border-radius: 20px !important;
  object-fit: cover;
  height: 430px;
}
@media (max-width: 992px) {
  .cid-v7TRrnTDCO .item .item-wrapper .content-wrap .item-img img {
    height: 350px;
  }
}
.cid-v7TRrnTDCO .item .item-wrapper .content-wrap .item-content .item-title {
  margin-bottom: 20px;
}
.cid-v7TRrnTDCO .item .item-wrapper .content-wrap .item-content .price-wrapper .item-price {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 20px;
  background-color: #90f188;
}
.cid-v7TRrnTDCO .item .item-wrapper .content-wrap .item-content .item-text {
  opacity: .5;
  margin-bottom: 20px;
}
.cid-v7TRrnTDCO .mbr-section-title {
  color: #0f1d07;
}
.cid-v7TRrnTDCO .item-title {
  color: #0f1d07;
}
.cid-v7TRrnTDCO .item-price {
  color: #0f1d07;
}
.cid-v7TRrnTDCO .item-text {
  color: #0f1d07;
}
.cid-v7TSfOYfzR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v7TSfOYfzR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7TSfOYfzR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7TSfOYfzR .row {
  position: relative;
  padding: 6rem 4rem;
  width: fit-content;
  border-radius: 3rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v7TSfOYfzR .row {
    padding: 2rem 1rem;
  }
}
.cid-v7TSfOYfzR .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 85%;
  border-radius: 3rem;
  height: 100%;
  background: #e6c63b;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-v7TSfOYfzR .row:before {
    width: 100%;
  }
}
.cid-v7TSfOYfzR .row .col-12 {
  position: relative;
}
.cid-v7TSfOYfzR .mbr-section-title {
  color: #ffffff;
}
.cid-v7TSfOYfzR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7TSfOYfzR .mbr-text,
.cid-v7TSfOYfzR .mbr-section-btn {
  color: #ffffff;
}
.cid-v7TUQnop8X {
  background-color: #000000;
  overflow: hidden;
}
.cid-v7TUQnop8X::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v7TUQnop8X::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v7TUQnop8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7TUQnop8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7TUQnop8X .content-wrap {
  margin: 0 -30px;
}
.cid-v7TUQnop8X .content-wrap .card {
  padding: 0 30px;
}
.cid-v7TUQnop8X .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v7TUQnop8X .title-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v7TUQnop8X .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7TUQnop8X .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7TUQnop8X .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7TUQnop8X .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7TUQnop8X .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7TUQnop8X .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v7TUQnop8X .image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
.cid-v7TUQnop8X .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-v7TUQnop8X .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7TUQnop8X .image-wrapper .image-wrap {
    min-height: auto;
    height: 300px;
  }
}
.cid-v7TUQnop8X .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7TUQnop8X .mbr-label,
.cid-v7TUQnop8X .label-wrapper {
  color: #ffffff;
}
.cid-v7TUQnop8X .mbr-section-title {
  color: #ffffff;
}
.cid-v7TUQnop8X .mbr-text,
.cid-v7TUQnop8X .text-wrapper {
  color: #ffffff;
}
.cid-v7UL0U7u86 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-v7UL0U7u86::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#55e3fd 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-v7UL0U7u86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7UL0U7u86 .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-v7UL0U7u86 .container {
    padding: 0 24px;
  }
}
.cid-v7UL0U7u86 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-v7UL0U7u86 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7UL0U7u86 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7UL0U7u86 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7UL0U7u86 .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7UL0U7u86 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v7UL0U7u86 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v7UL0U7u86 .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-v7UL0U7u86 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7UL0U7u86 .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 24px;
}
.cid-v7UL0U7u86 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-v7UL0U7u86 .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-bottom: 24px;
}
.cid-v7UL0U7u86 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-v7UL0U7u86 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 24px;
}
.cid-v7UL0U7u86 .mbr-section-title {
  color: #141414;
}
.cid-v7UL0U7u86 .card-price {
  color: #141414;
}
.cid-v7UL0U7u86 .card-title {
  color: #141414;
}
.cid-v7UL0U7u86 .card-text {
  color: #141414;
}
.cid-v7ULnk141c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-v7ULnk141c::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#55e3fd 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-v7ULnk141c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ULnk141c .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-v7ULnk141c .container {
    padding: 0 24px;
  }
}
.cid-v7ULnk141c .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-v7ULnk141c .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7ULnk141c .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7ULnk141c .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7ULnk141c .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7ULnk141c .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v7ULnk141c .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v7ULnk141c .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-v7ULnk141c .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7ULnk141c .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 24px;
}
.cid-v7ULnk141c .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-v7ULnk141c .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-bottom: 24px;
}
.cid-v7ULnk141c .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-v7ULnk141c .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 24px;
}
.cid-v7ULnk141c .mbr-section-title {
  color: #141414;
}
.cid-v7ULnk141c .card-price {
  color: #141414;
}
.cid-v7ULnk141c .card-title {
  color: #141414;
}
.cid-v7ULnk141c .card-text {
  color: #141414;
}
.cid-v7TMZXHz9z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v7TMZXHz9z .title__block {
  padding: 50px 15px;
}
.cid-v7TMZXHz9z .image {
  display: block;
  position: relative;
}
.cid-v7TMZXHz9z .image img {
  height: 100%;
  object-fit: cover;
}
.cid-v7TMZXHz9z .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-v7TMZXHz9z .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-v7TMZXHz9z .widget .widget__item:hover .mbr-iconfont {
  color: #d8e3d5;
}
.cid-v7TMZXHz9z .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-v7TMZXHz9z .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-v7TMZXHz9z .widget .widget__text {
  margin: 5px 0;
}
.cid-v7TMZXHz9z .mbr-section-btn {
  margin-top: 20px;
}
.cid-v7TMZXHz9z .btn {
  margin-top: 0;
}
.cid-v7TMZXHz9z .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-v7TMZXHz9z .mbr-media {
  display: inline-block;
}
.cid-v7TMZXHz9z .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-v7TMZXHz9z .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-v7TMZXHz9z .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-v7TMZXHz9z .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-v7TMZXHz9z .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-v7TMZXHz9z .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-v7TMZXHz9z .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v7TMZXHz9z .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-v7TMZXHz9z a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-v7TMZXHz9z a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-v7TMZXHz9z .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-v7TMZXHz9z .image {
    padding: 0;
  }
  .cid-v7TMZXHz9z .container,
  .cid-v7TMZXHz9z .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-v7TMZXHz9z .widget {
    margin-left: 0;
  }
  .cid-v7TMZXHz9z .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-v7TMZXHz9z a.close {
    right: 50px;
    top: 25px;
  }
  .cid-v7TMZXHz9z .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-v7TMZXHz9z .image img {
    max-height: 400px;
  }
}
.cid-v7TMZY3XPK {
  background-image: url("../../../assets/images/conference26-1920.jpg");
}
.cid-v7TMZY3XPK .push__top {
  padding-top: 80px;
}
.cid-v7TMZY3XPK .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 740px;
}
.cid-v7TMZY3XPK .title__block {
  width: 70%;
}
.cid-v7TMZY3XPK .mbr-section-subtitle,
.cid-v7TMZY3XPK .bottom__about__text,
.cid-v7TMZY3XPK .bottom__subtitle {
  line-height: 25px;
}
.cid-v7TMZY3XPK .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v7TMZY3XPK .mbr-section-title {
  line-height: 57px;
}
.cid-v7TMZY3XPK .widget__number {
  margin-bottom: 8px;
}
.cid-v7TMZY3XPK .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-v7TMZY3XPK .divider {
  background-color: #191f23;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-v7TMZY3XPK .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-v7TMZY3XPK .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-v7TMZY3XPK .bottom__about {
  width: 90%;
  background-color: rgba(0, 0, 0, 0.95);
  padding: 40px 40px 70px;
}
.cid-v7TMZY3XPK .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-v7TMZY3XPK .mbr-media {
  display: inline-block;
}
.cid-v7TMZY3XPK .mbr-figure {
  align-self: flex-start;
}
.cid-v7TMZY3XPK .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-v7TMZY3XPK .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-v7TMZY3XPK .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-v7TMZY3XPK .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-v7TMZY3XPK .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-v7TMZY3XPK .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v7TMZY3XPK .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-v7TMZY3XPK a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-v7TMZY3XPK a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-v7TMZY3XPK .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-v7TMZY3XPK .date__block {
    margin-top: 50px;
  }
  .cid-v7TMZY3XPK .mbr-section-title {
    line-height: 1;
  }
  .cid-v7TMZY3XPK .push__top {
    padding-top: 30px;
  }
  .cid-v7TMZY3XPK .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-v7TMZY3XPK .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-v7TMZY3XPK .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-v7TMZY3XPK .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-v7TMZY3XPK .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v7TMZY3XPK .title__block {
    width: 100%;
  }
  .cid-v7TMZY3XPK .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-v7TMZY3XPK .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-v7TMZY3XPK .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-v7TMZY3XPK .divider {
    margin-bottom: 10px;
  }
  .cid-v7TMZY3XPK a.close {
    right: 50px;
    top: 25px;
  }
  .cid-v7TMZY3XPK .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-v7TMZY3XPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7TMZY3XPK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZVfIoDEy {
  z-index: 1000;
  width: 100%;
}
.cid-v7ZVfIoDEy nav.navbar {
  position: fixed;
}
.cid-v7ZVfIoDEy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7ZVfIoDEy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v7ZVfIoDEy .dropdown-item:hover,
.cid-v7ZVfIoDEy .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-v7ZVfIoDEy .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v7ZVfIoDEy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7ZVfIoDEy .nav-link {
  position: relative;
  padding: 0;
}
.cid-v7ZVfIoDEy .container {
  display: flex;
  margin: auto;
}
.cid-v7ZVfIoDEy .iconfont-wrapper {
  color: #647558 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7ZVfIoDEy .dropdown-menu,
.cid-v7ZVfIoDEy .navbar.opened {
  background: #657759 !important;
}
.cid-v7ZVfIoDEy .nav-item:focus,
.cid-v7ZVfIoDEy .nav-link:focus {
  outline: none;
}
.cid-v7ZVfIoDEy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7ZVfIoDEy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7ZVfIoDEy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7ZVfIoDEy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7ZVfIoDEy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7ZVfIoDEy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7ZVfIoDEy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 119, 89, 0.6);
}
.cid-v7ZVfIoDEy .navbar.opened {
  transition: all 0.3s;
}
.cid-v7ZVfIoDEy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7ZVfIoDEy .navbar .navbar-logo img {
  width: auto;
}
.cid-v7ZVfIoDEy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7ZVfIoDEy .navbar.collapsed {
  justify-content: center;
}
.cid-v7ZVfIoDEy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7ZVfIoDEy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7ZVfIoDEy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-v7ZVfIoDEy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7ZVfIoDEy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7ZVfIoDEy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7ZVfIoDEy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7ZVfIoDEy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7ZVfIoDEy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7ZVfIoDEy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7ZVfIoDEy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7ZVfIoDEy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7ZVfIoDEy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7ZVfIoDEy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7ZVfIoDEy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7ZVfIoDEy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7ZVfIoDEy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7ZVfIoDEy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7ZVfIoDEy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7ZVfIoDEy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7ZVfIoDEy .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7ZVfIoDEy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7ZVfIoDEy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7ZVfIoDEy .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-v7ZVfIoDEy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7ZVfIoDEy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7ZVfIoDEy .dropdown-item.active,
.cid-v7ZVfIoDEy .dropdown-item:active {
  background-color: transparent;
}
.cid-v7ZVfIoDEy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7ZVfIoDEy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7ZVfIoDEy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7ZVfIoDEy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #657759;
}
.cid-v7ZVfIoDEy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7ZVfIoDEy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7ZVfIoDEy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7ZVfIoDEy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7ZVfIoDEy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7ZVfIoDEy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fffbf6;
}
.cid-v7ZVfIoDEy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7ZVfIoDEy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7ZVfIoDEy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7ZVfIoDEy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7ZVfIoDEy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7ZVfIoDEy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7ZVfIoDEy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7ZVfIoDEy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7ZVfIoDEy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7ZVfIoDEy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7ZVfIoDEy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7ZVfIoDEy .navbar {
    height: 70px;
  }
  .cid-v7ZVfIoDEy .navbar.opened {
    height: auto;
  }
  .cid-v7ZVfIoDEy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7ZVfIoDEy .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v7ZVfIoDEy .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v7ZVfIoDEy a {
  display: inline;
  font-weight: bold;
}
.cid-v7ZVfIoDEy img {
  display: inline;
  padding-right: 10px;
}
.cid-v7ZVfIoDEy .dropdown-toggle:after {
  display: none;
}
.cid-v7ZVfIoDEy .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v7ZVfIoDEy .dropdown-item:hover {
  color: #ffe161 !important;
}
@media (max-width: 990px) {
  .cid-v7ZVfIoDEy .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-v7ZZjxzut5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/oliven-streifen-2-1920x379.jpg");
}
.cid-v7ZZjxzut5 .content {
  padding: 1rem;
}
.cid-v7ZZjxzut5 h1,
.cid-v7ZZjxzut5 h2,
.cid-v7ZZjxzut5 h3,
.cid-v7ZZjxzut5 h4,
.cid-v7ZZjxzut5 h5,
.cid-v7ZZjxzut5 h6,
.cid-v7ZZjxzut5 p {
  margin: 0;
}
.cid-v7ZZjxzut5 .mbr-section-title {
  color: #000000;
}
.cid-v7ZZjxzut5 .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-v7ZZjxzut5 .mbr-text {
  color: #232323;
  margin-top: 14px;
  text-align: right;
}
.cid-v7ZZjxzut5 .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-v7ZZjxzut5 .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-v7ZVC58JMj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/oliven-streifen-2-1920x379.jpg");
}
.cid-v7ZVC58JMj .mbr-text,
.cid-v7ZVC58JMj .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-v7ZVC58JMj .mbr-section-title {
  color: #000000;
  margin-bottom: 30px;
}
.cid-v7ZVC58JMj .buttons-wrap .link {
  display: flex;
}
@media (max-width: 768px) {
  .cid-v7ZVC58JMj * {
    text-align: center;
  }
  .cid-v7ZVC58JMj .buttons-wrap {
    justify-content: center;
  }
}
.cid-v7ZVC58JMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZVC58JMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZVC58JMj .mbr-section-title,
.cid-v7ZVC58JMj .mbr-section-btn {
  color: #c8d460;
}
.cid-v7ZVC58JMj .mbr-section-subtitle,
.cid-v7ZVC58JMj .mbr-section-btn {
  color: #c8d460;
}
.cid-v7ZVZVBIk7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7ZVZVBIk7 .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-v7ZVZVBIk7 .mbr-section-btn {
  margin-top: 43px;
}
.cid-v7ZVZVBIk7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v7ZVZVBIk7 .card-wrapper {
    margin-top: 60px;
  }
}
.cid-v7ZXcWQkYr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v800EuP1NV {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v800EuP1NV .mbr-overlay {
  background: #5eeebb;
}
.cid-v800EuP1NV .row {
  margin: 0;
}
.cid-v800EuP1NV .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #000000;
}
.cid-v800EuP1NV .mbr-section-title {
  color: #657759;
  font-weight: 300;
}
.cid-v800EuP1NV .mbr-section-title b,
.cid-v800EuP1NV .mbr-section-title strong {
  font-weight: 500;
}
.cid-v800EuP1NV .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-v800EuP1NV .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-v800EuP1NV .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-v800EuP1NV .carousel-item {
  justify-content: center;
}
.cid-v800EuP1NV .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-v800EuP1NV .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(47, 58, 4, 0.3) 0%, #2f3a04 100%);
  border-radius: 3px;
}
.cid-v800EuP1NV .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-v800EuP1NV .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-v800EuP1NV .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v800EuP1NV .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-v800EuP1NV .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-v800EuP1NV .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-v800EuP1NV .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v800EuP1NV .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #657759;
  transition: all 0.3s ease-in-out;
}
.cid-v800EuP1NV .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-v800EuP1NV .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-v800EuP1NV .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-v800EuP1NV .cloneditem-1,
.cid-v800EuP1NV .cloneditem-2,
.cid-v800EuP1NV .cloneditem-3,
.cid-v800EuP1NV .cloneditem-4,
.cid-v800EuP1NV .cloneditem-5 {
  display: none;
}
.cid-v800EuP1NV .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v800EuP1NV .wrap {
    margin-bottom: 50px;
  }
  .cid-v800EuP1NV .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-v800EuP1NV .arrows {
    display: none;
  }
  .cid-v800EuP1NV .carousel-item {
    margin-bottom: 60px;
  }
  .cid-v800EuP1NV .container-fluid,
  .cid-v800EuP1NV .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v800EuP1NV .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-v800EuP1NV .carousel-inner {
    z-index: 1;
  }
  .cid-v800EuP1NV .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-v800EuP1NV .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-v800EuP1NV .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-v800EuP1NV .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-v800EuP1NV .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-v800EuP1NV .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v800EuP1NV .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v800EuP1NV .carousel-inner.slides2 .cloneditem-1,
  .cid-v800EuP1NV .carousel-inner.slides2 .cloneditem-2,
  .cid-v800EuP1NV .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-v800EuP1NV .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-v800EuP1NV .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-v800EuP1NV .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-v800EuP1NV .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-v800EuP1NV .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-v800EuP1NV .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v800EuP1NV .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v800EuP1NV .carousel-inner.slides3 .cloneditem-1,
  .cid-v800EuP1NV .carousel-inner.slides3 .cloneditem-2,
  .cid-v800EuP1NV .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-v800EuP1NV .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-v800EuP1NV .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-v800EuP1NV .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-v800EuP1NV .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-v800EuP1NV .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-v800EuP1NV .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v800EuP1NV .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v800EuP1NV .carousel-inner.slides4 .cloneditem-1,
  .cid-v800EuP1NV .carousel-inner.slides4 .cloneditem-2,
  .cid-v800EuP1NV .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-v800EuP1NV .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-v800EuP1NV .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-v800EuP1NV .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-v800EuP1NV .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-v800EuP1NV .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-v800EuP1NV .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v800EuP1NV .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v800EuP1NV .carousel-inner.slides5 .cloneditem-1,
  .cid-v800EuP1NV .carousel-inner.slides5 .cloneditem-2,
  .cid-v800EuP1NV .carousel-inner.slides5 .cloneditem-3,
  .cid-v800EuP1NV .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-v800EuP1NV .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-v800EuP1NV .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-v800EuP1NV .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-v800EuP1NV .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-v800EuP1NV .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-v800EuP1NV .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v800EuP1NV .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v800EuP1NV .carousel-inner.slides6 .cloneditem-1,
  .cid-v800EuP1NV .carousel-inner.slides6 .cloneditem-2,
  .cid-v800EuP1NV .carousel-inner.slides6 .cloneditem-3,
  .cid-v800EuP1NV .carousel-inner.slides6 .cloneditem-4,
  .cid-v800EuP1NV .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-v800EuP1NV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v800EuP1NV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZVfJnNtG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4c5f3c;
}
@media (max-width: 767px) {
  .cid-v7ZVfJnNtG .content {
    text-align: center;
  }
  .cid-v7ZVfJnNtG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7ZVfJnNtG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v7ZVfJnNtG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v7ZVfJnNtG .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v7ZVfJnNtG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v7ZVfJnNtG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-v7ZVfJnNtG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v7ZVfJnNtG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v7ZVfJnNtG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v7ZVfJnNtG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v7ZVfJnNtG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v7ZVfJnNtG .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v7ZVfJnNtG H5 {
  color: #c8d460;
}
