@font-face {
  font-family: Graphik Web;
  font-weight: 300;
  font-display: swap;
  src: url(fonts/GraphikLC-Light.woff2)
}

@font-face {
  font-family: Graphik Web;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/GraphikLC-Regular.woff2)
}

@font-face {
  font-family: Graphik Web;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/GraphikLC-Medium.woff2)
}

#under2__static {
  font-family: Graphik Web, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-font-feature-settings: "kern" 1;
  font-feature-settings: "kern";
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-size: 16px
}

#under2__static,
#under2__static body,
#under2__static html {
  scroll-behavior: smooth
}

#under2__static h1,
#under2__static h2,
#under2__static h3 {
  font-family: Graphik Web, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  letter-spacing: 0;
  color: inherit
}

#under2__static p {
  padding-bottom: inherit
}

#under2__static,
#under2__static :root {
  --cubeWidth: 150px;
  --cubeHeight: 15px;
  --flatPurple: #6f44f1;
  --edgePurpleDark: linear-gradient(0deg, #4f41ab, #2f2472);
  --edgePurpleLight: linear-gradient(180deg, #bfb7f2, #7848ec);
  --flatGreen: #1cc283;
  --edgeGreenDark: linear-gradient(0deg, #22926f, #22926f);
  --edgeGreenLight: linear-gradient(180deg, #c1e7d7, #31af79);
  --edgeGreenLightReverse: linear-gradient(0deg, #c1e7d7, #31af79)
}

#under2__static .platform-animation {
  transform-origin: top;
  transform: scale(.6)
}

@media (min-width:768px) {
  #under2__static .platform-animation {
    transform: scale(.8)
  }
}

#under2__static .platform-card {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin-left: 1rem;
  margin-right: 1rem
}

@media (min-width:768px) {
  #under2__static .platform-card {
    position: fixed;
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    --transform-translate-y: 50%;
    bottom: calc(50% - 84px);
    width: 41.67%
  }
}

@media (min-width:1024px) {
  #under2__static .platform-card {
    width: 43.75%;
    max-width: 630px
  }
}

#under2__static .cube {
  transform: rotateX(240deg) rotate(45deg) rotateY(-90deg) rotate(0deg);
  transform-style: preserve-3d
}

#under2__static .cube,
#under2__static .cube>*,
#under2__static .sides>* {
  width: var(--cubeHeight);
  height: var(--cubeWidth)
}

#under2__static .cube .sides>* {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: .75
}

#under2__static .cube-flat {
  transform: rotateX(240deg) rotate(45deg) rotateY(-90deg)
}

#under2__static .cube-vert {
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transform: rotateX(60deg) rotateY(0) rotate(225deg)
}

#under2__static .cube-vert-spin {
  -webkit-animation: cube-vert-spin 1s ease-in-out forwards;
  animation: cube-vert-spin 1s ease-in-out forwards
}

@-webkit-keyframes cube-vert-spin {
  0% {
    transform: rotateX(60deg) rotateY(0) rotate(225deg)
  }

  to {
    transform: rotateX(60deg) rotateY(0) rotate(-135deg)
  }
}

@keyframes cube-vert-spin {
  0% {
    transform: rotateX(60deg) rotateY(0) rotate(225deg)
  }

  to {
    transform: rotateX(60deg) rotateY(0) rotate(-135deg)
  }
}

#under2__static .cube-vert .front {
  transform: rotateY(-90deg) rotate(90deg) translateZ(calc(var(--cubeWidth)/2))
}

#under2__static .cube-vert-flip {
  transform: rotateX(60deg) rotateY(180deg) rotate(225deg)
}

#under2__static .cube-vert-flip-spin {
  -webkit-animation: cube-vert-flip-spin 1s ease-in-out forwards;
  animation: cube-vert-flip-spin 1s ease-in-out forwards
}

@-webkit-keyframes cube-vert-flip-spin {
  0% {
    transform: rotateX(60deg) rotateY(180deg) rotate(225deg)
  }

  to {
    transform: rotateX(60deg) rotateY(180deg) rotate(-135deg)
  }
}

@keyframes cube-vert-flip-spin {
  0% {
    transform: rotateX(60deg) rotateY(180deg) rotate(225deg)
  }

  to {
    transform: rotateX(60deg) rotateY(180deg) rotate(-135deg)
  }
}

#under2__static .cube-vert-flip .front {
  transform: rotateY(-90deg) rotate(-90deg) translateZ(calc(var(--cubeWidth)/2))
}

#under2__static .sides {
  transform-style: preserve-3d
}

#under2__static .left {
  background-image: var(--edgePurpleDark);
  transform: rotateY(0deg) translateZ(calc(var(--cubeWidth)/2))
}

#under2__static .right {
  background-image: var(--edgePurpleLight);
  transform: rotateY(-180deg) translateZ(calc(var(--cubeWidth)/2))
}

#under2__static .back,
#under2__static .front {
  width: var(--cubeWidth);
  height: var(--cubeWidth)
}

#under2__static .back {
  background: var(--flatPurple);
  transform: rotateY(90deg) rotate(-90deg) translateZ(calc((var(--cubeWidth)/2 - var(--cubeHeight))*-1))
}

#under2__static .front {
  background: var(--flatPurple);
  border: 2px solid hsla(0, 0%, 100%, .2);
  transform: rotateY(-90deg) rotate(-90deg) translateZ(calc(var(--cubeWidth)/2))
}

#under2__static .top {
  background-image: var(--edgePurpleLight);
  transform: rotateX(90deg) translateZ(calc(var(--cubeWidth)/2))
}

#under2__static .bottom {
  background-image: var(--edgePurpleDark);
  transform: rotateX(-90deg) translateZ(calc(var(--cubeWidth)/2))
}

#under2__static .cube-green .left {
  background-image: var(--edgeGreenDark)
}

#under2__static .cube-green .right,
#under2__static .cube-vert.cube-green .left {
  background-image: var(--edgeGreenLightReverse)
}

#under2__static .cube-green .back,
#under2__static .cube-green .front {
  background: var(--flatGreen)
}

#under2__static .cube-green .top {
  background-image: var(--edgeGreenLight)
}

#under2__static .cube-green .bottom,
#under2__static .cube-vert.cube-green .top {
  background-image: var(--edgeGreenDark)
}

#under2__static .cube-clear .back,
#under2__static .cube-clear .bottom,
#under2__static .cube-clear .front,
#under2__static .cube-clear .right,
#under2__static .cube-clear .top {
  background: none
}

#under2__static .edge-flash {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 20%;
  background: linear-gradient(45deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5))
}

#under2__static .green-light {
  mix-blend-mode: multiply;
  background: linear-gradient(90deg, rgba(0, 228, 161, 0), #00e4a1)
}

