@primaryColor: #efefef;
@secondaryColor: #cc2952;
@successColor: #f7ed4a;
@infoColor: #635a51;
@warningColor: #232323;
@dangerColor: #B1A374;
@mainFont: Rubik;
@display1Font: 'Roboto', sans-serif;
@display1Size: 1.6;
@display2Font: 'Indie Flower', handwriting;
@display2Size: 3;
@display5Font: 'PT Serif', serif;
@display5Size: 0,5;
@display7Font: 'Indie Flower', handwriting;
@display7Size: 1;
@display4Font: 'Rubik', sans-serif;
@display4Size: 1;
@isRoundedButtons: true;
@isAnimatedOnScroll: false;
@isScrollToTopButton: false;
@btn-font-size: .8rem;
@btn-border-radius: 3px;
@btn-padding-y: 1rem;
@btn-padding-x: 3rem;
@btn-font-size-sm: .8rem;
@btn-border-radius-sm: 3px;
@btn-padding-y-sm: .6rem;
@btn-padding-x-sm: 1.5rem;
@btn-font-size-md: 1rem;
@btn-border-radius-md: 3px;
@btn-padding-y-md: 1rem;
@btn-padding-x-md: 3rem;
@btn-font-size-lg: 1.2rem;
@btn-border-radius-lg: 3px;
@btn-padding-y-lg: 1.2rem;
@btn-padding-x-lg: 3.2rem;

a.link-light{color:white;}

a:hover.link-light{color:#efefef;}

html, body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #efefef;
    height: auto !important;
}
.navbar-light {
    background-color:white;
    border-bottom-color: #559bd4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.navbar-light .navbar-brand {
  color: #3156aa;
}

.navbar-blue {
    /*background-color:#4276bf;*/
    background-color: #4276bf00;
    border-bottom-style: none;
    z-index: 99;
}

.navbar-blue .navbar-brand {
  color: white;
}

.navbar-blue .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color:white;
}

.navbar-blue .navbar-nav .nav-link {
   color:white;
}

.navbar-blue .navbar-toggler {
  color: rgba(255,255,255,.5);
  border-color: rgba(255,255,255,.1);
}

.navbar-blue .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.text-shadow-gray{
    text-shadow: 1px 1px #000000a3;
}
// FONTS

body {
    font-family: @mainFont;
 
}

.display-1 {
    font-family: @display1Font;
    font-size: @display1Size *1rem;
    font-display: swap;

    >.mbr-iconfont {
        font-size: @display1Size *1.6rem;
    }
}

.display-2 {
    font-family: @display2Font;
    font-size: @display2Size *1rem;
    font-display: swap;

    >.mbr-iconfont {
        font-size: @display2Size *1.6rem;
    }
}

.display-4 {
    font-family: @display4Font;
    font-size: @display4Size *1rem;
    font-display: swap;

    >.mbr-iconfont {
        font-size: @display4Size *1.6rem;
    }
}

.display-5 {
    font-family: @display5Font;
    font-size: @display5Size *1rem;
    font-display: swap;

    >.mbr-iconfont {
        font-size: @display5Size *1.6rem;
    }
}

