@import "../sass-queries.css";
.iconContainer {
  position: relative;
  transition: transform 0.25s ease;
}

*:has(> .iconContainer) {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

*:hover > .iconContainer {
  transform: translateX(3px);
}

.icon-hover::before {
  left: -8px !important;
  right: auto !important;
  top: 50% !important;
  transform: translateY(-50%);
  transition: width 0.25s ease, opacity 0.25s ease;
  background: currentColor !important;
}

.iconContainer,
.iconContainer *,
.icon-default,
.icon-default * {
  color: inherit;
}

.icon-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.icon-default svg {
  display: block;
  fill: currentColor;
}
.icon-default path {
  fill: currentColor;
}

.pageWrapper > .pageTitle {
  margin: auto;
}
@media (min-width: 1024px) {
  .pageWrapper > .pageTitle {
    max-width: 1290px;
    margin: auto;
  }
}
.pageWrapper > .pageTitle > h2 {
  font-weight: 300;
  font-size: 16px;
  line-height: 90%;
  vertical-align: middle;
  text-transform: uppercase;
  background: linear-gradient(270deg, #C2FD70 0%, #21E273 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pageWrapper > .pageTitle > h1 {
  font-family: "comix loud", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 191%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  background: linear-gradient(90deg, #FF4E00 0%, #FF6600 50%, #FF9500 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (min-width: 1024px) {
  .pageWrapper > .pageTitle > h1 {
    font-size: 30px;
  }
}
.pageWrapper > .wrapper {
  width: 100%;
  height: 100%;
  background: #1C1C31;
  padding: 64px 0;
}
.pageWrapper > .wrapper > .content {
  margin: auto;
}
@media (min-width: 1024px) {
  .pageWrapper > .wrapper > .content {
    max-width: 1430px;
  }
}
.pageWrapper > .specialWrapper {
  width: 100%;
  height: 100%;
  padding: 64px 0;
}
.pageWrapper > .specialWrapper > .content {
  max-width: 348px;
  margin: auto;
}
@media (min-width: 1024px) {
  .pageWrapper > .specialWrapper > .content {
    max-width: 1290px;
  }
}

.hs-richtext {
  color: white !important;
}

.hsForm_adcf4ac7-e608-4f2d-bd05-384c474d01f3 > fieldset > div > label {
  color: white !important;
}

.submitted-message {
  color: white !important;
}

.shareSticky {
  position: fixed;
  display: none;
  flex-direction: column;
  gap: 18px;
  left: 16px;
  top: 15rem;
  z-index: 999;
}
@media (min-width: 1024px) {
  .shareSticky {
    display: flex;
  }
}
.shareSticky > a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 8.26px;
  border-radius: 206.41px;
  text-align: center;
  color: #FFFFFF;
  font-size: 22px;
  cursor: pointer;
  border: 1.03px solid #FFFFFF;
}
.shareSticky > a > i {
  color: #FFFFFF;
}

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