.alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert-overlay.d-none {
    display: none;
}
.alert-box {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    max-width: 320px;
    width: 90%;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.alert-box h6 {
    margin: 0 0 12px 0;
    font-size: 18px;
    color: #333;
}
.alert-box p {
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.btn-loading {
    position: relative;
    color: transparent !important;
    pointer-events: none;
}
.btn-loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: btn-spin 0.8s linear infinite;
}
@keyframes btn-spin {
    to { transform: rotate(360deg); }
}

.pcdevice {
    width: 100%;
    height: 100%;
    color: #fff;
    margin: auto;
    text-align: center;
    padding: 100px;
}


@charset "UTF-8";
@font-face {
  font-family: 'ppicons';
  src: url("/fonts/ppicons.ttf") format("truetype"), url("/fonts/ppicons.eot") format("embedded-opentype"), url("/fonts/ppicons.woff") format("woff"); }
.icon {
  font-family: 'ppicons' !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-home:before {
  content: ""; }

.icon-map:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-users:before {
  content: ""; }

.icon-book:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

.icon-like:before {
  content: ""; }

.icon-medal:before {
  content: ""; }

.icon-share:before {
  content: ""; }

.icon-check-in:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-heart-filled:before {
  content: ""; }

.icon-star-filled:before {
  content: ""; }

.icon-pin-filled:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-settings:before {
  content: ""; }

.icon-floppy:before {
  content: ""; }

.icon-back:before {
  content: ""; }

.icon-photocamera:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-logout:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-tutor:before {
  content: ""; }

.icon-folder:before {
  content: ""; }

.icon-missionchat:before {
  content: ""; }

.icon-missionpicture:before {
  content: ""; }

.icon-missionvideo:before {
  content: ""; }

.icon-missionpasskey:before {
  content: ""; }

.icon-missionqrcode:before {
  content: ""; }

.icon-missiongps:before {
  content: ""; }

.icon-missionquiz:before {
  content: ""; }

.icon-check-empty:before {
  content: ""; }

.float-right {
  float: right !important; }

.float-left {
  float: left !important; }

.clearfix {
  clear: both !important; }

.d-none {
  display: none !important; }

.d-none-soft {
  opacity: 0 !important;
  pointer-events: none !important; }

.d-block {
  display: block !important; }

.d-inline {
  display: inline !important; }

.d-flex {
  display: flex !important; }

.align-content-center {
  align-content: center !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-center {
  align-items: center !important; }

.align-items-end {
  align-items: flex-end !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-between {
  justify-content: space-between !important; }

.gap-4px {
  gap: 4px !important; }

.gap-6px {
  gap: 6px !important; }

.gap-8px {
  gap: 8px !important; }

.gap-10px {
  gap: 10px !important; }

.position-relative {
  position: relative !important; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.color-fff {
  color: #fff !important; }

.pe-cursor {
  cursor: pointer !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.line-height-120 {
  line-height: 120% !important; }

/* SPACERS */
.space {
  display: block !important; }
  .space.h5 {
    height: 5px !important; }
  .space.h10 {
    height: 10px !important; }
  .space.h20 {
    height: 20px !important; }
  .space.h30 {
    height: 30px !important; }
  .space.h40 {
    height: 40px !important; }
  .space.h50 {
    height: 50px !important; }
  .space.h80 {
    height: 80px !important; }
  .space.w10 {
    weight: 10px !important; }
  .space.w20 {
    weight: 20px !important; }
  .space.nh5 {
    margin-top: -5px !important; }
  .space.nh10 {
    margin-top: -10px !important; }
  .space.nh20 {
    margin-top: -20px !important; }
  .space.nh30 {
    margin-top: -30px !important; }
  .space.nh40 {
    margin-top: -40px !important; }
  .space.nh50 {
    margin-top: -50px !important; }
  .space.nw10 {
    margin-left: -10px !important; }
  .space.nw20 {
    margin-left: -20px !important; }

#rotation-alert {
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: black;
  color: #FFFDF9;
  display: none; }
  @media (orientation: portrait) {
    #rotation-alert {
      display: none; } }
  @media (orientation: landscape) {
    #rotation-alert {
      display: flex; } }
  #rotation-alert .ra-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px; }
    #rotation-alert .ra-content .smartphone {
      width: 32px;
      height: 32px;
      display: inline-block;
      background-image: url("/img/smartphone.svg");
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: cover;
      animation-name: icon-mobile;
      animation-duration: 4s;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }

@keyframes icon-mobile {
  0% {
    transform: rotate(90deg); }
  15% {
    transform: rotate(0); }
  85% {
    transform: rotate(0); }
  100% {
    transform: rotate(90deg); } }
#modal {
  background-color: #042041d9;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none; }
  #modal .window {
    background-color: #091017d9;
    text-align: center;
    padding: calc(20px * 2);
    border-radius: calc(20px / 2);
    pointer-events: all !important; }
    #modal .window p {
      margin: 0 0 calc(20px * 2) 0;
      color: #fff;
      text-align: center;
      font-size: 16px; }
    #modal .window .btn:nth-of-type(n+1) {
      margin-top: 20px; }
  #modal.visible {
    display: flex; }
  #modal.hidden {
    display: none; }

.nunito-sans-regular {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500; }

.nunito-sans-bold {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500; }

.special-elite-regular {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal; }

