.display-block {
    display: block;
}

.contact-sales-card {
    max-width: 175px;
    padding: 12px;
    background-color: #FFF;
    border-radius: 6px;
    position: sticky;
    top: 85px;
}

.contact-sales-card p {
    margin: 0;
}

.cs-card-image {
    margin-bottom: 12px;
}

.contact-sales-card p.grey-text {
    margin-bottom: 12px;
}

a.cs-card-icon-link {
    margin: 3px;
}

.contact-sales-card-module {
    height: 100%;
}

.frm_primary_label {
    color: #8C8C8F;
    background-color: #fff;
    padding: 0 6px;
    position: absolute;
    left: 18px;
    top: -8px;
}

@media screen and (max-width: 1024px) {
    .contact-sales-card {
        display: flex;
        width: 100%;
        max-width: none;
        gap: 12px;
        align-items: center;
    }

    .cs-card-image {
        margin-bottom: 0;
    }
}

.video-loop-cover .fl-module {
    height: 100%;
}

.wv-video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wv-video-background {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 1;
}

.wv-video-overlay {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  padding: 2rem;
}

.wv-video-overlay .video-row-container {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.wv-video-overlay .play-btn {
    margin: 0 12px 0 0;
    width: 48px;
    height: 48px;
}

.wv-video-overlay .play-btn a {
    background-color: #3F3BD1;
}

.wv-video-overlay span.play-triangle {
    border-left: 10px solid #fff;
}

.purple-dot-li li::marker {
    color: #3F3BD1;
}

ul.purple-dot-li li {
    padding: 6px;
}

.v2d .step-description {
    font-weight: 300;
}

.v2d .step-title {
    font-family: 'Outfit', sans-serif;
}

.v2d .home-video-bg {
    background: url(/wp-content/uploads/home-video-bg-copy.webp) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 34vw;
    margin-bottom: -200px;
    padding-top: 20px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.v2d .wide-video-bg {
    background: url(/wp-content/uploads/process-verdeco.webp) no-repeat center center;
    background-size: cover;
    width: 100vw;
    height: 44vw;
    padding-top: 20px;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.category {
    font-family: 'Outfit';
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.purple-5-text {
    color: var(--Verdeco-Verdeco-Purple-verdeco-purple-5, #625ED9);
}

.purple-6-text {
    color: var(--Verdeco-Verdeco-Purple-verdeco-purple-6, #3F3BD1);
}

.purple-8-text {
    color: var(--Verdeco-rPET-Purple-rpet-purple-8, #6F6F7F);
}

.dark-text {
    color: #21213A;
}

.centered {
    display: block;
    margin: auto;
    text-align: center;
}

.margin-bottom-24 {
    margin-bottom: 24px;
}

.purple-11-text {
    color: #3C3C52;
}

.margin-bottom-12 {
    margin-bottom: 12px;
}

ul.purple-square-bullets li::marker {
    content: '';
    opacity: 0;
}

ul.purple-square-bullets li {
    position: relative;
    padding: 0;
}
ul.purple-square-bullets li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #3F3BD1;
    position: absolute;
    left: -18px;
    top: 10px;
}

.border-left {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.disclaimer {
    font-family: 'Outfit';
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}

.card-tab-heading {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    height: 100%;
}

.ct-divider {
    width: 1px;
    height: 100%;
    background-color: #ffffff40;
}

.card-tab-heading {
    border-bottom: solid 1px #ffffff40;
}

.card-tab-heading img,
.card-tab-heading p {
    padding: 24px 0 12px;
}

.card-tab-img-desc {
    position: absolute;
    bottom: 24px;
    left: 24px;
}

ul.steps-list {
    padding-left: 0;
}

ul.steps-list li {
    border-bottom: solid 1px #DEDEE1;
    padding: 48px 0;
}

ul.steps-list {
    list-style: none;
}

ul.steps-list li {
    border-bottom: solid 1px #DEDEE1;
    padding: 48px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;

    & > img {
        object-fit: contain;
        object-position: center top;
        max-width: 50px;
        max-height: 60px;

        @media (max-width: 767px) {
            max-width: 35px;
            max-height: 40px;
        }
    }
}

ul.steps-list p {
    margin: 0;
}

ul.steps-list p.category {
    margin: 0;
    display: block;
    width: 40px;
}

.step-description {
    width: calc(100% - 150px) !important;

    @media (max-width: 767px) {
        & {
            width: calc(100% - 125px) !important;
        }
    }
}

.step-description h3 {
    margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
    .sticky-top {
        position: sticky;
        top: 49vh;
    }
}

.sales-contact-card {
    display: flex;
    align-items: center;
    padding: 12px;
    gap: 12px;
    border-radius: 6px;
    background: rgba(2, 4, 23, 0.30);
    backdrop-filter: blur(20px);
}

.scc-img {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    width: 88px;
}

.scc-img img {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.sales-contact-card-info h4 {
    margin-bottom: 0px;
}

.sales-contact-card-info p {
    margin-bottom: 6px;
}

.sales-contact-card-info a {
    margin-right: 10px;
}

.space-between .fl-col-content {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.see-more-img {
    position: relative;
    overflow: hidden;
}
.see-more-img .fl-module-photo {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important;

    @media (max-width: 1024px) {
        & {
            bottom: -1px;
        }
    }

    @media (max-width: 767px) {
        & {
            transform: none !important;
            left: 30px !important;
            right: 30px !important;
        }
    }
}

ul.steps-list li.bordertop {
    border-bottom: none;
    border-top: solid 1px #DEDEE1;
}

ul.steps-list.two-column {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 24px;

    @media screen and (max-width: 768px) {
        & {
            gap: 50px;
        }
    }
}

ul.steps-list.two-column li {
    width: calc(50% - 12px);
    padding: 24px 0 0 0;

    @media screen and (max-width: 768px) {
        & {
            width: 100%
        }
    }

    @media screen and (max-width: 500px) {
        & {
            display: flex;
            flex-direction: column;
        }
    }
}

@media screen and (max-width: 768px) {
    .step-description {
        width: 100%;
    }
}