#under2__static .multiply {
  mix-blend-mode: multiply
}

#under2__static .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%
}

#under2__static .embed-container embed,
#under2__static .embed-container iframe,
#under2__static .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#under2__static .under2_button {
  display: inline-flex;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: .3s;
  --bg-opacity: 1;
  background-color: #1cc283;
  background-color: rgba(28, 194, 131, var(--bg-opacity));
  --text-opacity: 1;
  color: #160d4f;
  color: rgba(22, 13, 79, var(--text-opacity));
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
  padding: .5rem .75rem;
  border-radius: .5rem;
  font-family: Graphik Web, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

@media (min-width:1024px) {
  @apply py-3 px-4
}

#under2__static .under2_button:hover {
  --bg-opacity: 1;
  background-color: #00e4a1;
  background-color: rgba(0, 228, 161, var(--bg-opacity))
}

#under2__static .under2_button:focus {
  --bg-opacity: 1;
  background-color: #008a61;
  background-color: rgba(0, 138, 97, var(--bg-opacity))
}

#under2__static .hero-background {
  background: linear-gradient(180deg, #fff, #f7f7f8 50%, #f3f3f5)
}

#under2__static .hero-background-reverse {
  background: linear-gradient(0deg, #fff, #f7f7f8 50%, #f3f3f5)
}

#under2__static .lead-start {
  background: linear-gradient(180deg, #fff, #f7f7f8)
}

#under2__static .results-background {
  background: linear-gradient(180deg, #2a206a, #61579d)
}

#under2__static .container {
  width: 100%;
  max-width: none
}

@media (min-width:1440px) {
  #under2__static .container {
    max-width: 1440px
  }
}

#under2__static .svg-scale>svg {
  transform: scale(1.05)
}

#under2__static .path-wh-full>svg path,
#under2__static .svg-wh-full>svg {
  width: 100%;
  height: 100%
}

#under2__static .svg-w-full>svg {
  width: 100%;
  height: auto
}

#under2__static .svg-h-full>svg {
  height: 130%;
  width: auto
}

#under2__static .curve-cards svg {
  width: 100%;
  height: auto;
  transform: scale(1.8)
}

@media (min-width:768px) {
  #under2__static .curve-cards svg {
    width: 100%;
    margin-top: 0;
    transform: scale(1)
  }
}

#under2__static .curve-cards-placeholders>div {
  position: absolute;
  left: -2.5%;
  height: 35.2%;
  width: 36%
}

@media (min-width:768px) {
  #under2__static .curve-cards-placeholders>div {
    height: 24.2%;
    width: 20.19%
  }
}

#under2__static .curve-cards-placeholders .ccp-1 {
  transform: translateY(97%) translateX(-10%)
}

@media (min-width:768px) {
  #under2__static .curve-cards-placeholders .ccp-1 {
    transform: translateY(0)
  }
}

#under2__static .curve-cards-placeholders .ccp-2 {
  transform: translateY(136%) translateX(95%)
}

@media (min-width:768px) {
  #under2__static .curve-cards-placeholders .ccp-2 {
    transform: translateY(102%)
  }
}

#under2__static .curve-cards-placeholders .ccp-3 {
  transform: translateY(169%) translateX(201.3%)
}

@media (min-width:768px) {
  #under2__static .curve-cards-placeholders .ccp-3 {
    transform: translateY(135%) translateX(105.3%)
  }
}

#under2__static .curve-cards-placeholders .ccp-pl-desktop {
  display: none
}

@media (min-width:768px) {
  #under2__static .curve-cards-placeholders .ccp-pl-desktop {
    display: block;
    transform: translateY(32%) translateX(105.3%)
  }
}

#under2__static .curve-cards-placeholders .ccp-4 {
  display: none
}

@media (min-width:768px) {
  #under2__static .curve-cards-placeholders .ccp-4 {
    display: block;
    transform: translateY(173.5%) translateX(209.6%)
  }
}

#under2__static .curve-cards-placeholders .ccp-5 {
  display: none
}

@media (min-width:768px) {
  #under2__static .curve-cards-placeholders .ccp-5 {
    display: block;
    transform: translateY(205.5%) translateX(314.9%)
  }
}

#under2__static .curve-cards-placeholders .ccp-pl-mobile {
  display: block;
  transform: translateY(33%) translateX(95%)
}

@media (min-width:768px) {
  #under2__static .curve-cards-placeholders .ccp-pl-mobile {
    display: none
  }
}

#under2__static,
#under2__static :root {
  --neuDark: 19, 14, 62;
  --neuLight: 56, 44, 133;
  --neuPadding: 16%
}

#under2__static .square {
  position: relative
}

#under2__static .square:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#under2__static .square>.square-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

#under2__static .neumorphic {
  padding: var(--neuPadding);
  background: linear-gradient(-45deg, rgba(23, 18, 59, .15), rgba(64, 54, 128, .15));
  box-shadow: 12px 12px 24px 0 rgba(var(--neuDark), .5), inset 3px 3px 8px 0 rgba(var(--neuLight), .9), inset -3px -3px 8px 0 rgba(var(--neuDark), .5), -12px -12px 24px 0 rgba(var(--neuLight), .6)
}

#under2__static .neumorphic--pressed {
  background: linear-gradient(45deg, rgba(23, 18, 59, .15), rgba(64, 54, 128, .15));
  box-shadow: inset 6px 6px 10px 0 rgba(var(--neuDark), .5), 3px 3px 8px 0 rgba(var(--neuLight), .9), -3px -3px 8px 0 rgba(var(--neuDark), .5), inset -6px -6px 10px 0 rgba(var(--neuLight), .6)
}

#under2__static .globe {
  background: radial-gradient(circle at 100px 100px, rgba(var(--neuLight), 1), rgba(var(--neuDark), 1))
}

#under2__static .globe-lines-paths {
  fill: none;
  stroke-dasharray: 3;
  stroke-width: 2;
  stroke-linejoin: round
}

#under2__static .globe-lines-masks {
  fill: none;
  stroke-width: 3;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000
}

#under2__static .globe-single {
  transform: scale(1.2) translateY(-5px);
  mix-blend-mode: multiply
}

#under2__static .clock-tick {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center;
  display: flex;
  justify-content: center;
  align-items: flex-start
}

#under2__static .clock-tick-inner {
  border-radius: 9999px;
  --bg-opacity: 1;
  background-color: #2a206a;
  background-color: rgba(42, 32, 106, var(--bg-opacity));
  width: 2px;
  height: calc(var(--neuPadding) - 8%);
  margin-top: 4%
}

@media (min-width:1024px) {
  #under2__static .clock-tick-inner {
    width: 4px
  }
}

