.hero-amplify-1 {
    position: relative;
    height: 100vh;
}

.hero-amplify-1 .row-fluid:before,
.hero-amplify-1 .row-fluid:after {
    content: none !important;
}
.hero-amplify-1 .span12.wrapper {
    display: flex;
    align-items: center;
    height: 100vh;
}

.move-hero-up.hero-amplify-1 .span12.wrapper {
    height: 83vh;
}


.hero-amplify-1 .row-fluid.flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 768px) {
    .hero-amplify-1 .row-fluid.flex {
        flex-direction: row;
    }
}
.hero-amplify-1 .col-5,
.hero-amplify-1 .col-7 {
    width: 100%;
    height: 100%;
}
.hero-amplify-1 .col-5 {
}
.hero-amplify-1 .col-7 {
    margin-top: 10%;
    margin-bottom: 3%;
}
@media (min-width: 768px) {
    .hero-amplify-1 .col-5 {
        width: calc(100% / 12 * 5);
    }
    .hero-amplify-1 .col-7 {
        width: calc((100% / 12 * 6) - 3%);
        margin-top: 0;
        margin-left: 3%;
        margin-bottom: 0;
    }
}

.hero-amplify-1 .container-video {
    width: 100%;
    aspect-ratio: 16/9;
}

.hero-amplify-1 .container-video > div {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius-xl);
    width: 100%;
    height: 100%;
}
.hero-amplify-1 .wistia_click_to_play {
    height: auto!important;
}

.hero-amplify-1 .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .hero-amplify-1 .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
}

.hero-amplify-1 .content .logo {
    max-height: 100px;
    width: auto;
}

.hero-amplify-1 .content h1 {
    font-size: 40px !important;
    font-weight: 400;
    margin-bottom: 2.5vh !important;
}

.hero-amplify-1 .content p:last-of-type {
    max-width: 80%;
    margin-bottom: 2.5vh !important;
}

@media (min-width: 768px) {
    .hero-amplify-1 .content h1 {
        font-size: 3vw !important;
    }

    .hero-amplify-1 .content p {
        font-weight: 400;
        max-width: 80%;
    }
}

.hero-amplify-1 .shape-content.span12 {
    position: absolute;
    left: 104vw;
    top: 10vw;
    display: flex;
    flex-wrap: wrap;
    width: 90vw;
    max-width: 90vw;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 1100px) {
    .hero-amplify-1 .content h1 {
        font-size: 4vh !important;
    }
}

@media (min-width: 768px) {
    .hero-amplify-1 .shape-content.span12 {
        top: 7vw;
        justify-content: space-between;
    }
}

@media (min-width: 1200px) {
    .hero-amplify-1 .shape-content.span12 {
        top: 10vw;
    }
}

.hero-amplify-1 .shape-content > * {
    margin: 5px;
}

.hero-amplify-1 .shape-content span {
    color: black;
    font-size: 16px;
}

.hero-amplify-1 .shape-content img {
    width: 60px;
    height: 12px;
    object-fit: contain;
}

@media (min-width: 768px) {
    .hero-amplify-1 .shape-content img {
        width: 80px;
        height: 15px;
    }
}

@media (min-width: 1200px) {
    .hero-amplify-1 .shape-content img {
        width: 100px;
        height: 18px;
    }
}

@media (min-width: 1600px) {
    .hero-amplify-1 .shape-content img {
        width: 120px;
        height: 20px;
    }
}

@media (min-width: 1800px) {
    .hero-amplify-1 .content h1 {
        font-size: 2.5vw !important;
  }

}

.hero-amplify-1 h1,
.hero-amplify-1 p,
.hero-amplify-1 span {
    color: black;
}

.hero-amplify-1 .shape-container-1,
.hero-amplify-1 .shape-container-2 {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 120vh;
    overflow: hidden;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 100%;
    }
}

