.pcdevice{
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin: auto;
    text-align: center;
    padding: 100px;
}
a.route-url{
    display: block;
    width: 100%;
    height: 100%;
}
.btn{cursor:pointer}
@keyframes dots-anim{
    20% {background-position: 0%   0%, 50%  50%,100%  50%}
    40% {background-position: 0% 100%, 50%   0%,100%  50%}
    60%{background-position: 0%  50%, 50% 100%,100%   0%;}
    80%{background-position: 0%  50%, 50%  50%,100% 100%}
}
.dotsloading{
    margin: 10px 40px;
    width: 40px;
    height: 19.2px;
    background: radial-gradient(circle closest-side, #838383 90%, #0000) 0% 50%, radial-gradient(circle closest-side, #989898 90%, #0000) 50% 50%, radial-gradient(circle closest-side, #e8e8e8 90%, #0000) 100% 50%;
    background-size: calc(100% / 3) 9.6px;
    background-repeat: no-repeat;
    animation: dots-anim 1s infinite linear;
    display: block;
}
.art.highlight {
    animation: pulse 2s ease-in-out;
    z-index: 999;
}
#chatloading img{
    width: 100%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
/* ABCDiatype Light */
@font-face {
  font-family: 'ABCDiatype';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/ABCDiatype-Light.woff2) format("woff2"); }
/* ABCDiatype Light Italic */
@font-face {
  font-family: 'ABCDiatype';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/ABCDiatype-LightItalic.woff2) format("woff2"); }
/* ABCDiatype Medium */
@font-face {
  font-family: 'ABCDiatype';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/ABCDiatype-Medium.woff2) format("woff2"); }
/* ABCDiatype Medium Italic */
@font-face {
  font-family: 'ABCDiatype';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/ABCDiatype-MediumItalic.woff2) format("woff2"); }
/* ABCDiatype Bold */
@font-face {
  font-family: 'ABCDiatype';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/ABCDiatype-Bold.woff2) format("woff2"); }
/* GT Super Display Light */
@font-face {
  font-family: 'GTSuperDisplay';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/GT-Super-Display-Light.woff2) format("woff2"); }
/* GT Super Display Light Italic */
@font-face {
  font-family: 'GTSuperDisplay';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/GT-Super-Display-Light-Italic.woff2) format("woff2"); }
/* GT Super Display Bold */
@font-face {
  font-family: 'GTSuperDisplay';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/GT-Super-Display-Bold.woff2) format("woff2"); }
@font-face {
  font-family: 'fontello';
  src: url("/fonts/icons.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-floor:before {
  content: '\e800'; }

/* '' */
.icon-x:before {
  content: '\e801'; }

/* '' */
.icon-doc:before {
  content: '\e802'; }

/* '' */
.icon-down:before {
  content: '\f004'; }

/* '' */
.icon-up:before {
  content: '\f005'; }

/* '' */
.icon-right:before {
  content: '\f006'; }

/* '' */
.icon-left:before {
  content: '\f007'; }

/* '' */
.icon-pin:before {
  content: '\f031'; }

/* '' */
.icon-room:before {
  content: '\f096'; }

/* '' */
.icon-submit:before {
  content: '\f149'; }

/* '' */
.icon-map:before {
  content: '\f278'; }

/* '' */
.icon-user:before {
  content: '\f2c0'; }

/* '' */
.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; }

.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; }

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

/* SPACERS */
.padding_bottom_none {
  padding-bottom: 0 !important; }

.tooltip {
  position: absolute;
  color: #fff;
  background-color: #222;
  font-size: 14px;
  padding: calc(24px / 2);
  border-radius: calc(24px / 3); }
  .tooltip::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0; }
  .tooltip.top, .tooltip.bottom {
    text-align: center; }
  .tooltip.left {
    text-align: left; }
  .tooltip.right {
    text-align: right; }
  .tooltip.bottom::before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #222;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -12px; }
  .tooltip.top::before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #222;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -12px; }
  .tooltip.left::before {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #222;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -12px; }
  .tooltip.right::before {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #222;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -12px; }

#rotation-alert {
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  z-index: 1003;
  width: 100%;
  height: 100%;
  background-color: black;
  color: #FFFDF9;
  display: none; }
  @media (max-height: 450px) and (orientation: landscape) {
    #rotation-alert {
      display: flex; } }
  #rotation-alert .content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 24px; }
    #rotation-alert .content .icon-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); } }
.text-1vh {
  font-size: 1vh; }

.text-1-5vh {
  font-size: 1.5vh; }

.text-2vh {
  font-size: 2vh; }

.text-2-5vh {
  font-size: 2.5vh; }

.text-3vh {
  font-size: 3vh; }

.text-3-5vh {
  font-size: 3.5vh; }

.text-4vh {
  font-size: 4vh; }

.text-4-5vh {
  font-size: 4.5vh; }

.text-5vh {
  font-size: 5vh; }

.text-light {
  font-weight: 300; }

.text-normal {
  font-weight: 400; }

.text-bold {
  font-weight: 700; }

.text-italic {
  font-style: italic; }

.aligned {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

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: text;
  user-select: text;
  background-color: #fff; }

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

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;
  background-color: inherit;
  position: relative;
  touch-action: manipulation;
  font-family: "ABCDiatype", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column; }

.preloadiv {
  width: 0;
  height: 0;
  display: none;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  top: -32000px;
  left: -32000px; }

