body {
    font-family: EB Garamond;
}

.display-1 {
    font-family: 'NanumGothic-Regular';
    font-size: 5.2rem;
}

.display-1 > .mbr-iconfont {
    font-size: 8.96rem;
}

.display-2 {
    font-family: 'NanumGothic-Regular';
    font-size: 3rem;
}

.display-2 > .mbr-iconfont {
    font-size: 4.8rem;
}

.display-4 {
    font-family: 'NanumGothic-Regular';
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 500;
}

.display-4 > .mbr-iconfont {
    font-size: 1.6rem;
}

.display-5 {
    font-family: 'NanumGothic-Regular';
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 500;
}

.display-5 > .mbr-iconfont {
    font-size: 2.88rem;
}

.display-7 {
    font-family: 'NanumGothic-Regular';
    font-size: 1.2rem;
}

.display-7 > .mbr-iconfont {
    font-size: 1.92rem;
}

/* ---- 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: 4.48rem;
        font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-2 {
        font-size: 2.4rem;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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.44rem;
        font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: #b09e6f !important;
}

.bg-success {
    background-color: #667a85 !important;
}

.bg-info {
    background-color: #eff2f4 !important;
}

.bg-warning {
    background-color: #393939 !important;
}

.bg-danger {
    background-color: #840544 !important;
}

.btn-primary,
.btn-primary:active {
    background-color: #b09e6f !important;
    border-color: #b09e6f !important;
    color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    color: #ffffff !important;
    background-color: #88774b !important;
    border-color: #88774b !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff !important;
    background-color: #88774b !important;
    border-color: #88774b !important;
}

.btn-secondary,
.btn-secondary:active {
    background-color: #efeae0 !important;
    border-color: #efeae0 !important;
    color: #897347 !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
    color: #897347 !important;
    background-color: #d5c8ae !important;
    border-color: #d5c8ae !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #897347 !important;
    background-color: #d5c8ae !important;
    border-color: #d5c8ae !important;
}

.btn-info,
.btn-info:active {
    background-color: #eff2f4 !important;
    border-color: #eff2f4 !important;
    color: #5d7687 !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
    color: #5d7687 !important;
    background-color: #c2cdd5 !important;
    border-color: #c2cdd5 !important;
}

.btn-info.disabled,
.btn-info:disabled {
    color: #5d7687 !important;
    background-color: #c2cdd5 !important;
    border-color: #c2cdd5 !important;
}

.btn-success,
.btn-success:active {
    background-color: #667a85 !important;
    border-color: #667a85 !important;
    color: #ffffff !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
    color: #ffffff !important;
    background-color: #45525a !important;
    border-color: #45525a !important;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #ffffff !important;
    background-color: #45525a !important;
    border-color: #45525a !important;
}

.btn-warning,
.btn-warning:active {
    background-color: #393939 !important;
    border-color: #393939 !important;
    color: #ffffff !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
    color: #ffffff !important;
    background-color: #131313 !important;
    border-color: #131313 !important;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #ffffff !important;
    background-color: #131313 !important;
    border-color: #131313 !important;
}

.btn-danger,
.btn-danger:active {
    background-color: #840544 !important;
    border-color: #840544 !important;
    color: #ffffff !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
    color: #ffffff !important;
    background-color: #3a021e !important;
    border-color: #3a021e !important;
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff !important;
    background-color: #3a021e !important;
    border-color: #3a021e !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: #776942;
    color: #776942;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
    color: #ffffff;
    background-color: #b09e6f;
    border-color: #b09e6f;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #ffffff !important;
    background-color: #b09e6f !important;
    border-color: #b09e6f !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
    background: none;
    border-color: #ccbc9d;
    color: #ccbc9d;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
    color: #897347;
    background-color: #efeae0;
    border-color: #efeae0;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #897347 !important;
    background-color: #efeae0 !important;
    border-color: #efeae0 !important;
}

.btn-info-outline,
.btn-info-outline:active {
    background: none;
    border-color: #b3c1ca;
    color: #b3c1ca;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
    color: #5d7687;
    background-color: #eff2f4;
    border-color: #eff2f4;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #5d7687 !important;
    background-color: #eff2f4 !important;
    border-color: #eff2f4 !important;
}

.btn-success-outline,
.btn-success-outline:active {
    background: none;
    border-color: #3a454b;
    color: #3a454b;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
    color: #ffffff;
    background-color: #667a85;
    border-color: #667a85;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #ffffff !important;
    background-color: #667a85 !important;
    border-color: #667a85 !important;
}

.btn-warning-outline,
.btn-warning-outline:active {
    background: none;
    border-color: #060606;
    color: #060606;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
    color: #ffffff;
    background-color: #393939;
    border-color: #393939;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #ffffff !important;
    background-color: #393939 !important;
    border-color: #393939 !important;
}

.btn-danger-outline,
.btn-danger-outline:active {
    background: none;
    border-color: #220111;
    color: #220111;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
    color: #ffffff;
    background-color: #840544;
    border-color: #840544;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #840544 !important;
    border-color: #840544 !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: #b09e6f !important;
}

.text-secondary {
    color: #efeae0 !important;
}

.text-success {
    color: #656565 !important;
}

.text-info {
    color: #eff2f4 !important;
}

.text-warning {
    color: #656565 !important;
}

.text-danger {
    color: #840544 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #000000 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #776942 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #ccbc9d !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #3a454b !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #b3c1ca !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #060606 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #220111 !important;
}

a.text-white:hover,
a.text-white:focus {
    color: #b3b3b3 !important;
}

a.text-black:hover,
a.text-black:focus {
    color: #4d4d4d !important;
}

.cid-rOofwGASqT .navbar {
    padding: .5rem 0;
    background: #ffffff;
    transition: none;
    min-height: 77px;
}

.cid-rOofwGASqT .navbar-dropdown.bg-color.transparent.opened {
    background: #ffffff;
}

.cid-rOofwGASqT a {
    font-style: normal;
}

.cid-rOofwGASqT .nav-item span {
    padding-right: 0.4em;
    line-height: 0.5em;
    vertical-align: text-bottom;
    position: relative;
    text-decoration: none;
}

.cid-rOofwGASqT .nav-item a {
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0.5rem .65rem !important;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.cid-rOofwGASqT .nav-item:focus,
.cid-rOofwGASqT .nav-link:focus {
    outline: none;
}

.cid-rOofwGASqT .btn {
    padding: 0.4rem 1.5rem;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
}

.cid-rOofwGASqT .btn .mbr-iconfont {
    font-size: 1.6rem;
}

.cid-rOofwGASqT .menu-logo {
    margin-right: auto;
}

.cid-rOofwGASqT .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-rOofwGASqT .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-rOofwGASqT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
    line-height: 1.2rem !important;
    padding-right: 2rem;
}

.cid-rOofwGASqT .menu-logo .navbar-brand .navbar-logo {
    font-size: 1rem;
    transition: font-size 0.25s;
}

.cid-rOofwGASqT .menu-logo .navbar-brand .navbar-logo img {
    display: flex;
}

.cid-rOofwGASqT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
    transition: font-size 0.25s;
}

.cid-rOofwGASqT .menu-logo .navbar-brand .navbar-logo a {
    display: inline-flex;
}

.cid-rOofwGASqT .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
}

.cid-rOofwGASqT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
}

.cid-rOofwGASqT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
}

.cid-rOofwGASqT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
}

.cid-rOofwGASqT .dropdown .dropdown-menu {
    background: #ffffff;
    display: none;
    position: absolute;
    min-width: 5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
}

.cid-rOofwGASqT .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    font-family: EB Garamond !important;
    color: #667a85 !important;
    padding: 0 .6rem!important;
    border-radius: 0;
    background: #ffffff;
}

.cid-rOofwGASqT .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.cid-rOofwGASqT .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
}

.cid-rOofwGASqT .dropdown.open > .dropdown-menu {
    display: block;
}

.cid-rOofwGASqT .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-rOofwGASqT .navbar.navbar-short {
    min-height: 60px;
    transition: all .2s;
}

.cid-rOofwGASqT .navbar.navbar-short .navbar-toggler-right {
    top: 20px;
}

.cid-rOofwGASqT .navbar.navbar-short .navbar-logo a {
    font-size: 2.5rem !important;
    line-height: 2.5rem;
    transition: font-size 0.25s;
}

.cid-rOofwGASqT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
    font-size: 2.5rem !important;
}

.cid-rOofwGASqT .navbar.navbar-short .navbar-logo a img {
    height: 3rem !important;
}

.cid-rOofwGASqT .navbar.navbar-short .navbar-brand {
    min-height: 3rem;
}

.cid-rOofwGASqT button.navbar-toggler {
    width: 31px;
    height: 18px;
    cursor: pointer;
    transition: all .2s;
    top: 1.5rem;
    right: 1rem;
}

.cid-rOofwGASqT button.navbar-toggler:focus {
    outline: none;
}

.cid-rOofwGASqT button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #667a85;
}

.cid-rOofwGASqT button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
}

.cid-rOofwGASqT button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
}

.cid-rOofwGASqT button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
}

.cid-rOofwGASqT button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
}

.cid-rOofwGASqT nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rOofwGASqT nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
}

.cid-rOofwGASqT nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
}

.cid-rOofwGASqT nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rOofwGASqT .dropdown-toggle:after {
    display: none;
}

.cid-rOofwGASqT .collapsed.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
}

.cid-rOofwGASqT .collapsed .btn {
    display: -webkit-flex;
}

.cid-rOofwGASqT .collapsed .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
}

.cid-rOofwGASqT .collapsed .navbar-collapse.collapsing,
.cid-rOofwGASqT .collapsed .navbar-collapse.show {
    display: block !important;
}

.cid-rOofwGASqT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rOofwGASqT .collapsed .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
}

.cid-rOofwGASqT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rOofwGASqT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
}

.cid-rOofwGASqT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rOofwGASqT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
}

.cid-rOofwGASqT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rOofwGASqT .collapsed .navbar-collapse.show .navbar-buttons {
    text-align: center;
}

.cid-rOofwGASqT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rOofwGASqT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
}

.cid-rOofwGASqT .collapsed button.navbar-toggler {
    display: block;
}

.cid-rOofwGASqT .collapsed .navbar-brand {
    margin-left: 5rem !important;
}

@media (min-width: 992px) {
    .cid-rOofwGASqT .collapsed:not(.navbar-short) .navbar-collapse {
        max-height: calc(98.5vh - 5.2rem);
    }
}

@media (max-width: 992px) {
    .cid-rOofwGASqT .collapsed .navbar-brand {
        margin-left: 1rem !important;
    }
}

.cid-rOofwGASqT .collapsed .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
}

.cid-rOofwGASqT .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-rOofwGASqT .collapsed .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
}

.cid-rOofwGASqT .collapsed .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
}

.cid-rOofwGASqT .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: 991px) {
    .cid-rOofwGASqT .navbar-expand {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .cid-rOofwGASqT img {
        height: 3.8rem !important;
    }

    .cid-rOofwGASqT .btn {
        display: -webkit-flex;
    }

    .cid-rOofwGASqT button.navbar-toggler {
        display: block;
    }

    .cid-rOofwGASqT .navbar-brand {
        margin-left: 1rem !important;
    }

    .cid-rOofwGASqT .navbar-toggleable-sm {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .cid-rOofwGASqT .navbar-collapse {
        display: none !important;
        padding-right: 0 !important;
    }

    .cid-rOofwGASqT .navbar-collapse.collapsing,
    .cid-rOofwGASqT .navbar-collapse.show {
        display: block !important;
    }

    .cid-rOofwGASqT .navbar-collapse.collapsing .navbar-nav,
    .cid-rOofwGASqT .navbar-collapse.show .navbar-nav {
        display: block;
        text-align: center;
    }

    .cid-rOofwGASqT .navbar-collapse.collapsing .navbar-nav .nav-item,
    .cid-rOofwGASqT .navbar-collapse.show .navbar-nav .nav-item {
        clear: both;
    }

    .cid-rOofwGASqT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
    .cid-rOofwGASqT .navbar-collapse.show .navbar-nav .nav-item:last-child {
        margin-bottom: 1rem;
    }

    .cid-rOofwGASqT .navbar-collapse.collapsing .navbar-buttons,
    .cid-rOofwGASqT .navbar-collapse.show .navbar-buttons {
        text-align: center;
    }

    .cid-rOofwGASqT .navbar-collapse.collapsing .navbar-buttons:last-child,
    .cid-rOofwGASqT .navbar-collapse.show .navbar-buttons:last-child {
        margin-bottom: 1rem;
    }

    .cid-rOofwGASqT .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-rOofwGASqT .dropdown.open > .dropdown-menu {
        position: relative;
        opacity: 1;
        height: auto;
        padding: 1.4rem 0;
        visibility: visible;
    }

    .cid-rOofwGASqT .dropdown .dropdown-submenu {
        left: 0;
        text-align: center;
        width: 100%;
    }

    .cid-rOofwGASqT .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-rOofwGASqT .menu-logo {
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
    }
}

.cid-rOofwGASqT .navbar-collapse {
    flex-basis: auto;
    -webkit-flex-basis: auto;
}

.cid-rOofwGASqT .nav-link,
.cid-rOofwGASqT .dropdown-item {
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}

.cid-rOofwGASqT .nav-link:hover,
.cid-rOofwGASqT .dropdown-item:hover {
    color: #ffffff !important;
    border-bottom: 1px solid currentColor;
}

.alert-success {
    background-color: #70c770;
}

.alert-info {
    background-color: #eff2f4;
}

.alert-warning {
    background-color: #393939;
}

.alert-danger {
    background-color: #840544;
}

.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: #b09e6f;
    border-color: #b09e6f;
    color: #ffffff;
}

.mbr-gallery-filter li.active .btn:focus {
    box-shadow: none;
}

.nav-tabs .nav-link {
    border-radius: 100px !important;
}

a,
a:hover {
    color: #656565;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #ddd5c1;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #acb8bf;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #ffffff;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #acacac;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #f61283;
}

/* Scroll to top button */
.scrollToTop_wraper {
    display: none;
}

.form-control {
    font-family: 'NanumGothic-Regular';
    font-size: 1.2rem;
}

.form-control > .mbr-iconfont {
    font-size: 1.92rem;
}

blockquote {
    border-color: #b09e6f;
}