.display-7 {
    font-family: @display7Font;
    font-size: @display7Size *1rem;
    font-display: swap;

    >.mbr-iconfont {
        font-size: @display7Size *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 {
        @display1Size-min: @display1Size - (@display1Size - 1) * 0.65;
        font-size: @display1Size * 0.8rem;
        font-size:~"calc( @{display1Size-min}rem + (@{display1Size} - @{display1Size-min}) * ((100vw - 20rem) / (48 - 20)))";
        line-height:~"calc( 1.4 * (@{display1Size-min}rem + (@{display1Size} - @{display1Size-min}) * ((100vw - 20rem) / (48 - 20))))";
    }

    .display-2 {
        @display2Size-min: @display2Size - (@display2Size - 1) * 0.65;
        font-size: @display2Size * 0.8rem;
        font-size:~"calc( @{display2Size-min}rem + (@{display2Size} - @{display2Size-min}) * ((100vw - 20rem) / (48 - 20)))";
        line-height:~"calc( 1.4 * (@{display2Size-min}rem + (@{display2Size} - @{display2Size-min}) * ((100vw - 20rem) / (48 - 20))))";
    }

    .display-4 {
        @display4Size-min: @display4Size - (@display4Size - 1) * 0.65;
        font-size: @display4Size * 0.8rem;
        font-size:~"calc( @{display4Size-min}rem + (@{display4Size} - @{display4Size-min}) * ((100vw - 20rem) / (48 - 20)))";
        line-height:~"calc( 1.4 * (@{display4Size-min}rem + (@{display4Size} - @{display4Size-min}) * ((100vw - 20rem) / (48 - 20))))";
    }

    .display-5 {
        @display5Size-min: @display5Size - (@display5Size - 1) * 0.65;
        font-size: @display5Size * 0.8rem;
        font-size:~"calc( @{display5Size-min}rem + (@{display5Size} - @{display5Size-min}) * ((100vw - 20rem) / (48 - 20)))";
        line-height:~"calc( 1.4 * (@{display5Size-min}rem + (@{display5Size} - @{display5Size-min}) * ((100vw - 20rem) / (48 - 20))))";
    }
}

/* Buttons */
.button-variant(@background) {
    @color: contrast(@background, darken(@background, 50%), #ffffff, 60%);
    @border: @background;
    @active-color: @color;
    @active-border: @active-background;

    @active-background: if(eq(@background, @color),
        #d4d4d4,
        darken(@background, 15%));

    &,
    &:active {
        background-color: @background  !important;
        border-color: @border  !important;
        color: @color  !important;
    }

    &:hover,
    &:focus,
    &.focus,
    &.active {
        color: @active-color  !important;
        background-color: @active-background  !important;
        border-color: @active-border  !important;
    }

    &.disabled,
    &:disabled {
        color: @active-color  !important;
        background-color: @active-background  !important;
        border-color: @active-border  !important;
    }

}

.button-outline-variant(@color) {
    @active-color: contrast(@color, darken(@color, 50%), #ffffff, 60%);
    @active-background: @color;
    @new-color: if(eq(@color, @active-color),
        #fff,
        darken(@color, 20%));

    &,
    &:active {
        background: none;
        border-color: @new-color;
        color: @new-color;
    }

    &:hover,
    &:focus,
    &.focus,
    &.active {
        color: @active-color;
        background-color: @active-background;
        border-color: @active-background;
    }

    &.disabled,
    &:disabled {
        color: @active-color  !important;
        background-color: @active-background  !important;
        border-color: @active-background  !important;
    }
}

.plan-variant(@className, @color) {
    &@{className} {

        .mbr-plan-subtitle,
        .mbr-plan-price-desc {
            @max: max(red(@color), green(@color), blue(@color));

            & when (@max > 200) {
                color: lighten(@color, 40%);
            }

            & when (@max > 85) and (@max <=200) {
                color: lighten(@color, 25%);
            }

            & when (@max > 50) and (@max <=85) {
                color: lighten(@color, 45%);
            }

            & when (@max <=50) {
                color: lighten(@color, 70%);
            }
        }
    }
}





.button-size(@btn-padding-y, @btn-padding-x, @btn-font-size, @btn-border-radius) {
    padding: @btn-padding-y @btn-padding-x;
    border-radius: @btn-border-radius;
}

.btn {
    .button-size(@btn-padding-y, @btn-padding-x, @btn-font-size, @btn-border-radius);
}

.btn-sm {
    .button-size(@btn-padding-y-sm, @btn-padding-x-sm, @btn-font-size-sm, @btn-border-radius-sm);
}

.btn-md {
    .button-size(@btn-padding-y-md, @btn-padding-x-md, @btn-font-size-md, @btn-border-radius-md);
}

.btn-lg {
    .button-size(@btn-padding-y-lg, @btn-padding-x-lg, @btn-font-size-lg, @btn-border-radius-lg);
}

.bg-primary {
    background-color: @primaryColor  !important;
}

.bg-success {
    background-color: @successColor  !important;
}

.bg-info {
    background-color: @infoColor  !important;
}

.bg-warning {
    background-color: @warningColor  !important;
}

.bg-danger {
    background-color: @dangerColor  !important;
}

.btn-primary {
    .button-variant(@primaryColor);
}

.btn-secondary {
    .button-variant(@secondaryColor);
}

.btn-info {
    .button-variant(@infoColor);
}

.btn-success {
    .button-variant(@successColor);
}

.btn-warning {
    .button-variant(@warningColor);
}

.btn-danger {
    .button-variant(@dangerColor);
}

.btn-white {
    .button-variant(#ffffff);
    color: #333333 !important;
}

.btn-black {
    .button-variant(#333333);
}

.btn-primary-outline {
    .button-outline-variant(@primaryColor);
}

.btn-secondary-outline {
    .button-outline-variant(@secondaryColor);
}

.btn-info-outline {
    .button-outline-variant(@infoColor);
}

.btn-success-outline {
    .button-outline-variant(@successColor);
}

.btn-warning-outline {
    .button-outline-variant(@warningColor);
}

.btn-danger-outline {
    .button-outline-variant(@dangerColor);
}

.btn-black-outline {
    .button-outline-variant(#333333);
}

.btn-white-outline {

    &,
    &:active,
    &.active {
        background: none;
        border-color: #ffffff;
        color: #ffffff;
    }

    &:hover,
    &:focus,
    &.focus {
        color: #333333;
        background-color: #ffffff;
        border-color: #ffffff;
    }

}

.text-primary {
    color: @primaryColor  !important;
}

.text-secondary {
    color: @secondaryColor  !important;
}

.text-success {
    color: @successColor  !important;
}

.text-info {
    color: @infoColor  !important;
}

.text-warning {
    color: @warningColor  !important;
}

.text-danger {
    color: @dangerColor  !important;
}

.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #000000 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: darken(@primaryColor, 20%) !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: darken(@secondaryColor, 20%) !important;
}

a.text-success:hover,
a.text-success:focus {
    color: darken(@successColor, 20%) !important;
}

a.text-info:hover,
a.text-info:focus {
    color: darken(@infoColor, 20%) !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: darken(@warningColor, 20%) !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: darken(@dangerColor, 20%) !important;
}

a.text-white:hover,
a.text-white:focus {
    color: darken(#ffffff, 30%) !important;
}

a.text-black:hover,
a.text-black:focus {
    color: lighten(#000000, 30%) !important;
}

.alert-success {
    background-color: #70c770;
}

.alert-info {
    background-color: @infoColor;
}

.alert-warning {
    background-color: @warningColor;
}

.alert-danger {
    background-color: @dangerColor;
}

.mbr-section-btn a.btn:not(.btn-form) {

    &:hover,
    &:focus {
        box-shadow: none !important;
    }

    & when (@isRoundedButtons) {
        border-radius: 100px;

        &:hover,
        &:focus {
            box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .2) !important;
            -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .2) !important;
        }
    }
}

.mbr-gallery-filter li a when(@isRoundedButtons) {
    border-radius: 100px !important;
}

.mbr-gallery-filter {
    li.active .btn {
        background-color: @primaryColor;
        border-color: @primaryColor;
        color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);

        &:focus {
            box-shadow: none;
        }
    }
}

.nav-tabs .nav-link when(@isRoundedButtons) {
    border-radius: 100px !important;
}

a,
a:hover {
    color: @primaryColor;
}

.mbr-plan-header {
    .plan-variant(~'.bg-primary', @primaryColor);
    .plan-variant(~'.bg-success', @successColor);
    .plan-variant(~'.bg-info', @infoColor);
    .plan-variant(~'.bg-warning', @warningColor);
    .plan-variant(~'.bg-danger', @dangerColor);
}

/* Scroll to top button*/
.scrollToTop_wraper when not(@isScrollToTopButton) {
    display: none;
}

#scrollToTop a when (@isScrollToTopButton) and (@isRoundedButtons) {
    border-radius: 100px;
}

.form-control {
    .display-7;
}

blockquote {
    border-color: @primaryColor;
}

/* Forms */
.mbr-form {
    .btn {
        margin: .4rem 0;
    }

    .input-group-btn a.btn when(@isRoundedButtons) {
        border-radius: 100px !important;

        // padding: 1rem 3rem;
        &:hover {
            box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .2);
        }
    }

    .input-group-btn button[type="submit"] when (@isRoundedButtons) {
        border-radius: 100px !important;
        padding: 1rem 3rem;

        &:hover {
            box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .2);
        }
    }
}

@media (max-width: 767px) {
    .btn {
        font-size: .75rem !important;

        .mbr-iconfont {
            font-size: 1rem !important;
        }
    }
}

/* Footer */
.mbr-footer-content,
.mbr-footer .mbr-contacts {
    li {
        &::before {
            background: @primaryColor;
        }

        a:hover {
            color: @primaryColor;
        }
    }
}

.footer3,
.footer4 {
    input[type="email"] when (@isRoundedButtons) {
        border-radius: 100px !important;
    }

    .input-group-btn a.btn when (@isRoundedButtons) {
        border-radius: 100px !important;
    }

    .input-group-btn button[type="submit"] when (@isRoundedButtons) {
        border-radius: 100px !important;
    }
}

/* Headers*/
.header13,
.header14 {
    .form-inline {
        input[type="email"] when (@isRoundedButtons) {
            border-radius: 100px;
        }

        input[type="text"] when (@isRoundedButtons) {
            border-radius: 100px;
        }

        input[type="tel"] when (@isRoundedButtons) {
            border-radius: 100px;
        }

        a.btn when (@isRoundedButtons) {
            border-radius: 100px;
        }

        button when (@isRoundedButtons) {
            border-radius: 100px !important;
        }
    }
}

@media screen and (~'-ms-high-contrast: active'),
(~'-ms-high-contrast: none') {
    .card-wrapper {
        flex: auto !important;
    }
}

//formstyler
.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: @primaryColor;
    color: contrast(@primaryColor, #000000, #ffffff, 60%)
}

.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: @primaryColor;
    border-bottom-color: @primaryColor;
}