#under2__static .experience-background {
  width: 14vw;
  height: 36vw;
  position: fixed;
  left: 50%;
  bottom: -20vw;
  border-radius: 13px;
  transform: rotate(59deg) skew(0deg, -26deg) translateZ(0)
}

#under2__static,
#under2__static :root {
  --cardHeight: 392px;
  --cardWidth: 250px
}

#under2__static .card {
  background: linear-gradient(0, #403191, #46399b, #5f57ae)
}

#under2__static .card,
#under2__static .card-clear {
  width: var(--cardWidth);
  height: var(--cardHeight)
}

#under2__static .card-small {
  width: calc(var(--cardWidth)*0.4);
  height: calc(var(--cardHeight)*0.4);
  border-radius: 6px
}

#under2__static .card-dark,
#under2__static .card-dark-background {
  background: linear-gradient(180deg, #46399b, #2a206a 60%, #46399b 65%, #46399b)
}

#under2__static .card-code {
  background: linear-gradient(100deg, #4429ab, #20194f 50%);
  opacity: .75;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px)
}

#under2__static .card-purple {
  background: linear-gradient(0, #403191, #46399b, #5f57ae)
}

#under2__static .card-green {
  background: linear-gradient(-100deg, #00e4a1, #1cc283)
}

#under2__static .chip {
  border-radius: .25rem;
  background: linear-gradient(180deg, #f1f0fa, #c0bcd6);
  box-shadow: inset 1px 1px 1px 0 hsla(0, 0%, 100%, .125), -1px -1px 2px 0 rgba(23, 18, 59, .5), 1px 1px 1px 0 hsla(0, 0%, 100%, .125), inset -1px -1px 1px 0 rgba(23, 18, 59, .5);
  width: 17.5%;
  height: 15.6%;
  margin-left: 49%;
  margin-top: 15%
}

#under2__static .panels {
  top: 35%;
  left: -3.5rem;
  right: -2rem;
  bottom: 12%
}

@media (min-width:768px) {
  #under2__static .panels {
    left: -6.5rem;
    right: .4rem
  }
}

#under2__static .panel {
  box-shadow: inset 2px 2px 1px 0 hsla(0, 0%, 100%, .1), 12px 12px 6px 0 rgba(23, 18, 59, .125)
}

#under2__static .panel-1 {
  background: linear-gradient(100deg, #4429ab, #20194f 50%)
}

#under2__static .panel-2 {
  background: linear-gradient(-100deg, #4429ab, #20194f 50%)
}

#under2__static .testimonial-shadow {
  box-shadow: 6px 6px 3px 0 rgba(23, 18, 59, .05), 12px 12px 6px 0 rgba(23, 18, 59, .025), 24px 24px 12px 0 rgba(23, 18, 59, .0125)
}

#under2__static .testimonial-shadow-reverse {
  box-shadow: -6px 6px 3px 0 rgba(23, 18, 59, .05), -12px 12px 6px 0 rgba(23, 18, 59, .025), -24px 24px 12px 0 rgba(23, 18, 59, .0125)
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
#under2__static html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

#under2__static body {
  margin: 0
}

#under2__static main {
  display: block
}

#under2__static h1 {
  font-size: 2em;
  margin: .67em 0
}

#under2__static hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

#under2__static pre {
  font-family: monospace, monospace;
  font-size: 1em
}

#under2__static a {
  background-color: transparent
}

#under2__static abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

#under2__static b,
#under2__static strong {
  font-weight: bolder
}

#under2__static code,
#under2__static kbd,
#under2__static samp {
  font-family: monospace, monospace;
  font-size: 1em
}

#under2__static small {
  font-size: 80%
}

#under2__static sub,
#under2__static sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

#under2__static sub {
  bottom: -.25em
}

#under2__static sup {
  top: -.5em
}

#under2__static img {
  border-style: none
}

#under2__static button,
#under2__static input,
#under2__static optgroup,
#under2__static select,
#under2__static textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

#under2__static button,
#under2__static input {
  overflow: visible
}

#under2__static button,
#under2__static select {
  text-transform: none
}

#under2__static [type=button],
#under2__static [type=reset],
#under2__static [type=submit],
#under2__static button {
  -webkit-appearance: button
}

#under2__static [type=button]::-moz-focus-inner,
#under2__static [type=reset]::-moz-focus-inner,
#under2__static [type=submit]::-moz-focus-inner,
#under2__static button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

#under2__static [type=button]:-moz-focusring,
#under2__static [type=reset]:-moz-focusring,
#under2__static [type=submit]:-moz-focusring,
#under2__static button:-moz-focusring {
  outline: 1px dotted ButtonText
}

#under2__static fieldset {
  padding: .35em .75em .625em
}

#under2__static legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

#under2__static progress {
  vertical-align: baseline
}

#under2__static textarea {
  overflow: auto
}

#under2__static [type=checkbox],
#under2__static [type=radio] {
  box-sizing: border-box;
  padding: 0
}

#under2__static [type=number]::-webkit-inner-spin-button,
#under2__static [type=number]::-webkit-outer-spin-button {
  height: auto
}

#under2__static [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

#under2__static [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

#under2__static ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

#under2__static details {
  display: block
}

#under2__static summary {
  display: list-item
}

#under2__static [hidden],
#under2__static template {
  display: none
}

#under2__static blockquote,
#under2__static dd,
#under2__static dl,
#under2__static figure,
#under2__static h1,
#under2__static h2,
#under2__static h3,
#under2__static h4,
#under2__static h5,
#under2__static h6,
#under2__static hr,
#under2__static p,
#under2__static pre {
  margin: 0
}

#under2__static button {
  background-color: transparent;
  background-image: none;
  padding: 0
}

#under2__static button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

#under2__static fieldset {
  margin: 0;
  padding: 0
}

#under2__static ol,
#under2__static ul {
  list-style: none;
  margin: 0;
  padding: 0
}

#under2__static html {
  font-family: Graphik Web, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5
}

#under2__static *,
#under2__static :after,
#under2__static :before {
  box-sizing: border-box;
  border: 0 solid
}

#under2__static hr {
  border-top-width: 1px
}

#under2__static img {
  border-style: solid
}

#under2__static textarea {
  resize: vertical
}

#under2__static input::-moz-placeholder,
#under2__static textarea::-moz-placeholder {
  color: #a0aec0
}

#under2__static input:-ms-input-placeholder,
#under2__static textarea:-ms-input-placeholder {
  color: #a0aec0
}

#under2__static input::-ms-input-placeholder,
#under2__static textarea::-ms-input-placeholder {
  color: #a0aec0
}

#under2__static input::placeholder,
#under2__static textarea::placeholder {
  color: #a0aec0
}

