

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
    font-family: GothicA1-Regular, Arial, Helvetica, sans-serif;
    font-weight: 100;
}
body{
    width: 100%;
    height: 100%;
    background-color: #fff;
}
a, li, ul{
    text-decoration: none;
    list-style: none;
    color: black;
}
img, svg{
    width: 100%;
}





h1{
    line-height: 1.08349;
    font-weight: 700;
    letter-spacing: -.02em;
    color: #000d10;
    text-align: center;
}
h2{
    line-height: 1.08349;
    font-weight: 600;
    letter-spacing: -.003em;
    max-width: 1200px;
    color: #c5ab63;
}
h3{
    font-size: 1.5em;
    line-height: 1.08349;
    font-weight: 300;
    letter-spacing: -.003em;
    max-width: 1200px;
    text-align: center;
}
@media screen and (max-width: 850px) {
    h1{
        width: 100%;
    }
}
p{
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.4;
    color: #000d10;
}
span.sub{
    font-size: 1.5625vw;
    color: #fff;
}
span.sub5{
    font-size: 2vh;
    color: #fff;
}
span.sub4{
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
span.sub1{
    font-size: 2vh;
    color: black;
}
span.sub2{
    font-size: 16px;
    color: black;
}
span.sub3{
    font-size: 12px;
    color: #959595;
}
span.cred{
    font-size: 1.5vh;
    color: gray;
}
span.strong{
    font-weight: bold;
}
span.title{
    font-weight: 600;
    font-size: 1.8vh;
    color: #666;
}







button{
    border: none;
    background-color: transparent;
}

.button_3{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000d10;
    gap: 1vh;
    padding: 10px;
    transition: all 0.25s;
    border-radius: 55.5555555556rem;
    color: #fff;
}

.button_3:hover{
    background-color: black;
}
.button_3 span{
    color: #fff;
    font-size: 1.65vh;
    line-height: 1.17648;
    font-weight: 700;
    letter-spacing: -.022em;
}
.button_3:hover span,
.button_3:hover i{
    color: #fff;
    fill: #fff;
}
.button_3 i{
    width: 1.75vh;
    font-weight: 700;
}
.button_4{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c5ab63;
    gap: 1vh;
    padding: 10px;
    transition: all 0.25s;
    border-radius: 55.5555555556rem;
}

.button_4:hover{
    background-color: black;
}
.button_4 span{
    color: black;
    font-size: 1.65vh;
    line-height: 1.17648;
    font-weight: lighter;
    letter-spacing: -.022em;
}
.button_4:hover span,
.button_4:hover i{
    color: #fff;
    fill: #fff;
}
.button_4 i{
    width: 1.75vh;
}







.wrapper-cookie{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    z-index: 100;
    border-top: 1px solid #c5ab63;
    padding: 4vh;
    z-index: 1;
  }
  .wrapper-cookie.hide{
    opacity: 0;
    pointer-events: none;
  }
  ::selection{
    color: #fff;
    background: #FCBA7F;
  }
  .wrapper-cookie .content{
    display: flex;
    flex-direction: column;
    gap: 2vh;
    max-width: 100%;
    margin: auto;
  }
  .wrapper-cookie .content header{
    font-size: 25px;
    font-weight: 600;
  }
  .wrapper-cookie .content p{
    color: #858585;
  }
  .wrapper-cookie .content .buttons{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wrapper-cookie .buttons button{
    padding: 10px 20px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    background: #c5ab63;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .wrapper-cookie .buttons button:hover{
    transform: scale(0.97);
  }
  .wrapper-cookie .buttons .item{
    padding: 10px 20px;
  }
  .wrapper-cookie .buttons a{
    color: #c5ab63;
  }
  
  @media screen and (max-width: 900px) {
    .wrapper-cookie .content{
        max-width: 90%;
        margin: auto;
      }
      .wrapper-cookie .content p{
        text-align: start;
      }
}
  


