@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;300;600&display=swap");
.fflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255, 255, 255, 0.2509803922);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.fflex a {
  color: #2c3583;
  font-weight: bold;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 6px;
}
.fflex a img {
  width: 70px;
}

.th {
  background: rgba(0, 200, 0, 0.3);
  padding: 30px;
  border: 1px solid rgba(0, 200, 0, 0.7);
  position: fixed;
  border-radius: 20px;
  text-align: center;
  z-index: 100;
  left: 20px;
  top: 120px;
}

.linksgroup {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 70px;
}

.linksgroup a span {
  opacity: 0.6;
  font-size: 70%;
}

.linksgroup a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: blue;
  text-decoration: none;
  text-align: center;
  background: #fff;
  padding: 20px 10px;
}

.linksgroup a.selected {
  color: white;
  background: blue;
}

.regforminfo {
  margin-top: 50px;
  padding: 20px;
  border: 1px solid rgba(0, 200, 0, 0.5);
  background: rgba(0, 200, 0, 0.1);
}

.required span {
  display: inline-block !important;
  opacity: 1;
  font-weight: bold;
}
.required span:after {
  content: "*";
  color: red;
  margin-left: 5px;
}

.mobilemenu {
  display: none !important;
}

@-webkit-keyframes glitch {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}