#menu {
  width: 100%;
  height: 100%;
  top: 0;
  right: calc(-100vw - 10px);
  transition: right 0.33s ease-out;
  position: fixed;
  z-index: 1000;
  color: #fff;
  background-color: #222;
  overflow-y: auto;
  pointer-events: none; }
  #menu .menu_header {
    width: 100%;
    padding: 0 0 0 24px;
    height: 96px;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: center; }
    #menu .menu_header .logo {
      width: 72.13px;
      height: 46.41px;
      background-image: url("/img/gnumood-white.svg");
      background-size: cover;
      background-repeat: no-repeat; }
    #menu .menu_header #menu-close {
      width: 48px;
      height: 48px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 18px 0;
      text-align: center;
      margin: 0 24px 0 0; }
  #menu .menu-items {
    font-size: 18px; }
    #menu .menu-items a {
      display: block;
      padding: 18px 24px;
      color: #fff;
      text-decoration: none;
      font-weight: 300; }
      #menu .menu-items a:not(:last-of-type) {
        margin: 0 0 2px 0; }
  #menu .lang-selector {
    position: absolute;
    left: 24px;
    bottom: 24px;
    color: #808080;
    background-color: #222; }
    #menu .lang-selector a {
      color: #808080; }
      #menu .lang-selector a[href] {
        color: #fff; }

body.menu_open *, body.menu_open *:before, body.menu_open *:after {
  pointer-events: none; }
body.menu_open #menu {
  right: 0; }
  body.menu_open #menu #menu-close, body.menu_open #menu .menu-items a {
    pointer-events: all !important; }

header {
  width: 100%;
  padding: 0 0 0 24px;
  height: 96px;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff; }
  header .logo {
    width: 72.13px;
    height: 46.41px;
    background-image: url("/img/gnumood-dark.svg");
    background-size: cover;
    background-repeat: no-repeat; }
  header #menu-btn {
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    margin: 0 24px 0 0; }
    header #menu-btn div {
      width: 18px;
      height: 2px;
      border-radius: 1px;
      background-color: #222; }

.lang-selector {
  margin-right: 24px;
  color: #808080;
  font-size: 12px; }
  .lang-selector a[href] {
    color: inherit; }
  .lang-selector a {
    color: #222;
    padding: 0 5px; }

main {
  width: 100%;
  height: 100%;
  margin: 96px 0 0 0; }

#msg {
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  justify-content: space-between;
  align-items: flex-start; }
  #msg .msg-close {
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    #msg .msg-close .icon {
      font-size: 16px; }

body.msg_open #msg {
  display: flex; }

