.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 1080px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: auto;
  background-color: #0e0e0f;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 320px;
  padding-bottom: 0;
  display: block;
}

.navbar-2 {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  max-height: 40vh;
  padding-left: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_nav-menu {
  z-index: 102;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 61px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.navbar_line {
  z-index: 101;
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navbar_link-wrap {
  flex: none;
  margin-left: auto;
  margin-right: auto;
  line-height: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #80868b;
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  padding: 33px 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: block;
}

.link_underline {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #0000;
  outline: 0 #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 3px;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  transform: none;
}

.navbar_brand {
  flex: 0 auto;
  width: 40px;
  max-width: none;
  height: 40px;
  margin-left: 277.625px;
  margin-right: 0;
  display: block;
}

.navbar_menu-button, .navbar_nav-menu_mobile {
  display: none;
}

.navbar-blur {
  z-index: 98;
  opacity: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 100%;
  height: 80px;
  max-height: 40vh;
  position: fixed;
}

.banner-section {
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  max-height: none;
  display: block;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.banner-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85vh;
  padding-top: 0%;
  display: flex;
  position: relative;
}

.hypestudios-text {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/HYPESTUDIOS-TEXT.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
  width: 550px;
  max-width: none;
  height: 72px;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.content-wrapper {
  z-index: 6;
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  overflow: visible;
}

.hypestudios-map {
  object-fit: cover;
  background-image: url('../images/banner-hypestudios.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.hypestudios {
  background-image: url('../images/HYPESTUDIOS-ICON-WEBSITE.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}

.content-section {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 100px 250px;
  display: flex;
  overflow: visible;
}

.map-wrapper {
  width: 100%;
  height: 85vh;
  position: relative;
}

.animated-dot-overlay {
  z-index: 5;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.content-layout {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 550px;
  display: flex;
  position: static;
}

.text-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.paragraph-description {
  color: #1f2328;
  text-align: justify;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.heading-main {
  color: #1f2328;
  text-align: center;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.divider {
  background-color: #dbdde1;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cta-button {
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #1f2328;
  border: 1px solid #0000;
  border-radius: 10px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: static;
}

.cta-button:hover {
  background-color: #2f3137;
}

.text-visit-the-website {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: block;
}

.footer-section {
  background-color: #1a1a1a;
  margin-left: 0;
  padding: 50px 250px;
}

.container-footer {
  max-width: none;
}

.footer-top-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  display: flex;
}

.footer-link {
  color: #fff;
  flex: 0 auto;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.social-icons-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.social-link-x {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/ICON-X.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-clip: border-box;
  border-radius: 0;
  width: 25px;
  height: 25px;
}

.social-link-linkedin {
  background-color: #fff;
  background-image: url('../images/ICON-IN.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  width: 25px;
  height: 25px;
}

.footer-divider {
  background-color: #333;
  width: 100%;
  height: 0.8px;
  margin: 20px 0 30px;
  padding-left: 0;
  padding-right: 0;
}

.footer-bottom-wrapper {
  color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-rights-reserved {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.surface-link {
  color: #fff;
  cursor: pointer;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.footer-divider-seond {
  display: none;
}

.surface-link-mobile {
  color: #fff;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.bold-text {
  color: #1f2328;
  font-family: Mona Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.bold-text.last-modified {
  font-weight: 600;
}

.bold-text.important-inquiries, .bold-text.get-support {
  font-size: 16px;
}

.contact-link {
  color: #1f2328;
  font-size: 16px;
  text-decoration: underline;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.contact-link:hover {
  color: #51545c;
}

.support-link {
  color: #1f2328;
  font-size: 16px;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.support-link:hover {
  color: #51545c;
}

.footer-left-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-cookie-preferences {
  text-align: center;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.footer-divider-vertical {
  box-sizing: border-box;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1.6px;
  height: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.cookie-modal_button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  overflow-wrap: normal;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin: 35px 50px 0;
  display: flex;
}

.cookie-modal-wrapper {
  z-index: 9999;
  opacity: 1;
  background-color: #000000bf;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cookie-modal-wrapper.is-hidden, .cookie-modal-wrapper.is-hidden.is-closed {
  display: none;
}

.cookie-modal-card {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-text-fill-color: inherit;
  background-color: #fffffff2;
  background-clip: border-box;
  border: 2px solid #dbdde1f2;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  height: auto;
  min-height: 0;
  max-height: 80vh;
  margin-left: 0;
  padding: 50px 0;
  display: block;
  position: static;
  overflow: auto;
  box-shadow: 0 0 20px #e9eaea33;
}

.cookie-modal_description {
  color: #1f2328;
  text-align: justify;
  margin-bottom: 0;
  margin-left: 50px;
  margin-right: 50px;
  font-family: Mona Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.cookie-modal_heading {
  color: #1f2328;
  text-align: left;
  word-break: normal;
  justify-content: space-around;
  align-items: center;
  margin: 35px 50px 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: block;
}

.cookie-modal_link {
  color: #1f2328;
  border: 0 solid #0000;
  font-family: Mona Sans, sans-serif;
  font-weight: 600;
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
  transition: text-decoration-color cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_link:hover {
  text-decoration-color: #1f2328;
}

.text-button-cookies {
  color: #fff;
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.text-cookie-prefs {
  color: #1f2328;
  text-align: center;
  word-break: normal;
  cursor: pointer;
  margin-top: 12px;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 14px;
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
  transition: text-decoration-color cubic-bezier(.25, .46, .45, .94);
}

.text-cookie-prefs:hover {
  text-decoration-color: #1f2328;
}

.cookie-prefs-wrapper {
  z-index: 10000;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0;
}

.cookie-prefs-wrapper.is-hidden {
  display: none;
}

.cookie-prefs-card {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fffffff2;
  border: 2px solid #dbdde1f2;
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  height: auto;
  max-height: 80vh;
  padding: 50px 0;
  display: flex;
  overflow: auto;
  box-shadow: 0 0 20px #e9eaea33;
}

.cookie-prefs-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cookie-prefs-list {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px 50px;
  overflow: auto;
}

.cookie-switch {
  cursor: pointer;
  background-color: #80868b1a;
  border-radius: 24px;
  width: 44px;
  height: 24px;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.cookie-switch.is-on {
  background-color: #a9c3f9;
}

.close-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #80868b1a;
  border-radius: 30%;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
}

.cookie-preferences-header {
  color: #1f2328;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.necessary-cookies-text {
  color: #1f2328;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.necessary-cookies-paragraph {
  color: #1f2328;
  text-align: justify;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 12px;
}

.about-cookies-header {
  color: #1f2328;
  word-break: normal;
  margin-left: 50px;
  margin-right: 50px;
  font-family: Mona Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.analytics-cookies-paragraph {
  color: #1f2328;
  text-align: justify;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.close-line {
  background-color: #565656;
  width: 50%;
  height: 2px;
  transform: rotate(45deg);
}

.close-line.is-first {
  flex-flow: row;
  display: block;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%)rotate(-45deg);
}

.close-line.is-second {
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%)rotate(45deg);
}

.hypestudios-logo-cookie-prefs {
  background-image: url('../images/HYPESTUDIOS-ICON-COOKIE.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}

.text-button-prefs {
  color: #fff;
  text-align: center;
  word-break: normal;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.cookie-prefs-modal_button {
  cursor: pointer;
  background-color: #1f2328;
  border-radius: 10px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 15px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.necessary-cookies-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.always-active {
  color: #3a78f4;
  text-align: right;
  word-break: normal;
  font-family: Mona Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.analytics-cookies-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.cookie-switch-handle {
  background-color: #adadad;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94), transform .2s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  top: 3px;
  left: 3px;
}

.analytics-cookies-text {
  color: #1f2328;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.cookie-modal_button {
  cursor: pointer;
  background-color: #1f2328;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  display: flex;
}

.cookie-modal_button.is-primary {
  cursor: pointer;
  border-radius: 10px;
}

.text-block-privacy {
  width: auto;
  max-width: none;
}

.describe-privacy {
  color: #1f2328;
  text-align: justify;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.heading-privacy {
  color: #1f2328;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.list-item {
  color: #1f2328;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mona Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: square;
  display: block;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  list-style-type: square;
  display: none;
}

.tools-google-link {
  color: #1f2328;
  text-align: justify;
  word-break: normal;
  overflow-wrap: normal;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.tools-google-link:hover {
  color: #51545c;
}

.control-cookies-link {
  color: #1f2328;
  text-align: justify;
  word-break: normal;
  font-family: Mona Sans, sans-serif;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.control-cookies-link:hover {
  color: #51545c;
}

.privacy-link {
  color: #1f2328;
  font-weight: 600;
  text-decoration: none;
}

.privacy-link:hover {
  text-decoration: underline;
}

.last-modified {
  color: #1f2328;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.list-description {
  text-align: justify;
  overflow-wrap: normal;
  padding-left: 40px;
}

.item-list {
  color: #1f2328;
  text-align: justify;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mona Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  list-style-type: square;
}

.item-list.retention-text {
  margin-top: 0;
}

.list-item-2 {
  list-style-type: square;
}

@media screen and (max-width: 1080px) {
  .navbar-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    max-height: 40vh;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    inset: 0% 0% auto;
  }

  .navbar_nav-menu {
    z-index: 102;
    display: none;
    position: fixed;
  }

  .navbar_line {
    height: 2px;
  }

  .navbar_brand {
    margin-left: 0;
    padding-left: 0;
  }

  .navbar_menu-button {
    color: #fff;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .navbar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    display: flex;
    position: static;
  }

  .menu-icon-wrapper {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    color: #fff;
    cursor: pointer;
    background-color: #80868b1a;
    border: 1px solid #0000;
    border-radius: 30%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .hamburger-line {
    background-color: #fff;
    width: 50%;
    height: 2px;
  }

  .hamburger-line.top-line {
    transition: transform .2s cubic-bezier(.25, .46, .45, .94);
    transform: translate(0);
  }

  .hamburger-line.top-line.is-active {
    transform: translate(0, 5px);
  }

  .hamburger-line.bottom-line {
    transition: transform .2s cubic-bezier(.25, .46, .45, .94);
    transform: translate(0);
  }

  .hamburger-line.bottom-line.is-active {
    transform: translate(0, -5px);
  }

  .navbar_nav-menu_mobile {
    z-index: 120;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #0c0d0df2;
    border: 0 solid #1f1f1ff2;
    border-top-width: 1px;
    border-radius: 5px 5px 0 0;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 210px;
    max-height: 60vh;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    transition: transform .2s cubic-bezier(.25, .46, .45, .94), opacity .2s cubic-bezier(.25, .46, .45, .94);
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
    overflow: auto;
    transform: translate(0, 100%);
  }

  .navbar_nav-menu_mobile.is-active {
    opacity: 1;
    transform: translate(0);
  }

  .link-mobile {
    color: #80868b;
    text-align: center;
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 18px 2.78vh;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-decoration: none;
    display: block;
  }

  .navbar-blur {
    z-index: 98;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    justify-content: center;
    align-items: center;
    display: block;
  }

  .navbar_link-block-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-text-fill-color: inherit;
    background-color: #18191a;
    background-clip: border-box;
    border: 1px solid #303031;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .navbar_link-wrap-mobile {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .navbar_line-mobile-first {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #303031;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 1px;
    margin-bottom: 0;
    display: flex;
    position: static;
  }

  .navbar_line-mobile-second {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #303031;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 1px;
    display: flex;
    position: static;
  }

  .banner-section {
    background-image: none;
    height: 100%;
    display: block;
  }

  .banner-wrapper {
    height: 80vh;
    padding-left: 0;
    padding-right: 0;
  }

  .hypestudios-text {
    aspect-ratio: 550 / 72;
    width: 50%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .content-wrapper {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
  }

  .hypestudios-map {
    background-size: cover;
  }

  .content-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .map-wrapper {
    height: 80vh;
  }

  .content-layout {
    width: auto;
  }

  .footer-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer-top-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-links-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-left: 0;
  }

  .footer-link {
    flex-flow: row;
    display: block;
  }

  .footer-divider {
    margin-top: 30px;
  }

  .footer-bottom-wrapper {
    flex-flow: column;
    justify-content: center;
  }

  .text-rights-reserved {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .surface-link {
    padding-top: 0;
    display: none;
  }

  .footer-divider-seond {
    background-color: #303636;
    width: 100%;
    height: 0.8px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .surface-link-mobile {
    display: block;
  }

  .cookie-modal-wrapper {
    display: flex;
  }

  .mobile-menu-content-wrapper {
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow: auto;
  }

  .cookie-prefs-wrapper {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .banner-section {
    height: 100%;
  }

  .banner-wrapper {
    height: 60vh;
    padding-top: 0%;
  }

  .hypestudios-text {
    width: 50%;
    height: auto;
  }

  .hypestudios-map {
    background-size: cover;
  }

  .map-wrapper {
    height: 60vh;
  }

  .content-layout {
    width: auto;
  }

  .cookie-modal_button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .cookie-modal-wrapper {
    display: flex;
  }

  .cookie-modal-card {
    border-top-color: #dbdde1f2;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    inset: auto 0% 0%;
  }

  .cookie-modal_heading {
    text-overflow: clip;
    overflow-wrap: normal;
  }

  .text-cookie-prefs {
    margin-top: 12px;
  }

  .cookie-prefs-wrapper {
    display: flex;
  }

  .cookie-prefs-card {
    border-color: #dbdde1f2 #0000 #0000;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    max-width: none;
    position: fixed;
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 479px) {
  .navbar_brand {
    margin-left: 0;
  }

  .navbar-wrapper {
    flex-flow: row;
  }

  .banner-section {
    background-image: none;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-wrapper {
    height: 60vh;
    padding-left: 0;
    padding-right: 0;
  }

  .hypestudios-text {
    aspect-ratio: 550 / 72;
    background-position: 50%;
    width: 70%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .hypestudios {
    display: inline-block;
  }

  .content-layout {
    width: auto;
  }

  .text-block {
    width: auto;
    padding-top: 0;
  }

  .paragraph-description {
    max-height: none;
    display: block;
  }

  .cta-button {
    flex: 0 auto;
    display: flex;
  }

  .footer-top-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .footer-links-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .footer-link {
    display: block;
  }

  .text-rights-reserved, .surface-link-mobile {
    text-align: center;
  }

  .bold-text {
    text-align: justify;
  }

  .footer-left-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .footer-divider-vertical {
    display: none;
  }

  .cookie-modal_button-wrapper {
    word-break: normal;
    overflow-wrap: normal;
    justify-content: center;
    position: static;
  }

  .cookie-modal-wrapper {
    display: flex;
  }

  .cookie-modal-card {
    border-top-color: #dbdde1f2;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 50px 0;
    position: fixed;
    inset: auto 0% 0%;
  }

  .text-button-cookies {
    text-align: center;
    cursor: auto;
    position: static;
  }

  .text-cookie-prefs {
    text-align: center;
  }

  .cookie-prefs-wrapper {
    display: flex;
  }

  .cookie-prefs-card {
    max-width: none;
    max-height: 80vh;
    position: fixed;
    inset: auto 0% 0%;
  }

  .cookie-prefs-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-button-prefs {
    text-align: center;
  }

  .cookie-prefs-modal_button {
    word-break: normal;
    overflow-wrap: normal;
  }

  .necessary-cookies-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}


