.mobile-make-choice {
  display: none;
}

.mobile-tooltip-container {
  display: none;
}

.tooltip-parent {
  position: relative;
}

.tooltip-parent .tooltip-trigger {
  position: relative;
  top: -5px;
  cursor: pointer;
}

.tooltip-trigger {
  font-family: Tiempos, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.16px;
  position: relative;
  top: -3px;
  cursor: pointer;
}
.tooltip-trigger .black {
  color: #1a1a1a;
}
.tooltip-trigger .white {
  color: #fff;
}

.tooltip-parent .tooltip-content {
  display: none;
  position: absolute;
  width: 300px;
  background: #ffffff;
  z-index: 10;
  padding: 15px;
  top: 30px;
  left: 0px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #1a1a1a;
  z-index: 2;
  text-indent: 0;
}

.tooltip-parent .tooltip-content:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #ffffff transparent;
}

.tooltip-parent .tooltip-content:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #ffffff transparent;
}

.tooltip-parent .tooltip-content.flip {
  left: unset;
  right: -20px;
}

.tooltip-parent .tooltip-content.flip:before {
  left: unset;
  right: 14px;
}

.tooltip-parent .tooltip-content.flip:after {
  content: "";
  left: unset;
  right: 14px;
}

.tooltip-parent:hover .tooltip-content {
  display: block;
}
@media (max-width: 576px) {
  .tooltip-parent:hover .tooltip-content {
    display: none;
  }
}

.results-container {
  padding: 10px 0 120px 0;
}

.results-banner.banner-background {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: -10;
  overflow: hidden;
  transform: scale(1.5);
  transition: all 800ms ease;
  -webkit-transition: all 800ms ease;
}
.results-banner.banner-background:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  transition: all 800ms ease;
  -webkit-transition: all 800ms ease;
  box-shadow: 0;
  transform: scale(1.03);
}
.results-banner.banner-background.active {
  transform: scale(1);
}
.results-banner.banner-background.active:after {
  box-shadow: inset 0px -100px 40px 20px #222222;
}
.results-banner.banner-background .layer {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100vh;
  transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
}
.results-banner.banner-background .layer.background {
  z-index: -4;
  background-size: cover;
}
.results-banner.banner-background .layer.no-display {
  opacity: 0;
}
.results-banner.banner-background .layer.reduce-transition {
  transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
}
.results-banner.banner-background.light.active {
  transform: scale(1);
}
.results-banner.banner-background.light.active:after {
  box-shadow: inset 0px 0px 40px 90px #f2f2f2;
}

.share-box-container {
  border: 1px dashed #fff;
  padding: 32px;
  margin-top: 80px;
}
.share-box-container h5 {
  color: #fff;
  font-family: Tiempos, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 53px;
}
.share-box-container .flex-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.share-box-container .flex-div span {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.share-box-container .flex-div:not(:last-child) {
  border-bottom: 1px dashed #fff;
  padding-bottom: 36px;
  margin-bottom: 36px;
}
.share-box-container .flex-div:last-child {
  margin-bottom: 8px;
}
.share-box-container .share-results-social {
  display: flex;
}
.share-box-container .share-results-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  background: #fff;
  transition: all 300ms ease;
}
.share-box-container .share-results-social a:not(:last-child) {
  margin-right: 10px;
}
.share-box-container .share-results-social a:hover {
  background: url("/content/dam/oliver-wyman/ow-forum/template-scripts/future-of-money/images/noise.png") center no-repeat #666666;
}

