@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@100..900&display=swap");
:root {
  --font-body-scale: 1.25;
  --lg-padding: 6rem;
  --md-padding: 4rem;
  --sm-padding: 2rem;
  --navbar-height: 2rem;
  --default-radius: 1.5rem;
}

:root {
  --small: 0.8rem !important;
}

small {
  font-size: 0.8rem !important;
}

:root {
  --p: 1rem !important;
}

p {
  font-size: 1rem;
}

:root {
  --h1: 4.768371582rem;
}

h1 {
  font-size: 4.768371582rem;
}

:root {
  --h2: 3.8146972656rem;
}

h2 {
  font-size: 3.8146972656rem;
}

:root {
  --h3: 3.0517578125rem;
}

h3 {
  font-size: 3.0517578125rem;
}

:root {
  --h4: 2.44140625rem;
}

h4 {
  font-size: 2.44140625rem;
}

:root {
  --h5: 1.953125rem;
}

h5 {
  font-size: 1.953125rem;
}

:root {
  --h6: 1.5625rem;
}

h6 {
  font-size: 1.5625rem;
}

:root {
  --h7: 1.25rem;
}

h7 {
  font-size: 1.25rem;
}

.extra-small {
  font-size: 0.64rem !important;
}
.extra-small :root {
  --extra-small: 0.64rem !important;
}

.hidden-sm-up {
  display: none;
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none;
  }
}

.hidden-sm-down {
  display: none;
}
@media (max-width: 576px) {
  .hidden-sm-down {
    display: none;
  }
}

.hidden-md-up {
  display: none;
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none;
  }
}

.hidden-md-down {
  display: none;
}
@media (max-width: 768px) {
  .hidden-md-down {
    display: none;
  }
}

.hidden-lg-up {
  display: none;
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none;
  }
}

.hidden-lg-down {
  display: none;
}
@media (max-width: 992px) {
  .hidden-lg-down {
    display: none;
  }
}

.hidden-xl-up {
  display: none;
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none;
  }
}

