#cms #center_column img {
    margin: 0;
}

.columns-container {
    max-width: initial !important;
}

.navbar-container {
    transition: top 0.1s;
}

.navbar-container.--hidden {
    top: -75px !important;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
}

.navbar-container.m--hidden {
    top: -70px !important;
    box-shadow: none;
    pointer-events: none;
}

.product-topbar.--extended {
    top: 0 !important;
    z-index: 100000;
}

.ps-text,
.ps-text2 {
    position: absolute;
    display: flex;
    user-select: none;
}

.ps-text.--center {
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translate(-50%, -50%);
}

.ps-text-container {
    position: relative;
}

.ps-text2 {
    flex-direction: column;
}

/* Container */

.ps-container {
    padding-top: 20px;
    color: white;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.2;
    text-align: justify;
    background: #080808;
}

@media (min-width: 768px) {
    .ps-container {
        font-size: 25px;
    }
}

.ps-container.--full {
    max-width: unset;
}

.ps-container.--light {
    color: #111;
    background: white;
}

.ps-container.m--light {
    color: #111;
    background: white;
}

.ps-container p + p {
    margin-top: 25px;
}

.ps-container .highlight {
    color: #8c0;
}

/* Section */

.ps-section.--space {
    margin-right: 20px;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    .ps-section.--space {
        margin-right: 50px;
        margin-left: 50px;
    }
}

.ps-section-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: justify;
}

.ps-section-content {
    padding: 0 15px;
}

