body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #0d0d0d;
  color: #fff; }

.landing {
  position: relative;
  background: url("../images/background-desktop.png") no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .landing {
      min-height: auto;
      background: url("../images/background-mobile.png") no-repeat top center;
      background-size: cover; } }
  @media screen and (min-width: 768px) and (min-height: 900px) {
    .landing {
      min-height: calc(100dvh - 40px); } }
  .landing .wrapper {
    width: 100%;
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .landing .wrapper {
        width: auto;
        padding: 0 40px; } }
    .landing .wrapper header {
      text-align: center;
      padding: 30px 0 40px; }
      .landing .wrapper header img {
        width: 320px; }
        @media screen and (max-width: 768px) {
          .landing .wrapper header img {
            width: 180px; } }
    .landing .wrapper .card-container {
      display: flex;
      flex-direction: column;
      gap: 34px;
      max-width: 1200px;
      margin: 0 auto 80px; }
      @media screen and (min-width: 1400px) {
        .landing .wrapper .card-container {
          padding: 0 24px; } }
      @media screen and (max-width: 767px) {
        .landing .wrapper .card-container {
          margin-bottom: 40px; } }
      .landing .wrapper .card-container .card {
        position: relative;
        display: flex;
        color: white;
        text-decoration: none;
        height: 155px;
        padding: 0 20px; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .landing .wrapper .card-container .card {
            height: 130px; } }
        @media screen and (max-width: 767px) {
          .landing .wrapper .card-container .card {
            height: fit-content;
            padding: 20px 30px 34px; } }
        .landing .wrapper .card-container .card-wrapper {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%;
          margin: 0 auto; }
          @media screen and (max-width: 767px) {
            .landing .wrapper .card-container .card-wrapper {
              flex-direction: column; } }
        .landing .wrapper .card-container .card .icon-cherry, .landing .wrapper .card-container .card .icon-horseshoe, .landing .wrapper .card-container .card .icon-dice {
          display: none; }
          @media screen and (min-width: 1440px) {
            .landing .wrapper .card-container .card .icon-cherry, .landing .wrapper .card-container .card .icon-horseshoe, .landing .wrapper .card-container .card .icon-dice {
              display: block; } }
        .landing .wrapper .card-container .card-williamhill {
          background-color: rgba(0, 0, 0, 0.6);
          /* sfondo nero/grigio scuro */
          border: 1px solid #DAC797;
          /* bordo verde acceso */
          border-radius: 20px;
          box-shadow: 0 0 20px #DAC797; }
          .landing .wrapper .card-container .card-williamhill strong {
            color: #DAC797; }
          .landing .wrapper .card-container .card-williamhill .icon-cherry {
            position: absolute;
            height: 180px;
            width: auto;
            bottom: -38px;
            left: -138px; }
        .landing .wrapper .card-container .card-888 {
          background-color: rgba(0, 0, 0, 0.6);
          /* sfondo nero/grigio scuro */
          border: 1px solid #7FFF00;
          /* bordo verde acceso */
          border-radius: 20px;
          box-shadow: 0 0 20px #7FFF00; }
          .landing .wrapper .card-container .card-888 strong {
            color: #7FFF00; }
          .landing .wrapper .card-container .card-888 .icon-dice {
            position: absolute;
            height: 180px;
            width: auto;
            bottom: -70px;
            right: -116px; }
        .landing .wrapper .card-container .card-unibet {
          background-color: rgba(0, 0, 0, 0.6);
          /* sfondo nero/grigio scuro */
          border: 1px solid #3BA936;
          /* bordo verde acceso */
          border-radius: 20px;
          box-shadow: 0 0 20px #3BA936; }
          .landing .wrapper .card-container .card-unibet strong {
            color: #3BA936; }
          .landing .wrapper .card-container .card-unibet .icon-horseshoe {
            position: absolute;
            width: 120px;
            height: auto;
            bottom: -15px;
            left: -74px; }
          .landing .wrapper .card-container .card-unibet .card-content {
            flex-grow: 1; }
        .landing .wrapper .card-container .card-logo {
          height: 80px;
          width: auto;
          border-right: 1px solid rgba(255, 255, 255, 0.8);
          padding-right: 40px;
          padding-top: 16px;
          padding-bottom: 16px; }
          @media screen and (max-width: 767px) {
            .landing .wrapper .card-container .card-logo {
              display: block;
              width: 100%;
              height: 40px;
              border-right: 0;
              border-bottom: 1px solid rgba(255, 255, 255, 0.8);
              padding-bottom: 12px;
              padding-right: 0;
              padding-top: 0;
              margin-bottom: 12px; } }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .landing .wrapper .card-container .card-logo {
              height: 50px;
              padding-right: 20px;
              padding-top: 18px;
              padding-bottom: 18px; } }
        .landing .wrapper .card-container .card-content {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 70px; }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .landing .wrapper .card-container .card-content {
              gap: 14px; } }
          @media screen and (max-width: 767px) {
            .landing .wrapper .card-container .card-content {
              flex-direction: column;
              align-items: flex-start;
              gap: 8px; } }
          .landing .wrapper .card-container .card-content div {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
            @media screen and (max-width: 767px) {
              .landing .wrapper .card-container .card-content div {
                flex-direction: row;
                gap: 8px; } }
            .landing .wrapper .card-container .card-content div strong {
              font-size: 60px;
              font-weight: 800; }
              @media screen and (max-width: 1024px) {
                .landing .wrapper .card-container .card-content div strong {
                  font-size: 34px; } }
        .landing .wrapper .card-container .card .card-arrow {
          display: inline-block;
          border-left: 1px solid rgba(255, 255, 255, 0.8);
          padding-left: 40px;
          padding-top: 24px;
          padding-bottom: 24px; }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .landing .wrapper .card-container .card .card-arrow {
              height: 50px;
              padding-left: 20px;
              padding-top: 18px;
              padding-bottom: 18px; } }
          @media screen and (max-width: 767px) {
            .landing .wrapper .card-container .card .card-arrow {
              height: 26px;
              border-left: 0;
              padding: 0;
              position: absolute;
              bottom: 14px;
              right: 0; } }
      .landing .wrapper .card-container .disclaimer {
        font-size: 14px;
        line-height: 1.2; }
        @media screen and (max-width: 768px) {
          .landing .wrapper .card-container .disclaimer {
            display: none; } }
  .landing .footer {
    width: 100%;
    height: 120px;
    background-color: #000;
    border-top: 2px solid #00FFFF; }
    @media screen and (max-width: 768px) {
      .landing .footer {
        height: auto;
        padding: 0 0 20px; } }
    @media screen and (min-width: 768px) and (min-height: 900px) {
      .landing .footer {
        position: fixed;
        bottom: 0; } }
    .landing .footer-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 1200px;
      margin: 0 auto; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .landing .footer-wrapper {
          padding: 0 40px; } }
      @media screen and (max-width: 767px) {
        .landing .footer-wrapper {
          flex-direction: column-reverse;
          margin: 0 36px;
          padding: 14px 0; } }
      .landing .footer-wrapper p, .landing .footer-wrapper a {
        color: #fff;
        font-size: 16px;
        line-height: 1.2; }
        @media screen and (max-width: 767px) {
          .landing .footer-wrapper p, .landing .footer-wrapper a {
            font-size: 12px; } }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .landing .footer-wrapper p, .landing .footer-wrapper a {
            font-size: 14px; } }
      .landing .footer-wrapper--left p {
        margin-bottom: 20px; }
        @media screen and (max-width: 1024px) {
          .landing .footer-wrapper--left p {
            margin-bottom: 12px; } }
      .landing .footer-wrapper--left .icons {
        display: flex;
        align-items: center;
        gap: 20px; }
        @media screen and (max-width: 767px) {
          .landing .footer-wrapper--left .icons {
            justify-content: space-between;
            gap: 15px; } }
        .landing .footer-wrapper--left .icons img {
          height: 40px;
          width: auto;
          margin-bottom: 0; }
          @media screen and (max-width: 1024px) {
            .landing .footer-wrapper--left .icons img {
              height: 25px; } }
          .landing .footer-wrapper--left .icons img:first-child {
            height: 23px; }
            @media screen and (max-width: 1024px) {
              .landing .footer-wrapper--left .icons img:first-child {
                height: 18px; } }
      .landing .footer-wrapper--right {
        display: flex;
        flex-direction: column;
        align-items: flex-end; }
        @media screen and (max-width: 767px) {
          .landing .footer-wrapper--right {
            width: 100%;
            flex-direction: row;
            justify-content: space-between; } }
        .landing .footer-wrapper--right a {
          text-decoration: underline; }
    .landing .footer img {
      max-width: 260px;
      margin-bottom: 0.5rem; }
      @media screen and (max-width: 767px) {
        .landing .footer img {
          max-width: 138px;
          margin-bottom: 0; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .landing .footer img {
          max-width: 180px; } }

/*# sourceMappingURL=main.css.map */
