:root {
  --white: white;
  --twisted-orange: #d84852;
  --twisted-orange-50: rgba(242, 95, 37, .5);
  --white-50: rgba(255, 255, 255, .5);
  --black: black;
  --popup-overlay: rgba(255, 255, 255, .44);
}

.main-wrapper {
  height: 100vh;
  object-fit: none;
  background-color: #ececeb;
  justify-content: center;
  align-items: center;
  font-family: Graphik web, sans-serif;
  display: flex;
  overflow: hidden;
}

.mobile-message {
  width: 100%;
  height: 100vh;
  background-color: var(--twisted-orange);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading-2 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.home-button {
  z-index: 1;
  width: auto;
  height: 40px;
  background-color: var(--white);
  color: var(--accenture-purple\<deleted\|variable-ee1e8298\>);
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  display: none;
}

.home-button:hover {
  transform: scale(1.05);
}

.top-nav {
  z-index: 3;
  align-items: center;
  display: flex;
  position: fixed;
  top: 2vh;
  right: 2vh;
}

.text-block {
  color: var(--twisted-orange);
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: 11px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-2 {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.scene {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.intro-logo {
  width: 130px;
  margin-right: 22px;
  position: relative;
}

.popup-intro {
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  opacity: 1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.popup-container {
  max-width: 250px;
  border-radius: 12px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.popup-container.popup-end-container {
  height: 46vh;
  max-width: 800px;
  background-color: var(--white);
}

.header {
  justify-content: space-between;
  align-items: center;
  margin: 28px 30px 52px;
  display: flex;
}

.body {
  margin: 30px 30px 23px;
}

.flex-columns {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-columns.intro {
  margin-top: 30px;
  margin-bottom: 30px;
}

.flex-columns.intro.no {
  display: none;
}

.paragraph {
  color: #000;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.3em;
}

.instructions-heading {
  color: #000;
  text-align: left;
  margin-top: 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.15em;
}

.card {
  transition: top .4s cubic-bezier(.55, .055, .675, .19);
  position: relative;
}

.card.in {
  top: 0;
}

.col-33 {
  width: 33%;
  margin-right: 42px;
}

.col-66 {
  width: 66%;
}

.popup-card {
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.popup-dice-roll {
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  opacity: 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.popup-end {
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  opacity: 1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.button {
  max-width: 170px;
  background-color: var(--twisted-orange);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 32px;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s ease-in-out;
}

.button:hover {
  color: var(--twisted-orange);
  background-color: #fff;
  border-color: #a100ff;
}

.button.view-cards-button {
  max-width: none;
  margin-left: 15px;
  display: block;
}

.button.view-cards-button.hideyo, .button.replay-button {
  display: none;
}

.button.play-button {
  max-width: 200px;
}

.intro-image {
  transition: top .5s cubic-bezier(.55, .055, .675, .19);
  position: relative;
}

.popup-cards {
  z-index: 2;
  width: 100%;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.flex-row {
  justify-content: flex-start;
  display: flex;
}

.hotspots {
  z-index: 2;
  width: 50%;
  height: 50vh;
  display: none;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
}

.hotspot {
  z-index: 1;
  width: auto;
  height: auto;
  color: #fff;
  cursor: pointer;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 10px rgba(181, 65, 255, 0);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 24px;
  font-weight: 900;
  transition: transform .25s;
  display: flex;
  position: absolute;
  top: 10vh;
  left: 10vh;
  transform: rotate(0);
}

.hotspot:hover {
  border: 10px #b541ff;
  transform: scale(1.12);
}

.hotspot.hotspot-1 {
  top: 29.6vh;
  left: -4.6vh;
}

.hotspot.hotspot-2 {
  z-index: 15;
  top: 22.4vh;
  left: 12.8vh;
}

.hotspot.hotspot-3 {
  top: 14.8vh;
  left: 31.7vh;
}

.hotspot.hotspot-4 {
  z-index: 15;
  top: 7.1vh;
  left: 48.7vh;
}

.hotspot.hotspot-5 {
  z-index: 10;
  top: -28.5vh;
  left: 35.5vh;
}

.hotspot.hotspot-6 {
  top: -34.5vh;
  left: .5vh;
}

.hotspot.hotspot-7 {
  top: -21.3vh;
  left: -24.9vh;
}

.hotspot.hotspot-8 {
  top: 5.3vh;
  left: -41.9vh;
}

.hotspot.hotspot-9 {
  top: 17.8vh;
  left: -9.7vh;
}

.hotspot.hotspot-10 {
  z-index: 14;
  top: 6.7vh;
  left: 17.3vh;
}

.hotspot.hotspot-11 {
  z-index: 15;
  top: -9.3vh;
  left: 46.6vh;
}

.hotspot.hotspot-12 {
  z-index: 0;
  top: -24.5vh;
  left: 66.4vh;
}

.hotspot.hotspot-13 {
  top: -36.5vh;
  left: 41.5vh;
}

.hotspot.hotspot-15 {
  top: 1vh;
  left: -28.9vh;
}

.hotspot.hotspot-14 {
  top: -13.6vh;
  left: -13.7vh;
}

.hotspot-icon-wrap {
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: var(--twisted-orange);
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.hotspot-icon {
  width: 12px;
  height: 12px;
  max-width: none;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
}

.hotspot-pulse {
  width: 20px;
  height: 20px;
  background-color: var(--twisted-orange-50);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%)translate(0, -50%);
}

.hotspot-label {
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  display: none;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
  box-shadow: 2px 2px 12px rgba(0, 0, 0, .03);
}

.hotspot-label.wrap {
  width: 270px;
  white-space: normal;
  top: -52px;
}

.popup-close-button {
  width: 42px;
  height: 42px;
  background-color: var(--white);
  color: #d42e75;
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.popup-close-button-text {
  color: var(--twisted-orange);
  cursor: pointer;
  padding: 20px;
  font-family: Graphik web, sans-serif;
  font-size: 36px;
  font-weight: 500;
  transition: transform .2s;
  transform: rotate(45deg);
}

.popup-close-button-text:hover {
  transform: rotate(135deg);
}

.popup-container-intro {
  height: auto;
  max-width: 800px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.slide {
  height: 65vh;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Services-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  position: relative;
}

.slide.slide3 {
  background-image: url('../images/Accenture-01.png');
}

.slide.slide5 {
  background-image: url('../images/Services-02.png');
}

.slide.slide-8 {
  background-image: url('../images/Services-07.png');
}

.slide.slide-10 {
  background-image: url('../images/Accenture-02.png');
}

.slide.slide-12 {
  background-image: url('../images/Services-03.png');
}

.slide.slide-16 {
  background-image: url('../images/Services-04.png');
}

.slide.slide-14 {
  background-image: url('../images/Accenture-03.png');
}

.slide.slide-18 {
  background-image: url('../images/Accenture-04.png');
}

.slide.slide-20 {
  background-image: url('../images/Services-05.png');
}

.slide.slide-22 {
  background-image: url('../images/Accenture-05.png');
}

.slide.slide-24 {
  background-image: url('../images/Services-06.png');
}

.slide.slide-26 {
  background-image: url('../images/Accenture-06.png');
}

.slide.slide-28 {
  background-image: url('../images/Accenture-07.png');
}

.slide.slide-30 {
  background-image: url('../images/superbonus.png');
}

.slider {
  height: 72vh;
  text-align: center;
}

.slide-2 {
  height: 65vh;
  background-image: url('../images/Slide20.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2.slide-4 {
  background-image: url('../images/Slide1.jpg');
}

.slide-2.slide6 {
  background-image: url('../images/Slide21.JPG');
}

.slide-2.slide7 {
  background-image: url('../images/Slide23.JPG');
}

.slide-2.slide-9 {
  background-image: url('../images/Slide22.JPG');
}

.slide-2.slide-11 {
  background-image: url('../images/Slide2.JPG');
}

.slide-2.slide-13 {
  background-image: url('../images/Slide24.JPG');
}

.slide-2.slide-17 {
  background-image: url('../images/Slide25.JPG');
}

.slide-2.slide-15 {
  background-image: url('../images/Slide3.JPG');
}

.slide-2.slide-19 {
  background-image: url('../images/Slide4.JPG');
}

.slide-2.slide-21 {
  background-image: url('../images/Slide26.JPG');
}

.slide-2.slide-23 {
  background-image: url('../images/Slide5.JPG');
}

.slide-2.slide-25 {
  background-image: url('../images/Slide27.JPG');
}

.slide-2.slide-27 {
  background-image: url('../images/Slide6.JPG');
}

.slide-2.slide-29 {
  background-image: url('../images/Slide7.JPG');
}

.slide-2.slide-31 {
  background-image: url('../images/Slide8.JPG');
}

.slide-2.slide-32 {
  background-image: url('../images/Slide9.JPG');
}

.slide-2.slide-33 {
  background-image: url('../images/Slide10.JPG');
}

.slide-2.slide-34 {
  background-image: url('../images/Slide11.JPG');
}

.slide-2.slide-35 {
  background-image: url('../images/Slide12.JPG');
}

.slide-2.slide-36 {
  background-image: url('../images/Slide13.JPG');
}

.slide-2.slide-37 {
  background-image: url('../images/Slide14.JPG');
}

.slide-2.slide-38 {
  background-image: url('../images/Slide15.JPG');
}

.slide-2.slide-39 {
  background-image: url('../images/Slide16.JPG');
}

.slide-2.slide-40 {
  background-image: url('../images/Slide17.JPG');
}

.slide-2.slide-41 {
  background-image: url('../images/Slide18.JPG');
}

.slide-2.slide-42 {
  background-image: url('../images/Slide19.JPG');
}

.mask {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.slide-3 {
  background-image: url('../images/Accenture-01.png');
  background-position: 0 0;
  background-size: auto;
}

.continue-button {
  width: 42px;
  height: 42px;
  background-color: var(--white);
  color: #d42e75;
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: fixed;
  top: -7%;
  bottom: auto;
  left: auto;
  right: -10%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .main-wrapper {
    display: none;
  }

  .mobile-message {
    display: flex;
  }

  .heading-2 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    font-size: 18px;
    line-height: 23px;
  }
}


@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-Regular-Web.eot') format('embedded-opentype'), url('../fonts/Graphik-Regular-Web.woff') format('woff'), url('../fonts/Graphik-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-Medium-Web.eot') format('embedded-opentype'), url('../fonts/Graphik-Medium-Web.woff') format('woff'), url('../fonts/Graphik-Medium-Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-Bold-Web.eot') format('embedded-opentype'), url('../fonts/Graphik-Bold-Web.woff') format('woff'), url('../fonts/Graphik-Bold-Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-Black-Web.eot') format('embedded-opentype'), url('../fonts/Graphik-Black-Web.woff') format('woff'), url('../fonts/Graphik-Black-Web.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-Semibold-Web.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Led counter 7';
  src: url('../fonts/led_counter-7.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}