@font-face {
  font-family: "Niveau Grotesk";
  src: url("../fonts/NiveauGroteskRegular.otf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Niveau Grotesk";
  src: url("../fonts/NiveauGroteskMedium.otf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Niveau Grotesk";
  src: url("../fonts/NiveauGroteskBold.otf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Niveau Grotesk";
  src: url("../fonts/NiveauGroteskBlack.otf") format("truetype");
  font-weight: 900;
}
.containerIndex {
  height: calc(100vh - 100px);
  width: 100%;
  overflow: hidden;
  position: relative;
}
.containerIndex .img {
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
}
.containerIndex .img1 {
  background-repeat: repeat, no-repeat;
  background-position: top center;
  background-size: auto;
  background-color: rgb(204, 158, 204);
  color: #000000;
  background-image: url("../assets/bgrndPage.jpg");
  background-repeat: no-repeat, repeat;
  background-position: top center;
  background-size: cover;
}
.containerIndex .img2 {
  bottom: 0;
  top: unset;
  display: flex;
  justify-content: center;
}
.containerIndex .img2 img {
  max-width: 100%;
  width: 100%;
  margin-left: -60px;
}
.containerIndex .img3 {
  display: none;
  z-index: -1;
  width: 80vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, 0);
}
.containerIndex .main {
  z-index: 5;
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containerIndex .main .links {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.containerIndex .main .links a {
  margin: 10px 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1900px) {
  .containerIndex .logo img {
    max-height: 21.96vh;
  }
  .containerIndex .links img {
    height: 15.64vh;
  }
}
@media screen and (min-width: 821px) and (max-height: 840px) {
  .containerIndex .logo img {
    max-height: 18.96vh;
  }
  .containerIndex .links img {
    height: 12.64vh;
  }
}
@media screen and (max-width: 820px) {
  .containerIndex .logo img {
    max-height: 22vh;
    width: unset !important;
    max-width: 80vw;
  }
  .containerIndex .logo img {
    width: 30vw;
    min-width: 240px;
  }
}
@media screen and (max-width: 620px) {
  .containerIndex .img2 {
    display: none;
  }
  .containerIndex .img3 {
    display: block;
  }
}
@media screen and (max-width: 380px) {
  .containerIndex .links img {
    min-width: 110px;
  }
}
.container {
  width: 100%;
  min-height: calc(100vh - 200px);
  display: flex;
  justify-content: center;
  background-repeat: no-repeat, no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: rgb(204, 158, 204);
  color: #000000;
  background-image: url("../assets/bgrndPage.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: top;
}
.container .main {
  margin-top: 50px;
  width: 100%;
  max-width: 1090px;
  padding: 0 62px;
  position: relative;
  z-index: 2;
}

.form {
  margin-top: 53px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form .formBody {
  width: 100%;
  max-width: 425px;
}

.textBelowRegistration {
  color: black;
  font-size: 21px;
  font-weight: bold;
  margin: 20px 0 51px 0;
}

.section1 h2 {
  font-size: 33px;
  text-align: center;
  line-height: 1.4;
  margin-top: clamp(60px, 8vw, 141px);
  margin-bottom: 60px;
}

.section4 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.section4 .section4-img {
  display: flex;
  justify-content: center;
}
.section4 > div {
  width: 100%;
  max-width: 680px;
}
.section4 .grids {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section4 .grids .grid:last-child div:first-child {
  position: relative;
  right: 52px;
}
@media screen and (max-width: 820px) {
  .section4 .grids .grid:last-child div:first-child {
    right: 35px;
  }
}
.section4 .grids .grid:last-child div:first-child img:last-child {
  width: clamp(42px, 8vw, 141px);
}
.section4 .dropdown {
  width: 372px;
  position: relative;
}
.section4 .dropdown .dp-btn {
  padding: 8px 12px;
  background-color: black;
  transition: background-color 0.6s ease;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section4 .dropdown .dp-btn h4 {
  width: 100%;
  font-weight: 900;
  font-size: 32px;
  text-align: center;
}
.section4 .dropdown .dp-btn:hover {
  background-color: black;
}
.section4 .dropdown .arrow {
  height: 32px;
  width: 100%;
  position: relative;
  padding-right: 30px;
}
.section4 .dropdown .arrow span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 18px 14px;
  border-color: transparent transparent black transparent;
}
.section4 .dropdown .list {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 0;
  transform: translateY(100%);
  background-color: #fff;
  color: #46aae1;
  transition: max-height 0.6s ease;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.section4 .dropdown .list-inner {
  padding-top: 12px;
  padding-left: 30px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section4 .dropdown .list p {
  font-size: 28px;
  font-weight: 500;
}
.section4 .dropdown.active {
  z-index: 5;
}
.section4 .dropdown.active .list {
  height: auto;
  max-height: 30vh;
}
@media screen and (max-width: 980px) {
  .section4 .dropdown {
    width: 240px;
  }
  .section4 .dropdown .list-inner {
    padding-left: 18px;
  }
  .section4 .dropdown .arrow {
    padding-right: 18px;
  }
  .section4 .dropdown .dp-btn {
    padding: 6px 8px;
  }
  .section4 .dropdown .dp-btn h4 {
    font-size: 22px;
  }
  .section4 .dropdown .list p {
    font-size: 20px;
  }
}
@media screen and (max-width: 580px) {
  .section4 .dropdown {
    width: 200px;
  }
  .section4 .dropdown .list-inner {
    padding-left: 10px;
  }
  .section4 .dropdown .arrow {
    padding-right: 10px;
  }
  .section4 .dropdown .dp-btn h4 {
    font-size: 18px;
  }
  .section4 .dropdown .list p {
    font-size: 16px;
  }
}
.section4 .grid {
  display: grid;
  grid-template-columns: 50% 54%;
  margin-top: 40px;
  gap: 20px;
}
.section4 .grid h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 20px;
}
.section4 .grid p {
  font-size: 28px;
  font-weight: 500;
  color: black;
}
.section4 .grid h2 p {
  font-weight: 900;
}

.section5 {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.section5 > div {
  width: 100%;
  max-width: 970px;
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section5 .info {
  background-color: #f4d34d;
  padding: 12px 24px;
}
.section5 .info p {
  font-size: 34px;
  font-weight: 900;
}
.section5 .moreInfo {
  margin-top: 70px;
  margin-bottom: 70px;
}
.section5 .moreInfo .title,
.section5 .moreInfo .content,
.section5 .moreInfo .dots,
.section5 .moreInfo .more {
  font-weight: 500;
  font-size: 19px;
}
.section5 .moreInfo .content {
  margin: 40px 0;
}
.section5 .moreInfo .content p {
  font-weight: 500;
}
.section5 .moreInfo .more {
  margin-top: 10px;
  text-transform: uppercase;
}
.section5 .info-img1 {
  margin-top: 68px;
}
.section5 .info-img2 {
  margin: 48px 0;
}
.section5 .info-img2 img {
  width: 800px;
}
.section5 h1,
.section5 h2,
.section5 h3,
.section5 h4,
.section5 h5,
.section5 h6,
.section5 p,
.section5 a,
.section5 li,
.section5 td {
  font-size: 19px;
  font-weight: 500;
  color: #000000;
  font-family: "Niveau Grotesk";
}
@media screen and (max-width: 1281px) {
  .section5 h1,
  .section5 h2,
  .section5 h3,
  .section5 h4,
  .section5 h5,
  .section5 h6,
  .section5 p,
  .section5 a,
  .section5 li,
  .section5 td {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  .section5 h1,
  .section5 h2,
  .section5 h3,
  .section5 h4,
  .section5 h5,
  .section5 h6,
  .section5 p,
  .section5 a,
  .section5 li,
  .section5 td {
    font-size: 12px;
  }
}

.more {
  cursor: pointer;
}

.content-hidden {
  display: none;
}

#contentHidden0 table {
  border-collapse: collapse;
}
#contentHidden0 table,
#contentHidden0 th,
#contentHidden0 td {
  border: 1px solid;
}
#contentHidden0 td {
  padding: 2px;
}

@media screen and (max-width: 1020px) {
  .section5 .info-img2 img {
    width: 100%;
  }
  .section4 {
    margin-top: 120px;
  }
  .section4 .grid {
    display: grid;
    grid-template-columns: 24vw 1fr;
    margin-top: 40px;
  }
  .section4 .grid img {
    width: 24vw;
  }
  .section4 .grid h2 {
    font-size: 3.2vw;
  }
  .section4 .grid p {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 820px) {
  .section4 {
    margin-top: 100px;
  }
  .section4 .section4-img img {
    width: 80%;
  }
  .section4 .grid {
    display: grid;
    grid-template-columns: 28vw 1fr;
    margin-top: 40px;
  }
  .section4 .grid img {
    width: 28vw;
  }
  .section4 .grid h2 {
    font-size: 3.8vw;
  }
  .section4 .grid p {
    font-size: 2.8vw;
  }
  .section5 .info-img1 img {
    width: 100%;
  }
  .section5 > div {
    padding: 0 40px;
  }
  .section5 .moreInfo {
    max-width: 95%;
  }
  .content-hidden {
    overflow-x: auto;
  }
}
@media screen and (max-width: 680px) {
  .container .main {
    padding: 0 32px;
  }
  .section5 > div {
    padding: 0 5px;
  }
}
@media screen and (max-width: 580px) {
  .container .main {
    padding: 0 12px;
  }
  .section4 .grid {
    display: grid;
    grid-template-columns: 120px 1fr;
    margin-top: 40px;
  }
  .section4 .grid img {
    width: 120px;
  }
  .section4 .grid h2 {
    font-size: 18px;
  }
  .section4 .grid p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .content-hidden {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 420px) {
  .section5 .info p {
    font-size: 24px;
  }
}
.form-element {
  margin-bottom: 10px;
}

.form-element input {
  font-family: "Niveau Grotesk" !important;
}

.form-element input::-moz-placeholder {
  font-family: "Niveau Grotesk" !important;
}

.form-element input::placeholder {
  font-family: "Niveau Grotesk" !important;
}

.form-element input,
.form-element input:active,
.form-element input:focus {
  display: block;
  margin: 0;
  padding: 0;
  border: 2px solid transparent;
  box-shadow: none;
  outline: none;
  background-color: black;
  font-size: 20px;
  color: white;
  font-family: "Niveau Grotesk";
  padding: 10px;
  height: 58px;
  width: 100%;
}

.form-element input::-moz-placeholder {
  color: white;
}

.form-element input::placeholder {
  color: white;
}

.form-element-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-element-wrapper .form-element:nth-child(1) {
  width: 41%;
  padding-right: 1.3%;
}

.form-element-wrapper .form-element:nth-child(2) {
  width: 59%;
  padding-left: 1.3%;
}

.btn-red,
.btn-red:active,
.btn-red:focus {
  display: block;
  color: #fff;
  background-color: black;
  border: none;
  font-size: 35px;
  padding: 15px 0;
  font-weight: 800;
  text-align: center;
  width: 100%;
  transition: 0.2s;
  text-transform: uppercase;
  margin: 17px 0;
}

.btn-red:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-red:disabled {
  color: #751c1a;
}

.form-element-rules label {
  font-family: "Niveau Grotesk";
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: black;
  padding-left: 48px;
  margin: 0;
  min-height: 32px;
  padding-top: 10px;
  cursor: pointer;
}

.form-element-rules label a {
  font-family: "Niveau Grotesk";
  display: inline-block;
  color: black;
  text-decoration: underline;
}

.form-element-rules label a:hover {
  color: black;
  text-decoration: none;
}

.form-element-rules {
  margin-bottom: 21px;
}

.form-element-rules input {
  display: none;
}

.form-element-rules label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  transition: border 0.2s;
  border: 3px solid black;
}

.form-element-rules .wpcf7-not-valid label:after {
  border-color: black;
}

.form-element-rules label span:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 34px;
  height: 34px;
  transition: border 0.2s;
  border: 3px solid black;
}

.form-element-rules input:checked + span:after {
  background: url(../assets/icon-checkbox.svg) no-repeat 50%;
  background-size: 20px 20px;
}

.form-element-description {
  font-size: 18px;
  line-height: 1;
  color: #e8151c;
  font-family: "Niveau Grotesk";
  margin-bottom: 21px;
}

.form-element-rules:last-of-type label:after {
  display: none;
}

.form-element-rules-wrapper {
  margin-top: 12px;
}

span.wpcf7-not-valid-tip {
  color: white;
  display: none !important;
  margin-top: 10px;
}
span.wpcf7-not-valid-tip.active {
  display: block !important;
}

.wpcf7-not-valid {
  border-color: #ffb900 !important;
}

.wpcf7-not-valid .wpcf7-list-item .wpcf7-list-item-label::after {
  border-color: #ffb900;
}

.wpcf7-response-output {
  font-family: "Niveau Grotesk" !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-align: center;
  color: white !important;
}

@media screen and (max-width: 420px) {
  .btn-red {
    font-size: 28px;
  }
}
.container-cookie {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px;
}

.section-2c {
  padding: 0 20px;
}
.section-2c table {
  border-collapse: collapse;
}
.section-2c * {
  font-family: "Niveau Grotesk";
}
.section-2c h1, .section-2c h2, .section-2c h3, .section-2c h4, .section-2c h5, .section-2c h6, .section-2c p, .section-2c a, .section-2c li {
  font-size: 19px;
  font-weight: 500;
  color: #000000;
}
.section-2c table, .section-2c th, .section-2c td {
  border: 1px solid;
}
.section-2c td {
  padding: 2px;
  font-size: 19px;
  font-weight: 500;
  color: #000000;
}
.section-2c table {
  overflow-x: auto !important;
  min-width: 800px;
}
@media screen and (max-width: 980px) {
  .section-2c h1, .section-2c h2, .section-2c h3, .section-2c h4, .section-2c h5, .section-2c h6, .section-2c p, .section-2c a, .section-2c li, .section-2c td {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  .section-2c {
    nax-width: 95vw;
    overflow-x: auto;
  }
}

@media screen and (max-width: 600px) {
  .section-2c {
    padding: 0 0px;
  }
}
@media screen and (max-width: 900px) {
  .section-1c {
    font-size: 62px;
  }
}
@media screen and (max-width: 664px) {
  .section-1c {
    font-size: 42px;
  }
}
@media screen and (max-width: 480px) {
  .section-1c {
    font-size: 32px;
  }
  .container-cookie {
    padding: 0 20px;
  }
}
.modal-game {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease 50ms;
  transform: translateX(-100%);
}
.modal-game .close-js {
  position: absolute;
  right: -24px;
  top: -24px;
  cursor: pointer;
}
.modal-game .close-js span {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-game .close-js span svg {
  width: 32px;
  height: 32px;
  opacity: 1;
  transition: opacity 0.6s;
}
.modal-game .close-js span:hover svg {
  opacity: 0.5;
}
@media screen and (max-width: 1280px) {
  .modal-game .close-js {
    right: -19px;
    top: -19px;
  }
  .modal-game .close-js span {
    width: 38px;
    height: 38px;
  }
  .modal-game .close-js span svg {
    width: 24px;
    height: 24px;
  }
}
.modal-game .disc-lv {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  transform: translateY(100%);
  background-color: #fff;
  bottom: 0px;
  left: -7px;
  width: calc(100% + 14px);
  border: 7px solid #539dd9;
  border-top: unset;
  padding: 8px;
}
.modal-game .disc-lv p {
  color: #000;
  z-index: 1;
  font-size: 19px;
  font-weight: 500;
  font-family: "Niveau Grotesk";
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .modal-game .disc-lv p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1130px) {
  .modal-game .disc-lv p {
    font-size: 12px;
  }
}
@media screen and (max-width: 680px) {
  .modal-game .disc-lv p {
    font-size: 14px;
  }
}
.modal-game .game {
  width: 970px;
  height: 970px;
  background-image: url("../assets/bgrndPage.jpg");
  border: 7px solid #539dd9;
  border-bottom: unset;
  position: relative;
}
.modal-game .stage {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.modal-game .stage.active {
  opacity: 1;
  pointer-events: all;
}
.modal-game .stage .stage-grid {
  display: grid;
  grid-template-columns: repeat(4, 213px);
  grid-template-rows: repeat(4, 209px);
  gap: 1px;
  border: 1px solid #539dd9;
  background-color: #539dd9;
  overflow: hidden;
}
.modal-game .stage .stage-grid div {
  width: 100%;
  height: 100%;
  display: block;
}
.modal-game .stage .stage-grid div.active .flip-box .flip-box-inner, .modal-game .stage .stage-grid div.solved .flip-box .flip-box-inner {
  transform: rotateY(180deg);
}
.modal-game .stage .stage-grid div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.modal-game .stage[data-id="0"] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-game .stage[data-id="0"] button {
  cursor: pointer;
  outline: none;
  border: none;
  background-color: #d2201e;
  transition: background-color 0.6s ease;
  font-size: 36px;
  color: #ffffff;
  font-weight: 900;
  font-family: "Niveau Grotesk";
  position: absolute;
  bottom: 144px;
  left: 50%;
  transform: translate(-50%);
  width: 425px;
  height: 62px;
}
.modal-game .stage[data-id="0"] button:hover {
  background-color: #dd302e;
}
.modal-game .stage[data-id="1"] {
  padding: 50px;
}
.modal-game .stage[data-id="2"] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-game .stage[data-id="2"] button {
  cursor: pointer;
  outline: none;
  border: none;
  background-color: #d2201e;
  transition: background-color 0.6s ease;
  font-size: 36px;
  color: #ffffff;
  font-weight: 900;
  font-family: "Niveau Grotesk";
  position: absolute;
  bottom: 144px;
  left: 50%;
  transform: translate(-50%);
  width: 425px;
  height: 62px;
}
.modal-game .stage[data-id="2"] button:hover {
  background-color: #dd302e;
}
@media screen and (min-width: 1080px) and (max-height: 1070px) {
  .modal-game .game {
    width: 40.41vw;
    height: 40.41vw;
  }
  .modal-game .stage .stage-grid {
    grid-template-columns: repeat(4, 8.87vw);
    grid-template-rows: repeat(4, 8.7vw);
  }
  .modal-game .stage[data-id="1"] {
    padding: 2.08vw;
  }
  .modal-game .stage[data-id="0"] button, .modal-game .stage[data-id="2"] button {
    bottom: clamp(22px, 6vw, 144px);
    left: 50%;
    transform: translate(-50%);
    width: clamp(200px, 22.135vw, 425px);
    height: clamp(48px, 3.22vw, 62px);
  }
}
@media screen and (max-width: 1080px) {
  .modal-game .game {
    width: 50.52vw;
    height: 50.52vw;
  }
  .modal-game .stage .stage-grid {
    display: grid;
    grid-template-columns: repeat(4, 11.09vw);
    grid-template-rows: repeat(4, 10.88vw);
  }
  .modal-game .stage[data-id="1"] {
    padding: 2.08vw;
  }
  .modal-game .stage[data-id="0"] button, .modal-game .stage[data-id="2"] button {
    bottom: clamp(22px, 6.5vw, 144px);
    transform: translate(-50%);
    width: clamp(180px, 14vw, 425px);
    height: clamp(42px, 2vw, 62px);
    font-size: 24px;
  }
}
@media screen and (max-width: 680px) {
  .modal-game .game {
    width: 89.81vw;
    height: 89.81vw;
  }
  .modal-game .stage .stage-grid {
    display: grid;
    grid-template-columns: repeat(4, 19.72vw);
    grid-template-rows: repeat(4, 19.35vw);
  }
  .modal-game .stage[data-id="1"] {
    padding: 4vw;
  }
  .modal-game .stage[data-id="0"] button, .modal-game .stage[data-id="2"] button {
    bottom: clamp(22px, 6vw, 144px);
    left: 50%;
    transform: translate(-50%);
    width: clamp(160px, 22.135vw, 425px);
    height: clamp(38px, 3.22vw, 62px);
    font-size: 22px;
  }
}

.on\:game {
  overflow: hidden;
  scrollbar-gutter: stable;
}
.on\:game .modal-game {
  transform: translateX(0%);
  pointer-events: all;
  opacity: 1;
}

:root {
  scrollbar-color: #3A3C44 #42495A !important;
  scrollbar-width: thin !important;
  --bg-01: #000000;
  --bg-02: #000000;
  --bg-03: #000000;
  --hd-01: #000000;
}

*, *::after, *::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Niveau Grotesk";
  font-weight: 400;
  overflow-x: hidden !important;
  color: var(--hd-01);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #46aae1;
}

::-webkit-scrollbar-thumb {
  background: #75bfe7;
}

h1, h2, h3, h4, h5, h6, p, label {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: var(--hd-01);
}

.header-link, .header-link-plus {
  cursor: pointer;
}

header {
  z-index: 30;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.header {
  z-index: 10;
  height: 100px;
  width: 100%;
  background-color: var(--bg-02);
  color: var(--hd-01);
  position: relative;
}
.header > div {
  padding: 0 10vw;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  transition: all 0.3s;
}
.header .mobile {
  display: none;
}
.header li {
  margin: 0 20px;
}
.header a, .header p {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.header .special-lv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  max-height: 62px;
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: center;
}
.header .special-lv p {
  color: #000;
  font-size: 2vw;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .header .special-lv {
    max-height: 48px;
  }
  .header .special-lv p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 980px) {
  .header .special-lv {
    max-height: 32px;
  }
  .header .special-lv p {
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  .header .special-lv {
    max-height: 68px;
  }
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 1620px) {
  .header > div {
    padding: 0 8vw;
  }
  .header li {
    margin: 0 10px;
  }
  .header img {
    width: 150px;
  }
}
@media screen and (max-width: 1080px) {
  .header ul {
    display: none;
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    padding: 8px 30px;
    background: #161616;
  }
  .header ul li {
    margin: 20px 0;
  }
  .header ul.active {
    display: block;
  }
  .header img {
    width: 110px;
  }
  .header .mobile {
    display: block;
  }
  .footer .nav {
    display: none !important;
  }
}
.popup {
  position: fixed;
  bottom: 100px;
  left: -1000px;
  max-width: 800px;
  color: black;
  z-index: 20;
}
.popup::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-clip-path: polygon(3% 0, 94% 0, 93% 100%, 1% 100%);
          clip-path: polygon(3% 0, 94% 0, 93% 100%, 1% 100%);
  left: -13px;
  top: -13px;
}
.popup .btns {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-right: 120px;
}
.popup .content {
  position: relative;
  -webkit-clip-path: polygon(3% 0, 94% 0, 100% 100%, 0 91%);
  clip-path: polygon(3% 0, 94% 0, 93% 100%, 1% 100%);
  z-index: 5;
  padding: 5px 137px 50px 65px;
  background-color: white;
  background-image: url("../assets/popbackg.png");
  background-repeat: repeat, no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .popup .content {
    padding: 5px 50px 50px 36px;
  }
}
.popup.in {
  animation: example 0.8S ease-in-out 0.5s 1 normal forwards;
}
.popup.out {
  left: 5vw;
  animation: example1 0.8S ease-in-out 0.5s 1 normal forwards;
}
.popup .text {
  margin-top: 20px;
}
.popup .text * {
  font-weight: 500;
  font-size: clamp(14px, 1.25vw, 24px);
}
.popup .btn {
  color: #fff;
  padding: 7px 30px;
  background-color: black;
  cursor: pointer;
  font-size: 26px !important;
  font-weight: 900;
  display: inline;
  transition: background-color 0.6s ease;
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}
.popup .btn:hover {
  background-color: black;
}
.popup strong {
  font-weight: 600 !important;
}
.popup a {
  color: #000;
  font-weight: 600 !important;
  cursor: pointer;
}
.popup a:hover {
  text-decoration: underline;
}

@keyframes example {
  from {
    left: -1000px;
  }
  to {
    left: 5vw;
  }
}
@keyframes example1 {
  from {
    left: 5vw;
  }
  to {
    left: -1000px;
  }
}
@media screen and (max-width: 750px) {
  .popup {
    max-width: 90%;
  }
}
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
/* Position the front and back side */
.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
  background-color: #13315c;
  color: black;
}

/* Style the back side */
.flip-box-back {
  background-color: #13315c;
  color: white;
  transform: rotateY(180deg);
}

.wpcf7-spinner {
  display: none !important;
}/*# sourceMappingURL=styles.css.map */