#under2__static [role=button],
#under2__static button {
  cursor: pointer
}

#under2__static table {
  border-collapse: collapse
}

#under2__static h1,
#under2__static h2,
#under2__static h3,
#under2__static h4,
#under2__static h5,
#under2__static h6 {
  font-size: inherit;
  font-weight: inherit
}

#under2__static a {
  color: inherit;
  text-decoration: inherit
}

#under2__static button,
#under2__static input,
#under2__static optgroup,
#under2__static select,
#under2__static textarea {
  padding: 0;
  line-height: inherit;
  color: inherit
}

#under2__static code,
#under2__static kbd,
#under2__static pre,
#under2__static samp {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

#under2__static audio,
#under2__static canvas,
#under2__static embed,
#under2__static iframe,
#under2__static img,
#under2__static object,
#under2__static svg,
#under2__static video {
  display: block;
  vertical-align: middle
}

#under2__static img,
#under2__static video {
  max-width: 100%;
  height: auto
}

#under2__static .bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

#under2__static .bg-gray-100 {
  --bg-opacity: 1;
  background-color: #f7f7f8;
  background-color: rgba(247, 247, 248, var(--bg-opacity))
}

#under2__static .bg-orange-200 {
  --bg-opacity: 1;
  background-color: #feebc8;
  background-color: rgba(254, 235, 200, var(--bg-opacity))
}

#under2__static .bg-green-300 {
  --bg-opacity: 1;
  background-color: #00e4a1;
  background-color: rgba(0, 228, 161, var(--bg-opacity))
}

#under2__static .bg-green-500 {
  --bg-opacity: 1;
  background-color: #1cc283;
  background-color: rgba(28, 194, 131, var(--bg-opacity))
}

#under2__static .bg-blue-100 {
  --bg-opacity: 1;
  background-color: #ebf8ff;
  background-color: rgba(235, 248, 255, var(--bg-opacity))
}

#under2__static .bg-purple-100 {
  --bg-opacity: 1;
  background-color: #f1f0fa;
  background-color: rgba(241, 240, 250, var(--bg-opacity))
}

#under2__static .bg-purple-200 {
  --bg-opacity: 1;
  background-color: #dad8e8;
  background-color: rgba(218, 216, 232, var(--bg-opacity))
}

#under2__static .bg-purple-600 {
  --bg-opacity: 1;
  background-color: #2a206a;
  background-color: rgba(42, 32, 106, var(--bg-opacity))
}

#under2__static .bg-purple-700 {
  --bg-opacity: 1;
  background-color: #160d4f;
  background-color: rgba(22, 13, 79, var(--bg-opacity))
}

#under2__static .bg-pink-200 {
  --bg-opacity: 1;
  background-color: #fed7e2;
  background-color: rgba(254, 215, 226, var(--bg-opacity))
}

#under2__static .hover\:bg-green-300:hover {
  --bg-opacity: 1;
  background-color: #00e4a1;
  background-color: rgba(0, 228, 161, var(--bg-opacity))
}

#under2__static .focus\:bg-green-700:focus {
  --bg-opacity: 1;
  background-color: #008a61;
  background-color: rgba(0, 138, 97, var(--bg-opacity))
}

#under2__static .group:hover .group-hover\:bg-green-300 {
  --bg-opacity: 1;
  background-color: #00e4a1;
  background-color: rgba(0, 228, 161, var(--bg-opacity))
}

#under2__static .focus-within\:bg-green-700:focus-within {
  --bg-opacity: 1;
  background-color: #008a61;
  background-color: rgba(0, 138, 97, var(--bg-opacity))
}

#under2__static .bg-opacity-50 {
  --bg-opacity: 0.5
}

#under2__static .bg-opacity-75 {
  --bg-opacity: 0.75
}

#under2__static .bg-top {
  background-position: top
}

#under2__static .bg-cover {
  background-size: cover
}

#under2__static .border-transparent {
  border-color: transparent
}

#under2__static .border-white {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity))
}

#under2__static .border-orange-500 {
  --border-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--border-opacity))
}

#under2__static .border-green-300 {
  --border-opacity: 1;
  border-color: #00e4a1;
  border-color: rgba(0, 228, 161, var(--border-opacity))
}

#under2__static .border-green-500 {
  --border-opacity: 1;
  border-color: #1cc283;
  border-color: rgba(28, 194, 131, var(--border-opacity))
}

#under2__static .border-blue-500 {
  --border-opacity: 1;
  border-color: #4299e1;
  border-color: rgba(66, 153, 225, var(--border-opacity))
}

#under2__static .border-purple-100 {
  --border-opacity: 1;
  border-color: #f1f0fa;
  border-color: rgba(241, 240, 250, var(--border-opacity))
}

#under2__static .border-purple-300 {
  --border-opacity: 1;
  border-color: #c0bcd6;
  border-color: rgba(192, 188, 214, var(--border-opacity))
}

#under2__static .border-purple-400 {
  --border-opacity: 1;
  border-color: #61579d;
  border-color: rgba(97, 87, 157, var(--border-opacity))
}

#under2__static .border-pink-500 {
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity))
}

#under2__static .border-opacity-25 {
  --border-opacity: 0.25
}

#under2__static .rounded-lg {
  border-radius: .5rem
}

#under2__static .rounded-full {
  border-radius: 9999px
}

#under2__static .rounded-card {
  border-radius: 14px
}

#under2__static .rounded-b-lg {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem
}

#under2__static .rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px
}

#under2__static .rounded-tl {
  border-top-left-radius: .25rem
}

#under2__static .rounded-br {
  border-bottom-right-radius: .25rem
}

#under2__static .rounded-bl {
  border-bottom-left-radius: .25rem
}

#under2__static .rounded-tr-full {
  border-top-right-radius: 9999px
}

#under2__static .rounded-bl-full {
  border-bottom-left-radius: 9999px
}

#under2__static .border-solid {
  border-style: solid
}

#under2__static .border-dashed {
  border-style: dashed
}

#under2__static .border-2 {
  border-width: 2px
}

#under2__static .border {
  border-width: 1px
}

#under2__static .border-t-2 {
  border-top-width: 2px
}

#under2__static .border-r-2 {
  border-right-width: 2px
}

#under2__static .border-b-2 {
  border-bottom-width: 2px
}

#under2__static .border-l-2 {
  border-left-width: 2px
}

#under2__static .border-t-4 {
  border-top-width: 4px
}

#under2__static .border-b-4 {
  border-bottom-width: 4px
}

#under2__static .border-l-4 {
  border-left-width: 4px
}

#under2__static .border-t {
  border-top-width: 1px
}

#under2__static .border-r {
  border-right-width: 1px
}

