.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fff9ec;
}
body {
  font-family: Roboto Flex;
}
.display-1 {
  font-family: 'RobotoFlex-Regular';
  font-size: 11.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 14rem;
}
.display-2 {
  font-family: 'RobotoFlex-Regular';
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'RobotoFlex-Regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'RobotoFlex-Regular';
  font-size: 2.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-7 {
  font-family: 'RobotoFlex-Regular';
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 8.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7.84rem;
    font-size: calc( 4.569999999999999rem + (11.2 - 4.569999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.569999999999999rem + (11.2 - 4.569999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 7.84rem;
    font-size: calc( 4.569999999999999rem + (11.2 - 4.569999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (4.569999999999999rem + (11.2 - 4.569999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ef476f !important;
}
.bg-success {
  background-color: #2bd888 !important;
}
.bg-info {
  background-color: #11ccf2 !important;
}
.bg-warning {
  background-color: #ffc004 !important;
}
.bg-danger {
  background-color: #da293a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ef476f !important;
  border-color: #ef476f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f37694 !important;
  border-color: #f37694 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f37694 !important;
  border-color: #f37694 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #69cfa9 !important;
  border-color: #69cfa9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #90dbbf !important;
  border-color: #90dbbf !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #90dbbf !important;
  border-color: #90dbbf !important;
}
.btn-info,
.btn-info:active {
  background-color: #11ccf2 !important;
  border-color: #11ccf2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #41d6f5 !important;
  border-color: #41d6f5 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #41d6f5 !important;
  border-color: #41d6f5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2bd888 !important;
  border-color: #2bd888 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #56e0a0 !important;
  border-color: #56e0a0 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #56e0a0 !important;
  border-color: #56e0a0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc004 !important;
  border-color: #ffc004 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffcd37 !important;
  border-color: #ffcd37 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffcd37 !important;
  border-color: #ffcd37 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #da293a !important;
  border-color: #da293a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e25462 !important;
  border-color: #e25462 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e25462 !important;
  border-color: #e25462 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ef476f;
  color: #ef476f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cd123f !important;
  background-color: transparent !important;
  border-color: #cd123f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ef476f !important;
  border-color: #ef476f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #69cfa9;
  color: #69cfa9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #37ab7f !important;
  background-color: transparent !important;
  border-color: #37ab7f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #69cfa9 !important;
  border-color: #69cfa9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #11ccf2;
  color: #11ccf2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0989a3 !important;
  background-color: transparent !important;
  border-color: #0989a3 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #11ccf2 !important;
  border-color: #11ccf2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2bd888;
  color: #2bd888;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b925b !important;
  background-color: transparent !important;
  border-color: #1b925b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2bd888 !important;
  border-color: #2bd888 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc004;
  color: #ffc004;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ac8100 !important;
  background-color: transparent !important;
  border-color: #ac8100 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffc004 !important;
  border-color: #ffc004 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #da293a;
  color: #da293a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #931925 !important;
  background-color: transparent !important;
  border-color: #931925 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #da293a !important;
  border-color: #da293a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ef476f !important;
}
.text-secondary {
  color: #69cfa9 !important;
}
.text-success {
  color: #2bd888 !important;
}
.text-info {
  color: #11ccf2 !important;
}
.text-warning {
  color: #ffc004 !important;
}
.text-danger {
  color: #da293a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #bf113a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #339f77 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #188553 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #087d95 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9d7600 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #861722 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ef476f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #11ccf2;
}
.alert-warning {
  background-color: #ffc004;
}
.alert-danger {
  background-color: #da293a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ef476f;
  border-color: #ef476f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ef476f;
}
.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: #d7f8e9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d2f5fd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff3d0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8d7da;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'RobotoFlex-Regular';
  font-size: 1.4rem;
  line-height: 1.3;
  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: #ef476f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'RobotoFlex-Regular';
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ef476f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ef476f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ef476f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ef476f;
  border-bottom-color: #ef476f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ef476f !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: #69cfa9 !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='%23ef476f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-ufG0C8WYun {
  display: flex;
  background-image: url("../../../assets/images/startseite-1920x1080.jpg");
}
.cid-ufG0C8WYun .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-ufG0C8WYun {
    align-items: flex-end;
  }
  .cid-ufG0C8WYun .row {
    justify-content: flex-start;
  }
  .cid-ufG0C8WYun .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ufG0C8WYun .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ufG0C8WYun {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ufG0C8WYun .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ufG0C8WYun .content-wrap {
    width: 100%;
  }
}
.cid-ufG0C8WYun .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufG0C8WYun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufG0C8WYun .mbr-section-title,
.cid-ufG0C8WYun .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ufG0C8WYun .mbr-text,
.cid-ufG0C8WYun .mbr-section-btn {
  text-align: left;
}
.cid-ufG0C8WYun .mbr-section-title {
  color: #fcba03;
  text-align: left;
}
.cid-ufW58kE6hk {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fcedc4;
}
.cid-ufW58kE6hk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufW58kE6hk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufW58kE6hk .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ufW58kE6hk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufW58kE6hk .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-ufW58kE6hk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ufW58kE6hk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ufW58kE6hk .mbr-section-title {
  color: #000000;
}
.cid-ufW58kE6hk .mbr-text,
.cid-ufW58kE6hk .mbr-section-btn {
  color: #000000;
}
.cid-ufW58kE6hk img {
  width: 100%;
  height: 100%;
}
.cid-ufW9KTEcYv {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fcedc4;
}
.cid-ufW9KTEcYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufW9KTEcYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufW9KTEcYv .row-reverse {
  flex-direction: row-reverse;
}
.cid-ufW9KTEcYv .row {
  flex-direction: row-reverse;
}
.cid-ufW9KTEcYv .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-ufW9KTEcYv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufW9KTEcYv .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-ufW9KTEcYv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ufW9KTEcYv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ufW9KTEcYv .mbr-section-title {
  color: #000000;
}
.cid-ufW9KTEcYv .mbr-text,
.cid-ufW9KTEcYv .mbr-section-btn {
  color: #000000;
}
.cid-ufW9KTEcYv img {
  width: 100%;
  height: 100%;
}
.cid-ufWkqkZzg5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ufWkqkZzg5 h6 {
  line-height: 1.2;
}
.cid-ufWkqkZzg5 img,
.cid-ufWkqkZzg5 .item-img {
  width: 100%;
  height: 100%;
}
.cid-ufWkqkZzg5 .item:focus,
.cid-ufWkqkZzg5 span:focus {
  outline: none;
}
.cid-ufWkqkZzg5 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ufWkqkZzg5 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ufWkqkZzg5 .mbr-section-title {
  color: #000000;
}
.cid-ufWkqkZzg5 .mbr-text,
.cid-ufWkqkZzg5 .mbr-section-btn {
  color: #000000;
}
.cid-ufWkqkZzg5 .item-title {
  color: #000000;
  text-align: center;
}
.cid-ufWkqkZzg5 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ufWkqkZzg5 .item-text {
  color: #000000;
  text-align: center;
}
.cid-ufWkqkZzg5 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ufWkqkZzg5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufG0C92PsB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fcba03;
}
.cid-ufG0C92PsB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufG0C92PsB form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ufG0C92PsB form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ufG0C92PsB form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ufG0C92PsB .content-head {
  max-width: 800px;
}
.cid-ufWfQFmeaF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fcedc4;
}
.cid-ufWfQFmeaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufWfQFmeaF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufWfQFmeaF .mbr-section-title {
  text-align: center;
}
.cid-ufWfQFmeaF .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-ufWfQFmeaF .card-text {
  text-align: center;
}
.cid-ufWyeCeF1R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcba03;
}
.cid-ufWyeCeF1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufWyeCeF1R .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ufWyeCeF1R .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufWyeCeF1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufWyeCeF1R .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ff0531;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #fcba03;
  height: 80px;
  border-radius: 50%;
}
.cid-ufWyeCeF1R .card-title,
.cid-ufWyeCeF1R .iconfont-wrapper,
.cid-ufWyeCeF1R .card-text {
  color: #000000;
  text-align: center;
}
.cid-ufWyeCeF1R .content-head {
  max-width: 800px;
}
.cid-ufWyeCeF1R .mbr-section-title {
  color: #000000;
}
.cid-ufWyeCeF1R .mbr-section-btn {
  text-align: center;
}
.cid-ufY3bCA87s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufY3bCA87s .mbr-text {
  color: #000000;
}
.cid-ufY3bCA87s .mbr-section-subtitle {
  color: #000000;
}
.cid-ufY3bCA87s .mbr-section-title {
  color: #000000;
}