.ps-section-subtitle {
    margin-bottom: 15px;
    font-family: 'Roboto-Medium', 'Roboto', sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.ps-section-title {
    margin-bottom: 25px;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
}

.ps-section-title-highlight {
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 10px;
    color: #111;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    background: white;
}

@media (min-width: 768px) {
    .ps-section-title {
        margin-bottom: 40px;
        font-size: 60px;
    }
}

.ps-section-title small {
    display: block;
    font-size: 15px;
    line-height: 1.1;
}

@media (min-width: 768px) {
    .ps-section-title small {
        font-size: 25px;
    }
}

.ps-section-combine-img,
.ps-section-img {
    background-repeat: no-repeat;
    background-size: contain;
}

.ps-section-img-container {
    max-width: 1920px;
    margin: 0 auto;
}

.ps-wrapper-tablet {
    max-width: 1024px;
    margin: 0 auto;
}

/* Combine section */

.ps-section-combine-content {
    padding: 0 15px;
}

@media (min-width: 768px) {
    .ps-section-combine-container,
    .ps-section-combine-img-container {
        width: 50%;
    }

    .ps-section-combine-content {
        margin: 0 auto;
    }

    .ps-section-combine-wrapper {
        display: flex;
        max-width: 1630px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .ps-combine {
        display: flex;
        align-items: center;
    }

    .ps-combine > div {
        width: 50%;
    }

    .ps-combine.--reverse > div:first-child {
        order: 2;
    }

    .ps-combine .ps-section-title {
        text-align: left;
    }
}

.ps-section-combine2-content {
    flex: 1;
    padding: 20px;
}

.ps-section-combine2-img {
    flex: 3;
}

@media (min-width: 768px) {
    .ps-section-combine2 {
        display: flex;
        align-items: center;
    }
}

.ps-section-combine3-content {
    padding: 20px;
}

@media (min-width: 481px) {
    .ps-section-combine3 {
        display: flex;
    }

    .ps-section-combine3-content,
    .ps-section-combine3-img {
        flex: 1;
    }

    .ps-section-combine3-content {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .ps-section-combine3-img {
        text-align: right;
    }

    .ps-section-combine3.m--reversed .ps-section-combine3-img {
        order: -1;
        text-align: left;
    }
}

/* Accordion */

.ps-accordion {
    position: relative;
    height: calc(100vh - 48px);
}

.ps-accordion-container {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    max-height: 900px;
    transform: translateY(-50%);
}

.ps-accordion .ps-section-img {
    position: absolute;
    top: 0;
    display: table;
    width: 11%;
    height: 100%;
    background-size: auto;
    transition: width 0.4s;
}

.ps-accordion .ps-section-img:nth-child(1) {
    left: 0;
    z-index: 3;
}

.ps-accordion .ps-section-img:nth-child(2) {
    left: 11%;
    z-index: 2;
}

.ps-accordion .ps-section-img:nth-child(3) {
    right: 0;
    z-index: 1;
    width: 78%;
}

.ps-accordion .ps-section-img:not(:last-of-type)::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    background: #080808;
    content: '';
}

/* Arrows */

.ps-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.ps-arrow::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    content: '';
}

.ps-arrow.--right::after {
    border-top: 1px solid #8c0;
    border-right: 1px solid #8c0;
    transform: rotate(45deg) translate(-90%, 10%);
}

/* Bullet */

.ps-bullet {
    display: flex;
    align-items: center;
    color: white !important;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
}

.ps-bullet:hover {
    z-index: 2;
}

.ps-bullet-arrow {
    width: 20px;
    height: 20px;
    margin: 0 25px 0 auto;
    border: 1px solid #8c0;
    border-radius: 50%;
}

.ps-bullet-arrow::after {
    width: 6px;
    height: 6px;
}

.ps-bullet-container {
    display: flex;
    align-items: center;
    width: 0;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.25s;
}

.ps-bullet:hover .ps-bullet-container {
    width: 200px;
    transition-delay: 0s;
}

.ps-bullet.--extended .ps-bullet-container {
    transition-delay: 0.25s;
}

.ps-bullet.--extended:hover .ps-bullet-container {
    transition-delay: 0s;
}

.ps-bullet-content {
    padding-left: 10px;
    font-weight: 500;
    font-size: 16px;
}

.ps-bullet.--extended .ps-bullet-content {
    width: 100%;
    text-align: center;
}

.ps-bullet-highlight {
    color: #8c0;
    font-weight: 300;
    font-size: 14px;
}

.ps-bullet-icon {
    width: 40px;
    height: 40px;
    background: url('/themes/green-cell/img/bullet.png') no-repeat;
    background-size: contain;
}

.ps-bullet-more {
    position: absolute;
    top: 110%;
    right: 0;
    left: 0;
    padding: 10px 15px;
    overflow: hidden;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s, opacity 0.25s 0s linear;
}

.ps-bullet.--extended:hover .ps-bullet-more {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.25s 0.25s linear;
}

@media (max-width: 1199px) {
    .ps-bullet.--reversed-md .ps-bullet-icon {
        order: 2;
    }
}

@media (min-width: 1600px) {
    .ps-bullet-container {
        height: 60px;
    }

    .ps-bullet.--extended:hover .ps-bullet-container {
        width: 400px;
    }

    .ps-bullet-content {
        font-size: 20px;
    }

    .ps-bullet-icon {
        width: 60px;
        height: 60px;
    }

    .ps-bullet-more {
        left: 45px;
        padding: 20px 30px;
        font-size: 16px;
        line-height: 1.4;
        border-radius: 30px;
    }
}

/* Buttons */

.ps-btn-1 {
    display: inline-block;
    width: 100%;
    padding: 0.75em;
    color: #1EE17D !important;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background: transparent;
    border: 1px solid #1EE17D;
    border-radius: 8px;
}

.ps-btn-2 {
    padding: 0.6em 2em;
    color: #00392C;
    background: #1EE17D;
    border: 0;
    border-radius: 10px;
}

.ps-btn-3 {
    display: inline-block;
    padding: 0.5em 3em;
    color: #8c0;
    border: 1px solid #8c0;
    border-radius: 50px;
}

.ps-btn-4 {
    display: inline-block;
    min-width: 180px;
    padding: 0.7em 1em;
    color: #fff !important;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    white-space: nowrap;
    text-align: center;
    border: 2px solid currentColor;
    border-radius: 5px;
}

/* Counter */

.ps-counter-wrapper {
    max-width: 360px;
}

.ps-counter {
    display: flex;
    flex: 1;
    margin: 0;
    font-family: 'Roboto-Bold', 'Roboto', sans-serif;
    transform: scale(0.7);
    transform-origin: 50% 80%;
}

.ps-counter .flip {
    position: relative;
    flex: 1 1 25px;
    width: auto;
    margin-right: 0;
}

.ps-counter .flip::after {
    position: absolute;
    top: 47%;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 3px;
    background: #000;
    transform: translateY(-50%);
    content: '';
}

.ps-counter .flip:nth-last-of-type(3) {
    position: relative;
    margin-left: 30px;
}

.ps-counter .flip:nth-last-of-type(3)::before {
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 30px;
    color: #fff;
    font-size: 70px;
    text-align: center;
    content: '.';
}

.ps-counter .flip .down {
    bottom: 1px !important;
}

.ps-counter .flip .inn {
    color: #fff !important;
    background: #161616 !important;
}

.ps-counter .flip .up::after {
    display: none;
}

/* Expand */

@media (min-width: 1024px) {
    .ps-expand-side {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 200px;
        background: black;
    }

    .ps-expand-side.--left {
        left: 0;
    }

    .ps-expand-side.--right {
        right: 0;
    }

    .ps-expand.--light .ps-expand-side {
        background: white;
    }
}

/* Features */

.ps-feature {
    flex: 1 0 50px;
    margin: 0 10px;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    user-select: none;
}

@media (min-width: 768px) {
    .ps-feature {
        margin: 0 20px;
        font-size: 25px;
    }
}

.ps-feature-img {
    max-width: 80px;
    height: 80px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}

.ps-features {
    display: flex;
    justify-content: space-between;
}

/* Features2 */

.ps-feature2 {
    position: relative;
    flex: 1;
    width: 100%;
    max-width: 200px;
    margin: 25px 0;
    padding-top: 110px;
    text-align: center;
}

.ps-feature2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: no-repeat center;
    content: '';
}

