.custom-html--sitecore .tv21-desc {
  text-shadow: 0 0 8px #00000054;
  text-transform: uppercase;
  line-height: 0.88;
}
@media (max-width: 767px) {
  .custom-html--sitecore .tv21-h2 {
    font-size: 2.08rem !important;
  }
  .custom-html--sitecore .marquee_description .tv21-desc {
    font-size: 3.44rem !important;
    font-family: graphik bold !important;
  }
}
@media (min-width: 768px) {
  .custom-html--sitecore .tv21-h2 {
    font-size: 30px !important;
  }
  .custom-html--sitecore .marquee_description .tv21-desc {
    font-size: 80px !important;
    font-family: graphik bold !important;
  }
}
.custom-html--sitecore .join-ribbon.block-ribbon {
  display: none !important;
}
.custom-html--sitecore section#redesign-main {
  margin-top: 0px;
}
.custom-html--sitecore #block-header #header-topnav {
  box-shadow: 0 4px 12px -6px #c4c4c4;
}
.custom-html--sitecore .content-module {
  margin-bottom: 0rem;
}
.custom-html--sitecore .section-container {
  width: 100%;
  position: relative;
}
.custom-html--sitecore .marquee-header {
  color: #fff;
  width: 80%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom-html--sitecore #block-section-marquee {
  height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  background: #e5e5e5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.custom-html--sitecore .item .marquee-header h2 {
  color: #fff;
  font-size: 8.3rem;
  font-family: "Graphik Black", "Arial", Sans-Serif;
  position: relative;
  top: 40px;
  opacity: 0;
  transition: top 0.4s ease, opacity 0.7s ease;
}
.custom-html--sitecore .item .marquee_description {
  position: relative;
  top: 40px;
  opacity: 0;
  transition: top 0.4s ease, opacity 0.7s ease;
}
.custom-html--sitecore .item.active .marquee-header h2 {
  top: 0px;
  opacity: 1;
}
.custom-html--sitecore .item.active .marquee_description {
  top: 0px;
  opacity: 1;
}
.custom-html--sitecore .item .marquee-vid {
  width: 105%;
  min-height: 105%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.custom-html--sitecore .item.active .marquee-vid {
  width: 100%;
  min-height: 100%;
  transition: width 3s ease, min-height 3s ease, opacity 0.3s ease;
}
.custom-html--sitecore #block-section-marquee .row {
  max-width: unset;
}
.custom-html--sitecore #block-section-marquee .row .block-content {
  padding: 0;
}
.custom-html--sitecore .section-container-marquee {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
}
.custom-html--sitecore .section-container-marquee .marquee-vid {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  min-height: 103vh;
  min-width: 100vw;
}
.custom-html--sitecore .marquee_description {
  font-family: "Graphik Light", "Arial Black", Sans-Serif !important;
  text-shadow: 0 0 8px #00000054;
  line-height: 0.88;
  font-size: 32px !important;
  font-weight: normal !important;
  line-height: 1;
  text-shadow: 1px 1px 3px #4a4a4a;
  margin-top: 13%;
  max-width: 900px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .custom-html--sitecore .marquee_description {
    margin-top: 25%;
  }
}
.custom-html--sitecore .scroll-arrow-wrapper {
  position: relative;
  width: 100%;
  height: 100px;
}
.custom-html--sitecore .icon-bar-marquee {
  position: fixed;
  top: 50%;
  left: 1%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee.isActive {
  z-index: 3;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon {
  padding-bottom: 10px;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon
  .social-icon-trigger {
  display: block;
  text-align: center;
  padding: 10px;
  color: #c3c3c3;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  font-size: 20px;
  height: 42px;
  width: 42px;
  position: relative;
  opacity: 0;
  cursor: pointer;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon
  .social-icon-trigger.twitter {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 2500px;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon
  .social-icon-trigger.linkedin {
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  top: 2500px;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon
  .social-icon-trigger.facebook {
  -webkit-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  top: 2500px;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon
  .social-icon-trigger.mail {
  -webkit-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
  top: 2500px;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon.isActive
  .social-icon-trigger {
  top: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon
  .social-icon-trigger
  svg {
  height: 100%;
  width: 100%;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon
  .social-icon-trigger
  svg
  path {
  fill: #c3c3c3;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon:hover
  .social-icon-trigger:hover {
  background-color: #c3c3c3;
  color: #fff;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon:hover
  .social-icon-trigger:hover
  svg
  path {
  fill: #fff;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section {
  position: fixed;
  top: 50%;
  left: 1%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
.custom-html--sitecore
  .share-icons-container-section
  .icon-bar-section.isActive {
  z-index: 3;
}
.custom-html--sitecore
  .share-icons-container-section
  .icon-bar-section
  .social-icon {
  padding-bottom: 10px;
}
.custom-html--sitecore
  .share-icons-container-section
  .icon-bar-section
  .social-icon
  .social-icon-trigger {
  display: block;
  text-align: center;
  padding: 10px;
  color: #c3c3c3;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  font-size: 20px;
  height: 42px;
  width: 42px;
  position: relative;
  opacity: 0;
  cursor: pointer;
}
.custom-html--sitecore
  .share-icons-container-section
  .icon-bar-section
  .social-icon
  .social-icon-trigger.twitter {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 2500px;
}
.custom-html--sitecore
  .share-icons-container-section
  .icon-bar-section
  .social-icon
  .social-icon-trigger.linkedin {
  -webkit-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  top: 2500px;
}
.custom-html--sitecore
  .share-icons-container-section
  .icon-bar-section
  .social-icon
  .social-icon-trigger.facebook {
  -webkit-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  top: 2500px;
}
.custom-html--sitecore
  .share-icons-container-section
  .icon-bar-section
  .social-icon
  .social-icon-trigger.mail {
  -webkit-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
  top: 2500px;
}
.custom-html--sitecore
  .share-icons-container-section
  .icon-bar-section
  .social-icon.isActive
  .social-icon-trigger {
  top: 0;
  opacity: 1;
}
.custom-html--sitecore
  .share-icons-container-section
  .icon-bar-section
  .social-icon:hover
  .social-icon-trigger:hover {
  background-color: #c3c3c3;
  color: #fff;
}
.custom-html--sitecore .scroll-down.arrow-center {
  padding-top: 10px;
  height: 60px;
  width: 60px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4%;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-html--sitecore .scroll-down {
  position: absolute;
  text-align: center;
}
.custom-html--sitecore .scroll-down.arrow-center svg {
  height: 25px;
  position: relative;
  margin-top: -5px;
}
@media screen and (max-width: 1290px) {
  .custom-html--sitecore .item .marquee-vid,
  .custom-html--sitecore .item.active .marquee-vid {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .custom-html--sitecore .item .marquee-vid {
    width: auto;
    height: 100%;
  }
  .custom-html--sitecore .item.active .marquee-vid {
    width: auto;
    height: 100%;
  }
}
.custom-html--sitecore .zoom.disable {
  display: none;
}
.custom-html--sitecore .carousel.slide {
  width: 600px;
  position: relative;
  left: 18%;
}
.custom-html--sitecore .carousel.slide .carousel-inner .item {
  height: 600px;
}
.custom-html--sitecore .carousel.slide .carousel-inner .item .cta-btn {
  display: none;
}
.custom-html--sitecore .carousel.slide .carousel-inner .item img {
  height: 100%;
  width: auto;
}
.custom-html--sitecore .right.carousel-control,
.custom-html--sitecore .left.carousel-control {
  opacity: 0;
}
.custom-html--sitecore #marqueeCarousel.carousel {
  width: 100vw;
  height: 100vh;
  position: relative;
  left: 0%;
  top: 50px;
}
.custom-html--sitecore #marqueeCarousel.carousel .carousel-inner {
  overflow: inherit;
  height: 100%;
}
.custom-html--sitecore #marqueeCarousel.carousel .carousel-inner .item {
  height: 100%;
  /* position: relative; */
  overflow: hidden;
  transition: transform 0s ease-in-out;
}
.custom-html--sitecore #marqueeCarousel .carousel-indicators {
  bottom: 80px;
}
.custom-html--sitecore #marqueeCarousel .carousel-indicators.isHide {
  visibility: hidden;
}
.custom-html--sitecore #marqueeCarousel .carousel-indicators li {
  padding-left: 0.96rem;
  margin: 6px 20px;
}
.custom-html--sitecore #marqueeCarousel .carousel-indicators .active {
  margin: 6px 20px;
}
.custom-html--sitecore .animate_title {
  opacity: 0;
  position: absolute;
  text-align: center;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 3.84rem;
  line-height: 4rem;
}
.custom-html--sitecore .animate_title span:nth-child(1) {
  position: relative;
  top: 15px;
  opacity: 0;
  /*transition: opacity 0.6s ease-in, top 0.4s ease;*/
}
.custom-html--sitecore .animate_title span:nth-child(2) {
  position: relative;
  top: 15px;
  opacity: 0;
  /*transition: opacity 0.6s ease-in 0.2s, top 0.4s ease 0.2s;*/
}
.custom-html--sitecore .animate_title span:nth-child(3) {
  position: relative;
  top: 15px;
  opacity: 0;
  /*transition: opacity 0.6s ease-in 0.4s, top 0.4s ease 0.4s;*/
}
.custom-html--sitecore .animate_title span:nth-child(4) {
  position: relative;
  top: 15px;
  opacity: 0;
  /*transition: opacity 0.6s ease-in 0.6s, top 0.4s ease 0.6s;*/
}
.custom-html--sitecore .animate_title span:nth-child(5) {
  position: relative;
  top: 15px;
  opacity: 0;
  /*transition: opacity 0.6s ease-in 0.6s, top 0.4s ease 0.6s;*/
}
.custom-html--sitecore .animate_title.isactive span:nth-child(1),
.custom-html--sitecore .animate_title.isactive span:nth-child(2),
.custom-html--sitecore .animate_title.isactive span:nth-child(3),
.custom-html--sitecore .animate_title.isactive span:nth-child(4),
.custom-html--sitecore .animate_title.isactive span:nth-child(5) {
  opacity: 1;
}
.custom-html--sitecore .animate_title.isactive {
  opacity: 1;
}
.custom-html--sitecore .animate_title.isactive span {
  top: 0px;
}
@media screen and (max-width: 820px) {
  .custom-html--sitecore .animate_title {
    font-size: 2.4rem !important;
    line-height: 2.4rem;
  }
}
.custom-html--sitecore .IE .section-container-2,
.custom-html--sitecore .IE .section-container-4b,
.custom-html--sitecore .IE .section-container-4,
.custom-html--sitecore .IE .section-container-5,
.custom-html--sitecore .IE .section-container-6,
.custom-html--sitecore .IE .section-container-3-julie {
  height: auto !important;
}
.custom-html--sitecore .IE .section-container-2 .panel,
.custom-html--sitecore .IE .section-container-4b .panel,
.custom-html--sitecore .IE .section-container-4 .panel,
.custom-html--sitecore .IE .section-container-3-julie .panel {
  position: relative !important;
}
.custom-html--sitecore .section-container-1 {
  height: 100vh;
  background: #fff;
  overflow: hidden;
}
.custom-html--sitecore .panel {
  margin: 0px;
  padding: 0px;
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  background: transparent;
  border: none !important;
  box-shadow: none !important;
}
.custom-html--sitecore .section-container-1 .panel {
  transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
  transition: transform 0.2s ease;
  opacity: 0;
}
.custom-html--sitecore .section-container-1 .panel.isactive {
  opacity: 1;
}
.custom-html--sitecore .section-container-1 .panel.slide-up {
  transform: translate(0%, -100%) matrix(1, 0, 0, 1, 0, 0);
}
.custom-html--sitecore .panel-1 {
  z-index: 4;
}
.custom-html--sitecore .panel-2 {
  z-index: 3;
}
.custom-html--sitecore .panel-3 {
  z-index: 2;
}
.custom-html--sitecore .panel-4 {
  z-index: 1;
}
.custom-html--sitecore .panel-5 {
  z-index: 0;
}
.custom-html--sitecore .panel-1.isactive {
  z-index: 5;
}
.custom-html--sitecore .panel-2.isactive {
  z-index: 5;
}
.custom-html--sitecore .panel-3.isactive {
  z-index: 5;
}
.custom-html--sitecore .panel-4.isactive {
  z-index: 5;
}
.custom-html--sitecore .panel-5.isactive {
  z-index: 5;
}
.custom-html--sitecore .arrow-down {
  position: absolute;
  text-align: center;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom-html--sitecore img.img-arrow-down {
  height: 25px;
  width: auto;
}
.custom-html--sitecore .cta-scroll {
  color: #ffffff;
  position: absolute;
  cursor: pointer;
  width: auto;
  padding: 10px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.custom-html--sitecore .cta-scroll.position-1 {
  bottom: 37%;
  right: 50%;
}
.custom-html--sitecore .cta-scroll.position-2 {
  bottom: 10%;
  right: 10%;
}
.custom-html--sitecore #marqueeCarousel .cta-scroll.position-1 {
  bottom: -5em;
  display: inline-block;
  position: relative;
  right: 0;
}
.custom-html--sitecore .cta-scroll.isactive,
.custom-html--sitecore .item.active .cta-scroll {
  opacity: 1 !important;
}
.custom-html--sitecore .cta-scroll .cta-scroll-box {
  position: absolute;
  transform: translateX(-50%);
  top: 7px;
  left: 50%;
  top: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.custom-html--sitecore .cta-scroll.isactive .cta-scroll-box,
.custom-html--sitecore .item.active .cta-scroll .cta-scroll-box {
  left: 50%;
  transform: translateX(-50%);
  top: 7px;
  width: 36px;
  height: 36px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition-delay: 0.2s;
}
.custom-html--sitecore .cta-scroll .cta-scroll-arrow {
  position: absolute;
  transform: rotate(90deg);
  left: 1px;
  top: -10px;
  opacity: 0;
  transition: all 0.4s ease;
}
.custom-html--sitecore .cta-scroll.isactive .cta-scroll-arrow,
.custom-html--sitecore .item.active .cta-scroll .cta-scroll-arrow {
  position: absolute;
  transform: rotate(90deg);
  left: 1px;
  top: 5px;
  opacity: 1;
  transition-delay: 0.6s;
}
.custom-html--sitecore
  .cta-scroll.isactive
  .cta-scroll:hover
  .cta-scroll-arrow {
  left: 10px;
}
.custom-html--sitecore .cta-scroll .img-arrow-right {
  width: 23px;
}
.custom-html--sitecore .cta-scroll .cta-scroll-label {
  width: max-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -100%;
  opacity: 0;
  transition: opacity 0.7s ease 0.8s;
}
.custom-html--sitecore .cta-scroll.isactive .cta-scroll-label,
.custom-html--sitecore .item.active .cta-scroll .cta-scroll-label {
  opacity: 1;
}
.custom-html--sitecore .cta-scroll .cta-scroll-arrow.goDown {
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: goDown;
  animation-name: goDown;
}
@-webkit-keyframes goDown {
  0%,
  100% {
    -webkit-top: 16px;
  }
  25% {
    -webkit-top: 27px;
  }
  50% {
    -webkit-top: 16px;
  }
  75% {
    -webkit-top: 27px;
  }
}
@keyframes goDown {
  0%,
  100% {
    top: 16px;
  }
  25% {
    top: 30px;
  }
  50% {
    top: 16px;
  }
  75% {
    top: 30px;
  }
}
@media screen and (max-width: 820px) {
  .custom-html--sitecore .section-container-1 img.img-1,
  .custom-html--sitecore .section-container-1 img.img-2,
  .custom-html--sitecore .section-container-1 img.img-2,
  .custom-html--sitecore .section-container-1 img.img-4,
  .custom-html--sitecore .section-container-1 img.img-5,
  .custom-html--sitecore .section-container-1 img.img-6 {
    width: auto;
    max-width: unset !important;
  }
  .custom-html--sitecore .arrow-down {
    bottom: 2%;
  }
  .custom-html--sitecore .read-it-container {
    display: none;
  }
  .custom-html--sitecore .cta-scroll.position-2 {
    right: 50%;
    transform: translateY(50%);
  }
  .custom-html--sitecore .marquee-vid.vid-4 {
    left: 0%;
  }
}
.custom-html--sitecore #block-section-1-sustainability {
  min-height: 75vh;
  display: flex;
  align-items: center;
}
.custom-html--sitecore #block-section-1-sustainability .row .block-content,
.custom-html--sitecore #block-section-1-sustainability .content-module {
  padding: 0;
}
.custom-html--sitecore .section-container-1a p.sectionDescription {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
}
.custom-html--sitecore .section-container-1a {
  overflow: hidden;
}
.custom-html--sitecore .section-container-1a .panel {
  height: auto;
  box-shadow: none !important;
}
.custom-html--sitecore .section-container-1a .panel-1 .cta-more {
  color: #004dff;
  position: relative;
  width: auto;
  padding: 10px;
  margin-bottom: 10px;
  bottom: 0%;
  right: 0%;
  transform: translateY(50%);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.6s ease;
  float: right;
}
.custom-html--sitecore .section-container-1b .cta-more.isactive {
  opacity: 1;
}
.custom-html--sitecore .section-container-1b .cta-more .cta-more-box {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.custom-html--sitecore .section-container-1b .cta-more.isactive .cta-more-box {
  left: 0;
  top: 7px;
  width: 36px;
  height: 36px;
  border: 1px solid #004dff;
  border-radius: 50px;
  transition-delay: 0.2s;
}
.custom-html--sitecore
  .section-container-1b
  .cta-more.isactive:hover
  .cta-more-box {
  /*   width: 116px; */
  height: 36px;
  border-radius: 25px 25px 25px 25px;
}
.custom-html--sitecore .section-container-1b .cta-more .cta-more-arrow {
  position: absolute;
  left: 0px;
  top: 8px;
  opacity: 0;
  transition: all 0.4s ease;
}
.custom-html--sitecore
  .section-container-1b
  .cta-more.isactive
  .cta-more-arrow {
  position: absolute;
  left: 20px;
  top: 8px;
  opacity: 1;
  transition-delay: 0.6s;
}
.custom-html--sitecore
  .section-container-1b
  .cta-more.isactive
  .cta-more:hover
  .cta-more-arrow {
  left: 10px;
}
.custom-html--sitecore .section-container-1b .cta-more .img-arrow-right {
  width: 24px;
}
.custom-html--sitecore .section-container-1b .cta-more .cta-more-label {
  margin-left: 45px;
  opacity: 0;
  transition: opacity 0.7s ease 0.8s;
}
.custom-html--sitecore
  .section-container-1b
  .cta-more.isactive
  .cta-more-label {
  opacity: 1;
}
.custom-html--sitecore .section-container-1b {
  margin-top: 0em;
  text-align: center;
}
.custom-html--sitecore .section-container-1b .cta-more {
  color: #004dff;
  position: relative;
  width: auto;
  padding: 10px;
  bottom: 10%;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.6s ease;
  display: inline-block;
}
.custom-html--sitecore .section-container-1b .cta-more.isactive {
  opacity: 1;
  bottom: 25%;
}
.custom-html--sitecore .section-container-1b .cta-more .cta-more-box {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.custom-html--sitecore .section-container-1b .cta-more.isactive .cta-more-box {
  left: 0;
  top: 3px;
  width: 36px;
  height: 36px;
  border: 1px solid #004dff;
  border-radius: 50px;
  transition-delay: 0.2s;
}
.custom-html--sitecore
  .section-container-1b
  .cta-more.isactive:hover
  .cta-more-box {
  height: 36px;
  border-radius: 25px 25px 25px 25px;
}
@media only screen and (min-width: 1025px) {
  .custom-html--sitecore
    .section-container-1b
    .cta-more.isactive:hover
    .cta-more-box {
    width: 103%;
  }
}
.custom-html--sitecore .section-container-1b .cta-more .cta-more-arrow {
  position: absolute;
  left: 0px;
  top: 8px;
  height: 15px;
  opacity: 0;
  transition: all 0.4s ease;
}
.custom-html--sitecore
  .section-container-1b
  .cta-more.isactive
  .cta-more-arrow {
  position: absolute;
  left: 20px;
  height: 15px;
  top: 8px;
  opacity: 1 !important;
  transition-delay: 0.6s;
}
.custom-html--sitecore .section-container-1b .cta-more .img-arrow-right {
  width: 24px;
  position: absolute;
}
.custom-html--sitecore .section-container-1b .cta-more .cta-more-label {
  margin-left: 45px;
  opacity: 0;
  transition: opacity 0.7s ease 0.8s;
  text-align: left;
}
.custom-html--sitecore
  .section-container-1b
  .cta-more.isactive
  .cta-more-label {
  opacity: 1 !important;
}
.custom-html--sitecore #block-section-2-promises .row .block-content {
  padding: 0;
}
.custom-html--sitecore .section-container-2a,
.custom-html--sitecore .section-container-4a {
  height: 20vh;
  background: #fff;
  overflow: hidden;
}
.custom-html--sitecore .section-container-4a .text-center p:nth-child(3),
.custom-html--sitecore .section-container-2a .text-center p:nth-child(3) {
  padding-top: 5px;
  opacity: 0;
  transition: all 0.6s ease-out 0.4s;
}
.custom-html--sitecore .section-container-4a .text-center p:nth-child(4),
.custom-html--sitecore .section-container-2a .text-center p:nth-child(4) {
  padding-top: 5px;
  opacity: 0;
  transition: all 0.6s ease-out 0.5s;
}
.custom-html--sitecore
  .section-container-4a
  .text-center.isactive
  h3.sectionTitle,
.custom-html--sitecore
  .section-container-2a
  .text-center.isactive
  h3.sectionTitle {
  padding-top: 0px;
  opacity: 1;
}
.custom-html--sitecore .inner-img-circle {
  width: 100%;
  height: 100%;
  background-image: url("/content/dam/accenture/final/a-com-migration/custom/_acnmedia/accenture/next-gen-8/sustainable-value-promise/Gradient-Border.png");
  background-position: center;
  background-size: 145%;
  background-repeat: no-repeat;
  z-index: 2;
  position: absolute;
}
.custom-html--sitecore .section-container-promises-2b {
  height: auto;
  max-height: 830px;
  overflow: hidden;
}
.custom-html--sitecore .section-container-promises-2b .panel {
  height: auto;
  box-shadow: none !important;
  position: relative;
}
.custom-html--sitecore .section-container-promises-2b .panel-1 .cta-more {
  color: #004dff;
  position: relative;
  width: auto;
  padding: 10px;
  margin-bottom: 10px;
  bottom: 0%;
  right: 0%;
  transform: translateY(50%);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.6s ease;
  float: right;
}
.custom-html--sitecore .section-container-promises-2b .cta-more.isactive {
  opacity: 1;
}
.custom-html--sitecore .section-container-promises-2b .cta-more .cta-more-box {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.custom-html--sitecore
  .section-container-promises-2b
  .cta-more.isactive
  .cta-more-box {
  left: 0;
  top: 7px;
  width: 36px;
  height: 36px;
  border: 1px solid #004dff;
  border-radius: 50px;
  transition-delay: 0.2s;
}
.custom-html--sitecore .cta-more.isactive:hover .cta-more-box {
  /*   width: 116px; */
  height: 36px;
  border-radius: 25px 25px 25px 25px;
}
.custom-html--sitecore
  .section-container-promises-2b
  .cta-more
  .cta-more-arrow {
  position: absolute;
  left: 0px;
  top: 8px;
  opacity: 0;
  transition: all 0.4s ease;
}
.custom-html--sitecore
  .section-container-promises-2b
  .cta-more.isactive
  .cta-more-arrow {
  position: absolute;
  left: 20px;
  top: 8px;
  opacity: 1;
  transition-delay: 0.6s;
}
.custom-html--sitecore
  .section-container-promises-2b
  .cta-more.isactive
  .cta-more:hover
  .cta-more-arrow {
  left: 10px;
}
.custom-html--sitecore
  .section-container-promises-2b
  .cta-more
  .img-arrow-right {
  width: 24px;
}
.custom-html--sitecore
  .section-container-promises-2b
  .cta-more
  .cta-more-label {
  margin-left: 45px;
  opacity: 0;
  transition: opacity 0.7s ease 0.8s;
}
.custom-html--sitecore
  .section-container-promises-2b
  .cta-more.isactive
  .cta-more-label {
  opacity: 1;
}
.custom-html--sitecore .section-container-promises-2b .img-container {
  width: 100%;
  padding-top: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: opacity 0.7s ease;
  border-radius: 500px;
  height: 245px;
}
.custom-html--sitecore .section-container-promises-2b .img-container,
.custom-html--sitecore .section-container-promises-2b .img-container a {
  cursor: none !important;
}
.custom-html--sitecore .section-container-promises-2b .img-container.trigger {
  padding-top: 0px;
  height: 245px;
  opacity: 1;
}
.custom-html--sitecore .section-container-promises-2b .img-container img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: transform 0.6s ease;
  -webkit-transition: none;
  opacity: 1;
  /* opacity: 0.8; */
  /* filter: brightness(50%); */
}
.custom-html--sitecore
  .section-container-promises-2b
  .img-container.imgc-1.trigger {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.custom-html--sitecore
  .section-container-promises-2b
  .img-container.imgc-2.trigger {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.custom-html--sitecore
  .section-container-promises-2b
  .img-container.imgc-3.trigger {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.custom-html--sitecore
  .section-container-promises-2b
  .img-container.imgc-4.trigger {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.custom-html--sitecore .section-container-promises-2b .img-container:hover img {
  transform: scale(1.2) translateY(-50%);
  -webkit-transform: scale(1) translateY(-50%);
  opacity: 1;
  /* filter: brightness(100%); */
}
.custom-html--sitecore .section-container-promises-2b .img-container.imgc-2 {
  margin-top: 70px;
}
.custom-html--sitecore .section-container-promises-2b .img-container.imgc-3 {
  margin-top: 140px;
}
.custom-html--sitecore .section-container-promises-2b .img-container.imgc-4 {
  margin-top: 210px;
}
.custom-html--sitecore .section-container-promises-2b .img-container .cta-btn {
  position: relative;
  /* width: 100%; */
  /* height: 100%; */
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  border-radius: 10%;
  background: #5200ff;
  transform: translate(-50%, -50%);
  color: white;
  border-radius: 50%;
  opacity: 0;
  line-height: 1.6rem;
}
.custom-html--sitecore
  .section-container-promises-2b
  .img-container.isactive
  .cta-btn {
  transform: translate(-50%, -50%);
  top: 50% !important;
  left: 50% !important;
  width: 200% !important;
  height: 200% !important;
  opacity: 0.9;
  border-radius: 50% !important;
  transition: width 0.4s ease, height 0.4s ease, opacity 0.3s ease;
}
.custom-html--sitecore .section-container-promises-2b .img-container .cta-btn {
  opacity: 0;
}
.custom-html--sitecore
  .section-container-promises-2b
  .img-container:hover
  .cta-btn {
  /* top: 70%; */
  /* left: 70%; */
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.custom-html--sitecore
  .section-container-promises-2b
  .img-container
  .cta-btn
  span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1 !important;
  font-size: 16px !important;
  font-family: Graphik semibold;
}
.custom-html--sitecore .section-container-promises-2b .follow-cta-btn {
  width: 80px;
  height: 80px;
  opacity: 0;
  border-radius: 50%;
  background: #5200ff;
  position: absolute;
  padding: 5px;
  z-index: 10;
  line-height: 1.6rem;
}
.custom-html--sitecore .section-container-promises-2b .follow-cta-btn.isactive {
  opacity: 0.9;
}
.custom-html--sitecore .section-container-case-studies-4b .text-content {
  padding-right: 17%;
}
.custom-html--sitecore .section-container-promises-2b .text-content {
  padding-right: 17%;
}
@media screen and (max-width: 1000px) {
  .custom-html--sitecore .section-container-promises-2b .img-container.imgc-2,
  .custom-html--sitecore .section-container-promises-2b .img-container.imgc-3,
  .custom-html--sitecore .section-container-promises-2b .img-container.imgc-4 {
    margin-top: 0;
  }
  .custom-html--sitecore .section-container-promises-2b .img-container.trigger {
    width: 245px;
  }
  .custom-html--sitecore #block-section-2-promises .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .custom-html--sitecore .section-container-promises-2b .panel {
    width: 100%;
  }
  .custom-html--sitecore .section-container-promises-2b .text-content {
    padding-right: 2%;
  }
  .custom-html--sitecore .follow-cta-btn-mobile {
    bottom: -20px;
    width: 80px;
    height: 80px;
    opacity: 1;
    border-radius: 50%;
    background: #5200ff;
    position: absolute;
    padding: 5px;
    z-index: 10;
    line-height: 1.6rem;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .custom-html--sitecore .section-container-promises-2b {
    height: unset;
    min-height: 100vh;
    max-height: unset;
    max-width: 700px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .custom-html--sitecore
    .section-container-promises-2b
    .follow-cta-btn.isactive {
    opacity: 1;
  }
  .custom-html--sitecore #block-section-2-promises .row {
    justify-content: start;
  }
  .custom-html--sitecore .section-container-promises-2b .text-content {
    padding-right: 0;
    text-align: center;
  }
  .custom-html--sitecore .section-container-promises-2b .img-container.trigger {
    margin: auto;
  }
}
.custom-html--sitecore .section-container-promises-2b .follow-cta-btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1 !important;
  font-size: 16px !important;
  font-family: Graphik semibold;
}
.custom-html--sitecore #block-section-4-case-studies .row .block-content {
  padding: 0;
}
.custom-html--sitecore .ssection-container-case-studies-4a {
  height: 20vh;
  background: #fff;
  overflow: hidden;
}
.custom-html--sitecore
  .section-container-case-studies-4a
  .text-center
  p:nth-child(3) {
  padding-top: 5px;
  opacity: 0;
  transition: all 0.6s ease-out 0.4s;
}
.custom-html--sitecore
  .section-container-case-studies-4a
  .text-center
  p:nth-child(4) {
  padding-top: 5px;
  opacity: 0;
  transition: all 0.6s ease-out 0.5s;
}
.custom-html--sitecore
  .section-container-case-studies-4a
  .text-center.isactive
  h3.sectionTitle {
  padding-top: 0px;
  opacity: 1;
}
.custom-html--sitecore .section-container-case-studies-4b {
  height: 110vh;
  max-height: 750px;
  overflow: hidden;
}
.custom-html--sitecore .section-container-case-studies-4b .panel {
  height: auto;
  box-shadow: none !important;
  position: relative;
}
.custom-html--sitecore .section-container-case-studies-4b .panel-1 .cta-more {
  color: #004dff;
  position: relative;
  width: auto;
  padding: 10px;
  margin-bottom: 10px;
  bottom: 0%;
  right: 0%;
  transform: translateY(50%);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.6s ease;
  float: left;
}
.custom-html--sitecore .section-container-case-studies-4b .img-container {
  width: 100%;
  padding-top: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.7s ease, opacity 0.7s ease;
  border-radius: 0;
  height: 0;
}
.custom-html--sitecore
  .section-container-case-studies-4b
  .img-container
  .inner-img-circle {
  display: none;
}
.custom-html--sitecore .section-container-case-studies-4b .img-container,
.custom-html--sitecore .section-container-case-studies-4b .img-container a {
  cursor: none !important;
}
.custom-html--sitecore
  .section-container-case-studies-4b
  .img-container.trigger {
  padding-top: 0px;
  height: 245px;
  opacity: 1;
}
.custom-html--sitecore .section-container-case-studies-4b .img-container img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.6s ease;
  -webkit-transition: none;
  opacity: 1;
  /* opacity: 0.8; */
  /* filter: brightness(50%); */
}
.custom-html--sitecore
  .section-container-case-studies-4b
  .img-container.imgc-1.trigger {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.custom-html--sitecore
  .section-container-case-studies-4b
  .img-container.imgc-2.trigger {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.custom-html--sitecore
  .section-container-case-studies-4b
  .img-container.imgc-3.trigger {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.custom-html--sitecore
  .section-container-case-studies-4b
  .img-container.imgc-4.trigger {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.custom-html--sitecore
  .section-container-case-studies-4b
  .img-container:hover
  img {
  transform: scale(1.2) translateY(-50%);
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
  /* filter: brightness(100%); */
}
.custom-html--sitecore
  .section-container-case-studies-4b
  .img-container.imgc-2 {
  margin-top: 70px;
}
.custom-html--sitecore
  .section-container-case-studies-4b
  .img-container.imgc-3 {
  margin-top: 140px;
}
.custom-html--sitecore
  .section-container-case-studies-4b
  .img-container.imgc-4 {
  margin-top: 210px;
}
.custom-html--sitecore
  .section-container-case-studies-4b
  .img-container
  .cta-btn {
  position: relative;
  /* width: 100%; */
  /* height: 100%; */
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  border-radius: 10%;
  background: #5200ff;
  transform: translate(-50%, -50%);
  color: white;
  border-radius: 50%;
  opacity: 0;
  line-height: 1.6rem;
}
.custom-html--sitecore
  .section-container-case-studies-4b
  .img-container.isactive
  .cta-btn {
  transform: translate(-50%, -50%);
  top: 50% !important;
  left: 50% !important;
  width: 200% !important;
  height: 200% !important;
  opacity: 0.9;
  border-radius: 50% !important;
  transition: width 0.4s ease, height 0.4s ease, opacity 0.3s ease;
}
.custom-html--sitecore
  .section-container-case-studies-4b
  .img-container
  .cta-btn {
  opacity: 0;
}
.custom-html--sitecore
  .section-container-case-studies-4b
  .img-container:hover
  .cta-btn {
  /* top: 70%; */
  /* left: 70%; */
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.custom-html--sitecore
  .section-container-case-studies-4b
  .img-container
  .cta-btn
  span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1 !important;
  font-size: 16px !important;
  font-family: Graphik semibold;
}
.custom-html--sitecore .section-container-case-studies-4b .follow-cta-btn {
  width: 80px;
  height: 80px;
  opacity: 0;
  border-radius: 50%;
  background: #5200ff;
  position: absolute;
  padding: 5px;
  z-index: 10;
  line-height: 1.6rem;
}
.custom-html--sitecore
  .section-container-case-studies-4b
  .follow-cta-btn.isactive {
  opacity: 0.9;
}
@media screen and (max-width: 999px) {
  .custom-html--sitecore
    .section-container-case-studies-4b
    .img-container.imgc-2,
  .custom-html--sitecore
    .section-container-case-studies-4b
    .img-container.imgc-3,
  .custom-html--sitecore
    .section-container-case-studies-4b
    .img-container.imgc-4 {
    margin-top: 0;
  }
  .custom-html--sitecore .section-container-case-studies-4b {
    min-height: 100vh;
    max-height: unset;
    height: auto;
    padding: 10px;
    max-width: 700px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .custom-html--sitecore
    .section-container-case-studies-4b
    .follow-cta-btn.isactive {
    opacity: 0;
  }
}
.custom-html--sitecore .section-container-case-studies-4b .follow-cta-btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1 !important;
  font-size: 16px !important;
  font-family: Graphik semibold;
}
.custom-html--sitecore .text-content small {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-weight: bold;
  font-size: 1.28rem;
}
.custom-html--sitecore .text-content Label {
  font-family: "Graphik Thin", "Arial Black", Sans-Serif;
  font-size: 4.8rem;
  line-height: 4.48rem;
}
.custom-html--sitecore .text-content span {
  font-family: "Graphik Thin", "Arial Black", Sans-Serif;
  font-size: 2.08rem;
}
.custom-html--sitecore .section-container-4b .text-content p:nth-child(1) {
  padding-top: 5px;
  opacity: 0;
  transition: all 0.6s ease-out 0.2s;
}
.custom-html--sitecore .section-container-4b .text-content p:nth-child(2) {
  padding-top: 5px;
  opacity: 0;
  transition: all 0.6s ease-out 0.3s;
}
.custom-html--sitecore .section-container-4b .text-content p:nth-child(3) {
  padding-top: 5px;
  opacity: 0;
  transition: all 0.6s ease-out 0.4s;
}
.custom-html--sitecore .section-container-4b .text-content p:nth-child(4) {
  padding-top: 5px;
  opacity: 0;
  transition: all 0.6s ease-out 0.5s;
}
.custom-html--sitecore .section-container-4b .text-content.isactive p {
  padding-top: 0px;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .custom-html--sitecore .section-container-4b {
    height: 110vh;
  }
}
@media screen and (max-width: 820px) {
  .custom-html--sitecore .section-container-4b {
    height: 280vh;
    max-height: 500vh;
  }
  .custom-html--sitecore .section-container-4b .img-container.imgc-2 {
    margin-top: 0px;
  }
  .custom-html--sitecore .section-container-4b .img-container.imgc-3 {
    margin-top: 0px;
  }
}
.custom-html--sitecore .section-container-case-studies-4a .cta-more {
  color: #004dff;
  position: relative;
  width: auto;
  padding: 10px;
  bottom: 10%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s ease;
  display: inline-block;
}
.custom-html--sitecore .section-container-case-studies-4a .cta-more.isactive,
.custom-html--sitecore
  .section-container-case-studies-4b
  .item.active
  .cta-more {
  opacity: 1;
  bottom: 25%;
}
.custom-html--sitecore
  .section-container-case-studies-4a
  .cta-more
  .cta-more-box {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.custom-html--sitecore
  .section-container-case-studies-4a
  .cta-more.isactive
  .cta-more-box,
.custom-html--sitecore
  .section-container-case-studies-4b
  .item.active
  .cta-more
  .cta-more-box {
  left: 0;
  top: 3px;
  width: 36px;
  height: 36px;
  border: 1px solid #004dff;
  border-radius: 50px;
  transition-delay: 0.2s;
}
.custom-html--sitecore
  .section-container-case-studies-4a
  .cta-more.isactive:hover
  .cta-more-box,
.custom-html--sitecore
  .section-container-case-studies-4b
  .item.active
  .cta-more:hover
  .cta-more-box {
  height: 36px;
  border-radius: 25px 25px 25px 25px;
}
@media only screen and (min-width: 1025px) {
  .custom-html--sitecore
    .section-container-case-studies-4a
    .cta-more.isactive:hover
    .cta-more-box,
  .custom-html--sitecore
    .section-container-case-studies-4b
    .item.active
    .cta-more:hover
    .cta-more-box {
    width: 103%;
  }
}
.custom-html--sitecore
  .section-container-case-studies-4a
  .cta-more
  .cta-more-arrow {
  position: absolute;
  left: 0px;
  top: 8px;
  height: 15px;
  opacity: 0;
  transition: all 0.4s ease;
}
.custom-html--sitecore
  .section-container-case-studies-4a
  .cta-more.isactive
  .cta-more-arrow,
.custom-html--sitecore
  .section-container-case-studies-4b
  .item.active
  .cta-more-arrow {
  position: absolute;
  left: 20px;
  height: 15px;
  top: 8px;
  opacity: 1 !important;
  transition-delay: 0.6s;
}
.custom-html--sitecore
  .section-container-case-studies-4a
  .cta-more
  .img-arrow-right {
  width: 24px;
  position: absolute;
}
.custom-html--sitecore
  .section-container-case-studies-4a
  .cta-more
  .cta-more-label {
  margin-left: 45px;
  opacity: 0;
  transition: opacity 0.7s ease 0.8s;
  text-align: left;
}
.custom-html--sitecore
  .section-container-case-studies-4a
  .cta-more.isactive
  .cta-more-label,
.custom-html--sitecore
  .section-container-case-studies-4b
  .item.active
  .cta-more
  .cta-more-label {
  opacity: 1 !important;
}
@media screen and (max-width: 1000px) {
  .custom-html--sitecore
    .section-container-case-studies-4b
    .img-container.imgc-2,
  .custom-html--sitecore
    .section-container-case-studies-4b
    .img-container.imgc-3,
  .custom-html--sitecore
    .section-container-case-studies-4b
    .img-container.imgc-4 {
    margin-top: 0;
  }
  .custom-html--sitecore
    .section-container-case-studies-4b
    .img-container.trigger {
    width: 245px;
  }
  .custom-html--sitecore #block-section-4-case-studies .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .custom-html--sitecore .section-container-case-studies-4b .panel {
    width: 100%;
  }
  .custom-html--sitecore .section-container-case-studies-4b .text-content {
    padding-right: 2%;
  }
  .custom-html--sitecore .section-container-case-studies-4b {
    height: unset;
    min-height: 100vh;
    max-height: unset;
  }
  .custom-html--sitecore .section-container-case-studies-4a .cta-more.isactive,
  .custom-html--sitecore
    .section-container-case-studies-4b
    .item.active
    .cta-more {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .custom-html--sitecore
    .section-container-case-studies-4b
    .follow-cta-btn.isactive {
    opacity: 1;
  }
  .custom-html--sitecore #block-section-4-promises .row {
    justify-content: start;
  }
  .custom-html--sitecore .section-container-case-studies-4b .text-content {
    padding-right: 0;
    text-align: center;
  }
  .custom-html--sitecore
    .section-container-case-studies-4b
    .img-container.trigger {
    margin: auto;
  }
  .custom-html--sitecore
    .section-container-case-studies-4b
    .mobile-placeholder
    .follow-cta-btn-mobile {
    opacity: 1;
    left: -150px;
    right: 0;
    margin: auto;
  }
  .custom-html--sitecore .section-container-case-studies-4a .cta-more.isactive,
  .custom-html--sitecore
    .section-container-case-studies-4b
    .item.active
    .cta-more {
    bottom: 0;
  }
}
.custom-html--sitecore .section-container-3-julie {
  height: 100vh;
  background: #fff;
  overflow: hidden;
}
.custom-html--sitecore .section-container-3-julie .panel-1 {
  z-index: 1;
}
.custom-html--sitecore .section-container-3-julie .panel-2 {
  z-index: 2;
}
.custom-html--sitecore .section-container-3-julie .panel-3 {
  z-index: 3;
}
.custom-html--sitecore .section-container-3-julie .panel.isactive {
  z-index: 4;
}
.custom-html--sitecore .section-container-3-julie .panel-1 .img-2 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
.custom-html--sitecore .section-container-3-julie .panel-2 .img-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
.custom-html--sitecore .section-container-3-julie .panel-1 .vid-1 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
}
.custom-html--sitecore .cta-progress-bar {
  color: #676767;
  width: 80%;
  position: relative;
  margin-top: 30px;
}
.custom-html--sitecore .progress-bar {
  background-color: #004dff;
}
.custom-html--sitecore .progress-bar-label {
  position: relative;
  right: 17%;
  top: -13px;
  font-size: 1.6rem;
  color: #4a4a4adb;
}
.custom-html--sitecore .section-container-3-julie .panel-1 .cta-more,
.custom-html--sitecore .section-container-3-julie .panel-3 .cta-more {
  color: #004dff;
  position: absolute;
  width: auto;
  bottom: -85%;
  /*left: 50%;*/
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
  padding: 10px;
}
.custom-html--sitecore
  .section-container-3-julie
  .panel-3
  .cta-more.isactive
  .cta-more-box {
  border: 1px solid #fff !important;
}
.custom-html--sitecore .section-container-3-julie .cta-more.isactive {
  opacity: 1;
}
.custom-html--sitecore .section-container-3-julie .cta-more .cta-more-box {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.custom-html--sitecore
  .section-container-3-julie
  .cta-more.isactive
  .cta-more-box {
  left: 0;
  top: 3px;
  width: 36px;
  height: 36px;
  border: 1px solid #004dff;
  border-radius: 50px;
  transition-delay: 0.2s;
}
.custom-html--sitecore .section-container-3-julie .cta-more .cta-more-arrow {
  position: absolute;
  left: 0px;
  top: 8px;
  opacity: 0;
  transition: all 0.4s ease;
}
.custom-html--sitecore
  .section-container-3-julie
  .cta-more.isactive
  .cta-more-arrow {
  position: absolute;
  left: 30px;
  top: 8px;
  opacity: 1;
  transition-delay: 0.6s;
}
.custom-html--sitecore
  .section-container-3-julie
  .cta-more.isactive
  .cta-more:hover
  .cta-more-arrow {
  left: 10px;
}
.custom-html--sitecore .section-container-3-julie .cta-more .img-arrow-right {
  width: 24px;
}
.custom-html--sitecore .section-container-3-julie .cta-more .cta-more-label {
  margin-left: 45px;
  opacity: 0;
  transition: opacity 0.7s ease 0.8s;
  color: white;
}
.custom-html--sitecore
  .section-container-3-julie
  .cta-more.isactive
  .cta-more-label {
  opacity: 1;
}
.custom-html--sitecore .IE .section-container-3-julie .panel-2 .img-1 {
  background-image: url("/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/mainpage/accenture-julie-bg.jpg");
  background-position: center center;
  background-size: 60%;
  background-repeat: no-repeat;
  position: relative;
}
.custom-html--sitecore .progress-nav-bar {
  position: fixed;
  left: 0;
  top: 70px;
  z-index: 10;
  width: 100%;
  height: 8px;
  background-color: #f2f2f2;
  transition: height 0.3s ease;
}
.custom-html--sitecore .progress-nav-bar-roller {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  height: 8px;
  width: 0%;
  transition: height 0.3s ease;
}
.custom-html--sitecore .progress-nav-bar.isactive {
  height: 5.7rem;
}
.custom-html--sitecore .progress-nav-bar.isactive .progress-nav-bar-roller {
  height: 5.7rem;
}
.custom-html--sitecore .progress-nav-bar:hover {
  height: 5.7rem;
}
.custom-html--sitecore .progress-nav-bar:hover .progress-nav-bar-roller {
  height: 5.7rem;
}
.custom-html--sitecore .progress-nav-bar-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.custom-html--sitecore .progress-nav-bar.isactive .nav-bar-menu,
.custom-html--sitecore .social-icon {
  outline: none !important;
}
.custom-html--sitecore .nav-bar-menu {
  width: auto;
  text-align: left;
  font-size: 1.28rem;
  float: left;
  opacity: 0;
  color: #fff;
  height: 5.7rem;
  transition: all 0.3s ease;
  color: transparent;
  position: relative;
  padding: 0.3% 1.5%;
}
.custom-html--sitecore .nav-bar-menu span {
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  position: relative;
}
.custom-html--sitecore .nav-bar-menu.greybg {
  background-color: #f2f2f2;
}
.custom-html--sitecore .nav-bar-menu-0 {
  width: 5%;
  text-align: center;
  padding: 1.5em;
}
.custom-html--sitecore .nav-bar-menu-0 svg {
  transition: transform 0.6s ease;
  transform: rotate(0deg);
}
.custom-html--sitecore .nav-bar-menu-0.rotatesvg svg {
  transform: rotate(-90deg);
}
.custom-html--sitecore .progress-nav-bar.isactive .nav-bar-menu {
  transition-delay: 0.1s;
  opacity: 1;
  color: #111;
}
.custom-html--sitecore .progress-nav-bar:hover .nav-bar-menu {
  transition-delay: 0.1s;
  opacity: 1;
  color: #111;
}
.custom-html--sitecore .nav-bar-menu .bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #c3c3c3;
  z-index: -1;
}
.custom-html--sitecore .nav-bar-menu.run:after {
  transition: width 3s ease;
  width: 5%;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .custom-html--sitecore .progress-nav-bar .progress-nav-bar-roller {
    background-color: #c4c4c4;
  }
}
@media screen and (max-width: 1024px) {
  .custom-html--sitecore .progress-nav-bar {
    top: 50px;
  }
  .custom-html--sitecore .progress-nav-bar.isactive {
    height: 40px;
  }
  .custom-html--sitecore .progress-nav-bar.isactive .nav-bar-menu {
    line-height: 16px;
  }
  .custom-html--sitecore .progress-nav-bar-menu {
    display: none;
  }
  .custom-html--sitecore #block-header #header-topnav .nav-submenu.panel {
    height: auto;
    width: auto;
  }
  .custom-html--sitecore .progress-nav-bar:hover {
    height: 8px;
  }
  .custom-html--sitecore .progress-nav-bar:hover .progress-nav-bar-roller {
    height: 8px;
  }
}
@media screen and (max-width: 1000px) {
  .custom-html--sitecore .progress-nav-bar.isactive,
  .custom-html--sitecore .progress-nav-bar.isactive .progress-nav-bar-roller,
  .custom-html--sitecore .progress-nav-bar:hover,
  .custom-html--sitecore .progress-nav-bar:hover .progress-nav-bar-roller {
    max-height: 8px;
  }
}
@media screen and (max-width: 999px) {
  .custom-html--sitecore .scroll-down.arrow-center {
    height: 60px !important;
    width: 60px !important;
    font-size: 14px !important;
    bottom: 8% !important;
  }
  .custom-html--sitecore .scroll-down.arrow-center svg {
    height: 15px !important;
  }
}
@media screen and (max-width: 999px) {
  .custom-html--sitecore .read-it-container,
  .custom-html--sitecore .read-it-container.inactive {
    display: none;
  }
  .custom-html--sitecore .section-container-1 {
    background: transparent !important;
  }
  .custom-html--sitecore .section-container {
    opacity: 1;
    transition: opacity 0.4s ease;
  }
  .custom-html--sitecore .section-container.inactive {
    opacity: 0;
    position: absolute;
  }
  .custom-html--sitecore .section-container.inactive.index {
    z-index: -5;
  }
  .custom-html--sitecore .scrollmagic-pin-spacer.inactive {
    display: none !important;
  }
  .custom-html--sitecore .read-it-container.isactive {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .custom-html--sitecore .section-container.section-container-6 {
    height: 95vh;
  }
  .custom-html--sitecore
    #block-section-4-case-studies
    .section-container-4b
    .panel {
    position: relative;
  }
  .custom-html--sitecore #block-section-4-case-studies .section-container-4b {
    height: auto;
  }
  .custom-html--sitecore
    #block-section-2-promises
    .section-container-promises-2b
    .panel {
    position: relative;
  }
  .custom-html--sitecore
    #block-section-2-promises
    .section-container-promises-2b {
    height: auto;
    max-height: unset;
  }
}
@media screen and (max-width: 1000px) {
  .custom-html--sitecore
    .section-container-case-studies-4b
    .img-container.imgc-2,
  .custom-html--sitecore
    .section-container-case-studies-4b
    .img-container.imgc-3,
  .custom-html--sitecore
    .section-container-case-studies-4b
    .img-container.imgc-4 {
    margin-top: 0;
  }
  .custom-html--sitecore
    .section-container-case-studies-4b
    .img-container.trigger {
    width: 245px;
  }
  .custom-html--sitecore #block-section-4-case-studies .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .custom-html--sitecore .section-container-case-studies-4b .panel {
    width: 100%;
  }
  .custom-html--sitecore .section-container-case-studies-4b .text-content {
    padding-right: 2%;
  }
  .custom-html--sitecore .section-container-case-studies-4b {
    height: unset;
    min-height: 100vh;
    max-height: 400vh;
  }
}
@media screen and (max-width: 1024px) {
  .custom-html--sitecore .section-container.section-container-3-julie {
    height: auto;
    overflow: hidden;
  }
  .custom-html--sitecore .section-container-3-julie .panel {
    position: relative;
    height: auto;
  }
  .custom-html--sitecore .section-container-3-julie .panel-2 .img-1 {
    background-image: url("/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/mainpage/accenture-color-shade-bg.png");
    background-position: 350px 100%;
    background-size: 90%;
    background-repeat: no-repeat;
    position: initial;
    top: 0%;
    left: 0%;
    transform: none;
  }
  .custom-html--sitecore .section-container-3-julie .panel-1 .vid-1 {
    width: 110%;
    position: initial;
    top: 0%;
    left: 0%;
    transform: none;
  }
  .custom-html--sitecore .section-container-3-julie .panel.panel-3.isactive {
    position: absolute;
    top: -35%;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .custom-html--sitecore .section-container-3-julie .panel-2 .img-1 {
    background-image: none;
    position: relative;
    width: 30%;
    top: 30%;
    left: 35%;
    overflow: hidden;
    transform: none;
  }
  .custom-html--sitecore .section-container-3-julie .panel {
    position: relative;
    height: 100vh;
    display: flex;
  }
  .custom-html--sitecore .section-container-3-julie .panel-2 {
    height: 80vh;
    position: absolute;
    top: 0;
    display: none;
  }
  .custom-html--sitecore .section-container-3-julie .panel-3 .mobile-padding {
    position: relative;
    padding: 0;
    max-width: 460px;
    margin: auto;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 80px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 540px) {
  .custom-html--sitecore .section-container-3-julie .panel.panel-3.isactive {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .custom-html--sitecore .section-container-3-julie .panel-1 {
    position: relative !important;
    height: 90vw !important;
    width: 100% !important;
    overflow: hidden !important;
  }
  .custom-html--sitecore .section-container-3-julie .panel-1 img {
    position: absolute;
    bottom: -5%;
  }
  .custom-html--sitecore .section-container-3-julie .panel-2 {
    height: 50vh;
  }
  .custom-html--sitecore .section-container-3-julie .panel-2 .img-1 {
    background-image: none;
    position: relative;
    width: 50%;
    top: 20%;
    left: 25%;
    overflow: hidden;
    transform: none;
  }
}
.custom-html--sitecore .section-3-julie.mobile {
  display: none;
  position: relative;
  min-height: 100vh;
  color: white;
}
.custom-html--sitecore .section-3-julie.mobile img {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
}
.custom-html--sitecore .section-3-julie.mobile .row {
  position: absolute;
  top: 0;
}
.custom-html--sitecore .section-3-julie.mobile .title-1 {
  margin-top: 30%;
  width: 90%;
  position: relative;
  left: 0;
  color: white;
}
.custom-html--sitecore .section-3-julie.mobile .title-1 p {
  font-family: Palatino, "Palatino LT STD", "Book Antiqua", Georgia, serif !important;
  line-height: 1.5;
  font-size: 2rem;
}
.custom-html--sitecore .section-3-julie.mobile .title-1 p.marquee-profile {
  font-size: 1.28rem !important;
  font-family: "Graphik Medium", "Arial", Sans-Serif !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
}
.custom-html--sitecore .section-3-julie.mobile .cta-more-box {
  border: 1px solid #fff !important;
  position: relative;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border: 1px solid #004dff;
  border-radius: 50px;
  transition-delay: 0.2s;
  text-align: right;
}
.custom-html--sitecore .section-3-julie.mobile .cta-more.twitter.isactive,
.custom-html--sitecore .cta-more.linkedin.isactive {
  display: inline-flex;
  align-items: center;
}
.custom-html--sitecore .section-3-julie.mobile .julie-social {
  margin-top: 20px;
}
.custom-html--sitecore
  .section-3-julie.mobile
  .julie-social
  .cta-more.twitter.isactive
  .twitter-icon,
.custom-html--sitecore
  .section-3-julie.mobile
  .cta-more.linkedin.isactive
  .linkedin-svg {
  left: 0;
}
.custom-html--sitecore .section-3-julie.mobile .cta-more-label {
  color: white;
  margin-left: 20px;
}
.custom-html--sitecore .section-3-julie.mobile .cta-more .cta-more-arrow {
  right: -10px;
  top: 7px;
}
@media screen and (max-width: 1024px) {
  .custom-html--sitecore .section-container-3-julie {
    position: relative;
  }
  .custom-html--sitecore .julie-social {
    margin-top: 20px;
  }
  .custom-html--sitecore .section-container-3-julie .panel-3 {
    position: absolute;
    top: 0;
    bottom: 0;
    min-height: 535px;
    height: auto;
    display: flex;
  }
  .custom-html--sitecore
    #block-section-3-julie
    .animate_title.title-1.film-julie {
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(40%);
  }
}
@media screen and (max-width: 767px) {
  .custom-html--sitecore .section-3-julie.mobile {
    display: block;
  }
  .custom-html--sitecore .section-container-3-julie.desktop, .custom-html--sitecore [data-analytics-module-name="julie-cm"] .scrollmagic-pin-spacer {
    display: none !important;
  }
}
.custom-html--sitecore #block-section-5-awards {
  margin-top: 8rem;
}
.custom-html--sitecore .section-container.section-container-awards {
  display: flex;
  margin-top: 8rem;
}
.custom-html--sitecore a.awards-card {
  display: flex;
  height: 300px;
  border: 2px solid #004dff;
  width: 25%;
  text-decoration: none;
  color: black;
  padding: 2%;
  flex-direction: column;
  justify-content: center;
  margin: -1px;
  background-color: white;
  transition: opacity 0.6s ease-in, margin 1s ease,
    background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  margin-top: 75px;
  opacity: 0;
}
.custom-html--sitecore a.awards-card:visited {
  color: black;
}
.custom-html--sitecore a.awards-card:hover {
  color: white !important;
  background-color: #004dff;
}
.custom-html--sitecore span.awards-year {
  font-family: "Graphik Semibold";
  margin-bottom: 20px;
  text-transform: uppercase;
}
.custom-html--sitecore p.award-name {
  font-size: 24px;
  line-height: 1.4em;
}
.custom-html--sitecore a.awards-card.isactive {
  margin-top: -1px;
  opacity: 1;
}
.custom-html--sitecore .awards-card.isactive.mt-50 {
  margin-top: 50px;
}
.custom-html--sitecore #block-section-5-awards .section-title {
  opacity: 0;
  text-align: center;
}
.custom-html--sitecore #block-section-5-awards .section-title.isactive {
  -webkit-transition: opacity 0.6s ease-in;
  -o-transition: opacity 0.6s ease-in;
  transition: opacity 0.6s ease-in;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  padding: 0;
}
@media screen and (max-width: 999px) {
  .custom-html--sitecore .section-container.section-container-awards {
    padding: 10px;
    margin: auto;
    margin-top: 5.6rem;
  }
  .custom-html--sitecore
    .section-container.section-container-awards.section-cta-holder {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .custom-html--sitecore .section-container.section-container-awards {
    flex-wrap: wrap;
    max-width: 700px;
    padding: 10px;
    margin-top: 4.8rem;
  }
  .custom-html--sitecore a.awards-card {
    width: 50%;
    height: 260px;
  }
  .custom-html--sitecore .awards-card.mt-50,
  .custom-html--sitecore .awards-card.isactive.mt-50 {
    margin-top: -1px;
  }
}
@media screen and (max-width: 425px) {
  .custom-html--sitecore a.awards-card {
    width: 100%;
    height: auto;
    min-height: 200px;
    padding: 3%;
  }
}
.custom-html--sitecore .section-container-awards .cta-more {
  color: #004dff;
  position: relative;
  width: auto;
  padding: 10px;
  bottom: 10%;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.6s ease;
  display: inline-block;
}
.custom-html--sitecore .section-container-awards .cta-more.isactive,
.custom-html--sitecore .section-container-awards .item.active .cta-more {
  opacity: 1;
  bottom: 25%;
}
.custom-html--sitecore .section-container-awards .cta-more .cta-more-box {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.custom-html--sitecore
  .section-container-awards
  .cta-more.isactive
  .cta-more-box,
.custom-html--sitecore
  .section-container-awards
  .item.active
  .cta-more
  .cta-more-box {
  left: 0;
  top: 3px;
  width: 36px;
  height: 36px;
  border: 1px solid #004dff;
  border-radius: 50px;
  transition-delay: 0.2s;
}
.custom-html--sitecore
  .section-container-awards
  .cta-more.isactive:hover
  .cta-more-box,
.custom-html--sitecore
  .section-container-awards
  .item.active
  .cta-more:hover
  .cta-more-box {
  height: 36px;
  border-radius: 25px 25px 25px 25px;
}
@media only screen and (min-width: 1025px) {
  .custom-html--sitecore
    .section-container-awards
    .cta-more.isactive:hover
    .cta-more-box,
  .custom-html--sitecore
    .section-container-awards
    .item.active
    .cta-more:hover
    .cta-more-box {
    width: 103%;
  }
}
.custom-html--sitecore .section-container-awards .cta-more .cta-more-arrow {
  position: absolute;
  left: 0px;
  top: 8px;
  height: 15px;
  opacity: 0;
  transition: all 0.4s ease;
}
.custom-html--sitecore
  .section-container-awards
  .cta-more.isactive
  .cta-more-arrow,
.custom-html--sitecore .section-container-awards .item.active .cta-more-arrow {
  position: absolute;
  left: 20px;
  height: 15px;
  top: 8px;
  opacity: 1 !important;
  transition-delay: 0.6s;
}
.custom-html--sitecore .section-container-awards .cta-more .img-arrow-right {
  width: 24px;
  position: absolute;
}
.custom-html--sitecore .section-container-awards .cta-more .cta-more-label {
  margin-left: 45px;
  opacity: 0;
  transition: opacity 0.7s ease 0.8s;
  text-align: left;
}
.custom-html--sitecore
  .section-container-awards
  .cta-more.isactive
  .cta-more-label,
.custom-html--sitecore
  .section-container-awards
  .item.active
  .cta-more
  .cta-more-label {
  opacity: 1 !important;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee {
  position: fixed;
  top: 50%;
  left: 1%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee.isActive {
  z-index: 3;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon {
  padding-bottom: 10px;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon
  .social-icon-trigger {
  display: block;
  text-align: center;
  padding: 10px;
  color: #c3c3c3;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  font-size: 20px;
  height: 42px;
  width: 42px;
  position: relative;
  opacity: 0;
  cursor: pointer;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon
  .social-icon-trigger.twitter {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 2500px;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon
  .social-icon-trigger.linkedin {
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  top: 2500px;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon
  .social-icon-trigger.facebook {
  -webkit-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  top: 2500px;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon
  .social-icon-trigger.mail {
  -webkit-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
  top: 2500px;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon.isActive
  .social-icon-trigger {
  top: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon
  .social-icon-trigger
  svg {
  height: 100%;
  width: 100%;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon
  .social-icon-trigger
  svg
  path {
  fill: #c3c3c3;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon:hover
  .social-icon-trigger:hover {
  background-color: #c3c3c3;
  color: #fff;
}
.custom-html--sitecore
  .share-icons-container-marquee
  .icon-bar-marquee
  .social-icon:hover
  .social-icon-trigger:hover
  svg
  path {
  fill: #fff;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section {
  position: fixed;
  top: 50%;
  left: 1%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
.custom-html--sitecore
  .share-icons-container-section
  .icon-bar-section.isActive {
  z-index: 3;
}
.custom-html--sitecore
  .share-icons-container-section
  .icon-bar-section
  .social-icon {
  padding-bottom: 10px;
}
.custom-html--sitecore
  .share-icons-container-section
  .icon-bar-section
  .social-icon
  .social-icon-trigger {
  display: block;
  text-align: center;
  padding: 10px;
  color: #c3c3c3;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  font-size: 20px;
  height: 42px;
  width: 42px;
  position: relative;
  opacity: 0;
  cursor: pointer;
}
.custom-html--sitecore
  .share-icons-container-section
  .icon-bar-section
  .social-icon
  .social-icon-trigger.twitter {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 2500px;
}
.custom-html--sitecore
  .share-icons-container-section
  .icon-bar-section
  .social-icon
  .social-icon-trigger.linkedin {
  -webkit-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  top: 2500px;
}
.custom-html--sitecore
  .share-icons-container-section
  .icon-bar-section
  .social-icon
  .social-icon-trigger.facebook {
  -webkit-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  top: 2500px;
}
.custom-html--sitecore
  .share-icons-container-section
  .icon-bar-section
  .social-icon
  .social-icon-trigger.mail {
  -webkit-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
  top: 2500px;
}
.custom-html--sitecore
  .share-icons-container-section
  .icon-bar-section
  .social-icon.isActive
  .social-icon-trigger {
  top: 0;
  opacity: 1;
}
.custom-html--sitecore
  .share-icons-container-section
  .icon-bar-section
  .social-icon:hover
  .social-icon-trigger:hover {
  background-color: #c3c3c3;
  color: #fff;
}
.custom-html--sitecore
  #block-header
  #header-topnav
  .primary-nav
  .nav-content
  .nav-submenu {
  height: auto;
}
.custom-html--sitecore .section-container-1c,
.custom-html--sitecore .section-container-1c .panel-1 {
  height: auto;
  overflow: hidden;
  position: relative;
}
.custom-html--sitecore .we-act-for-impact {
  position: relative;
}
.custom-html--sitecore .we-act-for-impact.isactive {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 50px 10px;
}
.custom-html--sitecore .we-act-for-impact .sectionTitle,
.custom-html--sitecore .we-act-for-impact .sectionDescription {
  opacity: 0;
  top: 15px;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.custom-html--sitecore .we-act-for-impact .sectionTitle {
  margin-bottom: 0.5em;
}
.custom-html--sitecore .we-act-for-impact.isactive .sectionTitle,
.custom-html--sitecore .we-act-for-impact.isactive .sectionDescription {
  top: 0px;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
  -o-transition: opacity 0.6s ease-in, top 0.8s ease;
  transition: opacity 0.6s ease-in, top 0.8s ease;
}
.custom-html--sitecore .section-container-1c .cta-more {
  color: #004dff;
  position: relative;
  width: auto;
  padding: 10px;
  bottom: 10%;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.6s ease;
  display: inline-block;
}
.custom-html--sitecore .section-container-1c .cta-more.isactive,
.custom-html--sitecore .section-container-1c .item.active .cta-more {
  opacity: 1;
  bottom: 25%;
}
.custom-html--sitecore .section-container-1c .cta-more .cta-more-box {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.custom-html--sitecore .section-container-1c .cta-more.isactive .cta-more-box,
.custom-html--sitecore
  .section-container-1c
  .item.active
  .cta-more
  .cta-more-box {
  left: 0;
  top: 3px;
  width: 36px;
  height: 36px;
  border: 1px solid #004dff;
  border-radius: 50px;
  transition-delay: 0.2s;
}
.custom-html--sitecore
  .section-container-1c
  .cta-more.isactive:hover
  .cta-more-box,
.custom-html--sitecore
  .section-container-1c
  .item.active
  .cta-more:hover
  .cta-more-box {
  height: 36px;
  border-radius: 25px 25px 25px 25px;
}
@media only screen and (min-width: 1025px) {
  .custom-html--sitecore
    .section-container-1c
    .cta-more.isactive:hover
    .cta-more-box,
  .custom-html--sitecore
    .section-container-1c
    .item.active
    .cta-more:hover
    .cta-more-box {
    width: 103%;
  }
}
.custom-html--sitecore .section-container-1c .cta-more .cta-more-arrow {
  position: absolute;
  left: 0px;
  top: 8px;
  height: 15px;
  opacity: 0;
  transition: all 0.4s ease;
}
.custom-html--sitecore .section-container-1c .cta-more.isactive .cta-more-arrow,
.custom-html--sitecore .section-container-1c .item.active .cta-more-arrow {
  position: absolute;
  left: 20px;
  height: 15px;
  top: 8px;
  opacity: 1 !important;
  transition-delay: 0.6s;
}
.custom-html--sitecore .section-container-1c .cta-more .img-arrow-right {
  width: 24px;
  position: absolute;
}
.custom-html--sitecore .section-container-1c .cta-more .cta-more-label {
  margin-left: 45px;
  opacity: 0;
  transition: opacity 0.7s ease 0.8s;
  text-align: left;
}
.custom-html--sitecore .section-container-1c .cta-more.isactive .cta-more-label,
.custom-html--sitecore
  .section-container-1c
  .item.active
  .cta-more
  .cta-more-label {
  opacity: 1 !important;
}
.custom-html--sitecore .bell-container,
.custom-html--sitecore .bell-container-static {
  position: absolute;
  top: 55%;
  left: 1%;
  z-index: 12;
  color: #111;
  font-family: "Graphik Light", "Arial Black", Sans-Serif !important;
  cursor: pointer;
  transition: top 0.4s ease;
}
.custom-html--sitecore .bell-container-static {
  top: 80%;
}
.custom-html--sitecore .bell-container-static a.bell-anchor {
  color: #111;
  font-family: "Graphik Light", "Arial Black", Sans-Serif !important;
  font-weight: 100;
  margin: 0px;
}
.custom-html--sitecore .bell-container.ishidden {
  display: none;
}
.custom-html--sitecore .bell-container.fixed {
  position: fixed;
  top: 28%;
}
.custom-html--sitecore .bell-container.fixed.ishidden {
  display: block;
}
.custom-html--sitecore .bell-container .bell-content,
.custom-html--sitecore .bell-container-static .bell-content {
  position: absolute;
  left: 24px;
  border: 1px solid blue;
  display: inline-block;
  background: #fff;
  border-radius: 12px;
  width: 0;
  opacity: 0;
  height: 0;
  transition: all 0.4s ease;
  bottom: -30px;
}
.custom-html--sitecore .bell-container.isactive .bell-content,
.custom-html--sitecore .bell-container-static.isactive .bell-content {
  bottom: -30px;
  left: 24px;
  width: 285px;
  opacity: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  border: 1px solid blue;
  padding: 0 30px;
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  .custom-html--sitecore .bell-container-static {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-180px);
  }
  .custom-html--sitecore .bell-container-static.isactive .bell-content {
    bottom: -110px;
    left: 23px;
    width: 340px;
    height: 90px;
    padding: 0 10px;
  }
  .custom-html--sitecore .bell-container-static .bell {
    height: 40px;
    width: 40px;
  }
  .custom-html--sitecore .scroll-down.arrow-center {
    height: 60px !important;
    width: 60px !important;
    font-size: 14px !important;
    bottom: 8% !important;
  }
  .custom-html--sitecore .scroll-down.arrow-center svg {
    height: 15px !important;
  }
}
@media screen and (max-width: 765px) {
  .custom-html--sitecore .bell-container-static {
    top: 63%;
  }
}
.custom-html--sitecore .bell-container.isactive.fixed .bell-content {
  bottom: -140px;
  left: 20px;
}
.custom-html--sitecore .bell-container .bell-content span {
  opacity: 0;
}
.custom-html--sitecore .bell-container.isactive .bell-content span {
  opacity: 1;
  transition: opacity 0.4s ease 0.3s;
}
.custom-html--sitecore .bell-container .bell,
.custom-html--sitecore .bell-container-static .bell {
  /* display: inline-block; */
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.5);
  height: 44px;
  width: 44px;
  border-radius: 25px;
  border: 1px solid #c4c4c4;
}
.custom-html--sitecore .we-act-for-impact.isactive .bell {
  /* display: inline-block; */
  position: absolute;
  top: 0px;
  left: 0px;
  background: blue;
  height: 50px;
  width: 50px;
  border-radius: 25px;
}
.custom-html--sitecore .bell-container .bell svg.bell-svg,
.custom-html--sitecore .bell-container-static .bell svg.bell-svg,
.custom-html--sitecore .we-act-for-impact.isactive .bell svg.bell-svg {
  position: relative;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.custom-html--sitecore .we-act-for-impact.isactive .bell {
  top: 10%;
  left: 4%;
}
@media screen and (max-height: 650px) {
  .custom-html--sitecore .bell-container.fixed {
    top: 20%;
  }
}
@media screen and (max-height: 500px) {
  .custom-html--sitecore .bell-container.fixed {
    top: 15%;
  }
}
@media screen and (max-width: 999px) {
  .custom-html--sitecore .bell-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    bottom: auto !important;
    top: 60%;
  }
  .custom-html--sitecore .bell-container .bell-content {
    position: relative;
  }
  .custom-html--sitecore .bell-container.isactive {
    width: 315px;
  }
  .custom-html--sitecore .bell-container.isactive .bell-content {
    width: 330px;
    bottom: 5px;
    left: 24px;
    width: 315px !important;
    max-height: 70px;
    opacity: 1;
    padding: 10px 10px 10px 30px;
  }
  .custom-html--sitecore .bell-container .bell-content span {
    font-size: 14px;
  }
  .custom-html--sitecore .section-container-1c,
  .custom-html--sitecore .section-container-1c .panel-1 {
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .custom-html--sitecore .section-container-1c.inactive .we-act-for-impact {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .custom-html--sitecore .bell-container {
    top: 50%;
    left: 45%;
  }
}
@media screen and (min-width: 1000px) {
  .custom-html--sitecore .new-row {
    max-width: 61.25em !important;
  }
}
.custom-html--sitecore .section-container-1d {
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .custom-html--sitecore .section-container-1d .cta-more.isactive .cta-more-box,
  .custom-html--sitecore
    .section-container-1d
    .item.active
    .cta-more
    .cta-more-box {
    top: 1px;
  }
  .custom-html--sitecore .section-container-1d,
  .custom-html--sitecore .section-container-1d .panel-1 {
    height: auto;
    overflow: hidden;
    /* min-height: 60vh; */
    position: relative;
  }
  .custom-html--sitecore .we-act-for-impact.isactive .sectionTitle {
    margin-bottom: 0.5em;
  }
  .custom-html--sitecore .section-container-1d {
    margin-top: 2em;
  }
  .custom-html--sitecore .we-act-for-impact.isactive .bell {
    left: 50%;
    transform: translateX(-50%);
  }
  .custom-html--sitecore .we-act-for-impact.isactive {
    padding: 100px 10px 50px;
  }
  .custom-html--sitecore .bell-container {
    bottom: 20%;
  }
  .custom-html--sitecore .section-container-1 .item.active .cta-more {
    bottom: 35% !important;
  }
  .custom-html--sitecore
    .section-container-1
    .item.active
    .cta-more.cta-more-marquee-3 {
    bottom: 33% !important;
  }
  .custom-html--sitecore .audio-option {
    top: 90% !important;
    width: 70%;
    transform: translateX(-50%) scale(0.5);
  }
  .custom-html--sitecore .section-container-1 .cta-more {
    bottom: 5%;
  }
  .custom-html--sitecore .sectionTitle {
    font-size: 3.68rem !important;
  }
  .custom-html--sitecore .sectionDescription {
    font-size: 1.6rem !important;
    line-height: 1.6rem !important;
  }
  .custom-html--sitecore .SubsectionTitle {
    font-size: 2.4rem !important;
    line-height: 1.2 !important;
  }
  .custom-html--sitecore .Subsectiondescription {
    font-size: 1.76rem !important;
    line-height: 1.1 !important;
  }
  .custom-html--sitecore .cta-holder {
    width: 95%;
  }
  .custom-html--sitecore .cta-more-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .custom-html--sitecore .section-container-9 .panel-1 img {
    left: -40%;
  }
  .custom-html--sitecore .section-container-1 .cta-more {
    margin-left: 0 !important;
    bottom: 30% !important;
  }
  .custom-html--sitecore .cta-scroll.position-1 {
    bottom: 32%;
  }
  .custom-html--sitecore .audio-option {
    width: 70%;
  }
  .custom-html--sitecore .container {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media screen and (max-width: 280px) {
  .custom-html--sitecore .audio-option {
    width: 80%;
  }
  .custom-html--sitecore .container {
    left: -22px;
  }
}
.custom-html--sitecore .scroll-arrow-wrapper {
  top: -155px !important;
}
.custom-html--sitecore p.marquee_description {
  margin-bottom: 16.96rem !important;
}
@media screen and (max-width: 1910px) and (min-width: 960px) {
    .custom-html--sitecore #block-section-3-julie .animate_title.title-1.film-julie {
        height: 1.5rem;
    }
    .custom-html--sitecore .section-container-1b .cta-more.isactive .cta-more-label {
        height: 1.5rem;
    }
    .custom-html--sitecore #block-section-6-join-us
    .section-container-6 .panel-2 .animate_title, .custom-html--sitecore 
    .section-container-9 .panel-1 .animate_title {
        height: 1.5rem;
    }
}