/* The final frame of the Figma Bee film remains visible as the next section. */
.seo-bee .bee-landed{
  display:block!important;
  position:relative;
  isolation:isolate;
  width:100%;
  height:min(56.25vw,900px);
  min-height:720px;
  overflow:clip;
  background:#152e48;
  color:#fff;
  pointer-events:auto;
  scroll-margin-top:0;
}
.seo-bee .bee-hero.bee-finished + .bee-landed{display:none!important}
.bee-landed-poster{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  max-width:none;
  z-index:-1;
  pointer-events:none;
}
.bee-landed .bee-landing-title{
  text-wrap:balance;
  z-index:1;
}
.bee-landed .bee-offer{
  position:absolute;
  z-index:2;
  pointer-events:auto;
  transition:background .25s ease,border-color .25s ease,transform .25s ease;
}
.bee-landed .bee-offer:hover,
.bee-landed .bee-offer:focus-visible{
  transform:translateY(-4px);
  border-color:#edc495;
  background:#c6daec3a;
}
.bee-landed .bee-offer-0{left:2%;top:24%;bottom:auto;right:auto}
.bee-landed .bee-offer-1{right:2%;top:24%;bottom:auto;left:auto}
.bee-landed .bee-offer-2{left:16%;bottom:5%;top:auto;right:auto}
.bee-landed .bee-offer-3{right:13%;bottom:5%;top:auto;left:auto}
.bee-landed .bee-offer :is(h3,p){position:relative;z-index:2}
.bee-landed .bee-offer-art{z-index:1}
@media(max-width:760px){
  .seo-bee .bee-landed{height:890px;min-height:890px}
  .bee-landed-poster{
    inset:auto;
    top:165px;
    left:-20%;
    width:140%;
    height:300px;
    object-fit:cover;
    mask-image:linear-gradient(transparent,#000 12%,#000 87%,transparent);
    -webkit-mask-image:linear-gradient(transparent,#000 12%,#000 87%,transparent);
  }
  .bee-landed .bee-landing-title{top:50px;left:10%;width:80%;font-size:30px}
  .bee-landed .bee-offer{width:calc(50% - 28px);min-height:200px;padding:18px 14px 50px}
  .bee-landed .bee-offer-0{left:20px;top:370px;right:auto;bottom:auto}
  .bee-landed .bee-offer-1{right:20px;top:370px;left:auto;bottom:auto}
  .bee-landed .bee-offer-2{left:20px;top:590px;right:auto;bottom:auto}
  .bee-landed .bee-offer-3{right:20px;top:590px;left:auto;bottom:auto}
  .bee-landed .bee-offer h3{font-size:17px}
  .seo-bee .bee-landed .bee-offer p{font-size:10px}
  .bee-landed .bee-offer-art{left:75px;width:140px;opacity:.55}
}
@media(max-width:360px){
  .seo-bee .bee-landed{height:940px;min-height:940px}
  .bee-landed .bee-offer{width:calc(50% - 21px);min-height:235px;padding:16px 12px 48px}
  .bee-landed .bee-offer-0,.bee-landed .bee-offer-1{top:380px}
  .bee-landed .bee-offer-2,.bee-landed .bee-offer-3{top:635px}
  .bee-landed .bee-offer-0,.bee-landed .bee-offer-2{left:14px}
  .bee-landed .bee-offer-1,.bee-landed .bee-offer-3{right:14px}
  .bee-landed .bee-offer h3{font-size:16px}
}
@media(prefers-reduced-motion:reduce){.bee-landed .bee-offer{transition:none}}