/* 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);
}

.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: #b09e6f;
    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: #b09e6f;
    border-bottom-color: #b09e6f;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    color: #000000 !important;
    background-color: #b09e6f !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: #efeae0 !important;
    box-shadow: none !important;
}

.btn-white-outline {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-white-outline:before {
    content: "";
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    transition: all 0.6s ease-in-out;
    top: 0;
    left: -100%;
    z-index: -1;
}

.btn-white-outline:hover {
    background: transparent !important;
    color: #b09e6f !important;
}

.btn-white-outline:hover:before {
    left: 0px;
}

.btn-primary-outline {
    margin: 0.3rem !important;
    padding: 0.4rem 0.6rem;
    border: none;
    position: relative;
    z-index: 1;
    color: #b09e6f !important;
}

.btn-primary-outline:hover,
.btn-primary-outline:active {
    background: transparent;
    color: #b09e6f;
}

.btn-primary-outline:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #b09e6f;
    position: absolute;
    transition: all 0.6s ease-in-out;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.btn-primary-outline:hover:before {
    width: 0;
}

.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: 200px;
    height: 200px;
    background: transparent no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23b09e6f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

section.lazy-placeholder:after {
    opacity: 0.5;
}

.cid-rMOWHLC97A .navbar-dropdown {
    position: relative!important;
    top: 0;
    left: 0;
    padding: .5rem 1rem;
}

.cid-rMOWHLC97A .collapsed {
    flex-direction: row!important;
}

.cid-rMOWHLC97A .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

.cid-rMOWHLC97A .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.cid-rMOWHLC97A .navbar {
    display: flex;
    flex-direction: column;
    min-height: 60px;
    transition: all .3s;
    background: #ffffff;
}

.cid-rMOWHLC97A .navbar.opened {
    transition: all .3s;
    background: #ffffff !important;
}

.cid-rMOWHLC97A .navbar .dropdown-item {
    padding: .235rem 1.5rem;
}

.cid-rMOWHLC97A .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
}

.cid-rMOWHLC97A .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.cid-rMOWHLC97A .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.cid-rMOWHLC97A .navbar.collapsed .dropdown-menu {
    background: transparent !important;
}

.cid-rMOWHLC97A .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.cid-rMOWHLC97A .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.cid-rMOWHLC97A .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
}

.cid-rMOWHLC97A .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

.cid-rMOWHLC97A .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
}

.cid-rMOWHLC97A .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

@media (max-width: 991px) {
    .cid-rMOWHLC97A .navbar .nav-item .nav-link::before {
        display: none;
    }

    .cid-rMOWHLC97A .navbar.opened .dropdown-menu {
        top: 0;
    }

    .cid-rMOWHLC97A .navbar .dropdown-menu {
        background: transparent !important;
    }

    .cid-rMOWHLC97A .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .cid-rMOWHLC97A .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }

    .cid-rMOWHLC97A .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: .25rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 55%;
    }

    .cid-rMOWHLC97A .navbar .navbar-logo img {
        height: 3.8rem !important;
    }

    .cid-rMOWHLC97A .navbar ul.navbar-nav li {
        margin: auto;
    }

    .cid-rMOWHLC97A .navbar .dropdown-menu .dropdown-item {
        padding: .25rem 1.5rem !important;
        text-align: center;
    }

    .cid-rMOWHLC97A .navbar .navbar-brand {
        -webkit-flex-shrink: initial;
        flex-shrink: initial;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        word-break: break-word;
    }

    .cid-rMOWHLC97A .navbar .navbar-toggler {
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }

    .cid-rMOWHLC97A .navbar .icons-menu {
        padding-left: 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

.cid-rMOWHLC97A .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 60px;
}

.cid-rMOWHLC97A .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
}

.cid-rMOWHLC97A .navbar.navbar-short .navbar-brand {
    padding: 0;
}

.cid-rMOWHLC97A .dropdown-item:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 52%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0;
    background-color: #efeae0;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.cid-rMOWHLC97A .dropdown-item:hover:before {
    opacity: 1!important;
}

.cid-rMOWHLC97A .nav-item:focus,
.cid-rMOWHLC97A .nav-link:focus {
    outline: none;
}

.cid-rMOWHLC97A .text-white:hover,
.cid-rMOWHLC97A .text-white:active,
.cid-rMOWHLC97A .text-white:focus {
    color: white!important;
}

.cid-rMOWHLC97A .dropdown-item {
    font-weight: 400!important;
    color: black!important;
}

.cid-rMOWHLC97A .dropdown-item:hover {
    color: black!important;
}

.cid-rMOWHLC97A .dropdown-menu {
    background-color: white!important;
}

.cid-rMOWHLC97A .navbar .dropdown.open > .dropdown-menu {
    border-radius: 10px;
    box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
    display: block;
}

.cid-rMOWHLC97A .nav-link:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0;
    background-color: #efeae0;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.cid-rMOWHLC97A .nav-item:hover .nav-link:before {
    opacity: 1!important;
}

@media (max-width: 992px) {
    .cid-rMOWHLC97A .navbar {
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .cid-rMOWHLC97A .nav-item {
        position: relative;
    }
}

.cid-rMOWHLC97A .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cid-rMOWHLC97A .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.cid-rMOWHLC97A .dropdown .dropdown-menu .dropdown-item:hover {
    padding-left: 2rem;
}

.cid-rMOWHLC97A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
}

.cid-rMOWHLC97A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cid-rMOWHLC97A .navbar-caption {
    font-weight: 600!important;
}

.cid-rMOWHLC97A .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
}

.cid-rMOWHLC97A .navbar-brand .navbar-caption {
    line-height: inherit !important;
}

.cid-rMOWHLC97A .navbar-brand .navbar-logo a {
    outline: none;
}

.cid-rMOWHLC97A .dropdown-item.active,
.cid-rMOWHLC97A .dropdown-item:active {
    background-color: transparent;
}

.cid-rMOWHLC97A .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.cid-rMOWHLC97A .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

.cid-rMOWHLC97A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}

.cid-rMOWHLC97A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}

.cid-rMOWHLC97A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
}

.cid-rMOWHLC97A ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cid-rMOWHLC97A .navbar-buttons {
    text-align: center;
}

.cid-rMOWHLC97A button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
}

.cid-rMOWHLC97A button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #667a85;
}

.cid-rMOWHLC97A button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
}

.cid-rMOWHLC97A button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
}

.cid-rMOWHLC97A button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
}

.cid-rMOWHLC97A button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
}

.cid-rMOWHLC97A nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rMOWHLC97A nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
}

.cid-rMOWHLC97A nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
}

.cid-rMOWHLC97A nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rMOWHLC97A .nav-link {
    font-weight: 600!important;
}

.cid-rMOWHLC97A a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.cid-rMOWHLC97A .mbr-iconfont {
    font-size: 1.5rem;
    padding-right: .5rem;
}

.cid-rMOWHLC97A .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
}

.cid-rMOWHLC97A .icons-menu span {
    font-size: 26px;
    color: #232323;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-rMOWHLC97A .navbar {
        height: 77px;
    }

    .cid-rMOWHLC97A .navbar.opened {
        height: auto;
    }

    .cid-rMOWHLC97A .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

/* .cid-rMPSqONXQo {
    padding-top: 170px;
    padding-bottom: 45px;
    background-image: url("../../../assets/images/footprints-1189780-2000x1333.jpg");
    overflow: hidden;
}

.cid-rMPSqONXQo svg {
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translate(-50%) scale(2, 1.6);
}

.cid-rMPSqONXQo #e2_shape {
    fill: #ffffff !important;
}

.cid-rMPSqONXQo img {
    border-radius: 10px;
    margin: auto;
    animation: line 5s ease-in-out infinite;
}

@media (max-width: 576px) {
    .cid-rMPSqONXQo img {
        width: 90%!important;
    }
}

.cid-rMPSqONXQo H1 {
    color: #ffffff;
}

.cid-rMPSqONXQo H3 {
    color: #ffffff;
} */
.cid-rMPSqONXQo {
    background-image: url("../../../assets/images/footprints-1189780-2000x1333.jpg");
    overflow: hidden;
}

.cid-rMPSqONXQo svg {
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translate(-50%) scale(2, 1.6);
}

.cid-rMPSqONXQo #e2_shape {
    fill: #ffffff !important;
}

.cid-rMPSqONXQo img {
    border-radius: 10px;
    margin: auto;
    animation: line 300s ease-in-out infinite;
}

@media (max-width: 576px) {
    .cid-rMPSqONXQo img {
        width: 90%!important;
    }
}

.cid-rMPSqONXQo H1 {
    color: #667a85;
}

.cid-rMPSqONXQo H3 {
    color: #667a85;
}

.cid-rMPLSu6wt2 {
    padding-top: 0px;
    padding-bottom: 30px;
    background-color: #ffffff;
}

.cid-rMPLSu6wt2 .mbr-text,
.cid-rMPLSu6wt2 .mbr-section-btn {
    color: #b09e6f;
}

.cid-rMPSob28Vb {
    padding-top: 0px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.cid-rNtzPL0OuD {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.cid-rNtzPL0OuD .card-wrapper {
    overflow: hidden;
    height: 100%;
    background: #eff2f4;
    color: #444444;
    padding: 1rem;
    border-radius: 50%;
}

.cid-rNtzPL0OuD .ico-line {
    display: inline-block;
    width: 100%;
}

.cid-rNtzPL0OuD p {
    line-height: 1.6;
}

.cid-rNtzPL0OuD .rev,
.cid-rNtzPL0OuD .mbr-iconfont {
    display: inline-block;
}

.cid-rNtzPL0OuD .card-title {
    color: #b09e6f;
    margin: 0;
    line-height: 1.3;
    padding-bottom: 1rem;
    text-align: center;
}

.cid-rNtzPL0OuD .card-box {
    margin-top: 2.3rem;
    margin-bottom: 2.3rem;
    padding: 1.3rem;
}

.cid-rNtzPL0OuD .mbr-section-title {
    margin: 0 auto;
    color: #000000;
    text-align: center;
}

.cid-rNtzPL0OuD .mbr-section-sub-title {
    text-align: center;
    color: #767676;
}

.cid-rNtzPL0OuD .mbr-section-title,
.cid-rNtzPL0OuD .line-wrap {
    text-align: center;
    color: #000000;
}

.cid-rNtzPL0OuD .rev {
    color: #0a1c44;
}

.cid-rNtzPL0OuD .card-text,
.cid-rNtzPL0OuD .mbr-section-btn,
.cid-rNtzPL0OuD .ico-line {
    color: #767676;
    text-align: center;
}

.cid-rMPK9zLWfH {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
    overflow: hidden;
}

.cid-rMPK9zLWfH H1 {
    color: #232323;
}

.cid-rMPK9zLWfH .mbr-text,
.cid-rMPK9zLWfH .mbr-section-btn {
    color: #767676;
}

.cid-rMPK9zLWfH .img1 {
    box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
    border-radius: 10px;
}

.cid-rMPK9zLWfH .relative {
    position: relative;
}

.cid-rMPK9zLWfH .card-img {
    width: 100%;
}

@keyframes line {
    from {
        transform: translateY(4px);
    }

    50% {
        transform: translateY(-4px);
    }

    to {
        transform: translateY(4px);
    }
}

.cid-rMPK9zLWfH .card-img2 {
    display: inline-block;
    width: 50%;
    float: left;
}

.cid-rMPK9zLWfH .card-img2 .img2 {
    width: 120%;
}

.cid-rMPK9zLWfH .card-img1 {
    display: inline-block;
    width: 50%;
    float: right;
}

.cid-rMPK9zLWfH .card-img1 .img1 {
    width: 180%;
    transform: translateX(-45%);
}

.cid-rMPK9zLWfH .img2 {
    box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
    margin-top: 4rem;
    object-fit: cover;
    position: relative;
    border-radius: 10px;
    animation: line 3s ease-in-out infinite;
}

.cid-rMPVq1VTCk {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.cid-rMPVq1VTCk .listico {
    padding-right: 1rem;
    font-size: 1.2rem;
}

.cid-rMPVq1VTCk .navbar-logo {
    width: 150px;
    margin-bottom: 10px;
    margin: auto;
}

.cid-rMPVq1VTCk .col + .mbr-section-btn .btn,
.cid-rMPVq1VTCk .col-auto + .mbr-section-btn .btn {
    margin: 0 !important;
    height: 100%;
    border-radius: 0px !important;
}

@media (min-width: 300px) {
    .cid-rMPVq1VTCk .col + .mbr-section-btn .btn,
    .cid-rMPVq1VTCk .col-auto + .mbr-section-btn .btn {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 300px) {
    .cid-rMPVq1VTCk .dragArea > *:nth-last-child(2).col,
    .cid-rMPVq1VTCk .dragArea > *:nth-last-child(2).col-auto,
    .cid-rMPVq1VTCk .col + .mbr-section-btn,
    .cid-rMPVq1VTCk .col-auto + .mbr-section-btn {
        padding-right: 0;
        padding-left: 0;
        margin: 0;
    }
}

@media (max-width: 299px) {
    .cid-rMPVq1VTCk .dragArea {
        flex-direction: column;
    }
}

.cid-rMPVq1VTCk .btn-primary {
    border: 1px solid #b09e6f !important;
}

.cid-rMPVq1VTCk .btn-primary:hover {
    border: 1px solid #b09e6f !important;
}

.cid-rMPVq1VTCk .stripe {
    border-bottom: 1px solid #b09e6f;
    max-width: 90%;
    position: relative;
    margin-bottom: 0.5rem;
}

.cid-rMPVq1VTCk .form-group {
    max-width: 220px;
}

.cid-rMPVq1VTCk .mbr-section-btn {
    padding-left: 0;
}

.cid-rMPVq1VTCk .form-control {
    background: transparent;
    padding: 0.5rem 1rem;
    min-height: 55px;
    border-radius: 0px;
}

.cid-rMPVq1VTCk .stripe:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    border-bottom: 1px solid #e9e9e9;
    width: 85%;
}

.cid-rMPVq1VTCk .mbr-text {
    color: #444;
}

.cid-rMPVq1VTCk h5 {
    margin-bottom: 0;
}

.cid-rMPVq1VTCk .navbar-brand {
    margin: auto;
    width: 100%;
    text-align: center;
}

.cid-rMPVq1VTCk .list-item {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-align-items: center;
    align-items: center;
}

.cid-rMPVq1VTCk .tips {
    height: 90px;
    width: 90px;
    border-radius: 6px;
    margin: 4px;
}

.cid-rMPVq1VTCk .socicon {
    font-size: 1.3rem;
    background: #efeae0;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.cid-rMPVq1VTCk .social-list {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.cid-rMPVq1VTCk .social-list .soc-item {
    margin: 0 0.3rem;
}

.cid-rMPVq1VTCk .social-list a {
    margin: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.cid-rMPVq1VTCk .social-list a:hover {
    opacity: 0.4;
}

.cid-rMPVq1VTCk .media-container-row > div {
    padding: 0px;
}

.cid-rMPVq1VTCk .text2 {
    color: #656565;
    text-align: left;
}

.cid-rMPVq1VTCk .group-title {
    text-align: left;
    color: #667a85;
    padding-bottom: 0.2rem;
}

.cid-rMPVq1VTCk .links {
    color: #656565;
    line-height: 1.6;
    text-align: left;
}

@media (max-width: 991px) {
    .cid-rMPVq1VTCk .col-sm-12 {
        margin-bottom: 2rem;
    }

    .cid-rMPVq1VTCk .social-list,
    .cid-rMPVq1VTCk .img-list {
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .cid-rMPVq1VTCk h3 {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .cid-rMPVq1VTCk .form-group {
        max-width: 180px;
    }
}

.cid-rMPVq1VTCk .links span {
    color: #656565;
}

.cid-rMPVq1VTCk .logo-sub-title {
    text-align: center;
    color: #667a85;
}

.cid-rMPVq1VTCk .logo-title {
    text-align: center;
}

.cid-rMPVq1VTCk .logo-sub-title i {
    color: #9e9e9e;
}

.cid-rMPVq1VTCk .logo-title,
.cid-rMPVq1VTCk .logo {
    color: #656565;
}

.cid-rMOWHLC97A .navbar-dropdown {
    position: relative!important;
    top: 0;
    left: 0;
    padding: .5rem 1rem;
}

.cid-rMOWHLC97A .collapsed {
    flex-direction: row!important;
}

.cid-rMOWHLC97A .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

.cid-rMOWHLC97A .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.cid-rMOWHLC97A .navbar {
    display: flex;
    flex-direction: column;
    min-height: 60px;
    transition: all .3s;
    background: #ffffff;
}

.cid-rMOWHLC97A .navbar.opened {
    transition: all .3s;
    background: #ffffff !important;
}

.cid-rMOWHLC97A .navbar .dropdown-item {
    padding: .235rem 1.5rem;
}

.cid-rMOWHLC97A .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
}

.cid-rMOWHLC97A .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.cid-rMOWHLC97A .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.cid-rMOWHLC97A .navbar.collapsed .dropdown-menu {
    background: transparent !important;
}

.cid-rMOWHLC97A .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.cid-rMOWHLC97A .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.cid-rMOWHLC97A .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
}

.cid-rMOWHLC97A .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

.cid-rMOWHLC97A .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
}

.cid-rMOWHLC97A .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

@media (max-width: 991px) {
    .cid-rMOWHLC97A .navbar .nav-item .nav-link::before {
        display: none;
    }

    .cid-rMOWHLC97A .navbar.opened .dropdown-menu {
        top: 0;
    }

    .cid-rMOWHLC97A .navbar .dropdown-menu {
        background: transparent !important;
    }

    .cid-rMOWHLC97A .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .cid-rMOWHLC97A .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }

    .cid-rMOWHLC97A .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: .25rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 55%;
    }

    .cid-rMOWHLC97A .navbar .navbar-logo img {
        height: 3.8rem !important;
    }

    .cid-rMOWHLC97A .navbar ul.navbar-nav li {
        margin: auto;
    }

    .cid-rMOWHLC97A .navbar .dropdown-menu .dropdown-item {
        padding: .25rem 1.5rem !important;
        text-align: center;
    }

    .cid-rMOWHLC97A .navbar .navbar-brand {
        -webkit-flex-shrink: initial;
        flex-shrink: initial;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        word-break: break-word;
    }

    .cid-rMOWHLC97A .navbar .navbar-toggler {
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }

    .cid-rMOWHLC97A .navbar .icons-menu {
        padding-left: 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

.cid-rMOWHLC97A .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 60px;
}

.cid-rMOWHLC97A .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
}

.cid-rMOWHLC97A .navbar.navbar-short .navbar-brand {
    padding: 0;
}

.cid-rMOWHLC97A .dropdown-item:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 52%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0;
    background-color: #efeae0;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.cid-rMOWHLC97A .dropdown-item:hover:before {
    opacity: 1!important;
}

