/* COMMON */
  /*html { font-size: calc((0.5vw + 0.5vh) / 2); height: 100%; }*/

  html { font-size: 16px; }

  :root {
    --c-green: #05330A;
    --c-salad: #BAF94B;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    position: relative;
    margin: 0;
    height: 100%;
    color: #fff;
    font-weight: 400;
    font-family: "Century-Gothic-Paneuropean", Arial, sans-serif;
    line-height: 1.09;
    background: #000;
    overflow-y: auto;
  }

  .mob { display: none !important; }

  body::-webkit-scrollbar { width: 0; }

  b { font-weight: 700; }

  s { text-decoration: none; }

  main {
    display: block;
    position: relative;
    width: 100%;
  }

  picture { display: block; }

  picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
   }

  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  h1, h2, h3, h4, h5, h6 { font-weight: 400; }

  a { color: inherit; text-decoration: none; }

  a:hover { color: inherit; text-decoration: underline; }

  p a { font-size: inherit; }

  .hidden {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: 0;
    outline: 0;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
    poMontserrat-events: none;
    z-index: -9999;
  }

  .c-gold {
    background: linear-gradient(90deg, #a87f36 0%, #f8d490 37.5%, #f8d490 59.5%, #a87f36 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .btns { display: flex; align-items: center; }

  .btns-center { justify-content: center; }

  .button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 18px 16px;
    width: 550px;
    height: 152px;
    text-decoration: none;
    border: 1px solid #FEF3B7;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
  }

  .button:hover { padding: 0; text-decoration: none; border: 0; }

  .button.big { height: 180px; }

  .button b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #000;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.1;
    text-align: center;
    background: linear-gradient(90deg, #a87f36 0%, #f8d490 37.5%, #f8d490 59.5%, #a87f36 100%);
  }

  .button.big b { font-size: 85px; }
/* COMMON */

/*@media (max-width: 1920px) {
  .button {
    padding: 1.125rem 1rem;
    width: 34.375rem;
    height: 9.5rem;
    border-width: 0.0625rem;
  }

  .button.big { height: 11.25rem; }

  .button b { font-size: 3rem; }

  .button.big b { font-size: 5.3125rem; }
}

@media (max-width: 1080px) {
  html { font-size: 1vw; }

  .mob { display: block !important; }
  .desk { display: none !important; }

  .btn { padding: 8px; font-size: 14px; }
}

@media (max-width: 640px) {
  html { font-size: 1.48148vw; }
}

@media (orientation: landscape) and (max-width: 1920px) {
  html { font-size: 0.875vh; }
}*/
