@charset "UTF-8";

:root {
  --text-success: #038908;
  --text-success-800: #038908;
  --text-success-shadow: #B3B0EB;
  --text-primary: #5E5584;
  --text-primary-light: #7A77B3;
  --text-primary-selected: #D88D14;
  --text-primary-selected-500: #FFB902;
  --text-primary-selected-100: #FEF995;
  --color-natural-3: #D6EEFF;
  --color-natural-2: #A6CFEC;
  --color-natural-1: #97A1CA;
  --color-shadow-opacity: #B3B0EB66;
  --color-lessons-bg: #F2F4FE;
  --color-theme-green: #00B196;
  --gradient-success: linear-gradient(180deg, #1AE700 0%, #4DF300 59.13%, #B0FB00 100%);
  --gradient-success-border: linear-gradient(180deg, #B0FB00 0%, #4DF300 100%);
  --gradient-bg: linear-gradient(143deg, #ADAAFF 5.3%, #8AF5FF 94.7%);
  --gradient-primary: linear-gradient(180deg, #D1E5F5 0%, #F0F0FF 87.98%);
  --gradient-primary-border: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  --gradient-primary-selected: linear-gradient(180deg, #FFDC7D 0%, #FEF995 100%);
  --gradient-primary-selected-border: linear-gradient(180deg, #FDF27F 0%, #FFEA68 100%);
  --gradient-disabled: linear-gradient(180deg, #D1E5F5 0%, #F0F0FF 87.98%);
  --gradient-disabled-border: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  --gradient-chat: linear-gradient(180deg, #FFFFFF 14.42%, #D1DBFB 100%);
  --gradient-incorrect: linear-gradient(180deg, #FFADB4 0%, #FFD1D2 87.98%);
  --gradient-incorrect-border: linear-gradient(180deg, #FFADB4 0%, #FF3F43 100%);
  --progress-bar: #307E9C66;
  --progress-bar-gradient: linear-gradient(90deg, #1AE700 29.81%, #B0FB00 100%);
  --progress-bar-gloss: linear-gradient(180deg, #307E9C 0%, #307E9C 100%);
  --progress-bar-gloss-border: linear-gradient(139deg, #D1E5F5 37.1%, #ABFFFC 55.81%, #FFFFFF 76.34%);
}

@font-face {
  font-family: "Noto Sans";
  src: url("../../assets/fonts/NotoSans-Regular.woff2") format("woff2"), url("../../assets/fonts/NotoSans-Regular.woff") format("woff"), url("../../assets/fonts/NotoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../../assets/fonts/NotoSans-Medium.woff2") format("woff2"), url("../../assets/fonts/NotoSans-Medium.woff") format("woff"), url("../../assets/fonts/NotoSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../../assets/fonts/NotoSans-Bold.woff2") format("woff2"), url("../../assets/fonts/NotoSans-Bold.woff") format("woff"), url("../../assets/fonts/NotoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Asap Condensed";
  src: url("../../assets/fonts/AsapCondensed-Bold.woff2") format("woff2"), url("../../assets/fonts/AsapCondensed-Bold.woff") format("woff"), url("../../assets/fonts/AsapCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Asap Condensed";
  src: url("../../assets/fonts/AsapCondensed-Black.woff2") format("woff2"), url("../../assets/fonts/AsapCondensed-Black.woff") format("woff"), url("../../assets/fonts/AsapCondensed-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Asap";
  src: url("../../assets/fonts/Asap-Regular.woff2") format("woff2"), url("../../assets/fonts/Asap-Regular.woff") format("woff"), url("../../assets/fonts/Asap-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Asap";
  src: url("../../assets/fonts/Asap-Bold.woff2") format("woff2"), url("../../assets/fonts/Asap-Bold.woff") format("woff"), url("../../assets/fonts/Asap-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Asap";
  src: url("../../assets/fonts/Asap-Black.woff2") format("woff2"), url("../../assets/fonts/Asap-Black.woff") format("woff"), url("../../assets/fonts/Asap-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: #000;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html,
body {
  width: 100%;
  min-height: 100dvh;
  overflow: hidden;
}

html.is-hideScroll,
body.is-hideScroll {
  width: 100%;
  overflow: hidden !important;
  min-height: unset;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  overflow-x: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  background: var(--gradient-bg);
  background-color: #8AF5FF;
  line-height: 22px;
  font-size: 19px;
  font-weight: normal;
  font-family: "Noto Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body > .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

body > .body--start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
hr {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-grid {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.mfp-container {
  padding: 50px;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.container {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  padding: 0 16px;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border: 2px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  isolation: isolate;
  cursor: pointer;
  color: #fff;
  padding: 3px 16px;
  min-height: 64px;
  border-radius: 14px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button--primary {
  background-image: var(--gradient-primary), var(--gradient-primary-border);
  color: var(--text-primary);
  -webkit-box-shadow: 0px 4px 0px 0px var(--color-natural-2), 0px 5px 0px 0px var(--color-natural-1), 0px 7px 0px 0px var(--color-shadow-opacity);
          box-shadow: 0px 4px 0px 0px var(--color-natural-2), 0px 5px 0px 0px var(--color-natural-1), 0px 7px 0px 0px var(--color-shadow-opacity);
}

.button--primary::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: -2px;
  width: calc(100% + 4px);
  height: 8px;
  border-radius: 14px;
  background: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-image: url("../../assets/images/backlight.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.button--primary::after {
  background: var(--color-natural-1);
  -webkit-box-shadow: 0px 2px 0px 0px var(--color-shadow-opacity);
          box-shadow: 0px 2px 0px 0px var(--color-shadow-opacity);
}

.button--primary.active {
  background-image: var(--gradient-primary-selected), var(--gradient-primary-selected-border);
  color: var(--text-primary-selected);
  -webkit-box-shadow: 0px 1px 0px 0px var(--text-primary-selected-500), 0px 2px 0px 0px var(--color-natural-1), 0px 4px 3px 0px var(--color-shadow-opacity);
          box-shadow: 0px 1px 0px 0px var(--text-primary-selected-500), 0px 2px 0px 0px var(--color-natural-1), 0px 4px 3px 0px var(--color-shadow-opacity);
}

.button--primary.active::before {
  display: none;
}

.button--disabled {
  pointer-events: none;
  background-image: var(--gradient-disabled), var(--gradient-disabled-border);
  color: rgba(122, 119, 179, 0.3);
  -webkit-box-shadow: 0px 1px 0px 0px var(--color-natural-2);
          box-shadow: 0px 1px 0px 0px var(--color-natural-2);
}

.button--success {
  background-image: var(--gradient-success), var(--gradient-success-border);
  color: var(--text-success);
  -webkit-box-shadow: 0px 4px 0px 0px #54BA00, 0px 5px 0px 0px var(--text-success-800), 0px 8px 0px 0px var(--text-success-shadow);
          box-shadow: 0px 4px 0px 0px #54BA00, 0px 5px 0px 0px var(--text-success-800), 0px 8px 0px 0px var(--text-success-shadow);
}

.button--small {
  min-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button--incorrect {
  background-image: var(--gradient-incorrect), var(--gradient-incorrect-border);
  color: var(--text-incorrect);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0px 1px 0px 0px #FF6E75, 0px 2px 0px 0px #97A1CA, 0px 3px 4px 0px #B3B0EB;
          box-shadow: 0px 1px 0px 0px #FF6E75, 0px 2px 0px 0px #97A1CA, 0px 3px 4px 0px #B3B0EB;
}

.button--credit-card {
  border-radius: 10px;
  border: 1px solid #74B9CC;
  background: -webkit-gradient(linear, left bottom, left top, from(#454545), to(#454545)), #FFF;
  background: -webkit-linear-gradient(bottom, #454545 0%, #454545 100%), #FFF;
  background: -o-linear-gradient(bottom, #454545 0%, #454545 100%), #FFF;
  background: linear-gradient(0deg, #454545 0%, #454545 100%), #FFF;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 56px;
}

.button--big {
  padding: 20px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button__body-icon {
  height: 80px;
  width: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.button__body-icon svg {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button__body-text {
  padding: 13px 0;
  text-align: center;
}

.button__icon {
  width: 32px;
  height: 32px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.button:has(.button__icon) {
  font-weight: 400;
}

.button__survey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.button__survey strong {
  font-weight: 700;
}

.button__link {
  background-color: transparent;
  padding: 0;
  border: none;
  color: var(--text-primary);
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  cursor: pointer;
}

.hide {
  display: none !important;
}

.quizze__step-method__cta-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 12px;
  margin: 10px 0 15px;
  width: 100%;
}

.quizze__step-method__cta-row a {
  width: 100%;
}

.quizze__step-method__cta-row .quizze__step-method__wallet-pay {
  width: 100%;
  max-width: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-width: 0;
}

a[data-anchor-checkout] {
  margin: 0;
}

.quizze__step-method__wallet-pay {
  min-height: 56px;
  min-width: 0;
  border-radius: 28px;
  overflow: hidden;
  width: 100%;
  max-width: none;
  display: block;
  position: relative;
  background: #fff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.quizze__step-method__wallet-pay .__PrivateStripeElement,
.quizze__step-method__wallet-pay > *:not(iframe) {
  width: 100% !important;
  min-width: 0 !important;
  display: block;
}

.quizze__step-method__wallet-pay iframe {
  display: block;
  width: 100% !important;
  min-width: 0;
  max-width: 100%;
  border: 0;
  border-radius: 28px;
  vertical-align: top;
  background: #fff;
}

.quizze__step-method__wallet-pay--hidden {
  display: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.quizze__wrapper {
  height: 100dvh;
  max-height: 844px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  overflow-y: auto;
  /* Negative-margin breakouts (e.g. rating media) stay inside the shell — no page sideways scroll */
  overflow-x: hidden;
}

.quizze__wrapper.show {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}

.quizze__wrapper .container {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: auto;
}

.quizze__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 492px;
  height: 672px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.quizze__bg img {
  width: 492px;
  height: 672px;
}

.quizze__header {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-top: 60px;
}

.quizze__header.hidden {
  opacity: 0;
  pointer-events: none;
  display: none;
  -webkit-transition: opacity 0.3s ease 0.4s;
  -o-transition: opacity 0.3s ease 0.4s;
  transition: opacity 0.3s ease 0.4s;
}

.quizze__back {
  width: 32px;
  height: 32px;
  padding: 4px;
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-filter: drop-shadow(0 3px 0 var(--text-primary-light));
          filter: drop-shadow(0 3px 0 var(--text-primary-light));
}

.quizze__back.hidden {
  display: none;
}

.quizze__progress {
  width: 100%;
  height: 30px;
  background-color: var(--progress-bar);
  border: 2px solid var(--progress-bar);
  border-radius: 16px;
  overflow: hidden;
}

.quizze__progress:has(.hidden) {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease 0.4s;
  -o-transition: opacity 0.3s ease 0.4s;
  transition: opacity 0.3s ease 0.4s;
}

.quizze__progress-bar {
  height: 100%;
  background: var(--progress-bar-gradient);
  border-right: 2px solid var(--text-primary-selected-100);
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.quizze {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.quizze__step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding-bottom: 32px;
  overflow: hidden;
}

.quizze__step.active {
  height: auto;
  min-height: 100%;
  opacity: 1;
  pointer-events: all;
  overflow: visible;
}

.quizze__step-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quizze__step-text {
  margin: 0;
  color: var(--text-primary);
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.quizze__step-octo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}

.quizze__step-title {
  color: var(--text-primary);
  font-family: "Asap Condensed", sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.5px;
}

.quizze__step-oudience {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.quizze__step-oudience__btns {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
     -moz-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
}

.quizze__step-oudience__btns .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.quizze__step[data-type=welcome] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.quizze__step[data-type=welcome][data-template=message] {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 16px;
}

.quizze__step[data-type=welcome][data-template=message] .quizze__step-oudience {
  margin-top: 100px;
}

.quizze__step[data-type=welcome][data-template=default] .quizze__step-octo {
  width: 155px;
  height: 133px;
}

.quizze__step[data-type=welcome][data-template=motivates] {
  gap: 0;
}

.quizze__step[data-type=welcome][data-template=motivates] .quizze__step-title {
  color: #fff;
}

.quizze__step[data-type=welcome][data-template=motivates] .quizze__step-text {
  opacity: 0;
}

.quizze__step[data-type=welcome][data-template=motivates] .button__body-subtitle {
  font-size: 16px;
}

.quizze__step[data-type=welcome][data-template=motivates] .button__body-text {
  padding: 2px 0;
  font-size: 15px;
  font-weight: 300;
}

.quizze__step[data-type=welcome][data-template=motivates] .button--big {
  padding: 20px 2px;
}

.quizze__step[data-type=rating] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
}

.quizze__step[data-type=rating] .quizze__step-heading {
  margin-top: -45px;
}

.quizze__step[data-type=rating] .quizze__step-title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 5px;
}

.quizze__step[data-type=rating] .quizze__step-text {
  font-size: 18px;
  font-weight: 600;
  color: #7A77B3;
}

.quizze__step[data-type=rating] .quizze__step-octo {
  width: 155px;
  height: 133px;
}

.quizze__step[data-type=rating] .quizze__step-oudience {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}

.quizze__step[data-type=rating] .quizze__step-rating__media {
  max-width: 405px;
  margin-top: 10px;
}

.quizze__step[data-type=rating] .quizze__step-rating__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.quizze__step[data-type=rating] .quizze__step-footer {
  width: 100%;
  margin-top: auto;
}

.quizze__step[data-type=rating] .quizze__step-footer button {
  width: 100%;
  min-height: 51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quizze__step[data-type=welcome_testimonials] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  padding-top: 20px;
}

.quizze__step[data-type=welcome_testimonials] .quizze__step-oudience {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}

.quizze__step[data-type=welcome_testimonials] .quizze__step-oudience img {
  max-width: 449px;
}

.quizze__step[data-type=welcome_testimonials] .quizze__step-heading_octo {
  z-index: 2;
  margin-top: -45px;
}

.quizze__step[data-type=welcome_testimonials] .quizze__step-flying_images img:first-child {
  position: absolute;
  top: 200px;
  right: -20px;
  z-index: 3;
}

.quizze__step[data-type=welcome_testimonials] .quizze__step-flying_images img:nth-child(2) {
  position: absolute;
  top: 145px;
  right: 25px;
}

.quizze__step[data-type=welcome_testimonials] .quizze__step-flying_images img:nth-child(3) {
  position: absolute;
  top: 300px;
  left: -20px;
}

.quizze__step[data-type=welcome_testimonials] .quizze__step-review {
  max-width: 366px;
}

.quizze__step[data-type=welcome_testimonials] .quizze__step-review img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.quizze__step[data-type=welcome_testimonials] .quizze__step-title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 5px;
}

.quizze__step[data-type=welcome_testimonials] .quizze__step-text {
  font-size: 18px;
  font-weight: 600;
  color: #7A77B3;
}

.quizze__step[data-type=welcome_testimonials] .quizze__step-octo {
  width: 155px;
  height: 133px;
}

.quizze__step[data-type=welcome_testimonials] .quizze__step-octo.quizze__step-octo--media {
  width: inherit;
  height: inherit;
  margin-top: -150px;
}

.quizze__step[data-type=welcome_testimonials] .quizze__step-welcome-testimonials__media {
  max-width: 405px;
}

.quizze__step[data-type=welcome_testimonials] .quizze__step-welcome-testimonials__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.quizze__step[data-type=welcome_testimonials] .quizze__step-footer {
  width: 100%;
  margin-top: auto;
}

.quizze__step[data-type=welcome_testimonials] .quizze__step-footer button {
  width: 100%;
  min-height: 51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quizze__step-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.quizze__step-question .quizze__step-octo {
  width: 124px;
  height: 110px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.quizze__step-question__text {
  display: block;
  pointer-events: none;
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: var(--gradient-chat), var(--gradient-primary-border);
  line-height: 20px;
  padding: 14px 16px;
  min-height: 0;
  font-weight: 500;
  font-size: 16px;
}

.quizze__step-question__text::after,
.quizze__step-question__text::before {
  display: none;
}

.quizze__step-question__partial {
  position: absolute;
  left: 1px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 12px;
  height: 14px;
  background-image: url("../../assets/images/partial-grade.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.quizze__step-grades {
  position: relative;
  width: 100%;
}

.quizze__step-grades__numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
     -moz-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  position: relative;
  pointer-events: none;
}

.quizze__step-grades__numbers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 126, 156, 0.3);
  border-radius: 12px;
  z-index: -1;
}

.quizze__step-grades__numbers span {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.quizze__step-grades__numbers span.active {
  color: var(--text-primary-selected);
  font-weight: 700;
}

.quizze__step-grades__slider {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.quizze__step-grades__value {
  position: absolute;
  top: 50%;
  left: 45.8333333333%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  height: calc(100% + 6px);
  width: 40px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.quizze__step-grades__value .button {
  min-height: 100%;
}

.quizze__step-grades__label {
  position: absolute;
  top: -17px;
  left: 45.8333333333%;
  min-width: 142px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.quizze__step-grades__label .button {
  text-align: center;
  min-height: 51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quizze__step-grades__label-partial {
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 19px;
  height: 16px;
  background-image: url("../../assets/images/slider-partial.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.quizze__step[data-type=grade] {
  padding-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quizze__step[data-type=grade] .quizze__step-footer {
  width: 100%;
}

.quizze__step[data-type=grade] .quizze__step-footer .button {
  width: 100%;
  min-height: 51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quizze__step[data-type=survey] {
  padding-top: 16px;
}

.quizze__step[data-type=survey] .quizze__step-survey {
  margin-top: 108px;
}

.quizze__step[data-type=survey]:has(.quizze__step-footer) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}

.quizze__step[data-type=survey]:has(.quizze__step-footer) .quizze__step-survey {
  margin-top: 0;
}

.quizze__step-survey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
}

.quizze__step-survey .button {
  font-weight: 400;
}

.quizze__step-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.quizze__step[data-type=image] {
  padding-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.quizze__step[data-type=image] .quizze__step-heading {
  position: relative;
}

.quizze__step[data-type=image] .quizze__step-oudience {
  position: fixed;
  top: 0;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}

.quizze__step[data-type=image] .quizze__step-footer {
  width: 100%;
  margin-top: auto;
  position: relative;
}

.quizze__step[data-type=image] .quizze__step-footer .quizze__step-image {
  margin-bottom: 30px;
}

.quizze__step[data-type=image] .quizze__step-footer .button {
  width: 100%;
  min-height: 51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quizze__step[data-type=image] .quizze__step-title,
.quizze__step[data-type=image] .quizze__step-text {
  color: #fff;
}

.quizze__step-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  border-radius: 16px;
  background: rgba(48, 126, 156, 0.5019607843);
}

.quizze__step-info__text {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 24px 0px 24px 16px;
  max-width: 168px;
}

.quizze__step-info__icon {
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
}

.quizze__step-info__img {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}

.quizze__step-info__img img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.quizze__step[data-type=loader] {
  padding-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.quizze__step[data-type=loader] .quizze__step-title {
  color: #fff;
}

.quizze__step-loader {
  width: 174px;
  height: 174px;
  position: relative;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 22px solid transparent;
  background-color: rgba(27, 99, 159, 0.7);
  margin-top: auto;
}

.quizze__step-loader__text {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 900;
  z-index: 2;
  position: relative;
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 36.62px rgba(21, 255, 45, 0.6);
  font-size: 43px;
  line-height: 76.013px;
  letter-spacing: 0.95px;
}

.quizze__step-loader__progress {
  position: absolute;
  top: -22px;
  left: -22px;
  width: 174px;
  height: 174px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.quizze__step-loader__progress circle {
  fill: none;
  stroke-width: 14;
  stroke-linecap: round;
}

.quizze__step-loader__progress .progress-bg {
  stroke: transparent;
  stroke-dasharray: 477 477;
}

.quizze__step-loader__progress .progress-fill {
  stroke: #fff;
  stroke-dasharray: 0 477;
  -webkit-filter: drop-shadow(0 0 4.622px #15FF2D);
          filter: drop-shadow(0 0 4.622px #15FF2D);
  -webkit-transition: stroke-dasharray 0.1s ease-out;
  -o-transition: stroke-dasharray 0.1s ease-out;
  transition: stroke-dasharray 0.1s ease-out;
  stroke-width: 10;
}

.quizze__step-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 12px 12px 16px;
  border-radius: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 99, 159, 0.6)), to(rgba(27, 99, 159, 0.5)));
  background: -webkit-linear-gradient(top, rgba(27, 99, 159, 0.6) 0%, rgba(27, 99, 159, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(27, 99, 159, 0.6) 0%, rgba(27, 99, 159, 0.5) 100%);
  background: linear-gradient(180deg, rgba(27, 99, 159, 0.6) 0%, rgba(27, 99, 159, 0.5) 100%);
  width: 100%;
}

.quizze__step-result .quizze__step-title {
  text-align: center;
  color: #fff;
}

.quizze__step-result__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.quizze__step-result__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #FFFFFF;
}

.quizze__step-result__item-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.quizze__step-result__item-icon {
  width: 40px;
  height: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-filter: drop-shadow(0px 0px 12px rgb(1, 193, 251));
          filter: drop-shadow(0px 0px 12px rgb(1, 193, 251));
}

.quizze__step-lottie {
  padding-top: 12px;
  width: 100%;
  margin-top: 8px;
  border-radius: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 99, 159, 0.6)), to(rgba(27, 99, 159, 0.5)));
  background: -webkit-linear-gradient(top, rgba(27, 99, 159, 0.6) 0%, rgba(27, 99, 159, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(27, 99, 159, 0.6) 0%, rgba(27, 99, 159, 0.5) 100%);
  background: linear-gradient(180deg, rgba(27, 99, 159, 0.6) 0%, rgba(27, 99, 159, 0.5) 100%);
}

.quizze__step-lottie__media {
  width: 100%;
  max-width: 100%;
}

.quizze__step-lottie__media img {
  display: block;
  width: 100%;
  height: auto;
}

.quizze__step-lottie__media canvas {
  width: 100%;
}

.quizze__step-lottie__days {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 12px 25px 24px;
}

.quizze__step-lottie__days-item {
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #D6EEFF;
}

.quizze__step-lottie__days-item:nth-child(2) {
  margin-left: 24px;
}

.quizze__step-lottie__days-item:nth-child(3) {
  margin-left: 57px;
}

.quizze__step-lottie__days-item:nth-child(4) {
  margin-left: 66px;
}

.quizze__step[data-type=result] {
  padding-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.quizze__step[data-type=result] .quizze__step-footer {
  width: 100%;
  padding-top: 16px;
}

.quizze__step[data-type=result] .quizze__step-footer .button {
  width: 100%;
  min-height: 51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quizze__step[data-type=download],
.quizze__step[data-type=kid_download] {
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.quizze__step[data-type=download] .quizze__step-footer,
.quizze__step[data-type=kid_download] .quizze__step-footer {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-bottom: 48px;
}

.quizze__step-download {
  width: 100%;
  min-height: 388px;
  margin-top: 210px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-bottom: -32px;
  padding: 40px 16px 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CAF3FF));
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #CAF3FF 100%);
  background: -o-linear-gradient(top, #FFFFFF 0%, #CAF3FF 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #CAF3FF 100%);
  border-radius: 40px 40px 0 0;
  z-index: 2;
}

.quizze__step-download__cofetti {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  overflow: hidden;
}

.quizze__step-download__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  margin-bottom: 12px;
}

.quizze__step-download__heading .quizze__step-title {
  color: var(--text-primary-light);
}

.quizze__step-download__heading .quizze__step-heading {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 170px;
}

.quizze__step-download__heading .quizze__step-text {
  text-align: left;
  color: var(--text-primary-light);
}

.quizze__step-download__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.quizze__step-download__step + .quizze__step-download__step {
  margin-top: 21px;
}

.quizze__step-download__step .quizze__step-text {
  color: var(--text-primary-light);
}

.quizze__step-download__step-title {
  font-size: 20px;
  line-height: 24px;
  color: var(--text-primary);
  text-align: center;
}

.quizze__step-download__confirmation {
  padding: 24px;
  border-radius: 20px;
  border: 4px solid #D6EEFF;
  background-color: #fff;
  color: var(--text-primary);
  position: relative;
}

.quizze__step-download__confirmation-code {
  font-size: 44px;
  line-height: 44px;
  letter-spacing: 40%;
  text-align: center;
  font-weight: 700;
}

.quizze__step-download__confirmation-icon {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

.quizze__step-download__confirmation-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.quizze__step-download__support {
  margin-top: 22px;
  padding: 30px 0 27px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.1px;
  color: var(--text-primary-light);
  text-align: center;
  text-decoration: underline;
}

.quizze__step-download .copy-tooltip {
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #fff;
  color: var(--text-primary-light);
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.quizze__step-download .copy-tooltip.visible {
  opacity: 1;
}

.quizze__step-download .quizze__step-octo {
  position: absolute;
  top: 32px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 191px;
  height: 165px;
}

.quizze__step-download .quizze__step-title {
  font-size: 44px;
  line-height: 47px;
  letter-spacing: 0.57px;
}

.quizze__step-download-buttons {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.quizze__step-download-button {
  height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.quizze__step-download-button img {
  height: 100%;
  width: auto;
  display: block;
}

.quizze__step-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-top: 20px;
}

.quizze__step-plan__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
  border-radius: 22px;
  padding: 24px 24px 14px 18px;
  background-color: var(--color-natural-3);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.quizze__step-plan__item::after {
  position: absolute;
  content: "";
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -3px;
  left: -3px;
  border-radius: 22px;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 3px solid #80FF00;
  opacity: 0;
}

.quizze__step-plan__item.active {
  background-color: #fff;
}

.quizze__step-plan__item.active::after {
  opacity: 1;
}

.quizze__step-plan__item.active .quizze__step-plan__checked {
  opacity: 1;
}

.quizze__step-plan__item:has(.quizze__step-plan__label) {
  padding-top: 42px;
}

.quizze__step-plan__item[data-plan=annual]:not(.active) .quizze__step-plan__checked img {
  opacity: 0;
}

.quizze__step-plan__item[data-plan=annual]:not(.active) .quizze__step-plan__checked {
  border-radius: 100px;
  background-color: #fff;
  opacity: 1;
}

.quizze__step-plan__checked {
  width: 31px;
  height: 31px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.quizze__step-plan__checked img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.quizze__step-plan__label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 30px 4px 35px;
  border-radius: 18px 0 16px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #00900A;
  background-color: #9FFB00;
}

.quizze__step-plan__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}

.quizze__step-plan__info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.quizze__step-plan__title,
.quizze__step-plan__total-num {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: var(--text-primary-light);
}

.quizze__step-plan__total {
  color: var(--text-primary);
  font-size: 16px;
  line-height: 27px;
  font-weight: 700;
}

.quizze__step-plan__total-num {
  color: var(--text-primary);
}

.quizze__step-plan__discounted {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--text-primary-light);
}

.quizze__step-plan__badge {
  padding: 3px 9px;
  border-radius: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: var(--text-primary-selected);
  background-color: var(--text-primary-selected-100);
  position: absolute;
  top: -4px;
  right: -10px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.quizze__step-plan__badge-text {
  color: var(--text-primary-selected);
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  white-space: nowrap;
}

.quizze__step-plan__badge-icon {
  width: 16px;
  height: 16px;
}

.quizze__step-plan__badge-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.quizze__step-plan .quizze__step-text {
  font-weight: 500;
  color: var(--text-primary-light);
}

.quizze__step-method {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  padding-top: 20px;
}

.quizze__step-method__icon {
  height: 30px;
  width: auto;
  display: block;
}

.quizze__step-method__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.quizze__step-method__button {
  padding: 19px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  border-radius: 32px;
  border: 1px solid #74B9CC;
  background-color: #fff;
  width: 100%;
}

.quizze__step-method__button-icon {
  height: 32px;
  width: auto;
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.quizze__step-method__button-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.quizze__step-method__button-text {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
}

.quizze__step-method__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quizze__step-method__heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.quizze__step-method__heading::after,
.quizze__step-method__heading::before {
  position: absolute;
  content: "";
  width: 88px;
  height: 1px;
  background-color: #A6CFEC;
  top: 50%;
}

.quizze__step-method__heading::after {
  left: 12px;
}

.quizze__step-method__heading::before {
  right: 12px;
}

.quizze__step-method__title {
  font-size: 16px;
  line-height: 22px;
  color: var(--text-primary-light);
  font-weight: 400;
  letter-spacing: 0.1px;
}

.quizze__step-method__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
  position: relative;
}

.quizze__step-method__form:before {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  content: "";
  background-image: url("data:image/svg+xml;base64,PCEtLSBCeSBTYW0gSGVyYmVydCAoQHNoZXJiKSwgZm9yIGV2ZXJ5b25lLiBNb3JlIEAgaHR0cDovL2dvby5nbC83QUp6YkwgLS0+Cjxzdmcgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4IiB2aWV3Qm94PSIwIDAgMzggMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjMDAwMDAwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iIzAwMCI+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjUiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYgMThjMC05Ljk0LTguMDYtMTgtMTgtMTgiPgogICAgICAgICAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0KICAgICAgICAgICAgICAgICAgICAgICAgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIgogICAgICAgICAgICAgICAgICAgICAgICB0eXBlPSJyb3RhdGUiCiAgICAgICAgICAgICAgICAgICAgICAgIGZyb209IjAgMTggMTgiCiAgICAgICAgICAgICAgICAgICAgICAgIHRvPSIzNjAgMTggMTgiCiAgICAgICAgICAgICAgICAgICAgICAgIGR1cj0iMXMiCiAgICAgICAgICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+CiAgICAgICAgICAgIDwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center 100px;
  background-size: 50px;
}

.quizze__step-method__form-item {
  position: relative;
  padding-bottom: 16px;
  width: 100%;
}

.quizze__step-method__form-item--stripe {
  padding-bottom: 10px;
}

.quizze__step-method__form-input {
  width: 100%;
  padding: 14px 16px;
  padding-right: 48px;
  border-radius: 45px;
  background-color: #fff;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: var(--text-primary);
}

.quizze__step-method__form-input::-webkit-input-placeholder {
  color: var(--text-primary-light);
}

.quizze__step-method__form-input::-moz-placeholder {
  color: var(--text-primary-light);
}

.quizze__step-method__form-input::-ms-input-placeholder {
  color: var(--text-primary-light);
}

.quizze__step-method__form-input::placeholder {
  color: var(--text-primary-light);
}

.error .quizze__step-method__form-input {
  border-color: #FF8B8B;
  color: #FF8B8B;
}

.quizze__step-method__form-icon {
  opacity: 0;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.quizze__step-method__form-icon.show {
  opacity: 1;
}

.cvv .quizze__step-method__form-icon {
  opacity: 1;
}

.quizze__step-method__form-icon img {
  display: block;
}

.error .quizze__step-method__form-icon.error {
  opacity: 1;
}

.quizze__step-method__form-error {
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: 0;
  color: #FF8B8B;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.error .quizze__step-method__form-error {
  opacity: 1;
}

.quizze__step-method__form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quizze__step-method__form-group .cvv {
  width: 128px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.quizze__step-method .quizze__step-text {
  color: var(--text-primary-light);
  font-weight: 500;
}

.quizze__step[data-type=payment] {
  padding-top: 114px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0;
}

.quizze__step[data-type=payment] .quizze__step-method__form {
  position: relative;
}

.quizze__step[data-type=payment] .quizze__step-method__form:before {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  content: "";
  background-image: url("data:image/svg+xml;base64,PCEtLSBCeSBTYW0gSGVyYmVydCAoQHNoZXJiKSwgZm9yIGV2ZXJ5b25lLiBNb3JlIEAgaHR0cDovL2dvby5nbC83QUp6YkwgLS0+Cjxzdmcgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4IiB2aWV3Qm94PSIwIDAgMzggMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjMDAwMDAwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iIzAwMCI+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjUiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYgMThjMC05Ljk0LTguMDYtMTgtMTgtMTgiPgogICAgICAgICAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0KICAgICAgICAgICAgICAgICAgICAgICAgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIgogICAgICAgICAgICAgICAgICAgICAgICB0eXBlPSJyb3RhdGUiCiAgICAgICAgICAgICAgICAgICAgICAgIGZyb209IjAgMTggMTgiCiAgICAgICAgICAgICAgICAgICAgICAgIHRvPSIzNjAgMTggMTgiCiAgICAgICAgICAgICAgICAgICAgICAgIGR1cj0iMXMiCiAgICAgICAgICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+CiAgICAgICAgICAgIDwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center 100px;
  background-size: 50px;
}

.quizze__step[data-type=payment].form-submitting .quizze__step-method__form:before {
  opacity: 1;
  visibility: visible;
}

.quizze__step[data-type=payment].form-submitting .quizze__step-method__form-item,
.quizze__step[data-type=payment].form-submitting .quizze__step-method__form-group {
  opacity: 0.5;
  pointer-events: none;
}

.quizze__step[data-type=payment].form-submitting .js-submit {
  opacity: 0.5;
  pointer-events: none;
}

.quizze__step[data-type=payment] .quizze__step-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 18px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 46px;
}

.quizze__step[data-type=payment] .quizze__step-octo {
  width: 139px;
  height: 122px;
  top: 18px;
}

.quizze__step[data-type=payment] .quizze__step-heading {
  display: none;
}

.quizze__step[data-type=payment] .quizze__step-heading * {
  color: var(--text-primary-light);
}

.quizze__step[data-type=payment] .quizze__step-heading.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.quizze__step[data-type=payment] .quizze__step-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -10px;
}

.quizze__step[data-type=payment] .quizze__step-footer .button {
  width: 100%;
  min-height: 51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.quizze__step[data-type=payment] .quizze__step-footer .button.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.quizze__step[data-type=payment] .quizze__step-footer__additional {
  padding: 22px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.quizze__step[data-type=payment] .quizze__step-footer__additional .quizze__step-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.quizze__step[data-type=payment] .quizze__step-footer__additional .quizze__step-text .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}

.quizze__step[data-type=payment] .quizze__step-footer__additional img {
  line-height: inherit;
  display: inline-block;
}

.quizze__step[data-type=payment] .quizze__step-footer__additional-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-primary-light);
}

.quizze__step[data-type=payment] .quizze__step-footer__additional-text a {
  color: var(--text-primary-light);
  font-weight: 600;
}

.quizze__step[data-type=payment] .quizze__step-footer__additional-text.small {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.7;
}

.quizze__step[data-type=payment] .quizze__step-footer__additional .annual {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  text-align: center;
  padding: 0 32px;
}

.quizze__step[data-type=payment] .quizze__step-footer__additional .annual.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.quizze__step[data-type=payment] .quizze__step-title {
  font-size: 28px;
  line-height: 38px;
}

.quizze__step[data-type=payment][data-template=v1] .quizze__step-method__stripe-card,
.quizze__step[data-type=payment][data-template=v1] .quizze__step-method__form-input {
  border: 1px solid #99AFD2;
}

.quizze__step[data-type=payment][data-template=v1] .quizze__step-method__wallet-pay {
  border-radius: 10px;
}

.quizze__step[data-type=payment][data-template=v1] .quizze__step-method__wallet-pay iframe {
  border-radius: 10px;
}

.quizze__step[data-type=payment][data-template=v1] .quizze__step-method__heading.checkout .quizze__step-method__title {
  font-weight: 600;
}

.quizze__step[data-type=payment][data-template=v1] .quizze__step-method__heading.checkout:before,
.quizze__step[data-type=payment][data-template=v1] .quizze__step-method__heading.checkout:after {
  display: none;
}

.quizze__step[data-type=payment][data-template=v1] .quizze__step-method__cta-row {
  margin: 0;
}

.quizze__step[data-type=payment][data-template=v1] .quizze__step-plan__badge {
  top: -10px;
  z-index: 1;
  background: -webkit-linear-gradient(359deg, #A09BFF 29.82%, #00C5E3 106.47%), #F49045;
  background: -o-linear-gradient(359deg, #A09BFF 29.82%, #00C5E3 106.47%), #F49045;
  background: linear-gradient(91deg, #A09BFF 29.82%, #00C5E3 106.47%), #F49045;
}

.quizze__step[data-type=payment][data-template=v1] .quizze__step-plan__badge-text {
  color: #fff;
}

.quizze__step[data-type=payment][data-template=v1] .quizze__step-plan__title,
.quizze__step[data-type=payment][data-template=v1] .quizze__step-plan__total-num {
  color: #5E5584;
}

.quizze__step[data-type=payment][data-template=v1] .quizze__step-plan__item {
  background: transparent;
  border-radius: 22.68px;
  border: 1.5px solid #99AFD2;
}

.quizze__step[data-type=payment][data-template=v1] .quizze__step-plan__item .quizze__step-plan__checked {
  width: 24px;
  height: 24px;
  border-radius: 100px;
}

.quizze__step[data-type=payment][data-template=v1] .quizze__step-plan__item:not(.active) .quizze__step-plan__checked img {
  opacity: 0;
}

.quizze__step[data-type=payment][data-template=v1] .quizze__step-plan__item:not(.active) .quizze__step-plan__checked {
  background-color: transparent;
  border: 1.5px solid #92B1D7;
  opacity: 1;
}

.quizze__step[data-type=payment][data-template=v1] .quizze__step-plan__item.active .quizze__step-plan__checked {
  background-color: #7CA4F9;
}

.quizze__step[data-type=payment][data-template=v1] .quizze__step-plan__item.active .quizze__step-plan__checked img {
  margin-left: 3px;
  margin-top: -3px;
}

.quizze__step[data-type=payment][data-template=v1] .quizze__step-plan__item.active::after {
  opacity: 1;
  border-radius: 22px;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 3px;
  background: -webkit-gradient(linear, left top, right top, color-stop(31%, #A09BFF), to(#00C5E3));
  background: -webkit-linear-gradient(left, #A09BFF 31%, #00C5E3 100%);
  background: -o-linear-gradient(left, #A09BFF 31%, #00C5E3 100%);
  background: linear-gradient(90deg, #A09BFF 31%, #00C5E3 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border: 0;
}

.quizze__step[data-type=payment][data-template=v1] .quizze__step-plan .quizze__step-text {
  color: #5E5584;
  padding-top: 4px;
  margin-bottom: -4px;
}

.quizze__step[data-type=payment][data-template=v1] .checkout-with {
  text-align: center;
  width: 100%;
  font-weight: 600;
  margin-bottom: 5px;
  color: #5E5584;
  font-size: 18px;
}

.quizze__step[data-type=payment][data-template=v1] .quizze__step-notify {
  position: relative;
  margin-bottom: 0;
  color: #5E5584;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  padding-bottom: 16px;
}

.quizze__step[data-type=payment][data-template=v1] .quizze__step-notify::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  border-bottom: 1px solid #7A77B3;
  opacity: 0.5;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.quizze__step[data-type=trusted] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.quizze__step[data-type=trusted]:after {
  background-image: url("../images/trust_girl.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-bottom: -32px;
  height: 100%;
  z-index: -1;
}

.quizze__step[data-type=trusted] .quizze__step-download {
  padding: 40px 16px 60px;
}

.quizze__step[data-type=trusted] .quizze__step-footer {
  width: 100%;
}

.quizze__step[data-type=trusted] .quizze__step-footer button {
  width: 100%;
  min-height: 51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quizze__step[data-type=trusted] .quizze__step-octo {
  width: 274px;
  height: 264px;
  top: 55px;
}

.quizze__step[data-type=trusted] .quizze__step-method {
  padding-top: 5px;
}

.quizze__step[data-type=trusted] .quizze__step-method .quizze-step__pros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 24px auto;
  gap: 22px;
  position: relative;
}

.quizze__step[data-type=trusted] .quizze__step-method .quizze-step__pros:after {
  background: rgba(253, 154, 109, 0.35);
  width: 8px;
  height: 162px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 22px;
  z-index: -1;
}

.quizze__step[data-type=trusted] .quizze__step-method .quizze-step__pros-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  color: #7A77B3;
  font-size: 20px;
  font-weight: 500;
}

.quizze__step[data-type=trusted] .quizze__step-method .quizze-step__pros-item img {
  max-height: 51px;
}

.quizze__step[data-type=trusted] .quizze__step-title {
  margin: 0;
  font-family: "Asap Condensed", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #7a77b3;
}

.quizze__step[data-type=trusted] .quizze-step__text {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #7A77B3;
}

.quizze__step[data-type=reminder] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.quizze__step[data-type=reminder] .quizze__step-download {
  padding: 40px 16px 60px;
}

.quizze__step[data-type=reminder] .quizze__step-footer {
  width: 100%;
}

.quizze__step[data-type=reminder] .quizze__step-footer button {
  width: 100%;
  min-height: 51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quizze__step[data-type=reminder] .quizze__step-footer button:disabled,
.quizze__step[data-type=reminder] .quizze__step-footer button[aria-disabled=true] {
  cursor: not-allowed;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  border: 1px solid #99AFD2;
  background: #D1E5F5;
  -webkit-box-shadow: 0 1px 0 0 #99AFD2;
          box-shadow: 0 1px 0 0 #99AFD2;
  color: #99AFD2;
}

.quizze__step[data-type=reminder] .quizze__step-octo {
  width: 274px;
  height: 264px;
  top: 55px;
}

.quizze__step[data-type=reminder] .quizze__step-method {
  padding-top: 5px;
  width: 100%;
  margin: 35px auto 70px;
}

.quizze__step[data-type=reminder] .quizze-step__reminder-answers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 100%;
  margin: 0 auto 8px;
}

.quizze__step[data-type=reminder] .quizze-step__reminder-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 48px;
  padding: 14px 16px;
  margin: 0;
  text-align: left;
  color: #7a77b3;
  cursor: pointer;
  -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  -o-transition: border-color 0.15s ease, box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  border-radius: 16px;
  border: 1px solid #99AFD2;
  background: #FFF;
  -webkit-box-shadow: 0 4.536px 0 0 #7A77B3, 0 4.536px 4.536px 0 #A29ECA;
          box-shadow: 0 4.536px 0 0 #7A77B3, 0 4.536px 4.536px 0 #A29ECA;
}

.quizze__step[data-type=reminder] .quizze-step__reminder-option.is-active,
.quizze__step[data-type=reminder] .quizze-step__reminder-option:hover {
  border-color: #7a77b3;
  -webkit-box-shadow: 0 3px 10px rgba(90, 86, 140, 0.2);
          box-shadow: 0 3px 10px rgba(90, 86, 140, 0.2);
  border: 1px solid #FFB200;
  background: #FCFFAE;
}

.quizze__step[data-type=reminder] .quizze-step__reminder-option-label,
.quizze__step[data-type=reminder] .quizze-step__reminder-option-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #7A77B3;
}

.quizze__step[data-type=reminder] .quizze-step__reminder-option-label {
  font-weight: 600;
}

.quizze__step[data-type=reminder] .quizze__step-title {
  margin: 0;
  font-family: "Asap Condensed", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #7a77b3;
}

.quizze__step[data-type=contact-support],
.quizze__step[data-type=activation-failed],
.quizze__step[data-type=newsletter] {
  padding: 0;
  margin: 0;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.quizze__step[data-type=contact-support].active,
.quizze__step[data-type=activation-failed].active,
.quizze__step[data-type=newsletter].active {
  min-height: 100%;
}

.quizze__step-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quizze__step-share__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-height: 135px;
  border-radius: 16px;
  background-color: #D6EEFF;
  width: 164px;
}

.quizze__step-share__wrap .quizze__step-text {
  color: var(--text-primary);
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.quizze__step-share__separ {
  color: var(--text-primary);
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  display: none;
}

.quizze__step-share__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.quizze__step-share__app {
  height: 38px;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}

.quizze__step-share__app.active {
  display: block;
}

.quizze__step-share__app img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.quizze__step-share__button {
  position: relative;
  padding: 4px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  color: var(--text-primary);
  border: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.quizze__step-share__button-icon {
  width: 63px;
  height: 63px;
  padding: 12px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quizze__step-share__button-icon img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.quizze__step-share__button-text {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}

.quizze__step-share_text {
  margin-bottom: 65px;
  width: 100%;
  text-align: left;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #8AC6D6;
}

.quizze__step a.contact-support {
  font-weight: 700;
  color: #99AFD2;
  text-decoration: underline;
}

.quizze__step-method__stripe-label {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  color: inherit;
}

.quizze__step-method__form-group--stripe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.quizze__step-method__form-group--stripe .quizze__step-method__form-item--stripe:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.quizze__step-method__form-group--stripe .quizze__step-method__form-item--stripe:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.quizze__step-method__stripe-card {
  min-height: 44px;
  padding: 16px 16px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 45px;
  color: var(--text-primary);
}

.quizze__step-method__stripe-card iframe {
  width: 100% !important;
}

.quizze__step-method__stripe-errors {
  color: #fa755a;
  font-size: 14px;
  margin-top: 8px;
  min-height: 20px;
}

.quizze__step-method__stripe-errors.visible {
  display: block;
}

.quizze__wrapper:has(.quizze__step[data-type=contact-support].active) .quizze__header,
.quizze__wrapper:has(.quizze__step[data-type=activation-failed].active) .quizze__header,
.quizze__wrapper:has(.quizze__step[data-type=trusted].active) .quizze__header,
.quizze__wrapper:has(.quizze__step[data-type=rating].active) .quizze__header {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.quizze__wrapper:has(.quizze__step[data-type=welcome_testimonials][data-no-back].active) .quizze__header {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.quizze__wrapper:has(.quizze__step[data-type=welcome_testimonials][data-no-back].active) .quizze__step-rating__media {
  margin-top: 0;
}

.quizze__wrapper:has(.quizze__step[data-type=welcome_testimonials].active) .quizze__header {
  position: relative;
  z-index: 5;
}

.quizze__wrapper:has(.quizze__step[data-type=welcome_testimonials].active) .quizze__step-rating__media {
  margin-top: -60px;
}

.quizze__wrapper:has(.quizze__step[data-type=welcome_testimonials].active) .quizze__step-rating__media img {
  max-width: 100%;
}

.quizze__wrapper:has(.quizze__step[data-type=newsletter].active) .quizze__progress,
.quizze__wrapper:has(.quizze__step[data-type=reminder].active) .quizze__progress,
.quizze__wrapper:has(.quizze__step[data-type=trusted].active) .quizze__progress,
.quizze__wrapper:has(.quizze__step[data-type=rating].active) .quizze__progress,
.quizze__wrapper:has(.quizze__step[data-type=welcome_testimonials].active) .quizze__progress {
  display: none;
}

.quizze__wrapper:has(.quizze__step[data-type=rating].active) .quizze__bg,
.quizze__wrapper:has(.quizze__step[data-type=welcome_testimonials].active) .quizze__bg {
  display: none;
}

.quizze__wrapper:has(.quizze__step[data-type=image].active) .quizze__header {
  z-index: 9;
}

.quizze__wrapper:has(.quizze__step[data-type=welcome][data-template=motivates].active) .quizze__header,
.quizze__wrapper:has(.quizze__step[data-type=welcome][data-template=motivates].active) .quizze__bg {
  display: none;
}

.quizze-support-screen__gradient {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% + 32px);
  max-width: none;
  margin-left: -16px;
  margin-right: -16px;
  min-height: 100vh;
  min-height: 100dvh;
}

.quizze-support-screen__sheet {
  position: relative;
  width: 100%;
  max-width: 492px;
  margin: 0 auto;
  padding: 0 0 8px;
  border-radius: 40px 40px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#caf3ff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #caf3ff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #caf3ff 100%);
  background: linear-gradient(180deg, #ffffff 0%, #caf3ff 100%);
  -webkit-box-shadow: 0 -8px 32px rgba(0, 45, 90, 0.1);
          box-shadow: 0 -8px 32px rgba(0, 45, 90, 0.1);
}

.quizze-support-screen__close {
  position: absolute;
  z-index: 5;
  top: -40px;
  right: 12px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
}

.quizze-support-screen__close-icon {
  display: block;
  width: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.quizze-support-screen__art {
  position: absolute;
  left: 50%;
  top: -115px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 159px;
  height: 142px;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quizze-support-screen__art img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.quizze-support-screen__body {
  padding: 40px 24px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 390px;
  min-height: 600px;
  margin: 0 auto;
}

.quizze-support-screen__title {
  margin: 0;
  font-family: "Asap Condensed", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #7a77b3;
}

.quizze-support-screen--message-only .quizze-support-screen__art {
  top: -185px;
  width: 236px;
  height: 236px;
  z-index: 0;
}

.quizze-support-screen--message-only .quizze-support-screen__body {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  min-height: 680px;
  padding-bottom: 40px;
  border-radius: 40px 40px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#caf3ff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #caf3ff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #caf3ff 100%);
  background: linear-gradient(180deg, #ffffff 0%, #caf3ff 100%);
}

.quizze-support-screen__text {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #7A77B3;
}

.quizze-support-screen__text p {
  margin: 0;
}

.quizze-support-screen__text p:not(:last-child) {
  margin-bottom: 12px;
}

.quizze-support-screen__text a {
  color: inherit;
  text-decoration: underline;
}

.quizze-support-screen__newsletter-form {
  width: 100%;
  max-width: 406px;
  margin: 35px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
}

.quizze-support-screen__newsletter-form-lead {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #7A77B3;
}

.quizze-support-screen__newsletter-form-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 45px;
  padding: 16px 20px;
  min-height: 54px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.15s ease;
  transition: -webkit-box-shadow 0.15s ease;
  -o-transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.quizze-support-screen__newsletter-form-field.is-error {
  -webkit-box-shadow: 0 0 0 1px #fa755a;
          box-shadow: 0 0 0 1px #fa755a;
}

.quizze-support-screen__newsletter-form-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.1px;
  color: var(--text-primary);
}

.quizze-support-screen__newsletter-form-input::-webkit-input-placeholder {
  color: #97a1ca;
}

.quizze-support-screen__newsletter-form-input::-moz-placeholder {
  color: #97a1ca;
}

.quizze-support-screen__newsletter-form-input::-ms-input-placeholder {
  color: #97a1ca;
}

.quizze-support-screen__newsletter-form-input::placeholder {
  color: #97a1ca;
}

.quizze-support-screen__newsletter-form-input:focus {
  outline: none;
}

.quizze-support-screen__newsletter-form-submit {
  width: 100%;
  min-height: 56px;
  border-radius: 16px;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quizze-support-screen__newsletter-form-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.quizze-support-screen__newsletter-form-back {
  display: block;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.quizze-support-screen__newsletter-form-feedback {
  margin: -8px 0 0;
  text-align: left;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.quizze-support-screen__newsletter-form-feedback:not([hidden]) {
  display: block;
}

.quizze-support-screen__newsletter-form-feedback.is-error {
  color: #fa755a;
}

.quizze-support-screen__newsletter-form-feedback.is-success {
  color: var(--text-success);
}

.quizze-support-screen__form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

.quizze-support-screen__form .wpcf7-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  width: 100%;
  position: relative;
}

.quizze-support-screen__form .wpcf7-form:before {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  content: "";
  background-image: url("data:image/svg+xml;base64,PCEtLSBCeSBTYW0gSGVyYmVydCAoQHNoZXJiKSwgZm9yIGV2ZXJ5b25lLiBNb3JlIEAgaHR0cDovL2dvby5nbC83QUp6YkwgLS0+Cjxzdmcgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4IiB2aWV3Qm94PSIwIDAgMzggMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjMDAwMDAwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iIzAwMCI+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjUiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYgMThjMC05Ljk0LTguMDYtMTgtMTgtMTgiPgogICAgICAgICAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0KICAgICAgICAgICAgICAgICAgICAgICAgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIgogICAgICAgICAgICAgICAgICAgICAgICB0eXBlPSJyb3RhdGUiCiAgICAgICAgICAgICAgICAgICAgICAgIGZyb209IjAgMTggMTgiCiAgICAgICAgICAgICAgICAgICAgICAgIHRvPSIzNjAgMTggMTgiCiAgICAgICAgICAgICAgICAgICAgICAgIGR1cj0iMXMiCiAgICAgICAgICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+CiAgICAgICAgICAgIDwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center 100px;
  background-size: 50px;
}

.quizze-support-screen__form .wpcf7-form.submitting:before {
  opacity: 1;
  visibility: visible;
}

.quizze-support-screen__form .wpcf7-form.submitting .quizze-support-screen__form_wrap,
.quizze-support-screen__form .wpcf7-form.submitting input[type=submit] {
  opacity: 0.5;
  pointer-events: none;
}

.quizze-support-screen__form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > .quizze-form-floating__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 0 24px;
  overflow: hidden;
  text-align: start;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 52px;
  color: #99afd2;
  -webkit-transition: opacity 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > textarea ~ .quizze-form-floating__label {
  line-height: 1.25;
  padding-top: 16px;
  height: auto;
  min-height: 100%;
}

.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > input:is([type=text], [type=email], [type=tel])::-webkit-input-placeholder {
  color: transparent;
}

.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > input:is([type=text], [type=email], [type=tel])::-moz-placeholder {
  color: transparent;
}

.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > input:is([type=text], [type=email], [type=tel])::-ms-input-placeholder {
  color: transparent;
}

.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > input:is([type=text], [type=email], [type=tel])::placeholder {
  color: transparent;
}

.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > input:is([type=text], [type=email], [type=tel]):focus,
.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > input:is([type=text], [type=email], [type=tel]):not(:placeholder-shown) {
  padding-top: 20px;
  padding-bottom: 4px;
}

.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > input:is([type=text], [type=email], [type=tel]):-webkit-autofill {
  padding-top: 20px;
  padding-bottom: 4px;
}

.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > textarea::-webkit-input-placeholder {
  color: transparent;
}

.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > textarea::-moz-placeholder {
  color: transparent;
}

.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > textarea::-ms-input-placeholder {
  color: transparent;
}

.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > textarea::placeholder {
  color: transparent;
}

.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > textarea:focus,
.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > textarea:not(:placeholder-shown) {
  padding-top: 28px;
  padding-bottom: 12px;
}

.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > textarea:-webkit-autofill {
  padding-top: 28px;
  padding-bottom: 12px;
}

.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > input:is([type=text], [type=email], [type=tel]):focus ~ .quizze-form-floating__label,
.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > input:is([type=text], [type=email], [type=tel]):not(:placeholder-shown) ~ .quizze-form-floating__label,
.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > textarea:focus ~ .quizze-form-floating__label,
.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > textarea:not(:placeholder-shown) ~ .quizze-form-floating__label {
  opacity: 0.9;
  -webkit-transform: scale(0.75) translateY(-0.55rem) translateX(0.08rem);
      -ms-transform: scale(0.75) translateY(-0.55rem) translateX(0.08rem);
          transform: scale(0.75) translateY(-0.55rem) translateX(0.08rem);
}

.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > input:is([type=text], [type=email], [type=tel]):-webkit-autofill ~ .quizze-form-floating__label,
.quizze-support-screen__form .wpcf7-form-control-wrap.quizze-form-floating > textarea:-webkit-autofill ~ .quizze-form-floating__label {
  opacity: 0.9;
  -webkit-transform: scale(0.75) translateY(-0.55rem) translateX(0.08rem);
          transform: scale(0.75) translateY(-0.55rem) translateX(0.08rem);
}

.quizze-support-screen__form input[type=text],
.quizze-support-screen__form input[type=email],
.quizze-support-screen__form input[type=tel],
.quizze-support-screen__form select {
  width: 100%;
  height: 52px;
  padding: 4px 24px 4px 21px;
  border: none;
  border-radius: 999px;
  background: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--text-primary);
  -webkit-transition: padding-top 0.15s ease-in-out, padding-bottom 0.15s ease-in-out;
  -o-transition: padding-top 0.15s ease-in-out, padding-bottom 0.15s ease-in-out;
  transition: padding-top 0.15s ease-in-out, padding-bottom 0.15s ease-in-out;
}

.quizze-support-screen__form input[type=text].wpcf7-not-valid,
.quizze-support-screen__form input[type=email].wpcf7-not-valid,
.quizze-support-screen__form input[type=tel].wpcf7-not-valid,
.quizze-support-screen__form select.wpcf7-not-valid {
  border: 1px solid #FF8B8B;
}

.quizze-support-screen__form input[type=text]::-webkit-input-placeholder,
.quizze-support-screen__form input[type=email]::-webkit-input-placeholder,
.quizze-support-screen__form input[type=tel]::-webkit-input-placeholder,
.quizze-support-screen__form select::-webkit-input-placeholder {
  color: #99afd2;
}

.quizze-support-screen__form input[type=text]::-moz-placeholder,
.quizze-support-screen__form input[type=email]::-moz-placeholder,
.quizze-support-screen__form input[type=tel]::-moz-placeholder,
.quizze-support-screen__form select::-moz-placeholder {
  color: #99afd2;
}

.quizze-support-screen__form input[type=text]::-ms-input-placeholder,
.quizze-support-screen__form input[type=email]::-ms-input-placeholder,
.quizze-support-screen__form input[type=tel]::-ms-input-placeholder,
.quizze-support-screen__form select::-ms-input-placeholder {
  color: #99afd2;
}

.quizze-support-screen__form input[type=text]::placeholder,
.quizze-support-screen__form input[type=email]::placeholder,
.quizze-support-screen__form input[type=tel]::placeholder,
.quizze-support-screen__form select::placeholder {
  color: #99afd2;
}

.quizze-support-screen__form textarea {
  width: 100%;
  min-height: 132px;
  padding: 16px 24px 16px 21px;
  border: none;
  border-radius: 20px;
  background: #fff;
  resize: vertical;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: var(--text-primary);
  -webkit-transition: padding-top 0.15s ease-in-out, padding-bottom 0.15s ease-in-out;
  -o-transition: padding-top 0.15s ease-in-out, padding-bottom 0.15s ease-in-out;
  transition: padding-top 0.15s ease-in-out, padding-bottom 0.15s ease-in-out;
}

.quizze-support-screen__form textarea::-webkit-input-placeholder {
  color: #99afd2;
}

.quizze-support-screen__form textarea::-moz-placeholder {
  color: #99afd2;
}

.quizze-support-screen__form textarea::-ms-input-placeholder {
  color: #99afd2;
}

.quizze-support-screen__form textarea::placeholder {
  color: #99afd2;
}

.quizze-support-screen__form input[type=submit],
.quizze-support-screen__form button[type=submit] {
  width: 100%;
  min-height: 56px;
  margin-top: 8px;
  padding: 8px 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #99afd2;
  border-radius: 14px;
  border: 2px solid transparent;
  color: var(--text-success);
  cursor: pointer;
}

.quizze-support-screen__form .wpcf7-spinner,
.quizze-support-screen__form .wpcf7-response-output {
  display: none !important;
}

.quizze-support-screen__form .wpcf7-not-valid-tip {
  color: #FF8B8B;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 2px;
}

.quizze-support-screen__form_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  width: 100%;
}

.quizze-support-screen__thankyou {
  text-align: center;
  color: #7a77b3;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quizze-support-screen__thankyou.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.quizze-support-screen__thankyou-title {
  margin: 0;
  font-family: "Asap Condensed", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.5px;
}

.quizze-support-screen__thankyou-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.quizze__step[data-step=newsletter].quizze-support-screen.quizze-support-screen--message-only .quizze-support-screen__art {
  z-index: 2;
  width: 278px;
}

.quizze__step[data-step=newsletter].quizze-support-screen.quizze-support-screen--message-only .quizze-support-screen__body {
  z-index: 0;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  background: transparent;
}

.quizze__step[data-step=newsletter].quizze-support-screen.quizze-support-screen--message-only .quizze-support-screen__body.is-newsletter-thankyou-shown .quizze-support-screen__title,
.quizze__step[data-step=newsletter].quizze-support-screen.quizze-support-screen--message-only .quizze-support-screen__body.is-newsletter-thankyou-shown .quizze-support-screen__text {
  display: none;
}

.lessons {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.lessons__mute {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 32px;
  height: 32px;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.lessons__mute.hidden {
  display: none;
}

.lessons__mute-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.lessons__mute-item.show {
  opacity: 1;
}

.lessons__mute-item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.lessons__progress {
  position: relative;
  width: 100%;
  min-height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-radius: 16px;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 1.5px 0px rgba(48, 126, 156, 0.12);
          box-shadow: 0px 2px 1.5px 0px rgba(48, 126, 156, 0.12);
}

.lessons__progress-shadow {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 12px 3px rgba(0, 255, 222, 0.4) inset;
          box-shadow: 0px 0px 12px 3px rgba(0, 255, 222, 0.4) inset;
  z-index: 2;
  opacity: 0.6;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.lessons__progress-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-color: #9fb6f2;
  border: 1px solid #e0ffff;
  -webkit-box-shadow: 0 0 10px 3px rgba(224, 255, 255, 0.7);
          box-shadow: 0 0 10px 3px rgba(224, 255, 255, 0.7);
  z-index: 1;
}

.lessons__progress-bar {
  position: relative;
  z-index: 3;
  min-height: 100%;
  background: var(--progress-bar-gradient);
  border-radius: 14px;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.lessons__progress-bar.active {
  border-radius: 14px 0 0 14px;
  border-right: 2px solid var(--text-primary-selected-100);
}

.lessons__wrapper {
  height: 100dvh;
  position: absolute;
  max-height: 844px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  pointer-events: none;
}

.lessons__wrapper.show {
  opacity: 1;
  pointer-events: all;
  position: relative;
}

.lessons__wrapper .container {
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
}

.lessons__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  pointer-events: none;
  padding: 16px 8px 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.lessons__item.active {
  height: 100%;
  min-height: 100%;
  opacity: 1;
  pointer-events: all;
  overflow: auto;
}

.lessons__item[data-lesson-type=video] {
  z-index: 2;
}

.lessons__item[data-lesson-type=video] .lessons__item-video {
  width: calc(100% + 16px);
  height: calc(100% + 60px);
  margin: -16px -8px -16px;
  overflow: hidden;
}

.lessons__item[data-lesson-type=video] .lessons__item-video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.lessons__item[data-lesson-type=video] .button__link {
  position: absolute;
  right: 16px;
  bottom: 30px;
}

.lessons__item[data-gif-size=bigger] .lessons__item-question__image {
  max-width: 300px;
}

.lessons__item-content {
  margin-top: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 8px solid #ffffff;
  border-radius: 32px;
  position: relative;
  background-color: var(--color-lessons-bg);
  -webkit-box-shadow: 0px 2px 0px 0px #DFDCF0;
          box-shadow: 0px 2px 0px 0px #DFDCF0;
  padding: 5px 4px 12px;
}

.lessons__item-content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 3px;
  left: 0;
  border-radius: 32px;
  background: #97A1CA;
  z-index: -1;
}

.lessons__item-question {
  padding: 0px 18px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #BFC3EB;
}

.lessons__item-question__text {
  font-size: 16px;
  line-height: 18px;
  color: var(--text-primary);
  text-align: center;
}

.lessons__item-question__title {
  margin-bottom: 8px;
  text-align: center;
  color: #17B295;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-family: "Asap Condensed", sans-serif;
}

.lessons__item-question__image {
  margin: 5px auto;
  max-width: 250px;
  max-height: 220px;
}

.lessons__item-question__image video,
.lessons__item-question__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lessons__item-answers {
  display: grid;
  row-gap: 8px;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  padding: 12px 4px 0;
}

.lessons__item-answers[data-buttons="2"] {
  grid-template-columns: 1fr;
}

.lessons__item-answers[data-buttons="4"] {
  grid-template-columns: 1fr 1fr;
}

.lessons__item-answers .button {
  font-weight: 400;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 54px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 16px;
  line-height: 20px;
}

.lessons__item-answers:has(.button--success) {
  pointer-events: none;
}

.lessons__item-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 82px;
  width: 100%;
  padding: 0 80px;
}

.lessons__item-footer .button {
  min-height: 40px;
  min-width: 106px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 38px;
  margin-top: 5px;
}

.lessons__item-footer .button__link {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lessons__item-hint {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 8px);
  max-width: 90px;
  border-radius: 32px;
  padding: 5px;
  margin: -4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.lessons__item-hint::after {
  position: absolute;
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: 0;
  left: 0;
  border-radius: 32px;
  background: var(--gradient-chat);
  -webkit-box-shadow: 0px 4px 0px 0px rgba(179, 176, 235, 0.4);
          box-shadow: 0px 4px 0px 0px rgba(179, 176, 235, 0.4);
  opacity: 0;
  -webkit-transition: all 0.2s ease 0.6s;
  -o-transition: all 0.2s ease 0.6s;
  transition: all 0.2s ease 0.6s;
  z-index: 1;
}

.lessons__item-hint.active {
  max-width: 385px;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.lessons__item-hint.active::after {
  opacity: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.lessons__item-hint.active .lessons__item-hint-text {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.lessons__item-hint-icon {
  width: 80px;
  height: 80px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FFFFFF;
  border-radius: 32px;
  background: #57A7C4;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.lessons__item-hint-text {
  width: 284px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 18px;
  line-height: 22px;
  color: var(--text-primary);
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

@media screen and (min-width: 440px) {
  .quizze__step-share__separ {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mfp-container {
    padding: 0 10px;
  }
}

@media (max-width: 440px) {
  .quizze-support-screen--message-only .quizze-support-screen__body {
    min-height: 500px;
  }
}

@media (min-height: 750px) {
  .lessons__item[data-lesson-type=video] .button__link {
    bottom: 205px;
  }
}