:root {
    --clr-lightblue: #0380ff;
    --clr-blue: #0060a3;
    --clr-darkblue: #ffffff; 
  }
  
  
  
  
  
  @font-face {
    font-family: 'latam';
    src: url('../fonts/Latam_Sans_Regular.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'latamItalic';
    src: url('../fonts/Latam_Sans_Regular_Italic.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'latamBold';
    src: url('../fonts/Latam_Sans-Bold.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'latamBlackItalic';
    src: url('../fonts/Latam_Sans_Black_Italic.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'latamBoldItalic';
    src: url('../fonts/Latam_Sans-Bold_Italic.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  
  @font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'),
         url('../fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
         url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  
  
  
  
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  html {
    overflow-y: scroll;
  }
  
  body {
    font-family: 'latam', sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
  }
  
  @media (min-width: 1200px) {
    body {
      font-size: 1.333rem;
    }
  }
  
  img {
    max-width: 100%;
    vertical-align: middle;
  }
  
  h1, h2, h3, h4,
  .h1, .h2, .h3, .h4 {
    margin: 0;
    font-family: 'latam', sans-serif;
    text-transform: uppercase;
  }
  
  ol, ul {
    margin-bottom: 0;
    padding-left: 1rem;
  }
  
  a {
    color: #fff;
    font-family: 'latam', sans-serif;
  }
  
  p {
    margin: 0;
    font-family: 'latam', sans-serif;
  }
  
  
  
  
  
  .fw-bold {
    font-family: 'latam', sans-serif;
  }
  
  .fw-book {
    font-family: 'latam', sans-serif;
  }
  
  .clr-lightblue {
    color: var(--clr-lightblue);
  }
  
  .clr-blue {
    color: var(--clr-blue);
  }
  
  .clr-darkblue {
    color: var(--clr-darkblue);
  }
  
  
  
  
  
  @media (min-width: 992px) {
    .mt-lg-n5 {
      margin-top: -3rem;
    }
  }
  
  
  
  
  
  .text-glow {
    text-shadow: rgba(3,129,255,0.9) 0px 0px 24px; 
  }
  
  
  
  
  
  .frame {
    border: 6px solid #fff;
  }
  
  
  
  
  
  .flow > :not(:first-child) {
    margin-top: var(--flow-spacer, 1.5em) !important;
  }
  
  
  
  
  
  .btn-primary {
    padding: 1em 2em;
    border: none;
    border-radius: 100vmax;
    font-family: 'latam', sans-serif;
    text-transform: uppercase;
    line-height: 1.1;
    color: var(--clr-blue);
    background-color: #fff;
    -webkit-box-shadow:0px 0px 24px 6px rgba(3,129,255,0.9);
    -moz-box-shadow: 0px 0px 24px 6px rgba(3,129,255,0.9);
    box-shadow: 0px 0px 24px 6px rgba(3,129,255,0.9);
    transition: all 300ms;
  }
  
  @media(min-width: 992px) {
    .btn-primary--large {
      font-size: 1.333rem;
    }
  
    .btn-primary--giga {
      font-size: 1.618rem;
    }
  }
  
  .btn-primary--with-icon {
    display: inline-flex;
    align-items: center;
  }
  
  .btn-primary--with-icon img {
    width: 18px;
    margin-left: 1em;
  }
  
  @media(min-width: 992px) {
    .btn-primary--with-icon img {
      width: 24px;
    }
  }
  
  @media (hover: hover) {
    .btn-primary:hover {
      -webkit-box-shadow:0px 0px 32px 9px rgba(3,129,255,0.9);
      -moz-box-shadow: 0px 0px 32px 9px rgba(3,129,255,0.9);
      box-shadow: 0px 0px 32px 9px rgba(3,129,255,0.9);
    }
  }
  
  .btn-primary:active {
    scale: 0.9;
    -webkit-box-shadow:0px 0px 24px 6px rgba(3,129,255,0.9);
    -moz-box-shadow: 0px 0px 24px 6px rgba(3,129,255,0.9);
    box-shadow: 0px 0px 24px 6px rgba(3,129,255,0.9);
  }
  
  
  
  
  
  .bg-circle,
  .bg-circle > * {
    position: relative;
  }
  
  .bg-circle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(75vw, 45rem);
    padding-bottom: min(75vw, 45rem);
    background-image: url(../images/circle.png);
    background-size: contain;
    opacity: .25;
    pointer-events: none;
  }
  
  
  
  
  
  .page-swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100svh - 50px - 5rem);
    background-color: var(--clr-darkblue);
  }
  
  @media (min-width: 768px) {
    .page-swiper-slide {
      min-height: calc(100svh - 118px - 120px);
    }
  }
  
  
  
  
  
  .intro {
    background-image: url(../images/bg.png);
    background-size: cover;
    background-position: center bottom;
  }
  
  .intro-kicker {
    text-transform: uppercase;
    line-height: 1;
    color: var(--clr-lightblue);
  }
  
  .intro-paragraph {
    /* font-size: 1.2rem; */
    max-width: 28ch;
  }
  
  .intro-robbb {
    text-align: center;
  }
  
  .intro-robbb img {
    width: min(75%, 24rem);
  }
  
  
  
  
  
  .rules,
  .quiz {
    background-image: url(../images/bg-02-v.png);
    background-size: cover;
    background-position: center bottom;
  }
  
  @media (min-width: 768px) {
    .rules,
    .quiz {
      background-image: url(../images/bg-02-h.png);
    }
  }
  
  
  
  
  
  .icon-list {
    list-style: none;
  }
  
  .icon-list-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }
  
  .icon-list-item img {
    width: 2rem;
    height: 2rem;
  }
  
  
  
  
  
  .quiz-swiper {
    border-radius: 24px;
    background-color: #fff;
    -webkit-box-shadow:0px 0px 24px 6px rgba(3,129,255,0.9);
    -moz-box-shadow: 0px 0px 24px 6px rgba(3,129,255,0.9);
    box-shadow: 0px 0px 24px 6px rgba(3,129,255,0.9);
  }
  
  .quiz-swiper-slide {
    height: auto;
    padding: 1.5rem;
    font-family: 'gothambold', sans-serif;
    text-align: center;
    color: var(--clr-blue);
  }
  
  @media (min-width: 1200px) {
    .quiz-swiper-slide {
      padding: 3rem;
    }
  }
  
  .quiz-kicker {
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--clr-lightblue);
  }
  
  .quiz-question-title {
    text-transform: uppercase;
    color: var(--clr-blue);
  }
  
  .quiz-alternative {
    position: relative;
    width: 100%;
    padding: 0.5em 1em;
    border: none;
    border-radius: 6px;
    text-transform: uppercase;
    color: #fff;
    background: radial-gradient(circle, rgba(0,15,71,1) 0%, rgba(0,15,71,1) 100%);
    cursor: pointer;
    transition: all 300ms;
  }
  
  .quiz-alternative::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: radial-gradient(circle, rgba(0,96,163,1) 0%, rgba(0,15,71,1) 100%);
    opacity: 0;
    transition: opacity 300ms;
  }
  
  .quiz-alternative:first-child::after {
    content: 'A';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 1rem;
    border-right: 1px solid #fff;
  }
  
  
  .quiz-alternative:last-child::after {
    content: 'B';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 1rem;
    border-right: 1px solid #fff;
  }
  
  @media (hover: hover) {
    .quiz-alternative:hover::before {
      opacity: 0.333;
    }
  }
  
  .quiz-alternative.is-active::before {
    opacity: 1;
  }
  
  .quiz-alternative div {
    position: relative;
  }
  
  .quiz-answer-title {
    text-transform: uppercase;
    color: var(--clr-lightblue);
  }
  
  .quiz-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
    border: none;
    border-radius: 50%;
    background-color: var(--clr-lightblue);
    transition: all 300ms;
  }
  
  .quiz-btn:hover {
    background-color: #006fe0;
  }
  
  .quiz-btn img {
    width: 1rem;
    margin-left: 3px;
  }
  
  .quiz-result {
    position: relative;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--clr-lightblue);
  }
  
  .quiz-result::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    border: 3px solid #fff;
    border-radius: 24px;
    pointer-events: none;
  }
  
  .quiz-answer,
  .quiz-question {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  
  
  
  
  .jigsaw-preview {
    background-image: url(../images/bg-02-v.png);
    background-size: cover;
    background-position: center;
  }
  
  @media (min-width: 992px) {
    .jigsaw-preview {
      background-image: url(../images/bg-03.png);
    }
  }
  
  .jigsaw-preview-container {
    position: relative;
    top: 3rem;
    opacity: 0;
    transition: all 600ms;
  }
  
  .jigsaw-preview-container.show {
    top: 0;
    opacity: 1;
  }
  
  
  
  
  
  .neon-circle,
  .neon-circle > * {
    position: relative;
  }
  
  .neon-circle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(225vw, 50rem);
    padding-bottom: min(225vw, 50rem);
    background-image: url(../images/neon-circle.png);
    background-size: contain;
    opacity: 1;
  }
  
  @media (min-width: 992px) {
    .neon-circle::before {
      width: min(125vw, 56rem);
      padding-bottom: min(125vw, 56rem);
    }
  }
  
  
  
  
  
  .footer {
    position: relative;
    padding: 3rem 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.25);
    z-index: 1;
  }
  
  @media (min-width: 768px) {
    .footer {
      display: flex;
      align-items: center;
      height: 120px;
      padding: 0;
    }
  }
  
  
  
  
  
  .share {
    color: var(--clr-darkblue);
  }
  
  .share-text {
    margin-bottom: 1rem;
    font-size: smaller;
    text-align: center;
  }
  
  .share-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  
  .share-icon {
    height: 1.5rem;
  }
  
  @media (min-width: 768px) {
    .share {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 1rem;
      height: 100%;
    }
  
    .share-text {
      text-align: left;
      margin-bottom: 0;
    }
  }
  
  
  
  
  
  .result-box__coupon {
    display: flex;
    gap: 0.75rem;
    max-width: 24rem;
    margin: 0 auto;
  }
  
  .input {
    flex: 1;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 6px;
    font-size: large;
    text-align: center;
    line-height: 56px;
    color: var(--clr-darkblue);
    background-color: #fff;
  }
  
  .input:focus {
    outline: none;
  }
  
  .copy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 48px;
    padding: 0 0.75rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    line-height: 48px;
    color: #ffffff;
    background-color: #fff;
    cursor: pointer;
  }
  
  .copy-btn__text {
    position: absolute;
    left: 50%;
    bottom: -2.25rem;
    transform: translateX(-50%);
    font-family: 'gothambook', sans-serif;
    font-size: small;
  }
  
  .copy-btn img {
    width: 1.5rem;
  }
  
  
  
  
  
  .tippy-box[data-theme~='custom'] {
    font-family: 'gothambold', sans-serif;
    background-color: #ffffff;
    color: #024689;
  }
  
  .tippy-box[data-theme~='custom'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #ffffff;
  }
  .tippy-box[data-theme~='custom'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #ffffff;
  }
  .tippy-box[data-theme~='custom'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #ffffff;
  }
  .tippy-box[data-theme~='custom'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #ffffff;
  }
  
  
  
  
  
  .jigsaw {
    position: relative;
    overflow: hidden;
  }
  
  @media (max-height: 800px) {
    .jigsaw {
      min-height: calc(100svh - 118px);
    }
  }
  
  .jigsaw-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  
  
  
  
  .float {
    animation: float 5s ease-in-out infinite;
  }
  
  @keyframes float {
      0% {
          transform: translatey(0px);
      }
      50% {
          transform: translatey(-20px);
      }
      100% {
          transform: translatey(0px);
      }
  }
  
  @-webkit-keyframes float {
      0% {
          transform: translatey(0px);
      }
      50% {
          transform: translatey(-20px);
      }
      100% {
          transform: translatey(0px);
      }
  }
  
  
  
  
  
  .intro-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
  }
  
  .intro-overlay.show {
    opacity: 1;
    pointer-events: initial;
  }
  
  .intro-overlay .counter-1,
  .intro-overlay .counter-2,
  .intro-overlay .counter-3,
  .intro-overlay .ja {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "gothambold", sans-serif;
    font-size: 6rem;
    opacity: 0;
    pointer-events: none;
  }
  
  .intro-overlay .counter-1.animate,
  .intro-overlay .counter-2.animate,
  .intro-overlay .counter-3.animate,
  .intro-overlay .ja.animate {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-name: intro;
            animation-name: intro;
  }
  
  @-webkit-keyframes intro {
    0% {
      opacity: 0;
      scale: 1;
    }
    25% {
      opacity: 1;
      scale: 1.2;
    }
    75% {
      opacity: 1;
      scale: 1.2;
    }
    100% {
      opacity: 0;
      scale: 1.2;
    }
  }
  
  @keyframes intro {
    0% {
      opacity: 0;
      scale: 1;
    }
    25% {
      opacity: 1;
      scale: 1.2;
    }
    75% {
      opacity: 1;
      scale: 1.2;
    }
    100% {
      opacity: 0;
      scale: 1.2;
    }
  }
  
  
  
  
  
  .timer {
    width: 120px;
    padding: 0 0.75rem;
    height: 48px;
    border: 1px solid var(--clr-lightblue);
    border-radius: 6px;
    font-family: "gothambold", sans-serif;
    text-align: center;
    line-height: 48px;
    background-color: var(--clr-darkblue);
  }
  
  .timer--quiz {
    margin-inline: auto;
    margin-bottom: 3rem;
  }
  
  .timer--jigsaw {
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all 300ms;
  }
  
  .timer--jigsaw.show {
    top: 1.5rem;
  }
  
  
  
  
  
  .branded-content-label {
    position: absolute;
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fa0;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 5px;
    -moz-osx-font-smoothing: auto;
    z-index: 1;
  }
  
  @media (min-width: 64rem) {
    .branded-content-label {
      font-size: 14px;
    }
  }
  
  
  
  
  
  .win, 
  .lose {
    position: relative;
    top: 3rem;
    opacity: 0;
    transition: all 300ms;
  }
  
  .win.show,
  .lose.show {
    top: 0;
    opacity: 1;
  }
  
  
  
  
  
  .link-btn {
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 6px;
    font-family: 'gothambold', sans-serif;
    text-decoration: none;
    color: var(--clr-blue);
    background-color: #fff;
  }
  
  .obs-text {
    text-transform: none;
    text-align: left;
    font-family: "gothambook", sans-serif;
    font-size: 0.7rem;
    max-width: 38ch;
    margin: 0 auto;
  }
  .altura {
      height: 250px;
      margin-bottom: 150px;
  }
