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

img[src*="tsyndicate.com/api/v1/retargeting/set"] {
  display: none;
}

.container {
  width: 100%;
  height: 100svh;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(400px, 1fr) 1fr;
  position: relative;
}
@media (max-width: 950px) {
  .container {
    grid-template-columns: 1fr;
  }
}
.container #bg {
  z-index: -99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100lvh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1250px) {
  .container #bg {
    -o-object-position: right;
       object-position: right;
  }
}
@media (max-width: 950px) {
  .container #bg {
    -o-object-position: left;
       object-position: left;
  }
}
.container .logo {
  width: 100%;
  max-width: 800px;
  z-index: 2;
  position: absolute;
  top: 2vw;
  right: 0;
}
.container .logo img {
  width: 100%;
}
@media (max-width: 1250px) {
  .container .logo {
    max-width: 600px;
  }
}
@media (max-width: 950px) {
  .container .logo {
    left: 50%;
    transform: translateX(-50%);
  }
}
.container-left {
  width: 100%;
  position: relative;
}
@media (max-width: 950px) {
  .container-left {
    position: absolute;
    height: 100%;
  }
}
@media (max-width: 640px) {
  .container-left {
    width: 150%;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.container-left a {
  position: absolute;
  top: 20px;
  left: 30px;
}
.container-left .character {
  position: absolute;
  width: 200%;
  height: 100%;
  display: flex;
  justify-content: center;
  bottom: 0px;
  left: -40%;
}
@media (max-width: 1530px) {
  .container-left .character {
    bottom: -5%;
    left: -30%;
  }
}
@media (max-width: 1440px) {
  .container-left .character {
    left: -35%;
    bottom: -10%;
  }
}
@media (max-width: 1250px) {
  .container-left .character {
    left: -35%;
    bottom: -15%;
  }
}
@media (max-width: 1150px) {
  .container-left .character {
    left: -35%;
    bottom: -20%;
  }
}
@media (max-width: 1050px) {
  .container-left .character {
    width: 200%;
    left: -40%;
    bottom: -20%;
  }
}
@media (max-width: 950px) {
  .container-left .character {
    width: 100%;
    left: -20%;
    bottom: -25%;
  }
}
@media (max-width: 850px) {
  .container-left .character {
    left: -28%;
    width: 150%;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .container-left .character {
    left: -28%;
    bottom: 0%;
  }
}
@media (max-width: 640px) {
  .container-left .character {
    left: -2%;
    width: 100%;
    bottom: 0%;
  }
}
@media (max-width: 460px) {
  .container-left .character {
    left: -2%;
    bottom: 0%;
  }
}
@media (max-width: 400px) {
  .container-left .character {
    left: -2%;
    bottom: 5%;
  }
}
.container-left .character .character-lead {
  width: 100%;
  height: 100%;
  min-width: 600px;
  max-height: 100vh;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateX(-50%);
}
@media (max-width: 640px) {
  .container-left .character .character-lead {
    bottom: 12%;
  }
}
.container-right {
  height: 100svh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 950px) {
  .container-right {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 850px) {
  .container-right {
    width: 100%;
    height: 100%;
    align-items: center;
  }
}
.container-right-logo {
  height: calc(100% - 420px);
  max-height: 500px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 950px) {
  .container-right-logo {
    height: calc(100% - 360px);
  }
}
@media (max-width: 850px) {
  .container-right-logo {
    width: 80%;
    height: 30%;
    max-height: 280px;
    justify-content: start;
  }
}
@media (max-width: 640px) {
  .container-right-logo {
    width: 100%;
    height: 25%;
    max-height: 200px;
  }
}
@media (max-width: 400px) {
  .container-right-logo {
    width: 80%;
    height: 20%;
    max-height: 150px;
  }
}
.container-right-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 850px) {
  .container-right-logo img {
    width: auto;
    height: 100%;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.container-right-title {
  width: 100%;
  height: 40%;
  display: flex;
  align-items: center;
}
.container-right-title img {
  width: 100%;
}
@media (max-width: 1250px) {
  .container-right-title img {
    width: 100%;
  }
}
@media (max-width: 950px) {
  .container-right-title {
    display: none;
  }
}
.container-right-box {
  width: 100%;
  display: flex;
  justify-content: end;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media (max-width: 850px) {
  .container-right-box {
    justify-content: center;
    padding-left: 12px;
  }
}
.container-right-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border: solid 1px #8e0028;
  border-radius: 8px;
}
@media (max-width: 1250px) {
  .container-right-button {
    flex-direction: column;
  }
}
@media (max-width: 950px) {
  .container-right-button {
    flex-direction: column;
    align-items: center;
  }
}
.container-right-button-img {
  max-width: 400px;
}
.container-right-button-img img {
  width: 100%;
}
@media (max-width: 950px) {
  .container-right-button-img {
    max-width: 350px;
  }
}
.container-right-button-box {
  width: 100%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-right-button-box .warning {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  padding-top: 5px;
}
@media (max-width: 950px) {
  .container-right-button-box .warning {
    font-size: 14px;
    color: #EE00FF;
  }
}

footer {
  position: relative;
  width: 100%;
  font-size: 11px;
  background: #000000;
  color: #fff;
  z-index: 20;
  padding: 10px 0;
  text-align: center;
}

.infobox {
  padding-top: 24px;
  font-size: 12px;
  line-height: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  display: grid;
  grid-auto-flow: column;
  --tw-text-opacity: 1;
  color: #ffffff;
  --tw-bg-opacity: 1;
  background-color: #000000;
  grid-template-rows: auto;
}

.infobox a,
.infobox a:visited,
.infobox a:hover,
.infobox a:active {
  color: white;
  text-decoration: none;
}

.items-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.arrow-icon {
  width: 10px;
  height: 10px;
  margin-right: 2px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='60px' height='80px' viewBox='0 0 80 100' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='%23FFFFFF' stroke-width='10' stroke-linecap='round' stroke-linejoin='round' points='0.375 0.375 45.63 38.087 0.375 75.8 '/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .infobox {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
/* From Uiverse.io by mrhyddenn */
.button {
  width: 100%;
  text-align: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #211A4D;
  cursor: pointer;
  position: relative;
  padding: 8px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  transition: all 0.15s ease;
}

@media (max-width: 950px) {
  .button {
    font-size: 20px;
  }
}
.button::before,
.button::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: calc(50% - 5px);
  border: 1px solid #7D8082;
  transition: all 0.15s ease;
}

.button::before {
  top: 0;
  border-bottom-width: 0;
}

.button::after {
  bottom: 0;
  border-top-width: 0;
}

.button:active,
.button:focus {
  outline: none;
}

.button:active::before,
.button:active::after {
  right: 3px;
  left: 3px;
}

.button:active::before {
  top: 3px;
}

.button:active::after {
  bottom: 3px;
}

.button_lg {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #fff;
  background-color: #211A4D;
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent;
}

@media (max-width: 950px) {
  .button_lg {
    padding: 5px 10px;
  }
}
.button_lg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #0f1923;
}

.button_lg::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  background-color: #0f1923;
  transition: all 0.2s ease;
}

.button_sl {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: #752e3c;
  transform: skew(-15deg);
  transition: all 0.2s ease;
}

.button_text {
  position: relative;
}

.button:hover {
  color: #0f1923;
}

.button:hover .button_sl {
  width: calc(100% + 15px);
}

.button:hover .button_lg::after {
  background-color: #fff;
}/*# sourceMappingURL=style.css.map */