.doto-regular {
  font-family: "Doto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "ROND" 0; }

*, *:before, *:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  width: 100%;
  height: 100svh;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #091017; }

body {
  margin: 0;
  padding-top: env(safe-area-inset-top);
  padding-right: env(safe-area-inset-right);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  min-height: -webkit-fill-available;
  width: 100%;
  height: 100%;
  color: #000;
  position: relative;
  touch-action: manipulation;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column; }

body.bg_onblue {
  background-image: url("/img/bg_img_onblue.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

h1, h2, h3, h4 {
  margin: 0; }

h1 {
  font-size: 32px;
  line-height: 32px; }

h2 {
  font-size: 28px;
  line-height: 28px; }

h3 {
  font-size: 24px;
  line-height: 24px; }

h4 {
  font-size: 21px;
  line-height: 21px; }

p {
  font-size: 14px;
  margin: 20px 0 0 0; }

a {
  color: #355171;
  font-weight: 700; }

form label {
  display: block;
  position: relative; }
  form label:not(:last-of-type) {
    margin: 0 0 20px 0; }
  @media (max-height: 667px) {
    form label:not(:last-of-type) {
      margin: 0 0 calc(20px * 0.6) 0; } }
  @media (min-height: 668px) and (max-height: 925px) {
    form label:not(:last-of-type) {
      margin: 0 0 calc(20px * 0.8) 0; } }
  form label span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #091017;
    margin: 0 0 calc(20px / 6) 0; }
    form label span.error {
      position: absolute;
      left: 5px;
      bottom: -8px;
      color: #fff;
      background-color: #D90B0F;
      font-size: 8px;
      padding: 0 4px;
      border-radius: 6px;
      font-weight: 700;
      font-family: "Courier new";
      display: none; }
  form label input[type="text"], form label input[type="number"], form label input[type="password"], form label input[type="email"], form label input[type="date"], form label textarea, form label select {
    width: 100%; }
  form label.show_error span.error {
    display: block; }

input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="date"], textarea {
  padding: calc(20px / 2);
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  border-radius: 5px;
  background: #F4F4F4;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
  color: #091017;
  font-size: 14px; }
  input[type="text"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder, input[type="date"]::placeholder, textarea::placeholder {
    color: #091017;
    opacity: 0.25; }

select {
  padding: calc(20px / 2);
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  border-radius: 5px;
  background: #F4F4F4;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
  color: #091017;
  font-size: 14px;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="%23B8BABD"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px; }

input[type="number"] {
  -moz-appearance: textfield; }
  input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

input[type="text"], input[type="number"], input[type="password"], input[type="email"] {
  width: 100%; }

textarea {
  resize: none; }

input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  font-family: 'ppicons' !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  input[type="checkbox"]::before {
    content: '\ea20';
    text-align: center;
    line-height: 24px;
    position: absolute;
    width: 100%;
    height: 100%; }
  input[type="checkbox"]:checked {
    color: #1575E5; }
    input[type="checkbox"]:checked::before {
      content: '\ea0f'; }

.btn {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 18px;
  width: 100%;
  height: 64px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none; }
  .btn.btn-blue {
    color: #fff;
    background-color: #042041; }
  .btn.btn-green {
    color: #fff;
    background-color: #41A66E; }

input[type="submit"].btn {
  border: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer; }
  input[type="submit"].btn[disabled], input[type="submit"].btn.disabled {
    color: #808080;
    background-color: #909090;
    cursor: not-allowed; }

.back-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  top: calc(20px / 2);
  left: calc(20px / 2);
  z-index: 2;
  background-color: #091017;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .back-btn i.icon {
    color: #fff; }

.task-icon {
  background-color: #042041;
  aspect-ratio: 1/1;
  border-radius: 50%; }
  .task-icon::before {
    color: #E9E3DA;
    font-family: 'ppicons' !important;
    font-size: 125%;
    font-style: normal;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center; }
  .task-icon.comment::before {
    content: '\ea19'; }
  .task-icon.picture::before {
    content: '\ea1a'; }
  .task-icon.video::before {
    content: '\ea1b'; }
  .task-icon.gps::before {
    content: '\ea1e'; }
  .task-icon.qrcode::before {
    content: '\ea1d'; }
  .task-icon.passcode::before {
    content: '\ea1c'; }
  .task-icon.quiz::before {
    content: '\ea1f'; }

.tabs {
  width: 100%;
  background-color: #1575E5;
  padding: 0 20px;
  display: flex;
  align-content: center;
  align-items: flex-end;
  justify-content: space-between;
  height: 54px;
  column-gap: calc(20px / 4); }
  .tabs .tab {
    width: 100%;
    height: calc(54px - 10px);
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #091017;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(180deg, #DDD 66%, #BBB 100%);
    font-size: 14px;
    font-weight: 700; }
    .tabs .tab span {
      opacity: 0.5; }
    .tabs .tab.active {
      background: #fff; }
      .tabs .tab.active span {
        opacity: 1; }

.br_or {
  width: 100%;
  height: 24px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: calc(20px / 2) 0;
  position: relative; }
  .br_or span {
    font-size: 14px;
    padding: 1px 8px;
    background: #fff;
    text-align: center;
    display: block;
    position: absolute;
    z-index: 1; }
  .br_or::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #0420411A;
    z-index: 0; }

.lds-ripple {
  color: #1575E5;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  box-sizing: border-box; }
  .lds-ripple::before, .lds-ripple::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    border: 6px solid currentColor;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
  .lds-ripple::after {
    animation-delay: -0.5s; }

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0; }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0; }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1; }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0; } }
.steps {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 20px; }
  .steps .step {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center; }
    .steps .step::before {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #ddd; }
    .steps .step.active::before {
      background-color: #1575E5; }

header {
  padding: 20px; }
  header .header {
    height: 68px;
    padding: calc(20px / 2) calc(20px / 2) calc(20px / 2) calc((20px / 2) + (68px + 20px));
    background-color: #fff;
    border-radius: calc(20px / 2);
    display: flex;
    justify-content: space-between;
    position: relative;
    text-decoration: none; }
    header .header .user-photo {
      width: calc(68px + 10px);
      height: calc(68px + 10px);
      background-image: url("/img/users/default-user.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      top: calc(-1 * (20px / 4));
      left: calc(20px / 2);
      border-radius: 50%;
      box-shadow: 0 0 0 calc(20px / 4) #fff; }
    header .header .user-info {
      display: flex;
      flex-direction: column;
      width: 60%;
      max-width: 60%;
      height: 100%; }
      header .header .user-info .user-nick {
        display: block;
        width: 100%;
        max-width: 100%;
        height: 50%;
        color: #091017;
        font-size: 18px;
        font-weight: 900;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      header .header .user-info .user-pt {
        display: flex;
        flex-direction: column;
        align-content: center;
        color: #1575E5;
        height: 50%; }
        header .header .user-info .user-pt div {
          height: 100%;
          display: flex;
          align-items: center; }
          header .header .user-info .user-pt div .icon {
            font-size: 21px;
            font-weight: 700; }
          header .header .user-info .user-pt div .pts {
            margin-left: 2px;
            font-size: 16px;
            font-weight: 700; }
    header .header .user-progress {
      display: flex;
      width: 40%;
      max-width: 40%;
      height: 100%;
      align-items: center;
      justify-content: right; }
      header .header .user-progress div {
        display: flex;
        align-items: center; }
        header .header .user-progress div .amount {
          color: #091017;
          font-size: 16px;
          font-weight: 700;
          margin-right: 4px; }
        header .header .user-progress div .icon {
          color: #1575E5;
          font-size: 21px;
          transform: rotate(-6deg);
          font-weight: 700; }

footer {
  padding: 20px; }
  footer div.footer {
    height: 90px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(20px / 2);
    column-gap: 2px; }
    footer div.footer a {
      width: 100%;
      max-width: 72px;
      aspect-ratio: 1/1;
      text-decoration: none;
      color: #091017;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: #fff;
      border-radius: 10px 10px 0 0; }
      footer div.footer a .icon {
        font-size: 32px; }
      footer div.footer a span {
        font-size: 0;
        font-weight: 700; }
      footer div.footer a.current {
        margin-top: calc(-1 * (20px * 2));
        box-shadow: 0 -4px 3px 1px rgba(0, 0, 0, 0.12);
        position: relative; }
        footer div.footer a.current span {
          font-size: 11px; }
        footer div.footer a.current::after {
          content: '';
          width: 100%;
          height: 4px;
          border-radius: 2px;
          background-color: #091017;
          position: absolute;
          bottom: calc(-1 * 20px); }
    footer div.footer .menu-btn {
      position: relative; }
      footer div.footer .menu-btn .close {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        pointer-events: none;
        transition: all 0.25s ease-out; }
        footer div.footer .menu-btn .close span {
          display: block;
          background-color: #091017;
          width: 16px;
          height: 2.5px;
          border-radius: 1.25px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          transition: all 0.25s ease-out; }
          footer div.footer .menu-btn .close span:nth-child(1) {
            transform: rotate(33deg); }
          footer div.footer .menu-btn .close span:nth-child(2) {
            transform: rotate(-33deg); }

body.fullheight .content {
  height: 100%;
  max-height: calc(100% - 68px - 90px - calc(20px * 4));
  padding: 0 20px; }
  body.fullheight .content .wrapper {
    height: 100%;
    background: #fff;
    color: #091017;
    border-radius: 10px; }

body.fullpage {
  position: relative; }
  body.fullpage .header {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    width: calc(100% - 20px * 2); }
  body.fullpage .content {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%; }
    body.fullpage .content .wrapper {
      width: 100%;
      height: 100%; }
  body.fullpage .footer {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 20px * 2); }

body.isolated .content {
  height: 100%;
  padding: 0 calc(20px * 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: hidden; }
  body.isolated .content .wrapper {
    background: #fff;
    color: #091017;
    border-radius: 10px;
    padding: calc(20px / 2);
    max-height: 100%;
    overflow-y: auto; }

body.passport .content {
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  body.passport .content .wrapper {
    height: 100%;
    color: #091017;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    body.passport .content .wrapper .page-content {
      position: absolute;
      background-color: #E9E3DA;
      height: 100%;
      max-height: 480px;
      padding: 20px;
      box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
      border-radius: 10px;
      z-index: 3;
      overflow-y: auto;
      aspect-ratio: 0.6333333333;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
      body.passport .content .wrapper .page-content .pagination {
        width: 100%;
        height: 22px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        body.passport .content .wrapper .page-content .pagination span {
          font-family: "Special Elite", system-ui;
          color: #5E0F0F; }
        body.passport .content .wrapper .page-content .pagination .prev, body.passport .content .wrapper .page-content .pagination .next {
          text-decoration: none;
          display: block;
          height: 22px;
          aspect-ratio: 2/1;
          background-image: url("/img/passport/passport-arrow-brown.svg");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: 50% 50%; }
          body.passport .content .wrapper .page-content .pagination .prev.hidden, body.passport .content .wrapper .page-content .pagination .next.hidden {
            opacity: 0;
            pointer-events: none; }
        body.passport .content .wrapper .page-content .pagination .prev {
          transform: scaleX(-1); }
      body.passport .content .wrapper .page-content.cover {
        background: #042041;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between; }
        body.passport .content .wrapper .page-content.cover .logo {
          width: 50%;
          max-width: 171px;
          max-height: 30px;
          aspect-ratio: 57/10;
          background-image: url("/img/p&p-logo.svg");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: 50% 50%; }
        body.passport .content .wrapper .page-content.cover .globe {
          width: 54%;
          max-width: 200px;
          max-height: 273px;
          aspect-ratio: 200/273;
          background-image: url("/img/passport/globe.svg");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: 50% 50%; }
        body.passport .content .wrapper .page-content.cover .pp-seal {
          width: 20%;
          max-width: 80px;
          max-height: 52px;
          aspect-ratio: 20/13;
          background-image: url("/img/passport/pp-seal.svg");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: 50% 50%; }
        body.passport .content .wrapper .page-content.cover p {
          font-size: 16px;
          font-weight: 700;
          color: #E9E3DA;
          text-align: center; }
          body.passport .content .wrapper .page-content.cover p a {
            color: #E9E3DA; }
        body.passport .content .wrapper .page-content.cover .pagination .prev, body.passport .content .wrapper .page-content.cover .pagination .next {
          background-image: url("/img/passport/passport-arrow-light.svg"); }
      body.passport .content .wrapper .page-content.inside {
        background-image: url("/img/passport/passport-texture.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%; }
        body.passport .content .wrapper .page-content.inside.intro {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          gap: 10px 10px; }
          body.passport .content .wrapper .page-content.inside.intro .pp-logo {
            background-image: url("/img/passport/logo-pp-passport.svg");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            width: 66.67%;
            max-width: 242px;
            max-height: 34px;
            aspect-ratio: 121/17; }
          body.passport .content .wrapper .page-content.inside.intro .wbox {
            display: grid;
            grid-template-columns: 0.1fr 1.45fr 1.45fr;
            grid-template-rows: 0.5fr 1.5fr;
            gap: 5px; }
            body.passport .content .wrapper .page-content.inside.intro .wbox .id-code {
              grid-row: span 2 / span 2;
              font-family: "Doto", sans-serif;
              font-size: 16px; }
              body.passport .content .wrapper .page-content.inside.intro .wbox .id-code span {
                writing-mode: vertical-rl;
                text-orientation: revert;
                transform: rotate(-180deg); }
            body.passport .content .wrapper .page-content.inside.intro .wbox .welcome {
              grid-column: span 2 / span 2;
              font-family: "Special Elite", system-ui;
              font-size: 10px;
              color: #000; }
            body.passport .content .wrapper .page-content.inside.intro .wbox .col-1 {
              grid-column-start: 2;
              grid-row-start: 2; }
            body.passport .content .wrapper .page-content.inside.intro .wbox .col-2 {
              grid-column-start: 3;
              grid-row-start: 2; }
            body.passport .content .wrapper .page-content.inside.intro .wbox .col-1, body.passport .content .wrapper .page-content.inside.intro .wbox .col-2 {
              font-family: "Special Elite", system-ui;
              font-size: 6px;
              color: #000; }
          body.passport .content .wrapper .page-content.inside.intro .user-brief {
            width: 100%;
            display: flex;
            column-gap: 10px; }
            body.passport .content .wrapper .page-content.inside.intro .user-brief .picture {
              width: 25%;
              max-width: 60px;
              max-height: 75px;
              aspect-ratio: 4/5;
              background-size: cover;
              background-repeat: no-repeat;
              background-position: 50% 50%;
              border-radius: 4px;
              box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
              transform: rotate(3deg); }
            body.passport .content .wrapper .page-content.inside.intro .user-brief .col-1, body.passport .content .wrapper .page-content.inside.intro .user-brief .col-2 {
              width: 50%; }
            body.passport .content .wrapper .page-content.inside.intro .user-brief .ub-info {
              margin-bottom: 10px; }
              body.passport .content .wrapper .page-content.inside.intro .user-brief .ub-info span {
                display: block; }
                body.passport .content .wrapper .page-content.inside.intro .user-brief .ub-info span:nth-child(1) {
                  font-family: "Nunito Sans", sans-serif;
                  font-style: italic;
                  color: #808080;
                  font-size: 11px; }
                body.passport .content .wrapper .page-content.inside.intro .user-brief .ub-info span:nth-child(2) {
                  font-family: "Special Elite", system-ui;
                  color: #5E0F0F;
                  font-size: 14px; }
      body.passport .content .wrapper .page-content.badges {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        body.passport .content .wrapper .page-content.badges .grid {
          display: grid;
          grid-template-rows: 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr;
          grid-row-gap: calc(20px / 1.33);
          grid-column-gap: calc(20px * 1.33); }
          body.passport .content .wrapper .page-content.badges .grid a.badge {
            text-decoration: none;
            width: 100%;
            aspect-ratio: 1/1;
            border: 2px solid #5E0F0F;
            border-radius: 50%;
            position: relative;
            display: flex;
            align-content: center;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: calc(20px / 2); }
            body.passport .content .wrapper .page-content.badges .grid a.badge.completed .completed {
              display: block; }
            body.passport .content .wrapper .page-content.badges .grid a.badge.vip .vip {
              display: block; }
            body.passport .content .wrapper .page-content.badges .grid a.badge::before {
              content: '';
              position: absolute;
              z-index: -1;
              width: calc(100% - 4px);
              height: calc(100% - 4px);
              border-width: 4px;
              border-style: solid;
              border-radius: 50%;
              top: 2px;
              left: 2px; }
            body.passport .content .wrapper .page-content.badges .grid a.badge.arte::before {
              border-color: #6780FF; }
            body.passport .content .wrapper .page-content.badges .grid a.badge.cultura::before {
              border-color: #FF8033; }
            body.passport .content .wrapper .page-content.badges .grid a.badge.svago::before {
              border-color: #41A66E; }
            body.passport .content .wrapper .page-content.badges .grid a.badge.curiosita::before {
              border-color: #FFBF41; }
            body.passport .content .wrapper .page-content.badges .grid a.badge span.title {
              font-family: "Special Elite", system-ui;
              color: #5E0F0F;
              font-size: 11px; }
            body.passport .content .wrapper .page-content.badges .grid a.badge .task-icon {
              position: absolute;
              top: 0;
              right: 0;
              width: 33%; }
            body.passport .content .wrapper .page-content.badges .grid a.badge .completed {
              display: none;
              position: absolute;
              width: 100%;
              max-width: 158px;
              aspect-ratio: 79/23;
              background-size: cover;
              background-repeat: no-repeat;
              background-position: 50% 50%;
              bottom: 0; }
              body.passport .content .wrapper .page-content.badges .grid a.badge .completed.lang_it {
                background-image: url("/img/passport/completed_lang_it.svg"); }
              body.passport .content .wrapper .page-content.badges .grid a.badge .completed.lang_en {
                background-image: url("/img/passport/completed_lang_en.svg"); }
            body.passport .content .wrapper .page-content.badges .grid a.badge .vip {
              display: none;
              position: absolute;
              top: 0;
              left: 0;
              width: 25%;
              aspect-ratio: 1/1;
              background-image: url("/img/passport/vip_off.svg");
              background-size: cover;
              background-repeat: no-repeat;
              background-position: 50% 50%;
              -webkit-filter: drop-shadow(1px 1px 0 #5E0F0F);
              filter: drop-shadow(1px 1px 0 #5E0F0F); }
            body.passport .content .wrapper .page-content.badges .grid a.badge.comment .task-icon::before {
              content: '\ea19'; }
            body.passport .content .wrapper .page-content.badges .grid a.badge.picture .task-icon::before {
              content: '\ea1a'; }
            body.passport .content .wrapper .page-content.badges .grid a.badge.video .task-icon::before {
              content: '\ea1b'; }
            body.passport .content .wrapper .page-content.badges .grid a.badge.gps .task-icon::before {
              content: '\ea1e'; }
            body.passport .content .wrapper .page-content.badges .grid a.badge.qrcode .task-icon::before {
              content: '\ea1d'; }
            body.passport .content .wrapper .page-content.badges .grid a.badge.passcode .task-icon::before {
              content: '\ea1c'; }
            body.passport .content .wrapper .page-content.badges .grid a.badge.quiz .task-icon::before {
              content: '\ea1f'; }
    body.passport .content .wrapper .next-page, body.passport .content .wrapper .back-cover {
      content: '';
      position: absolute;
      height: 100%;
      max-height: 480px;
      border-radius: 10px;
      box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      aspect-ratio: 0.6333333333;
      padding: 20px; }
    body.passport .content .wrapper .next-page {
      background: #E9E3DA;
      z-index: 2;
      transform: translate(3px, 3px); }
    body.passport .content .wrapper .back-cover {
      background: #042041;
      z-index: 1;
      transform: translate(6px, 6px); }

body.menu_open footer div.footer .menu-btn .icon {
  opacity: 0;
  transform: scaleX(0); }
body.menu_open footer div.footer .menu-btn .close {
  opacity: 1; }
  body.menu_open footer div.footer .menu-btn .close span:nth-child(1) {
    transform: rotate(45deg); }
  body.menu_open footer div.footer .menu-btn .close span:nth-child(2) {
    transform: rotate(-45deg); }
body.menu_open .menu {
  left: 0; }
body.menu_open header, body.menu_open .content {
  pointer-events: none; }

body.lang_open .menu .menu_header .lang {
  height: 64px;
  overflow: visible;
  background: rgba(255, 255, 255, 0.5); }
  body.lang_open .menu .menu_header .lang .icon {
    transform: rotate(-180deg); }
  body.lang_open .menu .menu_header .lang .lang_options {
    opacity: 1;
    pointer-events: all; }

.menu {
  width: calc(75% - 20px + (2px * 4));
  height: 90%;
  background: #042041;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: -100%;
  padding: calc(20px / 2);
  border-radius: 0 10px 0 0;
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.25s cubic-bezier(0.49, 0.16, 0.46, 1.35); }
  .menu::before {
    content: '';
    width: 40px;
    height: 100%;
    background: inherit;
    position: absolute;
    top: 0;
    left: -40px; }
  .menu .menu_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    .menu .menu_header .logo {
      width: 50%;
      max-width: 171px;
      max-height: 30px;
      aspect-ratio: 57/10;
      background-image: url("/img/p&p-logo.svg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
    .menu .menu_header .flex-stabilizer {
      width: 32px;
      height: 32px; }
    .menu .menu_header .lang {
      width: 56px;
      height: 32px;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0);
      color: #fff;
      padding: 4px;
      overflow: hidden;
      transition: all 0.35s cubic-bezier(0.49, 0.16, 0.46, 1.35);
      position: absolute;
      top: 0;
      right: 0; }
      .menu .menu_header .lang .current_lang {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .menu .menu_header .lang .icon {
        width: 18px;
        height: 24px;
        line-height: 24px;
        font-size: 18px;
        transition: all 0.5s ease-out; }
      .menu .menu_header .lang .flag {
        width: 24px;
        height: 24px;
        border-radius: 12px;
        background-color: #fff;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        box-shadow: 0 0 0 2px #fff; }
      .menu .menu_header .lang.lang_it .flag {
        background-image: url("/img/flags/it.svg"); }
      .menu .menu_header .lang.lang_en .flag {
        background-image: url("/img/flags/en.svg"); }
      .menu .menu_header .lang .lang_options {
        width: 100%;
        height: 32px;
        display: flex;
        align-items: center;
        padding: 20px 0;
        opacity: 0;
        pointer-events: none;
        transition: all 0.5s ease-out; }
        .menu .menu_header .lang .lang_options a.lang_option {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          height: 24px;
          text-decoration: none; }
          .menu .menu_header .lang .lang_options a.lang_option span {
            color: #fff;
            font-size: 11px;
            width: 18px;
            text-align: center;
            font-weight: 700; }
          .menu .menu_header .lang .lang_options a.lang_option .flag.flag_it {
            background-image: url("/img/flags/it.svg"); }
          .menu .menu_header .lang .lang_options a.lang_option .flag.flag_en {
            background-image: url("/img/flags/en.svg"); }
  .menu .menu_links {
    padding: 20px 0; }
    .menu .menu_links a {
      color: #fff;
      text-decoration: none;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      column-gap: calc(20px / 1.5);
      padding: 0 calc(20px / 2);
      position: relative; }
      .menu .menu_links a .icon {
        font-size: 32px; }
      .menu .menu_links a span {
        font-size: 18px;
        font-weight: 700; }
      .menu .menu_links a:not(:last-of-type)::after {
        content: '';
        position: absolute;
        display: block;
        width: calc(100% - 20px);
        height: 1px;
        left: calc(20px / 2);
        bottom: 0;
        background-color: #fff;
        opacity: 0.1; }

@keyframes bg-animation {
  0%, 25% {
    background-position: 0% 50%; }
  100% {
    background-position: 100% 50%; } }
@keyframes pp-animation-in {
  0%, 75% {
    margin-top: -200%; }
  100% {
    margin-top: 0; } }
@keyframes pp-animation-out {
  0% {
    margin-top: 0; }
  100% {
    margin-top: -200%; } }
body.intro {
  overflow: hidden; }
  body.intro.splash {
    position: relative; }
    body.intro.splash::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url("/img/bg_img_onblue.webp");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
    body.intro.splash::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url("/img/bg_img.webp");
      background-size: cover;
      background-repeat: no-repeat;
      opacity: 1;
      animation: bg-animation 3.0s ease-out forwards;
      transition: all 0.25s ease-in; }
  body.intro .content {
    animation: pp-animation-in 3.25s ease-out forwards;
    margin-top: 0%;
    transition: all 0.25s ease-out; }
  body.intro.pp_out::after {
    opacity: 0;
    animation: none; }
  body.intro.pp_out .content {
    animation: pp-animation-out 0.25s ease-in forwards; }

body.mission .content .wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 84px; }
  body.mission .content .wrapper .mission-pic {
    position: relative;
    width: 100%;
    height: 218px;
    display: block;
    background-color: #355171;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    body.mission .content .wrapper .mission-pic .completed {
      width: 35%;
      max-width: 169px;
      aspect-ratio: 169/56;
      position: absolute;
      z-index: 1;
      bottom: -12px;
      right: calc(20px / 2);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
      body.mission .content .wrapper .mission-pic .completed.lang_it {
        background-image: url("/img/completed_redbg_lang_it.svg"); }
      body.mission .content .wrapper .mission-pic .completed.lang_en {
        background-image: url("/img/completed_redbg_lang_en.svg"); }
  @media (max-height: 667px) {
    body.mission .content .wrapper .mission-pic {
      height: 104px; } }
  @media (min-height: 668px) and (max-height: 753px) {
    body.mission .content .wrapper .mission-pic {
      height: 126px; } }
  @media (min-height: 754px) and (max-height: 838px) {
    body.mission .content .wrapper .mission-pic {
      height: 155px; } }
  @media (min-height: 839px) and (max-height: 925px) {
    body.mission .content .wrapper .mission-pic {
      height: 185px; } }
  body.mission .content .wrapper .mission-title {
    width: 100%;
    max-width: 100%;
    height: 44px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
    background-color: #042041;
    padding: calc(20px / 2);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  body.mission .content .wrapper .mission-about {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: calc(20px / 2);
    position: relative; }
    body.mission .content .wrapper .mission-about::after {
      content: '';
      width: calc(100% - 20px);
      border-bottom: 1px solid #e5e5e5;
      position: absolute;
      bottom: 1px;
      left: 0;
      right: 0;
      margin: auto; }
    body.mission .content .wrapper .mission-about .about {
      color: #042041;
      display: flex;
      flex-direction: column;
      align-content: center;
      align-items: center;
      justify-content: center;
      font-size: 11px;
      text-decoration: none;
      font-weight: 400;
      padding: calc(20px / 4);
      width: 25%; }
      body.mission .content .wrapper .mission-about .about:not(:last-of-type) {
        border-right: 1px solid #e5e5e5; }
      body.mission .content .wrapper .mission-about .about i::before {
        font-family: 'ppicons' !important;
        font-size: 32px;
        font-style: normal;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      @media (max-height: 667px) {
        body.mission .content .wrapper .mission-about .about i::before {
          font-size: 18px; } }
      @media (min-height: 668px) and (max-height: 925px) {
        body.mission .content .wrapper .mission-about .about i::before {
          font-size: 2.75vh; } }
      body.mission .content .wrapper .mission-about .about.about-pt i::before {
        content: '\ea08'; }
      body.mission .content .wrapper .mission-about .about.about-complet i::before {
        content: '\ea0a'; }
      body.mission .content .wrapper .mission-about .about.about-like i::before {
        content: '\ea07'; }
      body.mission .content .wrapper .mission-about .about.about-share i::before {
        content: '\ea09'; }
  body.mission .content .wrapper .mission-resume {
    max-height: calc(100% - 44px - 98px - 64px - calc(20px * 2)); }
    body.mission .content .wrapper .mission-resume p {
      padding-bottom: calc(64px + calc(20px * 2)); }
  body.mission .content .wrapper .mission-resume, body.mission .content .wrapper .mission-task {
    padding: calc(20px / 2);
    display: flex;
    align-items: flex-start;
    column-gap: calc(20px / 1.6);
    overflow-y: auto; }
    body.mission .content .wrapper .mission-resume .task-icon, body.mission .content .wrapper .mission-task .task-icon {
      width: 56px;
      min-width: 56px; }
      body.mission .content .wrapper .mission-resume .task-icon::before, body.mission .content .wrapper .mission-task .task-icon::before {
        font-size: 28px;
        font-weight: 400; }
    body.mission .content .wrapper .mission-resume p, body.mission .content .wrapper .mission-task p {
      margin: 0;
      font-size: 14px; }
  body.mission .content .wrapper .mission-footer {
    position: absolute;
    background-color: #fff;
    width: 100%;
    padding: calc(20px / 2);
    bottom: 0; }
body.mission.success .wrapper {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  padding: 0; }
  body.mission.success .wrapper .completed-badge {
    position: absolute;
    width: 66.67%;
    aspect-ratio: 1/1;
    background-image: url("/img/mission-success-star.svg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: 16%;
    left: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000; }
    body.mission.success .wrapper .completed-badge .icon {
      font-size: 72px; }
    body.mission.success .wrapper .completed-badge span {
      font-size: 24px;
      font-weight: 700; }
    body.mission.success .wrapper .completed-badge .completed {
      position: absolute;
      width: 100%;
      max-width: 169px;
      aspect-ratio: 169/56;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      bottom: 0; }
      body.mission.success .wrapper .completed-badge .completed.lang_it {
        background-image: url("/img/completed_greenbg_lang_it.svg"); }
      body.mission.success .wrapper .completed-badge .completed.lang_en {
        background-image: url("/img/completed_greenbg_lang_en.svg"); }
  body.mission.success .wrapper .btn.btn-blue {
    width: calc(100% - 20px);
    margin: 10px; }
body.mission .mission-type {
  position: absolute;
  top: calc(20px / 2);
  left: calc(20px / 2);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding: calc(20px / 2);
  box-shadow: 2px 2px 0 0 #091017; }
  body.mission .mission-type.arte {
    background-color: #6780FF; }
  body.mission .mission-type.cultura {
    background-color: #FF8033; }
  body.mission .mission-type.svago {
    background-color: #41A66E; }
  body.mission .mission-type.curiosita {
    background-color: #FFBF41; }
body.mission .vip {
  position: absolute;
  aspect-ratio: 1/1;
  width: 20%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: calc(20px / 2);
  right: calc(20px / 2);
  border-radius: 50%;
  border: 4px solid #FFD900; }
  body.mission .vip span {
    position: absolute;
    text-align: center;
    top: calc(100% - 10px);
    width: 120%;
    left: -10%;
    border-radius: 10px;
    color: #fff;
    background-color: #000;
    font-size: 10px;
    padding: 2px;
    box-shadow: 2px 2px 0 0 #FFD900; }
  body.mission .vip::after {
    content: '';
    position: absolute;
    width: 40%;
    top: -9px;
    right: -9px;
    aspect-ratio: 1/1;
    background-image: url("/img/passport/vip_on.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-filter: drop-shadow(1px 1px 0 #042041);
    filter: drop-shadow(1px 1px 0 #042041); }
@media (max-height: 667px) {
  body.mission .vip {
    width: 15%;
    border: 2px solid #FFD900; }
    body.mission .vip span {
      font-size: 8px;
      line-height: 9px; }
    body.mission .vip::after {
      width: 35%;
      top: -5px;
      right: -5px; } }
@media (min-height: 668px) and (max-height: 925px) {
  body.mission .vip {
    width: 17.5%;
    border: 3px solid #FFD900; }
    body.mission .vip span {
      font-size: 9px;
      line-height: 10px; }
    body.mission .vip::after {
      width: 37.5%;
      top: -8px;
      right: -8px; } }

body.mission.trigger .wrapper .mission-do-task {
  height: 100%;
  padding: calc(20px / 2); }
  body.mission.trigger .wrapper .mission-do-task textarea {
    width: 100%;
    height: calc(100% - 2px); }
body.mission.trigger.comment form {
  height: calc(100% - 44px - 98px - 78px);
  overflow: hidden; }
@media (max-height: 667px) {
  body.mission.trigger.comment form {
    height: calc(100% - 44px - 83px - 78px); } }
@media (min-height: 668px) and (max-height: 925px) {
  body.mission.trigger.comment form {
    height: calc(100% - 44px - 11.4vh - 78px); } }
body.mission.trigger.picture form, body.mission.trigger.video form {
  height: calc(100% - 44px - 98px - 78px);
  overflow: hidden; }
  body.mission.trigger.picture form .mission-do-task, body.mission.trigger.video form .mission-do-task {
    height: 100%;
    padding: calc(20px / 2);
    display: flex;
    column-gap: calc(20px / 2);
    justify-content: space-between;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
  }
    body.mission.trigger.picture form .mission-do-task .device-interaction-btn, body.mission.trigger.video form .mission-do-task .device-interaction-btn {
      width: 100%;
      text-decoration: none;
      display: flex;
      flex-direction: column;
      align-content: center;
      align-items: center;
      justify-content: center;
      color: #808080;
      padding: calc(20px / 2);
      font-weight: 400; }
      body.mission.trigger.picture form .mission-do-task .device-interaction-btn i.icon, body.mission.trigger.video form .mission-do-task .device-interaction-btn i.icon {
        font-size: 32px;
        width: 100%;
        text-align: center; }
      body.mission.trigger.picture form .mission-do-task .device-interaction-btn span, body.mission.trigger.video form .mission-do-task .device-interaction-btn span {
        font-size: 12px;
        width: 100%;
        text-align: center; }
body.mission.trigger.picture.upload form .mission-do-task {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
body.mission.trigger.video.upload .mission-do-task {
  height: calc(100% - 44px - 98px - 78px); }
  body.mission.trigger.video.upload .mission-do-task video {
    width: 100%;
    height: 100%;
    background-color: #000; }
body.mission.trigger.gps div#map, body.mission.trigger.gps iframe.map {
  width: 100%;
  height: calc(100% - 44px - 98px - 78px); }
body.mission.trigger.passcode form, body.mission.trigger.quiz form {
  height: calc(100% - 44px - 98px - 78px);
  overflow: hidden; }
@media (max-height: 667px) {
  body.mission.trigger.passcode form, body.mission.trigger.quiz form {
    height: calc(100% - 44px - 83px - 78px); } }
@media (min-height: 668px) and (max-height: 925px) {
  body.mission.trigger.passcode form, body.mission.trigger.quiz form {
    height: calc(100% - 44px - 11.4vh - 78px); } }

body.mission.standby .wrapper .mission-result, body.mission.fail .wrapper .mission-result {
  height: calc(100% - 264px);
  padding: calc(20px / 2);
  overflow: auto; }
  @media (max-height: 667px) {
    body.mission.standby .wrapper .mission-result, body.mission.fail .wrapper .mission-result {
      height: calc(100% - 144px); } }
  @media (min-height: 668px) and (max-height: 925px) {
    body.mission.standby .wrapper .mission-result, body.mission.fail .wrapper .mission-result {
      height: calc(100% - 44px - 16.7vh); } }
  body.mission.standby .wrapper .mission-result h2, body.mission.fail .wrapper .mission-result h2 {
    color: #1575E5;
    font-size: 24px; }
  body.mission.standby .wrapper .mission-result p, body.mission.fail .wrapper .mission-result p {
    font-size: 14px;
    height: 100%; }

body.community {
  background-image: none; }
  body.community header .header, body.community footer .footer {
    position: fixed; }
  body.community .wrapper .post {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(68px + calc(20px * 2) + 44px);
    padding-bottom: calc(90px + calc(20px * 2) + 44px); }
    body.community .wrapper .post .mission-title {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: calc(68px + calc(20px * 2) + 44px);
      line-height: 34px;
      top: 0;
      left: 0;
      padding: calc(68px + calc(20px * 2)) 20px calc(20px / 2) 20px;
      color: #fff;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      opacity: 0.75;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      backdrop-filter: blur(4px);
      font-weight: 700;
      font-size: 18px;
      color: #fff; }
      body.community .wrapper .post .mission-title a {
        color: inherit;
        text-decoration: none; }
    body.community .wrapper .post .user-footer {
      position: absolute;
      width: 100%;
      height: calc(90px + calc(20px * 2) + 44px);
      bottom: 0;
      left: 0;
      padding: calc(20px / 2) 20px calc(90px + calc(20px * 2)) 20px;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
      backdrop-filter: blur(4px); }
      body.community .wrapper .post .user-footer a {
        text-decoration: none;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        body.community .wrapper .post .user-footer a .left {
          display: flex;
          align-items: center; }
          body.community .wrapper .post .user-footer a .left .userpic {
            width: 40px;
            height: 40px;
            border-radius: 20px;
            box-shadow: 0 0 0 3px #fff;
            margin: 0 7px 0 0;
            background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat; }
          body.community .wrapper .post .user-footer a .left .user-info .username {
            font-size: 14px; }
          body.community .wrapper .post .user-footer a .left .user-info .pts {
            display: flex;
            align-items: center; }
            body.community .wrapper .post .user-footer a .left .user-info .pts .icon {
              font-size: 14px;
              margin: 0 3px 0 0; }
            body.community .wrapper .post .user-footer a .left .user-info .pts span {
              font-size: 12px; }
        body.community .wrapper .post .user-footer a .right {
          display: flex;
          align-items: center; }
          body.community .wrapper .post .user-footer a .right span {
            margin: 0 7px 0 0;
            font-size: 16px; }
          body.community .wrapper .post .user-footer a .right .icon {
            font-size: 21px;
            transform: rotate(-6deg); }
    body.community .wrapper .post .post-content {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 20px;
      column-gap: 20px;
      height: 100%;
      max-height: 100%; }
      body.community .wrapper .post .post-content p {
        margin: 0;
        color: #fff;
        font-size: 21px;
        font-weight: 700;
        height: 100%;
        max-height: 100%;
        overflow-y: auto; }
        @media (max-height: 667px) {
          body.community .wrapper .post .post-content p {
            font-size: 15px; } }
        @media (min-height: 668px) and (max-height: 925px) {
          body.community .wrapper .post .post-content p {
            font-size: 16px; } }
        body.community .wrapper .post .post-content p::before {
          content: '\201c'; }
        body.community .wrapper .post .post-content p::after {
          content: '\201d'; }
      body.community .wrapper .post .post-content .likes {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start; }
        body.community .wrapper .post .post-content .likes .icon {
          color: #fff;
          font-size: 32px;
          -webkit-filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.5));
          filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.5));
          cursor: pointer; }
          body.community .wrapper .post .post-content .likes .icon.icon-heart-filled {
            color: #EB2E1D;
            display: none; }
        body.community .wrapper .post .post-content .likes span {
          color: #fff;
          font-size: 10px;
          text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }
        body.community .wrapper .post .post-content .likes.liked .icon.icon-heart {
          display: none; }
        body.community .wrapper .post .post-content .likes.liked .icon.icon-heart-filled {
          display: block; }
    body.community .wrapper .post.comment {
      background-image: url("/img/bg_img_onblue.webp");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-attachment: fixed; }
    body.community .wrapper .post.picture {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      body.community .wrapper .post.picture u {
        opacity: 0;
        pointer-events: none; }
    body.community .wrapper .post.video {
      padding: 0; }
      body.community .wrapper .post.video .post-content {
        padding-top: calc(68px + calc(20px * 2) + 44px + 20px);
        padding-bottom: calc(90px + calc(20px * 2) + 44px);
        position: absolute;
        width: 100%;
        z-index: 1; }
      body.community .wrapper .post.video video {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: 0; }
      body.community .wrapper .post.video u {
        opacity: 0;
        pointer-events: none; }

body.map #map {
  width: 100%;
  height: 100%; }

body.user .wrapper .badges {
  height: calc(100% - 150px);
  overflow-y: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(20px * 2);
  padding: 20px;
  background-image: url("/img/passport/passport-texture.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 0 0 10px 10px; }
  body.user .wrapper .badges a.badge {
    text-decoration: none;
    width: 100%;
    aspect-ratio: 1/1;
    border: 2px solid #5E0F0F;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: calc(20px / 2); }
    body.user .wrapper .badges a.badge.completed .completed {
      display: block; }
    body.user .wrapper .badges a.badge.vip .vip {
      display: block; }
    body.user .wrapper .badges a.badge::before {
      content: '';
      position: absolute;
      z-index: -1;
      width: calc(100% - 4px);
      height: calc(100% - 4px);
      border-width: 4px;
      border-style: solid;
      border-radius: 50%;
      top: 2px;
      left: 2px;
      z-index: 0; }
    body.user .wrapper .badges a.badge.arte::before {
      border-color: #6780FF; }
    body.user .wrapper .badges a.badge.cultura::before {
      border-color: #FF8033; }
    body.user .wrapper .badges a.badge.svago::before {
      border-color: #41A66E; }
    body.user .wrapper .badges a.badge.curiosita::before {
      border-color: #FFBF41; }
    body.user .wrapper .badges a.badge span.title {
      font-family: "Special Elite", system-ui;
      color: #5E0F0F;
      font-size: 11px; }
    body.user .wrapper .badges a.badge .task-icon {
      position: absolute;
      top: 0;
      right: 0;
      width: 33%; }
      body.user .wrapper .badges a.badge .task-icon::before {
        font-size: 175%; }
    body.user .wrapper .badges a.badge .completed {
      display: none;
      position: absolute;
      width: 100%;
      max-width: 158px;
      aspect-ratio: 79/23;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      bottom: 0; }
      body.user .wrapper .badges a.badge .completed.lang_it {
        background-image: url("/img/passport/completed_lang_it.svg"); }
      body.user .wrapper .badges a.badge .completed.lang_en {
        background-image: url("/img/passport/completed_lang_en.svg"); }
    body.user .wrapper .badges a.badge .vip {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 25%;
      aspect-ratio: 1/1;
      background-image: url("/img/passport/vip_off.svg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      -webkit-filter: drop-shadow(1px 1px 0 #5E0F0F);
      filter: drop-shadow(1px 1px 0 #5E0F0F); }
    body.user .wrapper .badges a.badge.comment .task-icon::before {
      content: '\ea19'; }
    body.user .wrapper .badges a.badge.picture .task-icon::before {
      content: '\ea1a'; }
    body.user .wrapper .badges a.badge.video .task-icon::before {
      content: '\ea1b'; }
    body.user .wrapper .badges a.badge.gps .task-icon::before {
      content: '\ea1e'; }
    body.user .wrapper .badges a.badge.qrcode .task-icon::before {
      content: '\ea1d'; }
    body.user .wrapper .badges a.badge.passcode .task-icon::before {
      content: '\ea1c'; }
    body.user .wrapper .badges a.badge.quiz .task-icon::before {
      content: '\ea1f'; }
body.user .user-header {
  height: 150px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start; }
  body.user .user-header .info {
    width: 100%;
    height: 106px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 calc(20px / 2); }
    body.user .user-header .info h2 {
      width: 55%;
      max-width: 55%;
      display: block;
      font-weight: 700;
      font-size: 21px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    body.user .user-header .info .pts {
      display: flex;
      align-items: center;
      color: #1575E5;
      font-weight: 700; }
      body.user .user-header .info .pts span {
        font-size: 16px; }
      body.user .user-header .info .pts .icon {
        font-weight: 700;
        font-size: 21px; }
  body.user .user-header .progress {
    padding: 0 calc(20px / 2);
    display: block;
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #1575E5;
    font-weight: 700; }
    body.user .user-header .progress span {
      font-size: 16px; }
    body.user .user-header .progress .icon {
      font-size: 21px;
      font-weight: 700;
      margin: 0 0 0 6px;
      transform: rotate(-6deg); }
  body.user .user-header .user-pic {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: block;
    background-image: url("/img/users/default-user.png");
    background-size: cover;
    background-repeat: no-repeat;
    border: 9px solid #fff;
    -webkit-filter: drop-shadow(-4px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(-4px 4px 4px rgba(0, 0, 0, 0.25)); }
    body.user .user-header .user-pic .tool {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -21px;
      margin: auto;
      width: 36px;
      height: 36px;
      color: #fff;
      background-color: #1575E5;
      border-radius: 50%;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
      text-align: center;
      cursor: pointer;
      text-decoration: none; }
      body.user .user-header .user-pic .tool .icon {
        font-size: 150%; }

body.user.self {
  padding: calc(20px / 2) 0 0 0; }
  body.user.self .content {
    max-height: calc(100% - 90px - calc(20px * 2)); }
    body.user.self .content .wrapper .settings {
      height: calc(100% - 150px - calc(54px));
      max-height: calc(100% - 150px - calc(54px));
      padding: calc(20px / 2) 20px;
      position: relative; }
      body.user.self .content .wrapper .settings form {
        width: 100%;
        height: calc(100% - 64px - 20px);
        max-height: 100%;
        overflow-y: auto; }
      body.user.self .content .wrapper .settings .btn {
        width: calc(100% - 20px);
        position: absolute;
        bottom: 10px;
        left: 10px;
        min-height: 64px; }

body.newslist .content .wrapper {
  overflow-y: auto; }
  body.newslist .content .wrapper .newslist {
    padding: calc(20px / 2); }
    body.newslist .content .wrapper .newslist a.news {
      display: block;
      width: 100%;
      aspect-ratio: 16 / 9;
      text-decoration: none;
      position: relative;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      border-radius: calc(20px / 4);
      overflow: hidden; }
      body.newslist .content .wrapper .newslist a.news:not(:last-of-type) {
        margin: 0 0 calc(20px / 2) 0; }
      body.newslist .content .wrapper .newslist a.news span {
        position: absolute;
        width: 100%;
        display: block;
        height: 44px;
        line-height: 44px;
        color: #fff;
        background-color: #042041bf;
        padding: 0 calc(20px / 2);
        bottom: 0;
        font-size: 18px;
        font-weight: 700;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }

body.news .content .wrapper {
  display: flex;
  flex-direction: column; }
  body.news .content .wrapper .news-cover {
    display: block;
    width: 100%;
    height: 200px;
    min-height: 200px;
    text-decoration: none;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden; }
    body.news .content .wrapper .news-cover span {
      position: absolute;
      width: 100%;
      display: block;
      line-height: 21px;
      color: #fff;
      background-color: #042041bf;
      padding: calc(20px / 1.74) calc(20px / 2);
      bottom: 0;
      font-size: 18px;
      font-weight: 700; }
  body.news .content .wrapper .text-here {
    overflow-y: auto; }

body.text .content .wrapper .text-here {
  height: 100%;
  max-height: 100%;
  overflow-y: auto; }

.text-here {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  padding: calc(20px / 2); }
  .text-here *:first-of-type {
    margin-top: 0; }
  .text-here h1, .text-here h2, .text-here h3, .text-here h4 {
    margin: 20px 0;
    color: #355171; }
  .text-here p {
    font-size: 16px; }
    .text-here p:first-of-type {
      margin-top: 0; }
  .text-here a {
    color: #1575E5; }
  .text-here ul li {
    list-style-type: square; }
    .text-here ul li::marker {
      color: #1575E5; }
  .text-here ol li::marker {
    color: #1575E5; }

body.auth {
  font-size: 12px; }
  body.auth .text-here {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px; }
    body.auth .text-here p {
      font-size: 12px; }
  body.auth a {
    color: #1575E5; }

.user-pic {
  position: relative; }
  .user-pic .tool input[type="file"] {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden; }

body.onboarding header .header .user-info {
  width: 100%;
  max-width: 100%;
  justify-content: center; }
body.onboarding .content .wrapper form#user-photo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center; }
body.onboarding .content .wrapper .user-pic {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: block;
  background-image: url("/img/users/default-user.png");
  background-size: cover;
  background-repeat: no-repeat;
  border: 9px solid #fff;
  -webkit-filter: drop-shadow(-4px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(-4px 4px 4px rgba(0, 0, 0, 0.25));
  position: relative; }
  body.onboarding .content .wrapper .user-pic .tool {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -21px;
    margin: auto;
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #1575E5;
    border-radius: 50%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    text-decoration: none; }
    body.onboarding .content .wrapper .user-pic .tool .icon {
      font-size: 150%; }