.btn {
  font-size: 21px;
  display: inline;
  text-decoration: none;
  padding: 16px 14px;
  border-radius: 1000px;
  color: #222;
  background-color: #F1EFEF;
  text-transform: uppercase; }
  .btn.selected {
    color: #fff;
    background-color: #222; }
  .btn.btn-green {
    color: #fff;
    background-color: #6D7756; }
  .btn.btn-dark {
    color: #F1EFEF;
    background-color: #222; }
  .btn.btn-disabled {
    color: #666;
    background-color: #808080;
    cursor: not-allowed; }
  .btn.outlined {
    border: 4px solid #fff; }

body.onboarding main {
  position: relative; }
body.onboarding.onboarding-howareyou .interaction {
  height: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  body.onboarding.onboarding-howareyou .interaction p {
    width: 100%; }

.interaction {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%; }
  .interaction p {
    text-align: center;
    font-family: GTSuperDisplay;
    padding: 0 24px;
    text-shadow: 0.5px 0.5px 0 #fff, -0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff; }
  .interaction .dualbtn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding: 0 24px;
    text-align: center;
    column-gap: 24px; }
  .interaction .selection_group {
    display: flex;
    flex-direction: column;
    padding: 0 24px;
    gap: 12px; }
    .interaction .selection_group .btn {
      text-align: center; }
    .interaction .selection_group a.visit {
      width: 100%;
      aspect-ratio: 15/8;
      background-size: cover;
      background-repeat: no-repeat;
      color: #fff;
      text-decoration: none;
      border-radius: 28px;
      position: relative;
      border: 6px solid #fff; }
      .interaction .selection_group a.visit.onsite {
        background-image: url("/img/visit-onsite.png"); }
      .interaction .selection_group a.visit.online {
        background-image: url("/img/visit-online.png"); }
      .interaction .selection_group a.visit.selected {
        background-color: #6D7756;
        border: 6px solid #6D7756; }
      .interaction .selection_group a.visit span {
        position: absolute;
        left: 28px;
        bottom: 10px;
        font-size: 21px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }

video.assistant, .assistant_silhouette {
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 824px;
  max-height: 824px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

.assistant_silhouette {
  background-image: url("/img/assistant_silhouette.png");
  background-size: cover;
  background-repeat: no-repeat; }

.floating-input {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: calc(24px * 1.5);
  padding: 0 24px 0 24px; }
  .floating-input input[type="text"] {
    width: 100%;
    border: 2px solid #E5E5E5;
    font-size: 16px;
    padding: 16px 56px 17px 24px;
    border-radius: 1000px;
    outline: none; }
    .floating-input input[type="text"]::-webkit-input-placeholder {
      color: #808080; }
    .floating-input input[type="text"]:-moz-placeholder {
      color: #808080; }
    .floating-input input[type="text"]::-moz-placeholder {
      color: #808080; }
    .floating-input input[type="text"]::placeholder {
      color: #808080; }
    .floating-input input[type="text"]::-ms-input-placeholder {
      color: #808080; }
    .floating-input input[type="text"]:focus {
      border: 2px solid #6D7756; }
  .floating-input input[type="submit"], .floating-input .submit{
    width: 46px;
    height: 46px;
    position: absolute;
    top: 5px;
    right: calc(24px + 5px);
    background-color: #E5E5E5;
    border: none;
    border-radius: 50%;
    background-image: url("/img/submit-arrow.png");
    background-size: cover;
    background-repeat: no-repeat; }
    .floating-input input[type="submit"].active, .floating-input .submit.active {
      background-color: #6D7756; }

.floating-btn {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: calc(24px * 1.5);
  text-align: center; }

body.route main {
  position: relative; }
  body.route main .route-end {
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 84px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    background-color: #6D7756;
    color: #fff; }
    body.route main .route-end.disabled {
      color: #666;
      background-color: #808080;
      cursor: not-allowed; }
body.route .gnunav {
  width: 100%;
  position: fixed;
  z-index: 998;
  height: 120px; }
  body.route .gnunav::before {
    content: '';
    background-color: #222;
    width: 100%;
    height: 96px;
    display: block;
    position: absolute;
    z-index: 0; }
  body.route .gnunav .curves {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1; }
    body.route .gnunav .curves .curve {
      background-size: cover;
      height: 120px;
      position: absolute;
      top: 0;
      transform-origin: 50% 0;
      animation-duration: 20s;
      animation-iteration-count: infinite;
      animation-direction: normal;
      animation-timing-function: ease-in-out;
      height: 96px; }
      body.route .gnunav .curves .curve:nth-of-type(1) {
        background-image: url("/img/curve-1.svg");
        width: 229px;
        left: -20vw;
        animation-name: curve1; }
      body.route .gnunav .curves .curve:nth-of-type(2) {
        background-image: url("/img/curve-2.svg");
        width: 250px;
        left: 0;
        animation-name: curve2; }
      body.route .gnunav .curves .curve:nth-of-type(3) {
        background-image: url("/img/curve-3.svg");
        width: 160px;
        left: 33vw;
        animation-name: curve3; }
      body.route .gnunav .curves .curve:nth-of-type(4) {
        background-image: url("/img/curve-4.svg");
        width: 240px;
        left: 45vw;
        animation-name: curve4; }
      body.route .gnunav .curves .curve:nth-of-type(5) {
        background-image: url("/img/curve-5.svg");
        width: 194px;
        left: 76vw;
        animation-name: curve5; }
  body.route .gnunav .navigation {
    position: absolute;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    justify-content: space-between; }
    body.route .gnunav .navigation a.nav {
      width: 96px;
      height: 96px;
      position: relative;
      border-radius: 50%;
      color: #fff;
      background-color: #222;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 24px;
      font-size: 24px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); }
      body.route .gnunav .navigation a.nav img {
        width: 76px;
        height: 76px; }
      body.route .gnunav .navigation a.nav.active {
        color: #6D7756;
        background-color: #fff; }
        body.route .gnunav .navigation a.nav.active::before {
          content: '';
          position: absolute;
          top: -24px;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 0;
          height: 0;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 12px solid #fff; }

@keyframes curve1 {
  0% {
    transform: scaleY(1); }
  25% {
    transform: scaleY(0.25); }
  50% {
    transform: scaleY(0.75); }
  100% {
    transform: scaleY(1); } }
@keyframes curve2 {
  0% {
    transform: scaleY(0.75); }
  25% {
    transform: scaleY(1); }
  50% {
    transform: scaleY(0.25); }
  100% {
    transform: scaleY(0.75); } }
@keyframes curve3 {
  0% {
    transform: scaleY(0.33); }
  25% {
    transform: scaleY(0.66); }
  50% {
    transform: scaleY(1); }
  100% {
    transform: scaleY(0.33); } }
@keyframes curve4 {
  0% {
    transform: scaleY(1); }
  33% {
    transform: scaleY(0.75); }
  66% {
    transform: scaleY(0.25); }
  100% {
    transform: scaleY(1); } }
@keyframes curve5 {
  0% {
    transform: scaleY(0.5); }
  40% {
    transform: scaleY(1); }
  60% {
    transform: scaleY(0.25); }
  80% {
    transform: scaleY(0.33); }
  100% {
    transform: scaleY(0.5); } }
.route-list {
  padding: 120px 24px calc(24px + 84px) 24px; }
  .route-list .route-item {
    display: flex;
    position: relative;
    column-gap: calc(24px / 2);
    padding: 24px 0; }
    .route-list .route-item .route-img {
      width: 96px;
      height: 96px;
      background-color: #ccc;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
      .route-list .route-item .route-img .route-ord {
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
        background-color: #6D7756;
        font-size: 16px;
        padding: 6px 12px;
        border-radius: 0 0 0 12px; }
    .route-list .route-item .route-info {
      width: calc((100% - (24px / 2)) - 96px); }
      .route-list .route-item .route-info h3, .route-list .route-item .route-info h4 {
        margin: 0;
        font-family: GTSuperDisplay;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .route-list .route-item .route-info h3 {
        font-weight: 700;
        font-size: 21px;
        color: #222; }
      .route-list .route-item .route-info h4 {
        font-weight: 400;
        font-size: 18px;
        color: #000; }
      .route-list .route-item .route-info i.icon {
        color: #E5E5E5; }
      .route-list .route-item .route-info span.num {
        color: #222;
        padding: 0 12px 0 2px; }

.check-area {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  bottom: 24px; }
  .check-area span {
    color: #222;
    font-size: 10px;
    padding: 0 calc(24px / 4) 0 0; }
    @media screen and (max-width: 359px) {
      .check-area span {
        display: none; } }
  .check-area .switch {
    display: inline-block;
    width: 72px;
    height: 36px;
    background-color: #808080;
    border-radius: 18px;
    position: relative;
    background-image: url("/img/switch-check.svg");
    background-repeat: no-repeat;
    background-position: 15% 50%;
    background-size: 0 24px;
    transition: background-size 0.33s ease-out; }
    .check-area .switch::before {
      content: '';
      position: absolute;
      display: block;
      background-color: #fff;
      width: 28px;
      height: 28px;
      border-radius: 14px;
      top: 4px;
      left: 4px;
      transition: left 0.33s ease-out; }
    .check-area .switch.active {
      background-color: #6D7756;
      background-size: 24px 24px; }
      .check-area .switch.active::before {
        left: 39px; }

body.route-tutorial {
  overflow: hidden; }
  body.route-tutorial .tutorial {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000; }
    body.route-tutorial .tutorial a.skip {
      color: #fff;
      width: 100%;
      text-align: center;
      text-decoration: none;
      display: block;
      padding: 24px;
      font-size: 14px; }
    body.route-tutorial .tutorial a.btn-next {
      text-align: center;
      position: absolute;
      bottom: 13px;
      left: 24px;
      width: calc(100% - (24px * 2)); }
  body.route-tutorial.tutorial-01 header::after, body.route-tutorial.tutorial-01 .gnunav::after, body.route-tutorial.tutorial-01 .route-end::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(109, 119, 86, 0.86);
    z-index: 1000; }
  body.route-tutorial.tutorial-01 .tooltip {
    left: 0;
    right: 0;
    top: 168px;
    margin: auto 24px;
    z-index: 1001; }
  body.route-tutorial.tutorial-02 header::after, body.route-tutorial.tutorial-02 .route-list::after, body.route-tutorial.tutorial-02 .route-end::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(109, 119, 86, 0.86);
    z-index: 1000; }
  body.route-tutorial.tutorial-02 .route-list::after {
    top: 120px; }
  body.route-tutorial.tutorial-02 .gnunav::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(109, 119, 86, 0.86);
    z-index: 1; }
  body.route-tutorial.tutorial-02 .gnunav .nav:nth-of-type(2)::after, body.route-tutorial.tutorial-02 .gnunav .nav:nth-of-type(3)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(109, 119, 86, 0.86);
    z-index: 1;
    border-radius: 50%; }
  body.route-tutorial.tutorial-02 .tooltip {
    left: calc((24px / 12 ) + 96px);
    right: 0;
    top: 126px;
    margin: auto 24px;
    z-index: 1001; }
  body.route-tutorial.tutorial-03 header::after, body.route-tutorial.tutorial-03 .route-list::after, body.route-tutorial.tutorial-03 .route-end::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(109, 119, 86, 0.86);
    z-index: 1000; }
  body.route-tutorial.tutorial-03 .route-list::after {
    top: 120px; }
  body.route-tutorial.tutorial-03 .gnunav::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(109, 119, 86, 0.86);
    z-index: 1; }
  body.route-tutorial.tutorial-03 .gnunav .nav:nth-of-type(1)::after, body.route-tutorial.tutorial-03 .gnunav .nav:nth-of-type(3)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(109, 119, 86, 0.86);
    z-index: 1;
    border-radius: 50%; }
  body.route-tutorial.tutorial-03 .tooltip {
    left: 0;
    right: 0;
    top: 218px;
    margin: auto 24px;
    z-index: 1001; }
  body.route-tutorial.tutorial-04 header::after, body.route-tutorial.tutorial-04 .route-list::after, body.route-tutorial.tutorial-04 .route-end::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(109, 119, 86, 0.86);
    z-index: 1000; }
  body.route-tutorial.tutorial-04 .route-list::after {
    top: 120px; }
  body.route-tutorial.tutorial-04 .gnunav::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(109, 119, 86, 0.86);
    z-index: 1; }
  body.route-tutorial.tutorial-04 .gnunav .nav:nth-of-type(1)::after, body.route-tutorial.tutorial-04 .gnunav .nav:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(109, 119, 86, 0.86);
    z-index: 1;
    border-radius: 50%; }
  body.route-tutorial.tutorial-04 .tooltip {
    right: calc((24px / 12 ) + 96px);
    left: 56px;
    top: 138px;
    margin: auto 24px;
    z-index: 1001; }
  body.route-tutorial.tutorial-05 header::after, body.route-tutorial.tutorial-05 .gnunav::after, body.route-tutorial.tutorial-05 .route-end::after, body.route-tutorial.tutorial-06 header::after, body.route-tutorial.tutorial-06 .gnunav::after, body.route-tutorial.tutorial-06 .route-end::after, body.route-tutorial.tutorial-07 header::after, body.route-tutorial.tutorial-07 .gnunav::after, body.route-tutorial.tutorial-07 .route-end::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(109, 119, 86, 0.86);
    z-index: 1000; }
  body.route-tutorial.tutorial-05 .route-list .route-item:not(:nth-child(1))::after, body.route-tutorial.tutorial-06 .route-list .route-item:not(:nth-child(1))::after, body.route-tutorial.tutorial-07 .route-list .route-item:not(:nth-child(1))::after {
    position: absolute;
    top: 0;
    left: calc(24px*-1);
    content: '';
    width: calc(100% + (24px)*2);
    height: 100%;
    background-color: rgba(109, 119, 86, 0.86);
    z-index: 1000; }
  body.route-tutorial.tutorial-05 .tooltip {
    left: 24px;
    width: 230px;
    top: 210px;
    margin: auto 24px;
    z-index: 1001; }
  body.route-tutorial.tutorial-06 .tooltip {
    left: calc(24px*2);
    width: 250px;
    top: 210px;
    margin: auto 24px;
    z-index: 1001; }
  body.route-tutorial.tutorial-07 .tooltip {
    right: calc(24px*3.6);
    width: 200px;
    top: 258px;
    margin: auto 24px;
    z-index: 1001; }

body.map.floor-3 .map {
  background-image: url("/img/piano-3.png"); }
  body.map.floor-3 .map::before {
    background-image: url("/img/piano-3-stanze.png"); }
  body.map.floor-3 .map .floor.floor-3 {
    display: block; }
  body.map.floor-3 .map .floor.floor-2 {
    display: none; }
body.map.floor-3 .floor-select a:nth-child(1) {
  border: 6px solid #6D7756;
  color: #fff; }
  body.map.floor-3 .floor-select a:nth-child(1)::before {
    display: block; }
body.map.floor-2 .map {
  background-image: url("/img/piano-2.png"); }
  body.map.floor-2 .map::before {
    background-image: url("/img/piano-2-stanze.png"); }
  body.map.floor-2 .map .floor.floor-2 {
    display: block; }
  body.map.floor-2 .map .floor.floor-3 {
    display: none; }
body.map.floor-2 .floor-select a:nth-child(2) {
  border: 6px solid #6D7756;
  color: #fff; }
  body.map.floor-2 .floor-select a:nth-child(2)::before {
    display: block; }
body.map.maprooms .roomShow {
  color: #fff;
  background-color: #6D7756; }
body.map.maprooms #map .map::before {
  opacity: 1; }
body.map #map {
  width: 100%;
  height: calc(100% - 96px - 84px);
  margin-top: 96px;
  white-space: nowrap;
  overflow: auto;
  box-sizing: content-box;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; }
  body.map #map::-webkit-scrollbar {
    display: none; }
  body.map #map .map {
    width: calc(1376px / 2);
    height: calc(4096px / 2);
    border: solid 120px #fff;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative; }
    body.map #map .map::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: 0 0;
      opacity: 0; }
    body.map #map .map .floor {
      width: 100%;
      height: 100%;
      position: relative; }
      body.map #map .map .floor .art {
        width: 48px;
        height: 48px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/img/art.svg");
        position: absolute; }
        body.map #map .map .floor .art.checked {
          background-image: url("/img/art-checked.svg"); }
        body.map #map .map .floor .art .popup {
          display: none;
          position: absolute;
          left: -74px;
          top: -146px;
          width: 196px;
          height: 140px;
          background-color: #F1EFEF;
          border-radius: 12px;
          padding: calc(24px / 2);
          box-sizing: border-box; }
          body.map #map .map .floor .art .popup .ord {
            position: absolute;
            top: 0;
            right: 0;
            text-align: center;
            color: #fff;
            background-color: #6D7756;
            font-size: 16px;
            padding: 6px 12px;
            border-radius: 0 12px 0 12px; }
          body.map #map .map .floor .art .popup .img {
            width: 170px;
            height: 96px;
            background-color: #808080;
            background-position: 50% 50%;
            background-size: cover; }
          body.map #map .map .floor .art .popup h3 {
            width: calc(100% - 20px);
            font-family: GTSuperDisplay;
            font-weight: 700;
            font-size: 12px;
            letter-spacing: 0.1px;
            margin: calc(24px / 4) 0 0 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          body.map #map .map .floor .art .popup .icon.icon-right {
            font-size: 10px;
            position: absolute;
            bottom: calc(24px / 4);
            right: calc(24px / 2);
            color: #fff;
            background-color: #6D7756;
            padding: 4px 3px;
            border-radius: 50%;
            text-align: center; }
          body.map #map .map .floor .art .popup::before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #F1EFEF;
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: -6px; }
        body.map #map .map .floor .art:focus .popup {
          display: block; }
body.map .roomShow {
  position: fixed;
  z-index: 1;
  bottom: calc(84px + 24px);
  right: 24px;
  padding: calc(24px / 2);
  color: #222;
  background-color: #F1EFEF;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.33); }
body.map .floor-select {
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 84px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  align-items: center;
  justify-items: center;
  justify-content: space-between;
  background-color: #222;
  text-align: center; }
  body.map .floor-select a {
    cursor: pointer;
    padding: 8px 20px;
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #808080; }
    body.map .floor-select a::before {
      content: '';
      display: none;
      position: absolute;
      width: 8px;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -24px;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #fff; }

body.chat .interaction {
  height: calc(100% - 120px);
  margin-top: 120px; }
  body.chat .interaction #chat {
    height: calc(100% - 124px);
    padding: 24px 24px 0 24px;
    overflow-y: auto; }
    body.chat .interaction #chat .msg .user {
      display: flex;
      align-items: center;
      column-gap: calc(24px / 2); }
      body.chat .interaction #chat .msg .user h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 24px;
        font-weight: 700; }
      body.chat .interaction #chat .msg .user .avatar {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
    body.chat .interaction #chat .msg p, body.chat .interaction #chat .msg ul, body.chat .interaction #chat .msg ol {
      font-family: "ABCDiatype", sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 18px; }
      body.chat .interaction #chat .msg p a, body.chat .interaction #chat .msg ul a, body.chat .interaction #chat .msg ol a {
        color: #6D7756;
        font-weight: 700; }
    body.chat .interaction #chat .msg.msg-user .user {
      justify-content: flex-end; }
      body.chat .interaction #chat .msg.msg-user .user .avatar {
        color: #fff;
        background-color: #222; }
    body.chat .interaction #chat .msg.msg-user p {
      text-align: right;
      padding: 0 calc(24px * 1.5) 0 0; }
    body.chat .interaction #chat .msg.msg-user ul, body.chat .interaction #chat .msg.msg-user ol {
      text-align: right;
      list-style-position: inside;
      direction: rtl;
      padding: 0 calc(24px * 1.5) 0 0; }
    body.chat .interaction #chat .msg.msg-ia .user {
      justify-content: flex-start; }
      body.chat .interaction #chat .msg.msg-ia .user h2 {
        font-family: GTSuperDisplay; }
      body.chat .interaction #chat .msg.msg-ia .user .avatar {
        color: #fff;
        background-color: #6D7756;
        font-family: GTSuperDisplay;
        font-weight: bold;
        font-size: 24px; }
    body.chat .interaction #chat .msg.msg-ia p {
      text-align: left;
      padding: 0 0 0 calc(24px * 1.5); }
    body.chat .interaction #chat .msg.msg-ia ul, body.chat .interaction #chat .msg.msg-ia ol {
      padding: 0 0 0 calc(24px * 3); }
