.page-container,.top-container{position:relative;display:flex;flex-direction:column}.countdown-title,.hero-section,.page-header{text-align:center}:root{--background-top-color:#fef2f1;--background-bottom-color:#fdd6b8;--title-highlight-color:#ff5d89}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;font-family:Poppins,sans-serif;background:linear-gradient(180deg,#fff2f2 0,#fcd6b8 62.55%)}.page-container{height:100vh;min-height:865px;padding:1.875rem 1.25rem;justify-content:space-between}.top-container{align-items:center;justify-content:space-between;gap:1.875rem}.countdown,.hero-section,.time-block{gap:.625rem;display:flex}.logo{width:61.46px;height:60px}.hero-section{flex-direction:column;width:min(100%,58rem)}.hero-title{margin:0;font-weight:600;font-size:1.875rem;line-height:120%;letter-spacing:0}.hero-title span{color:var(--title-highlight-color)}.hero-subtitle{font-size:1rem;line-height:1.5;letter-spacing:0;font-weight:400;margin:0;color:#1a1a1a}.countdown-title,.time{font-size:1.5rem;font-style:normal}.hero-subtitle strong,.time{font-weight:600}.countdown{align-items:flex-start;justify-content:center;flex-wrap:wrap;margin-top:1rem}.cloud-layer-back,.cloud-layer-mid,.rocket-container{margin-top:auto;position:relative}.countdown-section{z-index:6;margin-top:auto}.countdown-title{font-weight:600;color:#1a1a1a}.time-block{flex-direction:column;align-items:center}.time{display:flex;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;border-radius:1rem;padding:.625rem;color:#fff;line-height:1;font-family:Barlow}.cloud-layer,.cloud-layer-front{flex-direction:column;display:flex}.company-address,.company-name,.label{font-size:.875rem}.time-block:first-child .time{background:linear-gradient(270deg,#ffb453 -489.42%,#ff4894 92.5%)}.time-block:nth-child(2) .time{background:linear-gradient(270deg,#ffb453 -372.12%,#ff4894 207.5%)}.time-block:nth-child(3) .time{background:linear-gradient(270deg,#ffb453 -253.85%,#ff4894 337.5%)}.time-block:nth-child(4) .time{background:linear-gradient(270deg,#ffb453 -132.69%,#ff4894 461.54%)}.time-block:nth-child(5) .time{background:linear-gradient(270deg,#ffb453 -.96%,#ff4894 592.31%)}.label{font-weight:500;color:#232323}.cloud-layer{position:absolute;bottom:0;left:0;width:100%;line-height:0;height:100%;justify-content:center;overflow:hidden;align-items:center}.cloud-layer svg{display:block;width:100%;height:100%}.cloud-layer-back{z-index:1;min-width:1440px;width:100%;height:70%}.cloud-layer-mid{z-index:2;min-width:1440px;width:100%;height:45%}.cloud-layer-front{z-index:3;position:relative;min-width:1440px;width:100%;align-items:center;height:55%}.bottom-container{display:flex;flex-direction:column;gap:1.875rem}.page-footer{z-index:6;width:100%;display:flex;align-items:center;justify-content:space-between;color:#5f5855;gap:.625rem;max-width:70%;margin:auto}.company-name{font-weight:400}.page-footer a{color:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:.55rem;outline:0}.email-icon{width:1.15rem;height:1.15rem}@media (max-width:768px){.page-footer{flex-direction:column;justify-content:center}}@media (min-width:768px){.time{width:3.75rem;height:3.75rem;font-size:1.875rem;border-radius:1.25rem}.label{font-size:1rem}.logo{width:84px;height:82px}.page-container{padding-right:3.125rem;padding-left:3.125rem;padding-bottom:1.875rem}.bottom-container{gap:2.5rem}.hero-title{font-size:2.125rem}.hero-subtitle{font-size:1.125rem}}@media (min-width:1440px){.countdown{gap:1rem}.time{width:4.375rem;height:4.375rem;font-size:2.25rem}.bottom-container{gap:1.875rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.countdown-title{font-size:1.875rem}.company-address,.company-name{font-size:1rem}}@media (min-width:1800px){html{font-size:13px}.top-container{gap:3.125rem}.logo{width:110px;height:106px}.hero-section{gap:1.25rem}.hero-title{font-size:3.125rem}.hero-subtitle{font-size:1.375rem}.bottom-container{gap:3.75rem}}.rocket,.rocket-body{width:100%}.rocket-container{z-index:4;transform:translateY(65%)}.flame,.flame-glow,.flame-wrapper{position:absolute;left:50%}.rocket{animation:3.6s ease-in-out infinite float}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-.8rem)}}.flame-wrapper{bottom:65px;transform:translateX(-50%);width:34px;display:flex;flex-direction:column;align-items:center;pointer-events:none}.flame{bottom:0;transform:translateX(-50%) scaleY(-1);border-radius:50% 50% 30% 30%/60% 60% 40% 40%;transform-origin:center bottom;animation:.6s ease-in infinite alternate flicker}.flame-outer{width:34px;height:54px;background:linear-gradient(180deg,#ffb347 0,#ff5c00 60%,#f20 100%);opacity:.85;animation:.7s ease-in infinite alternate flicker-outer;filter:blur(1px)}.flame-mid{width:22px;height:42px;background:linear-gradient(180deg,#fff176 0,#fa0 55%,#f60 100%);opacity:.9;animation:.5s ease-in infinite alternate flicker-mid;filter:blur(.5px)}.flame-inner{width:11px;height:28px;background:linear-gradient(180deg,#fff 0,#fff9c4 40%,#ffe082 100%);opacity:1;animation:.4s ease-in infinite alternate flicker-inner}.flame-glow{bottom:-4px;transform:translateX(-50%);width:48px;height:20px;background:radial-gradient(ellipse at center,rgba(255,120,0,.55) 0,rgba(255,80,0,0) 70%);animation:.6s ease-in infinite alternate glow-pulse;border-radius:50%;filter:blur(3px)}@keyframes flicker-outer{0%{transform:translateX(-50%) scaleY(-1) scaleX(1);height:54px;opacity:.8}33%{transform:translateX(-52%) scaleY(-1) scaleX(.95);height:58px;opacity:.9}66%{transform:translateX(-48%) scaleY(-1) scaleX(1.05);height:50px;opacity:.75}100%{transform:translateX(-50%) scaleY(-1) scaleX(.98);height:56px;opacity:.85}}@keyframes flicker-mid{0%{transform:translateX(-50%) scaleY(-1) scaleX(1);height:42px;opacity:.9}33%{transform:translateX(-51%) scaleY(-1) scaleX(.9);height:46px;opacity:1}66%{transform:translateX(-49%) scaleY(-1) scaleX(1.08);height:38px;opacity:.85}100%{transform:translateX(-50%) scaleY(-1) scaleX(.95);height:44px;opacity:.95}}@keyframes flicker-inner{0%{transform:translateX(-50%) scaleY(-1);height:28px;opacity:1}33%{transform:translateX(-51%) scaleY(-1) scaleX(.9);height:32px;opacity:.95}66%{transform:translateX(-49%) scaleY(-1) scaleX(1.1);height:24px;opacity:1}100%{transform:translateX(-50%) scaleY(-1) scaleX(.95);height:30px;opacity:.9}}@keyframes glow-pulse{0%{opacity:.6;transform:translateX(-50%) scale(1)}50%{opacity:.9;transform:translateX(-50%) scale(1.15)}100%{opacity:.65;transform:translateX(-50%) scale(.95)}}