.cid-rMOWHLC97A .nav-item:focus,
.cid-rMOWHLC97A .nav-link:focus {
    outline: none;
}

.cid-rMOWHLC97A .text-white:hover,
.cid-rMOWHLC97A .text-white:active,
.cid-rMOWHLC97A .text-white:focus {
    color: white!important;
}

.cid-rMOWHLC97A .dropdown-item {
    font-weight: 400!important;
    color: black!important;
}

.cid-rMOWHLC97A .dropdown-item:hover {
    color: black!important;
}

.cid-rMOWHLC97A .dropdown-menu {
    background-color: white!important;
}

.cid-rMOWHLC97A .navbar .dropdown.open > .dropdown-menu {
    border-radius: 10px;
    box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
    display: block;
}

.cid-rMOWHLC97A .nav-link:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0;
    background-color: #efeae0;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.cid-rMOWHLC97A .nav-item:hover .nav-link:before {
    opacity: 1!important;
}

@media (max-width: 992px) {
    .cid-rMOWHLC97A .navbar {
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .cid-rMOWHLC97A .nav-item {
        position: relative;
    }
}

.cid-rMOWHLC97A .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cid-rMOWHLC97A .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.cid-rMOWHLC97A .dropdown .dropdown-menu .dropdown-item:hover {
    padding-left: 2rem;
}

.cid-rMOWHLC97A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
}

.cid-rMOWHLC97A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cid-rMOWHLC97A .navbar-caption {
    font-weight: 600!important;
}

.cid-rMOWHLC97A .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
}

.cid-rMOWHLC97A .navbar-brand .navbar-caption {
    line-height: inherit !important;
}

.cid-rMOWHLC97A .navbar-brand .navbar-logo a {
    outline: none;
}

.cid-rMOWHLC97A .dropdown-item.active,
.cid-rMOWHLC97A .dropdown-item:active {
    background-color: transparent;
}

.cid-rMOWHLC97A .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.cid-rMOWHLC97A .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

.cid-rMOWHLC97A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}

.cid-rMOWHLC97A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}

.cid-rMOWHLC97A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
}

.cid-rMOWHLC97A ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cid-rMOWHLC97A .navbar-buttons {
    text-align: center;
}

.cid-rMOWHLC97A button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
}

.cid-rMOWHLC97A button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #667a85;
}

.cid-rMOWHLC97A button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
}

.cid-rMOWHLC97A button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
}

.cid-rMOWHLC97A button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
}

.cid-rMOWHLC97A button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
}

.cid-rMOWHLC97A nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rMOWHLC97A nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
}

.cid-rMOWHLC97A nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
}

.cid-rMOWHLC97A nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rMOWHLC97A .nav-link {
    font-weight: 600!important;
}

.cid-rMOWHLC97A a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.cid-rMOWHLC97A .mbr-iconfont {
    font-size: 1.5rem;
    padding-right: .5rem;
}

.cid-rMOWHLC97A .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
}

.cid-rMOWHLC97A .icons-menu span {
    font-size: 26px;
    color: #232323;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-rMOWHLC97A .navbar {
        height: 77px;
    }

    .cid-rMOWHLC97A .navbar.opened {
        height: auto;
    }

    .cid-rMOWHLC97A .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.cid-rNswQYVSbx {
    padding-top: 270px;
    padding-bottom: 240px;
    background-image: url("../../../assets/images/fuss-strand-2000x890.jpg");
    overflow: hidden;
}

.cid-rNswQYVSbx svg {
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translate(-50%) scale(2, 1.6);
}

.cid-rNswQYVSbx #e2_shape {
    fill: #ffffff !important;
}

.cid-rNswQYVSbx img {
    border-radius: 10px;
    margin: auto;
    animation: line 3s ease-in-out infinite;
}

@media (max-width: 576px) {
    .cid-rNswQYVSbx img {
        width: 90%!important;
    }
}

.cid-rNswQYVSbx H1 {
    color: #ffffff;
}

.cid-rNswQYVSbx H3 {
    color: #667a85;
}

.cid-rNswQYVSbx2 {
    padding-top: 270px;
    padding-bottom: 240px;
    background-image: url("../../../assets/images/footprints-1189780-2000x1333.jpg");
    overflow: hidden;
}

.cid-rNswQYVSbx2 svg {
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translate(-50%) scale(2, 1.6);
}

.cid-rNswQYVSbx2 #e2_shape {
    fill: #ffffff !important;
}

.cid-rNswQYVSbx2 img {
    border-radius: 10px;
    margin: auto;
    animation: line 3s ease-in-out infinite;
}

@media (max-width: 576px) {
    .cid-rNswQYVSbx2 img {
        width: 90%!important;
    }
}

.cid-rNswQYVSbx2 H1 {
    color: #ffffff;
}

.cid-rNswQYVSbx2 H3 {
    color: #667a85;
}

.cid-rNszVCFtDh {
    padding-top: 75px;
    padding-bottom: 150px;
    background-color: #ffffff;
    overflow: hidden;
}

.cid-rNszVCFtDh H1 {
    color: #b09e6f;
}

.cid-rNszVCFtDh .mbr-text,
.cid-rNszVCFtDh .mbr-section-btn {
    color: #667a85;
}

.cid-rNszVCFtDh .img1 {
    border-radius: 50%;
}

.cid-rNszVCFtDh .relative {
    position: relative;
}

.cid-rNszVCFtDh .card-img {
    width: 100%;
}

@keyframes line {
    from {
        transform: translateY(4px);
    }

    50% {
        transform: translateY(-4px);
    }

    to {
        transform: translateY(4px);
    }
}

.cid-rNszVCFtDh .card-img2 {
    display: inline-block;
    width: 50%;
    float: right;
}

.cid-rNszVCFtDh .card-img2 .img2 {
    width: 120%;
    left: -40%;
}

.cid-rNszVCFtDh .card-img1 {
    display: inline-block;
    width: 50%;
}

.cid-rNszVCFtDh .card-img1 .img1 {
    width: 180%;
}

.cid-rNszVCFtDh .img2 {
    margin-top: 140%;
    object-fit: cover;
    position: relative;
    border-radius: 0px;
    animation: line 3s ease-in-out infinite;
}

.cid-rNszVCFtDh H2 {
    color: #b09e6f;
}

