:root {
  --flodeu: #ff0089;
}

body {
  color: #fefefe;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 35px;
  font-size: 22px;
  line-height: 1.5em;
}

.flodeuwrapper {
  color: #171717;
  text-align: center;
  background-color: #fefefe;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding-top: 34px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 960px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.h1 {
  color: var(--flodeu);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.global {
  display: none;
}

.buttonembed {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.modom3 {
  z-index: 9999;
  background-color: #0d0d0d;
  background-image: linear-gradient(#0000, #0c0c0c);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100svh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-container {
  color: #15e260;
  background-color: #fefefe;
  border: 1px solid #0000001a;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 440px;
  height: 60px;
  font-weight: 700;
  position: relative;
}

.slider-container.none {
  display: none;
}

.subhead {
  color: var(--flodeu);
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.line-direction {
  z-index: 0;
  background-image: linear-gradient(#ff00891a, #12d19600);
  width: 50px;
  height: 40px;
  position: absolute;
  inset: 0% auto auto;
}

.linewrapper {
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -1px;
}

.linewrapper.right {
  inset: 0% 1px 0% auto;
}

.line {
  background-image: linear-gradient(180deg, var(--flodeu), #fff0 91%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.line.glow {
  background-image: linear-gradient(180deg, var(--flodeu), #fff0 91%);
  filter: blur(5px);
}

.hero_tag {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fefefe;
  letter-spacing: 1px;
  background-color: #ff0089;
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.tag_icon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon_glowing {
  flex-flow: column;
  display: flex;
  position: relative;
}

.icon_ghost2 {
  z-index: 0;
  -webkit-backdrop-filter: drop-shadow(1px 2px 11px #fff);
  backdrop-filter: drop-shadow(1px 2px 11px #fff);
  width: 16px;
  height: 16px;
  position: relative;
}

.icon_ghost2.glow {
  z-index: 1;
  filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.highlight {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(225deg, red, #a40f0f);
  -webkit-background-clip: text;
  background-clip: text;
}

.highlight.b {
  color: #008e3e;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.div-block {
  background-color: #9898975e;
  width: 1px;
  height: 15px;
}

.paragraph {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.maincontent {
  text-align: left;
  background-color: #fff;
  border: 1px solid #ff0089;
  border-radius: 12px 12px 12px 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 50px 110px;
  display: flex;
  box-shadow: 0 0 30px #0000000d;
}

.bold-text {
  font-size: 32px;
}

.paragraph-2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
}

.div-block-2 {
  font-family: Poppins, sans-serif;
}

.section {
  position: relative;
}

.panda {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.bubble {
  filter: blur(300px);
  pointer-events: none;
  background-color: #240101;
  width: 500px;
  height: 500px;
  position: absolute;
  top: 3px;
}

.bubble.c {
  background-color: #1a1a1a;
  inset: -140px -160px auto auto;
}

.bubble.b {
  background-color: #551c1c;
  inset: auto 0% 0% auto;
}

.lliner {
  z-index: 99;
  background-image: linear-gradient(#0000 4%, #ff00001a 10%, #ff000040 50%, #ff00001a 90%, #fff0 96%);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: auto auto auto 0%;
}

.lliner.bottom {
  background-image: linear-gradient(90deg, #0000, #ff000040 10% 90%, #fff0);
  width: 100%;
  height: 1px;
  inset: auto auto 0%;
}

.lliner.right {
  height: 100%;
  inset: auto 0% auto auto;
}

.lliner.top {
  background-image: linear-gradient(90deg, #0000, #ff000040 10% 90%, #fff0);
  width: 100%;
  height: 1px;
  inset: 0% auto auto;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.btn {
  color: #fefefe;
  letter-spacing: .3px;
  background-image: linear-gradient(135deg, #2a9458, #13a06c);
  border: 2px solid #00ffb2;
  border-radius: 30px;
  max-width: 540px;
  padding: 16px 64px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: underline;
  transition: all .3s;
  position: relative;
  box-shadow: inset 0 0 12px 2px #fff3, 0 0 32px 2px #0f93;
}

.btn:hover {
  transform: scale(1.025);
  box-shadow: inset 0 0 6px 1px #0000003b, 0 0 32px #00ff8870;
}

.container-2 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.header {
  max-width: 900px;
  margin-bottom: 12px;
}

.hint {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #6a6a6b;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 11px;
  line-height: 11px;
  display: none;
}

.videoembed {
  width: 100%;
  overflow: hidden;
}

.hint-link {
  color: #fff;
  font-size: 12px;
  line-height: 1.7;
}

.videowrapper {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffff0d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
  box-shadow: 0 0 30px #ff20201a;
}

.h1-2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}

.h1-2.desktop {
  font-size: 32px;
}

.h1-2.mobile, .code-embed {
  display: none;
}

.text-block {
  color: #898888;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-style: italic;
}

@media screen and (min-width: 1280px) {
  .lliner {
    height: 60svh;
  }

  .lliner.bottom, .lliner.top {
    width: 960px;
  }

  .videowrapper {
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  .hint {
    margin-bottom: 16px;
  }

  .h1-2.desktop {
    font-size: 32px;
  }
}

@media screen and (min-width: 1920px) {
  .lliner {
    height: 55svh;
  }

  .lliner.bottom, .lliner.top {
    width: 1180px;
  }

  .container-2 {
    max-width: 960px;
    padding-top: 48px;
  }

  .h1-2.desktop {
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .flodeuwrapper {
    height: auto;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 44px;
  }

  .subhead {
    font-size: 24px;
    line-height: 1.3em;
  }

  .hero_tag {
    margin-bottom: 32px;
  }

  .maincontent {
    margin-top: 0;
    padding: 24px;
  }

  .panda {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    padding-top: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    margin-bottom: 48px;
  }

  .hint {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    margin-bottom: 12px;
  }

  .buttonembed {
    margin-top: 12px;
  }

  .line-direction {
    height: 70px;
  }

  .maincontent {
    border-bottom-left-radius: 60px;
  }

  .paragraph-2 {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .paragraph-3 {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .container-2 {
    padding-top: 24px;
  }

  .h1-2 {
    font-size: 28px;
  }

  .h1-2.desktop {
    display: none;
  }

  .h1-2.mobile {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    line-height: 44px;
  }

  .modom3 {
    height: auto;
  }

  .subhead {
    margin-bottom: 24px;
  }

  .line-direction {
    height: 36px;
  }

  .hero_tag {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .bubble {
    z-index: -1;
    filter: blur(80px);
    width: 200px;
    height: 200px;
  }

  .bubble.c {
    inset: 36px -88px auto auto;
  }

  .bubble.b {
    inset: auto 0% 25% auto;
  }

  .lliner {
    background-image: linear-gradient(#0000 4%, #ffffff26 50%, #fff0 96%);
    height: 50svh;
  }

  .lliner.bottom, .lliner.top {
    background-image: linear-gradient(90deg, #0000, #ffffff26 10% 90%, #fff0);
    width: 115%;
  }

  .btn {
    border-radius: 15px;
    width: 100%;
    padding: 16px 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .container-2 {
    padding-top: 24px;
  }

  .header {
    margin-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hint {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .videoembed {
    margin-bottom: 0;
  }

  .videowrapper {
    position: relative;
  }

  .h1-2 {
    font-size: 26px;
  }
}