.hidden-xl-down {
  display: none;
}
@media (max-width: 1200px) {
  .hidden-xl-down {
    display: none;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-size: 78.125%;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background-color: #f9f9f9 !important;
  color: #fff !important;
}
@media (max-width: 768px) {
  html,
  body {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  html,
  body {
    font-size: 8px;
  }
}
@media (max-width: 576px) {
  html,
  body {
    font-size: 11px;
  }
}

* {
  box-sizing: border-box !important;
}

.hero-bg {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 100vh;
  position: fixed;
  z-index: 1;
}

.hero-banner {
  background-size: cover;
  background-position: 80% 20% !important;
  background-repeat: no-repeat;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: auto;
  padding: 4rem;
}
@media (max-width: 768px) {
  .hero-banner {
    padding: 5rem 2rem !important;
    background-position: 80% 20% !important;
  }
}
@media (max-width: 576px) {
  .hero-banner {
    padding: 5rem 2rem !important;
    background-position: 80% 20% !important;
  }
}
.hero-banner .container h5 {
  font-weight: 300;
}
@media (max-width: 576px) {
  .hero-banner .container h5 {
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .hero-banner .container h5 {
    max-width: 100% !important;
  }
}
.hero-banner .starbound img {
  height: -moz-fit-content;
  height: fit-content;
  max-width: 22.125rem;
}

span {
  margin: 0 0.25rem;
}
span.super-script {
  font-size: 2rem;
  vertical-align: super;
}
span.comma {
  margin-left: 0rem;
  margin-right: 1rem;
}

h3.card-title {
  font-size: 5rem !important;
}
@media (max-width: 576px) {
  h3.card-title {
    font-size: 2.8rem !important;
  }
}

.card-title {
  letter-spacing: 0px;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: 2rem !important;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to right, #2a4fb3, #621780, #be1980, #621780, #2a4fb3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.wrapper {
  padding: 0 6rem !important;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 !important;
  }
}
@media (max-width: 576px) {
  .wrapper {
    padding: 0 !important;
  }
}
.wrapper__block {
  background-color: #fff;
}

section {
  z-index: 100;
  position: relative;
}
section.general-info {
  background-color: #fff !important;
  padding: 6rem 3rem !important;
}
@media (max-width: 768px) {
  section.general-info {
    padding: 6rem 1rem !important;
  }
}
@media (max-width: 576px) {
  section.general-info {
    padding: 6rem 2rem !important;
  }
}
section.general-info .general-info__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 12rem;
  border: 3px solid #46b0ff;
  background-color: #fff;
  padding: 2rem;
}
section.general-info .general-info__card * {
  color: #1a1a1a !important;
}
section.general-info .general-info__card .anchor-unlink {
  text-decoration: underline !important;
}
section.general-info .general-info__card--level {
  padding: 5rem 2rem !important;
}
section.general-info .general-info__card--hotel li {
  font-size: 1.2rem;
  font-weight: 300;
}
section.general-info .general-info__card--hotel .hotel-img {
  padding: 3rem;
}
section.general-info .general-info__card--awards {
  padding: 0rem !important;
  border: unset !important;
}
@media (max-width: 576px) {
  section.general-info .general-info__card--awards {
    padding: 0rem !important;
  }
}
section .award-section__wrapper {
  clear: both;
  padding: 2rem;
  border: 3px solid #46b0ff;
  height: 100%;
}
section .award-section__wrapper .award_desc {
  font-size: 1.2rem;
}
section .award-section__wrapper img {
  height: 3rem !important;
  width: auto !important;
}
.download-registration {
  background: linear-gradient(273deg, #be1980 -87.49%, #621780 -34.44%, #2a4fb3 43.37%, #46b0ff 96.41%);
}
.download-registration__stars {
  height: 2.25rem;
}
@media (max-width: 576px) {
  .download-registration__stars {
    height: 1.5rem !important;
  }
}
@media (max-width: 768px) {
  .download-registration__stars {
    height: 2rem !important;
  }
}
.download-registration__click_button {
  width: 19.6785rem;
  box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #be1980 -9.09%, #621780 130.68%);
  padding: 0.75rem 0.125rem;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  border-radius: 9999px;
  border: 0.1875rem solid #be1980;
  gap: 0.5rem;
  min-width: 20rem;
}
.download-registration__click_button:hover {
  background: linear-gradient(180deg, #be1980 -9.09%, #831fab 130.68%);
}
.download-registration__click_button:active {
  background: linear-gradient(180deg, #be1980 -9.09%, #621780 130.68%);
}
@media (max-width: 576px) {
  .download-registration__click_button {
    margin: 1rem 0;
  }
}
@media (max-width: 768px) {
  .download-registration__click_button {
    margin: 1rem 0;
  }
}

.download-schedule {
  background-size: cover;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.download-schedule__click_button {
  width: 15.8125rem;
  background: linear-gradient(180deg, #46b0ff -9.09%, #2a4fb3 130.68%);
  padding: 0.75rem 0.125rem;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  border-radius: 9999px;
  border: 0.1875rem solid #46b0ff;
  gap: 0.5rem;
  min-width: 20rem;
}
.download-schedule__click_button:hover {
  background: linear-gradient(180deg, #46b0ff -9.09%, #3e66d2 130.68%);
}
.download-schedule__click_button:active {
  background: linear-gradient(180deg, #46b0ff -9.09%, #2a4fb3 130.68%);
}
@media (max-width: 768px) {
  .download-schedule__click_button {
    margin: 1rem 0;
    width: 100% !important;
  }
}

.lazy-bg--loaded {
  background-size: cover;
}

section.footer {
  padding: 6rem 7rem !important;
  padding-bottom: 1rem !important;
  background-color: #fff;
}
@media (max-width: 768px) {
  section.footer {
    padding: 5rem 2rem !important;
  }
}
@media (max-width: 576px) {
  section.footer {
    padding: 6rem 2rem !important;
  }
}
section.footer a {
  text-decoration: none;
}
section.footer * {
  color: #1a1a1a;
}
section.footer .starbound-logo {
  max-width: 60%;
}
@media (max-width: 768px) {
  section.footer .starbound-logo {
    max-width: 100%;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  section.footer .starbound-logo {
    max-width: 60%;
  }
}
@media (max-width: 576px) {
  section.footer .starbound-logo {
    max-width: 100%;
  }
}
section.footer .right-panel {
  font-weight: 500;
}
@media (max-width: 768px) {
  section.footer .right-panel .promo {
    width: 100% !important;
    max-width: 80% !important;
  }
}
section.footer .right-panel span {
  font-size: 1.2rem !important;
  background: var(--Linear-Gradient-Hor, linear-gradient(270deg, #be1980 0%, #621780 28.85%, #2a4fb3 71.15%, #46b0ff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.footer .copyright {
  opacity: 0.6;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  section.footer .copyright {
    opacity: 0.8;
  }
  section.footer .copyright small {
    font-size: 1rem !important;
  }
  section.footer .copyright .dwm-logo {
    height: 1.5rem;
  }
}
@media (max-width: 576px) {
  section.footer .copyright {
    opacity: 0.8;
    font-size: 2rem !important;
  }
}/*# sourceMappingURL=style.css.map */