body.chat.chat-online .current-art {
  margin-top: -24px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #F1EFEF;
  text-decoration: none;
  padding: 0 24px;
  column-gap: calc(24px / 2);
  cursor: pointer; }
  body.chat.chat-online .current-art .icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222; }
  body.chat.chat-online .current-art .info {
    width: calc(100% - 48px - (24px / 2)); }
    body.chat.chat-online .current-art .info h1, body.chat.chat-online .current-art .info h2 {
      margin: 0;
      padding: 0;
      width: 100%;
      max-width: 100%;
      text-align: left;
      font-family: GTSuperDisplay;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    body.chat.chat-online .current-art .info h1 {
      color: #222;
      font-size: 21px;
      font-weight: 700; }
    body.chat.chat-online .current-art .info h2 {
      color: #000;
      font-size: 18px;
      font-weight: 400; }
body.chat.chat-online #chat {
  height: calc(100% - 124px - 72px); }

#art-route-tray {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  left: calc(-100vw - 10px);
  transition: left 0.33s ease-out;
  position: fixed;
  z-index: 1001;
  background-color: #222;
  overflow-y: auto;
  pointer-events: none; }
  #art-route-tray .header {
    width: 100%;
    height: 96px;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    background-color: #222;
    position: fixed;
    z-index: 1;
    color: #fff; }
    #art-route-tray .header span {
      font-family: GTSuperDisplay;
      font-weight: 700;
      font-size: 16px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    #art-route-tray .header #art-route-tray-close {
      width: 48px;
      height: 48px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      cursor: pointer; }
      #art-route-tray .header #art-route-tray-close .icon {
        font-size: 16px; }
  #art-route-tray .route-list {
    padding: 96px 24px 24px 24px; }
    #art-route-tray .route-list .route-item h3, #art-route-tray .route-list .route-item h4 {
      color: #fff; }
    #art-route-tray .route-list .route-item .route-info span.num {
      color: #fff; }

