@font-face {
  font-family: Stintultracondensed;
  src: url('../fonts/StintUltraCondensed-Regular.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Averiaseriflibre;
  src: url('../fonts/AveriaSerifLibre-Bold.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald Variablefont Wght;
  src: url('../fonts/Oswald-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Averiaseriflibre;
  src: url('../fonts/AveriaSerifLibre-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --albie-popup-blue: #125ba5;
  --whiteish: #fff;
  --albie-yellow: #f7cb4b;
  --albie-pistacchio: #e6e3ba;
  --albie-light-red: #ff5a7f;
  --albie-red: #c73354;
  --65-alpha-white: #ffffffbf;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  z-index: 9996;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0% auto auto;
  overflow: hidden;
}

.door-l {
  z-index: 9994;
  background-image: url('../images/door-r.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.door-r {
  z-index: 9994;
  background-image: url('../images/door-r.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block {
  z-index: 1;
  background-image: radial-gradient(circle, #0000001a, #000c), url('../images/bg-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.div-block-4 {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.albie-img-hero {
  max-height: 50vh;
}

.scroll-track {
  width: 100%;
  height: 350vh;
  display: none;
  overflow: visible;
}

.albie-logo-hero {
  max-width: 24vw;
  padding-top: 0;
}

.big-title {
  color: var(--albie-popup-blue);
  text-align: center;
  text-transform: uppercase;
  font-family: Stintultracondensed, Impact, sans-serif;
  font-size: clamp(60px, 6vw, 80px);
  font-weight: 500;
  line-height: 1;
}

.main-paragraph {
  color: var(--albie-popup-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Averiaseriflibre, Georgia, sans-serif;
  font-size: clamp(18px, 1.6vw, 26px);
  font-weight: 300;
  line-height: 1.2;
}

.page-headings.text-align-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: 1;
  background-color: var(--whiteish);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: 1;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 3rem;
  display: flex;
  box-shadow: 0 4rem 4rem #0003;
}

.separator-bio {
  aspect-ratio: 5;
  justify-content: center;
  align-items: center;
  height: 4em;
  display: flex;
}

.bio-container {
  z-index: 2;
  aspect-ratio: 1;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.img-stack-container {
  z-index: 2;
  aspect-ratio: 1;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-weight: 400;
  display: block;
  position: relative;
  box-shadow: 0 4rem 4rem #0003;
}

.stack-img-3 {
  aspect-ratio: 1;
  object-fit: fill;
  border: .8vw solid #fff;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 4rem 4rem #0003;
}

.sticky-container {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  position: static;
  top: 0;
}

.sticky-container.switch {
  flex-flow: row-reverse;
}

.image-fit {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: static;
  inset: 0%;
}

.bio-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.stack-img-2 {
  aspect-ratio: 1;
  object-fit: fill;
  border: .8vw solid #fff;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 4rem 4rem #0003;
}

.stack-img-1 {
  aspect-ratio: 1;
  object-fit: fill;
  border: .8vw solid #fff;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 4rem 4rem #0003;
}

.section-bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.bg-img {
  background-image: url('../images/bg-tibitz.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.bg-img-albie {
  background-image: url('../images/bg-01.jpg');
  background-size: auto;
  width: 100%;
  height: 100%;
}

.ray-wrapper {
  z-index: 9995;
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.image {
  aspect-ratio: 1;
  padding-left: 0;
}

.lottie-animation {
  height: 3rem;
}

.lottie-animation-2 {
  width: 7rem;
  transform: rotate(-20deg);
}

.nav-info {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  text-decoration: none;
  position: relative;
  top: 4vw;
}

.button-nav {
  filter: drop-shadow(0 11px 5px #00000080);
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  transition: opacity;
  display: block;
  position: relative;
}

.parents-section {
  background-image: url('../images/ALBE_SWIRL.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
  position: relative;
}

.section-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--albie-popup-blue);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Stintultracondensed, Impact, sans-serif;
  font-size: 5rem;
  line-height: 1;
  display: flex;
}

.section-subhead {
  color: var(--albie-popup-blue);
  text-align: center;
  text-wrap: balance;
  font-family: Averiaseriflibre, Georgia, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
}

.section-container {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  background-color: var(--whiteish);
  border-radius: 4.5vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80vw;
  padding: 2rem 5vw;
  display: flex;
  box-shadow: 0 1rem 1rem #0003;
}

.section-container.yellow {
  background-color: var(--albie-yellow);
}

.section-container.pistacchio {
  background-color: var(--albie-pistacchio);
}

.action-btn {
  background-color: var(--albie-light-red);
  color: var(--whiteish);
  text-align: center;
  -webkit-text-stroke-color: var(--albie-red);
  text-transform: none;
  border-radius: 1rem;
  padding: 1rem 2rem 1.2rem;
  font-family: Oswald Variablefont Wght, Impact, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.action-btn:hover {
  background-color: var(--albie-light-red);
  letter-spacing: .05em;
}

.action-btn:active {
  background-color: var(--albie-red);
  color: var(--albie-yellow);
  border-radius: 15rem;
  box-shadow: 0 0 #00000026;
}

.parents-item-container {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 11px;
}

.parents-pg {
  color: var(--albie-popup-blue);
  text-align: center;
  text-wrap: balance;
  font-family: Averiaseriflibre, Georgia, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.1;
}

.div-block-16 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.text-span {
  color: var(--albie-red);
}

.nav-btn-off {
  z-index: 200;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.btn-img-wrapper {
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  position: relative;
  box-shadow: 0 7px 5px #0003;
}

.nav-btn-on {
  z-index: 201;
  opacity: 1;
  width: 100%;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.nav-link-wrapper {
  z-index: 9999;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: grid;
  position: relative;
}

.link-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block.about {
  display: flex;
}

.nav-bar {
  z-index: 9999;
  background-color: #ddd0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.lottie-animation-4 {
  height: 100%;
}

.brand {
  height: 4.5vw;
}

.main-nav-container {
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  display: flex;
  position: relative;
}

.nav-bg-wrapper {
  justify-content: center;
  display: block;
}

.nav-content-wrapper {
  z-index: 9998;
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  background-color: #ffffffe6;
  border-radius: 0% 0% 7vw 7vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0%;
  display: flex;
  position: fixed;
  inset: 0 auto auto;
  overflow: hidden;
  box-shadow: 20px 0 100px 20px #00000075;
}

.nav-btn-title {
  color: var(--albie-popup-blue);
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-family: Oswald Variablefont Wght, Impact, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1;
}

.nav-outliner {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10vw;
  margin-bottom: 7vw;
  display: flex;
}

.sectiion-container {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.item-thumbnail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: auto;
  color: var(--albie-popup-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  position: relative;
  overflow: hidden;
}

.th-icon {
  z-index: 5;
  width: 4rem;
  position: absolute;
  inset: auto auto .5rem .5rem;
}

.th-img {
  width: 100%;
  overflow: clip;
}

.thumbnail-container {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1vw;
  margin-bottom: 1vw;
  display: grid;
  overflow: visible;
}

.activities-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
  position: relative;
}

.bio-section-m {
  background-color: #c7dfbd;
  height: 200vh;
  display: none;
  position: relative;
}

.link-block-m {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: none;
}

.originals-section {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.main-heading {
  color: var(--albie-red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Stintultracondensed, Impact, sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}

.lottie-animation-5 {
  width: 9vw;
}

.text-span-2 {
  color: var(--albie-red);
}

.related-section {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 8vw;
  padding-bottom: 8vw;
  display: flex;
  position: relative;
}

.big-title-2 {
  color: #125ba5;
  text-align: center;
  text-transform: uppercase;
  font-family: Stintultracondensed, Impact, sans-serif;
  font-size: clamp(60px, 6vw, 80px);
  font-weight: 500;
  line-height: 1;
}

.main-paragraph-2 {
  color: #125ba5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Averiaseriflibre, Georgia, sans-serif;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 300;
  line-height: 1.2;
}

.lottie-animation-6 {
  height: 3rem;
}

.about-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.footer-social-link {
  color: #fff;
  margin-left: 12px;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-dark {
  z-index: 8888;
  background-color: #08114d;
  height: auto;
  padding: 10vw 5vw 8vw;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-small {
  color: #f9d62b;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Fredoka, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.container-4 {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-9 {
  color: #fff;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Fredoka, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #f9d62b;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-copyright-center {
  color: var(--albie-popup-blue);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Fredoka, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.text-about {
  color: var(--albie-popup-blue);
  text-align: center;
  width: 50vw;
  max-width: 1280px;
  font-family: Stintultracondensed, Impact, sans-serif;
  font-size: 5em;
  font-weight: 300;
  line-height: 1.2;
}

.text-span-3 {
  color: var(--albie-red);
}

.text-span-4 {
  color: var(--albie-light-red);
}

.text-span-5 {
  color: #8aa489;
}

.text-span-6 {
  color: #5bbcda;
}

.div-block-17 {
  width: 20vw;
}

.eo-thumb-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--albie-popup-blue);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  font-family: Fredoka, sans-serif;
  font-size: 2rem;
  text-decoration: none;
  display: flex;
}

.eo-thumb-wrrapper {
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.eo-thumb-title {
  line-height: 1;
}

.eo-related-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.eo-badge {
  z-index: 9;
  aspect-ratio: 1;
  width: 25%;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.section-6 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.th-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: 1.5vw;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.th-ep-title {
  text-align: center;
  font-family: Averiaseriflibre, Georgia, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.25;
}

.image-10 {
  width: 100%;
  height: 100%;
}

.bg-img-tibitz {
  background-image: url('../images/bg-tibitz.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.bg-img-rosie {
  background-image: url('../images/bg-rosie.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.bg-img-zia {
  background-image: url('../images/bg-zia.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.bg-img-jay {
  background-image: url('../images/BG-JAY.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.bg-img-huggy {
  background-image: url('../images/bg-huggy.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.th-icon-act {
  width: 4rem;
  position: absolute;
  inset: auto auto .5rem .5rem;
}

.link-block-2 {
  width: 5rem;
}

.lottie-animation-7 {
  width: 100%;
}

.menu-button {
  background-color: #fff0;
}

.menu-button.w--open {
  background-color: #ffefef00;
}

.ic-play {
  z-index: 9;
  width: 3.5vw;
  position: absolute;
  inset: auto auto .5rem .5rem;
}

.ic-act {
  z-index: 9;
  width: 4rem;
  position: absolute;
  inset: auto auto .5rem .5rem;
}

.edye-play-cta {
  width: 15vw;
}

.navbar-3 {
  z-index: 9999;
  background-color: #0000;
  width: 100%;
  height: 90px;
  padding: 10px 32px;
  display: block;
  position: fixed;
}

.nav-menu-2 {
  background-color: var(--65-alpha-white);
  border-radius: 3rem;
  width: 80%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  box-shadow: 0 1.5rem 1.5rem #0003;
}

.lottie-animation-9 {
  height: 100%;
}

.container-6 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation-10 {
  height: 100%;
  max-height: 50px;
}

.menu-button-3 {
  height: 100%;
}

.menu-button-3.w--open {
  background-color: #0000;
  padding: 1rem;
}

.brand-4, .nav-main-container {
  height: 100%;
}

.nav-link-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-btn--m {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--albie-popup-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-btn--m.mobile {
  display: none;
}

.mobile-hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.ray-wrapper--m {
  z-index: 9995;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.door-l--m {
  z-index: 9994;
  background-image: url('../images/door-r.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.door-r--m {
  z-index: 9994;
  background-image: url('../images/door-r.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.albie-wrapper--m {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 100px;
  display: flex;
  position: relative;
  inset: 0%;
}

.lottie-animation-11 {
  aspect-ratio: 1;
  border-radius: 50%;
  width: 6vw;
  height: 6vw;
  box-shadow: 0 1rem 1rem #0003;
}

.logo-edye-footer {
  max-width: 150px;
  margin-bottom: 20px;
}

.stores-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.html-embed-3 {
  color: #20409a;
  width: 100%;
  height: 100%;
  position: relative;
  top: 2px;
}

.social-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-nav-wrapper {
  background-color: #20409a;
  height: 100%;
  padding-bottom: 100px;
}

.footer-contents {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.divider {
  background-color: #f9d62b;
  width: 1px;
  height: 8px;
}

.footer-nav-divider {
  background-color: #fff;
  width: 1px;
  height: 1.1rem;
}

.footer-nav {
  color: #fff;
  padding: 16px 10px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.footer-nav:hover {
  color: #f7d62b;
}

.footer-nav:active {
  color: #4083c5;
}

.footer-nav-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.mascot-container {
  justify-content: center;
  align-items: center;
  max-width: 15em;
  display: flex;
  position: absolute;
  inset: 2% auto auto 22%;
}

.footer {
  margin-top: 3em;
  position: relative;
}

.store-link {
  max-width: 152px;
}

.copyright-txt {
  color: #4084c5;
  margin-top: 3em;
  font-size: .8em;
  line-height: 1;
}

.footer-nav-txt {
  color: #f9d62b;
  letter-spacing: .5px;
  font-family: Fredoka, sans-serif;
  font-size: 1em;
  line-height: 1;
}

.footer-nav-txt:hover {
  color: #fff;
}

.footer-nav-txt:active {
  color: #4084c5;
}

.ray-hero-wrapper {
  aspect-ratio: 1;
  width: 100%;
}

.lottie-animation-12 {
  background-image: linear-gradient(#fff, #fff);
}

.text-block {
  display: none;
}

@media screen and (min-width: 1920px) {
  .main-paragraph {
    line-height: 1.25;
  }

  .body {
    overflow: visible;
  }

  .section-heading {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: block;
  }

  .section-subhead {
    line-height: 1.25;
  }

  .action-btn {
    padding-bottom: 1.2rem;
  }

  .action-btn:hover {
    letter-spacing: .05em;
  }

  .parents-pg {
    line-height: 1.25;
  }

  .nav-link-wrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-bar {
    display: block;
  }

  .nav-btn-title {
    font-size: 1.3vw;
  }

  .related-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 8vw;
    padding-bottom: 8vw;
    display: flex;
  }

  .eo-thumb-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    color: var(--albie-popup-blue);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    text-decoration: none;
    display: flex;
  }

  .eo-thumb-wrrapper {
    border-radius: 2rem;
    position: relative;
    overflow: hidden;
  }

  .eo-thumb-title {
    color: var(--albie-popup-blue);
    font-family: Fredoka, sans-serif;
    font-size: 2rem;
    line-height: 1;
  }

  .eo-thumb-img {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .eo-related-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    justify-content: center;
    align-items: center;
    width: 80vw;
    display: flex;
  }

  .navbar-3 {
    background-color: #0000;
  }
}

@media screen and (max-width: 991px) {
  .door-l, .door-r {
    z-index: 9994;
    display: none;
  }

  .div-block {
    height: 100%;
  }

  .albie-img-hero {
    max-height: 65vh;
  }

  .scroll-track {
    display: none;
  }

  .albie-logo-hero {
    max-width: 50svw;
    max-height: 20vh;
    margin-top: 77px;
    padding-top: 0;
  }

  .big-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8vw;
  }

  .main-paragraph {
    font-size: 1rem;
  }

  .page-headings.text-align-center {
    grid-column-gap: .85rem;
    grid-row-gap: .85rem;
    padding: 1rem;
    box-shadow: 0 2rem 2rem #0003;
  }

  .separator-bio {
    height: 2.5em;
  }

  .bio-container, .img-stack-container {
    aspect-ratio: 1;
  }

  .stack-img-3 {
    transform: translate(0);
  }

  .sticky-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .bio-section {
    height: auto;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .stack-img-1 {
    transform: translate(0);
    box-shadow: 0 2rem 2rem #0003;
  }

  .ray-wrapper {
    z-index: 9995;
    width: 60%;
  }

  .image {
    aspect-ratio: 1;
    overflow: visible;
  }

  .lottie-animation-2 {
    width: 4rem;
  }

  .nav-info {
    font-size: .8rem;
  }

  .parents-section {
    height: auto;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .section-heading {
    font-size: 10vw;
  }

  .section-subhead {
    font-size: 1.4rem;
  }

  .section-container {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    max-width: 740px;
  }

  .action-btn {
    text-transform: none;
    padding: .75rem 1.5rem;
    font-size: 1.5rem;
  }

  .action-btn:hover {
    letter-spacing: 0;
  }

  .parents-pg {
    font-size: 1rem;
    line-height: 1.2;
  }

  .image-5, .image-6, .image-7 {
    width: 9rem;
  }

  .nav-btn-off {
    z-index: 2;
  }

  .btn-img-wrapper {
    width: 9vw;
    height: 9vw;
  }

  .nav-link-wrapper {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .link-block {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    width: 100%;
  }

  .link-block.bio {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .link-block.about {
    display: flex;
  }

  .link-block.related {
    position: relative;
  }

  .nav-bar {
    z-index: 9993;
    display: none;
  }

  .lottie-animation-4 {
    height: 7vw;
  }

  .brand {
    height: 3rem;
  }

  .main-nav-container {
    z-index: 9992;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-content-wrapper {
    z-index: 9991;
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
    box-shadow: 0 50px 10vw 50px #00000080;
  }

  .nav-btn-title {
    text-align: center;
    font-size: 2.5vw;
  }

  .nav-outliner {
    width: 90vw;
    margin-top: 11vw;
    margin-bottom: 6vw;
  }

  .sectiion-container {
    height: auto;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .item-thumbnail:hover {
    box-shadow: none;
    transform: none;
  }

  .th-icon {
    width: 4rem;
  }

  .thumbnail-container {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-columns: 1fr 1fr;
  }

  .activities-section {
    height: auto;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .bio-section-m {
    height: auto;
  }

  .link-block-m {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .originals-section {
    height: auto;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .main-heading {
    font-size: 8vw;
  }

  .lottie-animation-5 {
    width: 20vw;
  }

  .related-section {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .big-title-2 {
    font-size: 8vw;
  }

  .main-paragraph-2 {
    font-size: 1rem;
  }

  .about-section {
    height: auto;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .text-about {
    width: 80vw;
    font-size: 7vw;
  }

  .div-block-17 {
    width: 45vw;
  }

  .eo-thumb-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 50%;
  }

  .eo-thumb-wrrapper {
    border-radius: 1.2rem;
  }

  .eo-thumb-title {
    font-size: 1.4rem;
  }

  .eo-related-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 90vw;
  }

  .th-wrapper {
    width: 100%;
  }

  .link-block-2 {
    width: 3rem;
  }

  .ic-play {
    width: 6vw;
  }

  .edye-play-cta {
    width: 35vw;
  }

  .navbar {
    z-index: 9999;
    background-color: #fff0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    display: flex;
    position: fixed;
  }

  .menu-button-2 {
    height: 100%;
  }

  .container-5 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .brand-2 {
    height: 7vw;
    display: block;
  }

  .brand-3 {
    padding-top: 10px;
  }

  .navbar-2 {
    z-index: 9999;
    width: 100%;
    height: 70px;
    position: fixed;
  }

  .navbar-3 {
    z-index: 9999;
    background-color: #0000;
    width: 100%;
    height: 80px;
    padding: 10px 20px;
    display: block;
    position: fixed;
  }

  .nav-menu-2 {
    background-color: #fffc;
    border-radius: 5vw;
    flex-flow: wrap;
    width: 95%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
  }

  .lottie-animation-9 {
    height: 100%;
  }

  .container-6 {
    min-width: auto;
    max-width: none;
    height: 60px;
    padding-top: 0;
  }

  .lottie-animation-10 {
    height: 100%;
    max-height: 50px;
  }

  .menu-button-3 {
    background-color: #fff0;
  }

  .menu-button-3.w--open {
    background-color: #fff0;
    height: 100%;
  }

  .nav-link-7 {
    color: var(--albie-popup-blue);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Oswald Variablefont Wght, Impact, sans-serif;
    font-size: 1.2rem;
  }

  .nav-link-8 {
    aspect-ratio: auto;
    color: var(--albie-popup-blue);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Oswald Variablefont Wght, Impact, sans-serif;
    font-size: 1.2rem;
  }

  .nav-link-9 {
    color: var(--albie-popup-blue);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Oswald Variablefont Wght, Impact, sans-serif;
    font-size: 1.2rem;
  }

  .brand-4 {
    height: 100%;
  }

  .nav-main-container {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-link-container {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative;
  }

  .div-block-19 {
    position: relative;
  }

  .link-btn-icon-w {
    aspect-ratio: 1;
    width: 10vw;
    position: relative;
  }

  .icon--on {
    z-index: 1;
    position: absolute;
    inset: 0%;
  }

  .icon--off {
    z-index: 2;
    aspect-ratio: 1;
    position: absolute;
    inset: 0%;
  }

  .link-btn--m {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    color: var(--albie-popup-blue);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-family: Oswald Variablefont Wght, Impact, sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .link-btn--m.mobile {
    display: flex;
  }

  .link-btn--m.desktop {
    display: none;
  }

  .mobile-hero {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .ray-wrapper--m {
    z-index: 9995;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 65vw;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .door-l--m, .door-r--m {
    z-index: 9994;
    display: block;
  }

  .albie-wrapper--m {
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    position: absolute;
    inset: 0%;
  }

  .lottie-animation-11 {
    width: 7vw;
    height: 7vw;
  }

  .logo-edye-footer {
    max-width: 120px;
  }

  .stores-container {
    grid-column-gap: 6rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    place-content: stretch center;
    width: 75%;
  }

  .social-container {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
    justify-content: center;
    width: 80%;
  }

  .footer-nav-wrapper {
    height: auto;
    padding-bottom: 100px;
  }

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

  .footer-nav-container {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .mascot-container {
    max-width: 8em;
    top: -3%;
    left: 7%;
  }

  .footer {
    width: 100%;
    min-height: auto;
    margin-top: 2.4em;
    position: relative;
  }

  .store-link {
    max-width: 100px;
  }

  .ray-hero-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .lottie-animation-12 {
    width: 100%;
  }

  .text-block {
    z-index: 9999;
    color: red;
    font-size: 50px;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }
}

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

  .door-l, .door-r {
    height: 100svh;
    display: block;
  }

  .div-block {
    height: 100svh;
  }

  .albie-img-hero {
    max-height: 30svh;
  }

  .scroll-track {
    height: 250svh;
    display: none;
  }

  .albie-logo-hero {
    max-width: 30svw;
    padding-top: 1rem;
  }

  .main-paragraph {
    font-size: 1rem;
  }

  .page-headings.text-align-center {
    padding: .8rem;
  }

  .bio-container {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    max-width: 85%;
  }

  .bio-section {
    display: flex;
  }

  .bio-section.switch {
    display: none;
  }

  .ray-wrapper {
    width: 60svw;
  }

  .image {
    aspect-ratio: 1;
  }

  .lottie-animation {
    height: 1.5rem;
  }

  .parents-section {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-heading {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    font-size: 8vw;
    display: block;
  }

  .section-subhead {
    font-size: 1.1rem;
    line-height: 1.25;
  }

  .section-container {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    border-radius: 5vw;
    width: 90vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section-container.yellow, .section-container.pistacchio {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .action-btn {
    padding-bottom: .85rem;
    font-size: 1.3rem;
  }

  .parents-item-container {
    flex-flow: column;
    width: 80%;
  }

  .parents-pg {
    width: auto;
    font-size: 1.1rem;
    line-height: 1.25;
  }

  .div-block-16 {
    width: 100%;
  }

  .image-5, .image-6, .image-7 {
    width: 7rem;
  }

  .btn-img-wrapper {
    display: block;
  }

  .nav-link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
  }

  .link-block {
    flex-flow: column;
    width: 100%;
  }

  .link-block.about {
    display: flex;
  }

  .nav-bar, .lottie-animation-4 {
    display: none;
  }

  .main-nav-container {
    justify-content: center;
    align-items: center;
  }

  .nav-content-wrapper {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100svw;
    padding-top: 2rem;
  }

  .nav-btn-title {
    text-align: center;
    margin-top: 0;
    font-size: 1rem;
  }

  .nav-outliner {
    margin-bottom: 5vw;
  }

  .sectiion-container {
    height: auto;
    padding-top: 3em;
    padding-bottom: 3rem;
  }

  .item-thumbnail {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .th-icon {
    width: 3rem;
  }

  .thumbnail-container {
    flex-flow: column;
    width: 100%;
  }

  .activities-section {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .bio-section-m {
    display: flex;
  }

  .link-block-m {
    flex-flow: column;
  }

  .originals-section {
    height: 100vh;
  }

  .related-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .main-paragraph-2 {
    font-size: 1rem;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .eo-thumb-container {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .eo-thumb-wrrapper {
    border-radius: 1rem;
  }

  .eo-thumb-title {
    font-size: 1.2rem;
  }

  .th-wrapper {
    border-radius: 1.5rem;
  }

  .th-ep-title {
    font-size: 1.1rem;
  }

  .ic-play {
    width: 3.1rem;
  }

  .navbar {
    z-index: 10000;
    background-color: #0000;
    width: 100%;
    position: fixed;
  }

  .menu-button-2 {
    height: 60px;
    padding: 10px 0;
  }

  .container-5 {
    z-index: 10000;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .brand-2 {
    height: 100%;
    display: none;
  }

  .lottie-animation-8 {
    height: 100%;
  }

  .navbar-3 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-2 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .container-6 {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .lottie-animation-10 {
    height: auto;
  }

  .menu-button-3 {
    background-color: #fff0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-4 {
    display: none;
  }

  .nav-main-container {
    justify-content: center;
    align-items: center;
  }

  .nav-link-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1.6rem;
  }

  .mobile-hero {
    justify-content: center;
    align-items: center;
    height: 100svh;
    display: flex;
  }

  .ray-wrapper--m {
    flex-flow: column;
    width: 40%;
    max-width: 40vw;
    height: auto;
    position: absolute;
  }

  .door-l--m, .door-r--m {
    height: 100svh;
    display: block;
  }

  .lottie-animation-11 {
    aspect-ratio: 1;
    width: 10vw;
    height: 10vw;
  }

  .logo-edye-footer {
    max-width: 110px;
  }

  .stores-container, .social-container {
    width: 90%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .footer-nav-wrapper {
    padding-bottom: 5em;
  }

  .divider {
    display: none;
  }

  .footer-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-nav-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: .8em;
    margin-bottom: 1.8em;
  }

  .mascot-container {
    max-width: 6em;
    top: -4%;
  }

  .footer {
    position: relative;
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 479px) {
  .section, .door-l, .door-r {
    height: 100vh;
  }

  .div-block-4 {
    padding-top: 8rem;
  }

  .albie-img-hero {
    max-height: 75vw;
  }

  .scroll-track {
    height: 250vh;
    display: block;
    overflow: visible;
  }

  .albie-logo-hero {
    max-width: 75vw;
  }

  .big-title {
    font-size: 16vw;
  }

  .main-paragraph {
    font-size: 1.2rem;
  }

  .page-headings.text-align-center {
    padding: 2rem 1rem;
    transform: rotate(-2deg);
  }

  .separator-bio {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
  }

  .bio-container {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .img-stack-container {
    width: 100%;
    height: 50vh;
    min-height: 350px;
  }

  .stack-img-3 {
    object-fit: cover;
    width: 95%;
    max-width: 400px;
    height: 100%;
    left: 0%;
    transform: translate(-50%);
  }

  .sticky-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 2rem;
    padding-left: 10px;
    padding-right: 10px;
    position: sticky;
    top: auto;
  }

  .sticky-container.switch {
    flex-flow: column;
  }

  .image-fit {
    aspect-ratio: auto;
  }

  .bio-section {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: none;
  }

  .bio-section.switch {
    display: none;
  }

  .stack-img-2 {
    width: 95%;
    max-width: 400px;
    height: 100%;
    position: relative;
    left: 0%;
    transform: translate(-50%);
  }

  .stack-img-1 {
    width: 95%;
    max-width: 400px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0%;
    transform: translate(-50%);
  }

  .bg-img {
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: contain;
  }

  .bg-img-albie {
    background-image: url('../images/bg-01.jpg');
    background-size: auto;
  }

  .ray-wrapper {
    width: 95vw;
  }

  .image {
    width: 100%;
    height: auto;
  }

  .lottie-animation-2 {
    width: 6rem;
  }

  .body {
    overflow: visible;
  }

  .nav-info {
    margin-bottom: 5vh;
    font-size: .7rem;
  }

  .button-nav {
    width: 18vw;
    height: auto;
  }

  .parents-section {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .section-heading {
    font-size: 9vw;
    display: block;
  }

  .section-subhead {
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.25;
  }

  .section-container {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    border-radius: 5vw;
  }

  .section-container.yellow {
    border-radius: 10vw;
    width: 95vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section-container.pistacchio {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .action-btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.3rem;
  }

  .parents-item-container {
    width: 100%;
  }

  .parents-pg {
    width: 100%;
    font-size: .9rem;
  }

  .btn-img-wrapper {
    width: 16vw;
    height: 16vw;
  }

  .nav-link-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    display: flex;
  }

  .link-block.bio, .link-block.parents, .link-block.about {
    display: flex;
  }

  .nav-bar, .brand {
    display: none;
  }

  .main-nav-container {
    justify-content: center;
    align-items: center;
  }

  .nav-bg-wrapper {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .nav-content-wrapper {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    top: 0;
    box-shadow: 0 5vw 10vw 10vw #00000080;
  }

  .nav-btn-title {
    font-size: .85rem;
  }

  .nav-outliner {
    justify-content: center;
    align-items: center;
    margin-bottom: 6vw;
  }

  .th-icon {
    z-index: 7;
    width: 4rem;
    inset: auto auto .5rem .5rem;
    overflow: visible;
  }

  .th-img {
    z-index: 6;
    aspect-ratio: 16 / 9;
    position: relative;
  }

  .thumbnail-container {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .bio-section-m {
    display: block;
  }

  .link-block-m {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: none;
  }

  .originals-section {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    height: auto;
    padding-top: 25vw;
    padding-bottom: 25vw;
  }

  .main-heading {
    width: 90vw;
    font-size: 15vw;
  }

  .lottie-animation-5 {
    width: 45vw;
  }

  .code-embed {
    width: 95vw;
  }

  .related-section {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .big-title-2 {
    font-size: 16vw;
  }

  .main-paragraph-2 {
    font-size: 1.2rem;
  }

  .about-section {
    height: auto;
    padding-top: 25vw;
    padding-bottom: 25vw;
  }

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

  .footer-copyright-center {
    letter-spacing: 3px;
    font-size: 10px;
  }

  .text-about {
    width: 90vw;
    font-size: 10vw;
    line-height: 1;
  }

  .div-block-17 {
    width: 80vw;
  }

  .eo-thumb-container {
    width: 100%;
  }

  .eo-related-wrapper {
    flex-flow: column;
  }

  .th-wrapper {
    border-radius: 2.2rem;
    width: 100%;
  }

  .edye-play-cta {
    width: 65vw;
  }

  .navbar {
    z-index: 9999;
    background-color: #fff0;
    width: 100%;
    height: 60px;
    position: fixed;
  }

  .nav-menu {
    background-color: #fffc;
  }

  .menu-button-2 {
    background-color: #c8c8c800;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .icon {
    color: red;
  }

  .nav-link, .nav-link-2, .nav-link-3, .nav-link-4, .nav-link-5, .nav-link-6 {
    text-align: center;
  }

  .navbar-3 {
    height: auto;
  }

  .nav-menu-2 {
    border-radius: 10vw;
  }

  .lottie-animation-10 {
    height: 25px;
  }

  .menu-button-3 {
    background-color: #fff0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-3.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-container {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }

  .link-btn--m {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .mobile-hero {
    display: none;
  }

  .ray-wrapper--m {
    width: 95vw;
  }

  .door-l--m, .door-r--m {
    height: 100vh;
  }

  .albie-wrapper--m {
    padding-top: 8rem;
  }

  .lottie-animation-11 {
    width: 4rem;
    height: 4rem;
    box-shadow: 0 1px 5px #0003;
  }

  .logo-edye-footer {
    max-width: 90px;
  }

  .stores-container {
    grid-column-gap: 2.8rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .social-container {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .footer-nav-wrapper {
    padding-bottom: 60px;
  }

  .footer-contents {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .divider {
    width: 16px;
    height: 1px;
  }

  .footer-nav-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .mascot-container {
    max-width: 5em;
    top: -3%;
    left: 6%;
  }

  .footer {
    margin-top: 5em;
    position: relative;
  }

  .store-link {
    max-width: 32%;
  }

  .copyright-txt {
    text-align: center;
    margin-top: 2em;
    font-size: .8em;
    line-height: 1.2;
  }

  .footer-nav-txt {
    text-align: center;
    font-size: 1em;
  }
}


@font-face {
  font-family: 'Stintultracondensed';
  src: url('../fonts/StintUltraCondensed-Regular.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averiaseriflibre';
  src: url('../fonts/AveriaSerifLibre-Bold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald Variablefont Wght';
  src: url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averiaseriflibre';
  src: url('../fonts/AveriaSerifLibre-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}