.results-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 100px;
}
.results-title h4 {
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 100;
  line-height: 100%;
}
.results-title h4.top {
  font-size: 30px;
  margin-bottom: 0;
}
.results-title h4.bottom {
  font-family: Tiempos, serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 25px */
  margin-top: 48px;
  margin-bottom: 0;
}
.results-title h2 {
  color: #fff;
  text-align: center;
  font-family: Tiempos, serif;
  font-size: 130px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 48px 0;
  width: 70%;
}
@media (max-width: 1024px) {
  .results-title h2 {
    font-size: 47px;
    font-weight: 600;
    line-height: 110%;
    margin: 30px 0;
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .main-banner .hero-text h4.top {
    font-size: 16px;
    font-weight: 400;
  }
  .main-banner .hero-text h1 {
    font-size: 55px;
    font-weight: 600;
    line-height: 110%;
    margin: 30px 0;
  }
  .main-banner .hero-text h4.bottom {
    font-size: 20px;
    font-weight: 400;
  }
  .main-banner .hero-text {
    height: 100%;
  }
  .main-banner.expand-down {
    height: 100%;
    padding-bottom: 50px;
    padding-top: 120px;
  }
  .main-content-container .homepage-content .line,
  .main-content-container .quest-content .line {
    margin-top: 42px;
  }
  .cta-btn.white-btn {
    width: 30%;
    box-sizing: border-box !important;
  }
  .cta-btn {
    font-size: 16px;
  }
  .homepage-banner.banner-background .layer {
    height: 350px;
  }
  .homepage-banner.banner-background {
    height: 350px;
  }
  .homepage-banner.banner-background.active:after {
    box-shadow: inset 0px 0px 40px 50px #222222;
  }
  .container-paragraph {
    width: 90%;
  }
  .footer-container {
    width: 90%;
  }
  .main-content-container .quest-titles .secondary {
    font-size: 16px;
  }
  .main-content-container .quest-titles .primary {
    font-size: 50px;
    font-weight: 600;
    line-height: 110%;
    width: 90%;
  }
  .quest-main-box .banner-background .layer {
    height: 350px;
  }
  .quest-main-box .banner-background {
    height: 350px;
  }
  .quest-main-box .banner-background.light {
    margin-bottom: 120px;
  }
  .quest-main-box .banner-background.light.active {
    margin-bottom: unset;
  }
  .quest-main-box .banner-background.light.active:after {
    box-shadow: inset 0px 0px 40px 44px #f2f2f2;
  }
  .main-content-container .results-title h4.top {
    font-size: 16px;
    font-weight: 400;
  }
  .main-content-container .results-title h1 {
    font-size: 55px;
    font-weight: 600;
    line-height: 110%;
    margin: 30px 0;
  }
  .main-content-container .results-title h4.bottom {
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    text-align: center;
  }
  .results-banner.banner-background .layer {
    height: 350px;
  }
  .results-banner.banner-background {
    height: 350px;
  }
  .results-banner.banner-background.active:after {
    box-shadow: inset 0px 0px 40px 50px #222222;
  }
}
@media screen and (max-width: 576px) {
  header {
    position: absolute;
  }
  header .header-content {
    justify-content: center;
  }
  .footer-container {
    padding: 0 20px;
  }
  .main-content-container {
    padding: 70px 0 120px 0;
  }
  .main-content-container .homepage-content .p-class,
  .main-content-container .quest-content p,
  .main-content-container .results-content p {
    text-indent: 40px;
  }
  .cta-btn.white-btn {
    width: 50%;
  }
  .main-content-container .quest-titles {
    padding-bottom: 40px;
  }
  .main-content-container .quest-titles .secondary {
    margin-top: 25px;
  }
  .main-content-container.quest-container {
    padding-top: 40px;
  }
  .quest-main-box .banner-background .layer {
    height: 500px;
  }
  .quest-main-box .banner-background {
    height: 500px;
    margin-bottom: 120px;
  }
  .quest-main-box .banner-background.light.active:after {
    box-shadow: inset 0px 0px 34px 43px #f2f2f2;
  }
  .quest-main-box .banner-background.light.active {
    margin-bottom: unset;
  }
  .mobile-make-choice {
    display: block;
    position: sticky;
    float: right;
    bottom: 10%;
    z-index: 2;
  }
  .mobile-make-choice .make-choice-container {
    background: #1a1a1a;
    width: 134px;
    height: 50px;
    transition: all 300ms ease;
    cursor: pointer;
    position: relative;
  }
  .mobile-make-choice .make-choice-container span {
    color: white;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 200ms ease;
    left: 40%;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  .mobile-make-choice .make-choice-container img {
    transition: all 300ms ease;
    position: absolute;
    right: 17px;
    top: 15px;
  }
  .mobile-make-choice .make-choice-container.fixed {
    width: 50px;
  }
  .mobile-make-choice .make-choice-container.fixed span {
    opacity: 0;
  }
  .main-content-container .quest-content .quest-choice-container {
    position: relative;
  }
  .main-content-container .quest-content .quest-choice-container p {
    text-indent: unset;
    font-size: 20px;
  }
  .main-content-container .quest-content .quest-choice-container .cta-choices {
    flex-direction: column;
    align-items: center;
  }
  .main-content-container .quest-content .quest-choice-container .cta-choices a {
    width: 70%;
  }
  .main-content-container .quest-content .quest-choice-container .cta-choices a:first-child {
    margin-bottom: 10px;
  }
  .main-content-container .quest-content .quest-choice-container .cta-btn.black-btn {
    padding: 14px 10px;
  }
  .mobile-tooltip-container {
    display: block;
  }
  .mobile-tooltip-container.active {
    opacity: 1;
    z-index: 100;
    visibility: visible;
  }
  .mobile-tooltip-container.active .bg-overlay {
    opacity: 1;
    visibility: visible;
  }
  .mobile-tooltip-container.active .tooltip-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .mobile-tooltip-container.active .tooltip-content .tooltip-desc {
    color: #1a1a1a;
    font-feature-settings: "clig" off, "liga" off;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  .mobile-tooltip-container .bg-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
  }
  .mobile-tooltip-container .tooltip-content {
    height: 300px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    z-index: 101;
    transform: translateY(300px);
    pointer-events: none;
    transition: all 300ms ease;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobile-tooltip-container .tooltip-content .tooltip-bold {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-indent: unset;
  }
  .mobile-tooltip-container .tooltip-content .tooltip-text {
    color: #1a1a1a;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-indent: unset;
  }
  .main-content-container .results-title h1 {
    font-size: 50px;
  }
  .main-content-container .results-title {
    padding-bottom: 40px;
  }
  .main-content-container .results-title h4.top {
    margin-top: 25px;
  }
  .main-content-container.results-container {
    padding-top: 40px;
  }
  .main-content-container.quest-container {
    padding-top: 40px;
  }
  .results-banner.banner-background .layer {
    height: 500px;
  }
  .results-banner.banner-background {
    height: 500px;
    margin-bottom: 120px;
  }
  .results-banner.banner-background.active {
    margin-bottom: unset;
  }
  .share-box-container {
    padding: 24px 15px 24px 15px;
  }
  .share-box-container .flex-div span {
    font-size: 18px;
  }
  .share-box-container .flex-div .cta-btn.white-btn {
    width: 32%;
    font-size: 14px;
  }
}
.paragraph-js-content a {
  color: #ffffff;
  text-decoration: underline;
  outline: 0;
}/*# sourceMappingURL=mobile.css.map */