/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
  background: #ffffff;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus {
  outline: 0 none;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  font-size: 62.5%;
}

h1, h2, h3, h4, a, p, ul, li, input {
  font-family: "Helvetica", sans-serif;
}

h2 {
  font-weight: bold;
  font-size: 3.5rem;
}

h3 {
  font-size: 1.8rem;
}

p {
  font-weight: 400;
  font-size: 1.5rem;
}

@media (max-width: 375px) {
  p {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
}
.type--title {
  font-size: 2.8rem;
  line-height: 1.4;
}

.type--subtitle, .h--howwework .howwework--wrap .work--content .work--tag .tag--title, .h--intro .intro--content .intro--tag .tag--title, .hero--container .hero--inner .hero--content .subtitle p {
  font-size: 2rem;
  line-height: 1.5;
}

.type--body, .h--playlist .playlist--wrap .pl--card .overlay--link h3, .h--howwework .howwework--wrap .work--content .work--tag .tag--content, .h--custom .content--paragraph, .h--intro .intro--content .intro--tag .tag--content, .h--intro .intro--wrap p {
  font-size: 1.6rem;
  line-height: 1.6;
}

.type--caption {
  font-size: 1.4rem;
  line-height: 1.6;
}

@media (max-width: 375px) {
  .type--title {
    font-size: 2.6rem;
  }
  .type--subtitle, .h--howwework .howwework--wrap .work--content .work--tag .tag--title, .h--intro .intro--content .intro--tag .tag--title, .hero--container .hero--inner .hero--content .subtitle p {
    font-size: 1.8rem;
  }
  .type--body, .h--playlist .playlist--wrap .pl--card .overlay--link h3, .h--howwework .howwework--wrap .work--content .work--tag .tag--content, .h--custom .content--paragraph, .h--intro .intro--content .intro--tag .tag--content, .h--intro .intro--wrap p {
    font-size: 1.6rem;
  }
  .type--caption {
    font-size: 1.4rem;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .type--title {
    font-size: 3.2rem;
  }
  .type--subtitle, .h--howwework .howwework--wrap .work--content .work--tag .tag--title, .h--intro .intro--content .intro--tag .tag--title, .hero--container .hero--inner .hero--content .subtitle p {
    font-size: 2.4rem;
  }
  .type--body, .h--playlist .playlist--wrap .pl--card .overlay--link h3, .h--howwework .howwework--wrap .work--content .work--tag .tag--content, .h--custom .content--paragraph, .h--intro .intro--content .intro--tag .tag--content, .h--intro .intro--wrap p {
    font-size: 1.8rem;
  }
  .type--caption {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .type--title {
    font-size: 4rem;
  }
  .type--subtitle, .h--howwework .howwework--wrap .work--content .work--tag .tag--title, .h--intro .intro--content .intro--tag .tag--title, .hero--container .hero--inner .hero--content .subtitle p {
    font-size: 2.8rem;
  }
  .type--body, .h--playlist .playlist--wrap .pl--card .overlay--link h3, .h--howwework .howwework--wrap .work--content .work--tag .tag--content, .h--custom .content--paragraph, .h--intro .intro--content .intro--tag .tag--content, .h--intro .intro--wrap p {
    font-size: 1.8rem;
  }
  .type--caption {
    font-size: 1.6rem;
  }
}
a {
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
}

.btn--outline {
  border: 1px solid #00FFD1;
  padding: 2.4rem;
  color: white;
  transition: 400ms ease-in;
  width: 20rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 650px) {
  .btn--outline {
    padding: 1.2rem 1.6rem;
    font-size: 1.3rem;
    letter-spacing: 0.15rem;
    width: 18rem;
    height: 6.5rem;
  }
}
.btn--outline:hover {
  background: #00FFD1;
  color: #000;
}

.btn--blk {
  text-align: center;
  color: black;
  text-transform: uppercase;
  font-size: 1.4rem;
  border: 2px solid #00FFD1;
  padding: 2.4rem 3.6rem;
  transition: 400ms ease-in;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: lighter;
  letter-spacing: 0.25rem;
  width: 20rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 650px) {
  .btn--blk {
    width: 18rem;
    height: 6.5rem;
  }
}
.btn--blk:hover {
  background: #00FFD1;
}

button {
  font-family: "Helvetica", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  background: none;
  color: white;
  border: 1px solid #00FFD1;
  width: 15rem;
  padding: 1rem;
  text-align: center;
  margin: 4rem 0 2rem;
  transition: 400ms ease-in;
  cursor: pointer;
}
button:hover {
  background: #00FFD1;
  color: #000;
}

.home header,
.custom-request header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.contact header,
.search header,
.cart header {
  background: #7300ff;
}
.contact header .header--inner ul li a,
.search header .header--inner ul li a,
.cart header .header--inner ul li a {
  color: white;
}
.contact header .header--inner ul li,
.search header .header--inner ul li,
.cart header .header--inner ul li {
  color: white;
}

.header--inner {
  max-width: 130rem;
  margin: auto;
  padding: 6rem 3rem;
}
.header--inner .nav--wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header--inner .nav--wrap .nav--left {
  display: flex;
  align-items: center;
}
.header--inner .logo {
  margin: 0 2rem;
  max-width: 15.1rem;
}
.header--inner .logo a {
  display: block;
}
.header--inner .logo svg {
  width: 100%;
}
.header--inner ul {
  list-style-type: none;
  display: flex;
  align-items: center;
}
.header--inner ul li {
  display: flex;
  align-items: center;
  color: white;
  padding-right: 3.5rem;
}
.header--inner ul li a {
  color: white;
  letter-spacing: 0.15rem;
  display: inline-flex;
  align-items: center;
  line-height: 3.5rem;
}
.header--inner ul li:last-child {
  padding-right: 2rem !important;
}
.header--inner .nav--search {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.header--inner .nav--search svg {
  margin-right: 0;
  margin-bottom: -2px;
}

.nav--items {
  display: none;
}

@media only screen and (min-width: 1130px) {
  .nav--items {
    display: unset;
  }
}
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 3rem;
  height: 3rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 3rem;
  top: 6rem;
  z-index: 900;
}
.hamburger:hover {
  background: transparent;
  color: #00FFD1;
}
.hamburger.close div:nth-child(1) {
  transform: rotate(-45deg) translate(-6px, 6px);
}
.hamburger.close div:nth-child(2) {
  opacity: 0;
}
.hamburger.close div:nth-child(3) {
  transform: rotate(45deg) translate(-8px, -8px);
}
.hamburger div {
  width: 3rem;
  height: 0.25rem;
  background: #00FFD1;
}
@media only screen and (min-width: 1130px) {
  .hamburger {
    display: none;
  }
}

.hide {
  display: none;
}

.menu--mobile {
  position: fixed;
  height: 100vh;
  min-height: 45rem;
  background: black;
  z-index: 100;
  top: 0;
  width: 100%;
  max-width: 32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -100%;
  transition: 400ms ease-in;
  padding: 2rem 2.5rem;
}
.menu--mobile.opened {
  right: 0;
}
.menu--mobile ul {
  padding-inline-start: 0;
  padding-inline-end: 0;
}
.menu--mobile ul li {
  padding-bottom: 3.2rem;
}
.menu--mobile ul li a {
  color: white;
  letter-spacing: 0.15em;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.menu--mobile ul li a.nav--search {
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.menu--mobile ul li a.nav--search svg {
  margin-bottom: -2px;
}
@media only screen and (min-width: 1130px) {
  .menu--mobile {
    display: none;
  }
}

.menu--mobile .btn--outline {
  width: 100%;
  height: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.25em;
}

.discover .hamburger div {
  background: #000;
}
.discover .hamburger.close div {
  background: #00FFD1;
}

.hero--container .hero--inner {
  position: relative;
  height: 108vh;
}
.hero--container .hero--inner .hero--bg {
  background-size: cover !important;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: fill;
}
.hero--container .hero--inner .hero--mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #280086;
  opacity: 0.6;
  z-index: 2;
}
.hero--container .hero--inner .hero--content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hero--container .hero--inner .hero--content .hc--center {
  padding: 10rem 2rem 0;
}
.hero--container .hero--inner .hero--content svg {
  width: 100%;
}
.hero--container .hero--inner .hero--content .subtitle {
  margin: 2rem 0;
}
.hero--container .hero--inner .hero--content .subtitle p {
  color: #fff;
  letter-spacing: 0.15rem;
  text-align: center;
}
.hero--container .hero--inner .hero--content .hc--btns {
  position: absolute;
  display: flex;
  bottom: 9vh;
  padding: 0;
}
.hero--container .hero--inner .hero--content .hc--btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3.5rem;
  letter-spacing: 0.2em;
  padding: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 400;
  width: 20rem;
  height: 7rem;
}
@media (max-width: 650px) {
  .hero--container .hero--inner .hero--content .hc--btns {
    padding: 0 2rem;
  }
  .hero--container .hero--inner .hero--content .hc--btns a {
    width: 16rem;
    height: 6rem;
    margin: 0 0.75rem;
  }
}
@media (max-width: 375px) {
  .hero--container .hero--inner .hero--content .hc--btns {
    padding: 0 1.5rem;
  }
  .hero--container .hero--inner .hero--content .hc--btns a {
    width: 15rem;
    height: 5.8rem;
  }
}
.hero--container .hero--inner .hero--content .arrow--down {
  position: absolute;
  bottom: -7rem;
}

.intro {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 100;
  opacity: 1;
}
.intro.entered {
  z-index: -10;
}
.intro video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
.intro .intro--inner {
  position: absolute;
  display: flex;
  align-items: center;
  width: auto;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.intro .intro--inner button {
  color: #00FFD1;
  border: none;
  font-size: 5.5rem;
  text-transform: none;
  width: auto;
  margin: 0;
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
}
.intro .intro--inner button:hover {
  background: none;
  color: #00FFD1;
}
.intro .overlay--logo {
  position: absolute;
  bottom: 5rem;
  right: 5rem;
  max-width: 17rem;
  height: auto;
}

.h--intro {
  padding: 2rem;
  background: #fff;
  position: relative;
}
.h--intro .intro--wrap {
  margin: 10rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.h--intro .intro--wrap p {
  text-align: center;
  line-height: 2em;
  margin-bottom: 3rem;
}
.h--intro .intro--wrap .hc--btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding: 0;
}
.h--intro .intro--wrap .hc--btns .btn--blk {
  width: 20rem;
  height: 7rem;
  font-size: 1.4rem;
  line-height: 3.5rem;
  letter-spacing: 0.29em;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 650px) {
  .h--intro .intro--wrap .hc--btns .btn--blk {
    width: 18rem;
    height: 6.5rem;
  }
  .h--intro .intro--wrap .hc--btns {
    padding: 0 2rem;
  }
}
@media (max-width: 375px) {
  .h--intro .intro--wrap .hc--btns .btn--blk {
    width: 16rem;
    height: 6rem;
  }
  .h--intro .intro--wrap .hc--btns {
    padding: 0 1.5rem;
  }
}
.h--intro .intro--wrap .offer--container {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 28rem;
  aspect-ratio: 2.4/1;
  width: 100%;
  height: 100%;
  max-width: 129.3rem;
  margin: 6rem auto 0;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 2.75rem 3.5rem;
}
.h--intro .intro--wrap .offer--container p {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 14.6rem;
  font-weight: 400;
  color: #00ffd1;
  text-transform: uppercase;
  text-align: left !important;
  line-height: 0.9em !important;
  margin-bottom: 0 !important;
  letter-spacing: 0;
}
.h--intro .intro--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 120rem;
  margin: 8rem auto;
  padding: 0 2rem;
  row-gap: 6rem;
  column-gap: 2rem;
  position: relative;
}
.h--intro .intro--content .intro--tag {
  width: 36rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.h--intro .intro--content .intro--tag p {
  font-family: "Helvetica", sans-serif;
}
.h--intro .intro--content .intro--tag .tag--title {
  font-weight: bold;
  max-width: 25rem;
  text-align: center;
  line-height: 3.2rem;
  margin-top: 2rem;
  color: #000;
}
.h--intro .intro--content .intro--tag .tag--content {
  font-weight: lighter;
  margin-top: 0.5rem;
  text-align: center;
  color: #000;
}
@media (max-width: 1024px) {
  .h--intro .intro--content .intro--tag {
    width: 45% !important;
  }
}
@media (max-width: 650px) {
  .h--intro .intro--content .intro--tag {
    width: 48% !important;
  }
}
@media (max-width: 350px) {
  .h--intro .intro--content .intro--tag {
    width: 100% !important;
  }
}
@media (max-width: 375px) {
  .h--intro .intro--content .intro--tag .tag--title {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  .h--intro .intro--content .intro--tag .tag--content {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
  .h--intro .intro--content .intro--tag {
    flex: 0 1 48%;
    width: 48% !important;
  }
}
@media (max-width: 650px) {
  .h--intro .intro--content {
    padding: 0 1rem;
    column-gap: 1rem;
    row-gap: 3rem;
  }
}
.h--intro .arrow--down {
  position: absolute;
  bottom: -7rem;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
}

@media (max-width: 830px) {
  .offer--container {
    min-height: 24rem;
    aspect-ratio: 2.2/1;
    padding: 2rem 2.5rem;
  }
  .offer--container p {
    font-size: 8rem !important;
    line-height: 0.9em !important;
  }
}
@media (max-width: 600px) {
  .offer--container {
    min-height: 22rem;
    aspect-ratio: 2/1;
    padding: 1.75rem 2rem;
  }
  .offer--container p {
    font-size: 7rem !important;
    line-height: 0.9em !important;
  }
}
.custom-request header .header--inner ul li,
.custom-request header .header--inner ul li a {
  color: #00ffd1;
}
.custom-request header .header--inner .logo svg path {
  fill: #00ffd1;
}
.custom-request header .header--inner .nav--search svg circle,
.custom-request header .header--inner .nav--search svg path {
  stroke: #00ffd1;
}
.custom-request header .header--inner .btn--outline {
  color: #00ffd1;
  border-color: #00ffd1;
}

.h--custom {
  background: #7300ff;
  position: relative;
  display: flex;
  align-items: center;
}
.h--custom .custom--container {
  display: flex;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 12rem 6rem;
  align-items: center;
  gap: 4rem;
}
.h--custom .custom--left {
  flex: 1;
}
.h--custom .custom--left h2 {
  text-align: left;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 14.6rem;
  font-weight: 400;
  color: #00ffd1;
  text-transform: uppercase;
  line-height: 13rem !important;
  max-width: 55rem !important;
}
.h--custom .custom--right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  color: white;
  max-width: 42rem;
}
.h--custom .custom--features {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 1rem;
}
.h--custom .feature--item {
  display: flex;
  gap: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.h--custom .feature--item .feature--icon {
  width: 1.8rem;
  height: 1.8rem;
  background: #00ffd1;
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-top: 9px;
}
.h--custom .feature--item p {
  font-family: "Helvetica", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 3.6rem;
}
.h--custom .custom--content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.h--custom .content--paragraph {
  font-weight: 400;
  margin: 0;
}
.h--custom .custom--cta {
  align-self: flex-start;
  background: none;
  border: 2px solid #00ffd1 !important;
  color: white;
  padding: 0;
  font-size: 1.4rem;
  font-weight: lighter;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-top: 1rem;
  width: 20rem;
  height: 7rem;
}
.h--custom .custom--cta:hover {
  background: #00ffd1;
  color: #000;
}
.h--custom .arrow--down {
  position: absolute;
  bottom: -7rem;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .h--custom .custom--container {
    flex-direction: column;
    text-align: left;
    padding: 4rem 2rem;
    gap: 4rem;
  }
  .h--custom .feature--item {
    text-align: left !important;
  }
  .h--custom .custom--features {
    padding-left: 0 !important;
    align-items: flex-start;
  }
  .h--custom .custom--cta {
    align-self: flex-start;
  }
}
@media (max-width: 830px) {
  .h--custom .custom--container {
    padding: 4rem 2rem;
  }
  .h--custom .custom--left h2 {
    font-size: 8rem !important;
    line-height: 0.9em !important;
  }
}
@media (max-width: 600px) {
  .h--custom .custom--left h2 {
    font-size: 7rem !important;
    line-height: 0.9em !important;
  }
}
@media (max-width: 600px) {
  .h--custom .custom--left h2 {
    font-size: 6rem !important;
    line-height: 0.9em !important;
  }
}
@media (max-width: 480px) {
  .h--custom .custom--container {
    padding: 3rem 1.5rem;
  }
  .h--custom .custom--cta {
    width: 18rem;
    height: 6.5rem;
  }
}

.h--howwework {
  background: white;
  position: relative;
  padding: 2rem 2rem 0;
}
.h--howwework .howwework--wrap {
  margin: 3rem 0;
}
.h--howwework .howwework--wrap h2 {
  text-align: center;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 14.6rem;
  font-weight: 400;
  max-width: 40rem;
  color: #00ffd1;
  text-transform: uppercase;
  line-height: 13rem !important;
  margin: 0 auto;
  padding: 4rem 0;
}
.h--howwework .howwework--wrap h4 {
  text-align: center;
  font-family: "Helvetica", sans-serif;
  font-size: 1.4rem !important;
  font-weight: lighter;
  max-width: 55rem;
  margin: 0 auto;
}
.h--howwework .howwework--wrap .work--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 80rem;
  margin: 6rem auto;
  padding: 0 2rem;
  row-gap: 8rem;
  position: relative;
}
.h--howwework .howwework--wrap .work--content .work--tag {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.h--howwework .howwework--wrap .work--content .work--tag p {
  font-family: "Helvetica", sans-serif;
}
.h--howwework .howwework--wrap .work--content .work--tag .tag--img {
  width: 14.1rem;
  height: 14.1rem;
  background-repeat: no-repeat;
  display: block;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background-position: center;
  background-size: contain;
  object-fit: cover;
}
.h--howwework .howwework--wrap .work--content .work--tag .tag--title {
  font-weight: bold;
  text-align: center;
  line-height: 3.2rem;
  margin-top: 2rem;
}
.h--howwework .howwework--wrap .work--content .work--tag .tag--content {
  font-weight: lighter;
  text-align: center;
  margin-top: 0.5rem;
}
@media (max-width: 650px) {
  .h--howwework .howwework--wrap .work--content .work--tag {
    width: 48% !important;
  }
}
@media (max-width: 350px) {
  .h--howwework .howwework--wrap .work--content .work--tag {
    width: 100% !important;
  }
}
@media (max-width: 375px) {
  .h--howwework .howwework--wrap .work--content .work--tag .tag--img {
    width: 12rem;
    height: 12rem;
  }
  .h--howwework .howwework--wrap .work--content .work--tag .tag--title {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
  .h--howwework .howwework--wrap .work--content .work--tag .tag--content {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 830px) {
  .h--howwework .howwework--wrap .work--content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 830px) {
  .howwework--wrap h2 {
    font-size: 8rem !important;
    line-height: 0.9em !important;
  }
}
@media (max-width: 600px) {
  .howwework--wrap h2 {
    font-size: 7rem !important;
    line-height: 0.9em !important;
  }
}
@media (max-width: 600px) {
  .howwework--wrap h2 {
    font-size: 6rem !important;
    line-height: 0.9em !important;
  }
}
@media (max-width: 375px) {
  .howwework--wrap h2 {
    font-size: 6rem !important;
  }
}
.letscollaborate {
  background: #00ffd1;
  color: #7300ff;
  padding: 6rem 2rem 10rem;
  display: flex;
  justify-content: center;
}

.collab--wrap {
  width: 100%;
  max-width: 1200px;
  text-align: center;
}

.collab--headline {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto 3rem;
  font-size: 14.6rem;
  font-weight: 400;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  line-height: 0.9em;
  max-width: 100rem;
}
@media (max-width: 768px) {
  .collab--headline span:first-child,
  .collab--headline span:last-child {
    font-size: 7rem;
    line-height: 0.9em;
  }
}

.collab--lede {
  color: black;
  max-width: 820px;
  margin: 0 auto 5rem;
  font-size: 1.5rem;
  line-height: 2.6rem;
}

.collab--form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.collab--inputs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (max-width: 992px) {
  .collab--inputs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .collab--inputs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 350px) {
  .collab--inputs {
    grid-template-columns: 1fr;
  }
}

.collab--field {
  position: relative;
  display: grid;
  align-items: center;
  border: 2px solid #7300ff;
  height: 72px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
}
.collab--field input {
  background: transparent;
  border: 0;
  outline: none;
  color: #7300ff;
  width: 100%;
  height: 100%;
  padding: 20px 8px 0 8px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.25rem;
}
.collab--field .field--label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  text-transform: uppercase;
  color: #7300ff;
  transition: all 0.18s ease;
  background: transparent;
  padding: 0 0.35rem;
  white-space: nowrap;
  letter-spacing: 0.2rem;
}
.collab--field input:focus + .field--label,
.collab--field input:not(:placeholder-shown) + .field--label {
  top: 6px;
  left: 8px;
  transform: none;
}

.collab--message {
  position: relative;
  border: 2px solid #7300ff;
  padding: 0;
}
.collab--message textarea {
  background: transparent;
  border: 0;
  outline: none;
  color: #7300ff;
  font-size: 1.2rem;
  resize: vertical;
  min-height: 220px;
  width: 100%;
  padding: 30px 10px 10px 10px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.25rem;
}
.collab--message .field--label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  text-transform: uppercase;
  color: #7300ff;
  transition: all 0.18s ease;
  padding: 0 0.35rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  white-space: nowrap;
}
.collab--message textarea:focus + .field--label,
.collab--message textarea:not(:placeholder-shown) + .field--label {
  top: 8px;
  left: 8px;
  transform: none;
}

.collab--actions {
  margin-top: 1rem;
}

.btn--primary {
  background: #7300ff;
  color: #fff;
  border: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  cursor: pointer;
  width: 20rem;
  height: 7rem;
}
.btn--primary:hover {
  background: rgba(115, 0, 255, 0.7);
}

@media (max-width: 375px) {
  .btn--primary {
    width: 18rem;
    height: 6.5rem;
  }
}
.h--playlist {
  background: #f4f4f4;
  position: relative;
  padding: 2rem 2rem 8rem;
}
.h--playlist .playlist--wrap {
  margin: 5rem 0;
}
.h--playlist .playlist--wrap h2 {
  text-align: center;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 14.6rem;
  font-weight: 400;
  max-width: 30rem;
  color: #00ffd1;
  text-transform: uppercase;
  line-height: 13rem !important;
  margin: 0 auto;
  padding: 4rem 0;
}
.h--playlist .playlist--wrap .picker--inner {
  display: grid;
  max-width: 125rem;
  margin: 4rem auto;
  column-gap: 3rem;
  row-gap: 4.5rem;
  grid-template-columns: repeat(auto-fill, minmax(min(20rem, 100%), 1fr));
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .h--playlist .playlist--wrap .picker--inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.h--playlist .playlist--wrap .pl--card {
  position: relative;
  max-width: 22.5rem;
}
.h--playlist .playlist--wrap .pl--card .pl--clip {
  width: 22.5rem;
  height: 22.5rem;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background-position: center;
  background-size: contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .h--playlist .playlist--wrap .pl--card .pl--clip {
    background-size: contain;
  }
}
@media (max-width: 600px) {
  .h--playlist .playlist--wrap .pl--card .pl--clip {
    width: 18rem;
    height: 18rem;
  }
}
@media (max-width: 375px) {
  .h--playlist .playlist--wrap .pl--card .pl--clip {
    width: 16rem;
    height: 16rem;
  }
}
.h--playlist .playlist--wrap .pl--card .overlay--link {
  width: 22.5rem;
  height: 22.5rem;
  display: block;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  bottom: 0;
  transition: background-color 0.4s linear;
}
.h--playlist .playlist--wrap .pl--card .overlay--link h3 {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #00ffd1;
}
@media (max-width: 600px) {
  .h--playlist .playlist--wrap .pl--card .overlay--link {
    width: 18rem;
    height: 18rem;
  }
}
@media (max-width: 375px) {
  .h--playlist .playlist--wrap .pl--card .overlay--link {
    width: 16rem;
    height: 16rem;
  }
}
.h--playlist .playlist--wrap .pl--card:hover .overlay--link {
  background-color: rgba(0, 0, 0, 0.3);
}
.h--playlist .playlist--wrap .pl--browse {
  text-align: center;
  margin: 8rem auto 0;
}
.h--playlist .arrow--down {
  position: absolute;
  bottom: -7rem;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 830px) {
  .playlist--wrap h2 {
    font-size: 8rem !important;
    line-height: 0.9em !important;
  }
}
@media (max-width: 600px) {
  .playlist--wrap h2 {
    font-size: 7rem !important;
    line-height: 0.9em !important;
  }
}
@media (max-width: 600px) {
  .playlist--wrap h2 {
    font-size: 6rem !important;
    line-height: 0.9em !important;
  }
}
.h--blog {
  padding: 2rem;
}
.h--blog .blog--container {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 60rem;
  width: 100%;
  margin: 6rem auto;
  height: 100%;
  max-width: 129.3rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 4.4rem 6.2rem;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .h--blog .blog--container {
    background-size: cover !important;
  }
}
.h--blog .blog--container .blog--motif {
  position: absolute;
  top: 7rem;
  right: 6.2rem;
}
.h--blog .blog--container .blog--inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  column-gap: 2rem;
  width: 100%;
  margin: 0 auto;
}
.h--blog .blog--container .blog--inner h2 {
  max-width: 47rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 14.6rem;
  font-weight: 400;
  color: #00ffd1;
  text-transform: uppercase;
  text-align: left !important;
  line-height: 13rem !important;
  margin-bottom: 0 !important;
}
.h--blog .blog--container .blog--inner .btn--blk {
  color: white;
  font-size: 1.3rem;
  font-weight: lighter;
  font-family: "Impact";
  line-height: 1.6;
  letter-spacing: 0.29em;
  text-transform: uppercase;
  width: 20rem;
  height: 7rem;
  margin-bottom: 2rem;
  justify-self: end;
}
.h--blog .blog--container .blog--inner .btn--blk:hover {
  color: black !important;
}

@media (max-width: 768px) {
  .h--blog .blog--inner {
    grid-template-columns: 1fr auto;
    align-items: end;
    row-gap: 3rem;
  }
  .h--blog .blog--inner h2 {
    font-size: 8rem !important;
    line-height: 0.9em !important;
  }
}
@media (max-width: 600px) {
  .h--blog .blog--inner h2 {
    font-size: 5.5rem !important;
    line-height: 0.78em !important;
    max-width: 26rem !important;
  }
  .h--blog .blog--inner {
    grid-template-columns: 1fr auto;
    align-items: end;
    column-gap: 1.2rem;
  }
  .h--blog .blog--inner .btn--blk {
    justify-self: end;
    width: 14rem;
    height: 5.5rem;
    font-size: 1.1rem;
    letter-spacing: 0.18em;
    margin: 0 0 0.9rem 0;
  }
  .h--blog .blog--container .blog--motif {
    top: 1.2rem;
    right: 1.8rem;
    width: 4rem;
    height: auto;
  }
}
@media (max-width: 375px) {
  .h--blog .blog--container {
    padding: 1.5rem !important;
    min-height: 50rem;
  }
  .h--blog .blog--inner h2 {
    font-size: 5rem !important;
    line-height: 0.78em !important;
    max-width: 24rem !important;
    margin-bottom: 1rem !important;
  }
  .h--blog .blog--container .blog--motif {
    top: 1rem;
    right: 1.5rem;
    width: 3.8rem;
    height: auto;
  }
  .h--blog .blog--inner {
    grid-template-columns: 1fr auto;
    align-items: end;
    column-gap: 1.2rem;
  }
  .h--blog .blog--inner .btn--blk {
    justify-self: end;
    margin: 0 0 0.8rem 0;
    width: 13rem;
    height: 5rem;
    font-size: 1.1rem;
    letter-spacing: 0.18em;
  }
}
.about .hero--container .hero--inner {
  height: 80vh;
}
.about .hero--container .hero--inner #heroBg {
  height: 80vh;
}
.about .hero--container .hero--inner .hero--content h1 {
  color: white;
  text-align: center;
  position: absolute;
  bottom: -1%;
  font-size: 10vw;
  line-height: 0.85em;
}
@media only screen and (min-width: 1024px) {
  .about .hero--container .hero--inner .hero--content h1 {
    bottom: -2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .about .h--intro .intro--wrap {
    max-width: 112rem;
  }
}
@media only screen and (min-width: 1024px) {
  .about .h--intro .intro--wrap p {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

.a--why {
  background: #f4f4f4;
  padding: 2rem;
  position: relative;
}
.a--why .why--container {
  margin: 5rem 0;
}
.a--why .why--container h2 {
  text-align: center;
}
.a--why .why--container .why--inner {
  display: flex;
  flex-direction: column-reverse;
  max-width: 60rem;
  margin: 3rem auto;
  column-gap: 3rem;
}
@media only screen and (min-width: 768px) {
  .a--why .why--container .why--inner {
    flex-direction: row;
    max-width: 90rem;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .a--why .why--container .why--inner {
    max-width: 112rem;
    margin: 5rem auto 7rem;
  }
}
@media only screen and (min-width: 1024px) {
  .a--why .w--copy {
    max-width: 63rem;
  }
}
.a--why .w--copy .w--list {
  list-style-image: url(/assets/icons/diamond.svg);
  padding-inline-start: 2rem;
  font-family: "Helvetica", sans-serif;
}
.a--why .w--copy .w--list h3 {
  font-family: "Helvetica", sans-serif;
  text-transform: uppercase;
}
.a--why .w--copy .w--list p {
  line-height: 1.75em;
}
.a--why .w--copy .w--list li {
  padding: 0 1rem 2rem;
}
.a--why .w--copy .w--list a.link {
  color: #000;
  text-decoration: underline;
  transition: color 0.4s linear;
}
.a--why .w--copy .w--list a.link:hover {
  color: #0500FF;
}
.a--why .w--img {
  max-width: 25rem;
  margin: 0 auto 3rem;
}
.a--why .w--img img {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .a--why .w--img {
    max-width: 40rem;
  }
}
.a--why .arrow--down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7rem;
}

.a--box .blog--container .btn--blk {
  color: #fff;
}
.a--box .blog--container .btn--blk:hover {
  color: #000;
}

.discover header {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
  position: sticky;
  z-index: 900;
  background: #fff;
}
.discover header .header--inner ul, .discover header .header--inner li, .discover header .header--inner a {
  color: black;
}

.embed {
  padding: 2rem;
}
.embed .em--inner {
  position: relative;
  padding: 0 0 10rem 0;
}
.embed .em--inner .arrow--down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10rem;
  z-index: 10;
}
.embed h1 {
  text-align: center;
  font-size: 4.5rem;
  margin: 3rem auto;
}
@media only screen and (min-width: 1024px) {
  .embed h1 {
    font-size: 6rem;
  }
}
.embed .em--wrapper {
  max-width: 100rem;
  margin: 0 auto 7rem;
}
.embed .em--wrapper iframe {
  width: 100%;
}
.embed .em--link {
  margin: 0 auto 2rem;
  text-align: center;
}

.h--playlist.d--playlist {
  background-color: #f4f4f4;
  padding-bottom: 3rem;
}
.h--playlist.d--playlist .playlist--wrap {
  margin: 14rem auto 5rem;
}
.h--playlist.d--playlist .playlist--wrap .picker--inner {
  max-width: 73.5rem;
}

.d--box .blog--container {
  margin-top: 4rem;
}
.d--box .blog--container .arrow--right {
  visibility: hidden;
  position: absolute;
  left: -5rem;
  bottom: 7.5rem;
}
@media only screen and (min-width: 1200px) {
  .d--box .blog--container .arrow--right {
    visibility: visible;
  }
}
.d--box .blog--container .btn--blk {
  color: #fff;
}
.d--box .blog--container .btn--blk:hover {
  color: #000;
}

footer {
  background: #7300ff;
  padding: 2rem;
}
footer .footer--container {
  max-width: 129.3rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
footer .footer--container .arrow--down__white {
  position: absolute;
  top: -4rem;
  right: 2rem;
  z-index: 1 !important;
  pointer-events: none;
}

.footer--inner {
  display: flex;
  flex-direction: column;
  padding: 5rem 0 12rem;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .footer--inner {
    justify-content: space-between;
    flex-direction: row;
    max-width: 129.3rem;
    padding-right: 8rem;
  }
}
.footer--inner .logo {
  margin: 0 2rem 2rem 0;
}
.footer--inner .f--nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 4rem;
}
@media only screen and (min-width: 768px) {
  .footer--inner .f--nav {
    display: grid;
    grid-template-columns: repeat(5, max-content);
    column-gap: 6rem;
  }
}

.nav--col .f--title {
  color: #00ffd1;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: normal;
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 3.9rem;
  letter-spacing: 0.05em;
}
.nav--col ul {
  color: white;
  list-style-type: none;
  padding-inline-start: 0;
  margin: 0.6rem 0;
}
.nav--col ul li {
  color: white;
}
.nav--col ul li a {
  color: white;
  font-weight: 400;
  font-family: "Helvetica", sans-serif;
  font-size: 1.5rem;
  line-height: 3.9rem;
  letter-spacing: 0.05em;
  transition: color 0.2s ease;
}
.nav--col ul li a:hover, .nav--col ul li a:focus {
  color: #00ffd1;
  text-decoration: underline;
}
.nav--col ul li a:focus-visible {
  outline: 2px solid #00ffd1;
  outline-offset: 2px;
}
.nav--col.social .f--title {
  color: white;
  margin-bottom: 1.5rem;
}

.footer--after {
  max-width: 113rem;
  margin: 0 auto;
}
.footer--after .after--links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 3rem;
  margin-top: 0.5rem;
}
.footer--after .copyright {
  font-weight: 400;
  font-size: 1.2rem;
  font-family: "Helvetica";
  line-height: 3.5rem;
  letter-spacing: 0.1em;
  color: white;
}
.footer--after .after--links a {
  color: white;
  font-weight: 400;
  font-size: 1.2rem;
  font-family: "Helvetica";
  line-height: 3.5rem;
  text-decoration: underline;
  letter-spacing: 0.1em;
}

.cart--wrap {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  padding-bottom: 64px;
}
.cart--hero {
  background: #7300ff;
  width: 100%;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px 16px 40px;
}
.cart--heroTitle {
  text-align: center;
  color: #00ffd1;
  font-family: Impact, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
  font-size: 146px;
  line-height: 130px;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cart--heroTitle {
    font-size: 88px;
    line-height: 96px;
  }
}
@media (max-width: 600px) {
  .cart--heroTitle {
    font-size: 64px;
    line-height: 72px;
  }
}
@media (max-width: 425px) {
  .cart--heroTitle {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 375px) {
  .cart--heroTitle {
    font-size: 40px;
    line-height: 48px;
  }
}
.cart--heroSubtitle {
  margin-top: 12px;
  text-align: center;
  color: #ffffff;
  font-family: Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, sans-serif;
  font-size: 15px;
  line-height: 26px;
}
@media (max-width: 600px) {
  .cart--heroSubtitle {
    font-size: 14px;
    line-height: 22px;
  }
}
.cart--content {
  max-width: 1200px;
  margin: 94px auto 0;
  padding: 0 16px;
  background: #ffffff;
  border-radius: 4px;
}
.cart--quoteTitle {
  text-align: center;
  color: #7300ff;
  font-family: Impact, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
  font-size: 146px;
  line-height: 130px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cart--quoteTitle {
    font-size: 88px;
    line-height: 96px;
  }
}
@media (max-width: 600px) {
  .cart--quoteTitle {
    font-size: 64px;
    line-height: 72px;
  }
}
@media (max-width: 425px) {
  .cart--quoteTitle {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 375px) {
  .cart--quoteTitle {
    font-size: 40px;
    line-height: 48px;
  }
}
.cart--quoteSubtitle {
  margin-top: 12px;
  text-align: center;
  color: #000000;
  font-family: Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, sans-serif;
  font-size: 15px;
  line-height: 26px;
}
.cart--form {
  margin-top: 32px;
  background: transparent;
  padding: 0;
  border: none;
}
.cart--grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 540px) {
  .cart--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 425px) {
  .cart--grid {
    grid-template-columns: 1fr;
  }
}
.cart--field {
  border: 2px solid #7300ff;
  padding: 21px 57px 12px;
  min-height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.cart--placeholder {
  text-align: center;
  width: 100%;
  color: #c89bff;
  letter-spacing: 4.06px;
  font-family: Impact, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.cart--input, .cart--select, .cart--textarea {
  width: 100%;
  border: 2px solid #7300ff;
  padding: 21px 24px;
  min-height: 81px;
  background: #ffffff;
  color: #c89bff;
  font-family: Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, sans-serif;
  font-size: 14px;
  outline: none;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  text-align: center;
}
.cart--input::placeholder, .cart--select::placeholder, .cart--textarea::placeholder {
  text-transform: uppercase;
  letter-spacing: 4.06px;
  color: #c89bff;
  font-family: Impact, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
}
.cart--input:focus, .cart--select:focus, .cart--textarea:focus {
  border-color: #7300ff;
  box-shadow: 0 0 0 2px rgba(115, 0, 255, 0.25);
}
.cart--select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M6 9l6 6 6-6' fill='none' stroke='%237300ff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 24px 24px;
  min-height: 81px;
  text-align-last: center;
  padding-right: 60px;
  text-transform: uppercase;
  letter-spacing: 4.06px;
}
.cart--textarea {
  min-height: 240px;
  resize: vertical;
}
.cart--selectRow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 425px) {
  .cart--selectRow {
    grid-template-columns: 1fr;
  }
}
.cart--notice {
  border: 2px solid #7300ff;
  margin: 19px 0 0;
  padding: 93px 356px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cart--notice {
    padding: 64px 120px 36px;
  }
}
@media (max-width: 600px) {
  .cart--notice {
    padding: 40px 24px 24px;
  }
}
.cart--noticeText {
  text-align: center;
  color: #c89bff;
  font-family: Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.cart--submitWrap {
  margin: 48px auto 0;
  max-width: 240px;
}
.cart--submit {
  border: 2px solid #7300ff;
  background: #7300ff;
  color: #ffffff;
  font-family: Impact, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4.06px;
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}
.cart--submit:hover {
  background: rgb(101.2, 0, 224.4);
  transform: translateY(-1px);
}
.cart--submit:active {
  transform: translateY(0);
}

.contact--wrap {
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
}
.contact--hero {
  background: #7300ff;
  width: 100%;
  padding: 80px 20px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}
.contact--heroTitle {
  text-align: center;
  color: #00ffd1;
  font-family: Impact, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
  font-size: 120px;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .contact--heroTitle {
    font-size: 80px;
  }
}
@media (max-width: 375px) {
  .contact--heroTitle {
    font-size: 50px;
  }
}
.contact--heroGrid {
  display: flex;
  justify-content: center;
  gap: 80px;
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 768px) {
  .contact--heroGrid {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    text-align: center;
  }
}
.contact--heroCol {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .contact--heroCol {
    align-items: center;
    flex-direction: column;
  }
}
.contact--diamond {
  width: 24px;
  height: 24px;
  background: #00ffd1;
  transform: rotate(45deg);
  margin-top: 8px;
  flex-shrink: 0;
}
.contact--heroInfo h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.contact--heroInfo p, .contact--heroInfo a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  display: block;
  text-decoration: none;
}
.contact--heroInfo a:hover {
  text-decoration: underline;
}
.contact--heroInfo .info-block {
  margin-bottom: 16px;
}
.contact--main {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 20px;
  position: relative;
}
@media (max-width: 768px) {
  .contact--main {
    flex-direction: column;
    padding: 40px 20px;
  }
}
.contact--column {
  flex: 1;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact--column:first-child {
  border-right: 2px solid #7300ff;
}
@media (max-width: 768px) {
  .contact--column {
    padding: 0 0 60px;
  }
  .contact--column:first-child {
    border-right: none;
    border-bottom: 2px solid #7300ff;
    margin-bottom: 60px;
  }
}
.contact--formTitle {
  color: #7300ff;
  font-family: Impact, sans-serif;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 375px) {
  .contact--formTitle {
    font-size: 50px;
  }
}
.contact--formSubtitle {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
}
.contact--form {
  width: 100%;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 375px) {
  .contact--grid {
    grid-template-columns: 1fr;
  }
}
.contact--selectRow {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.contact--row {
  display: flex;
  gap: 20px;
}
@media (max-width: 375px) {
  .contact--row {
    flex-direction: column;
  }
}
.contact--input, .contact--select, .contact--textarea {
  width: 100%;
  border: 2px solid #7300ff;
  padding: 20px;
  min-height: 60px;
  background: #ffffff;
  color: #c89bff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  text-align: center;
  transition: all 0.2s;
  border-radius: 0;
  appearance: none;
}
.contact--input::placeholder, .contact--select::placeholder, .contact--textarea::placeholder {
  color: #e0cfff;
  font-family: Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}
.contact--input:focus, .contact--select:focus, .contact--textarea:focus {
  border-color: #5a00cc;
}
.contact--input::placeholder, .contact--textarea::placeholder {
  color: #e0cfff;
  font-family: Impact, sans-serif;
  letter-spacing: 2px;
}
.contact--select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M6 9l6 6 6-6' fill='none' stroke='%237300ff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 24px;
  padding-right: 40px;
  cursor: pointer;
  color: #e0cfff;
  font-family: Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact--select.has-value {
  color: #c89bff;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}
.contact--textarea {
  min-height: 200px;
  resize: vertical;
  display: flex;
  align-items: center;
  padding-top: 80px;
  line-height: 1.5;
}
.contact--textarea:focus, .contact--textarea:not(:placeholder-shown) {
  padding-top: 20px;
}
.contact--submit {
  background: #7300ff;
  color: #ffffff;
  font-family: Impact, sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  width: 200px;
  height: 60px;
  margin: 20px auto 0;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact--submit:hover {
  background: #5c00cc;
}

.custom-request header .header--inner ul li,
.custom-request header .header--inner ul li a {
  color: #00ffd1 !important;
}
.custom-request header .header--inner .btn--outline {
  color: #00ffd1 !important;
  border-color: #00ffd1 !important;
}

.custom--wrap {
  font-family: Arial, sans-serif;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.custom--wrap .btn--outline {
  width: auto !important;
  min-width: fit-content !important;
  height: auto !important;
  white-space: nowrap !important;
}

.custom-process .playlist--wrap h2,
.custom-composer .playlist--wrap h2 {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

.custom-hero {
  position: relative;
  height: 100vh;
  width: 100%;
  background: #f4f4f4;
}
.custom-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  opacity: 0.15;
}
.custom-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent);
  z-index: 1;
}
.custom-hero__content {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 8rem;
}
.custom-hero__title {
  color: #7300FF;
  font-family: Impact, "Arial Narrow Bold", sans-serif;
  font-size: 12rem;
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
  max-width: 90rem;
  text-align: center;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .custom-hero__title {
    font-size: 9rem;
    max-width: 70rem;
  }
}
@media (max-width: 768px) {
  .custom-hero__title {
    font-size: 5.5rem;
    max-width: 50rem;
    padding: 0 2rem;
  }
}
@media (max-width: 425px) {
  .custom-hero__title {
    font-size: 3.8rem;
    line-height: 1;
  }
}
.custom-hero__subtitle {
  max-width: 48rem;
  text-align: center;
  line-height: 1.6;
  font-size: 1.5rem;
  color: #333;
  padding: 0 2rem;
}
.custom-hero__cta {
  margin-top: 1.5rem;
  color: #000;
  background: transparent;
  border: 2px solid #00ffd1;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-family: Impact, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.25em;
  padding: 1.8rem 4rem;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  width: auto;
  min-width: fit-content;
  height: auto;
}
.custom-hero__cta:hover {
  background: #00ffd1;
  color: #000;
}
.custom-hero__diamond {
  position: absolute;
  bottom: -7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.custom-hero__diamond .pl--clip {
  width: 14rem;
  height: 14rem;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background-position: center;
  background-size: cover;
}

.custom-process {
  background: white !important;
  padding-top: 10rem !important;
  padding-bottom: 4rem !important;
  position: relative !important;
  min-height: 50vh;
}
.custom-process .playlist--wrap {
  margin-top: 0 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 2rem;
}
.custom-process * {
  visibility: visible !important;
}
.custom-process__intro {
  font-size: 1.8rem !important;
  font-style: italic;
  max-width: 55rem;
  text-align: center;
  margin: 0 auto 3rem;
  padding: 0 2rem;
  color: #333;
  line-height: 1.5;
}
.custom-process__heading {
  font-family: Impact, "Arial Narrow Bold", sans-serif;
  font-size: 12rem;
  font-weight: 400;
  color: #00ffd1;
  text-transform: uppercase;
  text-align: center;
  line-height: 0.95;
  margin-top: 8rem !important;
  margin-bottom: 3rem !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .custom-process__heading {
    font-size: 7rem;
    margin-top: 5rem !important;
    margin-bottom: 2.5rem !important;
  }
}
@media (max-width: 425px) {
  .custom-process__heading {
    font-size: 5rem;
    margin-top: 4rem !important;
    margin-bottom: 2rem !important;
  }
}
.custom-process__description {
  max-width: 50rem;
  text-align: center;
  margin: 0 auto 4rem;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .custom-process__description {
    max-width: 90%;
  }
}
.custom-process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 100rem;
  margin: 0 auto 5rem;
  padding: 0 2rem;
}
@media (max-width: 992px) {
  .custom-process__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media (max-width: 600px) {
  .custom-process__grid {
    grid-template-columns: 1fr;
  }
}
.custom-process__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.custom-process__img {
  width: 12rem;
  height: 12rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1.5rem;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.custom-process__title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.8rem;
  color: #000;
}
.custom-process__content {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #555;
  max-width: 22rem;
}
.custom-process__stages {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 4rem;
}
.custom-process__timeline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .custom-process__timeline {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}
.custom-process__stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.custom-process__diamond {
  width: 2.4rem;
  height: 2.4rem;
  background: #00ffd1;
  transform: rotate(45deg);
  margin-bottom: 1.5rem;
}
.custom-process__label {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: Impact, sans-serif;
  line-height: 1;
  color: #7300ff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.custom-process__line {
  position: absolute;
  top: 3.2rem;
  left: 1.2rem;
  right: 1.2rem;
  height: 2px;
  background: #7300ff;
  z-index: 1;
}
@media (max-width: 768px) {
  .custom-process__line {
    display: none;
  }
}

.custom-composer {
  background: #7300ff !important;
  padding-left: 0;
  padding-right: 0;
  position: relative !important;
}
.custom-composer .playlist--wrap {
  padding-bottom: 0 !important;
  display: block !important;
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 2rem;
  padding-right: 2rem;
}
.custom-composer__heading {
  font-family: Impact, "Arial Narrow Bold", sans-serif;
  font-size: 12rem;
  font-weight: 400;
  color: #00ffd1;
  text-transform: uppercase;
  text-align: center;
  line-height: 0.95;
  margin-top: 8rem !important;
  margin-bottom: 3rem !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .custom-composer__heading {
    font-size: 7rem;
    margin-top: 5rem !important;
    margin-bottom: 2.5rem !important;
  }
}
@media (max-width: 425px) {
  .custom-composer__heading {
    font-size: 5rem;
    margin-top: 4rem !important;
    margin-bottom: 2rem !important;
  }
}
.custom-composer__content {
  padding: 0 0 3rem;
}
.custom-composer__text {
  max-width: 55rem;
  text-align: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .custom-composer__text {
    max-width: 90%;
  }
}
.custom-composer__text--narrow {
  max-width: 50rem;
  text-align: center;
  margin: 0 auto;
  color: white;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .custom-composer__text--narrow {
    max-width: 90%;
  }
}
.custom-composer__banner {
  text-align: center;
  color: #7300ff;
  background: #00ffd1;
  padding: 1.2rem;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
  margin-top: 3rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.custom-composer__cta-wrap {
  display: flex;
  justify-content: center;
  padding: 3rem 0 5rem;
}
.custom-composer__cta {
  background: #7300ff;
  color: white;
  border: 2px solid white;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-family: Impact, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.25em;
  padding: 1.8rem 4rem;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  width: auto;
  min-width: fit-content;
  height: auto;
}
.custom-composer__cta:hover {
  background: white;
  color: #7300ff;
}

.custom-form {
  background: #f7f7f7;
  padding: 8rem 2rem;
}
.custom-form__wrap {
  max-width: 100rem;
  margin: 0 auto;
}
.custom-form__headline {
  font-family: Impact, "Arial Narrow Bold", sans-serif;
  font-size: 12rem;
  font-weight: 400;
  text-align: center;
  margin-top: 8rem !important;
  margin-bottom: 3rem !important;
  margin-left: auto;
  margin-right: auto;
  color: #7300ff;
  line-height: 0.95;
  text-transform: uppercase;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .custom-form__headline {
    font-size: 7rem;
    margin-top: 5rem !important;
    margin-bottom: 2.5rem !important;
  }
}
@media (max-width: 425px) {
  .custom-form__headline {
    font-size: 4.5rem;
    margin-top: 4rem !important;
    margin-bottom: 2rem !important;
  }
}
.custom-form__lede {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  color: #333;
}
.custom-form__lede strong {
  font-weight: 700;
}
.custom-form__form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
}
.custom-form__section {
  display: flex;
  flex-direction: column;
}
.custom-form__label {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #7300ff;
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.custom-form__label--optional {
  font-size: 1.2rem;
  font-weight: 400;
  color: #7300ff;
}
.custom-form__buttons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .custom-form__buttons {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .custom-form__buttons {
    grid-template-columns: repeat(2, 1fr);
  }
}
.custom-form__option {
  padding: 1.4rem 0.8rem;
  margin: 0;
  width: auto;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  background: transparent;
  color: #7300ff;
  border: 2px solid #7300ff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.custom-form__option:hover {
  background: #7300ff;
  color: white;
}
.custom-form__option--selected {
  background: #7300ff;
  color: white;
}
.custom-form__input {
  padding: 1.8rem 1.5rem;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  border: 2px solid #7300ff;
  outline: none;
  background: transparent;
  text-align: center;
  color: #7300ff;
}
.custom-form__input::placeholder {
  color: rgba(115, 0, 255, 0.35);
  font-weight: 400;
}
.custom-form__input--small {
  font-size: 1.4rem;
  padding: 1.4rem 1rem;
  font-weight: 400;
}
.custom-form__input--small::placeholder {
  font-family: Impact, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.custom-form__input--button {
  cursor: pointer;
  font-family: Impact, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
}
.custom-form__textarea-wrap {
  position: relative;
  width: 100%;
}
.custom-form__textarea {
  padding: 2rem;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  border: 2px solid #7300ff;
  outline: none;
  background: transparent;
  resize: vertical;
  min-height: 14rem;
  color: #7300ff;
  text-align: left;
  width: 100%;
}
.custom-form__textarea::placeholder {
  color: transparent;
}
.custom-form__textarea:focus {
  border-color: #7300ff;
}
.custom-form__placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(115, 0, 255, 0.35);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  pointer-events: none;
  width: calc(100% - 4rem);
  line-height: 1.4;
}
.custom-form__placeholder--hidden {
  display: none;
}
.custom-form__row {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr;
  gap: 1.5rem;
  align-items: start;
}
@media (max-width: 768px) {
  .custom-form__row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.custom-form__cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
@media (max-width: 600px) {
  .custom-form__cols {
    grid-template-columns: 1fr;
  }
}
.custom-form__cols--wide {
  gap: 1.5rem;
}
.custom-form__actions {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.custom-form__submit {
  background: #00ffd1;
  color: #7300ff;
  padding: 2rem 5rem;
  width: auto;
  min-width: fit-content;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  height: auto;
}
.custom-form__submit:hover {
  background: #7300ff;
  color: white;
}

/*# sourceMappingURL=main.css.map */
