
.heroRow {
    height: 89vh;
    position: relative;
    width:100%;
}


.heroVideoBackground {
    width: 100%;
    height: 100%;
}

.heroVideoBackground video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heroText {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 76%;
    transform: translate(-50%,-50%);
    height: auto;
}

.heroVideoBackground::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.51);
    z-index: 0;
}

.heroText p {
    font-family: 'Inter';
    font-weight: 600;
    font-style: italic;
    color: white;
    font-size: 1.9em;
    width: 35%;
    padding-left: 10%;
}

.heroMarqueeText>h2 {
    font-family: 'PlayFair Display';
    color: white;
    margin: unset;
    font-size: 8em;
    font-weight: 600;
}

.heroMarqueeTextContent1, .heroMarqueeTextContent2 {
    position: absolute;
}

.heroText p strong {
    color: #3cbeb1;
    font-weight: 600;
}

.secondRow {
    border-top: 13px solid #3cbeb1;
    height: 89vh;
    position: relative;
}



.secondRowBackgroundImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    object-position: bottom right;
}

.secondRowBackgroundImage {
    position: absolute;
    top: -5%;
    left: 100%;
    width: 60%;
    height: 105%;
    transform: translateX(-100%);
}

.secondRowGradient {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(
  to bottom,
  rgba(255, 255, 255, 0) 0%,
  rgba(205, 205, 205, 0.26) 28%,
  rgba(131, 131, 131, 0.65) 75%,
  rgba(102, 102, 102, 0.8) 100%
);
    pointer-events: none;
}

.secondRowText {
    position: absolute;
    left: 15%;
    top: 6%;
    width: 45%;
    height: auto;
}

.secondRowText h2 {
    color: #3cbeb1;
    font-family: 'PlayFair Display';
    font-size: 3em;
    font-weight: 900;
    margin-top: 12px;
    margin-bottom: 70px;
}

.secondRowText a {
    font-family: 'Inter';
    font-weight: 600;
    color: white;
    background-color: #3cbeb1;
    font-size: 1.1em;
    padding: 11px 27px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: unset;
}

.secondRowSVG {
    position: relative;
}

.secondRowOffsetSVG {
    transform: translateX(-6vw);
}

.secondRowOffsetSVG {
    transform: translateX(-6vw);
    padding-bottom: 20px;
}

.secondRowSVG svg {
    width: 100%;
    height: 100px;
    object-fit: contain;
}


.secondRowOffsetSVG svg {
    height: 100px;
    width: auto;
}

.secondRowQuote p {
    font-family: 'PlayFair Display';
    font-size: 2.1em;
    font-weight: 600;
    color: white;
}

.secondRowQuote {
    position: absolute;
    top: 97%;
    left: 15%;
    transform: translateY(-100%);
}


.thirdRow {
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.thirdRowBorder {
    width: 100%;
    height: 100%;
}



.thirdRowBorder {
    width: 100%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-top: 9px solid #3cbeb1;
    border-bottom: 9px solid #3cbeb1;
    pointer-events: none;
}

.thirdRowLeft {
    width: 80%;
}

.thirdRowRight {
    width: 20%;
}

.thirdRowRight svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.thirdRowNumberBlurbs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}