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

.btnstart{
  padding: 14px 38px;
  display: inline-block;
  font-size: 150%;
  margin: auto;
  position: absolute;
  border-radius: 26px;
  bottom: 20%;
  cursor: pointer;
  left: 0;
  right: 0;
  max-width: 200px;
  text-align: center;
  box-shadow: 4px 4px 7px 5px #4f573261;
  background: #1ad2db;
}
.headbar{
  text-align: center;
  padding: 8px;
  background: #677d8b;
  color: #fff;
  font-size: 150%;
  box-shadow: 0 9px 12px #0000002b;
  z-index: 10;
}
.headbar .logo{
  margin: auto;
  background-image: url(/img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  aspect-ratio: 4 / 1;
  width: 200px;
}
.creditsimg{
  width: 100%;
  border-radius: 14px;
}

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;
  font-optical-sizing: auto;
  user-select: none; }

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

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: #fff;
  position: relative;
  touch-action: manipulation;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column;
  background-color: #677D8B; }
body.default {
  padding: 20px; }
body.default main {
  background-color: #433B44;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  color: #fff; }

b {
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  color: #677D8B; }

strong {
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  color: #677D8B; }

form label {
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  color: #677D8B;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  row-gap: calc(20px / 2); }
form label input[type="text"] {
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  width: 100%;
  height: 64px;
  border-radius: 32px;
  padding: 0 20px;
  color: #000;
  background-color: #EFEFEF;
  border: none;
  outline: none; }
form label input[type="text"]::-webkit-input-placeholder {
  color: #808080;
  font-family: "Prompt", sans-serif;
  font-weight: 400; }
form label input[type="text"]:-moz-placeholder {
  color: #808080;
  font-family: "Prompt", sans-serif;
  font-weight: 400; }
form label input[type="text"]::-moz-placeholder {
  color: #808080;
  font-family: "Prompt", sans-serif;
  font-weight: 400; }
form label input[type="text"]::placeholder {
  color: #808080;
  font-family: "Prompt", sans-serif;
  font-weight: 400; }
form label input[type="text"]::-ms-input-placeholder {
  color: #808080;
  font-family: "Prompt", sans-serif;
  font-weight: 400; }

.floating-menu-btn {
  position: absolute;
  z-index: 1000;
  bottom: calc(20px / 2);
  right: calc(20px / 2);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #EE3A43;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-center;
  gap: 4px;
  padding: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease-out; }
.floating-menu-btn span {
  border: 2px solid #fff;
  border-radius: 2px;
  transition: all 0.5s ease-out;
  width: 24px; }

body.menu_open .floating-menu-btn {
  background-color: #fff;
  box-shadow: none;
  bottom: calc(20px * 2);
  right: calc(20px * 2);
  align-items: center; }
body.menu_open .floating-menu-btn span {
  border: 2px solid #677D8B;
  position: absolute; }
body.menu_open .floating-menu-btn span:nth-child(1) {
  width: 18px;
  transform: rotate(45deg); }
body.menu_open .floating-menu-btn span:nth-child(2) {
  width: 0;
  opacity: 0; }
body.menu_open .floating-menu-btn span:nth-child(3) {
  width: 18px;
  transform: rotate(-45deg); }
body.menu_open .menu-container {
  opacity: 1;
  pointer-events: all; }

.menu-container {
  opacity: 0;
  pointer-events: none;
  background-color: rgba(103, 125, 139, 0.5);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  padding: 20px;
  transition: all 0.5s ease-out; }
.menu-container .menu-background {
  background-color: #677D8B;
  width: 100%;
  margin-top: 22%;
  height: 84%;
  border-radius: 40px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
.menu-container .menu-background .menu-title {
  background-image: url("/img/logo.svg");
  background-size: calc(100% - (64px + 32px));
  background-repeat: no-repeat;
  background-position: 0 50%;
  width: 100%;
  height: 64px; }
.menu-container .menu-background .menu-items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
.menu-container .menu-background .menu-items a {
  display: flex;
  height: 96px;
  position: relative;
  column-gap: 20px;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-weight: 700; }
.menu-container .menu-background .menu-items a:not(:last-of-type)::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #1E1E1E;
  opacity: 0.2;
  position: absolute;
  bottom: 2px; }

#map {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

.btn {
  color: #fff;
  background-color: #677D8B;
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  outline: none;
  border: 0;}
.btn.btn-small {
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 14px; }
.btn.btn-medium {
  height: 64px;
  line-height: 64px;
  padding: 0 32px;
  border-radius: 16px;
  font-size: 18px; }
.btn.btn-quitedark {
  background-color: #433B44; }
.btn.btn-fullwidth {
  display: block;
  width: 100%;
  text-align: center; }
.btn .icon.very-small {
  margin: 4px 6px -3px 0; }

button.btn {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none; }

.icon {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
.icon.very-small {
  width: 16px;
  height: 16px; }
.icon.small {
  width: 24px;
  height: 24px; }
.icon.medium {
  width: 32px;
  height: 32px; }
.icon.big {
  width: 48px;
  height: 48px; }
.icon.very-big {
  width: 64px;
  height: 64px; }
.icon.icon-about {
  background-image: url("/img/icons/about.svg"); }
.icon.icon-collection {
  background-image: url("/img/icons/collection.svg"); }
.icon.icon-map {
  background-image: url("/img/icons/map.svg"); }
.icon.icon-medal {
  background-image: url("/img/icons/medal.svg"); }

.gm-style-iw {
  color: #fff;
  overflow: visible !important;
  padding: 16px !important;
  border-radius: 23px 0 23px 23px !important;
  background: #677D8B !important;
  -webkit-box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.18) !important;
  box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.18) !important; }
.gm-style-iw .gm-style-iw-chr {
  height: 0; }
.gm-style-iw button.gm-ui-hover-effect {
  color: #1E1E1E !important;
  background-color: #433B44 !important;
  opacity: 1 !important;
  border-radius: 50%;
  position: absolute;
  top: -32px;
  right: -36px;
  outline: none; }
.gm-style-iw button.gm-ui-hover-effect span {
  background-color: #fff !important; }

.gm-style-iw-tc::after {
  background: #677D8B !important; }

.iw_content {
  font-family: "Prompt", sans-serif;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
.iw_content::-webkit-scrollbar {
  display: none; }
.iw_content h1 {
  margin: 0 0 10px 0;
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff; }
.iw_content .image {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #e5e5e5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 0 20px 0;
  border-radius: 10px;
  position: relative; }
.iw_content .image .btn {
  position: absolute;
  bottom: 10px;
  right: 10px; }
.iw_content .description {
  max-height: 126px;
  overflow-y: auto;
  margin: 0 0 20px 0; }
.iw_content .description p {
  margin: 0;
  font-size: 13px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
.iw_content .description p::-webkit-scrollbar {
  display: none; }
.iw_content .description b {
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  color: #677D8B; }

body.splash {
  background-image: url("/img/splash-background.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
body.splash main {
  width: 100%;
  height: 100%;
  position: relative; }
body.splash main .animated-logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("/img/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  aspect-ratio: 4 / 1;
  width: 75%; }

#gps-check-overlay {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1002;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.9); }
#gps-check-overlay .gps-alert {
  font-size: 16px;
  color: #fff;
  text-align: center; }

body.gpscheck_open #gps-check-overlay {
  display: flex; }

.lds-ripple {
  color: #677D8B;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  box-sizing: border-box; }
.lds-ripple div {
  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 div:nth-child(2) {
  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; } }
.back-btn {
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  background-image: url("/img/back-btn.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer; }

.header {
  display: flex;
  width: 100%;
  height: 64px;
  justify-content: flex-start;
  align-items: center; }
.header h1 {
  margin: 0;
  font-size: 21px;
  line-height: 18px;
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff; }

.collection-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  overflow-y: auto;
  padding: 20px 8px; }

body.collection main {
  display: flex;
  flex-direction: column; }
body.collection main .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  overflow: hidden; }

.item {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #EFEFEF;
  border-radius: 12px;
  background-size: 66.67%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  text-decoration: none;}
.item.grey{
  opacity: 0.6;
  filter: grayscale(1);
  background-color: #9d9d9d;
}
.item.collected {
  box-shadow: inset 0 0 0 6px #677D8B;

  filter: unset;
  opacity: 1;
}
.item.collected::before {
  content: '';
  position: absolute;
  width: 33.33%;
  aspect-ratio: 6 / 5;
  background-image: url("/img/item-check.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: -8px;
  right: -13px; }
.item.mini.item-1 {
  background-image: url("/img/gmap/128px/accadia.png"); }
.item.mini.item-2 {
  background-image: url("/img/gmap/128px/alberona.png"); }
.item.mini.item-3 {
  background-image: url("/img/gmap/128px/anzano-di-puglia.png"); }
.item.mini.item-4 {
  background-image: url("/img/gmap/128px/ascoli-satriano.png"); }
.item.mini.item-5 {
  background-image: url("/img/gmap/128px/biccari.png"); }
.item.mini.item-6 {
  background-image: url("/img/gmap/128px/bovino.png"); }
.item.mini.item-7 {
  background-image: url("/img/gmap/128px/candela.png"); }
.item.mini.item-8 {
  background-image: url("/img/gmap/128px/carlantino.png"); }
.item.mini.item-9 {
  background-image: url("/img/gmap/128px/casalnuovo-monterotaro.png"); }
.item.mini.item-10 {
  background-image: url("/img/gmap/128px/casalvecchio-di-puglia.png"); }
.item.mini.item-11 {
  background-image: url("/img/gmap/128px/castelluccio-valmaggiore.png"); }
.item.mini.item-12 {
  background-image: url("/img/gmap/128px/castelnuovo-della-daunia.png"); }
.item.mini.item-13 {
  background-image: url("/img/gmap/128px/celenza-valfortore.png"); }
.item.mini.item-14 {
  background-image: url("/img/gmap/128px/celle-di-san-vito.png"); }
.item.mini.item-15 {
  background-image: url("/img/gmap/128px/chieuti.png"); }
.item.mini.item-16 {
  background-image: url("/img/gmap/128px/deliceto.png"); }
.item.mini.item-17 {
  background-image: url("/img/gmap/128px/faeto.png"); }
.item.mini.item-18 {
  background-image: url("/img/gmap/128px/lucera.png?c=1"); }
.item.mini.item-19 {
  background-image: url("/img/gmap/128px/monteleone-di-puglia.png"); }
.item.mini.item-20 {
  background-image: url("/img/gmap/128px/motta-montecorvino.png"); }
.item.mini.item-21 {
  background-image: url("/img/gmap/128px/orsara-di-puglia.png"); }
.item.mini.item-22 {
  background-image: url("/img/gmap/128px/panni.png"); }
.item.mini.item-23 {
  background-image: url("/img/gmap/128px/pietramontecorvino.png"); }
.item.mini.item-24 {
  background-image: url("/img/gmap/128px/rocchetta-sant-antonio.png"); }
.item.mini.item-25 {
  background-image: url("/img/gmap/128px/roseto-valfortore.png"); }
.item.mini.item-26 {
  background-image: url("/img/gmap/128px/san-marco-la-catola.png"); }
.item.mini.item-27 {
  background-image: url("/img/gmap/128px/sant-agata-di-puglia.png"); }
.item.mini.item-28 {
  background-image: url("/img/gmap/128px/troia.png"); }
.item.mini.item-29 {
  background-image: url("/img/gmap/128px/volturara-appula.png"); }
.item.mini.item-30 {
  background-image: url("/img/gmap/128px/volturino.png"); }

.item.item-1 {
  background-image: url("/img/gmap/1024px/accadia.png"); }
.item.item-2 {
  background-image: url("/img/gmap/1024px/alberona.png"); }
.item.item-3 {
  background-image: url("/img/gmap/1024px/anzano-di-puglia.png"); }
.item.item-4 {
  background-image: url("/img/gmap/1024px/ascoli-satriano.png"); }
.item.item-5 {
  background-image: url("/img/gmap/1024px/biccari.png"); }
.item.item-6 {
  background-image: url("/img/gmap/1024px/bovino.png"); }
.item.item-7 {
  background-image: url("/img/gmap/1024px/candela.png"); }
.item.item-8 {
  background-image: url("/img/gmap/1024px/carlantino.png"); }
.item.item-9 {
  background-image: url("/img/gmap/1024px/casalnuovo-monterotaro.png"); }
.item.item-10 {
  background-image: url("/img/gmap/1024px/casalvecchio-di-puglia.png"); }
.item.item-11 {
  background-image: url("/img/gmap/1024px/castelluccio-valmaggiore.png"); }
.item.item-12 {
  background-image: url("/img/gmap/1024px/castelnuovo-della-daunia.png"); }
.item.item-13 {
  background-image: url("/img/gmap/1024px/celenza-valfortore.png"); }
.item.item-14 {
  background-image: url("/img/gmap/1024px/celle-di-san-vito.png"); }
.item.item-15 {
  background-image: url("/img/gmap/1024px/chieuti.png"); }
.item.item-16 {
  background-image: url("/img/gmap/1024px/deliceto.png"); }
.item.item-17 {
  background-image: url("/img/gmap/1024px/faeto.png"); }
.item.item-18 {
  background-image: url("/img/gmap/1024px/lucera.png?c=1"); }
.item.item-19 {
  background-image: url("/img/gmap/1024px/monteleone-di-puglia.png"); }
.item.item-20 {
  background-image: url("/img/gmap/1024px/motta-montecorvino.png"); }
.item.item-21 {
  background-image: url("/img/gmap/1024px/orsara-di-puglia.png"); }
.item.item-22 {
  background-image: url("/img/gmap/1024px/panni.png"); }
.item.item-23 {
  background-image: url("/img/gmap/1024px/pietramontecorvino.png"); }
.item.item-24 {
  background-image: url("/img/gmap/1024px/rocchetta-sant-antonio.png"); }
.item.item-25 {
  background-image: url("/img/gmap/1024px/roseto-valfortore.png"); }
.item.item-26 {
  background-image: url("/img/gmap/1024px/san-marco-la-catola.png"); }
.item.item-27 {
  background-image: url("/img/gmap/1024px/sant-agata-di-puglia.png"); }
.item.item-28 {
  background-image: url("/img/gmap/1024px/troia.png"); }
.item.item-29 {
  background-image: url("/img/gmap/1024px/volturara-appula.png"); }
.item.item-30 {
  background-image: url("/img/gmap/1024px/volturino.png"); }

body.item-menu main {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto; }
body.item-menu .content {
  height: 100%; }
body.item-menu .content .item-view {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 20px; }
body.item-menu .content .item-view .item {
  position: relative;
  background-position: 50% 66.67%; }
body.item-menu .content .item-view .item span.name {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: 14px;
  text-align: center;
  font-size: 21px;
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #000; }
body.item-menu .content .item-view .item span.collected {
  width: 0;
  display: none;
  visibility: hidden;
  opacity: 0; }
body.item-menu .content .item-view .item.collected {
  box-shadow: inset 0 0 0 8px #677D8B;
  background-position: 50% 50%; }
body.item-menu .content .item-view .item.collected::before {
  width: 0;
  height: 0;
  display: none;
  visibility: hidden;
  opacity: 0; }
body.item-menu .content .item-view .item.collected span.collected {
  left: 0;
  right: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  text-align: center;
  bottom: 20px;
  font-size: 18px;
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #999; }
body.item-menu .content .item-view .item.collected span.collected span {
  position: relative; }
body.item-menu .content .item-view .item.collected span.collected span::before {
  content: '';
  position: absolute;
  height: 24px;
  aspect-ratio: 6 / 5;
  background-image: url("/img/item-check.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: -2px;
  left: -30px; }

.buttons-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 20px; }

.award-preview {
  width: 100%;
  height: 44%;
  background-image: url("/img/award.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

body.award-input-name main {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto; }
body.award-input-name main .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px; }
body.award-input-name main .content p.info {
  font-size: 16px;
  margin: 0; }

body.award-result main {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto; }
body.award-result main .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px; }
body.award-result main .content .award-preview {
  height: 50%; }

body.pdi main {
  height: 100%;
  padding: 20px 0; }
body.pdi main .header {
  padding: 0 20px; }
body.pdi main .content {
  height: calc(100% - 64px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 20px 20px; }
body.pdi main .content .img {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #EFEFEF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative; }
body.pdi main .content .img .round-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: #677D8B;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center; }
body.pdi main .content .text {
  color: #fff;
  height: 100%;
  overflow-y: auto;
  padding: 0 20px 20px 20px;
  border-radius: 0 0 40px 40px; }
body.pdi main .content .text p {
  font-size: 16px; }
body.pdi main .content .text ul, body.pdi main .content .text ol {
  font-size: 16px; }

body.textual main .content {
  height: calc(100% - 64px);
  border-radius: 0 0 10px 10px;
  overflow: auto; }

.text h2 {
  font-size: 21px;
  line-height: 21px;
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #677D8B; }
.text h3 {
  font-size: 18px;
  line-height: 16px;
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #677D8B; }
.text p {
  font-size: 14px; }
.text p:last-of-type {
  margin-bottom: 0; }
.text ul, .text ol {
  font-size: 14px; }
.text ul {
  padding-left: 20px; }
.text ul li {
  list-style: square; }
.text ul li::marker {
  color: #677D8B;
  font-size: 18px; }
.text a {
  color: #EE3A43;
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-weight: 700; }

.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-items-center {
  align-items: center !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.h32 {
  height: 32px; }
.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; }