body.art_tray_open *, body.art_tray_open *:before, body.art_tray_open *:after {
  pointer-events: none; }
body.art_tray_open #art-route-tray {
  left: 0;
  pointer-events: all !important; }
  body.art_tray_open #art-route-tray #q-close {
    pointer-events: all !important; }
  body.art_tray_open #art-route-tray a {
    pointer-events: all !important; }

#q {
  width: 100%;
  height: 100%;
  top: 0;
  left: calc(-100vw - 10px);
  transition: left 0.33s ease-out;
  position: fixed;
  z-index: 1000;
  color: #fff;
  background-color: #222;
  overflow-y: auto;
  pointer-events: none; }
  #q .current-art {
    width: 100%;
    margin-top: 0;
    padding: 24px;
    background-color: #222;
    position: fixed; }
    #q .current-art .icon, #q .current-art .info h1, #q .current-art .info h2 {
      color: #fff; }
      #q .current-art .icon.icon-left, #q .current-art .info h1.icon-left, #q .current-art .info h2.icon-left {
        text-decoration: none; }
    #q .current-art .info {
      width: calc(100% - (48px * 2) - (24px / 2)); }
    #q .current-art #q-close {
      width: 48px;
      height: 48px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      text-align: center;
      cursor: pointer; }
      #q .current-art #q-close .icon {
        font-size: 16px; }
  #q .q-list {
    font-size: 18px;
    padding: 0 24px;
    height: calc(100% - 96px);
    margin-top: 96px; }
    #q .q-list a {
      display: inline-block;
      padding: 12px 16px;
      border-radius: 24px;
      color: #fff;
      text-decoration: none;
      font-weight: 300;
      background-color: #6D7756; }
      #q .q-list a:not(:last-of-type) {
        margin: 0 0 calc(24px / 2) 0; }