#under2__static .border-b {
  border-bottom-width: 1px
}

#under2__static .border-l {
  border-left-width: 1px
}

#under2__static .cursor-pointer {
  cursor: pointer
}

#under2__static .block {
  display: block
}

#under2__static .inline-block {
  display: inline-block
}

#under2__static .flex {
  display: flex
}

#under2__static .inline-flex {
  display: inline-flex
}

#under2__static .hidden {
  display: none
}

#under2__static .flex-col {
  flex-direction: column
}

#under2__static .flex-col-reverse {
  flex-direction: column-reverse
}

#under2__static .flex-wrap {
  flex-wrap: wrap
}

#under2__static .items-start {
  align-items: flex-start
}

#under2__static .items-end {
  align-items: flex-end
}

#under2__static .items-center {
  align-items: center
}

#under2__static .justify-start {
  justify-content: flex-start
}

#under2__static .justify-end {
  justify-content: flex-end
}

#under2__static .justify-center {
  justify-content: center
}

#under2__static .justify-between {
  justify-content: space-between
}

#under2__static .flex-1 {
  flex: 1 1 0%
}

#under2__static .flex-shrink-0 {
  flex-shrink: 0
}

#under2__static .order-first {
  order: -9999
}

#under2__static .font-mono {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

#under2__static .font-bold {
  font-weight: 700
}

#under2__static .font-black {
  font-weight: 900
}

#under2__static .h-1 {
  height: .25rem
}

#under2__static .h-2 {
  height: .5rem
}

#under2__static .h-3 {
  height: .75rem
}

#under2__static .h-4 {
  height: 1rem
}

#under2__static .h-6 {
  height: 1.5rem
}

#under2__static .h-8 {
  height: 2rem
}

#under2__static .h-10 {
  height: 2.5rem
}

#under2__static .h-12 {
  height: 3rem
}

#under2__static .h-16 {
  height: 4rem
}

#under2__static .h-24 {
  height: 6rem
}

#under2__static .h-32 {
  height: 8rem
}

#under2__static .h-48 {
  height: 12rem
}

#under2__static .h-64 {
  height: 16rem
}

#under2__static .h-96 {
  height: 24rem
}

#under2__static .h-auto {
  height: auto
}

#under2__static .h-header {
  height: 84px
}

#under2__static .h-1\/2 {
  height: 50%
}

#under2__static .h-screen-9\/10 {
  height: 90vh
}

#under2__static .h-full {
  height: 100%
}

#under2__static .text-xs {
  font-size: .75rem
}

#under2__static .text-sm {
  font-size: .875rem
}

#under2__static .text-base {
  font-size: 1rem
}

#under2__static .text-lg {
  font-size: 1.125rem
}

#under2__static .text-xl {
  font-size: 1.375rem
}

#under2__static .text-2xl {
  font-size: 1.625rem
}

#under2__static .text-3xl {
  font-size: 1.75rem
}

#under2__static .text-4xl {
  font-size: 1.875rem
}

#under2__static .leading-none {
  line-height: 1
}

#under2__static .leading-tight {
  line-height: 1.25
}

#under2__static .leading-snug {
  line-height: 1.375
}

#under2__static .leading-relaxed {
  line-height: 1.625
}

#under2__static .list-outside {
  list-style-position: outside
}

#under2__static .list-disc {
  list-style-type: disc
}

#under2__static .m-3 {
  margin: .75rem
}

#under2__static .m-auto {
  margin: auto
}

#under2__static .my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem
}

#under2__static .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem
}

#under2__static .my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem
}

#under2__static .mx-auto {
  margin-left: auto;
  margin-right: auto
}

#under2__static .-mx-3 {
  margin-left: -.75rem;
  margin-right: -.75rem
}

#under2__static .-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem
}

#under2__static .mb-0 {
  margin-bottom: 0
}

#under2__static .mt-1 {
  margin-top: .25rem
}

#under2__static .mr-1 {
  margin-right: .25rem
}

#under2__static .mb-1 {
  margin-bottom: .25rem
}

#under2__static .mr-2 {
  margin-right: .5rem
}

#under2__static .mb-2 {
  margin-bottom: .5rem
}

#under2__static .ml-2 {
  margin-left: .5rem
}

#under2__static .mr-3 {
  margin-right: .75rem
}

#under2__static .mb-3 {
  margin-bottom: .75rem
}

#under2__static .mt-4 {
  margin-top: 1rem
}

#under2__static .mb-4 {
  margin-bottom: 1rem
}

#under2__static .ml-4 {
  margin-left: 1rem
}

#under2__static .mt-5 {
  margin-top: 1.25rem
}

#under2__static .mb-5 {
  margin-bottom: 1.25rem
}

#under2__static .mr-6 {
  margin-right: 1.5rem
}

#under2__static .mb-6 {
  margin-bottom: 1.5rem
}

#under2__static .ml-6 {
  margin-left: 1.5rem
}

#under2__static .mb-8 {
  margin-bottom: 2rem
}

#under2__static .mt-10 {
  margin-top: 2.5rem
}

#under2__static .mb-10 {
  margin-bottom: 2.5rem
}

#under2__static .mb-12 {
  margin-bottom: 3rem
}

#under2__static .mb-16 {
  margin-bottom: 4rem
}

#under2__static .mt-auto {
  margin-top: auto
}

#under2__static .mt-header {
  margin-top: 84px
}

#under2__static .-mr-2 {
  margin-right: -.5rem
}

#under2__static .-ml-2 {
  margin-left: -.5rem
}

#under2__static .-mt-8 {
  margin-top: -2rem
}

#under2__static .-mt-24 {
  margin-top: -6rem
}

#under2__static .max-w-xs {
  max-width: 20rem
}

#under2__static .max-w-sm {
  max-width: 24rem
}

#under2__static .max-w-md {
  max-width: 28rem
}

#under2__static .max-w-lg {
  max-width: 32rem
}

#under2__static .max-w-4xl {
  max-width: 56rem
}

#under2__static .min-h-screen {
  min-height: 100vh
}

#under2__static .object-cover {
  -o-object-fit: cover;
  object-fit: cover
}

#under2__static .opacity-0 {
  opacity: 0
}

#under2__static .opacity-25 {
  opacity: .25
}

#under2__static .opacity-50 {
  opacity: .5
}

#under2__static .opacity-75 {
  opacity: .75
}

#under2__static .opacity-100 {
  opacity: 1
}

#under2__static .overflow-hidden {
  overflow: hidden
}

#under2__static .p-2 {
  padding: .5rem
}

#under2__static .p-4 {
  padding: 1rem
}

#under2__static .p-5 {
  padding: 1.25rem
}

#under2__static .p-12 {
  padding: 3rem
}

