@media (min-width:0) {
    .hidden-small {
        display: none !important
    }
}

@media (max-width:-1px) {
    .visible-small {
        display: none !important
    }
}

@media (min-width:768px) {
    .hidden-medium {
        display: none !important
    }
}

@media (max-width:767px) {
    .visible-medium {
        display: none !important
    }
}

@media (min-width:992px) {
    .hidden-large {
        display: none !important
    }
}

@media (max-width:991px) {
    .visible-large {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-xlarge {
        display: none !important
    }
}

@media (max-width:1199px) {
    .visible-xlarge {
        display: none !important
    }
}

@media (min-width:1800px) {
    .hidden-xxlarge {
        display: none !important
    }
}

@media (max-width:1799px) {
    .visible-xxlarge {
        display: none !important
    }
}

.nw-container {
    max-width: 1280px;
    margin: auto;
    font-family: 'Work Sans', sans-serif;
    color: #000;
    line-height: 1.5;
}

.nw-video-placeholder {
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}

.nw-video-elements {
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.nw-video-placeholder__button {
    margin: 0;
    background: none;
    text-transform: none;
    width: auto;
    height: auto;
    cursor: pointer;
    border: 0;
    outline: none;
}

.nw-picture {
    width: 100%
}

.nw-picture--masonry-vert {
    height: 100%
}

.nw-picture--collab {
    width: auto;
    max-width: 336px;
    display: block;
    margin: 0 auto 49px;
}

.nw-title {
    text-align: center;
    font-size: 43px;
    text-transform: uppercase;
    margin: 20px 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
}

.nw-title--todo {
    margin-bottom: 0;
    text-transform: capitalize;
}

.nw-paragraph {
    max-width: 90%;
    margin: 30px auto;
    font-size: 17px;
    line-height: 1.35;
    text-align: center;
}

.nw-paragraph--subtitle {
    margin: 0 auto 30px;
}

.nw-masonry {
    display: flex;
    justify-content: space-between;
    margin: 87px auto 99px;
}

.nw-masonry__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 51%;
}

.nw-masonry__left {
    margin-right: 2%;
    width: 49%;
}

.nw-masonry .nw-picture {
    margin-bottom: 0;
}

.nw-quote {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.58;
    text-align: center;
}

.nw-quote:before, .nw-quote:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 35px;
    height: 27px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.nw-quote:before {
    top: 0;
    background-image: url(../images/Quotation_Top.svg);
}

.nw-quote:after {
    bottom: 0;
    background-image: url(../images/Quotation_Bottom.svg);
}

.nw-quote__name {
    font-size: 15px;
    text-align: center;
}

.nw-animation {
    background-color: #FAF0EA;
    padding: 3vw;
    text-align: center;
    margin-bottom: 100px;
}

.nw-animation__wrapper {
    margin-bottom: 15px
}

.nw-animation__item {
    color: rgb(112, 112, 112);;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    position: relative
}

.nw-animation__item.animate-me:after {
    content: "";
    height: 1px;
    border-bottom: 2px solid #000000;
    width: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    transition: all 1s ease-out 1s
}

@media (max-width:767px) {
    .nw-animation__item.animate-me--hidden:after {
        display: none;
    } 
}

.nw-animation__item.animated:after {
    width: 100%;
    left: 50%
}

.nw-slider {
    margin: 50px auto;
    max-width: 1176px;
}

.nw-slider__slide {
    display: none
}

.nw-slider__slide img {
    display: block;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
}

.nw-slider__slide-two-col::after {
    display: block;
    content: "";
    clear: both;
}

.nw-slider__slide-two-col img {
    max-width: 560px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.nw-slider__slide--active {
    display: block
}

.nw-slider__controls {
    display: flex;
    justify-content: space-between;
    max-width: 420px;
    margin: 15px auto;
}

.nw-slider__button {
    width: 100%;
    height: 5px;
    margin-top: 11px;
    margin-left: 5px;
    background-color: #ccc;
    border: 0
}

.nw-slider__button:hover {
    cursor: pointer
}

.nw-slider__button--active {
    background-color: #555
}

.nw-slider__previous {
    margin: 0
}

.nw-slider__next,
.nw-slider__previous {
    padding: 0;
    background: none;
    border: 0;
    text-transform: none;
    width: auto;
    height: auto;
    cursor: pointer
}

.nw-slider__next {
    margin: 0 0 0 5px
}

.nw-bridge {
    text-align: center;
    margin: 30px 0 100px;
}

.nw-bridge__highlight {
    display: inline-block;
    background-color: gold;
    margin-bottom: 27px;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.nw-bridge__text {
    margin-top: 5px;
    font-weight: 600;
    font-size: 20px;
}

.nw-bridge__button-wrapper {
    margin: 15px 0;
    display: flex;
    justify-content: center
}

.nw-bridge__button:not(:first-child) {
    margin-left: 15px
}

.nw-button {
    margin: 0;
    background: none;
    border: 0;
    text-transform: none;
    width: auto;
    height: auto;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 15px 45px;
    min-width: 150px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.nw-button:hover {
    color: #fff;
    text-decoration: none;
}

.nw-bridge__text {
    margin-top: 1.1em;
    /* color: rgb(255, 255, 255); */
    font-family: 'Work Sans', sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
}

.nw-bridge__title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.18;
    font-weight: 600;
}

.nw-bridge__price {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.16;
    font-weight: 600;
}

.nw-banner__button {
    margin-top: 2.8em;
}