@keyframes glitch {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
@-webkit-keyframes move-left {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes move-left {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes move-right {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
}
@keyframes move-right {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
}
@-webkit-keyframes move-left2 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes move-left2 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes breathe {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes breathe {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes breathe_c2 {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes breathe_c2 {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: scale(5);
            transform: scale(5);
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(5);
            transform: scale(5);
  }
}
@keyframes load-circle {
  0% {
    -webkit-transform: scale(5);
            transform: scale(5);
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(5);
            transform: scale(5);
  }
}
@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  75% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}
@keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  75% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}
html, body {
  scroll-behavior: smooth;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background: #eaeaea;
  font-family: "Noto Sans", sans-serif;
}

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  vertical-align: top;
}

header {
  position: fixed;
  z-index: 10;
  width: 100%;
}

nav ul {
  padding-right: 30px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
nav ul li {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
nav ul li a {
  display: block;
  color: black;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 110%;
}
nav ul li a.selected {
  font-weight: bold;
}
nav ul li a:hover {
  -webkit-animation: glitch 0.3s;
          animation: glitch 0.3s;
  color: black;
  text-decoration: none;
}

.logo {
  position: absolute;
  left: 40px;
  top: 20px;
  z-index: 100000;
  height: 82px;
  color: white;
  cursor: pointer;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.logo img {
  width: 110px;
}

.bg_btx {
  pointer-events: none;
  z-index: 1;
  position: fixed;
  opacity: 0.6;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
}
.bg_btx div {
  white-space: nowrap;
  font-size: 45vh;
  font-weight: bold;
  color: #555;
  opacity: 0.1;
  pointer-events: none;
  line-height: 0.75;
}

.mbody {
  height: auto;
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
}

.line1 {
  -webkit-animation: move-left 40s infinite;
          animation: move-left 40s infinite;
}

.line2 {
  -webkit-animation: move-right 120s infinite;
          animation: move-right 120s infinite;
}

.line3 {
  -webkit-animation: move-left2 80s infinite;
          animation: move-left2 80s infinite;
}

h2 {
  font-weight: 100;
}

.circle {
  z-index: 3;
  background: #000;
  border-radius: 100%;
}
.circle:hover .circle_shadow {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.circle:hover .date_rotate {
  opacity: 1;
}

.big {
  margin-top: 120px;
  margin-left: 200px;
  -webkit-animation: breathe 3s infinite;
          animation: breathe 3s infinite;
  width: 45vw;
  height: 45vw;
}
.big .label {
  position: absolute;
  bottom: 120px;
  right: -200px;
  color: black;
  z-index: 10;
}
.big .label h2 {
  color: rgb(50, 112, 174);
}
.big .circle_shadow {
  -webkit-box-shadow: 0px 0px 79px 31px rgb(50, 112, 174);
  box-shadow: 0px 0px 79px 31px rgb(50, 112, 174);
}

.circle_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 3;
  background: #000;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.circle_body video {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c2 {
  margin-top: 30px;
  margin-left: 70%;
  -webkit-animation: breathe_c2 200s infinite;
          animation: breathe_c2 200s infinite;
  width: 20vw;
  height: 20vw;
}
.c2 .label {
  position: absolute;
  bottom: 30px;
  right: 100px;
  color: black;
  width: 20vw;
  z-index: 10;
  font-size: 80%;
}
.c2 .label h2 {
  color: rgb(199, 80, 94);
}
.c2 .circle_shadow {
  -webkit-box-shadow: 0px 0px 79px 31px rgb(199, 80, 94);
          box-shadow: 0px 0px 79px 31px rgb(199, 80, 94);
}

.c3 {
  margin-top: 30px;
  margin-left: 30%;
  -webkit-animation: breathe 20s infinite;
          animation: breathe 20s infinite;
  width: 30vw;
  height: 30vw;
}
.c3 .label {
  position: absolute;
  bottom: 30px;
  right: 100px;
  color: black;
  width: 20vw;
  z-index: 10;
  font-size: 80%;
}
.c3 .label h2 {
  color: rgb(110, 174, 42);
}
.c3 .circle_shadow {
  -webkit-box-shadow: 0px 0px 79px 31px rgb(110, 174, 42);
  box-shadow: 0px 0px 79px 31px rgb(110, 174, 42);
}

.c4 {
  -webkit-animation: breathe 20s infinite;
          animation: breathe 20s infinite;
  width: 14vw;
  height: 14vw;
  margin-top: 30px;
  margin-left: 70%;
}
.c4 .label {
  position: absolute;
  bottom: 30px;
  right: 100px;
  color: black;
  width: 20vw;
  z-index: 10;
  font-size: 80%;
}
.c4 .label h2 {
  color: rgb(50, 112, 174);
}
.c4 .circle_shadow {
  -webkit-box-shadow: 0px 0px 79px 31px rgb(50, 112, 174);
  box-shadow: 0px 0px 79px 31px rgb(50, 112, 174);
}

.c5 {
  -webkit-animation: breathe 20s infinite;
          animation: breathe 20s infinite;
  width: 24vw;
  height: 24vw;
  margin-top: 30px;
  margin-left: 30%;
  margin-bottom: 300px;
}
.c5 .label {
  position: absolute;
  bottom: 30px;
  right: 100px;
  color: black;
  width: 20vw;
  z-index: 10;
  font-size: 80%;
}
.c5 .label h2 {
  color: rgb(199, 80, 94);
}
.c5 .circle_shadow {
  -webkit-box-shadow: 0px 0px 79px 31px rgb(199, 80, 94);
  box-shadow: 0px 0px 79px 31px rgb(199, 80, 94);
}

.circle_shadow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 100%;
}

.selected a {
  color: rgb(14, 114, 181);
}

.date_rotate {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-animation: rot 40s linear infinite;
          animation: rot 40s linear infinite;
  width: 126%;
  left: -13%;
  height: 20px;
  color: black;
  opacity: 0;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  z-index: 100;
}

.black_loading {
  background: white !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 10000;
  height: 100%;
}

.circleload {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  top: 50%;
  border: 1px solid black;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation: load-circle 3s linear infinite;
          animation: load-circle 3s linear infinite;
}
.circleload:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.circleload:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.circleload:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.circleload:nth-child(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  z-index: 45;
  border-radius: 100px;
  pointer-events: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  background: rgba(255, 255, 255, 0.3);
  mix-blend-mode: difference;
  background: rgb(255, 255, 255);
}

.node {
  position: fixed;
  width: 40px;
  height: 40px;
  z-index: 40;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 100px;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  mix-blend-mode: difference;
}

:root {
  font-size: 20px;
  --red: #da2c4d;
  --yellow: #f8ab37;
  --green: #2ecc71;
  --white: #ffffff;
  --grey-light: #f2f7f9;
  --grey: #263287;
  --black: #080808;
  --black-blue: #1f2029;
  --black-blue-light: #353746;
  --black-blue-light-2: #404255;
  --black-blue-light-3: #4b4d64;
  --black-light: #424455;
}

/* #Progress
================================================== */
.progress-wrap {
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgb(0, 200, 0);
          box-shadow: inset 0 0 0 2px rgb(0, 200, 0);
  z-index: 10000;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--grey);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* #Cursor
================================================== */
.cursor,
.cursor2,
.cursor3 {
  position: fixed;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: -100px;
  top: 50%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.cursor {
  background-color: #000;
  z-index: 99999;
  height: 0;
  width: 0;
}

.cursor2, .cursor3 {
  height: 46px;
  width: 46px;
  z-index: 99998;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cursor2.hover,
.cursor3.hover {
  -webkit-transform: scale(1.4) translateX(-35%) translateY(-35%);
  transform: scale(1.4) translateX(-35%) translateY(-35%);
  border: none;
}

.cursor2.hover {
  background: rgba(255, 255, 255, 0.1);
}

.cursor2.hover .progress-wrap {
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0);
          box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0);
}

.cursor2.hover .progress-wrap svg.progress-circle path {
  opacity: 0.4;
}

.navbar-brand {
  height: 35px;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 3;
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-brand::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 70px;
  opacity: 1;
  z-index: -1;
  background-image: linear-gradient(160deg, var(--black-blue-light-3), var(--black-blue-light));
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
          animation: border-transform 10s linear infinite alternate forwards;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.navbar-brand img {
  padding: 7px 0;
  height: 100%;
  width: auto;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
section {
  margin-right: 20px;
  max-width: 100vw;
}

.fix {
  position: fixed;
  left: 40px;
  top: 145px;
  width: 250px;
  background: rgba(0, 0, 0, 0.1254901961);
  border: rgba(0, 0, 0, 0.2509803922);
  font-size: 80%;
  padding: 20px;
  color: black;
}

form {
  color: black;
  font-size: 90%;
  padding-right: 10vw;
  text-align: justify;
}
form .formcontent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
form .formcontent .group .flex {
  margin-top: 20px;
}
form .formcontent .group .flex label {
  margin-bottom: 20px;
}
form .formcontent .group .flex input {
  width: 20px;
}
form label {
  display: block;
  opacity: 0.6;
  font-size: 70%;
  margin-bottom: -10px;
}
form label span {
  color: black;
  display: block;
  font-size: 120%;
}
form input,
form textarea {
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 16px 20px;
  border-radius: 5px;
  background: #444;
  outline: none;
  border: none;
  width: 100%;
}
form input:focus,
form textarea:focus {
  color: black !important;
  background: rgb(0, 205, 193);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 205, 193)), color-stop(99%, rgb(224, 255, 0)));
  background: linear-gradient(90deg, rgb(0, 205, 193) 0%, rgb(224, 255, 0) 99%);
}
form button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 30px;
  font-size: 120%;
  padding: 30px;
  border: none;
  background: rgb(200, 200, 200);
  cursor: pointer;
}
form button:hover {
  background: rgb(0, 205, 193);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 205, 193)), color-stop(99%, rgb(224, 255, 0)));
  background: linear-gradient(90deg, rgb(0, 205, 193) 0%, rgb(224, 255, 0) 99%);
}
form .grs {
  margin-bottom: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.main {
  margin-top: 10vh;
  margin-left: 30vw;
}
.main h1 {
  font-weight: lighter;
  font-size: 500%;
  color: black;
  margin: 0;
  padding: 0;
}
.main h1 span {
  display: inline-block;
  background: #91B4CF;
  background: -webkit-gradient(linear, left top, right top, from(#738AFF), to(#53CF3A));
  background: linear-gradient(to right, #738AFF 0%, #53CF3A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 300px 10px 300px;
  grid-template-rows: 300px 300px;
  gap: 10px;
}
.main .list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.main .list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.main .list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.main .list > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.main .list > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.main .list > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.main .list:hover > div {
  opacity: 0.5;
}
.main .list:hover > div:hover {
  opacity: 1;
}
.main .list:hover > div:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.main .list > div {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  padding: 20px;
}
.main .list > div .info {
  -webkit-transition: 1s;
  transition: 1s;
  font-size: 70%;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
}
.main .list > div:nth-child(1) {
  background: url("../images/y1.png") no-repeat right bottom #fff;
  background-size: 60px;
}
.main .list > div:nth-child(2) {
  background: url("../images/y2.png") no-repeat right bottom #fff;
  background-size: 60px;
}
.main .list > div:nth-child(3) {
  background: url("../images/y3.png") no-repeat right bottom #fff;
  background-size: 60px;
}
.main .list > div:nth-child(4) {
  background: url("../images/y4.png") no-repeat right bottom #fff;
  background-size: 60px;
}
.main .list > div:nth-child(5) {
  background: url("../images/y5.png") no-repeat right bottom #fff;
  background-size: 60px;
}
.main .list > div:nth-child(6) {
  background: url("../images/y6.png") no-repeat right bottom #fff;
  background-size: 60px;
}
.main .list > div span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: black;
  display: block;
  font-size: 130%;
}

.copyright {
  padding: 30px;
  font-size: 80%;
}

.contact {
  min-height: 500px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px;
}

.juri_table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
.juri_table .name {
  font-weight: bold;
}
.juri_table .firm,
.juri_table .position {
  font-size: 80%;
  color: rgba(0, 0, 0, 0.7);
}
.juri_table .face {
  text-align: center;
}
.juri_table .face:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.juri_table .face img {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  width: 100%;
  height: auto;
  border-radius: 100%;
}

.listreg {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 300px 10px 300px;
  grid-template-rows: 300px 300px;
  gap: 10px;
}

.listreg > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.listreg > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.listreg > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.listreg > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.listreg > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.listreg > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.listreg:hover > a {
  opacity: 0.5;
}
.listreg:hover > a:hover {
  opacity: 1;
}
.listreg:hover > a:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.listreg > a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  padding: 20px;
  color: black !important;
}
.listreg > a .info {
  -webkit-transition: 1s;
  transition: 1s;
  font-size: 70%;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
}
.listreg > a span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: black;
  display: block;
  font-size: 130%;
}

.about {
  margin-bottom: 50px;
  margin-left: 30vw;
}
.about h1 {
  padding-top: 50px;
  font-weight: lighter;
  font-size: 500%;
  color: black;
  margin: 0;
}
.about h1 span {
  display: inline-block;
  background: #CFE7fA;
  background: -webkit-gradient(linear, left top, right top, from(#738AFF), to(#53CF3A));
  background: linear-gradient(to right, #738AFF 0%, #53CF3A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .text_zone {
  max-height: 60vh;
  overflow: auto;
  color: black;
  margin-right: 10vw;
  text-align: justify;
  padding-right: 20px;
  font-size: 90%;
  min-height: 200px;
}
.about .text_zone a {
  color: #263287;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.about .text_zone a:hover {
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(0, 0, 0);
}

.banner {
  margin-top: 180px;
}
.banner img {
  width: calc(100% - 30px);
  height: auto;
  margin-left: 15px;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .cursor, .cursor2, .cursor3 {
    display: none !important;
  }
  .mobilemenu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background: linear-gradient(45deg, #738AFF 0%, #53CF3A 100%);
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    right: 20px;
    gap: 5px;
    top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobilemenu div {
    height: 2px !important;
    width: 23px;
    background: #fff;
    margin-right: 6px;
    border-radius: 100px;
  }
  .mobilemenu div:nth-child(2) {
    width: 15px;
  }
  .mobilemenu div:nth-child(3) {
    width: 20px;
  }
  .line1, .line2, .line3 {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    opacity: 0 !important;
  }
  .mob nav {
    opacity: 1;
    pointer-events: all;
    width: 220px;
  }
  nav {
    -webkit-transition: 1s;
    transition: 1s;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: absolute;
    right: 0;
    top: 110px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 400px;
    opacity: 0;
    width: 0vw;
    overflow: hidden;
    pointer-events: none;
  }
  nav ul {
    width: 220px;
    padding: 0;
    margin: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav ul li {
    white-space: nowrap;
    text-align: right;
  }
  .logo {
    left: 20px !important;
  }
  .logo img {
    height: 80px;
    width: auto;
  }
  .banner {
    margin-top: 120px;
    padding: 20px !important;
  }
  .banner img {
    width: 100% !important;
    border-radius: 10px;
    margin: 0 !important;
  }
  .copyright {
    text-align: center;
    font-size: 70%;
  }
  .main, .about {
    margin: 0 !important;
    padding: 20px !important;
  }
  .main h1, .about h1 {
    padding-top: 100px !important;
    font-size: 200%;
    font-weight: normal;
  }
  .main h1 span, .about h1 span {
    font-weight: normal;
  }
  .main {
    margin-top: 0px !important;
  }
  .fix {
    width: 100%;
    position: static;
    margin: 20px 0 10px 0;
    border-radius: 10px;
  }
  form {
    padding: 0 !important;
  }
  form .formcontent {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .list, .listreg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .list > div, .listreg > div {
    height: auto !important;
  }
  .list > div .info, .listreg > div .info {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    display: block !important;
    position: static !important;
    margin-bottom: 70px;
  }
  .list > a, .listreg > a {
    height: auto !important;
  }
  .list > a .info, .listreg > a .info {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    display: block !important;
    position: static !important;
    margin-bottom: 70px;
  }
  .main h1 {
    padding: 0 !important;
  }
  .text_zone {
    min-height: 60vh !important;
  }
  .about .text_zone {
    font-size: 80%;
    padding: 0 !important;
    height: auto !important;
    margin-right: 0 !important;
    overflow: auto !important;
  }
}