.reports-template-hero,
.reports-template-hero > *,
.reports-template-hero * {
    font-family: "Geist", sans-serif;
}

.reports-template-content > p {
    color: #262365!important;
}

.reports-template-content h1,
.reports-template-content h2,
.reports-template-content h3,
.reports-template-content h4,
.reports-template-content h5,
.reports-template-content h6 {
    font-family: 'Geist', sans-serif;
}

.reports-template-content,
.reports-template-content p {
    font-family: 'Avenir', sans-serif;
}

.reports-template-hero .hero-wrapper {
    padding: 100px 0 50px;
}

.reports-template-hero .hero {
    margin: 30px auto 50px;
}

.reports-template-hero .hero > .row {
    align-items: center;
}

.reports-template-hero .hero-title {
    margin: 0;

    color: #FFFFFF;
}

.reports-template-hero .hero-title,
.reports-template-hero .hero-text-content {
    max-width: 596px;
}

.reports-template-hero .hero-side-image {
    cursor: pointer;
    text-align: right;
}

.reports-template-hero .video-wrapper {
    position: fixed;
    width: 100%;
    background: #00000080;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: none;
}

.reports-template-hero .video-wrapper.active {
    display: flex;
    z-index: 9;
}

.reports-template-hero .video-embed-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.reports-template-hero .video-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    height: 0;
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

.reports-template-hero .video-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-relative-wrapper {
    width: 100%;
}

button.video-wrapper-button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
    padding: 20px 9px;
    border-radius: 200px;
    border: 1px solid #dfbbbf;
    background-color: #e2011a17;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    filter: drop-shadow(4px 4px 4px rgba(39, 35, 101, .38));
    position: absolute;
    z-index: 9;
    top: 60px;
    right: 60px;
}

button.video-wrapper-button span.line {
    width: 26px;
    height: 2px;
    display: flex;
    background: #fff;
}

button.video-wrapper-button span.line:first-child {
    transform: rotate(45deg) translate(0px, 1px);
}

button.video-wrapper-button span.line:last-child {
    transform: rotate(-45deg) translate(0px, -1px);
}

.reports-template-hero .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 75px;
}

.reports-template-hero .button-primary {
    padding: 16px 32px;
    display: inline-flex;
    gap: 20px;
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    max-width: 242px;
    width: 100%;
    border: 1px solid;
    box-shadow: 4px 4px 4px rgba(67, 45, 208, .17);

    background: #fff;
    color: #3C10A6;
    border-color: #fff;
}

.reports-template-hero .button-secondary {
    padding: 16px 32px;
    display: inline-flex;
    gap: 20px;
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    max-width: 242px;
    width: 100%;
    border: 1px solid;

    background: transparent;
    color: #fff;
    border-color: #fff;
}

.reports-template-hero .boxes {
    margin-top: 100px;
    align-items: stretch!important;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.reports-template-hero .boxes:active {
    cursor: grabbing;
}

.reports-template-hero .boxes::-webkit-scrollbar {
    display: none;
}

.reports-template-hero .boxes .col {
    max-width: 20%;
    flex: 20%;
    min-width: 259px;
    pointer-events: none;
}

.reports-template-hero .box-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid;
    border-radius: 10px;
    overflow: hidden;
    pointer-events: none;

    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
    background: rgb(26 0 128 / 90%);
    height: 100%;
}

.reports-template-hero .box-header {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-self: center;
    align-items: center;
    padding: 20px;
    width: 100%;
    pointer-events: none;
}

.reports-template-hero .box-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 12px 50px;
    width: 100%;
    min-height: 66px;
    height: 100%;
    pointer-events: none;

    background: rgb(255 255 255 / 6%);
}

.reports-template-hero .box-item .box-icon-text {
    font-size: 16px;
    font-weight: bold;
    margin-top: 4px;
    opacity: 0.6;
    pointer-events: none;
}

.reports-template-hero .box-item .box-info-text {
    font-size: 18px;
    line-height: 19px;
    font-weight: 500;
    pointer-events: none;
}