.ps-features2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: -25px 0;
}

@media (min-width: 768px) {
    .ps-feature2 {
        margin: 0 10px;
    }

    .ps-features2 {
        flex-direction: unset;
        margin: 0 auto;
    }
}

/* Charts */

.ps-charts-chart {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

.ps-charts-chart-bar {
    display: inline-block;
    height: 19px;
    margin-right: 7px;
    vertical-align: middle;
    background: #b5b5b5;
    transform: skew(-12deg);
}

.ps-charts-chart-bar.--highlight {
    background: #8c0;
}

.ps-charts-chart-bar.m-highlight {
    background: #8c0;
}

.ps-charts-chart-percent {
    margin-left: 5px;
    font-size: 22px;
}

.ps-charts-container {
    margin-bottom: 27px;
    text-align: left;
}

.ps-charts-footer {
    float: right;
    max-width: 220px;
    font-size: 16px;
    text-align: right;
}

.ps-charts-heading {
    margin-bottom: 10px;
    font-weight: 300;
}

.ps-charts-item {
    margin-bottom: 50px;
    padding: 0 10px;
}

.ps-charts-item:last-child {
    margin-bottom: 0;
}

.ps-charts-subtitle,
.ps-charts-title {
    font-weight: 300;
    font-size: 20px;
    text-align: center;
}

.ps-charts-subtitle {
    margin-bottom: 40px;
    font-size: 40px;
}

@media (min-width: 768px) {
    .ps-charts-container {
        display: flex;
    }

    .ps-charts-item {
        width: 50%;
        margin-bottom: 0;
    }
}

.ps-charts-secondary-chart {
    flex: 1;
}

.ps-charts-secondary-container {
    max-width: 480px;
    margin: 0 auto 35px;
    font-size: 18px;
}

.ps-charts-secondary-footer {
    font-size: 14px;
}

.ps-charts-secondary-heading {
    margin-left: 35%;
    color: white;
    font-weight: 500;
    font-size: 20px;
}

.ps-charts-secondary-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 7px;
}

.ps-charts-secondary-title {
    width: 30%;
    margin-top: 5px;
    margin-right: 5%;
}

/* Charts2 */

.ps-charts2 {
    max-width: 400px;
    color: #777;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.ps-charts2 + .ps-charts2 {
    margin-top: 40px;
}

.ps-charts2-label {
    width: 100px;
}

.ps-charts2-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ps-charts2-title {
    margin: 0 0 10px 100px;
    color: white;
    font-size: 16px;
    font-family: 'Roboto-Light', sans-serif;
}

.ps-charts2-title.m-highlight {
    color: #8c0;
}

.ps-charts2-title.m-simple {
    margin-left: 0;
}

.ps-charts2 .ps-charts-chart {
    flex: 1;
    margin: 0;
}

.ps-charts2-label:not(.highlight) + .ps-charts-chart {
    align-self: flex-start;
}

