.w-layout-grid {
    /* display: -ms-grid */
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;

    /* grid-template-rows: auto auto */
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

/* h2 {
    margin: 0px 0px 10px;
    color: #4d4d4d;
    font-size: 30px;
    line-height: 27px;
    font-weight: 700;
    text-transform: uppercase;
} */
/* h3 {
    margin: 10px 0px;
    font-size: 31px;
    line-height: 30px;
    font-weight: 500;
} */
h4 {
    margin: 0px 0px 10px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}

/* h5 {
    margin: 10px 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
} */
h6 {
    margin: 10px 0px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

a {
    text-align: center;
}

.button {
    display: none;
    overflow: visible;
    padding: 8px 15px;
    border: 2px solid #fff;
    background-color: rgba(77, 77, 77, 0.2);
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.button:hover {
    background-color: #fff;
    color: #323232;
}

.button.beige {
    border-color: #c7aa8b;
    color: #c7aa8b;
}

.button.beige:hover {
    background-color: #c7aa8b;
    color: #323232;
}

.button.beige.footer {
    display: block;
    margin-top: -8px;
    margin-right: auto;
    margin-left: auto;
    border-color: #f7f7f7;
    color: #f7f7f7;
}

.button.beige.footer:hover {
    background-color: transparent;
}

.button.form {
    margin-top: 22px;
    margin-bottom: 23px;
    border-color: #323232;
    background-color: #323232;
    color: #c7aa8b;
}

.button.form:hover {
    background-color: transparent;
    color: #323232;
}

/* .navbar {
    left: 0%;
    right: 0%;
    z-index: 1000;
    width: 100%;
    min-width: 100%;
    border: 1px none #000;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.13);
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: auto;
} */
.navbar.navbar-impress {
    height: 83px;
    border-style: none;
}

.nav-link {
    padding: 5px !important;
    border-right: 1px none #4d4d4d;
    box-shadow: none;
    -webkit-transition: background-color 100ms ease, margin 500ms ease;
    transition: background-color 100ms ease, margin 500ms ease;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-link:hover {
    background-color: transparent;
    color: #a51e1e;
}

.nav-link.w--current {
    background-color: transparent;
    box-shadow: none;
    color: rgba(34, 14, 104, 0.6);
}

.nav-link.w--current:hover {
    color: #c78bc2;
}

.nav-link.social-icons {
    padding: 18px 22px 22px;
    float: right;
    border-left: 1px none #4d4d4d;
    border-right-style: none;
    opacity: 0.8;
}

.nav-link.social-icons:hover {
    opacity: 1;
}

.nav-link.social-icons.last {
    border-left-style: none;
}

.nav-link.navlink-copy3 {
    position: relative;
    margin-top: 29px;
    margin-bottom: -62px;
    padding-right: 24px;
    padding-left: 24px;
    background-color: transparent;
}

.nav-link.navlink-copy3.w--open {
    margin-bottom: 2px;
}

.nav-link.navlink-impressum {
    margin-top: 11px;
}

.nav-link.sub1 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: hsla(0, 0%, 100%, 0.74);
    box-shadow: none;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
}

.nav-link.sub1:hover {
    background-color: hsla(0, 0%, 100%, 0.94);
}

.logo-text {
    margin-top: 3px;
    margin-right: 31px;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(34, 14, 104, 0.6);
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-menu {
    position: relative;
    top: 0px;
    z-index: 10;
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 1px none #000;
    color: rgba(34, 14, 104, 0.6);
    width: 100%;
    flex-direction: row;
    display: flex;
    align-items: center;
}

.stone-logo {
    margin-right: 22px;
    float: left;
    height: 90px;
    margin-top: 0;
}

.stone-logo.footer {
    opacity: 0.4;
}

.stone-logo.stonelogo3 {
    width: 110px;
    height: 113px;
    margin-top: 0px;
    border-radius: 0px;
    background-color: hsla(0, 0%, 100%, 0);
}

.stone-logo.logo-copy2 {
    height: 110px;
    min-height: 110px;
    margin-right: 42px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.brand {
    /* display: inline-block */
    overflow: visible;
    height: 100px;
    align-items: center;
    display: flex;

    /* padding-top: 4px */
    /* padding-bottom: 4px */
}

.brand.w--current {
    z-index: 12;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 6px;
    padding-bottom: 6px;
    float: left;
    border-left: 0px none transparent;
}

.section {
    position: relative;

    /* display: block */
    /* padding-top: 232px */
    /* padding-bottom: 80px */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #fff;
    opacity: 1;
    color: #4d4d4d;
}

.section.grey {
    padding-top: 55px;
    padding-bottom: 55px;
    background-color: #333;
    color: #fff;
}

.section.beige {
    padding-top: 103px;
    padding-bottom: 195px;
    background-color: #fff;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-attachment: scroll;
}

.section.beige._2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 95vh;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 46px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(35, 14, 104, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#220e68), to(#220e68));
    background-image: linear-gradient(180deg, #220e68, #220e68);
    background-size: auto;
    background-attachment: scroll;
}

.section.image {
    position: relative;
    top: 0px;
    z-index: 0;
    display: block;
    height: 75vh;
    padding-top: 263px;
    padding-bottom: 189px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/Zoe-Heipel-YAGP2020-Barcelona-Photo-10_3000pxwdth-q10.jpg');
    background-position: 50% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.section.lightgrey {
    border-style: solid;
    border-width: 0px;
    border-color: #ad2020;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    z-index: 111;
}

.section.lightgrey._2 {
    display: block;
    height: 44vh;
    padding-top: 34px;
    padding-bottom: 34px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f7f7;
    background-image: none;
}

.section.lightgrey._2-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 150px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f7f7;
    background-image: none;
}

.section.footer {
    margin-top: 0px;
    padding-top: 65px;
    padding-bottom: 53px;
    background-color: rgba(34, 14, 104, 0.6);
}

.section.beige-2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 98px;
    margin-left: 98px;
    padding-top: 103px;
    padding-bottom: 75px;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
}

.section.beige-2-1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 98px;
    margin-bottom: -118px;
    margin-left: 98px;
    padding-top: 103px;
    padding-bottom: 205px;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
}

.main-heading-mh {
    margin-top: 0px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 43px;
    line-height: 48px;
    font-style: normal;
    letter-spacing: 1px;
    text-shadow: 1px 1px 4px rgba(29, 31, 46, 0.7);
}

.main-heading-mh.bold {
    position: relative;
    width: 94%;
    font-family: Merriweather, serif;
    color: hsla(0, 0%, 100%, 0.86);
    font-weight: 300;
    text-transform: none;
}

.main-heading-mh.font1 {
    font-family: Lato, sans-serif;
    color: #4029a0;
    font-size: 70px;
    line-height: 56px;
    font-weight: 300;
}

.slider-nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    font-size: 15px;
    line-height: 10px;
}

.main-subheading-mh {
    width: auto;
    margin-top: 18px;
    margin-bottom: 44px;
    font-family: Vollkorn, serif;
    color: hsla(0, 0%, 100%, 0.81);
    font-size: 21px;
    font-style: italic;
    font-weight: 400;
}

.horizontal-bar {
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #fff;
}

.horizontal-bar.beige {
    display: inline-block;
    background-color: #c7aa8b;
}

.horizontal-bar.lightgrey {
    background-color: rgba(50, 50, 50, 0.18);
}

.slider {
    position: relative;
    left: 0%;
    top: 0px;
    right: 0%;
    z-index: 0;
    height: 85vh;
    max-height: 90vh;
    min-height: 80vh;
    margin-top: 0px;
    background-color: transparent;
    -webkit-transform: translate(0px, 0px) translate(0px, 0px) skew(0deg, 0deg);
    -ms-transform: translate(0px, 0px) translate(0px, 0px) skew(0deg, 0deg);
    transform: translate(0px, 0px) translate(0px, 0px);
    -webkit-transition: opacity 200ms ease, opacity 200ms ease;
    transition: opacity 200ms ease, opacity 200ms ease;
}

.slider.copy3 {
    position: static;
    margin-top: 123px;
    float: none;
    clear: none;
}

.slider.copy2-pos {
    position: static;
    margin-top: 122px;
    margin-bottom: 0px;
}

.slider.slider-home {
}

/* .slide {
    padding-top: 218px;
    padding-bottom: 80px;
    background-position: 0px 46%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    text-align: center;
} */
.slide._2 {
    position: relative;
    top: 0px;
    margin-top: 0px;
    padding-top: 226px;
    background-image: url('../images/IMG_7460-cam-raw-01.jpg');
    background-position: 56% 48%;
    background-size: cover;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}

.slide._3 {
    position: static;
    padding-top: 306px;
    float: none;
    clear: none;
    background-image: url('../images/584-760cam-raw-detail-01_00.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
}

.slide._4 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
    padding-top: 203px;
    padding-right: 768px;
    padding-left: 62px;
    float: none;
    background-image: url('../images/_DSC0016-camraw-01.jpg');
    background-position: 12% 50%;
    background-size: 50vw;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.process-titles {
    margin-bottom: 23px;
    padding-top: 23px;
    border-top: 1px solid rgba(50, 50, 50, 0.13);
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #2c1d1d;
}

.icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    margin-top: 66px;
    margin-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.number {
    margin-top: -22px;
    margin-bottom: 2px;
    padding-top: 0px;
    color: rgba(50, 50, 50, 0.09);
    font-size: 16px;
    text-transform: uppercase;
}

.testimonials-slider {
    height: auto;
    padding-right: 47px;
    padding-left: 47px;
    background-color: transparent;
}

.testimonial-slide {
    width: 50%;
    padding: 24px 30px;
    text-align: center;
}

.left-arrow {
    width: 45px;
    color: #d1d1d1;
}

.left-arrow:hover {
    color: #c7aa8b;
}

.right-arrow {
    width: 45px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #d1d1d1;
}

.right-arrow:hover {
    color: #c7aa8b;
}

.testimonial {
    margin-bottom: 18px;
    font-family: Vollkorn, serif;
    font-size: 18px;
    font-style: italic;
}

.small-title {
    color: rgba(50, 50, 50, 0.36);
    font-size: 16px;
    text-transform: uppercase;
}

.small-title-wrapper {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
}

.author {
    font-family: 'Open Sans', sans-serif;
    color: #c7aa8b;
    text-transform: uppercase;
}

.footer-text {
    margin-top: 3px;
    color: #858585;
}

.footer-text.address {
    text-align: right;
}

.subheading {
    margin-top: 19px;
    margin-bottom: 10px;
    color: #a6a6a6;
    font-size: 18px;
    font-style: normal;
}

.contact-form-column {
    padding: 74px 33px;
    background-color: #c7aa8b;
}

.contact-info-column {
    padding-top: 72px;
}

.field {
    height: 52px;
    margin-bottom: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    border: 0px solid #000;
    color: #323232;
    font-size: 18px;
    text-transform: uppercase;
}

.field:hover {
    background-color: hsla(0, 0%, 100%, 0.8);
}

.field:focus {
    box-shadow: inset 0 0 0 0 transparent;
}

.success {
    padding-top: 35px;
    padding-bottom: 43px;
    border: 3px solid #323232;
    background-color: transparent;
    color: #323232;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
}

.success-message {
    margin-bottom: 73px;
}

.contact-icon {
    margin-top: 31px;
    margin-bottom: 10px;
}

.mask {
    position: static;
    top: 24px;
    bottom: 4px;
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
}

.slider-container {
    position: absolute;
    left: 63px;
    top: auto;
    right: 9%;
    bottom: 12%;
    z-index: 22;
    padding-top: 0px;
}

.slide-3 {
    position: static;
    padding-top: 133px;
    padding-right: 299px;
    padding-bottom: 1px;
    background-image: url('../images/065B4439-2_00.jpg');
    background-position: 100% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.slide-3._2 {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    background-image: url('../images/_DSC0199-camraw-01-033.jpg');
    background-position: 50% 35%;
    background-size: cover;
}

.slide-3.page3 {
    position: static;
    padding-top: 0px;
    background-image: url('../images/_DSC0659-crop-bearb.q8.jpg');
    background-position: 0% 50%;
    background-size: contain;
}

.body {
    display: block;
    padding-top: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    font-family: 'Open Sans', sans-serif;
}

.paragraph {
    color: #221a67;
}

.column {
    color: #f7f7f7;
}

.column.grey {
    color: #323232;
}

.columns-2 {
    color: #f7f7f7;
}

.columns-2.grey {
    color: #323232;
}

.section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #220e68;
    color: #4d4d4d;
}

.section-2.footer {
    position: static;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 78px auto 0px;
    padding-top: 113px;
    padding-bottom: 53px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #463d8b;
}

.section-2.footer2 {
    margin-bottom: 0px;
    padding-top: 34px;
    padding-bottom: 59px;
}

.stone-logo-2 {
    margin-right: 8px;
    float: left;
    opacity: 0.9;
}

.stone-logo-2.footer {
    width: 100px;
    opacity: 0.4;
}

.about-image-section-wrap {
    width: 940px;
    float: none;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 10px;
    -ms-grid-columns: 3.75fr 3fr;
    grid-template-columns: 3.75fr 3fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin: 0px auto 130px;
}

.content-wrap {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    text-align: center;
    padding-left: auto;
}

._3-col-wrap {
    margin-bottom: 80px;
}

.about-section-1 {
    padding-left: 29px;
}

.label {
    position: static;
    display: block;
    opacity: 0.6;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.label.cc-subheadline {
    margin-right: 15px;
    margin-left: 15px;
    color: #220e68;
}

.label.cc-footer-section-headline {
    margin-left: 20px;
    font-family: 'Open Sans', sans-serif;
}

.about-section-2 {
    padding-right: 16px;
}

.empty-message {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 0px;
    background-color: transparent;
    color: rgba(29, 31, 46, 0.3);
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.slider-deco-line {
    display: inline-block;
    width: 30px;
    height: 1px;
    margin-bottom: 15px;
    background-color: #ececed;
}

.collection-list-team-members {
    text-align: center;
}

.subheadline-deco-line {
    display: inline-block;
    width: 60px;
    height: 1px;
    border-color: #220e68;
    background-color: #220e68;
    color: #220e68;
}

.product-pic-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    margin-bottom: 50px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
}

.about-image-2 {
    width: 100%;
    height: 100%;
    min-height: 380px;
    background-image: url('../images/_DSC0063-camraw-01.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.about-image {
    width: 100%;
    height: 100%;
    min-height: 380px;
    background-image: url('../images/_DSC0842-camraw-01.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.products-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px -10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.paragraph-2 {
    margin-top: 35px;
    margin-bottom: 133px;
    padding-right: 26px;
    padding-left: 23px;
    font-family: 'Open Sans', sans-serif;
    color: #220e68;
    font-size: 16px;
    line-height: 29px;
    font-weight: 300;
    text-align: left;
}

.paragraph-2.pragraph2-copy3 {
    padding: 48px 75px;
}

.paragraph-2.align-center {
    margin-top: 84px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 21px;
    font-weight: 200;
    text-align: center;
    letter-spacing: 1px;
}

.about-head-pic {
    display: block;
    width: 940px;
    height: 700px;
    margin-right: auto;
    margin-bottom: 149px;
    margin-left: auto;
    background-image: url('../images/_DSC0105-camraw-01-cam-raw-01-crop01.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-head-pic.big {
    overflow: visible;
    width: 100%;
    height: 95vh;
    padding-left: 14px;
    background-image: url('../images/_DSC0199-camraw-01-033-q8.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.subheadline-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.subheadline-wrap.cc-separate-subheadline {
    margin-bottom: 100px;
}

.wrap-overlayed-2 {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 60%;
    max-height: 60%;
    margin-top: 90px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    box-shadow: none;
    text-align: left;
}

.wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    min-height: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap.daten {
    text-align: left;
}

.heading {
    margin-bottom: 3px;
    font-family: 'Open Sans', sans-serif;
    color: #220e68;
    font-size: 24px;
    line-height: 36px;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
}

.big-paragraph {
    width: 100%;
    margin-top: -6px;
    margin-bottom: 117px;
    font-family: 'Open Sans', sans-serif;
    color: rgba(29, 31, 46, 0.7);
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.page-headline-wrap {
    display: block;
    width: 70%;
    margin: 100px auto;
    text-align: center;
}

.page-headline-wrap.cc-overlayed-headline {
    width: 75%;
    margin-top: 84px;
    margin-bottom: 0px;
}

.heading-2 {
    font-family: 'Open Sans', sans-serif;
    color: #f7f7f7;
    font-size: 46px;
    font-weight: 300;
}

.heading-2.sec2 {
    font-family: Oswald, sans-serif;
    font-size: 45px;
    text-shadow: 0 0 6px #000;
}

.heading-3 {
    margin-top: -10px;
    margin-bottom: 29px;
    font-family: 'Open Sans', sans-serif;
    color: #220e68;
    font-size: 36px;
    line-height: 50px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.heading-3._4 {
    margin-top: -48px;
}

.heading-4 {
    margin-top: 33px;
    margin-bottom: 16px;
    direction: ltr;
    font-family: 'Source Sans Pro', sans-serif;
    color: #220e68;
    font-size: 28px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 5px;
    text-indent: 0%;
    text-transform: uppercase;
}

.heading-4.dddd {
    display: block;
    margin-top: 35px;
    padding-top: 0px;
    margin-bottom: 59px;
}

.container-3 {
    margin-top: 0px;
}

.container-4 {
    margin-top: 0px;
}

.slide-4 {
    width: 100%;
}

.image-3 {
    position: static;
    left: 0%;
    top: -43px;
    right: 0%;
    bottom: 50%;
    display: block;
    overflow: visible;
    max-width: 88%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
}

.lightbox-link-2 {
    position: relative;
    display: inline-block;
    overflow: visible;
    height: 300px;
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 0px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.lightbox-link-2._222 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 777px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/_DSC0105-camraw-01-cam-raw-01-crop01.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.container-x {
    position: fixed;
    left: 0%;
    top: 0 !important;
    right: 0%;
    bottom: auto;
    z-index: 1000;
    display: flex;
    width: 90%;
    min-width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    background-color: transparent;
    max-height: 100px;
}

.container-6 {
    position: fixed;
    left: 0%;
    top: 0 !important;
    right: 0%;
    bottom: auto;
    z-index: 1000;
    display: flex;
    width: 90%;
    min-width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    background-color: transparent;
    max-height: 100px;
}

.div-block {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    z-index: 5;
    display: block;
    height: 123px;
    margin-top: -150px;
    border: 1px none #000;
    background-color: #e6ebf8;
    background-image: none;
    background-size: auto;
}

.div-block.nav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999;
    height: 124px;
    margin-top: 0px;
    margin-left: 0px;
    border: 1px none #000;
    background-color: #fff;
    box-shadow: none;
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

.div-block.copy2 {
    position: -webkit-sticky;
    position: sticky;
    z-index: 999;
    height: 122px;
    margin-top: -122px;
    border-width: 0px;
    background-color: #fff;
    box-shadow: none;
}

@media (max-width:990px) {
    .footer {
        /* display: -ms-grid */
        display: grid;
        width: 940px;
        margin-top: 100px;
        margin-bottom: 100px;
        justify-items: start;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
        grid-column-gap: 36px;
        grid-row-gap: 20px;
        -ms-grid-columns: 4.5fr 3fr 3fr 4fr;
        grid-template-columns: 4.5fr 3fr 3fr 4fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }
}

.lightbox-link-3 {
    position: relative;
    display: inline-block;
    height: 300px;
    margin-right: 8px;
    margin-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo-image {
    margin-top: 0px;
    margin-bottom: 0px;
}

.logo-image.cc-footer-logo {
    padding-right: 17px;
    padding-left: 20px;
    text-align: left;
    width: 200px;
}

.small-paragraph {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.small-paragraph.cc-copyright-footer {
    margin-bottom: 10px;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    color: rgba(29, 31, 46, 0.3);
    text-align: center;
    text-decoration: none;
}

.small-paragraph.cc-copyright-footer:hover {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    color: #323232;
}

.small-paragraph.footer-text {
    text-align: left;
}

.small-paragraph.footer-text-copy {
    color: #858585;
    text-align: center;
}

.footer-grid-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
}

.content {
    position: relative;
    bottom: 0px;
    display: block;
    overflow: hidden;
    margin-top: 55px;
    background-color: #f7f7f7;
    font-size: 11px;
}

.content.content-footer {
    position: static;
    bottom: 0px;
    padding-bottom: 109px;
    padding-top: 62px;
}

@media (max-width:990px) {
    .footer-link {
        margin-bottom: 10px;
        font-family: 'Open Sans', sans-serif;
        color: rgba(29, 31, 46, 0.7);
        font-size: 14px;
        line-height: 22px;
        text-align: left;
        text-decoration: none;
    }
}

@media (min-width:991px) {
}

@media (min-width:991px) {
}

@media (min-width:991px) {
    .footer-link {
        margin-bottom: 10px;
        font-family: 'Open Sans', sans-serif;
        color: rgba(29, 31, 46, 0.7);
        font-size: 14px;
        line-height: 22px;
        text-align: left;
        text-decoration: none;
        margin-left: 20px;
    }
}

.footer-link:hover {
    color: #a25f4b;
}

.footer-email-link {
    margin-left: 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-family: Karla, sans-serif;
    color: #858585;
    font-size: 14px;
    line-height: 36px;
    text-align: left;
    text-decoration: none;
}

.footer-email-link:hover {
    color: #8c7fb9;
}

.image-4 {
    margin-top: 76px;
}

.body-3 {
    margin-top: 123px;
    padding-top: 0px;
    box-shadow: none;
}

.popup-overlay {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    height: 100px;
    background-color: #cc0d0d;
}

.link {
    color: rgba(0, 0, 0, 0.7);
    font-style: normal;
    text-decoration: none;
}

.subheadingdaten {
    font-weight: 400;
}

.text-span {
    font-weight: 400;
}

.text-span-2 {
    font-weight: 400;
}

.link-para {
    text-decoration: none;
}

.link-para.link-3 {
    text-decoration: none;
}

.link-3 {
    color: #220e68;
    font-weight: 400;
    text-decoration: none;
}

.text-span-3 {
    font-weight: 400;
}

.link-3-copy {
    color: #220e68;
    font-weight: 300;
    text-decoration: none;
}

.div-block-4 {
    position: relative;
    bottom: 0px;
    display: block;
    height: 100px;
    max-height: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: rgba(34, 14, 104, 0.86);
}

.italic-text-3 {
    font-family: Lato, sans-serif;
    font-style: normal;
}

._22px {
    font-size: 22px;
    font-style: normal;
}

.image-5 {
    display: block;
    overflow: visible;
    width: 128px;
    margin-top: -19px;
}

.main-subheading-mh-copy {
    margin-top: 18px;
    margin-bottom: 44px;
    font-family: Vollkorn, serif;
    color: hsla(0, 0%, 100%, 0.81);
    font-size: 21px;
    font-style: italic;
    font-weight: 400;
}

.div-block-copy {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    z-index: 5;
    display: block;
    height: 123px;
    margin-top: -150px;
    border: 1px none #000;
    background-color: #e6ebf8;
    background-image: none;
    background-size: auto;
}

.div-block-copy.nav {
    height: 120px;
    margin-top: -120px;
    border: 1px none #000;
    background-color: #fff;
    box-shadow: none;
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

.div-block-copy3 {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    z-index: 5;
    display: block;
    height: 83px;
    margin-top: -83px;
    border: 1px none #000;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    box-shadow: 1px 1px 3px -2px #000;
}

.slider-copy {
    position: relative;
    left: 0%;
    top: 0px;
    right: 0%;
    z-index: 0;
    height: 90vh;
    max-height: 90vh;
    min-height: 80vh;
    margin-top: 0px;
    background-color: transparent;
    -webkit-transform: translate(0px, 0px) translate(0px, 0px) skew(0deg, 0deg);
    -ms-transform: translate(0px, 0px) translate(0px, 0px) skew(0deg, 0deg);
    transform: translate(0px, 0px) translate(0px, 0px) skew(0deg, 0deg);
    -webkit-transition: opacity 200ms ease, opacity 200ms ease;
    transition: opacity 200ms ease, opacity 200ms ease;
}

.paragraph-2-copy {
    margin-top: 35px;
    margin-bottom: 133px;
    padding-right: 44px;
    padding-left: 0px;
    font-family: Lato, sans-serif;
    color: #220e68;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

.div-block-home {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    z-index: 5;
    display: block;
    height: 123px;
    margin-top: -150px;
    border: 1px none #000;
    background-color: #e6ebf8;
    background-image: none;
    background-size: auto;
}

.div-block-home.nav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 100px;
    margin-top: 0px;
    border-style: none;
    border-width: 0.5px;
    border-color: #220e68;
    background-color: #f9f9f9;
    background-image: none;
    box-shadow: 0 0 6px -2px #220e68;
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

.text-span-4 {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    font-size: 22px;
    text-decoration: none;
}

.div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 60px;
    margin-bottom: 84px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-7 {
    margin-right: 0px;
    margin-left: 0px;
}

.image-8 {
    height: 100%;
}

.section-5 {
    position: static;
    height: 0px;
    min-height: 0px;
}

.text-span-5 {
    color: #f7f7f7;
    font-size: 32px;
    font-weight: 300;
}

.text-span-8 {
    color: #f7f7f7;
    font-size: 21px;
    line-height: 46px;
}

.section-6 {
    position: relative;
    z-index: 10;
    overflow: visible;
    margin-top: 122px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    background-color: #fff;
}

.section-6.cc-store-home-wrap {
    overflow: visible;
    height: auto;
    min-height: auto;
    margin-top: 138px;
}

.section-6.cc-store-home-wrap {
    margin-top: 0px;
    margin-bottom: 126px;
    height: 50vh;
}

.home-section-wrap {
    /* margin-bottom: 198px */
    margin-left: 52px;
    margin-right: 52px;
}

.intro-text {
    width: 100%;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
}

@media (max-width:1023px) {
    .motto-wrap {
        width: 80%;
    }
}

.motto-wrap {
    width: 80%;
    margin: 75px auto 100px;
}

.heading-jumbo-small {
    margin-top: 46px;
    margin-bottom: 15px;
    color: #908f8f;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    text-transform: none;
}

.divider {
    height: 1px;
    margin-top: 0px;
    margin-bottom: 64px;
    padding-bottom: 0px;
    background-color: #eee;
}

.home-content-wrap {
    padding-top: 1px;
}

.about-grid {
    /* display: grid */
    display: grid;

    /* overflow: hidden */
    /* width: 1200px */
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-auto-rows: 0.25fr;
    grid-column-gap: 55px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1.5fr 55px 1.25fr;
    grid-template-columns: 5fr 1fr;
    justify-content: center;
    height: 666px;

    /* -ms-grid-rows: 500px */
}

.about-grid.cc-about-2 {
    grid-template-areas: ". .";
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
}

.paragraph-light {
    overflow: hidden;
    margin-top: 21px;
    opacity: 0.6;
    font-family: 'Open Sans', sans-serif;
    color: #323232;
    font-size: 16px;
    line-height: 25px;
    object-position: -1px;
    position: static;
}

.container-10 {
    position: relative;
    max-height: none;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    margin-top: 50px;
}

.intro-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 620px;
    margin-bottom: 19px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 95.7%, 0);
    background-image: none;
    background-size: auto;
    color: #fff;
}

.section-heading {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #908f8f;
    font-weight: 400;
}

.intro-content {
    width: 70%;
    max-width: 1140px;
    text-align: center;
}

.intro-content.cc-homepage {
    margin-bottom: 20px;
    padding-left: 0px;
}

.label-2 {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.label-2.cc-light {
    margin-bottom: 12px;
    opacity: 0.6;
    color: #323232;
}

.label-2.cc-light {
    margin-top: 76px;
    opacity: 0.6;
}

.label-2.cc-light {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 100px;
    opacity: 0.6;
}

.label-2.cc-light {
    margin-bottom: 10px;
    padding-top: 0px;
    opacity: 0.6;
}

.heading-jumbo {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #838282;
    font-size: 64px;
    line-height: 80px;
    text-transform: uppercase;
}

.button-2 {
    padding: 12px 25px;
    border-radius: 0px;
    background-color: #220e68;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.button-2:hover {
    background-color: #32343a;
    color: #fff;
}

.button-2:active {
    background-color: #43464d;
}

.button-2.cc-jumbo-button {
    padding: 16px 35px;
    font-size: 14px;
    line-height: 26px;
}

.button-2.cc-jumbo-button.cc-jumbo-white {
    background-color: #fff;
    color: #000;
}

.button-2.cc-jumbo-button.cc-jumbo-white:hover {
    background-color: #f1f1f1;
}

.button-2.cc-jumbo-button.cc-jumbo-white:active {
    background-color: #e1e1e1;
}

.paragraph-bigger {
    margin-bottom: 10px;
    opacity: 1;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
}

.paragraph-bigger.cc-bigger-white-light {
    opacity: 0.6;
    color: #323232;
}

.paragraph-bigger.cc-bigger-white-light {
    opacity: 0.6;
}

.paragraph-bigger.cc-bigger-light {
    width: 100%;
    min-width: 100px;
    opacity: 0.6;
    font-family: Montserrat, sans-serif;
}

.paragraph-bigger.cc-bigger-light {
    margin-bottom: 0px;
    opacity: 0.6;
}

.status-message {
    padding: 9px 30px;
    background-color: #202020;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

.status-message.cc-no-data {
    display: block;
    width: 70%;
    margin: 100px auto;
}

.collection-list-wrapper {
    margin-bottom: 120px;
}

.work-heading {
    margin-top: 31px;
    margin-bottom: 93px;
    color: #d1d1d1;
    font-weight: 400;
}

.blog-preview-wrap {
    width: 33.33%;
    padding-right: 45px;
    padding-bottom: 30px;
    padding-left: 15px;
}

.collection-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.blog-heading {
    margin-bottom: 60px;
    text-align: center;
}

.richtext h2 {
    margin-bottom: 64px;
    font-family: 'Open Sans', sans-serif;
    color: #908f8f;
    line-height: 33px;
    font-weight: 300;
    text-align: left;
}

.richtext h4 {
    margin-top: 33px;
    margin-bottom: 39px;
    font-family: 'Open Sans', sans-serif;
    color: #908f8f;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    text-align: left;
}

.text-block {
    margin-right: auto;
    margin-left: auto;
    color: #d1d1d1;
    text-align: center;
}

.column-2 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.column-2.colpad1 {
    padding-right: 28px;
    padding-left: 28px;
}

.text-span-9 {
    color: #908f8f;
    font-size: 46px;
}

.text-span-10 {
    color: #908f8f;
    font-weight: 300;
    text-decoration: none;
    text-transform: none;
}

.paragraph-2-copy-2 {
    margin-top: 35px;
    margin-bottom: 133px;
    padding-right: 0px;
    padding-left: 44px;
    font-family: 'Open Sans', sans-serif;
    color: #220e68;
    font-size: 15px;
    line-height: 29px;
    font-weight: 300;
    text-align: left;
}

.heading-jumbo-small-2 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    color: #220e68;
    font-size: 44px;
    line-height: 50px;
    font-weight: 400;
    text-transform: uppercase;
}

.about-grid-2 {
    margin-top: 106px;
    margin-bottom: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 80px;
    grid-row-gap: 30px;
    grid-template-areas: ". .";
    -ms-grid-columns: 1fr 80px 2fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    max-width: 100%;
}

.about-grid-2.cc-about-2 {
    position: relative;
    overflow: visible;
    margin-top: 158px;
    padding-bottom: 115px;
    grid-column-gap: 0px;
    grid-template-areas: ". .";
    -ms-grid-columns: 1.25fr 0px 1fr;
    grid-template-columns: 1.25fr 1fr;
    background-image: url('../images/Element-2.svg');
    background-position: 0% 50%;
    background-size: 777px 90%;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.paragraph-light-2 {
    font-family: Montserrat, sans-serif;
    color: #363636;
    font-size: 18px;
    line-height: 34px;
}

.paragraph-light-2.cc-position-name {
    margin-bottom: 5px;
}

.intro-header-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 100%;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    background-image: url('../images/_DSC0842-camraw-01.jpg');
    background-position: 0px 0px;
    background-size: cover;
    color: #fff;
}

.section-heading-2 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #220e68;
    font-weight: 400;
}

.heading-jumbo-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 64px;
    line-height: 80px;
    text-transform: none;
}

.heading-jumbo-2.light {
    font-weight: 400;
}

.work-heading-2 {
    margin-top: 10px;
    margin-bottom: 80px;
    color: #220e68;
    font-weight: 400;
}

.cta-text {
    width: 100%;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
}

.cta-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 65px;
    padding-bottom: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

.footer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.webflow-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.5;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    text-decoration: none;
}

.webflow-link:hover {
    opacity: 1;
}

.webflow-link:active {
    opacity: 0.8;
}

.webflow-logo-tiny {
    margin-top: -2px;
    margin-right: 8px;
}

.paragraph-tiny {
    font-size: 12px;
    line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
    opacity: 0.7;
}

.text-block-2 {
    font-family: Montserrat, sans-serif;
}

.our-services-grid {
    margin-bottom: 91px;
    grid-auto-rows: 0px;
    grid-column-gap: 80px;
    grid-row-gap: 60px;
    grid-template-areas: ". . ." ". . .";
    -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 0px;
    grid-template-rows: repeat(auto-fit, 730px);
}

.div-block-6 {
    overflow: hidden;
    max-height: 555px;
}

.body-4 {
    padding-top: 0px;
}

.navbar-2 {
    position: relative;
}

.dropdown-list {
    background-color: #f7f7f7;
}

.dropdown-list.w--open {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: 61px;
    background-color: transparent;
}

.dropdown-list.w--open:hover {
    background-color: transparent;
}

.dropdown-list.abso.w--open {
    margin-top: 89px;
}

.dropdown-2 {
}

.div-block-7 {
    height: 2vh;
    background-color: #220e68;
}

.section-7 {
    margin-right: 30px;
    margin-left: 30px;
    text-align: center;
}

.section-7.cc-home-wrap {
    margin-top: 120px;
}

.section-7.cc-cta {
    padding-right: 80px;
    padding-left: 80px;
    background-color: #f4f4f4;
}

.project-overview-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 620px;
    margin-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    background-position: 50% 80%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.project-details-grid {
    margin-top: 100px;
    margin-bottom: 100px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 80px;
    grid-row-gap: 30px;
    grid-template-areas: ". .";
    -ms-grid-columns: 1fr 80px 2fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.details-wrap {
    margin-bottom: 30px;
}

.project-pics {
    margin-bottom: 120px;
    text-align: center;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.project-pics {
    margin-bottom: 120px;
    text-align: center;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width:767px) {
    .project-pics {
        margin-bottom: 120px;
        text-align: center;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-width: 90%;
    }
}

.detail-image {
    width: 100%;
    margin-bottom: 30px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.detail-image.max300h {
    height: 300px;
    max-height: 300px;
    margin-bottom: 49px;
}

.detail-image.max600h {
    width: auto;
    max-height: 600px;
}

.heading-jumbo-small-3 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    text-transform: none;
}

.cta-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 110px;
    padding-bottom: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.button-3 {
    padding: 12px 25px;
    border-radius: 0px;
    background-color: #1a1b1f;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.button-3:hover {
    background-color: #32343a;
    color: #fff;
}

.button-3:active {
    background-color: #43464d;
}

.button-3.cc-jumbo-button {
    padding: 16px 35px;
    font-size: 14px;
    line-height: 26px;
}

/* .body-5 {
    padding-top: 23px;
} */
.div-block-8 {
    height: 400px;
    margin-top: 187px;
    margin-bottom: 211px;
    background-image: url('../images/BFZ-Logo-01.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.position-name-text {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    text-transform: none;
}

.project-overview-grid {
    margin-top: 120px;
    margin-bottom: 135px;
    grid-column-gap: 50px;
    grid-row-gap: 100px;
    grid-template-areas: ". . . ." ". . . .";
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto 100px auto;
    grid-template-rows: auto auto;
}

.detail-header-image {
    width: 100%;
}

.project-description-grid {
    margin-top: 120px;
    margin-bottom: 120px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-areas: ". .";
    -ms-grid-columns: 1fr 30px 2.5fr;
    grid-template-columns: 1fr 2.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.detail-image-2 {
    width: 100%;
    height: auto;
    max-width: none;
    margin-bottom: 30px;
}

.detail-image-2._50 {
    position: relative;
    width: 30%;
    max-width: 30%;
    margin-top: 145px;
    margin-bottom: 145px;
    text-align: center;
}

.body-6 {
    padding-top: 0px;
}

.div-block-10 {
    padding-top: 10px;
    padding-bottom: 62px;
    background-color: #220e68;
}

.paragraph-3 {
    margin-top: 60px;
    font-family: Montserrat, sans-serif;
    color: #908f8f;
    font-size: 16px;
    line-height: 37px;
    text-align: center;
}

.image-11 {
    margin-top: 0px;
}

.body-7 {
    padding-top: 0px;
}

.hero-section {
    position: relative;
    z-index: 0;

    /* padding-top: 0px */
    height: 90vh;
    min-height: 90vh;
    top: 66px;
}

.slider-3 {
    position: relative;
    z-index: 0;
    width: 100%;
    margin-top: 0px;
    height: 85%;
}

.div-block-11 {
    /* position: static */
    left: 0%;

    /* top: auto */
    right: 0%;

    /* bottom: auto */
    display: -webkit-box;
    padding-top: 0px;

    /* padding-bottom: 0px */
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

    /* align-items: center */
    border-top: 4px solid #4029a0;
    border-bottom: 4px solid #bd278f;
    background-color: #fff;
    text-indent: 9px;
    height: 15%;
}

.navbar-4 {
    height: 66px;
    position: fixed;
    width: 100%;

    /* position: fixed */
}

.mask-2 {
    position: relative;
    z-index: 0;
    margin-top: 1px;
}

.section-8 {
    position: static;
    top: 0px;
    z-index: 3;
    height: auto;
    margin-top: 0px;
    clear: none;
    background-color: #4029a0;
}

.section-9 {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-bottom: 0px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
}

.slide-5 {
    z-index: 0;
    background-image: url('../images/065B4479_00.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.slide-6 {
    background-image: url('../images/584-253_03.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide-7 {
    background-image: url('../images/DSC_0347camraw-frueh-det-01.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.slide-8 {
    background-image: url('../images/DSC_0069-1-1CAMRAW-2-detail-01_00.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.slidenav {
    background-image: none;
    opacity: 0.02;
}

.div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 111px 172px 193px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 0px solid #551ecc;
}

.columns-4 {
    display: block;
    max-width: 1000px;
    margin-top: 192px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.paragraph-4 {
    margin-top: -8px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 21px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    direction: ltr;
    font-family: 'Open Sans', sans-serif;
    color: #ececec;
    font-size: 16px;
    line-height: 31px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: none;
    white-space: normal;
}

.italic-text-5 {
    font-family: Lato, sans-serif;
    color: #ececec;
    font-weight: 300;
    letter-spacing: 1px;
}

.italic-text-5.heading-2 {
    margin-top: 49px;
    font-size: 73px;
    line-height: 77px;
}

.heading-6 {
    margin-top: 0;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #4029a0;
    font-size: 80px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 5px;
    text-indent: 0px;
}

.italic-text-6 {
    font-family: Lato, sans-serif;
    font-size: 65px;
    font-weight: 400;
    letter-spacing: 2px;
}

.heading-7 {
    position: relative;
    left: -123px;
    top: -77px;
    margin-top: 234px;
    margin-bottom: 70px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 74px;
    line-height: 62px;
    font-style: italic;
    font-weight: 100;
    text-align: center;
    letter-spacing: 1px;
    text-transform: none;
}

.div-block-13 {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -59px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading-8 {
    display: block;
    margin-top: -27px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #ececec;
    font-size: 135px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.72);
}

.section-10 {
    position: static;
    z-index: 111;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
    margin-top: -31px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4029a0;
    font-weight: 300;
}

.image-12 {
    position: relative;
    left: 50px;
    top: -68px;
    width: 888px;
    min-width: 655px;
    margin-top: 0px;
    margin-bottom: 42px;
}

.image-14 {
    display: inline-block;
    min-width: 33%;
    margin: 5px 9px;
    box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.55);
}

.image-15 {
    min-width: 44%;
}

.work-heading-3 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    text-transform: none;
}

.container-12 {
    width: 100%;
    max-width: 1140px;
    height: 100%;
    margin: 87px auto 93px;
}

.divider-2 {
    height: 1px;
    background-color: #e3e3e3;
}

.about-story-wrap {
    width: 80%;
    margin: 80px auto;
}

.paragraph-5 {
    color: #fff;
    font-size: 21px;
    line-height: 33px;
}

.slide-10 {
    position: static;
    background-color: #1b152e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 20, 46, 0.11)), to(rgba(27, 20, 46, 0.11))), url('../images/_DSC0644-bearb-crop-q8.jpg');
    background-image: linear-gradient(180deg, rgba(27, 20, 46, 0.11), rgba(27, 20, 46, 0.11)), url('../images/_DSC0644-bearb-crop-q8.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
}

.text-span-12 {
    font-family: 'PT Serif', serif;
}

.slide-11 {
    position: static;
    z-index: 22;
    background-image: url('../images/_DSC0644-bearb-crop-q8.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-container-home3 {
    position: absolute;
    left: 3%;
    top: 29%;
    right: auto;
    bottom: auto;
    z-index: 22;
    display: block;
    padding-top: 0px;
    padding-left: 14px;
    color: #f7f4f4;
}

.div-block-14 {
    position: relative;
    z-index: 1;
    width: 40vw;
    height: 100%;
    max-width: 40vw;
    min-height: 100%;
    background-color: #1b142e;
}

.div-block-15 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 41%;
    min-height: 100%;
    margin-bottom: 0px;
    padding-bottom: 112px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #211444;
}

.div-block-16 {
    position: relative;
}

.section-11 {
    height: 88vh;
    background-image: url('../images/_DSC0242-camraw-01.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 0px;
}

.slide-12 {
    position: static;
    background-image: url('../images/_DSC0242-camraw-01.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-21 {
    overflow: hidden;
    margin: 5px;
}

.image-22 {
    margin: 5px;
}

.slide-13 {
    background-image: url('../images/DSC_0049cam-raw.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide-14 {
    background-image: url('../images/584-191-detail-01_00.jpg');
    background-position: 50% 22%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide-15 {
    background-image: url('../images/DSC_0223CAMRAW1_01.jpg');
    background-position: 50% 30%;
    background-size: cover;
    background-repeat: no-repeat;
}

.body-8 {
    padding-top: 0px;
}

.div-block-17 {
    max-height: 100%;
}

.div-block-18 {
    min-width: 100%;
}

.heading-jumbo-small-2-1 {
    margin-top: 39px;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    color: #220e68;
    font-size: 30px;
    line-height: 47px;
    font-weight: 400;
    text-transform: none;
}

.heading-jumbo-2-1 {
    margin-top: 10px;
    margin-bottom: 21px;
    color: rgba(199, 170, 139, 0.91);
    font-size: 55px;
    line-height: 59px;
    text-transform: none;
    text-shadow: 2px 2px 4px #000;
}

.paragraph-bigger-2 {
    margin-bottom: 10px;
    opacity: 1;
    color: rgba(255, 255, 255, 0.85);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-shadow: 1px 1px 5px #000;
}

.heading-jumbo-small-3-1 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    line-height: 53px;
    font-weight: 400;
    text-transform: none;
}

.container-10-2 {
    position: relative;
    width: 100%;
    max-height: none;
    max-width: 1140px;
    margin-top: 73px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

.section-7-2 {
    overflow: hidden;
    max-height: 100vh;
    margin-right: 113px;
    margin-left: 113px;
    text-align: center;
}

.heading-jumbo-small-3-2 {
    /* margin-top: 10px */
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    line-height: 48px;
    font-weight: 400;
    text-transform: none;
    color: #363636;
}

.section-100vh {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 75vh;
    max-height: 75vh;
    min-height: 75vh;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    opacity: 1;
    color: #4d4d4d;
}

.section-100vh.grey {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 13px;
    padding-bottom: 55px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #333;
    background-image: url('../images/_DSC0199-camraw-01-033-q8.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
}

.section-100vh.beige {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 88vh;
    max-height: 88vh;
    min-height: 88vh;
    padding-top: 71px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background-image: url('../images/_DSC0320-camraw-01.jpg');
    background-position: 50% 69%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.section-100vh.image {
    position: relative;
    top: 0px;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-top: 263px;
    padding-bottom: 189px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background-image: url('../images/Zoe-Heipel-YAGP2020-Barcelona-Photo-10_3000pxwdth-q10.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.section-100vh.trrans {
    margin-right: 52px;
    margin-left: 52px;
    background-image: url('../images/_DSC0016-camraw-01.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-attachment: fixed;
}

.section-100vh.trrans-2 {
    margin-right: 52px;
    margin-left: 52px;
    background-image: url('../images/_DSC0063-camraw-01.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-attachment: fixed;
}

.section-100vh.trrans-3 {
    height: 88vh;
    max-height: 75vh;
    min-height: 88vh;
    margin-right: 52px;
    margin-left: 52px;
    background-image: url('../images/_DSC0487-q8.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 1;
    margin-top: 124px;
}

.div-block-19 {
    overflow: hidden;
    display: block;
}

.nav-block {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 22;
    height: 100px;
    margin-top: 0px;
    background-color: #f9f9f9;
}

.menu-button-3 {
    position: static;
}

.body-9 {
    padding-top: 0px;
    padding-right: 54px;
    padding-left: 54px;
}

.body-10 {
    padding-top: 0px;
}

.body-11 {
    padding-top: 0px;
}

.body-12 {
    padding-top: 0px;
}

.menu-button-4 {
    z-index: 10;
}

.div-block-20 {
    height: auto;
    min-height: 100vh;
}

.section-12 {
    height: 88vh;
    background-image: url('../images/_DSC0242-camraw-01.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.container-10-1 {
    position: relative;
    width: 100%;
    max-height: none;
    max-width: 1140px;
    background-color: #fff;
    margin-top: 113px;
    margin-left: auto;
    margin-right: auto;
}

.heading-3-1 {
    position: static;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
    color: #220e68;
    font-size: 34px;
    line-height: 50px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
}

.heading-3-1._4 {
    margin-top: -48px;
}

.heading-3-1.big {
    line-height: 56px;
}

.big {
    position: static;
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #220e68;
    border-bottom: 1px solid #220e68;
    font-size: 45px;
    line-height: 60px;
}

.section-13 {
    margin-bottom: 0px;
    padding-top: 198px;
    padding-bottom: 198px;
}

.slider-container-2 {
    position: absolute;
    left: 5%;
    top: auto;
    right: auto;
    bottom: 21%;
    z-index: 22;
    display: block;
    overflow: visible;
    padding-top: 0px;
}

.slider-container-3 {
    position: relative;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 22;
    padding-top: 0px;
    padding-left: 42px;
}

.slider-container-4 {
    position: absolute;
    left: 5%;
    top: auto;
    right: auto;
    bottom: 43%;
    z-index: 22;
    padding-top: 0px;
}

.main-heading-mh-1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 77px;
    line-height: 69px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(29, 31, 46, 0.7);
}

.main-heading-mh-1.bold {
    position: relative;
    width: 94%;
    font-family: Merriweather, serif;
    color: hsla(0, 0%, 100%, 0.86);
    font-weight: 300;
    text-transform: none;
}

.main-heading-mh-1.font1 {
    font-family: Lato, sans-serif;
    color: #4029a0;
    font-size: 70px;
    line-height: 56px;
    font-weight: 300;
}

.slider-container-5 {
    position: absolute;
    left: 5%;
    top: auto;
    right: auto;
    bottom: 9%;
    z-index: 22;
    padding-top: 0px;
}

.big-copy {
    position: static;
    display: block;
    width: auto;
    margin-left: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #220e68;
    border-bottom: 1px solid #220e68;
    background-color: transparent;
    font-size: 45px;
    line-height: 60px;
}

.home-content-wrap-2 {
    display: block;
    margin-top: 80px;
    margin-bottom: 120px;
    padding-right: 152px;
    padding-left: 152px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.body-13 {
    padding-top: 0px;
}

.image-23 {
    height: 100%;
    max-width: none;
    border-radius: 0px;
}

.div-block-21 {
    height: 55px;
    margin-top: -123px;
    background-color: rgba(214, 154, 154, 0.41);
    opacity: 0.38;
}

.section-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 166px;
    padding-bottom: 166px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #fff;
    opacity: 1;
    color: #4d4d4d;
}

.section-copy.grey {
    padding-top: 55px;
    padding-bottom: 55px;
    background-color: #333;
    color: #fff;
}

.section-copy.beige {
    padding-top: 103px;
    padding-bottom: 195px;
    background-color: #fff;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-attachment: scroll;
}

.section-copy.beige._2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 95vh;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 46px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(35, 14, 104, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#220e68), to(#220e68));
    background-image: linear-gradient(180deg, #220e68, #220e68);
    background-size: auto;
    background-attachment: scroll;
}

.section-copy.image {
    position: relative;
    top: 0px;
    z-index: 0;
    display: block;
    height: 75vh;
    padding-top: 263px;
    padding-bottom: 189px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/_DSC0487-q8.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.section-copy.lightgrey {
    height: 88vh;
    border-style: solid;
    border-width: 0px;
    border-color: #ad2020;
    background-color: transparent;
    background-image: none;
}

.section-copy.lightgrey._2 {
    display: block;
    height: 44vh;
    padding-top: 34px;
    padding-bottom: 34px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f7f7;
    background-image: none;
}

.section-copy.lightgrey._2-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 70px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f7f7;
    background-image: none;
}

.section-copy.footer {
    margin-top: 0px;
    padding-top: 65px;
    padding-bottom: 53px;
    background-color: rgba(34, 14, 104, 0.6);
}

.section-copy.beige-2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 98px;
    margin-left: 98px;
    padding-top: 103px;
    padding-bottom: 75px;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
}

.section-copy.beige-2-1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 98px;
    margin-bottom: -118px;
    margin-left: 98px;
    padding-top: 103px;
    padding-bottom: 205px;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
}

@media screen and (max-width: 767px) {
    .button.beige.footer {
        margin-top: 17px;
        margin-bottom: 8px;
    }

    .stone-logo.footer {
        float: none;
    }

    .section {
        padding: 34px 10px;
    }

    .section.grey {
        padding: 35px 10px;
    }

    .section.image {
        padding: 61px 10px;
        background-attachment: scroll;
    }

    .section.footer {
        padding-top: 32px;
        padding-bottom: 32px;
        text-align: center;
    }

    .main-heading-mh {
        font-size: 50px;
        line-height: 44px;
    }

    .slider {
        height: 392px;
    }

    .slide {
        /* padding: 50px 10px */
    }

    .icon-wrapper {
        height: 102px;
    }

    .number {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .testimonials-slider {
        padding-right: 19px;
        padding-left: 19px;
    }

    .testimonial-slide {
        padding-right: 34px;
        padding-left: 34px;
    }

    .footer-text.address {
        text-align: center;
    }

    .contact-form-column {
        margin-top: 35px;
        padding: 43px 10px;
    }

    .contact-info-column {
        padding-top: 42px;
    }

    .slide-3 {
        background-position: 0px 18px;
    }

    .body {
        padding-top: 1px;
    }

    .section-2 {
        padding: 34px 10px;
    }

    .section-2.footer {
        padding-top: 32px;
        padding-bottom: 32px;
        text-align: center;
    }

    .stone-logo-2.footer {
        float: none;
    }

    .content-wrap {
        width: 90%;
    }

    ._3-col-wrap {
        margin-bottom: 90px;
    }

    .product-pic-wrap {
        width: 100%;
        padding-right: 0%;
        padding-left: 0%;
    }

    .about-head-pic.big {
        height: 500px;
    }

    .wrap-overlayed-2 {
        padding-right: 4%;
        padding-left: 4%;
    }

    .wrap {
        padding-right: 4%;
        padding-left: 4%;
    }

    .page-headline-wrap {
        width: 90%;
    }

    .page-headline-wrap.cc-overlayed-headline {
        width: auto;
        max-width: none;
    }

    .image-3 {
        width: 100%;
        max-width: 100%;
    }

    .slider-copy {
        height: 392px;
    }

    .div-block-5 {
        height: auto;
    }

    .section-6 {
        margin-right: 15px;
        margin-left: 15px;
    }

    .section-6.cc-store-home-wrap {
        margin-right: 15px;
        margin-left: 15px;
    }

    .section-6.cc-store-home-wrap {
        margin-right: 15px;
        margin-left: 15px;
    }

    .heading-jumbo-small {
        font-size: 30px;
        line-height: 52px;
    }

    .container-10 {
        text-align: center;
    }

    .intro-content {
        width: 80%;
    }

    .heading-jumbo {
        font-size: 50px;
        line-height: 64px;
    }

    .paragraph-bigger {
        font-size: 16px;
        line-height: 28px;
    }

    .status-message.cc-no-data {
        width: 80%;
        max-width: 470px;
    }

    .heading-jumbo-small-2 {
        font-size: 30px;
        line-height: 52px;
    }

    .heading-jumbo-2 {
        font-size: 50px;
        line-height: 64px;
    }

    .cta-wrap {
        padding-right: 30px;
        padding-left: 30px;
    }

    .our-services-grid {
        grid-row-gap: 60px;
        grid-template-areas: "." "." "." "." "." ".";
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
        grid-template-rows: auto auto auto auto auto auto;
    }

    .section-7 {
        margin-right: 15px;
        margin-left: 15px;
    }

    .section-7.cc-home-wrap {
        margin-right: 15px;
        margin-left: 15px;
    }

    .section-7.cc-cta {
        padding: 15px;
    }

    .container-11 {
    }

    .detail-image {
        margin-bottom: 15px;
    }

    .heading-jumbo-small-3 {
        font-size: 30px;
        line-height: 52px;
    }

    .cta-wrap-2 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .project-overview-grid {
        width: 80%;
        max-width: 470px;
        margin-top: 90px;
        margin-bottom: 95px;
    }

    .project-description-grid {
        width: 70%;
        max-width: 470px;
        margin-top: 90px;
        margin-bottom: 85px;
    }

    .detail-image-2 {
        margin-bottom: 15px;
    }

    .div-block-12 {
        padding-right: 24px;
        padding-left: 24px;
    }

    .paragraph-4 {
        margin-top: 38px;
    }

    .container-12 {
        text-align: center;
    }

    .heading-jumbo-small-2-1 {
        font-size: 30px;
        line-height: 52px;
    }

    .heading-jumbo-2-1 {
        font-size: 50px;
        line-height: 64px;
    }

    .paragraph-bigger-2 {
        font-size: 16px;
        line-height: 28px;
    }

    .heading-jumbo-small-3-1 {
        font-size: 30px;
        line-height: 52px;
    }

    .container-10-2 {
        text-align: center;
    }

    .section-7-2 {
        margin-right: 15px;
        margin-left: 15px;
    }

    .section-100vh {
        padding: 34px 10px;
    }

    .section-100vh.grey {
        padding: 35px 10px;
    }

    .section-100vh.image {
        padding: 61px 10px;
        background-attachment: scroll;
    }

    .container-10-1 {
        text-align: center;
    }

    .main-heading-mh-1 {
        font-size: 50px;
        line-height: 44px;
    }

    .section-copy {
        padding: 34px 10px;
    }

    .section-copy.grey {
        padding: 35px 10px;
    }

    .section-copy.image {
        padding: 61px 10px;
        background-attachment: scroll;
    }

    .section-copy.footer {
        padding-top: 32px;
        padding-bottom: 32px;
        text-align: center;
    }
}

@media screen and (max-width:639px) {
    .heading-jumbo-small-3-2 {
        font-size: 25px !important;
        line-height: 45px !important;
        word-break: normal;
    }
}

@media screen and (max-width: 479px) {
    .main-heading-mh {
        width: 100%;
        font-size: 48px;
    }

    .slider {
        height: 476px;
    }

    .slide {
        /* padding-top: 58px */
        /* padding-bottom: 58px */
    }

    .contact-form-column {
        text-align: center;
    }

    .contact-info-column {
        text-align: center;
    }

    .slide-3 {
        background-position: 63% 50%;
    }

    .body {
        padding-top: 0px;
    }

    .wrap-overlayed-2 {
        padding-right: 4%;
        padding-left: 4%;
    }

    .wrap {
        padding-right: 4%;
        padding-left: 4%;
    }

    .slider-copy {
        height: 476px;
    }

    .heading-jumbo {
        font-size: 36px;
        line-height: 48px;
    }

    .status-message.cc-no-data {
        width: 100%;
    }

    .heading-jumbo-2 {
        font-size: 36px;
        line-height: 48px;
    }

    .cta-wrap {
        padding-right: 15px;
        padding-left: 15px;
    }

    .project-details-grid {
        width: 100%;
    }

    .cta-wrap-2 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .project-overview-grid {
        width: 100%;
        max-width: none;
    }

    .project-description-grid {
        width: 100%;
        max-width: none;
    }

    .div-block-12 {
        padding-right: 14px;
        padding-left: 14px;
    }

    .paragraph-4 {
        margin-top: 34px;
    }

    .heading-jumbo-2-1 {
        font-size: 36px;
        line-height: 48px;
    }

    .main-heading-mh-1 {
        width: 100%;
        font-size: 48px;
    }
}

#w-node-b023006b571a-49d5b362 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-b023006b5720-49d5b362 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-b023006b5722-49d5b362 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-b023006b5726-49d5b362 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
}

#w-node-b023006b5728-49d5b362 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-b023006b5730-49d5b362 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-b023006b5732-49d5b362 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-1debd51a74c2-0b052f39 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-1debd51a74cb-0b052f39 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-1debd51a74cd-0b052f39 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-1debd51a74d1-0b052f39 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
}

#w-node-1debd51a74d3-0b052f39 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-1debd51a74d5-0b052f39 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-1debd51a74db-0b052f39 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-4f57521ded8e-521ded8b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: auto;
    justify-self: auto;
}

#w-node-4f57521ded8f-521ded8b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-4f57521ded91-521ded8b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: end;
    align-self: end;
}

#w-node-4f57521ded93-521ded8b {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
}

@media (max-width:990px) {
    #w-node-4f57521ded95-521ded8b {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-column-align: stretch;
        justify-self: stretch;
        -ms-grid-row-align: start;
        align-self: start;
        width: 200px;
    }
}

#w-node-4f57521deda0-521ded8b {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-4f57521deda2-521ded8b {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: start;
    align-self: start;
}

#w-node-4f57521dedab-521ded8b {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-4f57521dedad-521ded8b {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: start;
    align-self: start;
}

#w-node-4f57521dedb2-521ded8b {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: end;
    align-self: end;
}

#w-node-e858832481b1-70eba815 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-e858832481bc-70eba815 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-e858832481be-70eba815 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;

    /* grid-row-end: 2 */
}

#w-node-e858832481c9-70eba815 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-b023006b571a-70eba815 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-b023006b5720-70eba815 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-b023006b5722-70eba815 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-b023006b5726-70eba815 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
}

#w-node-b023006b5728-70eba815 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-7c27af044633-70eba815 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-7c27af04463c-70eba815 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-24a4b0020465-b0020462 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-24a4b0020466-b0020462 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-24a4b0020468-b0020462 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: end;
    align-self: end;
}

#w-node-24a4b002046a-b0020462 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: auto;
    justify-self: auto;
}

#w-node-24a4b002046c-b0020462 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: start;
    align-self: start;
}

#w-node-24a4b0020477-b0020462 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-24a4b0020479-b0020462 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: start;
    align-self: start;
}

#w-node-24a4b0020482-b0020462 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-24a4b0020484-b0020462 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: start;
    align-self: start;
}

#w-node-b023006b571a-15447c14 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-b023006b5720-15447c14 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-b023006b5722-15447c14 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-b023006b5726-15447c14 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
}

#w-node-b023006b5728-15447c14 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-7c27af044633-15447c14 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-7c27af04463c-15447c14 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-1debd51a74c2-2af53d65 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-1debd51a74cb-2af53d65 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-1debd51a74cd-2af53d65 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-1debd51a74d1-2af53d65 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
}

#w-node-1debd51a74d3-2af53d65 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-1debd51a74d5-2af53d65 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-1debd51a74db-2af53d65 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-5f18cd6b778c-ca530e85 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-5f18cd6b7792-ca530e85 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-5f18cd6b7798-ca530e85 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-22e7b4b26e58-19082d60 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-22e7b4b26e63-19082d60 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
}

#w-node-22e7b4b26e65-19082d60 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-5f18cd6b778c-19082d60 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-5f18cd6b7792-19082d60 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
}

#w-node-5f18cd6b7798-19082d60 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-6b91b1247f10-da9a5ac0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-6b91b1247f20-da9a5ac0 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-area: 1 / 1 / 2 / 3;
}

#w-node-ff7172f58dc8-109a6049 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-area: 1 / 1 / 2 / 5;
}

#w-node-ff7172f58dcd-109a6049 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-ff7172f58dd2-109a6049 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-ebc7c7f715d0-109a6049 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-ebc7c7f715d8-109a6049 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-e858832481b1-783647c6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-e858832481bc-783647c6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-e858832481be-783647c6 {
    /* -ms-grid-column: 2 */
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-e858832481c9-783647c6 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-area: 1 / 1 / 2 / 3;
}

#w-node-8966ea54c479-783647c6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-8966ea54c487-783647c6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-49d142a700fe-90045018 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-49d142a700f0-90045018 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-36d1fa8a611b-90045018 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-36d1fa8a611c-90045018 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

@media screen and (max-width: 991px) {
    #w-node-b023006b571a-49d5b362 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-b023006b5720-49d5b362 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-b023006b5722-49d5b362 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-1debd51a74c2-0b052f39 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-1debd51a74cb-0b052f39 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-1debd51a74cd-0b052f39 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-1debd51a74d5-0b052f39 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-1debd51a74db-0b052f39 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-e858832481b1-70eba815 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-e858832481bc-70eba815 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-e858832481be-70eba815 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-e858832481c9-70eba815 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-b023006b571a-70eba815 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-b023006b5720-70eba815 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-b023006b5722-70eba815 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-7c27af044633-70eba815 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-7c27af04463c-70eba815 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-b023006b571a-15447c14 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-b023006b5720-15447c14 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-b023006b5722-15447c14 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-7c27af044633-15447c14 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-7c27af04463c-15447c14 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-1debd51a74c2-2af53d65 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-1debd51a74cb-2af53d65 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-1debd51a74cd-2af53d65 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-1debd51a74d5-2af53d65 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-1debd51a74db-2af53d65 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-5f18cd6b7798-ca530e85 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-22e7b4b26e58-19082d60 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-22e7b4b26e63-19082d60 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-22e7b4b26e65-19082d60 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-5f18cd6b7798-19082d60 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-6b91b1247f20-da9a5ac0 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-ff7172f58dc8-109a6049 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-ff7172f58dcd-109a6049 {
        -ms-grid-column-span: 2;
        grid-column-end: 2;
    }

    #w-node-ff7172f58dd2-109a6049 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
    }

    #w-node-ebc7c7f715d8-109a6049 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-e858832481b1-783647c6 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-e858832481bc-783647c6 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-e858832481be-783647c6 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-e858832481c9-783647c6 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-8966ea54c479-783647c6 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-8966ea54c487-783647c6 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-49d142a700fe-90045018 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-49d142a700f0-90045018 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-36d1fa8a611b-90045018 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-36d1fa8a611c-90045018 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }
}

@media screen and (max-width: 767px) {
    #w-node-5f18cd6b7792-ca530e85 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-5f18cd6b7798-ca530e85 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
    }

    #w-node-5f18cd6b7792-19082d60 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-5f18cd6b7798-19082d60 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
    }
}

.carousel-inner > .item {
    position: relative;

    /* display: none */
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: top 9.6s ease-in-out;
}

.mt-0.5rem {
    margin-top: 0.5rem;
}

.mt-0.5rem {
    margin-top: 0.5rem;
}