.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: contrast(@primaryColor, #000, #fff, 30%) !important;
    background-color: @primaryColor !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: contrast(@secondaryColor, #000, #fff, 30%) !important;
    background: @secondaryColor  !important;
    box-shadow: none !important
}

//lazyload
.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%);
    @fillSVG: replace("@{primaryColor}", "#", "%23");
    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='@{fillSVG}' %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;
}@isPublish: true;
.cid-rB75O6wFtn {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rB75O6wFtn .images-container.container-fluid {
  padding: 0;
}
.cid-rB75O6wFtn .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rB75O6wFtn .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rB75O6wFtn .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rB75O6wFtn .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rB75O6wFtn .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rB75O6wFtn .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rB75O6wFtn .img-item {
    width: 100% !important;
  }
  .cid-rB75O6wFtn .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rB6mBR2Xu8 {
  background-color: #559bd4;
}
.cid-rB6mBR2Xu8 H1 {
  color: #efefef;
}
.cid-rB6mBR2Xu8 .mbr-text,
.cid-rB6mBR2Xu8 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rB6mBXcRfH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rB6mBXcRfH .content {
    text-align: center;
  }
  .cid-rB6mBXcRfH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rB6mBXcRfH .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rB6mBXcRfH .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rB6mBXcRfH .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rB6mBXcRfH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rB6mBXcRfH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rB6mBXcRfH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rB6mBXcRfH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rB6mBXcRfH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rB6mBXcRfH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rB6mBXcRfH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rB6mBXcRfH .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rB6mBXcRfH P {
  text-align: left;
  color: #767676;
}
.cid-rB6mBXcRfH H5 {
  color: #767676;
}
.cid-rB6mFSnHfa {
  background-color: #559bd4;
}
.cid-rB6mFSnHfa H1 {
  color: #efefef;
}
.cid-rB6mFSnHfa .mbr-text,
.cid-rB6mFSnHfa .mbr-section-btn {
  color: #ffffff;
}
.cid-rB6IGOAggZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rB6IGOAggZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rB6IGOAggZ p {
  color: #767676;
  text-align: left;
}
.cid-rB6IGOAggZ .card-box {
  padding-top: 2rem;
}
.cid-rB6IGOAggZ .card-wrapper {
  height: 100%;
}
.cid-rB6mFXRGkL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rB6mFXRGkL .content {
    text-align: center;
  }
  .cid-rB6mFXRGkL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rB6mFXRGkL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rB6mFXRGkL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rB6mFXRGkL .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rB6mFXRGkL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rB6mFXRGkL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rB6mFXRGkL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rB6mFXRGkL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rB6mFXRGkL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rB6mFXRGkL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rB6mFXRGkL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rB6mFXRGkL .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rB6mFXRGkL P {
  text-align: left;
  color: #767676;
}
.cid-rB6mFXRGkL H5 {
  color: #767676;
}
.cid-rB6MJHKOkf {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rB6MJHKOkf .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rB6MJHKOkf .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rB6MJHKOkf .mbr-text {
  color: #55b4d4;
}
.cid-rB6mHAfHvr {
  background-color: #559bd4;
}
.cid-rB6mHAfHvr H1 {
  color: #efefef;
}
.cid-rB6mHAfHvr .mbr-text,
.cid-rB6mHAfHvr .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rB6mHAfHvr P {
  text-align: left;
}
.cid-rB6mHGqYed {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rB6mHGqYed .content {
    text-align: center;
  }
  .cid-rB6mHGqYed .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rB6mHGqYed .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rB6mHGqYed .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rB6mHGqYed .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rB6mHGqYed .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rB6mHGqYed .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rB6mHGqYed .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rB6mHGqYed .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rB6mHGqYed .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rB6mHGqYed .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rB6mHGqYed .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rB6mHGqYed .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rB6mHGqYed P {
  text-align: left;
  color: #767676;
}
.cid-rB6mHGqYed H5 {
  color: #767676;
}
.cid-rB6mIppAo3 {
  background-color: #559bd4;
}
.cid-rB6mIppAo3 H1 {
  color: #efefef;
}
.cid-rB6mIppAo3 .mbr-text,
.cid-rB6mIppAo3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rB6mIppAo3 P {
  text-align: left;
}
.cid-rB6mIuC6I9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rB6mIuC6I9 .content {
    text-align: center;
  }
  .cid-rB6mIuC6I9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rB6mIuC6I9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rB6mIuC6I9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rB6mIuC6I9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rB6mIuC6I9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rB6mIuC6I9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rB6mIuC6I9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rB6mIuC6I9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rB6mIuC6I9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rB6mIuC6I9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rB6mIuC6I9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rB6mIuC6I9 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rB6mIuC6I9 P {
  text-align: left;
  color: #767676;
}
.cid-rB6mIuC6I9 H5 {
  color: #767676;
}
.cid-rB6XIqk7aX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rB6XIqk7aX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rB6XIqk7aX .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rB6XIqk7aX .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rB6mKH1XCn {
  background-color: #559bd4;
}
.cid-rB6mKH1XCn H1 {
  color: #efefef;
}
.cid-rB6mKH1XCn .mbr-text,
.cid-rB6mKH1XCn .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rB6mKOQH0x {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rB6mKOQH0x .content {
    text-align: center;
  }
  .cid-rB6mKOQH0x .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rB6mKOQH0x .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rB6mKOQH0x .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rB6mKOQH0x .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rB6mKOQH0x .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rB6mKOQH0x .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rB6mKOQH0x .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rB6mKOQH0x .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rB6mKOQH0x .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rB6mKOQH0x .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rB6mKOQH0x .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rB6mKOQH0x .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rB6mKOQH0x P {
  text-align: left;
  color: #767676;
}
.cid-rB6mKOQH0x H5 {
  color: #767676;
}

.content-wrapper-home{
    background-color: #efefef
    }

.cid-rBMKqjSzlO H1 {
  color: #efefef;
  text-align: center;
}
.cid-rBMKqjSzlO .mbr-text,
.cid-rBMKqjSzlO .mbr-section-btn {
  color: #ffffff;
}
.cid-rBMKqqn9UT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rBMKqqn9UT .content {
    text-align: center;
  }
  .cid-rBMKqqn9UT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rBMKqqn9UT .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rBMKqqn9UT .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rBMKqqn9UT .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rBMKqqn9UT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rBMKqqn9UT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rBMKqqn9UT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rBMKqqn9UT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rBMKqqn9UT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rBMKqqn9UT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rBMKqqn9UT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rBMKqqn9UT .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rBMKqqn9UT P {
  text-align: left;
  color: #767676;
}
.cid-rBMKqqn9UT H5 {
  color: #767676;
}
.cid-rB1NvTXuYN {
  background-image: url("../../images/20220921_145600.jpg?v=1.01");
  min-height:calc(40px + 100vh);
  margin-top: -80px;
  border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
z-index: 0;
}
.cid-rB1NvTXuYN H1 {
  color: #efefef;
}
.cid-rB1NvTXuYN .mbr-text,
.cid-rB1NvTXuYN .mbr-section-btn {
  color: #ffffff;
}
.cid-rB1VcoRb01 {
padding-top: 30px;
padding-bottom: 2rem;
background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rB1VcoRb01 .content {
    text-align: center;
  }
  .cid-rB1VcoRb01 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rB1VcoRb01 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rB1VcoRb01 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rB1VcoRb01 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rB1VcoRb01 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rB1VcoRb01 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rB1VcoRb01 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rB1VcoRb01 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rB1VcoRb01 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rB1VcoRb01 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rB1VcoRb01 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rB1VcoRb01 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rB1VcoRb01 P {
  text-align: left;
  color: #767676;
}
.cid-rB1VcoRb01 H5 {
  color: #767676;
}
.cid-rB6p9Zgp8W {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rB6p9Zgp8W .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rB6p9Zgp8W .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rB6p9Zgp8W .mbr-text {
  color: #767676;
}
.cid-rB6p9Zgp8W P {
  text-align: center;
}
.cid-rB6dFNRr7y {
  background-color: #559bd4;
}
.cid-rB6dFNRr7y H1 {
  color: #efefef;
}
.cid-rB6dFNRr7y .mbr-text,
.cid-rB6dFNRr7y .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-rB6dFIkAVZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rB6dFIkAVZ .content {
    text-align: center;
  }
  .cid-rB6dFIkAVZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rB6dFIkAVZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rB6dFIkAVZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rB6dFIkAVZ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rB6dFIkAVZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rB6dFIkAVZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rB6dFIkAVZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rB6dFIkAVZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rB6dFIkAVZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rB6dFIkAVZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rB6dFIkAVZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rB6dFIkAVZ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rB6dFIkAVZ P {
  text-align: left;
  color: #767676;
}
.cid-rB6dFIkAVZ H5 {
  text-align: left;
  color: #767676;
}

.cid-rB7P6yAfUi {
  padding-top: 1rem;
  background: #559bd4;
  max-height: calc(350px + 10vh);
  padding-bottom: 1.2rem;
  background: linear-gradient(0deg, #559bd4, #ffffff);
}
.cid-rB7P6yAfUi .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rB7P6yAfUi .video-block {
    width: 100% !important;
  }
}

.cid-rB6mzC1oRY {
  background-color: #559bd4;
}
.cid-rB6mzC1oRY H1 {
  color: #efefef;
  text-align: center;
}
.cid-rB6mzC1oRY .mbr-text,
.cid-rB6mzC1oRY .mbr-section-btn {
  color: #ffffff;
}
.cid-rB7Pkptxrw {
  background: #559bd4;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rB7Pkptxrw .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rB7Pkptxrw .video-block {
    width: 100% !important;
  }
}

.vp-center{
    align-items: start !important;
    }

 @media (max-width: 768px) {
  .navleiste ul {
    padding: 0;
  }
}