.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 10px;
  line-height: 2.2;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
}

a {
  color: #fff;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.cursor {
  z-index: 2147483647;
  pointer-events: none;
  border-radius: 1000px;
  width: 100px;
  height: 100px;
  display: none;
  position: fixed;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 5px #0003;
}

.blur-layer {
  filter: url('../images/');
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: inherit;
  position: absolute;
  inset: 0%;
}

.glass-tint {
  border-radius: inherit;
  background-color: #7b29ff80;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.global_padding_0 {
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  max-width: 100vw;
  min-height: 30px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.page-wrapper {
  width: 100%;
  position: relative;
}

.grids {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.container {
  max-width: 1440px;
  padding: 2rem;
}

.in {
  background-color: #fffc;
  border-radius: 1000px;
  width: 60px;
  height: 60px;
}

.in.s {
  background-color: #070707;
  width: 30px;
  height: 30px;
  top: 36%;
  right: 18%;
}

.body {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.7;
}

.contact-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #f1f1f1;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  list-style-type: none;
  display: grid;
}

.logo-m {
  height: 40px;
}

.navbar {
  background-color: #0000;
}

.background-wrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.contents {
  z-index: 10;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  padding: 2rem;
  display: flex;
  position: relative;
}

.text {
  color: #fff;
  mix-blend-mode: screen;
}

.section {
  max-width: 100%;
}

@media screen and (min-width: 1280px) {
  .global_padding_0 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .global_padding_0 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grids {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contents {
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 10px;
  }

  .contact-list {
    height: 100%;
  }

  .contents {
    justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  .global_padding_0 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grids {
    grid-template-columns: 1fr;
  }

  .contents {
    justify-content: flex-end;
    align-items: stretch;
  }
}

#w-node-bebe1b05-8cd7-d3c6-f95d-c1dc40a12c6c-f36dcb7b {
  grid-area: 1 / 2 / 2 / 6;
}