.cid-rNtP2Gwtdb {
    padding-top: 15px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.cid-rNtP2Gwtdb .card-wrapper {
    overflow: hidden;
    height: 100%;
    background: #eff2f4;
    color: #444444;
    padding: 1rem 0;
    border-radius: 50%;
}

.cid-rNtP2Gwtdb .ico-line {
    display: inline-block;
    width: 100%;
}

.cid-rNtP2Gwtdb p {
    line-height: 1.6;
}

.cid-rNtP2Gwtdb .rev,
.cid-rNtP2Gwtdb .mbr-iconfont {
    display: inline-block;
}

.cid-rNtP2Gwtdb .card-title {
    color: #b09e6f;
    margin: 0;
    line-height: 1.3;
    padding-bottom: 1rem;
    text-align: center;
}

.cid-rNtP2Gwtdb .card-box {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
    padding: 1.5rem;
}

.cid-rNtP2Gwtdb .mbr-section-title {
    margin: 0 auto;
    color: #000000;
    text-align: center;
}

.cid-rNtP2Gwtdb .mbr-section-sub-title {
    text-align: center;
    color: #767676;
}

.cid-rNtP2Gwtdb .mbr-section-title,
.cid-rNtP2Gwtdb .line-wrap {
    text-align: center;
    color: #000000;
}

.cid-rNtP2Gwtdb .rev {
    color: #0a1c44;
}

.cid-rNtP2Gwtdb .card-text,
.cid-rNtP2Gwtdb .mbr-section-btn,
.cid-rNtP2Gwtdb .ico-line {
    color: #767676;
    text-align: center;
}

.cid-rNswdQR1WR {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.cid-rNswdQR1WR .listico {
    padding-right: 1rem;
    font-size: 1.2rem;
}

.cid-rNswdQR1WR .navbar-logo {
    width: 150px;
    margin-bottom: 10px;
    margin: auto;
}

.cid-rNswdQR1WR .col + .mbr-section-btn .btn,
.cid-rNswdQR1WR .col-auto + .mbr-section-btn .btn {
    margin: 0 !important;
    height: 100%;
    border-radius: 0px !important;
}

@media (min-width: 300px) {
    .cid-rNswdQR1WR .col + .mbr-section-btn .btn,
    .cid-rNswdQR1WR .col-auto + .mbr-section-btn .btn {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 300px) {
    .cid-rNswdQR1WR .dragArea > *:nth-last-child(2).col,
    .cid-rNswdQR1WR .dragArea > *:nth-last-child(2).col-auto,
    .cid-rNswdQR1WR .col + .mbr-section-btn,
    .cid-rNswdQR1WR .col-auto + .mbr-section-btn {
        padding-right: 0;
        padding-left: 0;
        margin: 0;
    }
}

@media (max-width: 299px) {
    .cid-rNswdQR1WR .dragArea {
        flex-direction: column;
    }
}

.cid-rNswdQR1WR .btn-primary {
    border: 1px solid #b09e6f !important;
}

.cid-rNswdQR1WR .btn-primary:hover {
    border: 1px solid #b09e6f !important;
}

.cid-rNswdQR1WR .stripe {
    border-bottom: 1px solid #b09e6f;
    max-width: 90%;
    position: relative;
    margin-bottom: 0.5rem;
}

.cid-rNswdQR1WR .form-group {
    max-width: 220px;
}

.cid-rNswdQR1WR .mbr-section-btn {
    padding-left: 0;
}

.cid-rNswdQR1WR .form-control {
    background: transparent;
    padding: 0.5rem 1rem;
    min-height: 55px;
    border-radius: 0px;
}

.cid-rNswdQR1WR .stripe:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    border-bottom: 1px solid #e9e9e9;
    width: 85%;
}

.cid-rNswdQR1WR .mbr-text {
    color: #444;
}

.cid-rNswdQR1WR h5 {
    margin-bottom: 0;
}

.cid-rNswdQR1WR .navbar-brand {
    margin: auto;
    width: 100%;
    text-align: center;
}

.cid-rNswdQR1WR .list-item {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-align-items: center;
    align-items: center;
}

.cid-rNswdQR1WR .tips {
    height: 90px;
    width: 90px;
    border-radius: 6px;
    margin: 4px;
}

.cid-rNswdQR1WR .socicon {
    font-size: 1.3rem;
    background: #efeae0;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.cid-rNswdQR1WR .social-list {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.cid-rNswdQR1WR .social-list .soc-item {
    margin: 0 0.3rem;
}

.cid-rNswdQR1WR .social-list a {
    margin: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.cid-rNswdQR1WR .social-list a:hover {
    opacity: 0.4;
}

.cid-rNswdQR1WR .media-container-row > div {
    padding: 0px;
}

.cid-rNswdQR1WR .text2 {
    color: #656565;
    text-align: left;
}

.cid-rNswdQR1WR .group-title {
    text-align: left;
    color: #667a85;
    padding-bottom: 0.2rem;
}

.cid-rNswdQR1WR .links {
    color: #656565;
    line-height: 1.6;
    text-align: left;
}

@media (max-width: 991px) {
    .cid-rNswdQR1WR .col-sm-12 {
        margin-bottom: 2rem;
    }

    .cid-rNswdQR1WR .social-list,
    .cid-rNswdQR1WR .img-list {
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .cid-rNswdQR1WR h3 {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .cid-rNswdQR1WR .form-group {
        max-width: 180px;
    }
}

.cid-rNswdQR1WR .links span {
    color: #656565;
}

.cid-rNswdQR1WR .logo-sub-title {
    text-align: center;
    color: #667a85;
}

.cid-rNswdQR1WR .logo-title {
    text-align: center;
}

.cid-rNswdQR1WR .logo-sub-title i {
    color: #9e9e9e;
}

.cid-rNswdQR1WR .logo-title,
.cid-rNswdQR1WR .logo {
    color: #656565;
}

.cid-rNsUN0MsD2 .navbar-dropdown {
    position: relative!important;
    top: 0;
    left: 0;
    padding: .5rem 1rem;
}

.cid-rNsUN0MsD2 .collapsed {
    flex-direction: row!important;
}

.cid-rNsUN0MsD2 .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

.cid-rNsUN0MsD2 .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.cid-rNsUN0MsD2 .navbar {
    display: flex;
    flex-direction: column;
    min-height: 60px;
    transition: all .3s;
    background: #ffffff;
}

.cid-rNsUN0MsD2 .navbar.opened {
    transition: all .3s;
    background: #ffffff !important;
}

.cid-rNsUN0MsD2 .navbar .dropdown-item {
    padding: .235rem 1.5rem;
}

.cid-rNsUN0MsD2 .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
}

.cid-rNsUN0MsD2 .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.cid-rNsUN0MsD2 .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.cid-rNsUN0MsD2 .navbar.collapsed .dropdown-menu {
    background: transparent !important;
}

.cid-rNsUN0MsD2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.cid-rNsUN0MsD2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.cid-rNsUN0MsD2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
}

.cid-rNsUN0MsD2 .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

.cid-rNsUN0MsD2 .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
}

.cid-rNsUN0MsD2 .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

@media (max-width: 991px) {
    .cid-rNsUN0MsD2 .navbar .nav-item .nav-link::before {
        display: none;
    }

    .cid-rNsUN0MsD2 .navbar.opened .dropdown-menu {
        top: 0;
    }

    .cid-rNsUN0MsD2 .navbar .dropdown-menu {
        background: transparent !important;
    }

    .cid-rNsUN0MsD2 .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .cid-rNsUN0MsD2 .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }

    .cid-rNsUN0MsD2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: .25rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 55%;
    }

    .cid-rNsUN0MsD2 .navbar .navbar-logo img {
        height: 3.8rem !important;
    }

    .cid-rNsUN0MsD2 .navbar ul.navbar-nav li {
        margin: auto;
    }

    .cid-rNsUN0MsD2 .navbar .dropdown-menu .dropdown-item {
        padding: .25rem 1.5rem !important;
        text-align: center;
    }

    .cid-rNsUN0MsD2 .navbar .navbar-brand {
        -webkit-flex-shrink: initial;
        flex-shrink: initial;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        word-break: break-word;
    }

    .cid-rNsUN0MsD2 .navbar .navbar-toggler {
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }

    .cid-rNsUN0MsD2 .navbar .icons-menu {
        padding-left: 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

.cid-rNsUN0MsD2 .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 60px;
}

.cid-rNsUN0MsD2 .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
}

.cid-rNsUN0MsD2 .navbar.navbar-short .navbar-brand {
    padding: 0;
}

.cid-rNsUN0MsD2 .dropdown-item:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 52%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0;
    background-color: #efeae0;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.cid-rNsUN0MsD2 .dropdown-item:hover:before {
    opacity: 1!important;
}

.cid-rNsUN0MsD2 .nav-item:focus,
.cid-rNsUN0MsD2 .nav-link:focus {
    outline: none;
}

.cid-rNsUN0MsD2 .text-white:hover,
.cid-rNsUN0MsD2 .text-white:active,
.cid-rNsUN0MsD2 .text-white:focus {
    color: white!important;
}

.cid-rNsUN0MsD2 .dropdown-item {
    font-weight: 400!important;
    color: black!important;
}

.cid-rNsUN0MsD2 .dropdown-item:hover {
    color: black!important;
}

.cid-rNsUN0MsD2 .dropdown-menu {
    background-color: white!important;
}

.cid-rNsUN0MsD2 .navbar .dropdown.open > .dropdown-menu {
    border-radius: 10px;
    box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
    display: block;
}

.cid-rNsUN0MsD2 .nav-link:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0;
    background-color: #efeae0;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.cid-rNsUN0MsD2 .nav-item:hover .nav-link:before {
    opacity: 1!important;
}

@media (max-width: 992px) {
    .cid-rNsUN0MsD2 .navbar {
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .cid-rNsUN0MsD2 .nav-item {
        position: relative;
    }
}

.cid-rNsUN0MsD2 .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cid-rNsUN0MsD2 .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.cid-rNsUN0MsD2 .dropdown .dropdown-menu .dropdown-item:hover {
    padding-left: 2rem;
}

.cid-rNsUN0MsD2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
}

.cid-rNsUN0MsD2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cid-rNsUN0MsD2 .navbar-caption {
    font-weight: 600!important;
}

.cid-rNsUN0MsD2 .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
}

.cid-rNsUN0MsD2 .navbar-brand .navbar-caption {
    line-height: inherit !important;
}

.cid-rNsUN0MsD2 .navbar-brand .navbar-logo a {
    outline: none;
}

.cid-rNsUN0MsD2 .dropdown-item.active,
.cid-rNsUN0MsD2 .dropdown-item:active {
    background-color: transparent;
}

.cid-rNsUN0MsD2 .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.cid-rNsUN0MsD2 .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

.cid-rNsUN0MsD2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}

.cid-rNsUN0MsD2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}

.cid-rNsUN0MsD2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
}

.cid-rNsUN0MsD2 ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cid-rNsUN0MsD2 .navbar-buttons {
    text-align: center;
}

.cid-rNsUN0MsD2 button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
}

.cid-rNsUN0MsD2 button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #667a85;
}

.cid-rNsUN0MsD2 button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
}

.cid-rNsUN0MsD2 button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
}

.cid-rNsUN0MsD2 button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
}

.cid-rNsUN0MsD2 button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
}

.cid-rNsUN0MsD2 nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rNsUN0MsD2 nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
}

.cid-rNsUN0MsD2 nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
}

.cid-rNsUN0MsD2 nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rNsUN0MsD2 .nav-link {
    font-weight: 600!important;
}

.cid-rNsUN0MsD2 a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.cid-rNsUN0MsD2 .mbr-iconfont {
    font-size: 1.5rem;
    padding-right: .5rem;
}

.cid-rNsUN0MsD2 .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
}

.cid-rNsUN0MsD2 .icons-menu span {
    font-size: 26px;
    color: #232323;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-rNsUN0MsD2 .navbar {
        height: 77px;
    }

    .cid-rNsUN0MsD2 .navbar.opened {
        height: auto;
    }

    .cid-rNsUN0MsD2 .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.cid-rNsUN2ziDz {
    padding-top: 270px;
    padding-bottom: 240px;
    background-image: url("../../../assets/images/fuss-2000x1697.jpg");
    overflow: hidden;
}

.cid-rNsUN2ziDz svg {
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translate(-50%) scale(2, 1.6);
}

.cid-rNsUN2ziDz #e2_shape {
    fill: #ffffff !important;
}

.cid-rNsUN2ziDz img {
    border-radius: 10px;
    margin: auto;
    animation: line 3s ease-in-out infinite;
}

@media (max-width: 576px) {
    .cid-rNsUN2ziDz img {
        width: 90%!important;
    }

    .cid-rNtzPL0OuD .card-wrapper {
        padding: 0.7rem;
    }

    .cid-rMPSqONXQo {
        padding-top: 80px;
    }

    .cid-rNswQYVSbx {
        padding-top: 80px;
    }

    .cid-rNszVCFtDh {
        padding-top: 5px;
        padding-bottom: 50px;
    }

    .cid-rNtP2Gwtdb .card-box {
        margin-top: 3rem;
        margin-bottom: 3rem;
        padding: 1.5rem;
    }

    .cid-rNsUN2ziDz {
        padding-top: 80px;
    }

    .cid-rNsVMe26l3 {
        padding-top: 0px;
    }

    .cid-rNsYVHh9gw .card-wrapper {
        padding: 2.7rem;
    }

    .cid-rNsVMe26l3 {
        padding-top: 0px;
    }

    .cid-rNtt3qUnax {
        padding-top: 80px;
    }

    .cid-rNtGmrMBiE {
        padding-top: 0px;
    }
}

.cid-rNsUN2ziDz H1 {
    color: #ffffff;
}

.cid-rNsUN2ziDz H3 {
    color: #667a85;
}

.cid-rNsVMe26l3 {
    padding-top: 60px;
    padding-bottom: 100px;
    background-color: #fff;
}

.cid-rNsVMe26l3 h4 {
    font-weight: 500;
    margin-bottom: 0;
    text-align: left;
}

.cid-rNsVMe26l3 p {
    color: #767676;
    text-align: left;
}

.cid-rNsVMe26l3 .card-box {
    padding: 4rem 2rem;
    background-color: #eff2f4;
    margin-top: -2rem;
    border-radius: 2%;
}

.cid-rNsVMe26l3 .card-wrapper {
    height: 100%;
}

.cid-rNsVMe26l3 img {
    border-radius: 100%;
    height: 250px;
    width: 250px;
    object-fit: cover;
}

.cid-rNsVMe26l3 P {
    text-align: center;
    color: #667a85;
}

.cid-rNsVMe26l3 .card-title {
    text-align: center;
    color: #b09e6f;
}

.cid-rNsVMe26l3 .card-img {
    position: relative;
}

.cid-rNsVMe26l3 .card-icon {
    position: absolute;
    background: #ffffff;
    height: 70px;
    width: 70px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
    border-radius: 100%;
    padding: 1rem;
    left: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 1rem;
}

.cid-rNsVMe26l3 .card-icon .mbr-iconfont {
    font-size: 2rem;
    color: #b09e6f;
}

