* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

@font-face {
  font-family: "Lexend";
  src: url("../../fonts/Lexend-Bold.woff2") format("woff2"), url("../../fonts/Lexend-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

html {
  height: 100%;
  width: 100%;
  max-width: 100%;
  background-color: #161827;
  color: #ffffff;
  overflow-y: overlay;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  -ms-touch-action: pan-x pan-y;
      touch-action: pan-x pan-y;
}

html :root {
  -ms-touch-action: pan-x pan-y;
      touch-action: pan-x pan-y;
  height: 100%;
}

html body main {
  display: block;
  width: calc(100% - 2 * 30px);
  max-width: 460px;
  padding: 0;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 100px;
}

html body .sending-response {
  display: none;
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  display: block;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1rem;
}

html body h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}

html body h2 {
  font-size: 1rem;
}

html body img {
  width: 100%;
  margin: 0;
}

html body a {
  color: #ffffff;
}

html body p {
  display: block;
  line-height: 1.3;
  font-weight: 300;
  color: #cad2e7;
  margin-top: 0;
  margin-bottom: 1rem;
}

html body p a,
html body p strong,
html body p b {
  font-weight: 300;
  color: #ff7600;
}

html body .message {
  display: block;
  padding: 16px;
  background-color: #212530;
  border: solid 1px #292e3d;
  border-radius: 16px;
  color: #ffffff;
}

html body .message p {
  margin: 0;
  color: #ffffff;
}

html body hr {
  display: block;
  border: none;
  width: auto;
  height: 1px;
  background-color: #1c1f30;
  margin: 16px;
}

html body .sticky-top {
  z-index: 99;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: auto;
  top: 85px;
  left: 0;
  background-color: #161921;
}

html body .sticky-bottom {
  z-index: 99;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: auto;
  bottom: 80px;
  left: 0;
  background-color: #161921;
}

html body ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

html body ul.list li.quiz {
  margin: 0;
  padding: 0;
  display: block;
  padding: 16px;
  border-radius: 16px;
  border: solid 1px #292e3d;
}

html body ul.list li.quiz h2 {
  margin-bottom: 2rem;
}

html body ul.list li.post-grid {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

html body ul.list li.post-grid::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

html body ul.list li.post-grid a {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

html body ul.list li.post-grid a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html body ul.list li.post {
  display: block;
}

html body ul.list li.post a {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  text-decoration: none;
  color: #ffffff;
}

html body ul.list li.post a img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

html body ul.list li.post a .post__infos {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 0.5rem 0;
}

html body ul.list li.post a .post__infos h2 {
  margin-bottom: 0.5rem;
}

html body ul.list li.post a .post__infos p {
  font-size: 14px;
}

html body ul.list.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

html body .loader {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: -webkit-fill-available;
  background-color: #161827;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

html body .loader__anim {
  border: 16px solid #ffd1a8;
  border-top: 16px solid #ff7600;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
}

html body .loader__text {
  text-align: center;
  color: #ffffff;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

html body .loader.hidden {
  display: none;
}

html body .after-upload {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: -webkit-fill-available;
  background-color: #161827;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html body .after-upload__container {
  width: calc(100% - 2 * 30px);
  height: auto;
  max-width: 460px;
  padding: 30px 6%;
  margin: 0 auto;
  text-align: center;
}

html body .after-upload__container lottie-player {
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto;
}

html body .after-upload__container lottie-player.success {
  width: 220px;
  height: 220px;
}

html body .after-upload__container .button {
  margin-top: 40px;
  width: 100%;
}

html body .interact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body .interact p {
  color: #f7f3ff;
}

html body .interact .buttons .button-small.like::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/like-active.svg);
  background-position: center;
  background-size: auto 35%;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

html body .interact .buttons .button-small.like.active::after {
  -webkit-animation: like 1s backwards;
          animation: like 1s backwards;
}

@-webkit-keyframes like {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes like {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

html body .interact .popupDownload {
  z-index: 9999;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(22, 24, 39, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html body .interact .popupDownload.hidden {
  display: none;
}

html body .interact .popupDownload .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

html body .interact .popupDownload .container img.image {
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

html body .interact .popupDownload .container a.download {
  width: 100%;
  max-width: 300px;
}

html body .interact .popupDownload .container .button-small.cancel {
  position: absolute;
  top: 2rem;
  right: 2rem;
  height: 60px;
  width: 60px;
}

header.header {
  z-index: 9999;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: calc(100% - 2 * 30px);
  max-width: 460px;
  padding: 0;
  margin: 0 auto;
  background-color: #161827;
  border-bottom: solid 1px transparent;
  -webkit-transition: border-bottom 0.5s;
  transition: border-bottom 0.5s;
}

header.header.scroll {
  border-bottom: solid 1px #1c1f30;
}

header.header.scroll .header__container .header__middle .header__title {
  opacity: 1;
}

header.header .header__container {
  height: 85px;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

header.header .header__container .header__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  height: 100%;
}

header.header .header__container .header__left a,
header.header .header__container .header__left button {
  padding: 0;
  margin: 0;
  height: 100%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

header.header .header__container .header__left a img,
header.header .header__container .header__left button img {
  height: 20px;
  width: auto;
}

header.header .header__container .header__middle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header.header .header__container .header__middle .header__logo {
  height: 21px;
  width: auto;
}

header.header .header__container .header__middle .header__title {
  font-size: 16px;
  font-weight: bold;
}

header.header .header__container .header__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header.header .header__container .header__right > :is(a, button) {
  position: relative;
  padding: 0 16px;
  margin: 0;
  height: 100%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

header.header .header__container .header__right > :is(a, button) img {
  height: 25px;
  width: auto;
}

header.header .header__container .header__right > :is(a, button).like::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/like-active.svg);
  background-position: center;
  background-size: auto 25px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header.header .header__container .header__right > :is(a, button).like.active::after {
  -webkit-animation: like 1s backwards;
          animation: like 1s backwards;
}

@keyframes like {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

footer.footer {
  z-index: 999;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1c1f30;
}

footer.footer .footer__container {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding: 0;
}

footer.footer .footer__container .footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer.footer .footer__container .footer__menu .footer__menu__item {
  position: relative;
  width: 25%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  text-decoration: none;
}

footer.footer .footer__container .footer__menu .footer__menu__item .footer__menu__item-icon {
  height: 25px;
  width: auto;
  -webkit-filter: invert(70%) sepia(18%) saturate(442%) hue-rotate(209deg) brightness(87%) contrast(84%);
          filter: invert(70%) sepia(18%) saturate(442%) hue-rotate(209deg) brightness(87%) contrast(84%);
}

footer.footer .footer__container .footer__menu .footer__menu__item .footer__menu__item-name {
  text-align: center;
  text-decoration: none;
  line-height: 1;
  color: white;
  font-size: 10px;
}

footer.footer .footer__container .footer__menu .footer__menu__item.active .footer__menu__item-icon {
  -webkit-filter: invert(43%) sepia(88%) saturate(4173%) hue-rotate(6deg) brightness(109%) contrast(91%);
          filter: invert(43%) sepia(88%) saturate(4173%) hue-rotate(6deg) brightness(109%) contrast(91%);
}

footer.footer .footer__container .footer__menu .footer__menu__item.active .footer__menu__item-name {
  color: #ff7600;
}

footer.footer .footer__container .footer__menu .footer__menu__item.notification::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 16px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ff7600;
}

.menu {
  z-index: 9999;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-height: -webkit-fill-available;
  background-color: transparent;
  pointer-events: none;
}

.menu.active {
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: all;
}

.menu.active .menu__container {
  pointer-events: all;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.menu .menu__container {
  width: 80%;
  max-width: 400px;
  height: 100%;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #161827;
  pointer-events: none;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}

.menu .menu__container .menu__header {
  padding: 10% 6% 10% calc(6% + 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}

.menu .menu__container .menu__header img.header__logo {
  height: 25px;
  width: auto;
}

.menu .menu__container .menu__header button.close {
  height: 40px;
  width: 40px;
}

.menu .menu__container .menu__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: scroll;
  border-top: solid 1px transparent;
  border-bottom: solid 1px transparent;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
  /* width */
  /* Track */
  /* Handle */
}

.menu .menu__container .menu__content.scrolled {
  border-top: solid 1px #292e3d;
  border-bottom: solid 1px #292e3d;
}

.menu .menu__container .menu__content::-webkit-scrollbar {
  width: 3px;
}

.menu .menu__container .menu__content::-webkit-scrollbar-track {
  background: transparent;
}

.menu .menu__container .menu__content::-webkit-scrollbar-thumb {
  background: #292e3d;
  border-radius: 16px;
}

.menu .menu__container .menu__content .menu__event {
  display: block;
  padding: 0 6%;
  margin-bottom: 16px;
}

.menu .menu__container .menu__content .menu__event h2 {
  padding: 0 16px;
  margin: 0;
  text-transform: capitalize;
  font-size: 16px;
  color: #9d98bb;
}

.menu .menu__container .menu__content .menu__account {
  display: block;
  padding: 0 6%;
  margin-bottom: 16px;
}

.menu .menu__container .menu__content .menu__account a {
  margin: 0;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background-color: #1c1f30;
  border-radius: 16px;
  text-decoration: none;
}

.menu .menu__container .menu__content .menu__account a:hover {
  background-color: #22253a;
}

.menu .menu__container .menu__content .menu__account a img {
  height: 40px;
  width: 40px;
}

.menu .menu__container .menu__content .menu__account a .menu__account-infos {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.menu .menu__container .menu__content .menu__account a .menu__account-infos h2 {
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: capitalize;
}

.menu .menu__container .menu__content .menu__account a .menu__account-infos p {
  color: #9d98bb;
  font-weight: normal;
  font-size: 12px;
  margin: 0;
  text-transform: capitalize;
}

.menu .menu__container .menu__content ul.menu__nav {
  padding: 0 6%;
  margin: 0;
  list-style: none;
}

.menu .menu__container .menu__content ul.menu__nav li {
  padding: 0;
  margin: 0;
}

.menu .menu__container .menu__content ul.menu__nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 1rem;
  margin: 0;
  text-decoration: none;
  font-weight: 500;
  color: #ffffff;
  border-radius: 16px;
}

.menu .menu__container .menu__content ul.menu__nav li a img {
  width: 20px;
  height: auto;
}

.menu .menu__container .menu__content ul.menu__nav li a:hover {
  background-color: #1c1f30;
}

.menu .menu__container .menu__content ul.menu__nav hr {
  margin: 16px;
  width: auto;
}

.menu .menu__container .menu__footer {
  padding: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  text-align: center;
}

.menu .menu__container .menu__footer p {
  margin: 0;
  font-size: 12px;
}

nav.menu-tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

nav.menu-tab a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 1rem;
  margin: 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px #292e3d;
}

nav.menu-tab a img {
  height: 10px;
  width: auto;
  opacity: 0.5;
}

nav.menu-tab a.active {
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
}

nav.menu-tab a.active img {
  opacity: 1;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.buttons .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

:is(a, button, input).button {
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 1.2rem 2rem;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  border-radius: 16px;
  border: none;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

:is(a, button, input).button.button--primary {
  background-color: #f45f0b;
  border: none;
}

:is(a, button, input).button.button--primary:hover {
  background-color: #dc560a;
}

:is(a, button, input).button.button--secondary {
  background-color: #1c1f30;
}

:is(a, button, input).button.button--secondary:hover {
  background-color: #202336;
}

:is(a, button, input).button.button--important {
  background-color: #000000;
}

:is(a, button, input).button.button--important:hover {
  background-color: #0d0d0d;
}

:is(a, button, input).button-small {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

:is(a, button, input).button-small img {
  height: 35%;
  width: auto;
}

:is(a, button, input).button-small.button-small--primary {
  background-color: #f45f0b;
}

:is(a, button, input).button-small.button-small--secondary {
  background-color: #1c1f30;
  border: solid 1px #9d98bb;
}

:is(a, button, input).button-small.button-small--secondary img {
  -webkit-filter: invert(70%) sepia(18%) saturate(442%) hue-rotate(209deg) brightness(87%) contrast(84%);
          filter: invert(70%) sepia(18%) saturate(442%) hue-rotate(209deg) brightness(87%) contrast(84%);
}

:is(a, button, input).button-small:active {
  -webkit-transform: scale(0.94);
          transform: scale(0.94);
}

form {
  display: block;
  padding: 0;
  margin: 0;
}

form .form__container {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

form .form__container .form__field {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

form .form__container .form__field input,
form .form__container .form__field textarea,
form .form__container .form__field select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  display: block;
  width: 100%;
  padding: 1rem;
  border: none;
  background-color: #1c1f30;
  border-radius: 16px;
  color: #ffffff;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
}

form .form__container .form__field input::-webkit-input-placeholder,
form .form__container .form__field textarea::-webkit-input-placeholder,
form .form__container .form__field select::-webkit-input-placeholder {
  color: #ffffff;
  font-family: "Lexend", sans-serif;
}

form .form__container .form__field input:-ms-input-placeholder,
form .form__container .form__field textarea:-ms-input-placeholder,
form .form__container .form__field select:-ms-input-placeholder {
  color: #ffffff;
  font-family: "Lexend", sans-serif;
}

form .form__container .form__field input::-ms-input-placeholder,
form .form__container .form__field textarea::-ms-input-placeholder,
form .form__container .form__field select::-ms-input-placeholder {
  color: #ffffff;
  font-family: "Lexend", sans-serif;
}

form .form__container .form__field input::placeholder,
form .form__container .form__field textarea::placeholder,
form .form__container .form__field select::placeholder {
  color: #ffffff;
  font-family: "Lexend", sans-serif;
}

form .form__container .form__field textarea {
  resize: none;
}

form .form__container .form__field select {
  background-image: url(../images/chevron-down-solid.svg);
  background-position: calc(100% - 1rem) 50%;
  background-size: 10px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

form .form__container .form__field label {
  display: block;
  padding: 0 1rem;
  margin: 8px 0;
  color: #cad2e7;
}

form .form__container .form__field p {
  padding: 0 1rem;
  margin: 8px 0;
  font-size: 14px;
  color: #646b83;
}

form .form__container .form__field--file label {
  cursor: pointer;
  padding: 16px;
  margin: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  background-color: #1c1f30;
  border-radius: 16px;
  color: #ffffff;
}

form .form__container .form__field--file label .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

form .form__container .form__field--file label .text p {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  color: #9d98bb;
}

form .form__container .form__field--file label .preview {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  width: 30%;
  max-width: 100px;
}

form .form__container .form__field--file label .preview::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

form .form__container .form__field--file label .preview .preview__inner {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: dashed 1px #9d98bb;
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

form .form__container .form__field--file label .preview .preview__inner img {
  height: 20%;
  width: auto;
  -webkit-filter: invert(70%) sepia(18%) saturate(442%) hue-rotate(209deg) brightness(87%) contrast(84%);
          filter: invert(70%) sepia(18%) saturate(442%) hue-rotate(209deg) brightness(87%) contrast(84%);
}

form .form__container .form__field--file label .preview .preview__inner.active {
  border: dashed 1px transparent;
}

form .form__container .form__field--file label .preview .preview__inner.active img {
  display: none;
}

form .form__container .form__field--file label:hover .preview .preview__inner {
  border: dashed 1px #f7f3ff;
}

form .form__container .form__field--file label:hover .preview .preview__inner img {
  display: block;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(327deg) brightness(104%) contrast(103%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(327deg) brightness(104%) contrast(103%);
}

form .form__container .form__field--file input {
  position: absolute;
  visibility: hidden;
  height: 0;
  width: 0;
  padding: 0;
}

form .form__container .form__field--range .slider {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background-color: #212530;
  border-radius: 16px;
}

form .form__container .form__field--range .slider .slider__output {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

form .form__container .form__field--range .slider .slider__input {
  -webkit-appearance: none;
  /* Override default look */
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  height: 10px;
  background-color: #292e3d;
}

form .form__container .form__field--range .slider .slider__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #ffffff;
  /* Green background */
  border-radius: 50%;
  cursor: pointer;
  /* Cursor on hover */
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

form .form__container .form__field--range .slider .slider__input::-webkit-slider-thumb:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

form .form__container .form__field--range .slider .slider__input::-moz-range-thumb {
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #ff7600;
  cursor: pointer;
}

form .form__container .form__field--checkbox .switch {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background-color: #212530;
  border-radius: 16px;
}

form .form__container .form__field--checkbox .switch .switch__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

form .form__container .form__field--checkbox .switch .switch__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 50px;
  height: 25px;
  margin: 0;
  padding: 0;
  border-radius: 50px;
  line-height: 1;
  background-color: #292e3d;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}

form .form__container .form__field--checkbox .switch .switch__button::before {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

form .form__container .form__field--checkbox .switch input {
  visibility: hidden;
  display: none;
}

form .form__container .form__field--checkbox .switch input:checked + .switch__button {
  background-color: #ff7600;
}

form .form__container .form__field--checkbox .switch input:checked + .switch__button::before {
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
}

.quiz .quiz__answer-choices {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.quiz .quiz__answer-choices .quiz__choice {
  position: relative;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.quiz .quiz__answer-choices .quiz__choice::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.quiz .quiz__answer-choices .quiz__choice div {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 16px;
  background-color: #212530;
  border: solid 1px transparent;
  color: #ffffff;
  font-family: "Lexend", sans-serif;
  font-size: 36px;
  line-height: 1;
}

.quiz .quiz__answer-choices .quiz__choice:hover div {
  background-color: #292e3d;
}

.quiz .quiz__answer-choices .quiz__choice:focus div {
  background-color: #292e3d;
  border: solid 1px #cad2e7;
}
/*# sourceMappingURL=main.css.map */