@media screen and (max-width: 992px) {
    .reports-template-hero .hero-side-image {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .reports-template-hero .hide-on-mobile {
        display: none!important;
    }

    .reports-template-hero .full-on-mobile {
        flex: 1!important;
        max-width: 100%!important;
    }

    .reports-template-hero .hero-text {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .reports-template-hero .hero-buttons {
        width: 100%;
        justify-content: center;
    }

}

@media screen and (max-width: 612px) {
    .reports-template-hero .hero-wrapper {
        padding: 30px 0 20px;
    }
    .reports-template-hero .hero {
        margin: 20px auto 20px;
    }
    .reports-template-hero .boxes {
        margin-top: 50px;
    }
    .reports-template-hero .hero-buttons {
        margin-top: 40px;
    }
}

/* Content styles */

.reports-template-content .column-blocks-v2 {
    overflow: unset;
}

.reports-template-content {
    padding: 40px 0;
}

.reports-template-content p {
    font-size: 18px;
    line-height: 26px;
    color: #262365;
}

.reports-template-content .container .container {
    padding: 0;
}

.reports-template-content .container .hero-v2 .container {
    padding: 0 30px;
}

.reports-template-content .hero-v2 {
    padding: 50px 0;
}

.reports-template-content .reports-content {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    width: 100%;
}

.reports-template-content .reports-left-sidebar,
.reports-template-content .reports-right-sidebar {
    flex: 20%;
    max-width: 20%;

    font-family: 'Geist', sans-serif;
}

.reports-template-content .reports-left-sidebar *,
.reports-template-content .reports-right-sidebar *{
    font-family: 'Geist', sans-serif;
}

.reports-template-content .reports-main-content {
    flex: 60%;
    max-width: 60%;
    padding: 0 40px;
}

.reports-template-content .hero-v2 .button-pill {
    padding: 10px 20px;
    border-width: 1px;
    font-size: 12px;
    line-height: 12px;
}

.reports-template-content blockquote {
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.reports-template-content blockquote p {
    line-height: normal;
}

.reports-template-content h1:not(section h1),
.reports-template-content h2:not(section h2),
.reports-template-content h3:not(section h3),
.reports-template-content h4:not(section h4),
.reports-template-content h5:not(section h5),
.reports-template-content h6:not(section h6) {
    color: #2A1C4A;
    line-height: normal;
    margin: 2rem 0;
}

.reports-template-content .column-blocks-v2 .block-wrapper .block-title,
.reports-template-content .column-blocks-v2 .block-wrapper .block-text {
    margin: 0;
}

.reports-template-content .column-blocks-v2 .block-wrapper.boxed .block-content-wrapper {
    padding: 20px;
}

.reports-template-content .column-blocks-v2 .block-wrapper .block-title {
    font-size: 18px;
}

.reports-template-content .column-blocks-v2 .block-wrapper .block-text {
    font-size: 14px;
    line-height: normal;
}

/* Side Bars */

.reports-toc,
.reports-features {
    background: #ffffff;
    border: 1px solid #fff;
    border-radius: 12px;
    position: relative;
    backdrop-filter: blur(33px);
    padding: 33px 36px;
}

.reports-toc:before,
.reports-features:before {
    content: "";
    background: #4CACF8;
    filter: blur(25px);
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 200px;
    opacity: 0.05;
    z-index: -1;
}

.reports-features:before {
    background: #3C10A6;
}

.reports-toc:after,
.reports-features:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #fff;
    border-radius: 12px;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.4));
    z-index: -1;
}

.reports-toc-title,
.reports-features-title {
    margin: 0 0 25px !important;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 12px;
    border-bottom: 1px solid #707070;
}

.reports-toc-list,
.reports-features-list {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.reports-toc-item,
.reports-feature-item {
    margin: 0;
}

.reports-toc-link,
.reports-feature-link,
.reports-feature-text {
    font-size: 16px;
    font-weight: 400;
    color: #2A1C4A;
}

.reports-toc-link:hover,
.reports-toc-link:focus,
.reports-toc-link:active,
.reports-toc-link.active,
.reports-feature-link:hover,
.reports-feature-link:focus,
.reports-feature-link:active,
.reports-feature-link.active {
    color: #7B3DE8;
}

.reports-right-sidebar--inner,
.reports-left-sidebar--inner {
    position: sticky;
    top: 140px;
}

.reports-right-sidebar--inner img,
.reports-left-sidebar--inner img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 992px) {

    .reports-template-content .reports-left-sidebar,
    .reports-template-content .reports-right-sidebar {
        display: none!important;
    }

    .reports-template-content .reports-main-content {
        flex: 100%;
        max-width: 100%;
        padding: 0 0px;
    }
}