.cid-rNt89iYbUS {
    padding-top: 0px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.cid-rNt89iYbUS h4 {
    font-weight: 500;
    margin-bottom: 0;
    text-align: left;
}

.cid-rNt89iYbUS p {
    color: #767676;
    text-align: left;
}

.cid-rNt89iYbUS .card-box {
    padding-top: 2rem;
}

.cid-rNt89iYbUS .card-wrapper {
    height: 100%;
}

.cid-rNt89iYbUS img {
    border-radius: 100%;
    height: 250px;
    width: 250px;
    object-fit: cover;
}

.cid-rNt89iYbUS P {
    text-align: center;
    color: #667a85;
}

.cid-rNt89iYbUS .card-title {
    text-align: center;
    color: #b09e6f;
}

.cid-rNt89iYbUS .card-img {
    position: relative;
}

.cid-rNt89iYbUS .card-icon {
    position: absolute;
    background: #ffffff;
    height: 70px;
    width: 70px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
    border-radius: 100%;
    padding: 1rem;
    left: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 1rem;
}

.cid-rNt89iYbUS .card-icon .mbr-iconfont {
    font-size: 2rem;
    color: #b09e6f;
}

.cid-rNsYVHh9gw {
    padding-top: 30px;
    padding-bottom: 90px;
    background-color: #ffffff;
}

.cid-rNsYVHh9gw .mbr-section-btn {
    margin-top: 5rem;
}

.cid-rNsYVHh9gw .row {
    justify-content: center;
}

.cid-rNsYVHh9gw .card {
    height: 100%;
    position: relative;
}

.cid-rNsYVHh9gw .card:after {
    content: '';
    position: absolute;
    border-radius: 100%;
    z-index: 0;
    bottom: 5px;
    left: 50%;
    right: 50%;
    opacity: 0;
    transition: all 0.3s;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 40px;
}

.cid-rNsYVHh9gw .card:hover:after {
    opacity: 0.8;
}

.cid-rNsYVHh9gw .card-img {
    height: 400px;
}

.cid-rNsYVHh9gw .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cid-rNsYVHh9gw .card-wrapper {
    padding: 2rem;
    z-index: 2;
    width: 100%;
    margin: 0;
    height: auto;
}

.cid-rNsYVHh9gw .cardbg1 {
    background: #eff2f4;
    border-radius: 50%;
}

.cid-rNsYVHh9gw .cardbg2 {
    background: #efeae0;
    border-radius: 50%;
}

.cid-rNsYVHh9gw .cardbg3 {
    background: #eff2f4;
    border-radius: 50%;
}

.cid-rNsYVHh9gw .cardbg4 {
    background: #fff3f3;
    border-radius: 50%;
}

@media (min-width: 1400px) {
    .cid-rNsYVHh9gw .card-wrapper {
        padding: 8rem 4rem;
    }
}

@media (max-width: 1600px) {
    .cid-rNsYVHh9gw .display-2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 992px) {
    .cid-rNsYVHh9gw .card {
        margin-bottom: 2rem;
    }
}

.cid-rNsYVHh9gw .card-title {
    text-align: center;
    color: #b09e6f;
}

.cid-rNsYVHh9gw .card-text {
    text-align: center;
    color: #667a85;
}

.cid-rNtatOCNmr {
    padding-top: 75px;
    padding-bottom: 75px;
    background: linear-gradient(90deg, #f7f5f0, #efeae0);
}

.cid-rNtatOCNmr .mbr-overlay {
    background: linear-gradient(90deg, #d3cffb, #ffffff);
}

.cid-rNtatOCNmr .card-wrap {
    background-color: #ffffff;
    padding: 2rem;
    margin: 0;
    border-radius: 0;
}

@media (min-width: 992px) {
    .cid-rNtatOCNmr .card-wrap {
        width: calc(100% + 10rem);
        margin-left: -10rem;
    }
}

.cid-rNtatOCNmr .img-wrap img {
    width: 100%;
    border-radius: 50%;
}

.cid-rNtatOCNmr .mbr-section-subtitle,
.cid-rNtatOCNmr .mbr-section-btn {
    color: #667a85;
}

.cid-rNtatOCNmr H1 {
    color: #b09e6f;
}

.cid-rNsUN5paOw {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.cid-rNsUN5paOw .listico {
    padding-right: 1rem;
    font-size: 1.2rem;
}

.cid-rNsUN5paOw .navbar-logo {
    width: 150px;
    margin-bottom: 10px;
    margin: auto;
}

.cid-rNsUN5paOw .col + .mbr-section-btn .btn,
.cid-rNsUN5paOw .col-auto + .mbr-section-btn .btn {
    margin: 0 !important;
    height: 100%;
    border-radius: 0px !important;
}

@media (min-width: 300px) {
    .cid-rNsUN5paOw .col + .mbr-section-btn .btn,
    .cid-rNsUN5paOw .col-auto + .mbr-section-btn .btn {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 300px) {
    .cid-rNsUN5paOw .dragArea > *:nth-last-child(2).col,
    .cid-rNsUN5paOw .dragArea > *:nth-last-child(2).col-auto,
    .cid-rNsUN5paOw .col + .mbr-section-btn,
    .cid-rNsUN5paOw .col-auto + .mbr-section-btn {
        padding-right: 0;
        padding-left: 0;
        margin: 0;
    }
}

@media (max-width: 299px) {
    .cid-rNsUN5paOw .dragArea {
        flex-direction: column;
    }
}

.cid-rNsUN5paOw .btn-primary {
    border: 1px solid #b09e6f !important;
}

.cid-rNsUN5paOw .btn-primary:hover {
    border: 1px solid #b09e6f !important;
}

.cid-rNsUN5paOw .stripe {
    border-bottom: 1px solid #b09e6f;
    max-width: 90%;
    position: relative;
    margin-bottom: 0.5rem;
}

.cid-rNsUN5paOw .form-group {
    max-width: 220px;
}

.cid-rNsUN5paOw .mbr-section-btn {
    padding-left: 0;
}

.cid-rNsUN5paOw .form-control {
    background: transparent;
    padding: 0.5rem 1rem;
    min-height: 55px;
    border-radius: 0px;
}

.cid-rNsUN5paOw .stripe:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    border-bottom: 1px solid #e9e9e9;
    width: 85%;
}

.cid-rNsUN5paOw .mbr-text {
    color: #444;
}

.cid-rNsUN5paOw h5 {
    margin-bottom: 0;
}

.cid-rNsUN5paOw .navbar-brand {
    margin: auto;
    width: 100%;
    text-align: center;
}

.cid-rNsUN5paOw .list-item {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-align-items: center;
    align-items: center;
}

.cid-rNsUN5paOw .tips {
    height: 90px;
    width: 90px;
    border-radius: 6px;
    margin: 4px;
}

.cid-rNsUN5paOw .socicon {
    font-size: 1.3rem;
    background: #efeae0;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.cid-rNsUN5paOw .social-list {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.cid-rNsUN5paOw .social-list .soc-item {
    margin: 0 0.3rem;
}

.cid-rNsUN5paOw .social-list a {
    margin: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.cid-rNsUN5paOw .social-list a:hover {
    opacity: 0.4;
}

.cid-rNsUN5paOw .media-container-row > div {
    padding: 0px;
}

.cid-rNsUN5paOw .text2 {
    color: #656565;
    text-align: left;
}

.cid-rNsUN5paOw .group-title {
    text-align: left;
    color: #667a85;
    padding-bottom: 0.2rem;
}

.cid-rNsUN5paOw .links {
    color: #656565;
    line-height: 1.6;
    text-align: left;
}

@media (max-width: 991px) {
    .cid-rNsUN5paOw .col-sm-12 {
        margin-bottom: 2rem;
    }

    .cid-rNsUN5paOw .social-list,
    .cid-rNsUN5paOw .img-list {
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .cid-rNsUN5paOw h3 {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .cid-rNsUN5paOw .form-group {
        max-width: 180px;
    }
}

.cid-rNsUN5paOw .links span {
    color: #656565;
}

.cid-rNsUN5paOw .logo-sub-title {
    text-align: center;
}

.cid-rNsUN5paOw .logo-title {
    text-align: center;
}

.cid-rNsUN5paOw .logo-sub-title i {
    color: #9e9e9e;
}

.cid-rNsUN5paOw .logo-title,
.cid-rNsUN5paOw .logo {
    color: #656565;
}

.cid-rNtt3pgZ4Y .navbar-dropdown {
    position: relative!important;
    top: 0;
    left: 0;
    padding: .5rem 1rem;
}

.cid-rNtt3pgZ4Y .collapsed {
    flex-direction: row!important;
}

.cid-rNtt3pgZ4Y .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

.cid-rNtt3pgZ4Y .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.cid-rNtt3pgZ4Y .navbar {
    display: flex;
    flex-direction: column;
    min-height: 60px;
    transition: all .3s;
    background: #ffffff;
}

.cid-rNtt3pgZ4Y .navbar.opened {
    transition: all .3s;
    background: #ffffff !important;
}

.cid-rNtt3pgZ4Y .navbar .dropdown-item {
    padding: .235rem 1.5rem;
}

.cid-rNtt3pgZ4Y .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
}

.cid-rNtt3pgZ4Y .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.cid-rNtt3pgZ4Y .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.cid-rNtt3pgZ4Y .navbar.collapsed .dropdown-menu {
    background: transparent !important;
}

.cid-rNtt3pgZ4Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.cid-rNtt3pgZ4Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.cid-rNtt3pgZ4Y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
}

.cid-rNtt3pgZ4Y .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

.cid-rNtt3pgZ4Y .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
}

.cid-rNtt3pgZ4Y .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

@media (max-width: 991px) {
    .cid-rNtt3pgZ4Y .navbar .nav-item .nav-link::before {
        display: none;
    }

    .cid-rNtt3pgZ4Y .navbar.opened .dropdown-menu {
        top: 0;
    }

    .cid-rNtt3pgZ4Y .navbar .dropdown-menu {
        background: transparent !important;
    }

    .cid-rNtt3pgZ4Y .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .cid-rNtt3pgZ4Y .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }

    .cid-rNtt3pgZ4Y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: .25rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 55%;
    }

    .cid-rNtt3pgZ4Y .navbar .navbar-logo img {
        height: 3.8rem !important;
    }

    .cid-rNtt3pgZ4Y .navbar ul.navbar-nav li {
        margin: auto;
    }

    .cid-rNtt3pgZ4Y .navbar .dropdown-menu .dropdown-item {
        padding: .25rem 1.5rem !important;
        text-align: center;
    }

    .cid-rNtt3pgZ4Y .navbar .navbar-brand {
        -webkit-flex-shrink: initial;
        flex-shrink: initial;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        word-break: break-word;
    }

    .cid-rNtt3pgZ4Y .navbar .navbar-toggler {
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }

    .cid-rNtt3pgZ4Y .navbar .icons-menu {
        padding-left: 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

.cid-rNtt3pgZ4Y .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 60px;
}

.cid-rNtt3pgZ4Y .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
}

.cid-rNtt3pgZ4Y .navbar.navbar-short .navbar-brand {
    padding: 0;
}

.cid-rNtt3pgZ4Y .dropdown-item:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 52%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0;
    background-color: #efeae0;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.cid-rNtt3pgZ4Y .dropdown-item:hover:before {
    opacity: 1!important;
}

.cid-rNtt3pgZ4Y .nav-item:focus,
.cid-rNtt3pgZ4Y .nav-link:focus {
    outline: none;
}

.cid-rNtt3pgZ4Y .text-white:hover,
.cid-rNtt3pgZ4Y .text-white:active,
.cid-rNtt3pgZ4Y .text-white:focus {
    color: white!important;
}

.cid-rNtt3pgZ4Y .dropdown-item {
    font-weight: 400!important;
    color: black!important;
}

.cid-rNtt3pgZ4Y .dropdown-item:hover {
    color: black!important;
}

.cid-rNtt3pgZ4Y .dropdown-menu {
    background-color: white!important;
}

.cid-rNtt3pgZ4Y .navbar .dropdown.open > .dropdown-menu {
    border-radius: 10px;
    box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
    display: block;
}

.cid-rNtt3pgZ4Y .nav-link:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0;
    background-color: #efeae0;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.cid-rNtt3pgZ4Y .nav-item:hover .nav-link:before {
    opacity: 1!important;
}

@media (max-width: 992px) {
    .cid-rNtt3pgZ4Y .navbar {
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .cid-rNtt3pgZ4Y .nav-item {
        position: relative;
    }
}

.cid-rNtt3pgZ4Y .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cid-rNtt3pgZ4Y .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.cid-rNtt3pgZ4Y .dropdown .dropdown-menu .dropdown-item:hover {
    padding-left: 2rem;
}

.cid-rNtt3pgZ4Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
}

.cid-rNtt3pgZ4Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cid-rNtt3pgZ4Y .navbar-caption {
    font-weight: 600!important;
}

.cid-rNtt3pgZ4Y .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
}

.cid-rNtt3pgZ4Y .navbar-brand .navbar-caption {
    line-height: inherit !important;
}

.cid-rNtt3pgZ4Y .navbar-brand .navbar-logo a {
    outline: none;
}

.cid-rNtt3pgZ4Y .dropdown-item.active,
.cid-rNtt3pgZ4Y .dropdown-item:active {
    background-color: transparent;
}

.cid-rNtt3pgZ4Y .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.cid-rNtt3pgZ4Y .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

.cid-rNtt3pgZ4Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}

.cid-rNtt3pgZ4Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}

.cid-rNtt3pgZ4Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
}

.cid-rNtt3pgZ4Y ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cid-rNtt3pgZ4Y .navbar-buttons {
    text-align: center;
}

.cid-rNtt3pgZ4Y button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
}

.cid-rNtt3pgZ4Y button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #667a85;
}

.cid-rNtt3pgZ4Y button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
}

.cid-rNtt3pgZ4Y button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
}

.cid-rNtt3pgZ4Y button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
}

.cid-rNtt3pgZ4Y button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
}

.cid-rNtt3pgZ4Y nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rNtt3pgZ4Y nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
}

.cid-rNtt3pgZ4Y nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
}

.cid-rNtt3pgZ4Y nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rNtt3pgZ4Y .nav-link {
    font-weight: 600!important;
}

.cid-rNtt3pgZ4Y a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.cid-rNtt3pgZ4Y .mbr-iconfont {
    font-size: 1.5rem;
    padding-right: .5rem;
}

.cid-rNtt3pgZ4Y .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
}

.cid-rNtt3pgZ4Y .icons-menu span {
    font-size: 26px;
    color: #232323;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-rNtt3pgZ4Y .navbar {
        height: 77px;
    }

    .cid-rNtt3pgZ4Y .navbar.opened {
        height: auto;
    }

    .cid-rNtt3pgZ4Y .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.cid-rNtt3qUnax {
    padding-top: 270px;
    padding-bottom: 240px;
    background-image: url("../../../assets/images/gepflegte-fuesse-2000x1367.jpg");
    overflow: hidden;
}

.cid-rNtt3qUnax svg {
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translate(-50%) scale(2, 1.6);
}

.cid-rNtt3qUnax #e2_shape {
    fill: #ffffff !important;
}

.cid-rNtt3qUnax img {
    border-radius: 10px;
    margin: auto;
    animation: line 3s ease-in-out infinite;
}

@media (max-width: 576px) {
    .cid-rNtt3qUnax img {
        width: 90%!important;
    }
}

.cid-rNtt3qUnax H1 {
    color: #ffffff;
}

.cid-rNtt3qUnax H3 {
    color: #667a85;
}