.ps-charts2 .ps-charts-chart-bar {
    margin-right: 15px;
    background: #464646;
}

.ps-charts2 .ps-charts-chart-bar.--highlight {
    background: #8c0;
}

.ps-charts2 .ps-charts-chart-bar.m-highlight {
    background: #8c0;
}

.ps-charts2 .ps-charts-chart-bar.--light {
    background: #838383;
}

.ps-charts2 .ps-charts-chart-bar.--highlight2 {
    background: #8c0 linear-gradient(90deg, #3b0, #8c0);
}

/* Check out */

.ps-check-out-btn {
    width: 50%;
}

.ps-check-out-btn > a {
    font-size: 12px;
}

.ps-check-out-content {
    top: 50%;
    left: 68%;
    flex-direction: column;
    width: 57%;
    color: white;
    font-size: 1.5vw;
    font-family: 'Roboto', sans-serif;
}

.ps-check-out-highlight {
    text-shadow: 0 0 1.2vw rgba(255, 255, 255, 0.5);
}

.ps-check-out-product {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 4em;
    font-family: 'Saira-Regular', 'Roboto', sans-serif;
    white-space: nowrap;
}

.ps-check-out-title {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 1.25em;
}

@media (min-width: 1024px) {
    .ps-check-out-content {
        font-size: 15px;
    }
}

@media (min-width: 1920px) {
    .ps-check-out-highlight {
        text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    }
}

/* Image reveal */

.ps-img-reveal {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #111;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.ps-img-reveal.--1 {
    z-index: 2;
    display: inline-table;
    width: 68%;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 10vw) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 10vw) 100%, 0 100%);
}

.ps-img-reveal-container.--separator .ps-img-reveal.--1::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    content: '';
}

.ps-img-reveal-container {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    transform: translateY(-50%);
}

.ps-img-reveal-wrapper {
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 100%;
    transform: translateY(-50%);
}

@media (min-width: 1920px) {
    .ps-img-reveal.--1 {
        -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 195px) 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, calc(100% - 195px) 100%, 0 100%);
    }
}

/* Image reveal 2 */

.ps-img-reveal2 {
    position: absolute;
    display: inline-table;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.ps-img-reveal2.--1 {
    z-index: 2;
}

.ps-img-reveal2-container {
    position: relative;
    margin: 0 auto;
}

.ps-img-reveal2-separator {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    max-height: 130%;
    transform: translate(-50%, -50%);
}

.ps-img-reveal2-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 20%;
}

/* Landing topbar */

.ps-topbar {
    position: fixed;
    top: 68px;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 50px;
    transition: top 0.1s;
}

.ps-topbar.m--top {
    top: 0;
}

.ps-topbar::before {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    z-index: -1;
    height: 70px;
    background: #171718;
    content: '';
}

@supports (backdrop-filter: blur(1px)) {
    .ps-topbar.m--secondary::before {
        background-color: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(15px);
    }
}

.ps-topbar-btn {
    padding: 5px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 14px !important;
    background-color: #8c0;
    border-radius: 5px;
}

.ps-topbar-inner-container {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.ps-topbar-ul {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 auto;
    padding: 0 15px;
}

.ps-topbar-logo {
    display: none;
    padding: 0 15px;
    color: #fff;
    font-size: 20px;
    font-family: 'Saira-Medium', 'Roboto', sans-serif;
}

.ps-topbar-logo img {
    max-width: 100%;
    margin: 0 0 0 -10px !important;
    padding-left: 10px;
}

.ps-topbar-item a {
    color: #fff;
    font-size: 12px;
}

@media (min-width: 420px) {
    .ps-topbar {
        padding: 0 20px;
    }
}

@media (min-width: 481px) {
    .ps-topbar-item {
        margin-left: 5%;
    }

    .ps-topbar-ul {
        justify-content: flex-end;
    }

    .ps-topbar-logo {
        display: block;
    }
}

@media (min-width: 1024px) {
    .ps-topbar-btn {
        padding: 6px 30px;
        font-size: 16px !important;
    }

    .ps-topbar-item {
        margin-left: 10%;
    }

    .ps-topbar-inner-container {
        max-width: 820px;
    }
}

@media (min-width: 1200px) {
    .ps-topbar-inner-container {
        max-width: 1120px;
    }
}

/* Overlay */

.ps-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: 0.2s;
}

