html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  font-display: swap;
  overscroll-behavior-x: none;
  overflow-x: hidden;
}

body {
  margin: 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  overflow-y: scroll;
  overflow-x: hidden;
  cursor: url(/images/Cursor.png), pointer;
  overscroll-behavior-x: none;
}

html::-webkit-scrollbar {
  display: none;
}

/* Blocca la selezione su tutto */
* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* Elementi selezionabili (.selectable) */
.selectable {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  resize: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: url(/images/CursorPointer.png) 22 1, pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #333;
  background-color: #fff;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: url(/images/CursorPointer.png) 22 1, pointer;
  background: linear-gradient(90deg, #0D5FFF, #00A5FF 70%);
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.2s, background-color 0.2s, color 0.2s;
}

.w-button:hover {
  transform: scale(1.1);
}

.w-button:active {
  transform: scale(1.2);
  background: #fff;
  /* Change to white */
  color: #000;
  /* Change to black */
}

a {
  cursor: url(/images/CursorPointer.png) 22 1, pointer;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: rgba(0, 0, 0, 0) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}


fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button,
[type="button"],
[type="reset"] {
  cursor: url(/images/CursorPointer.png) 22 1, pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input,
.w-select {
  width: 100%;
  height: 38px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.menu-bg {
  z-index: 25;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
}

@keyframes menu-exit {
  0% {
    left: 0px
  }

  100% {
    left: -100vw;
  }
}

@keyframes menu-enter {
  0% {
    left: -100vw;
  }

  100% {
    left: 0px;
  }
}

@keyframes menu-bg-enter {
  0% {
    backdrop-filter: blur(0px);
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

  100% {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
  }
}

@keyframes menu-bg-exit {
  0% {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
  }

  100% {
    backdrop-filter: blur(0px);
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
}

.menu-div {
  z-index: 50;
  width: 250px;
  height: 100vh;
  background-color: #1796fd;
  padding-top: 100px;
  position: fixed;
}


@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.animate-on-scroll {}

.opacityBlurFade {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(10px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, filter 0.5s ease-out;
  transition-delay: 0.2s;
}

.opacityBlurFade.animate {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.opacityFade {
  opacity: 0;
  transition: opacity 0.4s ease-out
}

.opacityFade.animate {
  opacity: 1;
}

.heightFade {
  height: 0;
  transition: opacity 0.4s ease-out
}

.heightFade.animate {
  height: auto;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-5 {
  width: 100%;
  height: 40%;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  display: flex;
  position: absolute;
  top: 31%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 1100px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }

  .player-image {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.menu {
  z-index: 10;
  width: 100vw;
  height: 85px;
  max-width: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.2);
  padding-left: 30px;
  padding-right: 30px;
}

.body {
  background-color: #000;
}

.text-block {
  width: 200px;
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  display: inline-block;
  position: absolute;
  top: 40%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.div-block {
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-2 {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.div-block-4 {
  width: 100vw;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 85px;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  align-self: auto;
  margin-top: 1.8vw;
  font-family: Lato, sans-serif;
  font-size: 5.2vw;
  font-weight: 900;
  line-height: 7vw;
  position: static;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 2vw;
}

.text-block-4 {
  color: #083d78;
  text-align: center;
  margin-top: auto;
  font-family: Lato, sans-serif;
  font-size: min(3.5vw, 40px);
  line-height: min(4vw, 45px);
  position: static;
}

.text-block-5 {
  color: #083d78;
  text-align: center;
  margin-top: auto;
  font-size: 2vw;
  line-height: 3vw;
}

.image-4 {
  z-index: -1;
  width: 250vw;
  height: 250vw;
  object-fit: cover;
  flex: 0 auto;
  margin-top: -59vw;
  padding-bottom: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-5 {
  width: 9vw;
}

.div-block-8 {
  height: auto;
  grid-column-gap: 20vw;
  grid-row-gap: 10vh;
  object-fit: fill;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 14vw;
  margin-right: 14vw;
  display: flex;
}

.div-block-9 {
  display: flex;
  align-items: flex-start;
}

.div-block-10 {
  width: 45vw;
  grid-column-gap: 2vw;
  grid-row-gap: 0vw;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.discover-more-container {
  width: 100%;
  margin-top: 5vh;
}

.about-section-header {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.text-block-7 {
  color: #fff;
  text-align: left;
  margin-top: 7vh;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.button {
  text-align: center;
  background-color: #1796fd;
  border-radius: 0;
  align-self: flex-end;
  padding: .8rem 2rem;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  line-height: 1.6rem;
}

.div-block-13 {
  height: auto;
  flex-wrap: nowrap;
  flex: 0 auto;
  display: flex;
  position: relative;
  align-items: flex-start;
}

.div-block-14 {
  width: auto;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
}

.div-block-15 {
  width: auto;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  display: flex;
  position: static;
  width: 50%;
  margin-left: 50%;
}

.image-6 {
  object-fit: cover;
  flex: 0 auto;
  position: absolute;
  width: 35%;
}

.div-block-16 {
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  display: flex;
  align-items: flex-start;
}

.div-block-18 {
  width: 80vw;
  grid-column-gap: 0vw;
  grid-row-gap: 0vh;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  display: flex;
}

.div-block-19 {
  padding-bottom: 0;
}

.game-section {
  margin-top: 10vh;
}

.div-block-21 {
  height: 15vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-title {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 5.5rem;
  font-weight: 900;
}

.faq-title {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 5.5rem;
  font-weight: 900;
}

.div-block-22 {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-7 {
  width: 100%;
  object-fit: fill;
  position: relative;
  transition: all ease-in-out 0.4s;
  ;
}

.div-block-22:hover .image-7 {
  -webkit-box-shadow: 0px -1px 66px 2px #0095FF;
  -moz-box-shadow: 0px -1px 66px 2px #0095FF;
  -o-box-shadow: 0px -1px 66px 2px #0095FF;
  box-shadow: 0px -1px 66px 2px #0095FF;
  transition: box-shadow ease-in-out 0.4s;
  -webkit-transition: box-shadow ease-in-out 0.4s;
}

.image-9:hover {
  cursor: url(/images/CursorPointer.png) 22 1, pointer;
}

.image-9 {
  width: 92%;
  height: auto;
  position: absolute;
  top: 14.2%;
  bottom: 0;
  left: 4%;
  right: 4%;
}

.text-block-9 {
  width: 80%;
  height: 10%;
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  line-height: 1vw;
  position: absolute;
  top: 3.5%;
  left: 4%;
}

.div-block-23 {
  width: auto;
  height: max(3vw, 5vh);
  grid-column-gap: .5vw;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 1vw;
  padding-top: 0;
  display: flex;
}

.image-28 {
  position: relative;
  top: -84px;
  left: 83%;
  cursor: url(/images/CursorPointer.png) 22 1, pointer;
}

.menu-section {
  position: relative;
  color: #fff;
  margin-top: 0;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  cursor: url(/images/CursorPointer.png) 22 1, pointer;
  transition: 0.2s;
}

.link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: url(/images/CursorPointer.png) 22 1, pointer;
}

.menu-section:hover {
  background-color: #000;
}

.div-block-24 {
  text-align: center;
  margin-top: 100px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-25 {
  height: 80vh;
  margin-top: 180px;
  display: flex;
}

.div-block-26 {
  margin-left: 10vw;
  width: 40vw;
  display: flex;
  align-items: center;
}

.portraitImg {
  position: relative;
  float: right;
  height: auto;
  width: auto;
}

.div-block-27 {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-right: 10vw;
  display: flex;
  justify-content: center;
}

.about-copy {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  line-height: 1.9rem;
}

.about-copy a {
  color: #0095FF;
}

.know-me-better {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  line-height: 1.9rem;
}

.know-me-article-link {
  color: #0095FF;
  text-decoration: none;
}

.text-block-11 {
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 1.3vw;
  line-height: 2.5vw;
  position: relative;
}

.image-10 {
  display: inline-block;
}

.image-11 {
  width: 85vw;
  object-fit: fill;
  display: none;
}

.image-12 {
  z-index: 10;
  cursor: url(/images/CursorPointer.png) 22 1, pointer;
  width: 37px;
}

.top-bar-info-container {
  z-index: 10;
  width: auto;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 30px;
}

.div-block-33 {
  width: 100px;
  height: 100px;
}

.bold-text {
  color: #083d78;
  text-align: center;
}

.image-13 {
  object-fit: none;
  position: absolute;
}

.image-14 {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  top: -2vw;
}

.game-channel-image {
  height: auto;
  position: relative;
}

.image-16 {
  width: auto;
  height: 100%;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10vw;
  padding-right: 10vw;
  display: grid;
}

.collection-list-wrapper {
  margin-left: 5vw;
  margin-right: 5vw;
}

.div-block-34 {
  height: auto;
  justify-content: flex-start;
  margin-top: 180px;
  display: flex;
  position: relative;
  margin-bottom: 30px;
}

.div-block-35 {
  width: 50%;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 5vw;
  display: flex;
  position: static;
}

.div-block-36 {
  width: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.contactPage {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 6.5rem;
  font-weight: 900;
  margin-bottom: 90px;
}

.form-block {
  height: auto;
}

.form {
  width: 40vw;
  height: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: rgba(0, 28, 105, 0.3);
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  border: none;
  border-width: 3px;
  border-image: linear-gradient(90deg, #0D5FFF, #00A5FF 50%) 1;
  border-bottom: 4px solid;
}

.field-label {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2vw;
}

.textarea {
  height: auto;
  max-height: none;
  min-height: 20vh;
  min-width: 100%;
  color: #fff;
  background-color: rgba(0, 28, 105, 0.3);
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  overflow: auto;
  border: none;
  border-width: 3px;
  border-image: linear-gradient(90deg, #0D5FFF, #00A5FF 50%) 1;
  border-bottom: 4px solid;
}

textarea::-webkit-scrollbar {
  width: 10px;
}

textarea::-webkit-scrollbar-track {
  background-color: #00103d
}

textarea::-webkit-scrollbar-thumb {
  background-color: #00A5FF
}

.contact-image {
  width: 30vw;
  margin-bottom: 23vh;
}

.image-18 {
  z-index: -2;
  margin-top: -17.8vw;
  position: relative;
  top: 0;
}

.image-19 {
  width: 100%;
  height: 100%;
  opacity: .61;
  display: none;
  position: absolute;
}

.image-20 {
  width: 100%;
  height: 100%;
  opacity: .75;
}

.image-21 {
  z-index: 10;
  height: 84px;
  position: fixed;
  top: 0;
}

.image-22 {
  width: 100%;
  height: 35vh;
  flex: none;
  margin-top: 0%;
}

.div-block-38 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 84px;
  display: flex;
  position: relative;
}

.text-block-14 {
  color: #000;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 6vw;
  font-weight: 900;
  line-height: 0;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-15 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 2.5vw;
  line-height: 2.5vw;
  position: absolute;
  top: 67%;
}

.text-block-16 {
  width: auto;
  color: #000;
  text-align: center;
  margin-left: 2vw;
  margin-right: 2vw;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.div-block-39 {
  height: 5vh;
  justify-content: center;
  align-items: center;
  margin-top: 4vh;
  display: flex;
  position: static;
}

.image-23 {
  width: 80px;
  height: 6px;
  position: relative;
  left: 33%;
}

.image-24 {
  width: 100%;
}

.image-25 {
  width: 100%;
  height: auto;
  display: block;
}

.collection-list-wrapper-2 {
  margin-top: 3vh;
  display: block;
}

.collection-list-2 {
  grid-column-gap: 6vw;
  display: flex;
}

.div-block-40 {
  width: 52%;
  height: 80%;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
}

.text-block-17 {
  width: 100%;
  color: #000;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1.5vw;
  font-weight: 900;
  line-height: 120%;
  position: static;
}

.end-info {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 20px;
  cursor: default;
}

.image-26 {
  width: 100%;
  height: 3px;
}

.image-27 {
  width: 40%;
  margin-top: 5%;
  margin-left: 5%;
  padding-top: 0%;
  padding-left: 0%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

#w-node-_15857696-4b4e-e886-958d-28d760994e27-09c1559f,
#w-node-_114324c6-754a-db2d-8d9a-af34c2064590-09c1559f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_8b79fe00-fbdc-3ede-6500-13b4b554f672-8c6aaa71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8b79fe00-fbdc-3ede-6500-13b4b554f672-8c6aaa71 {
    align-self: auto;
  }
}

.hidden {
  display: none;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.floating-img {
  animation: float 3s ease-in-out infinite;
}

.light-cursor {
  mix-blend-mode: screen;
  width: 1250px;
  height: 1250px;
  opacity: 50%;
  max-width: none;
  display: none;
}

.info {
  height: 50px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.linkedin-logo {
  width: 30px;
}

.heading {
  width: 80%;
}

rect {
  position: relative;
  fill: #0095FF;
  width: 100%;
  height: 100%;
  top: 14.2%;
  bottom: 0;
  left: 4%;
  right: 4%;
}

svg {
  aspect-ratio: 1 / 1;
  width: max-content;
  position: absolute;
  top: 11%;
  bottom: 0;
  left: 0%;
  right: 0%;
  transition: opacity ease-in-out 0.4s;
  opacity: 0;
  pointer-events: none;
}

text {
  position: absolute;
}

.gamindoOverlay {
  opacity: 0;
  top: 40%;
  position: absolute;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
  font-family: Lato, sans-serif;
  font-display: swap;
  font-size: 1.3vw;
  color: white;
  line-height: 1.3vw;
  transition: opacity ease-in-out 0.4s;
  pointer-events: none;
}

.faq-title-container {
  margin-top: 240px;
  margin-bottom: 120px;
}

.slide-container {
  margin-top: 0px;
  margin-bottom: 80px;
  height: 500px;
  width: 100vw;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.arrow-slide-container {
  width: 5%;
  margin-left: 10px;
  margin-right: 10px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide {
  box-sizing: border-box;
  background: rgb(0, 108, 245);
  background: -moz-linear-gradient(0deg, rgba(0, 108, 245, 1) 0%, rgba(0, 149, 255, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 108, 245, 1) 0%, rgba(0, 149, 255, 1) 100%);
  background: linear-gradient(0deg, rgba(0, 108, 245, 1) 0%, rgba(0, 149, 255, 1) 100%);
  width: 60vw;
  height: 400px;
  box-shadow: 0px 5px 18px 0px #0095ff67;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.slide-animation {
  animation: fadeSwitch 0.5s;
}

.slide-arrow {
  width: auto;
  height: 12%;
  cursor: url(/images/CursorPointer.png) 22 1, pointer;
}

.text-slide-title {
  color: white;
  font-family: Lato, sans-serif;
  font-size: 4vw;
  font-weight: 900;
  line-height: 120%;
}

.slide-img {
  height: 100px;
}

.slide-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  width: 100%;
  height: 40%;
  padding-top: 45px;
}

.text-slide {
  height: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7rem;
}

@keyframes arrowTap {
  0% {
    scale: 100%;
  }

  50% {
    scale: 120%;
  }

  100% {
    scale: 100%
  }
}

@keyframes fadeSwitch {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 900px) {
  .text-slide {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeInFromRight {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


.landing-div {
  width: 100vw;
  height: 100vh;
  padding-top: 200px;
  padding-left: 10vw;
  padding-right: 10vw;
  animation: fadeZoomIn 1s ease-out forwards;
  animation-delay: 0.2s;
  opacity: 0;
}

.landing-title {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 6.5rem;
  font-weight: 900;
  line-height: 8.5rem;
  position: static;

  /* Gradient text */
  background: linear-gradient(90deg, #0D5FFF, #00A5FF 30%);
  /* esempio: azzurro → verde */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* For Firefox (optional, not always supported) */
  background-clip: text;
  color: transparent;
}

.landing-subtitle {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 2.9rem;
  font-weight: 500;
  margin-top: 20px;
  position: static;
  color: white;
  line-height: 3rem;
}

.landing-hook {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  font-style: oblique;
  border-width: 5px;
  border-color: #0095FF;
  margin-top: 150px;
  line-height: 3.2rem;
  position: static;
  color: white;
  white-space: pre-line;
  text-shadow:
    -3px -3px 3 rgb(0, 0, 0),
    3px -3px 3 rgb(0, 0, 0),
    -3px 3px 3 rgb(0, 0, 0),
    3px 3px 3 rgb(0, 0, 0);
}

.quote-break {
  display: none;
}

.controller-image {
  position: absolute;
  width: 75vw;
  z-index: -10;
  opacity: 0.5;
  rotate: -23deg;
  right: -180px;
  bottom: -200px;

  -webkit-mask-image: linear-gradient(to right, transparent, black 50%);
  mask-image: linear-gradient(to right, transparent, black 50%);

  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.player-image {
  position: absolute;
  width: 42vw;
  z-index: -10;
  opacity: 1;
  right: 0px;
  bottom: -25px;
}

.product-container {
  margin-top: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  gap: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.product-description {
  flex: 2;
  max-width: 65%;
  font-family: Lato, sans-serif;
  color: white;
  margin-bottom: 120px;
}

.product-description p {
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  color: white;
}

.product-description h2 {
  font-family: Lato, sans-serif;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.1;
  padding-bottom: 25px;
  color: white;
}

.product-image {
  max-width: 35%;
}

.circular-gradient {
  position: absolute;
  bottom: -250px;
  width: 1000px;
  height: 1000px;
  transform: translateX(-50%);
  background: radial-gradient(circle, #0059ffe1 0%, rgba(0, 123, 255, 0) 70%);
  z-index: -1;
}

.bullet-points-container {
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background: linear-gradient(to top,
      rgba(0, 98, 255, 0.576) 0%,
      rgba(0, 98, 255, 0.3) 100%);
  width: 100vw;
  margin-top: 200px;
  margin-bottom: 200px;
  padding: 75px;
}

.bullet-points {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}

.bullet-points h2 {
  font-family: Lato, sans-serif;
  font-weight: 900;
  font-size: 3rem;
  line-height: 2;
  color: white;
}

.bullet-points ul.custom-bullets {
  list-style-image: url('images/bulletpoint.svg');
}

.custom-bullets li {
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  color: white;
}

body {
  background-image: url('images/Background_Grid.png');
  background-repeat: repeat;
}

.black-circle-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50vw;
  height: 50vw;
  background: radial-gradient(circle at top left,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.top-bar-contact {
  width: auto;
  color: #fff;
  text-align: center;
  object-fit: fill;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2rem;
  position: static;
  cursor: url(/images/CursorPointer.png) 22 1, pointer;
}

.top-bar-info {
  width: auto;
  color: #fff;
  text-align: center;
  object-fit: fill;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 2rem;
  position: static;
  cursor: url(/images/CursorPointer.png) 22 1, pointer;
}

.top-bar-btn:hover {
  color: #0099ff;
}

.faq-container {
  margin-top: 0px;
  margin-bottom: 80px;
  height: auto;
  width: 100vw;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.faq {
  max-width: 800px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #00000093;
  color: #ffffff;
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  cursor: url(/images/CursorPointer.png) 22 1, pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-bottom: 4px solid;
  border-image: linear-gradient(90deg, #0D5FFF, #00A5FF 70%) 1;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
  background: #ffffff;
  color: #000;
  border-image: linear-gradient(90deg, #ffffff, #ffffff) 1;
  
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding-left: 0 18px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p {
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #fff;
}

.opacityTransformFadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease-out, transform 0.4s ease-out;
}

.opacityTransformFadeIn.animate {
  opacity: 1;
  transform: translateY(0);
}

.game-card {
  width: 17vw;
}

.game-container {
  border-image: linear-gradient(0deg, #0D5FFF, #00A5FF 70%) 1;
  border-style: solid;
  border-width: 3px;
  background-color: #001a6e89;
  backdrop-filter: blur(3px);
}

.game-container-top {
  height: 3vw;
  font-size: 1.15rem;
  font-family: Lato, sans-serif;
  color: #fff;
  align-content: center;
  text-align: center;
  padding-top: 3px;
  display: block;
}

.game-container-body {
  height: 17vw;
  position: relative;
}

.gamindo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #0D5FFF, #00A5FF 70%);
  z-index: 1;
  font-size: 1.15rem;
  font-family: Lato, sans-serif;
  align-content: center;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-weight: 400;
  padding: 0px 10px 0px 10px;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: url(/images/CursorPointer.png) 22 1, pointer;
  pointer-events: none;
}

.game-image {
  position: absolute;
  width: 95%;
  height: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: url(/images/CursorPointer.png) 22 1, pointer;
}

.game-logo-container {
  width: auto;
  height: max(3vw, 5vh);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
  display: flex;
}


@media screen and (max-width: 991px) {

  .landing-title, .landing-subtitle, .landing-hook {
    text-align: center;
  }

  .div-block-4 {
    width: auto;
    overflow: auto;
  }

  .text-block-5 {
    margin-top: 10%;
    padding-top: 0%;
  }

  .div-block-8 {
    height: auto;
    grid-row-gap: 15vh;
  }

  .div-block-9 {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-10 {
    width: auto;
    flex-wrap: nowrap;
    flex: 0 auto;
  }

  .div-block-11 {
    width: auto;
    flex-direction: column;
    flex: 0 auto;
    align-self: flex-start;
    align-items: center;
    display: none;
    position: relative;
  }

  .discover-more-container {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    margin-top: 5vh;
    display: flex;
  }

  .about-section-header {
    text-align: center;
  }

  .text-block-7 {
    text-align: justify;
    margin-top: 5vh;
  }

  .button {
    margin-top: 0;
  }

  .div-block-13 {
    flex: 1;
    align-items: flex-start;
  }

  .div-block-14 {
    flex: 0 auto;
    justify-content: flex-start;
    display: none;
  }

  .div-block-15 {
    flex: 0 auto;
    width: 100%;
    margin-left: 0%;
  }

  .div-block-16 {
    flex: 1;
    align-items: flex-start;
  }

  .div-block-17 {
    height: auto;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    margin-top: 5vh;
    display: flex;
  }

  .div-block-19 {
    display: none;
  }

  .div-block-25 {
    height: auto;
  }

  .div-block-27 {
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
  }

  .div-block-29 {
    width: auto;
  }

  .text-block-11 {
    font-size: 80%;
    line-height: 200%;
  }

  .image-13 {
    width: 250%;
    object-fit: cover;
    border-radius: 0;
    margin-left: 0;
    padding-left: 0;
    position: static;
  }

  .field-label {
    font-size: 3.5vw;
  }

  .image-18 {
    z-index: -2;
    margin-top: -14vw;
    top: 0;
  }

  .div-block-37 {
    width: 100%;
    height: auto;
    flex: 0 auto;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .game-section {
    display: none;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-22 {
    height: 20vh;
  }

  .text-block-14 {
    font-size: 8vw;
  }

  .text-block-15 {
    font-size: 3vw;
  }

  .image-24 {
    width: 100%;
    max-width: none;
  }

  .collection-list-2 {
    grid-column-gap: 6vw;
    grid-row-gap: 16px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    margin-left: 5vw;
    margin-right: 5vw;
    display: grid;
  }

  .collection-item {
    width: 100%;
  }

  .text-block-17 {
    font-size: 18px;
  }

  .product-description p {
    font-size: 1.3rem;
  }

  .contactPage {
    font-size: 5.5rem;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1200px){
  .game-container-top {
    font-size: 0.9rem;
  }

  .work-title {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 1000px) {
  .button {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .quote-break {
    display: inline;
  }

  .image-28 {
    left: 83%;
  }

  .div-block-26 {
    display: none;
  }

  .div-block-27 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 150px;
    padding-right: 150px;
  }

  .about-copy {
    text-align: justify;
  }

  .div-block-34 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-35 {
    width: 75%;
    align-items: center;
    margin-left: 0;
  }

  .div-block-36 {
    display: none;
    position: relative;
  }

  .form-block {
    width: 100%;
  }

  .form {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-22 {
    height: 15vh;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .collection-item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .text-block-17 {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .text-block-7 {
    text-align: center;
    line-height: 1.5rem;
  }

  .text-block-9 {
    width: 80%;
    font-size: 3vw;
    line-height: 3vw;
  }

  .about-copy {
    text-align: center;
  }

  .know-me-better {
    text-align: center;
  }

  .menu-section {
    text-align: center;
  }

  .image-28 {
    left: 83%;
  }

  .menu-div {
    width: 100vw;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .collection-list {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .field-label {
    font-size: 5vw;
  }

  .image-22 {
    height: 10vh;
  }

  .text-block-16 {
    font-size: 16px;
  }

  .image-23 {
    width: 40px;
  }

  .text-block-17 {
    font-size: 12px;
  }

  .end-info {
    font-size: 15px;
    line-height: 12px;
  }
}

@media screen and (max-width: 800px) {
  .landing-title {
    font-size: 5.5rem;
  }

  .landing-subtitle {
    font-size: 2.5rem;
  }

  .landing-hook {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 0;
  }

  .top-bar-info-container {
    gap: 15px;
  }

  .top-bar-info {
    font-size: 0.89rem;
  }

  .bullet-points h2 {
    text-align: center;
    line-height: 1.2;
    padding-bottom: 20px;
  }

  .custom-bullets li {
    line-height: 1.6;
    font-size: 1.3rem;
  }

  .bullet-points-container {
    padding: 40px;
  }

  .about-copy {
    font-size: 1.3rem;
  }

  .know-me-better {
    font-size: 1.3rem;
  }

  .div-block-27 {
    padding-left: 60px;
    padding-right: 60px;
  }
  
  .faq-title {
    font-size: 5rem;
  }

  .contactPage {
    margin-bottom: 50px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 680px) {
  .who-am-i {
    display: none;
  }

  .contactPage {
    font-size: 3rem;
  }

  .menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .landing-div {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .landing-title {
    font-size: 3rem;
  }

  .landing-subtitle {
    font-size: 2rem;
  }

  .product-container {
    padding: 0;
    flex-direction: column;
  }

  .product-image {
    order: 2;
    padding: 0;
  }

  .product-description {
    padding: 0;
    max-width: 80%;
    margin-bottom: 20px;
  }
  .product-description h2 {
    text-align: center;
  }

  .product-description p {
    text-align: justify;
  }

  .circular-gradient {
    transform: translateX(0px);
    bottom: -250px;
    opacity: 65%;
  }

  .accordion {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}