.cid-rNtGmrMBiE {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.cid-rNtGmrMBiE h4 {
    font-weight: 600;
    color: #e2e2e2;
}

.cid-rNtGmrMBiE .mbr-section-subtitle {
    color: #767676;
}

.cid-rNtGmrMBiE .article {
    padding-right: 2rem;
    padding-left: 2rem;
}

@media (min-width: 768px) {
    .cid-rNtGmrMBiE .article-right-border {
        border-right: 2px solid #b09e6f;
    }
}

.cid-rNtGmrMBiE .article-title-left {
    text-align: left;
    color: #b09e6f;
}

.cid-rNtGmrMBiE .mbr-text-left {
    text-align: left;
    color: #667a85;
}

.cid-rNtGmrMBiE .mbr-text-right {
    color: #667a85;
}

.cid-rNtIBDJ5d2 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.cid-rNtIBDJ5d2 .mbr-text {
    color: #9c969b;
}

@media (min-width: 992px) {
    .cid-rNtIBDJ5d2 img {
        width: 95%;
    }
}

.cid-rNtIBDJ5d2 .social-list {
    display: flex;
    flex-wrap: wrap;
}

.cid-rNtIBDJ5d2 .soc-item {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.25rem 0.3rem;
}

.cid-rNtIBDJ5d2 .soc-item span {
    font-size: 1rem;
    color: #3d626c !important;
    transition: all 0.3s;
}

.cid-rNtIBDJ5d2 .soc-item:hover span {
    color: #b09e6f !important;
}

.cid-rNtIBDJ5d2 .items-col {
    line-height: 2.5;
    margin: 0;
}

@media (max-width: 992px) {
    .cid-rNtIBDJ5d2 .card-img {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .cid-rNtIBDJ5d2 .social-list {
        justify-content: center;
    }
}

.cid-rNtIBDJ5d2 .card-title {
    color: #b09e6f;
}

.cid-rNtIBDJ5d2 .mbr-text,
.cid-rNtIBDJ5d2 .mbr-section-btn {
    color: #667a85;
}

.cid-rNtt3yVlyd {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.cid-rNtt3yVlyd .listico {
    padding-right: 1rem;
    font-size: 1.2rem;
}

.cid-rNtt3yVlyd .navbar-logo {
    width: 150px;
    margin-bottom: 10px;
    margin: auto;
}

.cid-rNtt3yVlyd .col + .mbr-section-btn .btn,
.cid-rNtt3yVlyd .col-auto + .mbr-section-btn .btn {
    margin: 0 !important;
    height: 100%;
    border-radius: 0px !important;
}

@media (min-width: 300px) {
    .cid-rNtt3yVlyd .col + .mbr-section-btn .btn,
    .cid-rNtt3yVlyd .col-auto + .mbr-section-btn .btn {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 300px) {
    .cid-rNtt3yVlyd .dragArea > *:nth-last-child(2).col,
    .cid-rNtt3yVlyd .dragArea > *:nth-last-child(2).col-auto,
    .cid-rNtt3yVlyd .col + .mbr-section-btn,
    .cid-rNtt3yVlyd .col-auto + .mbr-section-btn {
        padding-right: 0;
        padding-left: 0;
        margin: 0;
    }
}

@media (max-width: 299px) {
    .cid-rNtt3yVlyd .dragArea {
        flex-direction: column;
    }
}

.cid-rNtt3yVlyd .btn-primary {
    border: 1px solid #b09e6f !important;
}

.cid-rNtt3yVlyd .btn-primary:hover {
    border: 1px solid #b09e6f !important;
}

.cid-rNtt3yVlyd .stripe {
    border-bottom: 1px solid #b09e6f;
    max-width: 90%;
    position: relative;
    margin-bottom: 0.5rem;
}

.cid-rNtt3yVlyd .form-group {
    max-width: 220px;
}

.cid-rNtt3yVlyd .mbr-section-btn {
    padding-left: 0;
}

.cid-rNtt3yVlyd .form-control {
    background: transparent;
    padding: 0.5rem 1rem;
    min-height: 55px;
    border-radius: 0px;
}

.cid-rNtt3yVlyd .stripe:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    border-bottom: 1px solid #e9e9e9;
    width: 85%;
}

.cid-rNtt3yVlyd .mbr-text {
    color: #444;
}

.cid-rNtt3yVlyd h5 {
    margin-bottom: 0;
}

.cid-rNtt3yVlyd .navbar-brand {
    margin: auto;
    width: 100%;
    text-align: center;
}

.cid-rNtt3yVlyd .list-item {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-align-items: center;
    align-items: center;
}

.cid-rNtt3yVlyd .tips {
    height: 90px;
    width: 90px;
    border-radius: 6px;
    margin: 4px;
}

.cid-rNtt3yVlyd .socicon {
    font-size: 1.3rem;
    background: #efeae0;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.cid-rNtt3yVlyd .social-list {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.cid-rNtt3yVlyd .social-list .soc-item {
    margin: 0 0.3rem;
}

.cid-rNtt3yVlyd .social-list a {
    margin: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.cid-rNtt3yVlyd .social-list a:hover {
    opacity: 0.4;
}

.cid-rNtt3yVlyd .media-container-row > div {
    padding: 0px;
}

.cid-rNtt3yVlyd .text2 {
    color: #656565;
    text-align: left;
}

.cid-rNtt3yVlyd .group-title {
    text-align: left;
    color: #667a85;
    padding-bottom: 0.2rem;
}

.cid-rNtt3yVlyd .links {
    color: #656565;
    line-height: 1.6;
    text-align: left;
}

@media (max-width: 991px) {
    .cid-rNtt3yVlyd .col-sm-12 {
        margin-bottom: 2rem;
    }

    .cid-rNtt3yVlyd .social-list,
    .cid-rNtt3yVlyd .img-list {
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .cid-rNtt3yVlyd h3 {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .cid-rNtt3yVlyd .form-group {
        max-width: 180px;
    }
}

.cid-rNtt3yVlyd .links span {
    color: #656565;
}

.cid-rNtt3yVlyd .logo-sub-title {
    text-align: center;
}

.cid-rNtt3yVlyd .logo-title {
    text-align: center;
}

.cid-rNtt3yVlyd .logo-sub-title i {
    color: #9e9e9e;
}

.cid-rNtt3yVlyd .logo-title,
.cid-rNtt3yVlyd .logo {
    color: #656565;
}

.cid-rNunbhWyEn .navbar-dropdown {
    position: relative!important;
    top: 0;
    left: 0;
    padding: .5rem 1rem;
}

.cid-rNunbhWyEn .collapsed {
    flex-direction: row!important;
}

.cid-rNunbhWyEn .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

.cid-rNunbhWyEn .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.cid-rNunbhWyEn .navbar {
    display: flex;
    flex-direction: column;
    min-height: 60px;
    transition: all .3s;
    background: #ffffff;
}

.cid-rNunbhWyEn .navbar.opened {
    transition: all .3s;
    background: #ffffff !important;
}

.cid-rNunbhWyEn .navbar .dropdown-item {
    padding: .235rem 1.5rem;
}

.cid-rNunbhWyEn .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
}

.cid-rNunbhWyEn .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.cid-rNunbhWyEn .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.cid-rNunbhWyEn .navbar.collapsed .dropdown-menu {
    background: transparent !important;
}

.cid-rNunbhWyEn .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.cid-rNunbhWyEn .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.cid-rNunbhWyEn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
}

.cid-rNunbhWyEn .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

.cid-rNunbhWyEn .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
}

.cid-rNunbhWyEn .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

@media (max-width: 991px) {
    .cid-rNunbhWyEn .navbar .nav-item .nav-link::before {
        display: none;
    }

    .cid-rNunbhWyEn .navbar.opened .dropdown-menu {
        top: 0;
    }

    .cid-rNunbhWyEn .navbar .dropdown-menu {
        background: transparent !important;
    }

    .cid-rNunbhWyEn .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .cid-rNunbhWyEn .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }

    .cid-rNunbhWyEn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: .25rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 55%;
    }

    .cid-rNunbhWyEn .navbar .navbar-logo img {
        height: 3.8rem !important;
    }

    .cid-rNunbhWyEn .navbar ul.navbar-nav li {
        margin: auto;
    }

    .cid-rNunbhWyEn .navbar .dropdown-menu .dropdown-item {
        padding: .25rem 1.5rem !important;
        text-align: center;
    }

    .cid-rNunbhWyEn .navbar .navbar-brand {
        -webkit-flex-shrink: initial;
        flex-shrink: initial;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        word-break: break-word;
    }

    .cid-rNunbhWyEn .navbar .navbar-toggler {
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }

    .cid-rNunbhWyEn .navbar .icons-menu {
        padding-left: 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

.cid-rNunbhWyEn .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 60px;
}

.cid-rNunbhWyEn .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
}

.cid-rNunbhWyEn .navbar.navbar-short .navbar-brand {
    padding: 0;
}

.cid-rNunbhWyEn .dropdown-item:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 52%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0;
    background-color: #efeae0;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.cid-rNunbhWyEn .dropdown-item:hover:before {
    opacity: 1!important;
}

.cid-rNunbhWyEn .nav-item:focus,
.cid-rNunbhWyEn .nav-link:focus {
    outline: none;
}

.cid-rNunbhWyEn .text-white:hover,
.cid-rNunbhWyEn .text-white:active,
.cid-rNunbhWyEn .text-white:focus {
    color: white!important;
}

.cid-rNunbhWyEn .dropdown-item {
    font-weight: 400!important;
    color: black!important;
}

.cid-rNunbhWyEn .dropdown-item:hover {
    color: black!important;
}

.cid-rNunbhWyEn .dropdown-menu {
    background-color: white!important;
}

.cid-rNunbhWyEn .navbar .dropdown.open > .dropdown-menu {
    border-radius: 10px;
    box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
    display: block;
}

.cid-rNunbhWyEn .nav-link:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0;
    background-color: #efeae0;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.cid-rNunbhWyEn .nav-item:hover .nav-link:before {
    opacity: 1!important;
}

@media (max-width: 992px) {
    .cid-rNunbhWyEn .navbar {
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .cid-rNunbhWyEn .nav-item {
        position: relative;
    }
}

.cid-rNunbhWyEn .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cid-rNunbhWyEn .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.cid-rNunbhWyEn .dropdown .dropdown-menu .dropdown-item:hover {
    padding-left: 2rem;
}

.cid-rNunbhWyEn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
}

.cid-rNunbhWyEn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cid-rNunbhWyEn .navbar-caption {
    font-weight: 600!important;
}

.cid-rNunbhWyEn .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
}

.cid-rNunbhWyEn .navbar-brand .navbar-caption {
    line-height: inherit !important;
}

.cid-rNunbhWyEn .navbar-brand .navbar-logo a {
    outline: none;
}

.cid-rNunbhWyEn .dropdown-item.active,
.cid-rNunbhWyEn .dropdown-item:active {
    background-color: transparent;
}

.cid-rNunbhWyEn .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.cid-rNunbhWyEn .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

.cid-rNunbhWyEn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}

.cid-rNunbhWyEn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}

.cid-rNunbhWyEn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
}

.cid-rNunbhWyEn ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cid-rNunbhWyEn .navbar-buttons {
    text-align: center;
}

.cid-rNunbhWyEn button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
}

.cid-rNunbhWyEn button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #667a85;
}

.cid-rNunbhWyEn button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
}

.cid-rNunbhWyEn button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
}

.cid-rNunbhWyEn button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
}

.cid-rNunbhWyEn button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
}

.cid-rNunbhWyEn nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rNunbhWyEn nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
}

.cid-rNunbhWyEn nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
}

.cid-rNunbhWyEn nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rNunbhWyEn .nav-link {
    font-weight: 600!important;
}

.cid-rNunbhWyEn a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.cid-rNunbhWyEn .mbr-iconfont {
    font-size: 1.5rem;
    padding-right: .5rem;
}

.cid-rNunbhWyEn .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
}

.cid-rNunbhWyEn .icons-menu span {
    font-size: 26px;
    color: #232323;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-rNunbhWyEn .navbar {
        height: 77px;
    }

    .cid-rNunbhWyEn .navbar.opened {
        height: auto;
    }

    .cid-rNunbhWyEn .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.cid-rNunbkE3x6 {
    padding-top: 270px;
    padding-bottom: 240px;
    background-image: url("../../../assets/images/gepflegte-fuesse-2000x1367.jpg");
    overflow: hidden;
}

.cid-rNunbkE3x6 svg {
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translate(-50%) scale(2, 1.6);
}

.cid-rNunbkE3x6 #e2_shape {
    fill: #ffffff !important;
}

.cid-rNunbkE3x6 img {
    border-radius: 10px;
    margin: auto;
    animation: line 3s ease-in-out infinite;
}

@media (max-width: 576px) {
    .cid-rNunbkE3x6 img {
        width: 90%!important;
    }
}

.cid-rNunbkE3x6 H1 {
    color: #ffffff;
}

.cid-rNunbkE3x6 H3 {
    color: #667a85;
}

.cid-rNunbmnkGz {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #ffffff;
}

.cid-rNunbmnkGz .mbr-text,
.cid-rNunbmnkGz .mbr-section-btn {
    color: #667a85;
}

.cid-rNunbmnkGz H2 {
    color: #667a85;
}