.ps-overlay.m-visible {
    opacity: 1;
}

/* Pictures */

.ps-pictures {
    text-align: center;
}

.ps-pictures img {
    display: inline-block;
}

.ps-pictures-item {
    margin: 13px;
}

@media (min-width: 768px) {
    .ps-pictures {
        display: flex;
        justify-content: center;
        max-width: 1600px;
        margin: 0 auto;
    }

    .ps-pictures-item {
        flex: 1 1 300px;
    }
}

/* Page loader */

.ps-page-loading,
.ps-page-loading body {
    overflow: hidden !important;
}

/* Pictures2 */

.ps-pictures2 img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.ps-pictures2-large {
    margin-bottom: 50px;
}

.ps-pictures2-small > div:nth-child(2) {
    display: none;
    margin-top: 50px;
}

@media (min-width: 768px) {
    .ps-pictures2-large {
        margin-bottom: 65px;
    }

    .ps-pictures2-small > div:nth-child(2) {
        margin-top: 65px;
    }
}

@media (min-width: 1024px) {
    .ps-pictures2.m-desktop {
        display: flex;
    }

    .ps-pictures2.m-desktop .ps-pictures2-large {
        margin-bottom: 0;
    }

    .ps-pictures2.m-desktop .ps-pictures2-small {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 3%;
    }

    .ps-pictures2.m-desktop .ps-pictures2-small > div:nth-child(2) {
        display: block;
        margin-top: 20px;
    }
}

/* Parallax */

.ps-parallax {
    height: 100vh;
    min-height: 640px;
    background: no-repeat center top fixed;
}

.parallax__container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 100vh;
    min-height: 640px;
    overflow: hidden;
    clip: rect(0, auto, auto, 0);
}

.parallax__container .parallax {
    position: fixed;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ps-parallax-over {
    position: relative;
    z-index: 2;
}

/* Scroll icon */

.ps-icon-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.5s;
    animation: bounce 2s infinite;
}

.ps-icon-scroll.m-visible {
    opacity: 1;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* ScrollMagic */

.sm {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 50px;
}

.ps-sequence-images,
.sm-sequence-images {
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 1px;
}

.sm-text {
    opacity: 0;
    transition: opacity 1s;
}

.sm-text.--visible {
    opacity: 1;
}

/* Sequence */

.ps-sequence-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Slide */

.ps-slide.--fixed {
    margin-bottom: 200vh;
}

.ps-slide.--fixed .ps-slide-after {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin-top: 100px;
}

.ps-slide.--offset-48.--fixed .ps-slide-after {
    margin-top: 48px;
}

.ps-slide.--offset-50.--fixed .ps-slide-after {
    margin-top: 50px;
}

.ps-slide-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    height: calc(100vh - 100px);
    overflow: hidden;
    background: black;
}

.ps-slide.--offset-48 .ps-slide-content {
    height: calc(100vh - 48px);
}

.ps-slide.--offset-50 .ps-slide-content {
    height: calc(100vh - 50px);
}

/* Ultra charge */

.ps-ultra-charge {
    margin: 20px;
    text-align: center;
}

.ps-ultra-charge-img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .ps-ultra-charge {
        margin: 20px 50px;
    }
}

/* Misc */

.ps-scroll-top {
    cursor: pointer;
}

.ps-text-brand {
    font-family: 'Saira-Regular', sans-serif;
}

.ps-video-full {
    width: 100%;
    height: auto !important;
}

.bold {
    font-weight: 400;
}

.bolder {
    font-weight: 500;
}

.boldest {
    font-weight: 700;
}

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

.custom-transition,
.transition,
.transition2,
.transition-p {
    transform: translateY(50px);
    opacity: 0;
    transition: transform 1s, opacity 1.5s;
}

.custom-transition.m--lg,
.transition.m--lg,
.transition2.m--lg,
.transition-p.m--lg {
    transform: translateY(200px);
}

.custom-transition.--visible,
.transition.--visible {
    transform: none;
    opacity: 1;
}

.transition2.m-visible,
.transition-p.m-visible,
.transition-p-container.m-visible .transition-p {
    transform: none;
    opacity: 1;
}

.video-fix {
    transform: scale(1.01);
}