body.q_open *, body.q_open *:before, body.q_open *:after {
  pointer-events: none; }
body.q_open #q {
  left: 0;
  pointer-events: all !important; }
  body.q_open #q #q-close {
    pointer-events: all !important; }
  body.q_open #q a {
    pointer-events: all !important; }

body.route.art {
  overflow-y: hidden; }
  body.route.art .scrollable {
    padding: 96px 0 0 0;
    width: 100%;
    height: calc(100% - 96px);
    overflow: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; }
    body.route.art .scrollable .image {
      width: 100%;
      aspect-ratio: 16/9;
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
      position: relative; }
      body.route.art .scrollable .image a.fullscreen {
        position: absolute;
        right: calc(24px / 2);
        bottom: calc(24px / 2);
        background-color: #fff;
        color: #222;
        padding: 4px;
        font-size: 12px;
        width: 32px;
        height: 32px;
        box-sizing: content-box;
        border-radius: 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        body.route.art .scrollable .image a.fullscreen .fsico {
          width: 75%;
          height: 75%;
          display: inline-block;
          background-image: url("/img/fullscreen-black.svg");
          background-size: cover;
          background-repeat: no-repeat; }
    body.route.art .scrollable .art-infobar {
      height: 48px;
      color: #fff;
      background-color: #222;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 24px; }
      body.route.art .scrollable .art-infobar .location {
        font-size: 18px; }
        body.route.art .scrollable .art-infobar .location .room span.num, body.route.art .scrollable .art-infobar .location .floor span.num {
          padding: 0 12px 0 2px; }
      body.route.art .scrollable .art-infobar .check-area {
        position: relative;
        bottom: 0; }
        body.route.art .scrollable .art-infobar .check-area span {
          color: #fff; }
    body.route.art .scrollable .art-info {
      padding: 24px; }
      body.route.art .scrollable .art-info h1, body.route.art .scrollable .art-info h2 {
        margin: 0;
        font-family: GTSuperDisplay;
        width: 100%; }
      body.route.art .scrollable .art-info h1 {
        font-weight: 700;
        font-size: 21px;
        color: #222; }
      body.route.art .scrollable .art-info h2 {
        font-weight: 400;
        font-size: 18px;
        color: #000; }
    body.route.art .scrollable .art-description {
      padding: 0 24px 24px 24px;
      font-weight: 300; }
      body.route.art .scrollable .art-description a {
        color: #6D7756;
        font-weight: 700; }
    body.route.art .scrollable .art-attachments {
      padding: 0 24px 24px 24px; }
      body.route.art .scrollable .art-attachments .content {
        border-radius: calc(24px / 4);
        background-color: #F1EFEF;
        padding: 24px;
        position: relative;
        box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.12); }
        body.route.art .scrollable .art-attachments .content .aligned {
          color: #222; }
          body.route.art .scrollable .art-attachments .content .aligned .sa-icon {
            display: inline;
            width: 32px;
            height: 32px; }
          body.route.art .scrollable .art-attachments .content .aligned h3 {
            font-family: GTSuperDisplay;
            display: inline;
            margin: 0;
            font-size: 16px; }
          body.route.art .scrollable .art-attachments .content .aligned.title {
            margin: 0 0 calc(24px / 2) 0; }
        body.route.art .scrollable .art-attachments .content a.aligned {
          font-size: 14px;
          margin: 0 0 calc(24px / 4) 0; }
          body.route.art .scrollable .art-attachments .content a.aligned .sa-icon {
            width: 24px;
            height: 24px; }
  body.route.art.online .scrollable {
    padding-bottom: calc(84px + 24px); }

.fullscreen-viewer {
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(34, 34, 34, 0.85);
  overflow-y: auto;
  display: none;
  visibility: hidden;
  opacity: 0;
  z-index: -1; }
  .fullscreen-viewer iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1; }
  .fullscreen-viewer .close {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 24px;
    right: 24px;
    background-color: #222;
    color: #F1EFEF;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    z-index: 2; }

body.fullscreen_viewer .fullscreen-viewer {
  display: block;
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 1002; }

body.text {
  overflow-y: hidden; }
  body.text main {
    height: calc(100% - 96px);
    overflow-y: hidden; }
  body.text .scrollable {
    padding: 24px;
    width: 100%;
    height: 100%;
    overflow: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; }
    body.text .scrollable p, body.text .scrollable ul, body.text .scrollable ol {
      font-weight: 300; }
    body.text .scrollable h1, body.text .scrollable h2, body.text .scrollable h3 {
      font-family: GTSuperDisplay; }
    body.text .scrollable h1 {
      font-size: 24px; }
      body.text .scrollable h1:first-of-type {
        margin-top: 0; }
    body.text .scrollable h2 {
      font-size: 18px; }
    body.text .scrollable h3 {
      font-size: 16px; }
    body.text .scrollable p {
      font-size: 16px; }
    body.text .scrollable a {
      color: #6D7756;
      font-weight: 700; }
  body.text.credits .scrollable ul {
    padding-left: 0; }
    body.text.credits .scrollable ul li {
      list-style: none; }

body.font-smallest .fs-btn:nth-child(1) {
  color: #F1EFEF;
  pointer-events: none;
  cursor: not-allowed; }

body.font-biggest .fs-btn:nth-child(2) {
  color: #F1EFEF;
  pointer-events: none;
  cursor: not-allowed; }

.font-size {
  position: absolute;
  top: 120px;
  left: 0;
  border-radius: 0 10px 10px 0;
  z-index: 999;
  display: flex;
  row-gap: 10px;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); }
  .font-size .fs-btn {
    text-align: center;
    padding: 10px;
    background-color: inherit;
    color: #222;
    user-select: none; }
    .font-size .fs-btn:nth-child(1) {
      font-size: 12px; }
    .font-size .fs-btn:nth-child(2) {
      font-size: 14px; }
    .font-size .fs-btn.disabled {
      color: #F1EFEF;
      pointer-events: none; }

body.route.art.font-smallest .art-info h1 {
  font-size: 18px; }
body.route.art.font-smallest .art-info h2 {
  font-display: 15px; }
body.route.art.font-smallest .art-description {
  font-size: 85%; }
body.route.art.font-smallest .art-attachments .content .aligned.title img {
  width: 28px;
  height: 28px; }
body.route.art.font-smallest .art-attachments .content .aligned.title h3 {
  font-size: 14px; }
body.route.art.font-smallest .art-attachments .content a.aligned {
  font-size: 12px; }
  body.route.art.font-smallest .art-attachments .content a.aligned img.sa-icon {
    width: 18px;
    height: 18px; }
body.route.art.font-big .art-info h1 {
  font-size: 24px; }
body.route.art.font-big .art-info h2 {
  font-display: 21px; }
body.route.art.font-big .art-description {
  font-size: 110%; }
body.route.art.font-big .art-attachments .content .aligned.title img {
  width: 36px;
  height: 36px; }
body.route.art.font-big .art-attachments .content .aligned.title h3 {
  font-size: 18px; }
body.route.art.font-big .art-attachments .content a.aligned {
  font-size: 16px; }
  body.route.art.font-big .art-attachments .content a.aligned img.sa-icon {
    width: 28px;
    height: 28px; }
body.route.art.font-biggest .art-info h1 {
  font-size: 32px; }
body.route.art.font-biggest .art-info h2 {
  font-display: 24px; }
body.route.art.font-biggest .art-description {
  font-size: 125%; }
body.route.art.font-biggest .art-attachments .content .aligned.title img {
  width: 44px;
  height: 44px; }
body.route.art.font-biggest .art-attachments .content .aligned.title h3 {
  font-size: 24px; }
body.route.art.font-biggest .art-attachments .content a.aligned {
  font-size: 21px; }
  body.route.art.font-biggest .art-attachments .content a.aligned img.sa-icon {
    width: 32px;
    height: 32px; }

body.chat.font-smallest .interaction #chat .msg.msg-user .user h2, body.chat.font-smallest .interaction #chat .msg.msg-ia .user h2 {
  font-size: 21px; }
body.chat.font-smallest .interaction #chat .msg.msg-user .user .avatar, body.chat.font-smallest .interaction #chat .msg.msg-ia .user .avatar {
  width: 32px;
  height: 32px;
  font-size: 16px; }
body.chat.font-smallest .interaction #chat .msg.msg-user p, body.chat.font-smallest .interaction #chat .msg.msg-user ul, body.chat.font-smallest .interaction #chat .msg.msg-user ol, body.chat.font-smallest .interaction #chat .msg.msg-ia p, body.chat.font-smallest .interaction #chat .msg.msg-ia ul, body.chat.font-smallest .interaction #chat .msg.msg-ia ol {
  font-size: 16px; }
body.chat.font-big .interaction #chat .msg.msg-user .user h2, body.chat.font-big .interaction #chat .msg.msg-ia .user h2 {
  font-size: 28px; }