.cid-rNuqrSRiCu {
    padding-top: 45px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

.cid-rNuqrSRiCu .mbr-text,
.cid-rNuqrSRiCu .mbr-section-btn {
    text-align: left;
    color: #667a85;
}

.cid-rNuqrSRiCu H2 {
    color: #667a85;
}

.cid-rNurGQcJNo {
    padding-top: 0px;
    padding-bottom: 45px;
    background-color: #ffffff;
}

.cid-rNurGQcJNo H2 {
    color: #b09e6f;
}

.cid-rNurGQcJNo H3 {
    color: #667a85;
}

.cid-rNurGQcJNo .mbr-text,
.cid-rNurGQcJNo .mbr-section-btn {
    color: #667a85;
}

.cid-rNurA7TaOQ {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #ffffff;
}

.cid-rNurA7TaOQ H2 {
    color: #b09e6f;
}

.cid-rNurA7TaOQ H3 {
    color: #667a85;
}

.cid-rNurA7TaOQ .mbr-text,
.cid-rNurA7TaOQ .mbr-section-btn {
    color: #667a85;
}

.cid-rNusvHwSDP {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #ffffff;
}

.cid-rNusvHwSDP H2 {
    color: #667a85;
}

.cid-rNusvHwSDP H3 {
    color: #667a85;
}

.cid-rNusvHwSDP .mbr-text,
.cid-rNusvHwSDP .mbr-section-btn {
    color: #667a85;
}

.cid-rNuwf2jgR8 {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #ffffff;
}

.cid-rNuwf2jgR8 H2 {
    color: #b09e6f;
}

.cid-rNuwf2jgR8 H3 {
    color: #667a85;
}

.cid-rNuwf2jgR8 .mbr-text,
.cid-rNuwf2jgR8 .mbr-section-btn {
    color: #667a85;
}

.cid-rNuwPoGXdI {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #ffffff;
}

.cid-rNuwPoGXdI H2 {
    color: #b09e6f;
}

.cid-rNuwPoGXdI H3 {
    color: #667a85;
}

.cid-rNuwPoGXdI .mbr-text,
.cid-rNuwPoGXdI .mbr-section-btn {
    color: #667a85;
}

.cid-rNuy49xl5S {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #ffffff;
}

.cid-rNuy49xl5S H2 {
    color: #b09e6f;
}

.cid-rNuy49xl5S H3 {
    color: #667a85;
}

.cid-rNuy49xl5S .mbr-text,
.cid-rNuy49xl5S .mbr-section-btn {
    color: #667a85;
}

.cid-rNuAVpA8Kd {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #ffffff;
}

.cid-rNuAVpA8Kd H2 {
    color: #b09e6f;
}

.cid-rNuAVpA8Kd H3 {
    color: #667a85;
}

.cid-rNuAVpA8Kd .mbr-text,
.cid-rNuAVpA8Kd .mbr-section-btn {
    color: #667a85;
}

.cid-rNuCLKcpJR {
    padding-top: 45px;
    padding-bottom: 90px;
    background-color: #ffffff;
}

.cid-rNuCLKcpJR H2 {
    color: #b09e6f;
}

.cid-rNuCLKcpJR H3 {
    color: #667a85;
}

.cid-rNuCLKcpJR .mbr-text,
.cid-rNuCLKcpJR .mbr-section-btn {
    color: #667a85;
}

.cid-rNunbogiMz {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.cid-rNunbogiMz .listico {
    padding-right: 1rem;
    font-size: 1.2rem;
}

.cid-rNunbogiMz .navbar-logo {
    width: 150px;
    margin-bottom: 10px;
    margin: auto;
}

.cid-rNunbogiMz .col + .mbr-section-btn .btn,
.cid-rNunbogiMz .col-auto + .mbr-section-btn .btn {
    margin: 0 !important;
    height: 100%;
    border-radius: 0px !important;
}

@media (min-width: 300px) {
    .cid-rNunbogiMz .col + .mbr-section-btn .btn,
    .cid-rNunbogiMz .col-auto + .mbr-section-btn .btn {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 300px) {
    .cid-rNunbogiMz .dragArea > *:nth-last-child(2).col,
    .cid-rNunbogiMz .dragArea > *:nth-last-child(2).col-auto,
    .cid-rNunbogiMz .col + .mbr-section-btn,
    .cid-rNunbogiMz .col-auto + .mbr-section-btn {
        padding-right: 0;
        padding-left: 0;
        margin: 0;
    }
}

@media (max-width: 299px) {
    .cid-rNunbogiMz .dragArea {
        flex-direction: column;
    }
}

.cid-rNunbogiMz .btn-primary {
    border: 1px solid #b09e6f !important;
}

.cid-rNunbogiMz .btn-primary:hover {
    border: 1px solid #b09e6f !important;
}

.cid-rNunbogiMz .stripe {
    border-bottom: 1px solid #b09e6f;
    max-width: 90%;
    position: relative;
    margin-bottom: 0.5rem;
}

.cid-rNunbogiMz .form-group {
    max-width: 220px;
}

.cid-rNunbogiMz .mbr-section-btn {
    padding-left: 0;
}

.cid-rNunbogiMz .form-control {
    background: transparent;
    padding: 0.5rem 1rem;
    min-height: 55px;
    border-radius: 0px;
}

.cid-rNunbogiMz .stripe:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    border-bottom: 1px solid #e9e9e9;
    width: 85%;
}

.cid-rNunbogiMz .mbr-text {
    color: #444;
}

.cid-rNunbogiMz h5 {
    margin-bottom: 0;
}

.cid-rNunbogiMz .navbar-brand {
    margin: auto;
    width: 100%;
    text-align: center;
}

.cid-rNunbogiMz .list-item {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-align-items: center;
    align-items: center;
}

.cid-rNunbogiMz .tips {
    height: 90px;
    width: 90px;
    border-radius: 6px;
    margin: 4px;
}

.cid-rNunbogiMz .socicon {
    font-size: 1.3rem;
    background: #efeae0;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.cid-rNunbogiMz .social-list {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.cid-rNunbogiMz .social-list .soc-item {
    margin: 0 0.3rem;
}

.cid-rNunbogiMz .social-list a {
    margin: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.cid-rNunbogiMz .social-list a:hover {
    opacity: 0.4;
}

.cid-rNunbogiMz .media-container-row > div {
    padding: 0px;
}

.cid-rNunbogiMz .text2 {
    color: #656565;
    text-align: left;
}

.cid-rNunbogiMz .group-title {
    text-align: left;
    color: #667a85;
    padding-bottom: 0.2rem;
}

.cid-rNunbogiMz .links {
    color: #656565;
    line-height: 1.6;
    text-align: left;
}

@media (max-width: 991px) {
    .cid-rNunbogiMz .col-sm-12 {
        margin-bottom: 2rem;
    }

    .cid-rNunbogiMz .social-list,
    .cid-rNunbogiMz .img-list {
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .cid-rNunbogiMz h3 {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .cid-rNunbogiMz .form-group {
        max-width: 180px;
    }
}

.cid-rNunbogiMz .links span {
    color: #9e9e9e;
}

.cid-rNunbogiMz .logo-sub-title {
    text-align: center;
}

.cid-rNunbogiMz .logo-title {
    text-align: center;
}

.cid-rNunbogiMz .logo-sub-title i {
    color: #9e9e9e;
}

.cid-rNunbogiMz .logo-title,
.cid-rNunbogiMz .logo {
    color: #656565;
}

.cid-rNtR1NVYkr .navbar-dropdown {
    position: relative!important;
    top: 0;
    left: 0;
    padding: .5rem 1rem;
}

.cid-rNtR1NVYkr .collapsed {
    flex-direction: row!important;
}

.cid-rNtR1NVYkr .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

.cid-rNtR1NVYkr .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.cid-rNtR1NVYkr .navbar {
    display: flex;
    flex-direction: column;
    min-height: 60px;
    transition: all .3s;
    background: #ffffff;
}

.cid-rNtR1NVYkr .navbar.opened {
    transition: all .3s;
    background: #ffffff !important;
}

.cid-rNtR1NVYkr .navbar .dropdown-item {
    padding: .235rem 1.5rem;
}

.cid-rNtR1NVYkr .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
}

.cid-rNtR1NVYkr .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.cid-rNtR1NVYkr .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.cid-rNtR1NVYkr .navbar.collapsed .dropdown-menu {
    background: transparent !important;
}

.cid-rNtR1NVYkr .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.cid-rNtR1NVYkr .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.cid-rNtR1NVYkr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
}

.cid-rNtR1NVYkr .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

.cid-rNtR1NVYkr .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
}

.cid-rNtR1NVYkr .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

@media (max-width: 991px) {
    .cid-rNtR1NVYkr .navbar .nav-item .nav-link::before {
        display: none;
    }

    .cid-rNtR1NVYkr .navbar.opened .dropdown-menu {
        top: 0;
    }

    .cid-rNtR1NVYkr .navbar .dropdown-menu {
        background: transparent !important;
    }

    .cid-rNtR1NVYkr .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .cid-rNtR1NVYkr .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }

    .cid-rNtR1NVYkr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: .25rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 55%;
    }

    .cid-rNtR1NVYkr .navbar .navbar-logo img {
        height: 3.8rem !important;
    }

    .cid-rNtR1NVYkr .navbar ul.navbar-nav li {
        margin: auto;
    }

    .cid-rNtR1NVYkr .navbar .dropdown-menu .dropdown-item {
        padding: .25rem 1.5rem !important;
        text-align: center;
    }

    .cid-rNtR1NVYkr .navbar .navbar-brand {
        -webkit-flex-shrink: initial;
        flex-shrink: initial;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        word-break: break-word;
    }

    .cid-rNtR1NVYkr .navbar .navbar-toggler {
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }

    .cid-rNtR1NVYkr .navbar .icons-menu {
        padding-left: 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

.cid-rNtR1NVYkr .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 60px;
}

.cid-rNtR1NVYkr .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
}

.cid-rNtR1NVYkr .navbar.navbar-short .navbar-brand {
    padding: 0;
}

.cid-rNtR1NVYkr .dropdown-item:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 52%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0;
    background-color: #efeae0;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.cid-rNtR1NVYkr .dropdown-item:hover:before {
    opacity: 1!important;
}

.cid-rNtR1NVYkr .nav-item:focus,
.cid-rNtR1NVYkr .nav-link:focus {
    outline: none;
}

.cid-rNtR1NVYkr .text-white:hover,
.cid-rNtR1NVYkr .text-white:active,
.cid-rNtR1NVYkr .text-white:focus {
    color: white!important;
}

.cid-rNtR1NVYkr .dropdown-item {
    font-weight: 400!important;
    color: black!important;
}

.cid-rNtR1NVYkr .dropdown-item:hover {
    color: black!important;
}

.cid-rNtR1NVYkr .dropdown-menu {
    background-color: white!important;
}

.cid-rNtR1NVYkr .navbar .dropdown.open > .dropdown-menu {
    border-radius: 10px;
    box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
    display: block;
}

.cid-rNtR1NVYkr .nav-link:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0;
    background-color: #efeae0;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.cid-rNtR1NVYkr .nav-item:hover .nav-link:before {
    opacity: 1!important;
}

@media (max-width: 992px) {
    .cid-rNtR1NVYkr .navbar {
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .cid-rNtR1NVYkr .nav-item {
        position: relative;
    }
}

.cid-rNtR1NVYkr .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cid-rNtR1NVYkr .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.cid-rNtR1NVYkr .dropdown .dropdown-menu .dropdown-item:hover {
    padding-left: 2rem;
}

.cid-rNtR1NVYkr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
}

.cid-rNtR1NVYkr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cid-rNtR1NVYkr .navbar-caption {
    font-weight: 600!important;
}

.cid-rNtR1NVYkr .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
}

.cid-rNtR1NVYkr .navbar-brand .navbar-caption {
    line-height: inherit !important;
}

.cid-rNtR1NVYkr .navbar-brand .navbar-logo a {
    outline: none;
}

.cid-rNtR1NVYkr .dropdown-item.active,
.cid-rNtR1NVYkr .dropdown-item:active {
    background-color: transparent;
}

.cid-rNtR1NVYkr .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.cid-rNtR1NVYkr .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

.cid-rNtR1NVYkr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}

.cid-rNtR1NVYkr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}

.cid-rNtR1NVYkr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
}

.cid-rNtR1NVYkr ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cid-rNtR1NVYkr .navbar-buttons {
    text-align: center;
}

.cid-rNtR1NVYkr button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
}

.cid-rNtR1NVYkr button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #667a85;
}

.cid-rNtR1NVYkr button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
}

.cid-rNtR1NVYkr button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
}

.cid-rNtR1NVYkr button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
}

.cid-rNtR1NVYkr button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
}

.cid-rNtR1NVYkr nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rNtR1NVYkr nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
}

.cid-rNtR1NVYkr nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
}

.cid-rNtR1NVYkr nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rNtR1NVYkr .nav-link {
    font-weight: 600!important;
}

.cid-rNtR1NVYkr a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.cid-rNtR1NVYkr .mbr-iconfont {
    font-size: 1.5rem;
    padding-right: .5rem;
}

.cid-rNtR1NVYkr .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
}

.cid-rNtR1NVYkr .icons-menu span {
    font-size: 26px;
    color: #232323;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-rNtR1NVYkr .navbar {
        height: 77px;
    }

    .cid-rNtR1NVYkr .navbar.opened {
        height: auto;
    }

    .cid-rNtR1NVYkr .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.cid-rNtR1Psazs {
    padding-top: 150px;
    padding-bottom: 210px;
    background-image: url("../../../assets/images/gepflegte-fuesse-2000x1367.jpg");
    overflow: hidden;
}

.cid-rNtR1Psazs svg {
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translate(-50%) scale(2, 1.6);
}

.cid-rNtR1Psazs #e2_shape {
    fill: #ffffff !important;
}

.cid-rNtR1Psazs img {
    border-radius: 10px;
    margin: auto;
    animation: line 3s ease-in-out infinite;
}

@media (max-width: 576px) {
    .cid-rNtR1Psazs img {
        width: 90%!important;
    }
}

.cid-rNtR1Psazs H1 {
    color: #ffffff;
}

.cid-rNtR1Psazs H3 {
    color: #667a85;
}

.cid-rNtRBubFWx {
    padding-top: 15px;
    padding-bottom: 45px;
    background-color: #ffffff;
}

.cid-rNtRBubFWx H1 {
    color: #667a85;
}

.cid-rNtRBubFWx .mbr-text,
.cid-rNtRBubFWx .mbr-section-btn {
    color: #667a85;
}

.cid-rNuIjOZQAJ {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #ffffff;
}

.cid-rNuIjOZQAJ H2 {
    color: #b09e6f;
}

.cid-rNuIjOZQAJ H3 {
    color: #667a85;
}

.cid-rNuIjOZQAJ .mbr-text,
.cid-rNuIjOZQAJ .mbr-section-btn {
    color: #667a85;
}

.cid-rNuIBztzoN {
    padding-top: 45px;
    padding-bottom: 90px;
    background-color: #ffffff;
}

.cid-rNuIBztzoN H2 {
    color: #b09e6f;
}

.cid-rNuIBztzoN H3 {
    color: #667a85;
}

.cid-rNuIBztzoN .mbr-text,
.cid-rNuIBztzoN .mbr-section-btn {
    color: #667a85;
}