.hero-amplify-1 .shape {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

.shape-container-1 .shape:nth-child(1) {
    width: 23vw;
    height: 23vw;
    transform: translate(80vw, 18vh);
    animation-delay: .1s;
}
.shape-container-1 .shape:nth-child(2) {
    width: 50vw;
    height: 50vw;
    transform: translate(76vw, 34vh) rotate(169deg);
    animation-delay: .2s;
}
.shape-container-1 .shape:nth-child(3) {
    width: 50vw;
    height: 50vw;
    transform: translate(50vw, 52vh) rotate(-160deg);
    animation-delay: .3s;
}
.shape-container-1 .shape:nth-child(4) {
    width: 150vw;
    height: 150vw;
    transform: translate(-13vw, 55vh);
    animation-delay: .4s;
}
.shape-container-1 .shape:nth-child(5) {
    width: 300vw;
    height: 300vw;
    transform: translate(-100vw, 66vh);
    animation-delay: .5s;
}
.shape-container-1 .shape:nth-child(6) {
    width: 700vw;
    height: 700vw;
    transform: translate(-290vw, 100vh);
    animation-delay: 0s;
}



.shape-container-2 .shape:nth-child(1) {
    width: 130vw;
    height: 130vw;
    transform: translate(51vw, 7vh);
    animation-delay: .1s;
}
.shape-container-2 .shape:nth-child(2) {
    width: 130vw;
    height: 130vw;
    transform: translate(58vw, 9vh);
    animation-delay: .2s;
}
.shape-container-2 .shape:nth-child(3) {
    width: 85vw;
    height: 85vw;
    transform: translate(90vw, -10vh) rotate(34deg);
    animation-delay: .3s;
}
.shape-container-2 .shape:nth-child(4) {
    width: 130vw;
    height: 130vw;
    transform: translate(90vw, -20vh);
    animation-delay: .4s;
}
.shape-container-2 .shape:nth-child(5) {
    width: 150vw;
    height: 150vw;
    transform: translate(0vw, 110vh);
    animation-delay: 0s;
}



.hero-amplify-1 .shape.circle {
    border-radius: 100%;
}
.hero-amplify-1 .shape.square {
    border-radius: var(--border-radius-xl)
}

.hero-amplify-1 .shape.white {
    background-color: white;
}
.hero-amplify-1 .shape.beige {
    background-color: var(--color-primary-beige);
}
.hero-amplify-1 .shape.blue {
    background-color: var(--color-flow-blue);
}
.hero-amplify-1 .shape.purple {
    background-color: var(--color-create-purple);
}
.hero-amplify-1 .shape.green {
    background-color: var(--color-primary-green);
    background-size: cover;
}
.hero-amplify-1 .shape.green-dark {
    background-color: var(--color-primary-green-dark);
}

.hero-amplify-1 .cta-buttons {
    display: flex;
    grid-gap: 14px;
    flex-wrap: wrap;
}


.hero-amplify-1 .transparent-dark-cta a.cta_button,
.hero-amplify-1 .transparent-dark-cta a {
    color: var(--color-primary-black);
    border: 0.125em solid var(--color-primary-black);
}

.hero-amplify-1 .transparent-dark-cta a.cta_button:hover,
.hero-amplify-1 .transparent-dark-cta a:hover {
    background-color: var(--color-primary-black) !important;
}

@media (max-width: 798px) {
    .shape-container-1 .shape-content.span12 {
        top: 5vh;
        height: 60px;
    }
    .shape-container-1 .cta-buttons {
        max-width: 50%;
        grid-gap: 1vh;
    }


    .shape-container-1 .shape:nth-child(1) {
        transform: translate(80vw, 68vh);
    }
    .shape-container-1 .shape:nth-child(2) {
        transform: translate(76vw, 74vh) rotate(169deg);
    }
    .shape-container-1 .shape:nth-child(3) {
        transform: translate(50vw, 79vh) rotate(-160deg);
    }
    .shape-container-1 .shape:nth-child(4) {
        transform: translate(-13vw, 81vh);
    }
    .shape-container-1 .shape:nth-child(5) {
        transform: translate(-100vw, 86vh);
    }
    .shape-container-1 .shape:nth-child(6) {
        transform: translate(-310vw, 104vh);
    }


    .shape-container-2 .shape:nth-child(3) {
        transform: translate(90vw, 2vh) rotate(34deg);
    }
    .shape-container-2 .shape:nth-child(4) {
        transform: translate(90vw, -4vh);
    }
    .shape-container-2 .shape:nth-child(5) {
        transform: translate(-310vw, 36vh);
    }
}



@media (min-width: 1440px) and (max-height: 800px) {
    .shape-container-2 .shape:nth-child(3) {
        transform: translate(90vw, -17vh) rotate(34deg);
    }
    .shape-container-2 .shape:nth-child(4) {
        transform: translate(90vw, -40vh);
    }
}