#under2__static .py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem
}

#under2__static .py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem
}

#under2__static .px-3 {
  padding-left: .75rem;
  padding-right: .75rem
}

#under2__static .px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

#under2__static .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

#under2__static .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

#under2__static .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

#under2__static .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem
}

#under2__static .px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}

#under2__static .px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem
}

#under2__static .py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem
}

#under2__static .px-12 {
  padding-left: 3rem;
  padding-right: 3rem
}

#under2__static .py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem
}

#under2__static .px-16 {
  padding-left: 4rem;
  padding-right: 4rem
}

#under2__static .px-24 {
  padding-left: 6rem;
  padding-right: 6rem
}

#under2__static .py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem
}

#under2__static .py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem
}

#under2__static .pt-1 {
  padding-top: .25rem
}

#under2__static .pt-2 {
  padding-top: .5rem
}

#under2__static .pb-2 {
  padding-bottom: .5rem
}

#under2__static .pl-2 {
  padding-left: .5rem
}

#under2__static .pt-4 {
  padding-top: 1rem
}

#under2__static .pr-4 {
  padding-right: 1rem
}

#under2__static .pb-4 {
  padding-bottom: 1rem
}

#under2__static .pb-6 {
  padding-bottom: 1.5rem
}

#under2__static .pt-8 {
  padding-top: 2rem
}

#under2__static .pr-10 {
  padding-right: 2.5rem
}

#under2__static .pl-10 {
  padding-left: 2.5rem
}

#under2__static .pt-12 {
  padding-top: 3rem
}

#under2__static .pr-12 {
  padding-right: 3rem
}

#under2__static .pb-12 {
  padding-bottom: 3rem
}

#under2__static .pl-12 {
  padding-left: 3rem
}

#under2__static .pt-16 {
  padding-top: 4rem
}

#under2__static .pb-16 {
  padding-bottom: 4rem
}

#under2__static .pb-24 {
  padding-bottom: 6rem
}

#under2__static .pt-32 {
  padding-top: 8rem
}

#under2__static .pt-40 {
  padding-top: 10rem
}

#under2__static .pt-64 {
  padding-top: 16rem
}

#under2__static .pb-96 {
  padding-bottom: 24rem
}

#under2__static .pt-header {
  padding-top: 84px
}

#under2__static .pointer-events-none {
  pointer-events: none
}

#under2__static .pointer-events-auto {
  pointer-events: auto
}

#under2__static .fixed {
  position: fixed
}

#under2__static .absolute {
  position: absolute
}

#under2__static .relative {
  position: relative
}

#under2__static .sticky {
  position: -webkit-sticky;
  position: sticky
}

#under2__static .inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

#under2__static .top-0 {
  top: 0
}

#under2__static .right-0 {
  right: 0
}

#under2__static .bottom-0 {
  bottom: 0
}

#under2__static .left-0 {
  left: 0
}

#under2__static .top-auto {
  top: auto
}

#under2__static .right-auto {
  right: auto
}

#under2__static .bottom-auto {
  bottom: auto
}

#under2__static .left-auto {
  left: auto
}

#under2__static .top-full {
  top: 100%
}

#under2__static .right-full {
  right: 100%
}

#under2__static .left-full {
  left: 100%
}

#under2__static .resize {
  resize: both
}

#under2__static .shadow {
  box-shadow: 0 1px 3px 0 rgba(23, 18, 59, .1), 0 1px 2px 0 rgba(23, 18, 59, .06)
}

#under2__static .shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(23, 18, 59, .1), 0 10px 10px -5px rgba(23, 18, 59, .04)
}

#under2__static .shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(23, 18, 59, .25)
}

#under2__static .text-center {
  text-align: center
}

#under2__static .text-right {
  text-align: right
}

#under2__static .text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

#under2__static .text-gray-500 {
  --text-opacity: 1;
  color: #666;
  color: rgba(102, 102, 102, var(--text-opacity))
}

#under2__static .text-orange-500 {
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity))
}

#under2__static .text-green-500 {
  --text-opacity: 1;
  color: #1cc283;
  color: rgba(28, 194, 131, var(--text-opacity))
}

#under2__static .text-blue-500 {
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity))
}

#under2__static .text-purple-200 {
  --text-opacity: 1;
  color: #dad8e8;
  color: rgba(218, 216, 232, var(--text-opacity))
}

#under2__static .text-purple-300 {
  --text-opacity: 1;
  color: #c0bcd6;
  color: rgba(192, 188, 214, var(--text-opacity))
}

#under2__static .text-purple-400 {
  --text-opacity: 1;
  color: #61579d;
  color: rgba(97, 87, 157, var(--text-opacity))
}

#under2__static .text-purple-500 {
  --text-opacity: 1;
  color: #403680;
  color: rgba(64, 54, 128, var(--text-opacity))
}

#under2__static .text-purple-600 {
  --text-opacity: 1;
  color: #2a206a;
  color: rgba(42, 32, 106, var(--text-opacity))
}

#under2__static .text-purple-700 {
  --text-opacity: 1;
  color: #160d4f;
  color: rgba(22, 13, 79, var(--text-opacity))
}

#under2__static .text-pink-500 {
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity))
}

#under2__static .text-logo {
  --text-opacity: 1;
  color: #1c0976;
  color: rgba(28, 9, 118, var(--text-opacity))
}

#under2__static .hover\:text-green-300:hover {
  --text-opacity: 1;
  color: #00e4a1;
  color: rgba(0, 228, 161, var(--text-opacity))
}

#under2__static .hover\:text-green-500:hover {
  --text-opacity: 1;
  color: #1cc283;
  color: rgba(28, 194, 131, var(--text-opacity))
}

#under2__static .focus\:text-green-700:focus {
  --text-opacity: 1;
  color: #008a61;
  color: rgba(0, 138, 97, var(--text-opacity))
}

#under2__static .uppercase {
  text-transform: uppercase
}

#under2__static .underline {
  text-decoration: underline
}

#under2__static .tracking-widest {
  letter-spacing: .1em
}

#under2__static .select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

#under2__static .whitespace-no-wrap {
  white-space: nowrap
}

#under2__static .w-2 {
  width: .5rem
}

#under2__static .w-4 {
  width: 1rem
}

#under2__static .w-6 {
  width: 1.5rem
}

#under2__static .w-8 {
  width: 2rem
}

#under2__static .w-10 {
  width: 2.5rem
}

#under2__static .w-12 {
  width: 3rem
}

#under2__static .w-16 {
  width: 4rem
}

#under2__static .w-20 {
  width: 5rem
}

#under2__static .w-24 {
  width: 6rem
}

#under2__static .w-32 {
  width: 8rem
}

