.custom-html--sitecore {
    /*Global*/
    /*Marquee*/
    /*Section 1*/
    /*Section 2*/
    /*Section-3*/
    /*CTA*/
    /*div#accordion2, div#accordion3, div#accordion4, div#accordion5 {
      margin-top: -6em;
  }*/
    /*Author*/
    /*Footer*/
    /*Mobile*/
  }
  .custom-html--sitecore .light {
    font-family: "Graphik Light", "Arial", Sans-Serif !important;
  }
  .custom-html--sitecore .purple {
    color: #BC01FF;
  }
  .custom-html--sitecore .marquee-details {
    position: absolute;
    top: 27%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
    -ms-transform: translate(-50%, -50%) scale(0.1);
    transform: translate(-50%, -50%) scale(0.1);
    width: 70vw;
    z-index: 9;
    text-align: center;
    opacity: 0.1;
    transition: opacity 0.7s ease-out, transform 1s ease-out;
  }
  .custom-html--sitecore .marquee-details.isactive {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  .custom-html--sitecore .marquee-details h1 {
    font-family: "Graphik Bold", "Arial", Sans-Serif;
    font-size: 5em;
    color: #fff;
    text-shadow: 0px 1px 1px #111;
  }
  .custom-html--sitecore .marquee-details h2 {
    font-family: "Graphik Light", "Arial", Sans-Serif;
    font-size: 2em;
    color: #fff;
    font-weight: normal;
    text-shadow: 0px 1px 1px #111;
  }
  .custom-html--sitecore .semi-large {
    font-size: 1.2em !important;
    font-weight: bold;
    padding: 2em 0;
    font-family: "Graphik semibold", "Arial", Sans-Serif !important;
  }
  @media (max-width: 768px) {
    .custom-html--sitecore .marquee-details h1 {
      font-size: 3em;
    }
    .custom-html--sitecore .marquee-details h2 {
      font-size: 1.5em;
    }
  }
  .custom-html--sitecore .box {
    border: 1px solid #BC01FF;
    padding: 2em;
    width: 70%;
    margin-bottom: 3em;
  }
  .custom-html--sitecore .box p.large-text.light.purple {
    margin-bottom: 0;
  }
  .custom-html--sitecore .section-1-a p.large-text.light {
    font-family: "Graphik Light", "Arial", sans-serif !important;
    font-weight: bold;
  }
  .custom-html--sitecore .section-container-1 .small-text.light {
    margin-bottom: 0;
    font-size: 1.2em;
  }
  .custom-html--sitecore h2.overview-header {
    font-size: 6.88rem;
    text-align: center;
  }
  .custom-html--sitecore h3.overview-intro {
    font-size: 3rem;
  }
  .custom-html--sitecore .section-container-1 h3.overview-intro {
    margin-bottom: 2em !important;
  }
  .custom-html--sitecore p.large-text {
    font-size: 2.4rem;
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    line-height: 1.5;
  }
  .custom-html--sitecore p.light.purple {
    line-height: 1.3;
  }
  .custom-html--sitecore .section-container-1 .small-text.light {
    margin-bottom: 0;
  }
  .custom-html--sitecore .section-container-1 .chart-holder {
    margin-top: 3em;
  }
  .custom-html--sitecore .chart-text {
    transform: translateY(50%);
    top: -50%;
    position: absolute;
  }
  .custom-html--sitecore .chart-holder {
    position: relative;
    height: 18em;
  }
  .custom-html--sitecore #block-section-3 .section-container.section-container-marquee {
    width: 100%;
    overflow: hidden;
    height: 122vh;
    position: relative;
  }
  .custom-html--sitecore #block-section-3 .section-container.section-container-marquee img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    object-fit: cover;
    display: inline-block;
    vertical-align: baseline;
  }
  .custom-html--sitecore .col-1 {
    padding-right: 3em;
  }
  .custom-html--sitecore .col-2 {
    padding-left: 3em;
  }
  .custom-html--sitecore .number-label {
    font-size: 2rem !important;
    line-height: 1.3;
    color: #716D70;
  }
  .custom-html--sitecore .purple-number-holder {
    padding-left: 5em;
  }
  .custom-html--sitecore .col-1 p.light,
  .custom-html--sitecore .col-2 p.light {
    font-size: 2rem !important;
    line-height: 1.3;
    color: #716D70;
  }
  .custom-html--sitecore p.large-number.purple {
    font-size: 11.2rem;
    line-height: 1;
    margin-bottom: 0.1em;
    margin-top: 0.5em;
    font-family: "Graphik Light", "Arial", Sans-Serif;
  }
  .custom-html--sitecore .gray-bg {
    background-color: #F2F2F2;
  }
  .custom-html--sitecore .video-player-module {
    padding: 5em 0;
  }
  .custom-html--sitecore .section-container-2c {
    padding-top: 3em;
  }
  .custom-html--sitecore .stairs1 {
    margin-top: 5em;
  }
  .custom-html--sitecore .stairs1 img,
  .custom-html--sitecore .stairs2 img {
    width: 100%;
    height: auto;
  }
  .custom-html--sitecore .stairs1 img:hover,
  .custom-html--sitecore .stairs2 img:hover {
    cursor: pointer;
  }
  .custom-html--sitecore .s-col-1,
  .custom-html--sitecore .s-col-2,
  .custom-html--sitecore .s-col-3,
  .custom-html--sitecore .s2-col-1,
  .custom-html--sitecore .s2-col-2 {
    height: 250px;
    overflow: hidden;
  }
  .custom-html--sitecore .s-col-1:hover,
  .custom-html--sitecore .s-col-2:hover,
  .custom-html--sitecore .s-col-3:hover,
  .custom-html--sitecore .s2-col-1:hover,
  .custom-html--sitecore .s2-col-2:hover {
    cursor: pointer;
  }
  .custom-html--sitecore .s-col-2 {
    margin-top: 2em;
  }
  .custom-html--sitecore .s-col-3 {
    margin-top: 4em;
  }
  .custom-html--sitecore .s2-col-2 {
    margin-top: 2em;
  }
  .custom-html--sitecore .submarquee-details {
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
    -ms-transform: translate(-50%, -50%) scale(0.1);
    transform: translate(-50%, -50%) scale(0.1);
    width: max-content;
    z-index: 9;
    text-align: center;
    opacity: 1;
    transition: opacity 0.7s ease-out, transform 1s ease-out;
  }
  .custom-html--sitecore .submarquee-details h2 {
    font-size: 40em;
  }
  .custom-html--sitecore p.submarquee {
    font-size: 21em;
    color: #BC01FF;
  }
  .custom-html--sitecore #accordion .panel {
    box-shadow: none;
    /* color: white !important; */
  }
  .custom-html--sitecore #accordion .panel-default {
    border-color: white;
    border: none;
    padding: 0.5em 0;
  }
  .custom-html--sitecore .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
  }
  .custom-html--sitecore #accordion .panel .panel-heading {
    background-color: #fff;
    position: relative;
    display: inline-block;
  }
  .custom-html--sitecore #accordion .panel-default > .panel-heading {
    border-color: black !important;
  }
  .custom-html--sitecore .panel-group .panel-heading {
    border-bottom: 0;
  }
  .custom-html--sitecore .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.2rem;
    color: inherit;
  }
  .custom-html--sitecore .card-titles {
    position: absolute;
    top: 50%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
    -ms-transform: translate(-50%, -50%) scale(0.1);
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 9;
    /* text-align: center; */
    opacity: 1;
    transition: opacity 0.7s ease-out, transform 1s ease-out;
  }
  .custom-html--sitecore .card-titles .cta-more {
    display: inline-block;
  }
  .custom-html--sitecore .card-titles .cta-more {
    position: relative;
    width: auto;
    bottom: 0%;
    right: 0%;
    z-index: 10;
    opacity: 1;
    color: #004DFF;
    padding: 10px;
    cursor: pointer;
  }
  .custom-html--sitecore .card-titles .cta-more .cta-more-box {
    position: absolute;
    border-radius: 50px;
    left: 0;
    top: 2px;
    width: 36px;
    height: 36px;
    border: 1px solid #FFF;
  }
  .custom-html--sitecore .card-titles .cta-more .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 8px;
  }
  .custom-html--sitecore .card-titles .cta-more .img-arrow-right {
    animation: movedown 2s infinite;
  }
  .custom-html--sitecore .card-titles .cta-more .img-arrow-right {
    width: 28px;
    position: absolute;
  }
  .custom-html--sitecore .card-titles .cta-more-label {
    font-family: "Graphik Regular", "Arial", Sans-Serif;
    font-weight: normal;
    color: #FFF;
  }
  .custom-html--sitecore .card-titles .cta-more-label {
    margin-left: 70px;
  }
  .custom-html--sitecore p.card-title {
    color: white;
    font-size: 1.5em;
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    line-height: 1.3;
  }
  .custom-html--sitecore #accordion .cta-more {
    display: inline-block;
  }
  .custom-html--sitecore #accordion .cta-more {
    position: relative;
    width: auto;
    bottom: 0%;
    right: 0%;
    z-index: 10;
    opacity: 1;
    color: #004DFF;
    padding: 10px;
    cursor: pointer;
  }
  .custom-html--sitecore #accordion .cta-more .cta-more-box {
    position: absolute;
    border-radius: 50px;
    left: 0;
    top: 11px;
    width: 36px;
    height: 36px;
    border: 1px solid #004DFF;
  }
  .custom-html--sitecore #accordion .cta-more .cta-more-arrow,
  .custom-html--sitecore .section-1-c .cta-more .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 8px;
  }
  .custom-html--sitecore #accordion .cta-more .img-arrow-right {
    animation: movedown 2s infinite;
  }
  .custom-html--sitecore #accordion .cta-more .img-arrow-right {
    width: 28px;
    position: absolute;
  }
  .custom-html--sitecore .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
  }
  .custom-html--sitecore #accordion .cta-more-label {
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    font-weight: normal;
  }
  .custom-html--sitecore #accordion .cta-more-label {
    margin-left: 90px;
  }
  .custom-html--sitecore #accordion .panel .panel-heading .panel-title.collapsed .acc.fas {
    transform: rotate(0deg);
  }
  .custom-html--sitecore #accordion .panel .panel-heading .panel-title .acc.fas {
    transform: rotate(-180deg);
    transition: transform 0.5s ease;
  }
  .custom-html--sitecore i.acc.fas.fa-caret-down {
    position: relative;
    top: 0.1em;
    right: 0;
    font-size: 3.2rem;
    color: #004DFF;
  }
  .custom-html--sitecore #accordion .panel .panel-heading .panel-title .acc.fas {
    transform: rotate(-180deg);
    transition: transform 0.5s ease;
  }
  .custom-html--sitecore i.acc.fas.fa-caret-down {
    position: relative;
    top: 0.1em;
    right: 0;
    font-size: 3.2rem;
    color: #004DFF;
  }
  .custom-html--sitecore #accordion .panel-body {
    padding: 15px 0;
  }
  .custom-html--sitecore p.light.panel-sub {
    font-size: 1.3em;
    color: black;
  }
  .custom-html--sitecore img.sub-img {
    width: 100%;
  }
  .custom-html--sitecore hr.purple-dash {
    border-bottom: 0.4em solid #BC01FF;
    width: 100px;
    margin: 3em 0;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .custom-html--sitecore hr.purple-dash.last {
    padding-top: 4.9em;
  }
  .custom-html--sitecore .number-content {
    margin-top: 4em;
    margin-left: 5%;
  }
  .custom-html--sitecore .number-content .large-number {
    margin-top: 0 !important;
  }
  .custom-html--sitecore p.small.duration-time {
    display: inline-block;
  }
  .custom-html--sitecore .submarquee-container.submarquee-container-10 {
    height: 100vh;
    /* min-height: 300px; */
    position: relative;
    overflow: hidden;
  }
  .custom-html--sitecore img.submarquee {
    width: 100%;
    min-height: 100%;
    position: absolute;
    transition: all 1s ease-out;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    object-fit: cover;
    display: inline-block;
    vertical-align: baseline;
  }
  .custom-html--sitecore li.light span {
    font-weight: bold;
  }
  .custom-html--sitecore .parallel-holder {
    display: flex;
    align-items: center;
  }
  .custom-html--sitecore .parallel {
    display: flex;
    /* justify-content: space-around; */
    /* align-content: center; */
    align-items: center;
    /* flex: 20%; */
    margin-left: 4em;
  }
  .custom-html--sitecore .parallel p.large-number {
    flex: 100%;
    margin-top: 0;
  }
  .custom-html--sitecore .parallel p.light {
    flex: 120%;
    margin-bottom: 0 !important;
  }
  .custom-html--sitecore .circle-author {
    width: 50%;
  }
  .custom-html--sitecore .h3-authors {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    font-size: 16px;
  }
  .custom-html--sitecore .side-authors-section.col-sm-2 {
    /* padding-left: 5%; */
    left: 5%;
  }
  @media (min-width: 1000px) {
    .custom-html--sitecore .author-title,
    .custom-html--sitecore .resource-title {
      font-family: "Graphik Light", "Arial Black", Sans-Serif !important;
      font-size: 12px;
      line-height: 1.5;
      font-weight: normal;
    }
    .custom-html--sitecore label {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 5px;
      font-weight: bold;
    }
  }
  .custom-html--sitecore .author-social a.ion-social-linkedin,
  .custom-html--sitecore .author-social a.ion-social-twitter {
    transition: ease 0.8s;
  }
  .custom-html--sitecore .author-social .ion-social-twitter,
  .custom-html--sitecore .author-social .ion-social-linkedin {
    float: left;
    font-size: 1.81rem !important;
    border: 0.12em solid #004dff;
    width: 1.9em;
    height: 1.85em;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 0.2em;
    margin-right: 0.8rem;
  }
  .custom-html--sitecore .section-container-9c .light strong {
    font-size: 1.2em;
  }
  .custom-html--sitecore .section-container-9a h3 {
    margin-bottom: 0 !important;
  }
  .custom-html--sitecore .section-container-9a h2 {
    font-size: 6.4rem;
  }
  .custom-html--sitecore .italic {
    font-style: italic;
  }
  .custom-html--sitecore .section-container-10 .submarquee-details {
    position: absolute;
    top: 57%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
    -ms-transform: translate(-50%, -50%) scale(0.1);
    transform: translate(-50%, -50%) scale(0.1);
    width: max-content;
    z-index: 9;
    text-align: center;
    opacity: 1;
    transition: opacity 0.7s ease-out, transform 1s ease-out;
    text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.36);
  }
  .custom-html--sitecore .section-container-10 .submarquee-details h2 {
    font-size: 40em;
    color: white;
    margin-bottom: 1em;
  }
  .custom-html--sitecore .section-container-10 p.submarquee {
    font-size: 21em;
    color: white;
  }
  .custom-html--sitecore .cta-more.footer {
    color: #004DFF;
    position: relative;
    width: auto;
    bottom: 0%;
    right: 0%;
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    padding: 10px;
    display: inline-block;
  }
  .custom-html--sitecore .cta-more.footer .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .custom-html--sitecore .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 4px;
  }
  .custom-html--sitecore .section-container-3 .cta-more.isactive .cta-more-box {
    top: 3px;
  }
  .custom-html--sitecore .cta-more.footer.isactive .cta-more-box {
    left: 0;
    top: 6px;
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 50px;
  }
  .custom-html--sitecore .cta-more.footer.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 12px;
  }
  .custom-html--sitecore .cta-more.footer .img-arrow-right {
    width: 38px;
    position: absolute;
  }
  .custom-html--sitecore .cta-more.footer.isactive .cta-more-label {
    margin-left: 65px;
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    font-size: 32px !important;
    line-height: 1.25;
    color: #fff;
  }
  .custom-html--sitecore .cta-more.footer.isactive:hover .cta-more-box {
    cursor: pointer;
    border-radius: 25px 25px 25px 25px;
  }
  .custom-html--sitecore #block-header #header-topnav .primary-nav .nav-content .nav-submenu {
    height: auto;
  }
  @media only screen and (min-width: 1000px) {
    .custom-html--sitecore .cta-more.footer.isactive:hover .cta-more-box {
      width: 103%;
    }
  }
  .custom-html--sitecore .Subscribe-Eyebrow p {
    font-size: 22px;
    color: white;
  }
  .custom-html--sitecore #block-new-footer {
    background-color: black;
  }
  .custom-html--sitecore #footer-block .row:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0.06em solid #ccc;
    /* border-width: 0.1rem; */
    border-top: 0;
    margin: 0 0.9375em;
  }
  .custom-html--sitecore .row.footer-links-container:before {
    border: none !important;
  }
  @media screen and (min-width: 768px) {
    .custom-html--sitecore #block-new-footer .content-module {
      padding-left: 0;
    }
    .custom-html--sitecore #block-new-footer .row {
      padding: 0;
      max-width: 120rem;
      margin: 0 auto;
      padding-left: 1.07em;
    }
    .custom-html--sitecore #block-new-footer .row .block-content {
      padding: 3.01rem 0 0 !important;
    }
  }
  .custom-html--sitecore #block-section-10 .content-module {
    margin-bottom: 0;
  }
  .custom-html--sitecore .section-container-10c {
    padding-bottom: 2em;
  }
  .custom-html--sitecore .i-report {
    padding-left: 2em;
  }
  .custom-html--sitecore .f-report {
    padding-right: 2em;
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore .row.row-new {
      padding: 0 5%;
    }
    .custom-html--sitecore .section-container.section-container-marquee {
      height: 80vh;
    }
    .custom-html--sitecore .box {
      width: 100%;
    }
    .custom-html--sitecore .scrollmagic-pin-spacer {
      padding: 0 !important;
      min-height: auto  !important;
    }
    .custom-html--sitecore #block-section-3 .section-container.section-container-marquee {
      height: auto;
    }
    .custom-html--sitecore #block-section-3 .section-container.section-container-marquee img {
      position: relative;
    }
    .custom-html--sitecore svg.img-1 {
      width: 100% !important;
    }
    .custom-html--sitecore h3.overview-intro {
      font-size: 2.4rem;
    }
    .custom-html--sitecore p.large-number.purple {
      font-size: 6.4rem;
    }
    .custom-html--sitecore .col-2 {
      padding-left: 0;
      padding-right: 3em;
    }
    .custom-html--sitecore .section-container-2c {
      padding-top: 0em;
    }
    .custom-html--sitecore #block-section-3 .section-container.section-container-marquee img {
      width: 175% !important;
    }
    .custom-html--sitecore .submarquee-details h2 {
      font-size: 15em;
      margin-bottom: 0.3em;
    }
    .custom-html--sitecore p.submarquee {
      font-size: 11em;
    }
    .custom-html--sitecore .submarquee-details {
      -webkit-transform: translate(-54%, -50%) scale(0.1);
      -ms-transform: translate(-50%, -54%) scale(0.1);
      transform: translate(-50%, -54%) scale(0.1);
    }
    .custom-html--sitecore .panel-title {
      font-size: 2.4rem;
      margin-bottom: 1em;
    }
    .custom-html--sitecore #accordion .cta-more-label {
      margin-left: 60px;
    }
    .custom-html--sitecore #accordion .cta-more .cta-more-box {
      top: 4px;
    }
    .custom-html--sitecore .purple-number-holder {
      padding-left: 0;
    }
    .custom-html--sitecore .purple-dash {
      margin-top: 0 !important;
    }
    .custom-html--sitecore p.light.panel-sub {
      font-size: 1.1em;
    }
    .custom-html--sitecore i.acc.fas.fa-caret-down {
      font-size: 2.08rem;
    }
    .custom-html--sitecore #accordion .cta-more .img-arrow-right {
      width: 25px;
    }
    .custom-html--sitecore #accordion .cta-more .cta-more-arrow,
    .custom-html--sitecore .section-1-c .cta-more .cta-more-arrow {
      left: 10px;
      top: 3px;
    }
    .custom-html--sitecore #accordion .cta-more .cta-more-box {
      left: 0;
      top: 7px;
      width: 26px;
      height: 26px;
    }
    .custom-html--sitecore .panel-title {
      margin-top: 0;
      margin-bottom: 1em;
      font-size: 1.92rem;
    }
    .custom-html--sitecore .parallel {
      margin-top: 2em;
      margin-left: 0;
    }
    .custom-html--sitecore .img-container-chart-2 img.chart-1 {
      position: relative;
      width: 100%;
    }
    .custom-html--sitecore .img-container-chart-2 img.chart-2 {
      width: 100%;
    }
    .custom-html--sitecore .section-container-9m h2 {
      font-size: 2.4rem !important;
    }
    .custom-html--sitecore .parallel-holder {
      display: block;
    }
    .custom-html--sitecore .parallel {
      display: block;
    }
    .custom-html--sitecore .number-content {
      margin-top: 2em;
    }
    .custom-html--sitecore .section-container-9a h2 {
      font-size: 4.8rem;
    }
    .custom-html--sitecore .section-container-9a .large-text.light {
      line-height: 1.2 !important;
      font-size: 1.3em;
    }
    .custom-html--sitecore .section-container-9a span.large-text.light {
      font-size: 1em;
    }
    .custom-html--sitecore .section-container.section-container-10 {
      height: auto !important;
    }
    .custom-html--sitecore .submarquee-container.submarquee-container-10 {
      /* height: 100vh; */
      /* min-height: 300px; */
      position: relative;
      /* overflow: hidden; */
      height: auto;
    }
    .custom-html--sitecore img.submarquee {
      position: relative;
    }
    .custom-html--sitecore .section-container-10 .submarquee-details h2 {
      font-size: 15em;
      color: white;
      margin-bottom: 1em;
    }
    .custom-html--sitecore p.large-text {
      line-height: 1.2;
    }
    .custom-html--sitecore .i-report {
      padding-left: 0;
    }
    .custom-html--sitecore .f-report {
      padding-right: 0;
    }
  }
  @media screen and (max-width: 1024px) {
    .custom-html--sitecore .nav-bar-menu-0 svg {
      top: 7px;
      -webkit-transform-origin: 50% 35%;
      -ms-transform-origin: 50% 35%;
      transform-origin: 50% 35%;
    }
    .custom-html--sitecore .nav-bar-menu strong {
      font-family: "Graphik Regular", "Arial", Sans-Serif;
      font-size: 1.6rem;
    }
    .custom-html--sitecore .section-container-2a .panel.panel-1,
    .custom-html--sitecore .section-container-9a .panel.panel-1 {
      display: none;
    }
    .custom-html--sitecore .mobile-subhead h2 {
      text-align: center;
      margin-bottom: 1em;
    }
    .custom-html--sitecore .section-container-2a .panel-2 .vid-1,
    .custom-html--sitecore .section-container-9a .panel-2 .vid-1 {
      height: auto;
      width: 100% !important;
    }
    .custom-html--sitecore .scrollmagic-pin-spacer {
      padding: 0 !important;
      min-height: auto !important;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .custom-html--sitecore .side-authors-section.col-sm-2 {
      /* padding-left: 5%; */
      left: 8%;
    }
    .custom-html--sitecore .h3-authors {
      margin-bottom: 0.8em !important;
    }
    .custom-html--sitecore label.author-title {
      font-size: 0.8em;
      line-height: 1;
      width: 90%;
    }
    .custom-html--sitecore .mobile-subhead h2 {
      font-size: 4rem;
    }
    .custom-html--sitecore .section-container-10 .submarquee-details h2 {
      font-size: 15em;
      margin-bottom: 0.3em;
    }
    .custom-html--sitecore #block-section-3 .section-container.section-container-marquee {
      height: auto;
    }
    .custom-html--sitecore #block-section-3 .section-container.section-container-marquee img {
      width: 175% !important;
    }
    .custom-html--sitecore p.submarquee {
      font-size: 16em;
    }
    .custom-html--sitecore .parallel {
      margin-left: 0;
      padding-left: 2em;
      display: block;
    }
    .custom-html--sitecore #accordion4 .col-2,
    .custom-html--sitecore #accordion5 .col-2 {
      padding-left: 7em;
    }
    .custom-html--sitecore #accordion .cta-more-label {
      margin-left: 50px;
    }
    .custom-html--sitecore .section-container.section-container-10 {
      height: auto !important;
    }
    .custom-html--sitecore .submarquee-container.submarquee-container-10 {
      /* height: 100vh; */
      /* min-height: 300px; */
      position: relative;
      /* overflow: hidden; */
      height: auto;
    }
    .custom-html--sitecore img.submarquee {
      position: relative;
    }
    .custom-html--sitecore .section-container-10 .submarquee-details h2 {
      font-size: 25em;
    }
    .custom-html--sitecore #block-section-3 .section-container.section-container-marquee img {
      position: relative;
    }
    .custom-html--sitecore .submarquee-details h2 {
      font-size: 27em;
      margin-bottom: 0.3em;
    }
  }
  .custom-html--sitecore .ipad-marq img {
    height: 100vh;
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    object-fit: cover;
    top: 50%;
  }
  @media screen and (min-width: 768px) {
    .custom-html--sitecore .section-container-10c h3 {
      font-size: 1.8em;
    }
  }
  .custom-html--sitecore .scroll-down.isactive {
    opacity: 1;
  }
  .custom-html--sitecore .scroll-down {
    position: absolute;
    bottom: 33%;
    left: 50%;
    color: #fff;
    text-align: center;
    width: 90px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    padding: 15px 10px;
    opacity: 0;
    transform: translateX(-50%);
    box-shadow: 0 0 0 0 #ffffff;
    animation: pulseScroll 2s infinite;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .custom-html--sitecore .scroll-down span {
    color: #004DFF;
    font-family: "Graphik Light", "Arial", Sans-Serif;
    display: block;
  }
  .custom-html--sitecore svg.scroll-svg {
    height: 20px;
    position: relative;
    animation: movedown2 2s infinite;
  }
  @keyframes pulseScroll {
    0% {
      transform: translateX(-50%) scale(1.05);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    }
    70% {
      transform: translateX(-50%) scale(1.1);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
      transform: translateX(-50%) scale(1.05);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  @keyframes movedown2 {
    0% {
      top: 0px;
    }
    100% {
      top: 10px;
    }
  }
  