body.chat.font-big .interaction #chat .msg.msg-user .user .avatar, body.chat.font-big .interaction #chat .msg.msg-ia .user .avatar {
  width: 40px;
  height: 40px;
  font-size: 21px; }
body.chat.font-big .interaction #chat .msg.msg-user p, body.chat.font-big .interaction #chat .msg.msg-user ul, body.chat.font-big .interaction #chat .msg.msg-user ol, body.chat.font-big .interaction #chat .msg.msg-ia p, body.chat.font-big .interaction #chat .msg.msg-ia ul, body.chat.font-big .interaction #chat .msg.msg-ia ol {
  font-size: 21px; }
body.chat.font-biggest .interaction #chat .msg.msg-user .user h2, body.chat.font-biggest .interaction #chat .msg.msg-ia .user h2 {
  font-size: 32px; }
body.chat.font-biggest .interaction #chat .msg.msg-user .user .avatar, body.chat.font-biggest .interaction #chat .msg.msg-ia .user .avatar {
  width: 48px;
  height: 48px;
  font-size: 24px; }
body.chat.font-biggest .interaction #chat .msg.msg-user p, body.chat.font-biggest .interaction #chat .msg.msg-user ul, body.chat.font-biggest .interaction #chat .msg.msg-user ol, body.chat.font-biggest .interaction #chat .msg.msg-ia p, body.chat.font-biggest .interaction #chat .msg.msg-ia ul, body.chat.font-biggest .interaction #chat .msg.msg-ia ol {
  font-size: 24px; }