#under2__static .w-64 {
  width: 16rem
}

#under2__static .w-96 {
  width: 24rem
}

#under2__static .w-auto {
  width: auto
}

#under2__static .w-1\/2 {
  width: 50%
}

#under2__static .w-1\/3 {
  width: 33.333333%
}

#under2__static .w-full {
  width: 100%
}

#under2__static .w-screen {
  width: 100vw
}

#under2__static .z-4 {
  z-index: 4
}

#under2__static .z-5 {
  z-index: 5
}

#under2__static .z-6 {
  z-index: 6
}

#under2__static .z-7 {
  z-index: 7
}

#under2__static .z-8 {
  z-index: 8
}

#under2__static .z-9 {
  z-index: 9
}

#under2__static .z-10 {
  z-index: 10
}

#under2__static .z-20 {
  z-index: 20
}

#under2__static .z-40 {
  z-index: 40
}

#under2__static .z-50 {
  z-index: 50
}

#under2__static .transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

#under2__static .origin-right {
  transform-origin: right
}

#under2__static .origin-left {
  transform-origin: left
}

#under2__static .origin-top-left {
  transform-origin: top left
}

#under2__static .rotate-90 {
  --transform-rotate: 90deg
}

#under2__static .rotate-180 {
  --transform-rotate: 180deg
}

#under2__static .translate-x-1\/2 {
  --transform-translate-x: 50%
}

#under2__static .-translate-x-full {
  --transform-translate-x: -100%
}

#under2__static .translate-x-full {
  --transform-translate-x: 100%
}

#under2__static .translate-y-10 {
  --transform-translate-y: 2.5rem
}

#under2__static .translate-y-12 {
  --transform-translate-y: 3rem
}

#under2__static .-translate-y-full {
  --transform-translate-y: -100%
}

#under2__static .translate-y-full {
  --transform-translate-y: 100%
}

#under2__static .transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

#under2__static .transition-colors {
  transition-property: background-color, border-color, color, fill, stroke
}

#under2__static .transition-opacity {
  transition-property: opacity
}

#under2__static .ease-out {
  transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

#under2__static .duration-200 {
  transition-duration: .2s
}

#under2__static .duration-300 {
  transition-duration: .3s
}

#under2__static .duration-500 {
  transition-duration: .5s
}

#under2__static .delay-200 {
  transition-delay: .2s
}

@media (min-width:768px) {
  #under2__static .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  #under2__static .md\:border-r-0 {
    border-right-width: 0
  }

  #under2__static .md\:border-t {
    border-top-width: 1px
  }

  #under2__static .md\:border-r {
    border-right-width: 1px
  }

  #under2__static .md\:cursor-default {
    cursor: default
  }

  #under2__static .md\:block {
    display: block
  }

  #under2__static .md\:flex {
    display: flex
  }

  #under2__static .md\:hidden {
    display: none
  }

  #under2__static .md\:flex-row {
    flex-direction: row
  }

  #under2__static .md\:items-start {
    align-items: flex-start
  }

  #under2__static .md\:items-end {
    align-items: flex-end
  }

  #under2__static .md\:items-center {
    align-items: center
  }

  #under2__static .md\:justify-start {
    justify-content: flex-start
  }

  #under2__static .md\:justify-end {
    justify-content: flex-end
  }

  #under2__static .md\:order-last {
    order: 9999
  }

  #under2__static .md\:order-none {
    order: 0
  }

  #under2__static .md\:font-light {
    font-weight: 300
  }

  #under2__static .md\:h-2 {
    height: .5rem
  }

  #under2__static .md\:h-5 {
    height: 1.25rem
  }

  #under2__static .md\:h-auto {
    height: auto
  }

  #under2__static .md\:h-screen-3\/5 {
    height: 60vh
  }

  #under2__static .md\:text-lg {
    font-size: 1.125rem
  }

  #under2__static .md\:text-xl {
    font-size: 1.375rem
  }

  #under2__static .md\:text-3xl {
    font-size: 1.75rem
  }

  #under2__static .md\:text-4xl {
    font-size: 1.875rem
  }

  #under2__static .md\:text-5xl {
    font-size: 2rem
  }

  #under2__static .md\:text-6xl {
    font-size: 2.5rem
  }

  #under2__static .md\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }

  #under2__static .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
  }

  #under2__static .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }

  #under2__static .md\:mb-0 {
    margin-bottom: 0
  }

  #under2__static .md\:mt-2 {
    margin-top: .5rem
  }

  #under2__static .md\:ml-5 {
    margin-left: 1.25rem
  }

  #under2__static .md\:mt-16 {
    margin-top: 4rem
  }

  #under2__static .md\:mb-32 {
    margin-bottom: 8rem
  }

  #under2__static .md\:ml-auto {
    margin-left: auto
  }

  #under2__static .md\:-mt-32 {
    margin-top: -8rem
  }

  #under2__static .md\:-mt-48 {
    margin-top: -12rem
  }

  #under2__static .md\:max-w-xs {
    max-width: 20rem
  }

  #under2__static .md\:max-w-sm {
    max-width: 24rem
  }

  #under2__static .md\:max-w-experience-media {
    max-width: 440px
  }

  #under2__static .md\:opacity-100 {
    opacity: 1
  }

  #under2__static .md\:p-8 {
    padding: 2rem
  }

  #under2__static .md\:px-0 {
    padding-left: 0;
    padding-right: 0
  }

  #under2__static .md\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
  }

  #under2__static .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }

  #under2__static .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  #under2__static .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  #under2__static .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  #under2__static .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem
  }

  #under2__static .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem
  }

  #under2__static .md\:pt-0 {
    padding-top: 0
  }

  #under2__static .md\:pb-0 {
    padding-bottom: 0
  }

  #under2__static .md\:pl-0 {
    padding-left: 0
  }

  #under2__static .md\:pb-8 {
    padding-bottom: 2rem
  }

  #under2__static .md\:pl-8 {
    padding-left: 2rem
  }

  #under2__static .md\:pt-16 {
    padding-top: 4rem
  }

  #under2__static .md\:pl-16 {
    padding-left: 4rem
  }

  #under2__static .md\:pt-20 {
    padding-top: 5rem
  }

  #under2__static .md\:pr-20 {
    padding-right: 5rem
  }

  #under2__static .md\:pt-24 {
    padding-top: 6rem
  }

  #under2__static .md\:pt-header {
    padding-top: 84px
  }

  #under2__static .md\:static {
    position: static
  }

  #under2__static .md\:fixed {
    position: fixed
  }

  #under2__static .md\:absolute {
    position: absolute
  }

  #under2__static .md\:relative {
    position: relative
  }

  #under2__static .md\:sticky {
    position: -webkit-sticky;
    position: sticky
  }

  #under2__static .md\:top-0 {
    top: 0
  }

  #under2__static .md\:right-0 {
    right: 0
  }

  #under2__static .md\:left-0 {
    left: 0
  }

  #under2__static .md\:right-auto {
    right: auto
  }

  #under2__static .md\:bottom-auto {
    bottom: auto
  }

  #under2__static .md\:text-left {
    text-align: left
  }

  #under2__static .md\:text-right {
    text-align: right
  }

  #under2__static .md\:w-12 {
    width: 3rem
  }

  #under2__static .md\:w-1\/2 {
    width: 50%
  }

  #under2__static .md\:w-1\/3 {
    width: 33.333333%
  }

  #under2__static .md\:w-1\/12 {
    width: 8.333333%
  }

  #under2__static .md\:w-2\/12 {
    width: 16.666667%
  }

  #under2__static .md\:w-3\/12 {
    width: 25%
  }

  #under2__static .md\:w-4\/12 {
    width: 33.333333%
  }

  #under2__static .md\:w-5\/12 {
    width: 41.666667%
  }

  #under2__static .md\:w-6\/12 {
    width: 50%
  }

  #under2__static .md\:w-7\/12 {
    width: 58.333333%
  }

  #under2__static .md\:w-full {
    width: 100%
  }

  #under2__static .md\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
  }

  #under2__static .md\:translate-x-full {
    --transform-translate-x: 100%
  }
}

