.custom-html--sitecore .title {
  font-size: 38px;
  color: #616161;
  font-style: italic;
  font-weight: 800;
}
.custom-html--sitecore p.timeline-text {
  color: #111;
  font-size: 1.72rem;
  padding-right: 20px;
}
.custom-html--sitecore .left-content p.timeline-text {
  font-size: 0.8em;
}
.custom-html--sitecore .timeline {
  width: 100%;
  background-color: #fff;
}
.custom-html--sitecore .timeline .swiper-container {
  /* height: 670px; */
  width: 100%;
  position: relative;
}
.custom-html--sitecore .timeline .swiper-wrapper {
  /* -webkit-transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s; */
  /* transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s; */
}
.custom-html--sitecore .timeline .swiper-slide {
  position: relative;
  overflow: hidden;
  /* background: rgb(176,235,255); */
  /* background: linear-gradient(333deg, rgba(176,235,255,1) 10%, rgba(0,189,254,1) 97%); */
}
.custom-html--sitecore .swiper-slide.swiper-slide-active .swiper-slide-content {
  /**transition: transform 0.9s ease;**/
}
.custom-html--sitecore .swiper-slide.swiper-slide-8 .swiper-slide-content {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  top: 50px;
}
@media screen and (min-height: 769px) {
  .custom-html--sitecore .swiper-slide.add-scale .swiper-slide-content {
    -webkit-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
  }
  .custom-html--sitecore .swiper-slide.add-scale.swiper-slide-8 .swiper-slide-content {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    top: 0px;
  }
}
@media screen and (max-height: 769px) {
  .custom-html--sitecore .swiper-slide.add-scale .swiper-slide-content {
    -webkit-transform: translateY(-50%) scale(0.75);
    transform: translateY(-50%) scale(0.75);
  }
  .custom-html--sitecore .swiper-slide.add-scale.swiper-slide-8 .swiper-slide-content {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
    top: -100px;
  }
  .custom-html--sitecore .swiper-slide.add-scale .img-group.img-group-1 img.img1 {
    top: -25%;
    width: 70%;
  }
  .custom-html--sitecore .swiper-slide.add-scale .img-group.img-group-2 img.img1 {
    width: 55%;
  }
  .custom-html--sitecore .swiper-slide.add-scale .marqueeContent.swiper-slide-content {
    left: 9.6rem !important;
  }
}
.custom-html--sitecore .timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.custom-html--sitecore .timeline .swiper-slide-content {
  position: absolute;
  text-align: center;
  right: 50%;
  top: 13%;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  font-size: 12px;
  z-index: 2;
}
.custom-html--sitecore .timeline .swiper-slide .ani-1 {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.custom-html--sitecore .timeline .swiper-slide .ani-2 {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.custom-html--sitecore .timeline .swiper-slide .ani-3 {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.custom-html--sitecore .timeline .swiper-slide .ani-4 {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.custom-html--sitecore .timeline .swiper-slide.from-top .ani-1 {
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.custom-html--sitecore .timeline .swiper-slide.from-top .ani-2 {
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.custom-html--sitecore .timeline .swiper-slide.from-top .ani-3 {
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.custom-html--sitecore .timeline .swiper-slide.from-top .ani-4 {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.custom-html--sitecore .timeline .swiper-slide h4.timeline-title {
  font-size: 1.8em;
  margin-bottom: 15px;
}
.custom-html--sitecore .timeline .swiper-slide h3.timeline-title {
  font-size: 2.4em;
  margin-bottom: 15px;
}
.custom-html--sitecore .timeline .swiper-slide h2.timeline-title {
  font-size: 2.8em;
  margin-bottom: 15px;
}
.custom-html--sitecore .timeline .swiper-slide h1.timeline-title {
  font-size: 3.6em;
  margin-bottom: 15px;
}
.custom-html--sitecore .timeline .swiper-slide-active .ani-1 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 1s ease 0.7s;
  transition: all 1s ease 0.7s;
}
.custom-html--sitecore .timeline .swiper-slide-active .ani-2 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 1.1s ease 0.8s;
  transition: all 1.1s ease 0.8s;
}
.custom-html--sitecore .timeline .swiper-slide-active .ani-3 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 1.1s ease 0.9s;
  transition: all 1.1s ease 0.9s;
}
.custom-html--sitecore .timeline .swiper-slide-active .ani-4 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 1.1s ease 1s;
  transition: all 1.1s ease 1s;
}
.custom-html--sitecore .left-content .timeline-title,
.custom-html--sitecore .left-content .timeline-text {
  opacity: 0;
}
.custom-html--sitecore .left-content.active .timeline-title,
.custom-html--sitecore .left-content.active .timeline-text {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
}
.custom-html--sitecore .timeline .swiper-pagination {
  left: 8rem;
  height: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
}
.custom-html--sitecore .timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(1, 1, 1, 0.2);
}
.custom-html--sitecore .timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: #c124d4;
  margin: 15px 0 !important;
  position: relative;
}
.custom-html--sitecore .timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #c124d4;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom-html--sitecore .timeline .swiper-pagination-bullet-active {
  color: #c124d4;
}
.custom-html--sitecore .timeline .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.custom-html--sitecore .timeline .swiper-button-next,
.custom-html--sitecore .timeline .swiper-button-prev {
  background-size: 20px 20px;
  top: 15%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom-html--sitecore .timeline .swiper-button-prev {
  left: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.custom-html--sitecore .timeline .swiper-button-prev:hover {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.custom-html--sitecore .timeline .swiper-button-next {
  right: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.custom-html--sitecore .timeline .swiper-button-next:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
@media screen and (min-width: 768px) {
  .custom-html--sitecore .timeline .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
  }
  .custom-html--sitecore .timeline .swiper-slide-content {
    left: 24rem;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    font-size: 11px;
    text-align: left;
  }
  .custom-html--sitecore .timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 32px;
  }
  .custom-html--sitecore .timeline .swiper-slide h4.timeline-title {
    font-size: 2.2em;
    margin-bottom: 20px;
  }
  .custom-html--sitecore .timeline .swiper-slide h3.timeline-title {
    font-size: 2.6em;
    margin-bottom: 20px;
  }
  .custom-html--sitecore .timeline .swiper-slide h2.timeline-title {
    font-size: 3em;
    margin-bottom: 20px;
  }
  .custom-html--sitecore .timeline .swiper-slide h1.timeline-title {
    font-size: 4em;
    margin-bottom: 20px;
  }
  .custom-html--sitecore .timeline .swiper-pagination {
    display: -webkit-box;
    display: flex;
  }
  .custom-html--sitecore .timeline .swiper-button-prev {
    top: 15%;
    left: auto;
    right: 15%;
    -webkit-transform: rotate(180deg) translate(0, 10px);
    transform: rotate(180deg) translate(0, 10px);
  }
  .custom-html--sitecore .timeline .swiper-button-prev:hover {
    -webkit-transform: rotate(180deg) translate(-3px, 10px);
    transform: rotate(180deg) translate(-3px, 10px);
  }
  .custom-html--sitecore .timeline .swiper-button-next {
    top: auto;
    bottom: 15%;
    right: 15%;
    -webkit-transform: rotate(180deg) translate(0, 10px);
    transform: rotate(180deg) translate(0, 10px);
  }
  .custom-html--sitecore .timeline .swiper-button-next:hover {
    -webkit-transform: rotate(180deg) translate(3px, 10px);
    transform: rotate(180deg) translate(3px, 10px);
  }
}
@media screen and (min-width: 1024px) {
  .custom-html--sitecore .timeline .swiper-slide::after {
    right: -20%;
    bottom: -12%;
    width: 240px;
    height: 50%;
  }
  .custom-html--sitecore .timeline .swiper-slide-content {
    left: 9.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .custom-html--sitecore .body-content .ui-container .row {
    max-width: 100%;
  }
  .custom-html--sitecore .content-module {
    margin-bottom: 0rem;
  }
}
.custom-html--sitecore div#hero-carousel,
.custom-html--sitecore #block-related-capabilities {
  display: none;
}
.custom-html--sitecore .body-content .ui-container.block-ribbon .ribbon-row {
  max-width: 100%;
}
.custom-html--sitecore .timeline {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.custom-html--sitecore .timeline.active {
  transition-delay: 1s;
  opacity: 1;
}
.custom-html--sitecore .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  display: initial;
  position: absolute;
  left: 5%;
  right: auto;
  width: 5%;
  z-index: 5;
}
.custom-html--sitecore .swiper-button-next,
.custom-html--sitecore .swiper-button-prev,
.custom-html--sitecore .swiper-button-disabled {
  opacity: 0 !important;
}
.custom-html--sitecore .left-content {
  transition: all 0.6s ease;
  position: absolute;
  right: 0px;
  background: #ffffff;
  width: 5%;
  opacity: 0;
  height: 100%;
  padding-top: 3%;
  padding-left: 3%;
  padding-right: 3%;
}
.custom-html--sitecore .left-content.active {
  z-index: 3;
  width: 40%;
  opacity: 1;
  overflow-y: auto;
}
.custom-html--sitecore .left-content-2 {
  transition: all 0.6s ease;
  position: absolute;
  right: 0px;
  background: #ffffff;
  width: 5%;
  opacity: 0;
  height: 100%;
  padding-top: 3%;
  padding-left: 3%;
  padding-right: 3%;
}
.custom-html--sitecore .left-content-2.active {
  z-index: 3;
  width: 40%;
  opacity: 1;
  overflow-y: auto;
}
.custom-html--sitecore .compass {
  width: 150px;
  height: auto;
  border-radius: 20px;
  padding: 5px;
  /* transition: right 0.6s ease; */
  background: #fff;
  color: #a100ff;
  border: 1px solid #A100FF;
  /* width: 40px; */
  /* height: 40px; */
  /* border-radius: 50%; */
  /* text-align: center; */
  /* padding-top: 7px; */
  /* cursor: pointer; */
  /* color: white; */
  text-indent: 10px;
  font-size: 18px;
  cursor: pointer;
}
.custom-html--sitecore .compass.static .light-text {
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #a100ff;
  text-align: center;
  color: white;
  text-indent: 2px;
}
.custom-html--sitecore .compass-white {
  transition: right 0.6s ease;
  background: #FFF;
  border: 1px solid #A100FF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  padding-top: 7px;
  cursor: pointer;
  color: white;
  font-size: 25px;
  float: right;
}
.custom-html--sitecore .compass-slides,
.custom-html--sitecore .compass-slides-2,
.custom-html--sitecore .compass-slides-3,
.custom-html--sitecore .compass-slides-4,
.custom-html--sitecore .compass-slides-5 {
  display: none;
  transition: right 0.6s ease;
  background: #FFF;
  border: 1px solid #A100FF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  padding-top: 3px;
  cursor: pointer;
  color: #A100FF;
  font-size: 20px;
}
.custom-html--sitecore .compass-slides.compass-slide-left,
.custom-html--sitecore .compass-slides-2.compass-slide-left-2,
.custom-html--sitecore .compass-slides-3.compass-slide-left-3 {
  position: absolute;
  right: -30px;
  top: -53px;
}
.custom-html--sitecore .compass-slides-4.compass-slide-left-4,
.custom-html--sitecore .compass-slides-5.compass-slide-left-5 {
  position: absolute;
  right: -30px;
  top: -35px;
}
.custom-html--sitecore .compass-slides.compass-slide-right,
.custom-html--sitecore .compass-slides-2.compass-slide-right-2,
.custom-html--sitecore .compass-slides-3.compass-slide-right-3,
.custom-html--sitecore .compass-slides-4.compass-slide-right-4,
.custom-html--sitecore .compass-slides-5.compass-slide-right-5 {
  position: absolute;
  right: -30px;
  bottom: -35px;
}
.custom-html--sitecore .compass-slides.compass-slide-left .light-text,
.custom-html--sitecore .compass-slides-2.compass-slide-left-2 .light-text,
.custom-html--sitecore .compass-slides-3.compass-slide-left-3 .light-text,
.custom-html--sitecore .compass-slides-4.compass-slide-left-4 .light-text,
.custom-html--sitecore .compass-slides-5.compass-slide-left-5 .light-text {
  transform: rotate(90deg);
}
.custom-html--sitecore .compass-slides.compass-slide-right .light-text,
.custom-html--sitecore .compass-slides-2.compass-slide-right-2 .light-text,
.custom-html--sitecore .compass-slides-3.compass-slide-right-3 .light-text,
.custom-html--sitecore .compass-slides-4.compass-slide-right-4 .light-text,
.custom-html--sitecore .compass-slides-5.compass-slide-right-5 .light-text {
  transform: rotate(90deg);
}
.custom-html--sitecore .compass-slides.active,
.custom-html--sitecore .compass-slides-2.active,
.custom-html--sitecore .compass-slides-3.active,
.custom-html--sitecore .compass-slides-4.active,
.custom-html--sitecore .compass-slides-5.active {
  display: block;
  margin-right: 20px;
}
.custom-html--sitecore .swiper-slide-active .compass-text.active {
  opacity: 1 !important;
  transition: opacity 0.7s ease 0.9s;
}
.custom-html--sitecore .scroll-container {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  z-index: 2;
  padding-top: 20px;
  margin-top: -20px;
}
.custom-html--sitecore .scroll-container.scroll-container-2 {
  height: 260px;
}
.custom-html--sitecore .scroll-container.scroll-container-4,
.custom-html--sitecore .scroll-container.scroll-container-5 {
  height: 250px;
}
.custom-html--sitecore .compass-text {
  opacity: 0 !important;
}
.custom-html--sitecore .compass-purple-box:before {
  width: 160px;
  height: 80px;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  background: #A100FF;
  z-index: -1;
}
.custom-html--sitecore .compass-purple-box:after {
  width: 160px;
  height: 80px;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: #600098;
}
.custom-html--sitecore .compass-purple-box {
  width: 150px;
  height: 70px;
  position: relative;
  color: #fff;
  padding: 10px;
}
.custom-html--sitecore .compass-purple-box .title-text {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  font-family: "Graphik Bold", "Arial", Sans-Serif !important;
  font-size: 13px !important;
  left: 10%;
  line-height: 1;
}
.custom-html--sitecore .compass-purple-box .header-text {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 10%;
}
.custom-html--sitecore .compass-purple-box .small-arrow {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 1;
  font-size: 20px;
}
.custom-html--sitecore .compass-white .light-text {
  color: #111;
}
.custom-html--sitecore .compass-close {
  color: #111;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding-top: 7px;
  font-size: 25px;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.custom-html--sitecore .compass.active {
  right: 45%;
}
.custom-html--sitecore .bg-color-gray-lightest {
  background: #fff !important;
}
.custom-html--sitecore .purple-text {
  color: #A100FF;
}
.custom-html--sitecore .timeline-text {
  padding-right: 10px;
}
.custom-html--sitecore ul.timeline-text {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}
.custom-html--sitecore ul.timeline-text li {
  padding-left: 0px;
  cursor: pointer;
}
.custom-html--sitecore div.box-number {
  border: 2px solid #A100FF;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-family: "Graphik Bold", "Arial", Sans-Serif !important;
}
.custom-html--sitecore .timeline .swiper-slide-12 .swiper-slide-content {
  top: 35%;
}
.custom-html--sitecore .slide-content,
.custom-html--sitecore .slide-content-2 {
  position: absolute;
  opacity: 0;
  top: 10px;
}
.custom-html--sitecore .slide-content.active,
.custom-html--sitecore .slide-content-2.active {
  opacity: 1;
  left: 0px;
  transition: all 0.8s ease;
}
.custom-html--sitecore .slide-container {
  height: 455px;
}
.custom-html--sitecore .slide-container-2 {
  height: 330px;
}
.custom-html--sitecore ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}
.custom-html--sitecore ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.custom-html--sitecore ::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
}
.custom-html--sitecore ::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}
.custom-html--sitecore .img-row {
  height: 210px;
  margin-bottom: 40px !important;
  position: relative;
  z-index: -1;
}
.custom-html--sitecore .img-group.img-group-1 img.img1 {
  position: absolute;
  z-index: 0;
  opacity: 0;
  top: -70%;
  width: 70%;
  -webkit-transition: all 1s ease 0.9s;
  transition: all 1s ease 0.9s;
}
.custom-html--sitecore .img-group.img-group-2 img.img1 {
  position: absolute;
  opacity: 0;
  top: -40%;
  right: 0px;
  width: 50%;
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
  z-index: -1;
}
.custom-html--sitecore .swiper-slide-active .img-group.img-group-1 img.img1 {
  opacity: 1;
  top: -60%;
  width: 70%;
}
.custom-html--sitecore .swiper-slide-active .img-group.img-group-2 img.img1 {
  opacity: 1;
  top: -20%;
  width: 50%;
}
.custom-html--sitecore .img-group.img-group-3 {
  height: 300px;
}
.custom-html--sitecore .img-group-3 img {
  position: absolute;
}
.custom-html--sitecore .img-group-3 img.img1 {
  opacity: 0;
  top: 10%;
  left: 10%;
  -webkit-transition: all 1s ease 1.2s;
  transition: all 1s ease 1.3s;
}
.custom-html--sitecore .img-group-3 img.img2 {
  top: 25%;
  left: 25%;
  transform: scale(0.8);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 1s ease 1.1s;
  transition: all 1s ease 1.3s;
}
.custom-html--sitecore .img-group-3 img.img3 {
  top: 35%;
  left: 35%;
  transform: scale(0.6);
  opacity: 0;
  z-index: -2;
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1.2s;
}
.custom-html--sitecore .img-group-4 img {
  position: absolute;
}
.custom-html--sitecore .img-group-4 img.img1 {
  opacity: 0;
  top: 5%;
  left: -5%;
  width: 50%;
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
.custom-html--sitecore .img-group.img-group-5 img.img1 {
  opacity: 0;
  position: absolute;
  left: 25%;
  top: 20%;
  transition: all 1s ease 1s;
}
.custom-html--sitecore .img-group.img-group-5 img.img2 {
  opacity: 0;
  position: absolute;
  top: 20%;
  left: 35%;
  transition: all 1s ease 0.9s;
}
.custom-html--sitecore .img-group.img-group-5 img.img3 {
  opacity: 0;
  position: absolute;
  top: 25%;
  left: 45%;
  transition: all 1s ease 0.8s;
}
.custom-html--sitecore .swiper-slide-active .img-group.img-group-5 img.img1 {
  opacity: 1;
  left: -5%;
  top: -15%;
}
.custom-html--sitecore .swiper-slide-active .img-group.img-group-5 img.img2 {
  opacity: 1;
  top: 0%;
  left: 16%;
}
.custom-html--sitecore .swiper-slide-active .img-group.img-group-5 img.img3 {
  opacity: 1;
  top: 20%;
  left: 40%;
}
.custom-html--sitecore .swiper-slide-active .img-group-3 img.img1 {
  opacity: 1;
  top: 0%;
  left: 0%;
}
.custom-html--sitecore .swiper-slide-active .img-group-3 img.img2 {
  opacity: 0.6;
  top: 20%;
  left: 20%;
}
.custom-html--sitecore .swiper-slide-active .img-group-3 img.img3 {
  opacity: 0.2;
  top: 35%;
  left: 35%;
}
.custom-html--sitecore .swiper-slide-active .img-group-4 img.img1 {
  opacity: 1;
  top: 0%;
  left: 0%;
  width: 70%;
}
.custom-html--sitecore .img-group.img-group-6 img.img1 {
  position: absolute;
  z-index: 0;
  opacity: 0;
  top: -40%;
  -webkit-transition: all 1s ease 0.9s;
  transition: all 1s ease 0.9s;
}
.custom-html--sitecore .img-group.img-group-7 img.img1 {
  position: absolute;
  opacity: 0;
  top: -20%;
  right: 15%;
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
  z-index: -1;
}
.custom-html--sitecore .swiper-slide-active .img-group.img-group-6 img.img1 {
  opacity: 1;
  top: -20%;
  width: 70%;
}
.custom-html--sitecore .swiper-slide-active .img-group.img-group-7 img.img1 {
  opacity: 1;
  top: 0%;
  z-index: -1;
  width: 55%;
}
.custom-html--sitecore .read-more {
  display: none;
}
.custom-html--sitecore .read-more.active {
  display: block;
}
.custom-html--sitecore .read-more-v {
  display: none;
}
.custom-html--sitecore .read-more-v.active {
  display: block;
}
.custom-html--sitecore .swiper-slide {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 98% 100%;
}
.custom-html--sitecore .swiper-slide-0 {
  background-image: url("/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/cloud-acceleration/Accenture-CA-bg-img14.jpg");
}

.custom-html--sitecore .swiper-slide-1 {
  background-image: url("/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/cloud-acceleration/Accenture-CA-bg-img13.jpg");
}

.custom-html--sitecore .swiper-slide-2 {
  background-image: url("/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/cloud-acceleration/Accenture-CA-bg-img12.jpg");
}

.custom-html--sitecore .swiper-slide-3 {
  background-image: url("/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/cloud-acceleration/Accenture-CA-bg-img11.jpg");
}

.custom-html--sitecore .swiper-slide-4 {
  background-image: url("/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/cloud-acceleration/Accenture-CA-bg-img10.jpg");
}

.custom-html--sitecore .swiper-slide-5 {
  background-image: url("/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/cloud-acceleration/Accenture-CA-bg-img9.jpg");
}

.custom-html--sitecore .swiper-slide-6 {
  background-image: url("/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/cloud-acceleration/Accenture-CA-bg-img8.jpg");
}

.custom-html--sitecore .swiper-slide-7 {
  background-image: url("/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/cloud-acceleration/Accenture-CA-bg-img7.jpg");
}

.custom-html--sitecore .swiper-slide-8 {
  background-image: url("/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/cloud-acceleration/Accenture-CA-bg-img6.jpg");
}

.custom-html--sitecore .swiper-slide-9 {
  background-image: url("/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/cloud-acceleration/Accenture-CA-bg-img5.jpg");
}

.custom-html--sitecore .swiper-slide-10 {
  background-image: url("/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/cloud-acceleration/Accenture-CA-bg-img4.jpg");
}

.custom-html--sitecore .swiper-slide-11 {
  background-image: url("/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/cloud-acceleration/Accenture-CA-bg-img3.jpg");
}

.custom-html--sitecore .swiper-slide-12 {
  background-image: url("/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/cloud-acceleration/Accenture-CA-bg-img2.jpg");
}

.custom-html--sitecore .vid-container.vid1 {
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: 8%;
  left: 35%;
  opacity: 0;
  transition: opacity 0.7s ease 1s;
}
.custom-html--sitecore .swiper-slide-active .vid-container.vid1 {
  opacity: 0.7;
}
.custom-html--sitecore .vid-container.vid1 video {
  width: 100%;
}
.custom-html--sitecore .vid-container.vid2 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.custom-html--sitecore .vid-container.vid2 video {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .custom-html--sitecore .body-content .ui-container.article-ribbon {
    position: fixed;
    bottom: -200px;
    width: 100%;
    z-index: 2;
    transition: all 0.6s ease 0.7s;
  }
  #footer {
    position: fixed;
    bottom: -300px;
    width: 100%;
    z-index: 1;
    transition: all 0.6s ease 0.7s;
  }
  .custom-html--sitecore .body-content .ui-container.article-ribbon.active {
    bottom: 160px;
  }
  .custom-html--sitecore .body-content .ui-container.article-ribbon {
    transform: scale(0.8);
    width: 130%;
    left: -10%;
  }
  #footer.active {
    position: fixed;
    bottom: -30px;
  }
  #footer {
    transform: scale(0.8);
    width: 130%;
    left: -10%;
  }
  .custom-html--sitecore span.module-title.cta-text {
    padding-left: 100px;
  }
}
.custom-html--sitecore .menu-left {
  position: fixed;
  z-index: 10;
  width: 100px;
  height: 95%;
  left: 0;
  top: 70px;
  background: #fff;
}
.custom-html--sitecore .menu-title {
  text-align: center;
  color: #A100FF;
  padding-top: 10px;
  padding-left: 10px;
}
.custom-html--sitecore ul.menu-bar {
  height: 58%;
  position: absolute;
  top: 4%;
}
.custom-html--sitecore ul.menu-bar:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: #E5E5E5;
  top: 50%;
  transform: translateY(-50%);
}
.custom-html--sitecore ul.menu-bar:before {
  content: "";
  width: 2px;
  height: 1%;
  bottom: 0%;
  background: #A100FF;
  position: absolute;
  transition: all 0.8s ease;
  z-index: 1;
}
.custom-html--sitecore ul.menu-bar li {
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 50%;
  padding: 0px;
  list-style-type: none;
  position: relative;
  left: -4px;
  z-index: 2;
}
.custom-html--sitecore ul.menu-bar li:after {
  content: '';
  width: 60%;
  height: 60%;
  background: #E5E5E5;
  position: absolute;
  border-radius: 50%;
  top: 20%;
  left: 20%;
}
.custom-html--sitecore ul.menu-bar.bar-0:before {
  height: 1%;
}
.custom-html--sitecore ul.menu-bar.bar-1:before {
  height: 11%;
}
.custom-html--sitecore ul.menu-bar.bar-2:before {
  height: 24%;
}
.custom-html--sitecore ul.menu-bar.bar-3:before {
  height: 36%;
}
.custom-html--sitecore ul.menu-bar.bar-4:before {
  height: 50%;
}
.custom-html--sitecore ul.menu-bar.bar-5:before {
  height: 61%;
}
.custom-html--sitecore ul.menu-bar.bar-6:before {
  height: 74%;
}
.custom-html--sitecore ul.menu-bar.bar-7:before {
  height: 85%;
}
.custom-html--sitecore ul.menu-bar.bar-8:before {
  height: 99%;
}
.custom-html--sitecore ul.menu-bar li {
  transition: background 0.7s ease;
  cursor: pointer;
}
.custom-html--sitecore ul.menu-bar li:nth-child(1) {
  position: absolute;
  left: 11px;
  top: -2%;
}
.custom-html--sitecore ul.menu-bar li:nth-child(2) {
  position: absolute;
  left: 11px;
  top: 11.5%;
}
.custom-html--sitecore ul.menu-bar li:nth-child(3) {
  position: absolute;
  left: 11px;
  top: 24%;
}
.custom-html--sitecore ul.menu-bar li:nth-child(4) {
  position: absolute;
  left: 11px;
  top: 36.5%;
}
.custom-html--sitecore ul.menu-bar li:nth-child(5) {
  position: absolute;
  left: 11px;
  top: 49%;
}
.custom-html--sitecore ul.menu-bar li:nth-child(6) {
  position: absolute;
  left: 11px;
  top: 61.5%;
}
.custom-html--sitecore ul.menu-bar li:nth-child(7) {
  position: absolute;
  left: 11px;
  top: 74%;
}
.custom-html--sitecore ul.menu-bar li:nth-child(8) {
  position: absolute;
  left: 11px;
  top: 86.5%;
}
.custom-html--sitecore ul.menu-bar li:nth-child(9) {
  position: absolute;
  bottom: -2%;
  left: 11px;
  background: rgba(161, 0, 255, 0.2);
}
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(1),
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(2),
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(3),
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(4),
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(5),
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(6),
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(7),
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(8) {
  transition-delay: 0.8s;
  background: rgba(161, 0, 255, 0.2);
}
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(1):after,
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(2):after,
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(3):after,
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(4):after,
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(5):after,
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(6):after,
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(7):after,
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(8):after {
  background: #a100ff;
}
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(2),
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(3),
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(4),
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(5),
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(6),
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(7),
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(8) {
  transition-delay: 0.8s;
  background: rgba(161, 0, 255, 0.2);
}
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(2):after,
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(3):after,
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(4):after,
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(5):after,
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(6):after,
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(7):after,
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(8):after {
  background: #a100ff;
}
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(3),
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(4),
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(5),
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(6),
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(7),
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(8) {
  transition-delay: 0.8s;
  background: rgba(161, 0, 255, 0.2);
}
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(3):after,
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(4):after,
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(5):after,
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(6):after,
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(7):after,
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(8):after {
  background: #a100ff;
}
.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(4),
.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(5),
.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(6),
.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(7),
.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(8) {
  transition-delay: 0.8s;
  background: rgba(161, 0, 255, 0.2);
}
.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(4):after,
.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(5):after,
.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(6):after,
.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(7):after,
.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(8):after {
  background: #a100ff;
}
.custom-html--sitecore ul.menu-bar.bar-4 li:nth-child(5),
.custom-html--sitecore ul.menu-bar.bar-4 li:nth-child(6),
.custom-html--sitecore ul.menu-bar.bar-4 li:nth-child(7),
.custom-html--sitecore ul.menu-bar.bar-4 li:nth-child(8) {
  transition-delay: 0.8s;
  background: rgba(161, 0, 255, 0.2);
}
.custom-html--sitecore ul.menu-bar.bar-4 li:nth-child(5):after,
.custom-html--sitecore ul.menu-bar.bar-4 li:nth-child(6):after,
.custom-html--sitecore ul.menu-bar.bar-4 li:nth-child(7):after,
.custom-html--sitecore ul.menu-bar.bar-4 li:nth-child(8):after {
  background: #a100ff;
}
.custom-html--sitecore ul.menu-bar.bar-3 li:nth-child(6),
.custom-html--sitecore ul.menu-bar.bar-3 li:nth-child(7),
.custom-html--sitecore ul.menu-bar.bar-3 li:nth-child(8) {
  transition-delay: 0.8s;
  background: rgba(161, 0, 255, 0.2);
}
.custom-html--sitecore ul.menu-bar.bar-3 li:nth-child(6):after,
.custom-html--sitecore ul.menu-bar.bar-3 li:nth-child(7):after,
.custom-html--sitecore ul.menu-bar.bar-3 li:nth-child(8):after {
  background: #a100ff;
}
.custom-html--sitecore ul.menu-bar.bar-2 li:nth-child(7),
.custom-html--sitecore ul.menu-bar.bar-2 li:nth-child(8) {
  transition-delay: 0.8s;
  background: rgba(161, 0, 255, 0.2);
}
.custom-html--sitecore ul.menu-bar.bar-2 li:nth-child(7):after,
.custom-html--sitecore ul.menu-bar.bar-2 li:nth-child(8):after {
  background: #a100ff;
}
.custom-html--sitecore ul.menu-bar.bar-1 li:nth-child(8) {
  transition-delay: 0.8s;
  background: rgba(161, 0, 255, 0.2);
}
.custom-html--sitecore ul.menu-bar.bar-1 li:nth-child(8):after {
  background: #a100ff;
}
.custom-html--sitecore ul.menu-bar li:nth-child(9):after {
  background: #a100ff;
}
.custom-html--sitecore ul.menu-bar li:nth-child(10) {
  display: none;
  top: 96.5%;
  left: 11px;
  background: rgba(161, 0, 255, 0.2);
  width: 20px;
  height: 20px;
  z-index: 1;
  position: absolute;
}
.custom-html--sitecore ul.menu-bar li .menu-sub-title {
  opacity: 0;
  text-align: center;
  color: #A100FF;
  position: fixed;
  /* top: 40%; */
  transform: rotate(-90deg) translateY(-50%);
  left: -108px;
  width: 400px;
}
.custom-html--sitecore ul.menu-bar.bar-0 li:nth-child(9) .menu-sub-title {
  opacity: 1;
}
.custom-html--sitecore ul.menu-bar.bar-1 li:nth-child(8) .menu-sub-title {
  opacity: 1;
}
.custom-html--sitecore ul.menu-bar.bar-2 li:nth-child(7) .menu-sub-title {
  opacity: 1;
}
.custom-html--sitecore ul.menu-bar.bar-3 li:nth-child(6) .menu-sub-title {
  opacity: 1;
}
.custom-html--sitecore ul.menu-bar.bar-4 li:nth-child(5) .menu-sub-title {
  opacity: 1;
}
.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(4) .menu-sub-title {
  opacity: 1;
}
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(3) .menu-sub-title {
  opacity: 1;
  top: 20%;
}
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(2) .menu-sub-title {
  opacity: 1;
  top: 30%;
}
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(1) .menu-sub-title {
  opacity: 1;
  top: 40%;
}
.custom-html--sitecore ul.menu-bar li .menu-left-progress-bar {
  height: 8.2%;
  width: 4px;
  background: #A100FF;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: height 0.8s ease;
}
.custom-html--sitecore .scrollButton.ani-4 {
  bottom: 1%;
  top: auto;
  left: 48%;
  width: 120px;
  z-index: 5;
  font-size: 12px;
  padding: 0.2em 0.96rem;
}
@media screen and (max-height: 1024px) and (max-width: 768px) {
  .custom-html--sitecore .timeline {
    display: none;
  }
  .custom-html--sitecore .menu-left {
    display: none;
  }
  .custom-html--sitecore .img-marquee {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: -1;
  }
  .custom-html--sitecore .img-marquee img {
    position: absolute;
    height: 100%;
    width: auto;
    right: 0;
  }
  .custom-html--sitecore .scrollButtonMobile {
    transform: translateX(45%);
  }
}
.custom-html--sitecore .tv-quickaccess.isActive {
  display: block;
}
.custom-html--sitecore .tv-quickaccess {
  position: fixed;
  z-index: 100;
  left: 100px;
  bottom: 100%;
  display: block;
  transition: all 0.7s ease-out;
  width: 105.24px;
  height: 105.24px;
}
.custom-html--sitecore .tv-quickaccess.isActive {
  bottom: 28%;
}
.custom-html--sitecore .tv-quickaccess__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.custom-html--sitecore .tv-quickaccess__item {
  cursor: pointer;
  position: absolute;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-family: "Graphik Medium", "Arial Black", sans-serif;
  font-size: 8px;
  line-height: 9px;
  border: 0;
  width: 80px;
  height: 80px;
  transition: all 0.6s ease;
}
.custom-html--sitecore .tv-quickaccess__item:hover {
  background-color: #A100FF;
}
.custom-html--sitecore .tv-quickaccess__item.shide {
  top: 0 !important;
}
.custom-html--sitecore .tv-quickaccess__item.downloads {
  top: 0;
  z-index: 5;
}
.custom-html--sitecore .tv-quickaccess__item.downloads i.close-download {
  font-size: 24px;
  transition: all 0.6s ease;
  transform: rotate(135deg);
}
.custom-html--sitecore .tv-quickaccess__item.downloads.isActive a,
.custom-html--sitecore .tv-quickaccess__item.downloads.isActive a span {
  color: #A100FF !important;
}
.custom-html--sitecore .tv-quickaccess__item.downloads.isActive:hover a,
.custom-html--sitecore .tv-quickaccess__item.downloads.isActive:hover a span {
  color: #fff !important;
}
.custom-html--sitecore .tv-quickaccess__item.downloads.isActive i.close-download {
  font-size: 24px;
  transition: all 0.6s ease;
  transform: rotate(0deg);
}
.custom-html--sitecore .tv-quickaccess__item.full-report {
  top: -100px;
  z-index: 4;
}
.custom-html--sitecore .tv-quickaccess__item.short-report {
  top: -200px;
  z-index: 3;
}
.custom-html--sitecore .tv-quickaccess__item.slide-share {
  top: -300px;
  z-index: 2;
}
.custom-html--sitecore .tv-quickaccess__item.slide-info {
  top: -400px;
  z-index: 1;
}
.custom-html--sitecore .tv-quickaccess__item a,
.custom-html--sitecore .tv-quickaccess__item div.btn-download {
  font-family: "Graphik Medium", "Arial Black", Sans-Serif;
  font-size: 8px;
  line-height: 9px;
  color: #fff;
  display: block;
  padding: 5px;
}
.custom-html--sitecore .tv-quickaccess__item a span,
.custom-html--sitecore .tv-quickaccess__item div.btn-download span {
  font-family: "Graphik Medium", "Arial Black", Sans-Serif;
  clear: both;
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee {
  position: fixed;
  bottom: 5px;
  left: 0.5%;
  z-index: 11;
}
@media screen and (max-height: 1024px) and (max-width: 768px) {
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee {
    bottom: 50%;
    transform: translateY(50%);
    left: 1%;
    z-index: 11;
  }
  .custom-html--sitecore .mobileView {
    padding: 0 7% !important;
  }
  .custom-html--sitecore .navbar-header {
    float: none;
  }
  .custom-html--sitecore .navbar-toggle {
    display: block;
  }
  .custom-html--sitecore .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .custom-html--sitecore .navbar-default .navbar-nav > li > a:hover,
  .custom-html--sitecore .navbar-default .navbar-nav > li > a:focus {
    color: #A100FF;
  }
  .custom-html--sitecore .navbar-collapse.collapse {
    display: none !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  .custom-html--sitecore .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .custom-html--sitecore .navbar-nav > li {
    float: none;
  }
  .custom-html--sitecore .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .custom-html--sitecore .navbar-text {
    float: none;
    margin: 15px 0;
  }
  .custom-html--sitecore .navbar-collapse.collapse.in {
    display: block !important;
  }
  .custom-html--sitecore .collapsing {
    overflow: hidden !important;
  }
  .custom-html--sitecore .navbar-default .navbar-toggle {
    margin-top: 5px;
  }
  .custom-html--sitecore .mobile-menu {
    top: 50px !important;
    z-index: 5;
  }
}
.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: 2px;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger {
  display: block;
  text-align: center;
  padding: 5px;
  color: #7E00FF;
  border: 1px solid #7E00FF;
  border-radius: 50%;
  font-size: 20px;
  height: 30px;
  width: 30px;
  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.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 2500px;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.facebook {
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  top: 2500px;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.mail {
  -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.isActive .social-icon-trigger {
  top: 0;
  opacity: 1;
}
.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: #7E00FF;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover {
  background-color: #7E00FF;
  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: #7E00FF;
  border: 1px solid #7E00FF;
  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: #7E00FF;
  color: #fff;
}


.custom-html--sitecore {
    /*Ipad*/
    /*Mobile*/
    /*Social Icons*/
    /*Mobile Download*/
    /*Add CSS*/
    /**scroll bar**/
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
    /**Image Animation**/
    /**Mobile view**/
    /**Image background**/
    /**Footer**/
    /**Left Menu**/
    /**Docs**/
    /**Social Media**/
  }
  .custom-html--sitecore h1.timeline-title {
    font-family: "Graphik Bold", "Arial", Sans-Serif !important;
    font-size: 125px !important;
    line-height: 1 !important;
  }
  .custom-html--sitecore .submarqueeText {
    font-family: "Graphik Bold", "Arial", Sans-Serif !important;
    font-size: 40px !important;
    line-height: 1 !important;
  }
  .custom-html--sitecore .section-submarqueeText {
    font-family: "Graphik Bold", "Arial", Sans-Serif !important;
    font-size: 35px !important;
    line-height: 1 !important;
  }
  .custom-html--sitecore .sectionTitle {
    font-family: "Graphik Bold", "Arial", Sans-Serif !important;
    font-size: 45px !important;
    line-height: 1 !important;
  }
  .custom-html--sitecore .sectionTitle-large {
    font-family: "Graphik Bold", "Arial", Sans-Serif !important;
    font-size: 60px !important;
    line-height: 1 !important;
  }
  .custom-html--sitecore .columnTitle {
    font-family: "Graphik Bold", "Arial", Sans-Serif !important;
    font-size: 24px !important;
    line-height: 1 !important;
    margin-bottom: 5%;
  }
  .custom-html--sitecore .graphikBold {
    font-family: "Graphik Bold", "Arial", Sans-Serif !important;
    font-size: 1.76rem !important;
  }
  .custom-html--sitecore #block-keep-rising-above-and-beyond .graphikBold {
    line-height: 1.3;
  }
  .custom-html--sitecore .graphikBold-large {
    font-family: "Graphik Bold", "Arial", Sans-Serif !important;
    font-size: 2.08rem !important;
    line-height: 1.3;
  }
  .custom-html--sitecore .graphikMedium {
    font-family: "Graphik Medium", "Arial", Sans-Serif !important;
    font-size: 18px !important;
  }
  .custom-html--sitecore .author-information .graphikMedium {
    line-height: 1 !important;
  }
  .custom-html--sitecore .author-information .graphikBold {
    font-size: 2.08rem !important;
    margin-bottom: 0 !important;
  }
  .custom-html--sitecore h2.graphikMedium {
    font-family: "Graphik Medium", "Arial", Sans-Serif !important;
    font-size: 30px !important;
    font-weight: normal !important;
  }
  .custom-html--sitecore .graphikMedium-subhead {
    font-family: "Graphik Medium", "Arial", Sans-Serif !important;
    font-size: 19px !important;
  }
  .custom-html--sitecore .purple {
    color: #A100FF;
  }
  .custom-html--sitecore .purple-box {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 200px;
    min-width: 50px;
    height: 200px;
    height: auto;
    padding: 2% 3% 1% 3%;
    background-color: #610099;
    box-shadow: 10px 8px 0px #A100FF;
    color: #fff !important;
  }
  .custom-html--sitecore .buttonLabel {
    font-family: "Graphik Bold", "Arial", Sans-Serif !important;
    font-size: 17px !important;
  }
  .custom-html--sitecore .purple-box .compass {
    transition: right 0.6s ease;
    background: none;
    border: none;
    width: auto;
    height: auto;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    color: white;
    font-size: 25px;
  }
  @media screen and (min-width: 768px) {
    .custom-html--sitecore .marqueeContent.swiper-slide-content {
      top: 30%;
    }
  }
  .custom-html--sitecore .noMarginBottom {
    margin-bottom: 0 !important;
  }
  .custom-html--sitecore .contentContainer {
    padding-top: 3%;
  }
  .custom-html--sitecore .paddingContent {
    padding-right: 5%;
  }
  .custom-html--sitecore .active {
    font-weight: unset !important;
  }
  .custom-html--sitecore .statImage {
    width: 100%;
  }
  .custom-html--sitecore .cta-rightFloat {
    float: right;
    padding-right: 5%;
  }
  .custom-html--sitecore ul.timeline-text.purple-text li {
    font-weight: bold;
  }
  .custom-html--sitecore span.label-number {
    margin-right: 1em;
    padding: 8px;
    border: 2px solid #A100FF;
    font-size: 26px !important;
    line-height: 70px !important;
  }
  .custom-html--sitecore strong {
    font-family: "Graphik Bold", "Arial", Sans-Serif;
  }
  .custom-html--sitecore .purple.numberStat {
    font-family: "Graphik Bold", "Arial", Sans-Serif !important;
    font-size: 4em !important;
    border-bottom-width: 10px;
    border-bottom-color: #A100FF;
    border-bottom-style: solid;
    width: 2.1em;
  }
  .custom-html--sitecore .largeNumber {
    font-family: "Graphik Bold", "Arial", Sans-Serif !important;
    font-size: 3em !important;
    line-height: 0.7 !important;
  }
  .custom-html--sitecore .compassStatic {
    background: #A100FF;
    border: 1px solid #A100FF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding-top: 7px;
    cursor: auto;
    color: white;
    font-size: 25px;
    margin-right: 2%;
  }
  .custom-html--sitecore .swiper-slide-7 .col-sm-10.ani-4.purple.columnTitle {
    padding-left: 4%;
    padding-top: 1%;
  }
  .custom-html--sitecore .author-padding {
    padding-right: 1%;
  }
  @media only screen and (min-width: 768px) {
    .custom-html--sitecore .author-profile .author-profile-container .profile-container {
      float: left !important;
    }
    .custom-html--sitecore .marqueeContent.swiper-slide-content {
      left: 24rem !important;
    }
  }
  .custom-html--sitecore .author-profile,
  .custom-html--sitecore .many-author-profile {
    background-color: transparent;
  }
  .custom-html--sitecore .compass.static.active {
    right: 0 !important;
  }
  .custom-html--sitecore a.ion-social-linkedin {
    margin: 0 5px;
  }
  .custom-html--sitecore .button-container .graphikBold-mobile.purple {
    position: absolute;
    line-height: 1;
  }
  .custom-html--sitecore .ctaPurple {
    font-family: "Graphik Bold", "Arial", Sans-Serif !important;
    font-size: 19px !important;
    line-height: 1 !important;
    margin-bottom: 5%;
    padding-top: 1%;
    position: absolute;
  }
  .custom-html--sitecore .col-xs-12.compass.static {
    left: 180px;
    top: 0px;
  }
  .custom-html--sitecore .scrollButton,
  .custom-html--sitecore .scrollButtonMobile {
    border-radius: 68.5px;
    background-color: black;
    padding: 0.45em 1.5rem;
    font-size: 20px;
    min-width: 1.6rem;
    color: white;
    width: 140px;
    position: absolute;
    top: 80%;
    right: 50%;
    text-align: center;
    font-family: graphik bold;
  }
  .custom-html--sitecore .scrollButton:hover {
    cursor: pointer;
  }
  .custom-html--sitecore .compass-purple-box:hover {
    cursor: pointer;
  }
  .custom-html--sitecore .left-content p.timeline-text {
    font-size: 1.76rem;
  }
  .custom-html--sitecore small.columnSubTitle.graphikMedium {
    font-size: 16px !important;
  }
  .custom-html--sitecore .columnTitle.left-title {
    font-size: 30px !important;
  }
  .custom-html--sitecore .swiper-slide-3 .compass-purple-box {
    width: 150px;
    height: 60px;
  }
  .custom-html--sitecore .swiper-slide-3 .compass-purple-box:before,
  .custom-html--sitecore .swiper-slide-3 .compass-purple-box:after {
    width: 160px;
    height: 70px;
  }
  .custom-html--sitecore ul.timeline-text li {
    padding-bottom: 2.4rem !important;
  }
  .custom-html--sitecore .purpleLink {
    text-decoration: none !important;
  }
  .custom-html--sitecore .modernize .purple,
  .custom-html--sitecore .smarter .purple,
  .custom-html--sitecore .acceleration .purple,
  .custom-html--sitecore .maximizing .purple,
  .custom-html--sitecore .pickup .purple,
  .custom-html--sitecore .quick .purple,
  .custom-html--sitecore .enel .purple {
    line-height: 1 !important;
  }
  .custom-html--sitecore .quick .compass.static,
  .custom-html--sitecore .enel .compass.static {
    position: absolute;
    top: 2px;
    left: 315px;
  }
  .custom-html--sitecore .pickup .compass.static {
    position: absolute;
    top: 7px;
    left: 210px;
  }
  .custom-html--sitecore .modernize .compass.static {
    position: absolute;
    top: 9px;
    left: 155px;
  }
  .custom-html--sitecore .smarter .compass.static {
    position: absolute;
    top: 2px;
    left: 235px;
  }
  .custom-html--sitecore .smarter {
    transform: translate(5%, 600%);
  }
  .custom-html--sitecore .acceleration .compass.static {
    position: absolute;
    top: 9px;
    left: 185px;
  }
  .custom-html--sitecore .maximizing .compass.static {
    position: absolute;
    top: 7px;
    left: 295px;
  }
  .custom-html--sitecore .compass.static {
    font-family: "Graphik Medium", "Arial", Sans-Serif !important;
  }
  .custom-html--sitecore .swiper-slide-8 .sectionTitle {
    font-size: 40px !important;
  }
  .custom-html--sitecore .box-text {
    padding-left: 20px;
  }
  .custom-html--sitecore .blueColor {
    color: #008;
  }
  @media only screen and (max-width: 1024px) {
    .custom-html--sitecore #cloud-ascent {
      padding-top: 50px !important;
      transform: translateY(50%);
    }
    .custom-html--sitecore .statImage {
      width: 80%;
    }
    .custom-html--sitecore .marquee-mobile {
      font-size: 4.5em;
      line-height: 0.85;
    }
    .custom-html--sitecore .no-padding {
      padding: 0 !important;
    }
    .custom-html--sitecore .mobileView {
      margin: auto;
      padding: 0 5%;
    }
    .custom-html--sitecore .marquee-section.mobileView {
      padding-bottom: 2%;
    }
    .custom-html--sitecore .marquee-section,
    .custom-html--sitecore .subMarquee-section {
      box-shadow: 0 0.33em 0.25em 0 rgba(0, 0, 0, 0.2);
      position: relative;
    }
    .custom-html--sitecore .sectionTitle-mobile {
      font-family: "Graphik Bold", "Arial", Sans-Serif !important;
      line-height: 1 !important;
      font-size: 2em;
    }
    .custom-html--sitecore .section-image {
      padding-top: 0;
      transform: translateY(-5%);
    }
    .custom-html--sitecore .columnTitle-mobile {
      font-family: "Graphik Bold", "Arial", Sans-Serif !important;
      font-size: 18px !important;
      line-height: 1 !important;
    }
    .custom-html--sitecore .graphikBold-mobile {
      font-family: "Graphik Bold", "Arial", Sans-Serif !important;
    }
    .custom-html--sitecore .graphikBold-mobile-large {
      font-family: "Graphik Bold", "Arial", Sans-Serif !important;
      font-size: 1.3em !important;
    }
    .custom-html--sitecore .compass {
      font-size: inherit;
      width: 140px;
      text-indent: 5%;
    }
    .custom-html--sitecore ul.mobile-ul {
      list-style-type: none;
      margin-top: 0;
      margin-bottom: 10px;
      margin-left: 0;
      padding-left: 0;
    }
    .custom-html--sitecore .mobile-ul li {
      padding-left: 0;
    }
    .custom-html--sitecore .graphikMedium-mobile {
      font-family: "Graphik Medium", "Arial", Sans-Serif !important;
    }
    .custom-html--sitecore .marquee-title {
      position: absolute;
      top: 40px;
    }
    .custom-html--sitecore .box-number {
      height: 26px !important;
      width: 8% !important;
    }
    .custom-html--sitecore .scrollButton {
      min-width: 11% !important;
    }
    .custom-html--sitecore .section-2,
    .custom-html--sitecore .section-3,
    .custom-html--sitecore .section-4,
    .custom-html--sitecore .section-5,
    .custom-html--sitecore .section-6,
    .custom-html--sitecore .section-7,
    .custom-html--sitecore .section-8 {
      margin-top: 1em !important;
    }
    .custom-html--sitecore .author-title {
      font-family: "Graphik Bold", "Arial", Sans-Serif !important;
      font-size: 18px !important;
      line-height: 1 !important;
      margin-bottom: 1em;
    }
    .custom-html--sitecore .author-information {
      margin-bottom: 1em;
    }
    .custom-html--sitecore .marqueeSpacer {
      margin-top: 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .custom-html--sitecore .mobileView {
      margin: auto;
      padding: 0 5%;
      top: 10px;
    }
    .custom-html--sitecore .statImage {
      width: 100% !important;
    }
    .custom-html--sitecore .marquee-section.mobileView {
      padding-bottom: 2%;
    }
    .custom-html--sitecore .sectionTitle-mobile {
      font-family: "Graphik Bold", "Arial", Sans-Serif !important;
      line-height: 1 !important;
    }
    .custom-html--sitecore .section-image {
      padding-top: 20%;
      transform: translateY(-20%);
    }
    .custom-html--sitecore .columnTitle-mobile {
      font-family: "Graphik Bold", "Arial", Sans-Serif !important;
      font-size: 18px !important;
      line-height: 1 !important;
    }
    .custom-html--sitecore .graphikBold-mobile {
      font-family: "Graphik Bold", "Arial", Sans-Serif !important;
    }
    .custom-html--sitecore .compass {
      font-size: inherit;
      width: 140px;
      text-indent: 5%;
    }
    .custom-html--sitecore ul.mobile-ul {
      list-style-type: none;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
      padding-left: 0;
    }
    .custom-html--sitecore .mobile-ul li {
      padding-left: 0;
    }
    .custom-html--sitecore .graphikMedium-mobile {
      font-family: "Graphik Medium", "Arial", Sans-Serif !important;
    }
    .custom-html--sitecore .marquee-title {
      position: absolute;
    }
    .custom-html--sitecore .section-1 {
      margin-top: 1em;
    }
  }
  @media only screen and (max-width: 320px) {
    .custom-html--sitecore #cloud-ascent {
      transform: none;
    }
    .custom-html--sitecore .col-xs-12.compass.static {
      left: 170px !important;
    }
    .custom-html--sitecore .compass {
      width: 125px;
    }
  }
  .custom-html--sitecore .swiper-slide .img-row {
    margin-bottom: -10px;
  }
  .custom-html--sitecore .social-likes.social-likes_visible i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .custom-html--sitecore .social-likes.social-likes_visible {
    position: relative;
    float: left;
    border: 2px #004dff solid;
    color: #004dff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: -5px 10px 0 10px;
    cursor: pointer;
  }
  .custom-html--sitecore .share-text.eyebrow-title {
    float: left;
    padding-right: 10px;
  }
  .custom-html--sitecore .tv-quickaccess-mobile {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: -150%;
    display: block;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    width: 40px;
    height: 40px;
  }
  .custom-html--sitecore .tv-quickaccess-mobile.isActive {
    bottom: 3%;
    right: 1%;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item {
    cursor: pointer;
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-family: "Graphik Medium", "Arial Black", sans-serif;
    font-size: 8px;
    line-height: 9px;
    border: 0;
    width: 40px;
    height: 40px;
    min-height: 40px;
    border-radius: 0%;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    animation: shadow-pulse 5s infinite;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .btn-download {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item:hover {
    background-color: #a100ff;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.shide {
    bottom: 0 !important;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads {
    bottom: 0;
    z-index: 5;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads i.close-download {
    font-size: 24px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a span,
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive a {
    color: #a100ff !important;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span,
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive:hover a {
    color: #fff !important;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive i.close-download {
    font-size: 24px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.full-report {
    bottom: 41px;
    z-index: 4;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.short-report {
    bottom: 82px;
    z-index: 3;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.slide-share {
    top: -50px;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.slide-info {
    bottom: 164px;
    z-index: 1;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download,
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item a {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    font-size: 7px;
    line-height: 9px;
    color: #fff;
    display: block;
    padding: 12px;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download span,
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item a span {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    clear: both;
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
  }
  @media screen and (min-width: 1500px) {
    .custom-html--sitecore .tv-quickaccess.isActive {
      display: block;
    }
    .custom-html--sitecore .tv-quickaccess-mobile.isActive {
      display: none;
    }
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .custom-html--sitecore .img-marquee img {
      width: 100% !important;
    }
  }
  @keyframes shadow-pulse {
    0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    50% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    }
    100% {
      box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
  }
 