.cid-rNtR1Urnkx {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.cid-rNtR1Urnkx .listico {
    padding-right: 1rem;
    font-size: 1.2rem;
}

.cid-rNtR1Urnkx .navbar-logo {
    width: 150px;
    margin-bottom: 10px;
    margin: auto;
}

.cid-rNtR1Urnkx .col + .mbr-section-btn .btn,
.cid-rNtR1Urnkx .col-auto + .mbr-section-btn .btn {
    margin: 0 !important;
    height: 100%;
    border-radius: 0px !important;
}

@media (min-width: 300px) {
    .cid-rNtR1Urnkx .col + .mbr-section-btn .btn,
    .cid-rNtR1Urnkx .col-auto + .mbr-section-btn .btn {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 300px) {
    .cid-rNtR1Urnkx .dragArea > *:nth-last-child(2).col,
    .cid-rNtR1Urnkx .dragArea > *:nth-last-child(2).col-auto,
    .cid-rNtR1Urnkx .col + .mbr-section-btn,
    .cid-rNtR1Urnkx .col-auto + .mbr-section-btn {
        padding-right: 0;
        padding-left: 0;
        margin: 0;
    }
}

@media (max-width: 299px) {
    .cid-rNtR1Urnkx .dragArea {
        flex-direction: column;
    }
}

.cid-rNtR1Urnkx .btn-primary {
    border: 1px solid #b09e6f !important;
}

.cid-rNtR1Urnkx .btn-primary:hover {
    border: 1px solid #b09e6f !important;
}

.cid-rNtR1Urnkx .stripe {
    border-bottom: 1px solid #b09e6f;
    max-width: 90%;
    position: relative;
    margin-bottom: 0.5rem;
}

.cid-rNtR1Urnkx .form-group {
    max-width: 220px;
}

.cid-rNtR1Urnkx .mbr-section-btn {
    padding-left: 0;
}

.cid-rNtR1Urnkx .form-control {
    background: transparent;
    padding: 0.5rem 1rem;
    min-height: 55px;
    border-radius: 0px;
}

.cid-rNtR1Urnkx .stripe:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    border-bottom: 1px solid #e9e9e9;
    width: 85%;
}

.cid-rNtR1Urnkx .mbr-text {
    color: #444;
}

.cid-rNtR1Urnkx h5 {
    margin-bottom: 0;
}

.cid-rNtR1Urnkx .navbar-brand {
    margin: auto;
    width: 100%;
    text-align: center;
}

.cid-rNtR1Urnkx .list-item {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-align-items: center;
    align-items: center;
}

.cid-rNtR1Urnkx .tips {
    height: 90px;
    width: 90px;
    border-radius: 6px;
    margin: 4px;
}

.cid-rNtR1Urnkx .socicon {
    font-size: 1.3rem;
    background: #efeae0;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.cid-rNtR1Urnkx .social-list {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.cid-rNtR1Urnkx .social-list .soc-item {
    margin: 0 0.3rem;
}

.cid-rNtR1Urnkx .social-list a {
    margin: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.cid-rNtR1Urnkx .social-list a:hover {
    opacity: 0.4;
}

.cid-rNtR1Urnkx .media-container-row > div {
    padding: 0px;
}

.cid-rNtR1Urnkx .text2 {
    color: #656565;
    text-align: left;
}

.cid-rNtR1Urnkx .group-title {
    text-align: left;
    color: #667a85;
    padding-bottom: 0.2rem;
}

.cid-rNtR1Urnkx .links {
    color: #656565;
    line-height: 1.6;
    text-align: left;
}

@media (max-width: 991px) {
    .cid-rNtR1Urnkx .col-sm-12 {
        margin-bottom: 2rem;
    }

    .cid-rNtR1Urnkx .social-list,
    .cid-rNtR1Urnkx .img-list {
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .cid-rNtR1Urnkx h3 {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .cid-rNtR1Urnkx .form-group {
        max-width: 180px;
    }
}

.cid-rNtR1Urnkx .links span {
    color: #9e9e9e;
}

.cid-rNtR1Urnkx .logo-sub-title {
    text-align: center;
}

.cid-rNtR1Urnkx .logo-title {
    text-align: center;
}

.cid-rNtR1Urnkx .logo-sub-title i {
    color: #9e9e9e;
}

.cid-rNtR1Urnkx .logo-title,
.cid-rNtR1Urnkx .logo {
    color: #656565;
}

#flex-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cid-rOoELI2vLO {
    padding-top: 0px;
    padding-bottom: 60px;
    background: #ffffff;
}

.cid-rOoELI2vLO .list-group-item {
    padding: .75rem 4rem;
    background-color: transparent;
}

.cid-rOoELI2vLO .plan {
    word-break: break-word;
    position: relative;
    z-index: 1;
    max-width: 400px;
    padding-right: 0;
    padding-left: 0;
    color: #767676;
}

.cid-rOoELI2vLO .plan:after {
    content: '';
    position: absolute;
    transition: all 0.3s;
    border-radius: 100%;
    z-index: -1;
    bottom: 1rem;
    left: 50%;
    right: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 40px;
    box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.0);
}

.cid-rOoELI2vLO .plan .list-group-item {
    position: relative;
    -webkit-justify-content: center;
    justify-content: center;
    border: 0;
}

.cid-rOoELI2vLO .plan .list-group-item::after {
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    height: 2px;
    content: "";
    background-color: #eaeaea;
}

.cid-rOoELI2vLO .plan .list-group-item:last-child::after {
    display: none;
}

.cid-rOoELI2vLO .plan:hover:after {
    opacity: 1;
}

.cid-rOoELI2vLO .nav-tabs {
    border: none;
}

.cid-rOoELI2vLO .nav-tabs .nav-item {
    margin: 0;
}

.cid-rOoELI2vLO .nav-tabs .nav-item .btn {
    color: #f6c2c0 !important;
    transition: all .5s;
    margin: 0px !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-color: #f6c2c0 !important;
    box-shadow: none !important;
}

.cid-rOoELI2vLO .nav-tabs .nav-item .btn:hover {
    cursor: pointer;
    color: #3d626c !important;
    border-color: #3d626c !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.cid-rOoELI2vLO .nav-tabs .nav-item .btn.active {
    color: #3d626c !important;
    border-color: #3d626c !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.cid-rOoELI2vLO .nav-tabs .nav-item .btn:after {
    display: none;
}

.cid-rOoELI2vLO .card1 {
    background: #f5f7fa;
}

.cid-rOoELI2vLO .card2 {
    background: #f5f7fa;
}

.cid-rOoELI2vLO .card3 {
    background: #f4f1eb;
}

.cid-rOoELI2vLO .card4 {
    background: #eff2f4;
}

.cid-rOoELI2vLO .card1,
.cid-rOoELI2vLO .card2,
.cid-rOoELI2vLO .card3,
.cid-rOoELI2vLO .card4 {
    height: calc(98%);
    margin: 1rem;
}

.cid-rOoELI2vLO .plan-header {
    padding-top: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
    background-color: #fff;
}

.cid-rOoELI2vLO .plan-body {
    padding-bottom: 3rem;
}

.cid-rOoELI2vLO .price-figure {
    font-weight: 700;
    color: #3d626c;
}

.cid-rOoELI2vLO .price-value {
    font-weight: 700;
    vertical-align: top;
    color: #3d626c;
}

@media (max-width: 767px) {
    .cid-rOoELI2vLO .price-figure {
        font-size: 4.25rem;
    }

    .cid-rOoELI2vLO .list-group-item {
        padding: .75rem 2rem;
    }
}

.cid-rOoELI2vLO .plan-title,
.cid-rOoELI2vLO .plan-text {
    color: #3d626c;
}

.cid-rOoELI2vLO UL {
    color: #3d626c;
}

.cid-rOoELI2vLO .plan-text {
    color: #b09e6f;
}

.cid-rOoELI2vLO img {
    border-radius: 100%;
    height: 300px;
    width: 300px;
    object-fit: cover;
    margin-bottom: -2rem;
}

.list-group-flush {
    padding-top: 5rem;
    border-radius: 2%;
}

.cid-rOL1JA6VFQ .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: inline-block;
    width: 0;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: inherit;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cid-rOL1JA6VFQ .nav-item:focus,
.cid-rOL1JA6VFQ .nav-link:focus {
    outline: none;
}

@media (min-width: 992px) {
    .cid-rOL1JA6VFQ .dropdown-item:hover:before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        width: 16px;
    }

    .cid-rOL1JA6VFQ .nav-item {
        position: relative;
    }

    .cid-rOL1JA6VFQ .nav-item .nav-link::before {
        position: absolute;
        content: '';
        width: 0;
        height: 3px;
        bottom: -0.5rem;
        left: 50%;
        background: linear-gradient(90deg, #b09e6f, #efeae0);
        transition: width 200ms linear, left 200ms linear;
    }

    .cid-rOL1JA6VFQ .nav-item.open .nav-link::before {
        bottom: .2rem;
        width: 80% !important;
        left: 10% !important;
    }

    .cid-rOL1JA6VFQ .nav-item .nav-link:hover::before {
        width: calc(100% + 2rem);
        left: -1rem;
    }
}

.cid-rOL1JA6VFQ .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    padding: 0.235em 2.5385em 0.235em 3.5385em;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cid-rOL1JA6VFQ .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.cid-rOL1JA6VFQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.cid-rOL1JA6VFQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
}

.cid-rOL1JA6VFQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cid-rOL1JA6VFQ .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

.cid-rOL1JA6VFQ .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.cid-rOL1JA6VFQ .navbar {
    min-height: 77px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-align-items: center;
    background: none;
}

.cid-rOL1JA6VFQ .navbar .mbr-overlay {
    z-index: -1;
    transition: all .3s;
    background: #ffffff;
}

.cid-rOL1JA6VFQ .navbar.opened .mbr-overlay {
    transition: all .3s;
    background: #ffffff !important;
}

.cid-rOL1JA6VFQ .navbar .dropdown-item {
    padding: .25rem 1.5rem;
}

.cid-rOL1JA6VFQ .navbar .navbar-collapse {
    width: 100%;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 1;
    padding: .5rem 1rem;
}

@media (max-width: 991px) {
    .cid-rOL1JA6VFQ .navbar .navbar-collapse {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

.cid-rOL1JA6VFQ .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.cid-rOL1JA6VFQ .navbar.collapsed.opened .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.cid-rOL1JA6VFQ .navbar.collapsed .navbar-collapse.show,
.cid-rOL1JA6VFQ .navbar.collapsed .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.cid-rOL1JA6VFQ .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-rOL1JA6VFQ .navbar.collapsed .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
}

.cid-rOL1JA6VFQ .navbar.collapsed .dropdown-menu {
    background: transparent !important;
}

.cid-rOL1JA6VFQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.cid-rOL1JA6VFQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.cid-rOL1JA6VFQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
}

.cid-rOL1JA6VFQ .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

.cid-rOL1JA6VFQ .navbar.collapsed .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.cid-rOL1JA6VFQ .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
}

.cid-rOL1JA6VFQ .navbar.collapsed .right-menu,
.cid-rOL1JA6VFQ .navbar.collapsed .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
}

@media (max-width: 991px) {
    .cid-rOL1JA6VFQ .navbar .navbar-collapse.show,
    .cid-rOL1JA6VFQ .navbar .navbar-collapse.collapsing {
        transition: all .3s linear;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .cid-rOL1JA6VFQ .navbar .navbar-collapse.show .brand-container,
    .cid-rOL1JA6VFQ .navbar .navbar-collapse.collapsing .brand-container {
        -webkit-order: -1;
        order: -1;
    }

    .cid-rOL1JA6VFQ .navbar.opened .dropdown-menu {
        top: 0;
    }

    .cid-rOL1JA6VFQ .navbar .dropdown-menu {
        background: transparent !important;
    }

    .cid-rOL1JA6VFQ .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .cid-rOL1JA6VFQ .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }

    .cid-rOL1JA6VFQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: .25rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 55%;
    }

    .cid-rOL1JA6VFQ .navbar .navbar-logo img {
        height: 3.8rem !important;
    }

    .cid-rOL1JA6VFQ .navbar ul.navbar-nav li {
        margin: auto;
    }

    .cid-rOL1JA6VFQ .navbar .navbar-buttons {
        margin: 0;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .cid-rOL1JA6VFQ .navbar .dropdown-menu .dropdown-item {
        padding: .25rem 1.5rem;
        text-align: center;
    }

    .cid-rOL1JA6VFQ .navbar .right-menu,
    .cid-rOL1JA6VFQ .navbar .left-menu {
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }
}

.cid-rOL1JA6VFQ .navbar.navbar-short {
    min-height: 60px;
}

.cid-rOL1JA6VFQ .navbar.navbar-short .mbr-overlay {
    background: #ffffff !important;
}

.cid-rOL1JA6VFQ .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
}

.cid-rOL1JA6VFQ .navbar.navbar-short .navbar-brand {
    padding: 0;
}

.cid-rOL1JA6VFQ .navbar-brand {
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
}

.cid-rOL1JA6VFQ .navbar-brand .navbar-caption {
    line-height: inherit !important;
}

.cid-rOL1JA6VFQ .navbar-brand .navbar-logo a {
    outline: none;
}

.cid-rOL1JA6VFQ .dropdown-item.active,
.cid-rOL1JA6VFQ .dropdown-item:active {
    background-color: transparent;
}

.cid-rOL1JA6VFQ .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.cid-rOL1JA6VFQ .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

.cid-rOL1JA6VFQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}

.cid-rOL1JA6VFQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}

.cid-rOL1JA6VFQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
}

.cid-rOL1JA6VFQ .navbar .dropdown.open > .dropdown-menu {
    display: block;
}

.cid-rOL1JA6VFQ ul.navbar-nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .cid-rOL1JA6VFQ ul.navbar-nav {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

.cid-rOL1JA6VFQ .navbar-buttons {
    margin-left: auto;
}

.cid-rOL1JA6VFQ button.navbar-toggler {
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    margin: 1rem;
    -webkit-align-self: center;
    align-self: center;
}

.cid-rOL1JA6VFQ button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
}

.cid-rOL1JA6VFQ button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
}

.cid-rOL1JA6VFQ button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
}

.cid-rOL1JA6VFQ button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
}

.cid-rOL1JA6VFQ button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
}

.cid-rOL1JA6VFQ nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rOL1JA6VFQ nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
    width: 20px;
    right: -2px;
}

.cid-rOL1JA6VFQ nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
    width: 20px;
    left: -2px;
}

.cid-rOL1JA6VFQ nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rOL1JA6VFQ .navbar-dropdown {
    position: fixed;
}

.cid-rOL1JA6VFQ a.nav-link {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.cid-rOL1JA6VFQ .mbr-iconfont {
    font-size: 1.5rem;
    padding-right: .5rem;
}

.cid-rOL1JA6VFQ .right-menu,
.cid-rOL1JA6VFQ .left-menu {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
}

.cid-rOL1JA6VFQ .left-menu .navbar-nav {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.cid-rOL1JA6VFQ .left-menu .navbar-nav ul {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.cid-rOL1JA6VFQ .brand-container {
    padding: 0 2rem;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.cid-rOL1JA6VFQ .menu-top {
    text-align: center;
    width: 100%;
    background-color: #fe525b;
    padding: .5rem 0;
}

.cid-rOL1JA6VFQ .full-link {
    width: 100%;
    font-size: 0;
    z-index: 2;
}

.cid-rOL1JA6VFQ .card-wrapper {
    z-index: 3;
}

.cid-rOL1JA6VFQ .popup-btn.card-wrapper {
    z-index: 1 !important;
}

@media (max-width: 991px) {
    .cid-rOL1JA6VFQ .navbar-collapse {
        padding-top: 0;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-rOL1JA6VFQ .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.cid-rSIR6fSZ6O {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSIR6fSZ6O .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rSIR6fSZ6O .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rSIR6fSZ6O .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rSIR6fSZ6O .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rSIR6fSZ6O .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rSIR6fSZ6O .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-rSIR6fSZ6O .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-rSIR6fSZ6O .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-rSIR6fSZ6O .mbr-gallery-filter ul {
  display: block;
}
.cid-rSIR6fSZ6O .mbr-gallery-filter ul li {
  position: relative;
}
.cid-rSIR6fSZ6O .mbr-gallery-filter li.active .btn,
.cid-rSIR6fSZ6O .mbr-gallery-filter li .btn.active {
  color: #149dcc !important;
  background: transparent;
}
.cid-rSIR6fSZ6O .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-rSIR6fSZ6O .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-rSIR6fSZ6O .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-rSIR6fSZ6O .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-rSIR6fSZ6O .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-rSIR6fSZ6O .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-rSIR6fSZ6O .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-rSIR6fSZ6O .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-rSIR6fSZ6O .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-rSIR6fSZ6O .icon-focus:before {
  content: '\e95e';
}
.cid-rSIR6fSZ6O .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-rSIR6fSZ6O .mbr-section-title {
  margin: 0;
}
.cid-rSIR6fSZ6O .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rSIR6fSZ6O .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}