@media (min-width:1024px) {
  #under2__static .lg\:rounded-lg {
    border-radius: .5rem
  }

  #under2__static .lg\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
  }

  #under2__static .lg\:border-r-0 {
    border-right-width: 0
  }

  #under2__static .lg\:block {
    display: block
  }

  #under2__static .lg\:flex {
    display: flex
  }

  #under2__static .lg\:hidden {
    display: none
  }

  #under2__static .lg\:flex-row {
    flex-direction: row
  }

  #under2__static .lg\:h-6 {
    height: 1.5rem
  }

  #under2__static .lg\:h-8 {
    height: 2rem
  }

  #under2__static .lg\:text-lg {
    font-size: 1.125rem
  }

  #under2__static .lg\:text-2xl {
    font-size: 1.625rem
  }

  #under2__static .lg\:text-5xl {
    font-size: 2rem
  }

  #under2__static .lg\:text-6xl {
    font-size: 2.5rem
  }

  #under2__static .lg\:text-7xl {
    font-size: 3.125rem
  }

  #under2__static .lg\:text-8xl {
    font-size: 4rem
  }

  #under2__static .lg\:m-auto {
    margin: auto
  }

  #under2__static .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }

  #under2__static .lg\:ml-0 {
    margin-left: 0
  }

  #under2__static .lg\:mr-12 {
    margin-right: 3rem
  }

  #under2__static .lg\:mb-16 {
    margin-bottom: 4rem
  }

  #under2__static .lg\:-mt-64 {
    margin-top: -16rem
  }

  #under2__static .lg\:max-w-2xl {
    max-width: 42rem
  }

  #under2__static .lg\:px-0 {
    padding-left: 0;
    padding-right: 0
  }

  #under2__static .lg\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
  }

  #under2__static .lg\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
  }

  #under2__static .lg\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
  }

  #under2__static .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }

  #under2__static .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  #under2__static .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  #under2__static .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
  }

  #under2__static .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem
  }

  #under2__static .lg\:pb-0 {
    padding-bottom: 0
  }

  #under2__static .lg\:pt-3 {
    padding-top: .75rem
  }

  #under2__static .lg\:pr-8 {
    padding-right: 2rem
  }

  #under2__static .lg\:pl-10 {
    padding-left: 2.5rem
  }

  #under2__static .lg\:pb-12 {
    padding-bottom: 3rem
  }

  #under2__static .lg\:pl-16 {
    padding-left: 4rem
  }

  #under2__static .lg\:pr-20 {
    padding-right: 5rem
  }

  #under2__static .lg\:pl-20 {
    padding-left: 5rem
  }

  #under2__static .lg\:pl-24 {
    padding-left: 6rem
  }

  #under2__static .lg\:w-auto {
    width: auto
  }

  #under2__static .lg\:w-1\/3 {
    width: 33.333333%
  }

  #under2__static .lg\:w-2\/3 {
    width: 66.666667%
  }

  #under2__static .lg\:w-1\/16 {
    width: 6.25%
  }

  #under2__static .lg\:w-2\/16 {
    width: 12.5%
  }

  #under2__static .lg\:w-3\/16 {
    width: 18.75%
  }

  #under2__static .lg\:w-4\/16 {
    width: 25%
  }

  #under2__static .lg\:w-5\/16 {
    width: 31.25%
  }

  #under2__static .lg\:w-6\/16 {
    width: 37.5%
  }

  #under2__static .lg\:w-7\/16 {
    width: 43.75%
  }

  #under2__static .lg\:w-8\/16 {
    width: 50%
  }

  #under2__static .lg\:w-9\/16 {
    width: 56.25%
  }

  #under2__static .lg\:w-10\/16 {
    width: 62.5%
  }

  #under2__static .lg\:-translate-y-10 {
    --transform-translate-y: -2.5rem
  }
}

@media (min-width:1440px) {
  #under2__static .xl\:block {
    display: block
  }

  #under2__static .xl\:flex {
    display: flex
  }

  #under2__static .xl\:hidden {
    display: none
  }

  #under2__static .xl\:text-lg {
    font-size: 1.125rem
  }

  #under2__static .xl\:text-xl {
    font-size: 1.375rem
  }

  #under2__static .xl\:text-4xl {
    font-size: 1.875rem
  }

  #under2__static .xl\:text-6xl {
    font-size: 2.5rem
  }

  #under2__static .xl\:text-7xl {
    font-size: 3.125rem
  }

  #under2__static .xl\:text-9xl {
    font-size: 5rem
  }

  #under2__static .xl\:text-10xl {
    font-size: 6rem
  }

  #under2__static .xl\:px-0 {
    padding-left: 0;
    padding-right: 0
  }

  #under2__static .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  #under2__static .xl\:pl-16 {
    padding-left: 4rem
  }

  #under2__static .xl\:w-1\/16 {
    width: 6.25%
  }

  #under2__static .xl\:w-2\/16 {
    width: 12.5%
  }

  #under2__static .xl\:w-3\/16 {
    width: 18.75%
  }

  #under2__static .xl\:w-6\/16 {
    width: 37.5%
  }
}

@media (max-width: 1439px) and (min-width: 1024px),
(min-width: 1440px) {
  .PlatformProductCard.cloud-infrastructure {
    min-height: 160px;
  }
}