/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.sour-gummy-pino {
  font-family: "Sour Gummy", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

html {
  background: none;
  overflow: auto;
  height: 100%;
}

body {
  background: rgb(255 255 255);
  color: rgb(0, 0, 0);
  overflow-x: hidden;
  background-color: #bffeff;
}

iframe {
  border-radius: 25px;
}

a {
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

p {
  cursor: default;
}

* {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  text-decoration: none;
  font-family: "Sour Gummy", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  gap: 20px;
}

.header-logo-wrapper {
  width: 100px;
}

.img-header {
  width: 100%;
}

.header-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  list-style: none;
  font-size: 1.9em;
}

.content-wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fbfbdb;
}

/****************************************/
.fix-button-buy {
  position: fixed;
  bottom: 35px;
  right: 35px;
  padding: 8px 10px;
  background-color: rgb(231 0 12 / 76%);
  color: rgb(255 255 255);
  border: 2px solid #dddddd54;
  border-radius: 10px;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 1.2em;
}

.fix-button-up {
  width: 40px;
  position: fixed;
  bottom: 35px;
  right: 35px;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
  background-color: rgb(255 255 255 / 0%);
}

.fix-button-up-img {
  width: 100%;
}

.fix-button-buy a {
  color: aliceblue;
}