body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.5rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0e1eaf !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #7f1933 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #e60e44 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0e1eaf !important;
  border-color: #0e1eaf !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #081268 !important;
  border-color: #081268 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #081268 !important;
  border-color: #081268 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a6e6a3 !important;
  border-color: #a6e6a3 !important;
  color: #216d1d !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #216d1d !important;
  background-color: #6cd667 !important;
  border-color: #6cd667 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #216d1d !important;
  background-color: #6cd667 !important;
  border-color: #6cd667 !important;
}
.btn-info,
.btn-info:active {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e60e44 !important;
  border-color: #e60e44 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #9e0a2f !important;
  border-color: #9e0a2f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9e0a2f !important;
  border-color: #9e0a2f !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #060e51;
  color: #060e51;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0e1eaf;
  border-color: #0e1eaf;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0e1eaf !important;
  border-color: #0e1eaf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #58d053;
  color: #58d053;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #216d1d;
  background-color: #a6e6a3;
  border-color: #a6e6a3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #216d1d !important;
  background-color: #a6e6a3 !important;
  border-color: #a6e6a3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2a0811;
  color: #2a0811;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #860828;
  color: #860828;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #e60e44;
  border-color: #e60e44;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e60e44 !important;
  border-color: #e60e44 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0e1eaf !important;
}
.text-secondary {
  color: #a6e6a3 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #7f1933 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #e60e44 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #060e51 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #58d053 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2a0811 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #860828 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7f1933;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #e60e44;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0e1eaf;
  border-color: #0e1eaf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0e1eaf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4c5cf1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d93e66;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbc5d2;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #0e1eaf;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0e1eaf;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0e1eaf;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0e1eaf;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0e1eaf;
  border-bottom-color: #0e1eaf;
}
.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: #0e1eaf !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: #a6e6a3 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%230e1eaf' %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.3;
}
.cid-rZUvsw6WTO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZUvsw6WTO .mbr-text,
.cid-rZUvsw6WTO blockquote {
  color: #767676;
}
.cid-sZksQJz4X1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1edea;
}
@media (max-width: 767px) {
  .cid-sZksQJz4X1 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sZksQJz4X1 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sZksQJz4X1 .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sZksQJz4X1 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sZksQJz4X1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sZksQJz4X1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sZksQJz4X1 .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-sZksQJz4X1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sZksQJz4X1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sZksQJz4X1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sZksQJz4X1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sZksQJz4X1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sZ0h9za19T {
  background: #ffffff;
}
.cid-sZ0h9za19T .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sZ0h9za19T .mbr-figure {
  margin: 0 auto;
}
.cid-sZ0h9za19T figcaption {
  position: relative;
}
.cid-sZ0h9za19T figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sZ0h9za19T .image-block {
    width: 100% !important;
  }
}
.cid-sZ0h9za19T .mbr-figure-caption div {
  color: #ffffff;
}
.cid-sZ0hZwTBwb {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f1edea;
}
.cid-sZ0hZwTBwb .mbr-section-subtitle {
  color: #4f4943;
}
.cid-sZ0hZwTBwb .btn {
  margin: 0 0 .5rem 0;
}
.cid-sZ0hZwTBwb H2 {
  color: #e60e44;
  text-align: left;
}
.cid-sZ0jiIDxVP {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f1edea;
}
.cid-sZ0jiIDxVP p {
  color: #767676;
}
.cid-sZ0jiIDxVP .item:focus,
.cid-sZ0jiIDxVP span:focus {
  outline: none;
}
.cid-sZ0jiIDxVP .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-sZ0jiIDxVP .item-wrapper {
  position: relative;
}
.cid-sZ0jiIDxVP .item-btn,
.cid-sZ0jiIDxVP h4,
.cid-sZ0jiIDxVP h5 {
  margin: 0;
}
.cid-sZ0jiIDxVP .item-content {
  padding-top: 2rem;
}
.cid-sZ0jiIDxVP .item-title {
  color: #e60e44;
}
.cid-sZ0jiIDxVP .item-subtitle {
  color: #890cc0;
  text-align: left;
}
.cid-sZ0jiIDxVP item-text {
  color: #465052;
  text-align: center;
}
.cid-sZ0o2MjkIK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f1edea;
}
.cid-sZ0o2MjkIK .mbr-section-subtitle {
  color: #676767;
}
.cid-sZ0o2MjkIK .btn {
  margin: 0 0 .5rem 0;
}
.cid-sZ0o2MjkIK H2 {
  color: #9034b9;
}
.cid-sZ0rXLTCP5 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #f1edea;
}
.cid-sZ0rXLTCP5 h2 {
  text-align: center;
}
.cid-sZ0rXLTCP5 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sZ0rXLTCP5 p {
  color: #767676;
}
.cid-sZ0rXLTCP5 img {
  object-fit: cover;
}
.cid-sZ0rXLTCP5 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sZ0rXLTCP5 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sZ0rXLTCP5 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-sZ0rXLTCP5 .mbr-section-subtitle {
  color: #767676;
}
.cid-sZ0rXLTCP5 .card-title {
  font-weight: 500;
}
.cid-sZ0rXLTCP5 .card-img {
  text-align: inherit;
}
.cid-sZ0rXLTCP5 .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sZ0rXLTCP5 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sZ0rXLTCP5 .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sZ0rXLTCP5 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-sZ0rXLTCP5 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-sZ0rXLTCP5 .card:nth-child(1) {
    padding-bottom: 0 !important;
  }
}
.cid-sZ0rXLTCP5 .mbr-section-title {
  color: #465052;
}
.cid-sZ0rXLTCP5 .mbr-crt-title {
  color: #465052;
}
.cid-sZ0rXLTCP5 .mbr-section-text {
  color: #e60e44;
  text-align: left;
}
.cid-sZ0vzSGhOH {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f1edea;
}
@media (min-width: 992px) {
  .cid-sZ0vzSGhOH .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sZ0vzSGhOH .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sZ0vzSGhOH .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tf9PnCknR0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #dbd4b8, #f1edea);
}
.cid-tf9PnCknR0 .btn {
  margin: 0 0 .5rem 0;
}
.cid-tf9PnCknR0 H2 {
  color: #e60e44;
  text-align: left;
}
.cid-tf9PdpGMIB {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f1edea;
}
.cid-tf9PdpGMIB .counter-container {
  color: #767676;
}
.cid-tf9PdpGMIB .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tf9PdpGMIB .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tf9PdpGMIB .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-tf9PdpGMIB .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #e60e44;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tf9PdpGMIB .mbr-text {
  color: #465052;
}
.cid-sZ0IilLKcQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f1edea;
}
@media (min-width: 992px) {
  .cid-sZ0IilLKcQ .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sZ0IilLKcQ .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sZ0IilLKcQ .mbr-text {
  color: #073b4c;
  text-align: left;
}
.cid-sZ0BFkL5lb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f1edea;
}
@media (min-width: 992px) {
  .cid-sZ0BFkL5lb .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sZ0BFkL5lb .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sZ0BFkL5lb .mbr-text {
  color: #465052;
}
.cid-sZ63qMpWXW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f1edea;
}
.cid-sZ63qMpWXW .mbr-text,
.cid-sZ63qMpWXW blockquote {
  color: #767676;
}
.cid-sZ63qMpWXW .mbr-text {
  color: #e60e44;
}
.cid-sZ64LL3MLF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f1edea;
}
.cid-sZ64RBSMzx {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f1edea;
}
.cid-sZksGadAmP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1edea;
}
@media (max-width: 767px) {
  .cid-sZksGadAmP .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sZksGadAmP .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sZksGadAmP .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sZksGadAmP .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sZksGadAmP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sZksGadAmP .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sZksGadAmP .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-sZksGadAmP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sZksGadAmP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sZksGadAmP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sZksGadAmP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sZksGadAmP .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sZ9zfH8aJ5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f1edea;
}
.cid-sZ9zfH8aJ5 .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-sZ9zfH8aJ5 .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sZ9zfH8aJ5 .mbr-author-desc {
  color: #232;
}
@media (max-width: 991px) {
  .cid-sZ9zfH8aJ5 .mbr-figure,
  .cid-sZ9zfH8aJ5 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-sZ9zfH8aJ5 P {
  color: #465052;
}
.cid-sZkfyYtWug {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f1edea;
}
@media (max-width: 767px) {
  .cid-sZkfyYtWug .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sZkfyYtWug .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sZkfyYtWug .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sZkfyYtWug .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sZkfyYtWug .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sZkfyYtWug .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sZkfyYtWug .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-sZkfyYtWug .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sZkfyYtWug .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sZkfyYtWug .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sZkfyYtWug .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sZkfyYtWug .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rZxVZRchzI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/sinneskraft-2.webp");
}
.cid-rZxWgxeRWb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZxWgxeRWb .mbr-text,
.cid-rZxWgxeRWb blockquote {
  color: #767676;
}
.cid-rZxWgxeRWb .mbr-text P {
  text-align: left;
}
.cid-sZk9IUETkJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1edea;
}
.cid-sZk9IUETkJ .mbr-text,
.cid-sZk9IUETkJ blockquote {
  color: #767676;
}
.cid-sZksUPw3ze {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1edea;
}
@media (max-width: 767px) {
  .cid-sZksUPw3ze .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sZksUPw3ze .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sZksUPw3ze .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sZksUPw3ze .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sZksUPw3ze .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sZksUPw3ze .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sZksUPw3ze .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-sZksUPw3ze .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sZksUPw3ze .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sZksUPw3ze .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sZksUPw3ze .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sZksUPw3ze .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v3pc7SQ73T {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1edea;
}
@media (max-width: 767px) {
  .cid-v3pc7SQ73T .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v3pc7SQ73T .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-v3pc7SQ73T .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-v3pc7SQ73T .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v3pc7SQ73T .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v3pc7SQ73T .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-v3pc7SQ73T .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-v3pc7SQ73T .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v3pc7SQ73T .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v3pc7SQ73T .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v3pc7SQ73T .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v3pc7SQ73T .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1hSTqSxfq .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t1hSTqSxfq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t1hSTqSxfq a {
  font-style: normal;
}
.cid-t1hSTqSxfq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t1hSTqSxfq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t1hSTqSxfq .nav-item:focus,
.cid-t1hSTqSxfq .nav-link:focus {
  outline: none;
}
.cid-t1hSTqSxfq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t1hSTqSxfq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t1hSTqSxfq .menu-logo {
  margin-right: auto;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t1hSTqSxfq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t1hSTqSxfq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t1hSTqSxfq button.navbar-toggler:focus {
  outline: none;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .btn {
  display: -webkit-flex;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t1hSTqSxfq .collapsed button.navbar-toggler {
  display: block;
}
.cid-t1hSTqSxfq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t1hSTqSxfq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t1hSTqSxfq.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq img {
    height: 3.8rem !important;
  }
  .cid-t1hSTqSxfq .btn {
    display: -webkit-flex;
  }
  .cid-t1hSTqSxfq button.navbar-toggler {
    display: block;
  }
  .cid-t1hSTqSxfq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t1hSTqSxfq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing,
  .cid-t1hSTqSxfq .navbar-collapse.show {
    display: block !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t1hSTqSxfq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t1hSTqSxfq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t1hSTqSxfq .nav-link:hover,
.cid-t1hSTqSxfq .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tiIAjQCBcV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tiIAjQCBcV h3 {
  font-weight: 300;
}
.cid-tiIAjQCBcV .card-img {
  width: initial;
}
.cid-tiIAjQCBcV .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tiIAjQCBcV .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-tiIAjQCBcV .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tiIAjQCBcV .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-tiIAjQCBcV .mbr-text {
  color: #767676;
}
.cid-tiIAjQCBcV .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tiIAjQCBcV .mbr-al-i-c {
  align-items: center;
}
.cid-tiIAjQCBcV .mbr-section-title {
  color: #de1547;
  text-align: center;
}
.cid-t1hSTqSxfq .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t1hSTqSxfq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t1hSTqSxfq a {
  font-style: normal;
}
.cid-t1hSTqSxfq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t1hSTqSxfq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t1hSTqSxfq .nav-item:focus,
.cid-t1hSTqSxfq .nav-link:focus {
  outline: none;
}
.cid-t1hSTqSxfq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t1hSTqSxfq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t1hSTqSxfq .menu-logo {
  margin-right: auto;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t1hSTqSxfq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t1hSTqSxfq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t1hSTqSxfq button.navbar-toggler:focus {
  outline: none;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .btn {
  display: -webkit-flex;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t1hSTqSxfq .collapsed button.navbar-toggler {
  display: block;
}
.cid-t1hSTqSxfq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t1hSTqSxfq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t1hSTqSxfq.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq img {
    height: 3.8rem !important;
  }
  .cid-t1hSTqSxfq .btn {
    display: -webkit-flex;
  }
  .cid-t1hSTqSxfq button.navbar-toggler {
    display: block;
  }
  .cid-t1hSTqSxfq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t1hSTqSxfq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing,
  .cid-t1hSTqSxfq .navbar-collapse.show {
    display: block !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t1hSTqSxfq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t1hSTqSxfq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t1hSTqSxfq .nav-link:hover,
.cid-t1hSTqSxfq .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tmoSUwXnG7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tmoSUwXnG7 .card-box {
  padding: 0 2rem;
}
.cid-tmoSUwXnG7 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tmoSUwXnG7 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tmoSUwXnG7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tmoSUwXnG7 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tmoSUwXnG7 .mbr-text {
  color: #767676;
}
.cid-tmoSUwXnG7 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tmoSUwXnG7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tmoSUwXnG7 .card-title {
  color: #465052;
}
.cid-urXP7gBvv0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-urXP7gBvv0 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-urXP7gBvv0 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-urXP7gBvv0 .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-urXP7gBvv0 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-urXP7gBvv0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-urXP7gBvv0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-urXP7gBvv0 .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-urXP7gBvv0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-urXP7gBvv0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urXP7gBvv0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-urXP7gBvv0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urXP7gBvv0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1hSTqSxfq .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t1hSTqSxfq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t1hSTqSxfq a {
  font-style: normal;
}
.cid-t1hSTqSxfq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t1hSTqSxfq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t1hSTqSxfq .nav-item:focus,
.cid-t1hSTqSxfq .nav-link:focus {
  outline: none;
}
.cid-t1hSTqSxfq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t1hSTqSxfq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t1hSTqSxfq .menu-logo {
  margin-right: auto;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t1hSTqSxfq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t1hSTqSxfq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t1hSTqSxfq button.navbar-toggler:focus {
  outline: none;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .btn {
  display: -webkit-flex;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t1hSTqSxfq .collapsed button.navbar-toggler {
  display: block;
}
.cid-t1hSTqSxfq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t1hSTqSxfq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t1hSTqSxfq.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq img {
    height: 3.8rem !important;
  }
  .cid-t1hSTqSxfq .btn {
    display: -webkit-flex;
  }
  .cid-t1hSTqSxfq button.navbar-toggler {
    display: block;
  }
  .cid-t1hSTqSxfq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t1hSTqSxfq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing,
  .cid-t1hSTqSxfq .navbar-collapse.show {
    display: block !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t1hSTqSxfq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t1hSTqSxfq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t1hSTqSxfq .nav-link:hover,
.cid-t1hSTqSxfq .dropdown-item:hover {
  color: #767676 !important;
}
.cid-trYdz83RVY {
  background-image: url("../../../assets/images/weie-blute-mit-herzmagie-langs.webp");
}
.cid-trYdz83RVY H1 {
  color: #ffffff;
}
.cid-trYfK8IJhs {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-trYfK8IJhs .mbr-text,
.cid-trYfK8IJhs blockquote {
  color: #767676;
}
.cid-trYfK8IJhs .mbr-text {
  color: #465052;
}
.cid-ts0hJBt3uC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ts0iglnIjN {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ts0iglnIjN h2 {
  text-align: left;
}
.cid-ts0iglnIjN h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ts0iglnIjN p {
  color: #767676;
  text-align: left;
}
.cid-ts0iglnIjN .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ts0iglnIjN .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ts0iglnIjN .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ts0iglnIjN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ts0iglnIjN .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ts0iglnIjN .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ts0iglnIjN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ts0iglnIjN .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ts0iglnIjN .card-img span {
    font-size: 40px !important;
  }
}
.cid-ts0l5GYkbE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ts0lI5ngx8 {
  background-image: url("../../../assets/images/gelbe-blute-langs.webp");
}
.cid-ts0mb46uRE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ts0mb46uRE .mbr-text,
.cid-ts0mb46uRE blockquote {
  color: #767676;
}
.cid-ts0v8v7Wlc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ts0v8v7Wlc .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ts0v8v7Wlc .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-ts0v8v7Wlc .mbr-text {
  color: #767676;
}
.cid-ts0waoWuWb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ts0waoWuWb .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ts0waoWuWb .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-ts0waoWuWb .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-ts0v8xXUv9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ts0v8xXUv9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ts0v8xXUv9 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-ts0v8xXUv9 .mbr-text {
  color: #767676;
}
.cid-ts0yNujsGU {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ts0yNujsGU .mbr-text,
.cid-ts0yNujsGU blockquote {
  color: #767676;
}
.cid-ts0ISyocbp {
  background-image: url("../../../assets/images/hawaii-mit-regenbogen-und-text-langs-2.webp");
}
.cid-ts0B6ozMhh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ts0J5UKNZC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ts0J5UKNZC .mbr-text,
.cid-ts0J5UKNZC blockquote {
  color: #767676;
}
.cid-ts0Dq7pCQu {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ts0Dq7pCQu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ts0Dq7pCQu .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-ts0Dq7pCQu .mbr-text {
  color: #767676;
}
.cid-tg4Xg4T3fN {
  background-image: url("../../../assets/images/frauenkopf-mit-blumen-inspiration.webp");
}
.cid-tg4Xg4T3fN H1 {
  text-align: left;
  color: #efefef;
}
.cid-tg4Xg4T3fN .mbr-text,
.cid-tg4Xg4T3fN .mbr-section-btn {
  text-align: left;
}
.cid-tg4YBGLVmx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1edea;
}
@media (min-width: 992px) {
  .cid-tg4YBGLVmx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tg4YBGLVmx .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tg4YBGLVmx .mbr-text {
  color: #767676;
}
.cid-tg8HLq4Gcd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1edea;
}
@media (max-width: 767px) {
  .cid-tg8HLq4Gcd .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tg8HLq4Gcd .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-tg8HLq4Gcd .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tg8HLq4Gcd .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tg8HLq4Gcd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tg8HLq4Gcd .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tg8HLq4Gcd .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-tg8HLq4Gcd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tg8HLq4Gcd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tg8HLq4Gcd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tg8HLq4Gcd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tg8HLq4Gcd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t15as5yTUG {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t15as5yTUG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t15as5yTUG p {
  color: #767676;
  text-align: left;
}
.cid-t15as5yTUG .card-box {
  padding-top: 2rem;
}
.cid-t15as5yTUG .card-wrapper {
  height: 100%;
}
.cid-t15as5yTUG .card-title {
  color: #0e1eaf;
}
.cid-t15iWoHlqY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t15iWoHlqY .mbr-section-subtitle,
.cid-t15iWoHlqY .mbr-text {
  color: #767676;
}
.cid-t15iWoHlqY .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-t15iWoHlqY .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t15iWoHlqY .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t15iWoHlqY .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-t15iWoHlqY .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-t15iWoHlqY .card-wrapper .card-img img {
  width: 100%;
}
.cid-t15iWoHlqY .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-t15iWoHlqY .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-t15iWoHlqY .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-t15iWoHlqY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-t15iWoHlqY .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-t15iWoHlqY .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-t15iWoHlqY .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-t15iWoHlqY .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-t15iWoHlqY .card-title {
  color: #0e1eaf;
}
.cid-tg8HYu1EA9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1edea;
}
@media (max-width: 767px) {
  .cid-tg8HYu1EA9 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tg8HYu1EA9 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-tg8HYu1EA9 .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tg8HYu1EA9 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tg8HYu1EA9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tg8HYu1EA9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tg8HYu1EA9 .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-tg8HYu1EA9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tg8HYu1EA9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tg8HYu1EA9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tg8HYu1EA9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tg8HYu1EA9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1hSTqSxfq .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t1hSTqSxfq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t1hSTqSxfq a {
  font-style: normal;
}
.cid-t1hSTqSxfq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t1hSTqSxfq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t1hSTqSxfq .nav-item:focus,
.cid-t1hSTqSxfq .nav-link:focus {
  outline: none;
}
.cid-t1hSTqSxfq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t1hSTqSxfq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t1hSTqSxfq .menu-logo {
  margin-right: auto;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t1hSTqSxfq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t1hSTqSxfq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t1hSTqSxfq button.navbar-toggler:focus {
  outline: none;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .btn {
  display: -webkit-flex;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t1hSTqSxfq .collapsed button.navbar-toggler {
  display: block;
}
.cid-t1hSTqSxfq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t1hSTqSxfq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t1hSTqSxfq.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq img {
    height: 3.8rem !important;
  }
  .cid-t1hSTqSxfq .btn {
    display: -webkit-flex;
  }
  .cid-t1hSTqSxfq button.navbar-toggler {
    display: block;
  }
  .cid-t1hSTqSxfq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t1hSTqSxfq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing,
  .cid-t1hSTqSxfq .navbar-collapse.show {
    display: block !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t1hSTqSxfq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t1hSTqSxfq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t1hSTqSxfq .nav-link:hover,
.cid-t1hSTqSxfq .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tKVdlsNmze {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tKVdlsNmze .mbr-section-subtitle {
  color: #767676;
}
.cid-tKVdlsNmze .btn {
  margin: 0 0 .5rem 0;
}
.cid-tKVdlsNmze H2 {
  color: #c4bc3b;
  text-align: center;
}
.cid-tKVc6d2x7m {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tKVc6d2x7m .image-block {
  margin: auto;
}
.cid-tKVc6d2x7m figcaption {
  position: relative;
}
.cid-tKVc6d2x7m figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tKVc6d2x7m .image-block {
    width: 100% !important;
  }
}
.cid-tKUTvOqWJv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKUTvOqWJv .mbr-text,
.cid-tKUTvOqWJv blockquote {
  color: #767676;
}
.cid-tKVcgintCL {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-tKVcgintCL .image-block {
  margin: auto;
}
.cid-tKVcgintCL figcaption {
  position: relative;
}
.cid-tKVcgintCL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tKVcgintCL .image-block {
    width: 100% !important;
  }
}
.cid-tKUWo8WLZX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKUWHhv38S {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tKUWHhv38S .mbr-text,
.cid-tKUWHhv38S blockquote {
  color: #767676;
}
.cid-tKV2bVNPsA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKVbWyhi3N {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px;
}
.cid-tKVbWyhi3N .image-block {
  margin: auto;
}
.cid-tKVbWyhi3N figcaption {
  position: relative;
}
.cid-tKVbWyhi3N figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tKVbWyhi3N .image-block {
    width: 100% !important;
  }
}
.cid-t1hSTqSxfq .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t1hSTqSxfq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t1hSTqSxfq a {
  font-style: normal;
}
.cid-t1hSTqSxfq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t1hSTqSxfq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t1hSTqSxfq .nav-item:focus,
.cid-t1hSTqSxfq .nav-link:focus {
  outline: none;
}
.cid-t1hSTqSxfq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t1hSTqSxfq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t1hSTqSxfq .menu-logo {
  margin-right: auto;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t1hSTqSxfq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t1hSTqSxfq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t1hSTqSxfq button.navbar-toggler:focus {
  outline: none;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .btn {
  display: -webkit-flex;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t1hSTqSxfq .collapsed button.navbar-toggler {
  display: block;
}
.cid-t1hSTqSxfq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t1hSTqSxfq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t1hSTqSxfq.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq img {
    height: 3.8rem !important;
  }
  .cid-t1hSTqSxfq .btn {
    display: -webkit-flex;
  }
  .cid-t1hSTqSxfq button.navbar-toggler {
    display: block;
  }
  .cid-t1hSTqSxfq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t1hSTqSxfq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing,
  .cid-t1hSTqSxfq .navbar-collapse.show {
    display: block !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t1hSTqSxfq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t1hSTqSxfq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t1hSTqSxfq .nav-link:hover,
.cid-t1hSTqSxfq .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tT7pkN2RAF {
  background-image: url("../../../assets/images/glitzer-gold-und-blau.webp");
}
.cid-tT7pkN2RAF H1 {
  color: #55b4d4;
}
.cid-tT7q3JkUVz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tT7qN8hCED {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT7qN8hCED .mbr-text,
.cid-tT7qN8hCED blockquote {
  color: #767676;
}
.cid-tT7qN8hCED .mbr-text {
  color: #465052;
}
.cid-tT7qFkraun {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tT7qFkraun .counter-container {
  color: #767676;
}
.cid-tT7qFkraun .counter-container ul {
  margin-bottom: 0;
}
.cid-tT7qFkraun .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tT7qFkraun .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tT7wrHLtm9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t1hSTqSxfq .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t1hSTqSxfq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t1hSTqSxfq a {
  font-style: normal;
}
.cid-t1hSTqSxfq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t1hSTqSxfq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t1hSTqSxfq .nav-item:focus,
.cid-t1hSTqSxfq .nav-link:focus {
  outline: none;
}
.cid-t1hSTqSxfq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t1hSTqSxfq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t1hSTqSxfq .menu-logo {
  margin-right: auto;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t1hSTqSxfq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t1hSTqSxfq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t1hSTqSxfq button.navbar-toggler:focus {
  outline: none;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .btn {
  display: -webkit-flex;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t1hSTqSxfq .collapsed button.navbar-toggler {
  display: block;
}
.cid-t1hSTqSxfq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t1hSTqSxfq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t1hSTqSxfq.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq img {
    height: 3.8rem !important;
  }
  .cid-t1hSTqSxfq .btn {
    display: -webkit-flex;
  }
  .cid-t1hSTqSxfq button.navbar-toggler {
    display: block;
  }
  .cid-t1hSTqSxfq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t1hSTqSxfq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing,
  .cid-t1hSTqSxfq .navbar-collapse.show {
    display: block !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t1hSTqSxfq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t1hSTqSxfq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t1hSTqSxfq .nav-link:hover,
.cid-t1hSTqSxfq .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tXsTxE1QdT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tXsTxE1QdT .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tXsTxE1QdT .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tXsTxE1QdT .mbr-text {
  color: #767676;
}
.cid-t1hSTqSxfq .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t1hSTqSxfq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t1hSTqSxfq a {
  font-style: normal;
}
.cid-t1hSTqSxfq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t1hSTqSxfq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t1hSTqSxfq .nav-item:focus,
.cid-t1hSTqSxfq .nav-link:focus {
  outline: none;
}
.cid-t1hSTqSxfq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t1hSTqSxfq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t1hSTqSxfq .menu-logo {
  margin-right: auto;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t1hSTqSxfq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t1hSTqSxfq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t1hSTqSxfq button.navbar-toggler:focus {
  outline: none;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .btn {
  display: -webkit-flex;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t1hSTqSxfq .collapsed button.navbar-toggler {
  display: block;
}
.cid-t1hSTqSxfq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t1hSTqSxfq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t1hSTqSxfq.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq img {
    height: 3.8rem !important;
  }
  .cid-t1hSTqSxfq .btn {
    display: -webkit-flex;
  }
  .cid-t1hSTqSxfq button.navbar-toggler {
    display: block;
  }
  .cid-t1hSTqSxfq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t1hSTqSxfq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing,
  .cid-t1hSTqSxfq .navbar-collapse.show {
    display: block !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t1hSTqSxfq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t1hSTqSxfq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t1hSTqSxfq .nav-link:hover,
.cid-t1hSTqSxfq .dropdown-item:hover {
  color: #767676 !important;
}
.cid-urUH1rMkgy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-urUH1rMkgy .mbr-text,
.cid-urUH1rMkgy blockquote {
  color: #767676;
}
.cid-urULnfEEnL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urXMp3Xu4C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-urXMp3Xu4C .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-urXMp3Xu4C .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-urXMp3Xu4C .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-urXMp3Xu4C .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-urXMp3Xu4C .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-urXMp3Xu4C .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-urXMp3Xu4C .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-urXMp3Xu4C .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-urXMp3Xu4C .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urXMp3Xu4C .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-urXMp3Xu4C .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urXMp3Xu4C .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1hSTqSxfq .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t1hSTqSxfq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t1hSTqSxfq a {
  font-style: normal;
}
.cid-t1hSTqSxfq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t1hSTqSxfq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t1hSTqSxfq .nav-item:focus,
.cid-t1hSTqSxfq .nav-link:focus {
  outline: none;
}
.cid-t1hSTqSxfq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t1hSTqSxfq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t1hSTqSxfq .menu-logo {
  margin-right: auto;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t1hSTqSxfq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t1hSTqSxfq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t1hSTqSxfq button.navbar-toggler:focus {
  outline: none;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .btn {
  display: -webkit-flex;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t1hSTqSxfq .collapsed button.navbar-toggler {
  display: block;
}
.cid-t1hSTqSxfq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t1hSTqSxfq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t1hSTqSxfq.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq img {
    height: 3.8rem !important;
  }
  .cid-t1hSTqSxfq .btn {
    display: -webkit-flex;
  }
  .cid-t1hSTqSxfq button.navbar-toggler {
    display: block;
  }
  .cid-t1hSTqSxfq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t1hSTqSxfq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing,
  .cid-t1hSTqSxfq .navbar-collapse.show {
    display: block !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t1hSTqSxfq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t1hSTqSxfq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t1hSTqSxfq .nav-link:hover,
.cid-t1hSTqSxfq .dropdown-item:hover {
  color: #767676 !important;
}
.cid-urUMa8dNMl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-urUMa8dNMl .mbr-text,
.cid-urUMa8dNMl blockquote {
  color: #767676;
}
.cid-urUOJT0nBX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-urXM1JcWF5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-urXM1JcWF5 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-urXM1JcWF5 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-urXM1JcWF5 .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-urXM1JcWF5 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-urXM1JcWF5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-urXM1JcWF5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-urXM1JcWF5 .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-urXM1JcWF5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-urXM1JcWF5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urXM1JcWF5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-urXM1JcWF5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urXM1JcWF5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rZUkot29lT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZUkot29lT .mbr-section-subtitle {
  color: #767676;
}
.cid-rZUgH4dyRN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZUgH4dyRN .counter-container {
  color: #767676;
}
.cid-rZUgH4dyRN .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-rZUgH4dyRN .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-rZUgH4dyRN .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-rZUgH4dyRN .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-sZksYw2DcK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1edea;
}
@media (max-width: 767px) {
  .cid-sZksYw2DcK .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sZksYw2DcK .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sZksYw2DcK .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sZksYw2DcK .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sZksYw2DcK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sZksYw2DcK .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sZksYw2DcK .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-sZksYw2DcK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sZksYw2DcK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sZksYw2DcK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sZksYw2DcK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sZksYw2DcK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1hSTqSxfq .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t1hSTqSxfq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t1hSTqSxfq a {
  font-style: normal;
}
.cid-t1hSTqSxfq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t1hSTqSxfq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t1hSTqSxfq .nav-item:focus,
.cid-t1hSTqSxfq .nav-link:focus {
  outline: none;
}
.cid-t1hSTqSxfq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t1hSTqSxfq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t1hSTqSxfq .menu-logo {
  margin-right: auto;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t1hSTqSxfq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t1hSTqSxfq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t1hSTqSxfq button.navbar-toggler:focus {
  outline: none;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .btn {
  display: -webkit-flex;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t1hSTqSxfq .collapsed button.navbar-toggler {
  display: block;
}
.cid-t1hSTqSxfq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t1hSTqSxfq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t1hSTqSxfq.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq img {
    height: 3.8rem !important;
  }
  .cid-t1hSTqSxfq .btn {
    display: -webkit-flex;
  }
  .cid-t1hSTqSxfq button.navbar-toggler {
    display: block;
  }
  .cid-t1hSTqSxfq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t1hSTqSxfq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing,
  .cid-t1hSTqSxfq .navbar-collapse.show {
    display: block !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t1hSTqSxfq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t1hSTqSxfq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t1hSTqSxfq .nav-link:hover,
.cid-t1hSTqSxfq .dropdown-item:hover {
  color: #767676 !important;
}
.cid-u68a2jFiwl {
  background-image: url("../../../assets/images/medidanceflow-dance-into-your-soul-orange.webp");
}
.cid-u6NJW1rioX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6NJW1rioX .mbr-text,
.cid-u6NJW1rioX blockquote {
  color: #767676;
}
.cid-u68at3Ypnq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u68at3Ypnq .mbr-text,
.cid-u68at3Ypnq blockquote {
  color: #767676;
}
.cid-u68eOHbuDU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u68fpwbN6N {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u68fpwbN6N h3 {
  font-weight: 300;
}
.cid-u68fpwbN6N .card-img {
  width: initial;
}
.cid-u68fpwbN6N .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-u68fpwbN6N .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-u68fpwbN6N .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u68fpwbN6N .mbr-section-subtitle {
  color: #767676;
}
.cid-u68fpwbN6N .mbr-text {
  color: #767676;
}
.cid-u68fpwbN6N .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u68fpwbN6N .mbr-al-i-c {
  align-items: center;
}
.cid-u68iHCIt0r {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u68iHCIt0r .mbr-text,
.cid-u68iHCIt0r blockquote {
  color: #767676;
}
.cid-u68iO4sIaI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u68iO4sIaI .mbr-text,
.cid-u68iO4sIaI blockquote {
  color: #767676;
}
.cid-u68jfCSHy3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u6NLVkEYzt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6NLVkEYzt .mbr-section-subtitle {
  color: #767676;
}
.cid-u6NLVkEYzt .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u6NLVkEYzt .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-u6NLVkEYzt .team-item .item-image img {
  width: 100%;
}
.cid-u6NLVkEYzt .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u6NLVkEYzt .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u6NLVkEYzt .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u6NLVkEYzt .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-t1hSTqSxfq .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t1hSTqSxfq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t1hSTqSxfq a {
  font-style: normal;
}
.cid-t1hSTqSxfq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t1hSTqSxfq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t1hSTqSxfq .nav-item:focus,
.cid-t1hSTqSxfq .nav-link:focus {
  outline: none;
}
.cid-t1hSTqSxfq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t1hSTqSxfq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t1hSTqSxfq .menu-logo {
  margin-right: auto;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t1hSTqSxfq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t1hSTqSxfq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t1hSTqSxfq button.navbar-toggler:focus {
  outline: none;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .btn {
  display: -webkit-flex;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t1hSTqSxfq .collapsed button.navbar-toggler {
  display: block;
}
.cid-t1hSTqSxfq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t1hSTqSxfq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t1hSTqSxfq.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq img {
    height: 3.8rem !important;
  }
  .cid-t1hSTqSxfq .btn {
    display: -webkit-flex;
  }
  .cid-t1hSTqSxfq button.navbar-toggler {
    display: block;
  }
  .cid-t1hSTqSxfq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t1hSTqSxfq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing,
  .cid-t1hSTqSxfq .navbar-collapse.show {
    display: block !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t1hSTqSxfq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t1hSTqSxfq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t1hSTqSxfq .nav-link:hover,
.cid-t1hSTqSxfq .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sZ9mqDWEIO {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mutmacherin-und-ruhepol-mit-mohnblume-1.webp");
}
.cid-sZ9mqDWEIO .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-sZ9mqDWEIO .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-sZ9mqDWEIO .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-sZ9mqDWEIO .mbr-text {
  color: #ffffff;
}
.cid-sZ9mqDWEIO .card {
  padding-bottom: 1.5rem;
}
.cid-sZ9mqDWEIO .mbr-text,
.cid-sZ9mqDWEIO .mbr-section-btn {
  color: #de1547;
  text-align: left;
}
.cid-sZ9mqDWEIO H1 {
  color: #de1547;
}
.cid-v47J6Wedjt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v47G8mZGg0 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-v47G8mZGg0 .image-block {
  margin: auto;
}
.cid-v47G8mZGg0 figcaption {
  position: relative;
}
.cid-v47G8mZGg0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v47G8mZGg0 .image-block {
    width: 100% !important;
  }
}
.cid-v47MbtmROJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sZksysaRZs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1edea;
}
@media (max-width: 767px) {
  .cid-sZksysaRZs .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sZksysaRZs .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sZksysaRZs .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sZksysaRZs .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sZksysaRZs .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sZksysaRZs .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sZksysaRZs .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-sZksysaRZs .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sZksysaRZs .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sZksysaRZs .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sZksysaRZs .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sZksysaRZs .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1hSTqSxfq .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t1hSTqSxfq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t1hSTqSxfq a {
  font-style: normal;
}
.cid-t1hSTqSxfq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t1hSTqSxfq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t1hSTqSxfq .nav-item:focus,
.cid-t1hSTqSxfq .nav-link:focus {
  outline: none;
}
.cid-t1hSTqSxfq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t1hSTqSxfq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t1hSTqSxfq .menu-logo {
  margin-right: auto;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t1hSTqSxfq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t1hSTqSxfq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t1hSTqSxfq button.navbar-toggler:focus {
  outline: none;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .btn {
  display: -webkit-flex;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t1hSTqSxfq .collapsed button.navbar-toggler {
  display: block;
}
.cid-t1hSTqSxfq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t1hSTqSxfq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t1hSTqSxfq.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq img {
    height: 3.8rem !important;
  }
  .cid-t1hSTqSxfq .btn {
    display: -webkit-flex;
  }
  .cid-t1hSTqSxfq button.navbar-toggler {
    display: block;
  }
  .cid-t1hSTqSxfq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t1hSTqSxfq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing,
  .cid-t1hSTqSxfq .navbar-collapse.show {
    display: block !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t1hSTqSxfq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t1hSTqSxfq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t1hSTqSxfq .nav-link:hover,
.cid-t1hSTqSxfq .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tVzOcueAUl {
  background: #ffffff;
}
.cid-tVzOcueAUl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tVzOcueAUl .mbr-figure {
  margin: 0 auto;
}
.cid-tVzOcueAUl figcaption {
  position: relative;
}
.cid-tVzOcueAUl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tVzOcueAUl .image-block {
    width: 100% !important;
  }
}
.cid-tVzFwZoHH5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tVzFz4q9Dm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tVzFz4q9Dm .mbr-text,
.cid-tVzFz4q9Dm blockquote {
  color: #767676;
}
.cid-tVzFzIiFfi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tVzHPLtuqF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tVzHPLtuqF .mbr-text,
.cid-tVzHPLtuqF blockquote {
  color: #767676;
}
.cid-tVzJr9dCcB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t1hSTqSxfq .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-t1hSTqSxfq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t1hSTqSxfq a {
  font-style: normal;
}
.cid-t1hSTqSxfq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t1hSTqSxfq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t1hSTqSxfq .nav-item:focus,
.cid-t1hSTqSxfq .nav-link:focus {
  outline: none;
}
.cid-t1hSTqSxfq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t1hSTqSxfq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t1hSTqSxfq .menu-logo {
  margin-right: auto;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1hSTqSxfq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t1hSTqSxfq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t1hSTqSxfq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t1hSTqSxfq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t1hSTqSxfq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t1hSTqSxfq button.navbar-toggler:focus {
  outline: none;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1hSTqSxfq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1hSTqSxfq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1hSTqSxfq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .btn {
  display: -webkit-flex;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t1hSTqSxfq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t1hSTqSxfq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t1hSTqSxfq .collapsed button.navbar-toggler {
  display: block;
}
.cid-t1hSTqSxfq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t1hSTqSxfq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t1hSTqSxfq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t1hSTqSxfq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t1hSTqSxfq.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq img {
    height: 3.8rem !important;
  }
  .cid-t1hSTqSxfq .btn {
    display: -webkit-flex;
  }
  .cid-t1hSTqSxfq button.navbar-toggler {
    display: block;
  }
  .cid-t1hSTqSxfq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t1hSTqSxfq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t1hSTqSxfq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing,
  .cid-t1hSTqSxfq .navbar-collapse.show {
    display: block !important;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t1hSTqSxfq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t1hSTqSxfq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t1hSTqSxfq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t1hSTqSxfq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t1hSTqSxfq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t1hSTqSxfq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t1hSTqSxfq .nav-link:hover,
.cid-t1hSTqSxfq .dropdown-item:hover {
  color: #767676 !important;
}
.cid-urUPWLDf4C {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-urUPWLDf4C .mbr-text,
.cid-urUPWLDf4C blockquote {
  color: #767676;
}
.cid-urURwM8FMx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-urURwM8FMx .mbr-section-subtitle {
  color: #767676;
}
.cid-urURwM8FMx .btn {
  margin: 0 0 .5rem 0;
}
.cid-urURwM8FMx H2 {
  color: #149dcc;
}
.cid-urUSwEqi6Q {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-urUSwEqi6Q h4 {
  text-align: left;
  font-weight: 500;
}
.cid-urUSwEqi6Q p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-urUSwEqi6Q .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-urUSwEqi6Q .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-urUSwEqi6Q .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urUSwEqi6Q .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-urUSwEqi6Q .card-box {
    padding-left: 0;
  }
}
.cid-urUSwEqi6Q P {
  color: #073b4c;
}
.cid-urXLlCTn7a {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-urXLlCTn7a .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-urXLlCTn7a .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-urXLlCTn7a .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-urXLlCTn7a .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-urXLlCTn7a .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-urXLlCTn7a .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-urXLlCTn7a .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-urXLlCTn7a .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-urXLlCTn7a .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urXLlCTn7a .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-urXLlCTn7a .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urXLlCTn7a .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urXLlCTn7a .links {
  text-align: right;
}
