:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.tag-wrapper {
  background-color: #15181d;
  background-image: url('../images/content-bg-shape.svg');
  background-position: 50% 18%;
  background-repeat: no-repeat;
  background-size: 799px;
  width: 100%;
  height: 100%;
  padding: 96px;
  position: relative;
}

.tag-element {
  border: 1px solid rgba(82, 89, 99, .3);
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.tag-vector-1 {
  position: absolute;
  top: -17px;
  bottom: auto;
  left: -17px;
  right: auto;
}

.tag-vector-2 {
  position: absolute;
  top: -17px;
  bottom: auto;
  left: auto;
  right: -17px;
}

.tag-vector-3 {
  position: absolute;
  top: auto;
  bottom: -22px;
  left: -17px;
  right: auto;
}

.tag-vector-4 {
  position: absolute;
  top: auto;
  bottom: -22px;
  left: auto;
  right: -17px;
}

.tag-line-1 {
  border-bottom: 1px solid rgba(82, 89, 99, .3);
  border-right: 1px solid rgba(82, 89, 99, .3);
  width: 97px;
  height: 97px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.tag-line-2 {
  border-bottom: 1px solid rgba(82, 89, 99, .3);
  border-left: 1px solid rgba(82, 89, 99, .3);
  width: 97px;
  height: 97px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.tag-line-3 {
  border-top: 1px solid rgba(82, 89, 99, .3);
  border-right: 1px solid rgba(82, 89, 99, .3);
  width: 97px;
  height: 97px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.tag-line-4 {
  border-top: 1px solid rgba(82, 89, 99, .3);
  border-left: 1px solid rgba(82, 89, 99, .3);
  width: 97px;
  height: 97px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tag-canvas {
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(1);
}

.logo-wrapper {
  max-width: 50px;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.tag-content-wrapper {
  width: 100%;
  max-width: 1100px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.tag-content-text-1 {
  z-index: 2;
  color: #ced1dc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 66px;
  font-weight: 600;
  line-height: 110%;
  position: relative;
}

.tag-content-shape {
  z-index: 1;
  width: 800px;
  display: none;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.tag-content-text-2 {
  z-index: 2;
  color: #ced1dc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  position: relative;
}

.tag-content-text-wrap {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .tag-wrapper {
    padding: 65px;
  }

  .tag-line-1, .tag-line-2, .tag-line-3, .tag-line-4 {
    width: 66px;
    height: 66px;
  }

  .logo-wrapper {
    top: 10px;
  }

  .tag-content-text-1 {
    font-size: 40px;
    font-weight: 600;
  }

  .tag-content-shape {
    width: 451px;
  }

  .tag-content-text-2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    width: 100vw;
    height: 100vh;
  }

  .tag-canvas {
    width: 125%;
    height: 125%;
    transform: scale(.8);
  }

  .tag-content-text-1, .tag-content-text-2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    background-color: #15181d;
  }

  .section {
    height: 97vh;
  }

  .tag-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .tag-line-1, .tag-line-2, .tag-line-3, .tag-line-4 {
    width: 26px;
  }

  .tag-content-wrapper {
    top: 50%;
  }

  .tag-content-text-1 {
    font-size: 32px;
  }

  .tag-content-shape {
    width: 200px;
  }

  .tag-content-text-2 {
    font-size: 20px;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}