.plan-act-pill{display:inline-flex;background-color:#000;border-radius:50px;padding:4px;position:relative;box-shadow:0 12px 40px rgba(0,0,0,.5),0 8px 20px rgba(0,0,0,.3);overflow:hidden;cursor:pointer}.pill-slider{position:absolute;top:4px;left:4px;width:calc(50% - 4px);height:calc(100% - 8px);border-radius:50px;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1}.pill-slider.act-active{background-color:#3e5ee1;transform:translateX(100%);border-radius:0 50px 50px 0}.pill-slider.plan-active{background-color:#cd8a4c;transform:translateX(0);border-radius:50px 0 0 50px}.pill-section{padding:12px 32px;border:none;background:transparent;color:#fff;font-size:18px;font-weight:600;cursor:pointer;transition:color .3s ease;position:relative;z-index:2;outline:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.pill-plan{margin-right:0;border-radius:50px 0 0 50px}.pill-act{border-radius:0 50px 50px 0}.pill-section:hover{opacity:.8}.pill-section:focus-visible{outline:2px solid #fff;outline-offset:2px}@media (max-width:768px){.pill-section{padding:10px 24px;font-size:16px}}@media (max-width:480px){.pill-section{padding:8px 20px;font-size:14px}}.conversational-partner-section{flex-direction:column;overflow:hidden;padding:80px 40px;position:relative;background-color:#1a0836;min-height:600px}.conversational-partner-section,.cp-content-wrapper{display:flex;align-items:center;justify-content:center;width:100%}.cp-content-wrapper{max-width:1200px;gap:60px}.cp-left-content{flex:0 0 auto;position:relative;display:flex;align-items:center;gap:40px}.cp-image-container{position:relative;width:520px;height:468px}.cp-image-bg,.cp-image-fg{position:absolute;inset:0;overflow:hidden}.cp-background-image,.cp-foreground-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.cp-video-placeholder{bottom:38px;right:0;overflow:hidden}.cp-pill-container,.cp-video-placeholder{position:absolute;width:390px;height:390px;border-radius:21px;background-color:transparent}.cp-pill-container{bottom:68px;right:58px;display:flex;align-items:center;justify-content:center}.cp-video,.cp-video-image{width:100%;height:100%;object-fit:cover;border-radius:inherit}.cp-video{cursor:pointer;display:block;transition:transform .2s ease,filter .3s ease;filter:sepia(.6) hue-rotate(220deg) saturate(1.4) contrast(1.1) brightness(1.1)}.cp-video:hover{transform:scale(1.02);filter:none}.cp-video::-webkit-media-controls{opacity:.7;transition:opacity .3s ease}.cp-video:hover::-webkit-media-controls{opacity:1}.cp-mascot{width:130px;height:130px;object-fit:contain;position:absolute;left:-65px;bottom:65px}.cp-right-content{flex:1;max-width:500px}.cp-heading-group{margin-bottom:40px}.cp-main-heading{font-family:Geist Mono,monospace;font-size:48px;font-weight:400;line-height:1.2;letter-spacing:-.07em;color:#fbfbfd;margin:0;white-space:nowrap}.cp-heading-bold{font-weight:700;white-space:nowrap}.cp-features-list{display:flex;flex-direction:column;gap:24px}.cp-feature-item{display:flex;align-items:flex-start;gap:12px}.cp-icon-wrapper{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.cp-feature-icon{width:20px;height:20px;color:#f3ad8a}.cp-feature-text-group{flex:1}.cp-feature-title{font-family:Geist,sans-serif;font-size:16px;font-weight:600;line-height:1.2;letter-spacing:-.01em;color:#f3ad8a;margin:0 0 8px}.cp-feature-description{font-family:Geist,sans-serif;font-size:15px;line-height:1.5;color:hsla(0,0%,100%,.7);margin:0}.cp-ground-transition{display:none}@media (max-width:1024px){.cp-content-wrapper{flex-direction:column-reverse;gap:40px;text-align:center}.cp-left-content{width:100%;display:flex;justify-content:center}.cp-left-content,.cp-right-content{align-items:center}.cp-heading-group{text-align:center}.cp-features-list{align-items:center;max-width:500px}.cp-feature-item{flex-direction:column;text-align:center;gap:16px}.cp-feature-item,.cp-feature-text-group{align-items:center}.cp-feature-description,.cp-feature-title{text-align:center}.cp-feature-title{font-size:18px}.cp-grid-box{width:250px;height:280px}}@media (max-width:640px){.conversational-partner-section{padding:60px 20px}.cp-left-content{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:20px}.cp-main-heading{font-size:36px}.cp-heading-bold,.cp-main-heading{white-space:normal}.cp-image-container{width:100%;max-width:320px;height:auto;aspect-ratio:520/468;margin:0 auto}.cp-video-placeholder{width:75%;height:75%;bottom:5%;right:5%}.cp-pill-container{width:75%;height:75%;bottom:17%;right:12.5%}.cp-mascot{width:80px;height:80px;left:-40px;bottom:40px}.cp-grid-box{width:200px;height:220px}.cp-feature-item{flex-direction:column;text-align:center;gap:16px}.cp-feature-item,.cp-feature-text-group{align-items:center}.cp-feature-description,.cp-feature-title{text-align:center}.cp-feature-title{font-size:18px}.cp-feature-description{font-size:14px}}.faq-section{background-color:#1a0836;padding:120px 0;position:relative;width:100%;overflow:hidden}.faq-container{max-width:1200px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 2fr;gap:80px;align-items:start}.faq-header{position:sticky;top:120px}.faq-title{font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:48px;font-weight:300;line-height:1.1;color:#fff;margin:0;letter-spacing:-.02em}.faq-title-bold{font-family:var(--font-geist),"Geist",sans-serif;font-weight:700;white-space:nowrap}.faq-content{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid hsla(0,0%,100%,.2)}.faq-item:first-child{border-top:1px solid hsla(0,0%,100%,.2)}.faq-question{width:100%;padding:24px 0;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;transition:all .3s ease}.faq-question:hover .faq-question-text{opacity:.8}.faq-question-text{font-family:var(--font-geist),"Geist",sans-serif;font-size:18px;font-weight:500;color:#fff;line-height:1.4;flex:1;padding-right:20px;transition:opacity .3s ease}.faq-icon{font-size:28px;font-weight:300;color:#fff;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;flex-shrink:0}.faq-icon.open{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease-out,padding .4s ease-out}.faq-answer.open{max-height:500px;padding-bottom:24px}.faq-answer-inner{color:hsla(0,0%,100%,.7);font-family:var(--font-geist),"Geist",sans-serif;font-size:16px;line-height:1.6}.faq-answer-content{display:flex;flex-direction:column;gap:12px}.faq-answer-content p{margin:0}.faq-answer-list{margin:0;padding-left:20px;list-style-type:decimal}ul.faq-answer-list{list-style-type:disc}.faq-answer-list li{margin-bottom:8px;line-height:1.5}.faq-answer-note{font-size:14px;color:hsla(0,0%,100%,.5);margin-top:8px}@media (max-width:1024px){.faq-container{grid-template-columns:1fr;gap:40px}.faq-header{position:static;text-align:center;margin-bottom:20px}.faq-title{font-size:36px}}@media (max-width:768px){.faq-section{padding:80px 0}.faq-container{padding:0 20px}.faq-title{font-size:32px}.faq-question-text{font-size:16px}.faq-answer-inner{font-size:14px}.faq-icon{font-size:24px}}.hero-section{position:relative;width:100%;justify-content:center;padding:160px 20px 80px}.hero-content,.hero-section{display:flex;flex-direction:column;align-items:center}.hero-content{gap:24px;width:min(920px,90vw);text-align:center;z-index:1}.hero-title{font-size:72px;line-height:100%;letter-spacing:-.02em;color:#fbfbfd;margin:0;display:flex;flex-direction:column;align-items:center;gap:0}.hero-title-thin{font-family:var(--font-geist-mono),"Geist Mono",monospace;font-weight:400;line-height:.9;display:block}.hero-title-middle{font-size:32px;font-weight:400;line-height:.8;margin:0 0 -8px;opacity:.6}.hero-title-bold,.hero-title-middle{font-family:var(--font-geist),"Geist",sans-serif;display:block}.hero-title-bold{font-weight:700;line-height:1}.hero-description{font-family:var(--font-geist),"Geist",sans-serif;font-size:18px;line-height:150%;color:rgba(251,251,253,.7);width:720px;margin:0}.hero-buttons{display:flex;align-items:center;gap:16px;margin-top:8px}.enterprise-install-btn,.hero-enterprise-btn,.hero-install-btn{background-color:#fff;border:2px solid #7147ab;border-radius:10px;box-shadow:inset 0 -4px 0 0 #f2ccd7;padding:14px 18px 16px;color:#7147ab;font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:18px;font-weight:600;text-align:center;cursor:pointer;transition:all .2s ease;min-width:176px;display:inline-block;text-decoration:none;white-space:nowrap}.hero-enterprise-btn{background-color:rgba(158,76,22,.1);color:#fff;border-color:hsla(0,0%,100%,.3);box-shadow:none}.enterprise-install-btn:hover,.hero-enterprise-btn:hover,.hero-install-btn:hover{box-shadow:inset 0 -2px 0 0 #f2ccd7;transform:translateY(-2px)}.hero-enterprise-btn:hover{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5);box-shadow:none}.hero-stats{flex-direction:column;gap:12px;margin-top:16px}.hero-stat,.hero-stats{display:flex;align-items:center}.hero-stat{gap:8px;padding:8px 16px;border:1px solid rgba(35,22,75,.5);border-radius:24px;background-color:rgba(35,22,75,.6);cursor:default;user-select:none}.hero-stat-clickable{cursor:pointer;text-decoration:none;color:inherit;transition:all .2s ease}.hero-stat-clickable:hover{background-color:rgba(35,22,75,.8);border-color:rgba(35,22,75,.7);transform:translateY(-1px)}.hero-stat-clickable:hover .hero-stat-icon,.hero-stat-clickable:hover .hero-stat-text{color:hsla(0,0%,100%,.9)}.hero-stat:has(.hero-stat-flip-wrapper){min-width:400px}.hero-stat-flip-wrapper{position:relative;perspective:1000px;width:100%;height:26px;display:flex;align-items:center}.hero-stat-flip-inner{position:relative;width:100%;height:100%;transition:transform .6s;transform-style:preserve-3d;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translateZ(0);-webkit-transform:translateZ(0)}.hero-stat-flip-wrapper.flipped .hero-stat-flip-inner{transform:rotateY(180deg)}.hero-stat-face{position:absolute;top:0;left:0;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;display:flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;will-change:transform;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero-stat-front{z-index:2}.hero-stat-back{transform:rotateY(180deg)}.hero-stat-back-content{display:flex;align-items:center;gap:8px}.hero-stat-platforms{display:flex;align-items:center;gap:10px}.hero-stat-platforms-label{font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:14px;font-weight:500;color:hsla(0,0%,100%,.7);white-space:nowrap}.hero-stat-platform-icon{width:20px;height:20px;object-fit:contain;filter:brightness(0) invert(1);opacity:.8;transition:opacity .2s ease}.hero-stat-platform-icon:hover{opacity:1}.hero-stat-platform-icon-windsurf{width:24px;height:24px;margin-bottom:-1px}.hero-stat-platform-icon-cursor{padding-left:2px}.hero-stat-icon{width:16px;height:16px;color:hsla(0,0%,100%,.7)}.hero-stat-text{font-family:var(--font-geist-mono),"Geist Mono",monospace;font-size:16px;font-weight:500;color:hsla(0,0%,100%,.7);white-space:nowrap}.hero-cline-character{position:absolute;bottom:-30px;right:8%;width:clamp(200px,22vw,350px);height:auto;max-width:350px;object-fit:contain;pointer-events:none;z-index:10;transform:translateY(0);will-change:transform}@media (max-width:1024px){.hero-section{padding:140px 20px 60px}.hero-description{width:min(720px,90vw)}.hero-cline-character{right:5%;bottom:0;width:clamp(180px,20vw,300px)}}@media (max-width:768px){.hero-section{padding:120px 20px 40px}.hero-content{gap:16px}.hero-title{font-size:clamp(32px,8vw,48px)}.hero-title-middle{font-size:clamp(16px,4vw,20px);margin:-2px 0}.hero-description{font-size:16px;line-height:140%;width:min(500px,90vw)}.hero-stats{flex-direction:column;gap:12px;margin-top:12px}.hero-stat{padding:6px 12px}.hero-stat:has(.hero-stat-flip-wrapper){min-width:310px}.hero-stat-flip-wrapper{height:21px}.hero-stat-back-content,.hero-stat-platforms{gap:6px}.hero-stat-platform-icon{width:16px;height:16px}.hero-stat-platform-icon-windsurf{width:20px;height:20px}.hero-stat-platforms-label{font-size:11px}.hero-stat-icon{width:14px;height:14px}.hero-stat-text{font-size:12px}.hero-cline-character{right:2%;bottom:-30px;width:clamp(140px,25vw,180px);margin-bottom:-30px}}@media (max-width:430px){.hero-buttons{flex-direction:column;gap:12px;width:100%}.enterprise-install-btn,.hero-enterprise-btn,.hero-install-btn{width:100%;max-width:300px}.hero-cline-character{bottom:-40px}}@media (max-width:360px){.hero-section{padding:100px 20px 30px}.hero-title{font-size:28px}.hero-title-middle{font-size:14px}.hero-description{font-size:14px;line-height:130%}.hero-buttons{flex-direction:column;gap:12px;width:100%}.hero-enterprise-btn,.hero-install-btn{font-size:16px;padding:10px 14px 12px;min-width:140px;width:100%;max-width:300px}.hero-stats{gap:8px}.hero-stat{padding:4px 10px}.hero-stat-text{font-size:11px}.hero-cline-character{width:clamp(80px,25vw,100px);right:1%;bottom:-50px}}.video-showcase-section{min-height:600px;overflow:hidden;padding:30px 0 80px}.video-showcase-container,.video-showcase-section{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.video-showcase-container{max-width:1600px;height:100%}.video-blue-container{position:relative;width:87vw;max-width:1420px;aspect-ratio:1420/755;border-radius:8px;overflow:hidden;z-index:1;box-shadow:0 0 0 30px hsla(0,0%,100%,.1)}.showcase-video{width:100%;height:100%;object-fit:cover;border-radius:8px;cursor:pointer;display:block;transition:transform .2s ease}.showcase-video::-webkit-media-controls{opacity:.7;transition:opacity .3s ease}.showcase-video:hover::-webkit-media-controls{opacity:1}.showcase-ground,.showcase-island-2,.showcase-island-3{position:absolute;object-fit:cover;pointer-events:none}.showcase-island-3{bottom:25%;right:20px;width:145px;height:98px}.showcase-island-2,.showcase-island-3{transform:translateY(0);transition:transform .1s ease-out;will-change:transform}.showcase-island-2{bottom:20%;left:-90px;width:176px;height:118px;z-index:4}.showcase-ground{position:absolute;bottom:-89px;left:0;right:0;height:90px;background-image:url(/assets/images/home/hero/hero-ground.png);background-size:cover;background-position:top;background-repeat:no-repeat;z-index:2}@media (max-width:1024px){.video-showcase-section{min-height:500px;padding:40px 0 60px}.showcase-island-3{width:120px;bottom:40%}.showcase-island-2{width:140px;bottom:30%}.video-blue-container{box-shadow:0 0 0 20px hsla(0,0%,100%,.1)}}@media (max-width:768px){.video-showcase-section{min-height:400px;padding:30px 0 40px}.video-blue-container{width:90vw;box-shadow:0 0 0 15px hsla(0,0%,100%,.1)}.showcase-ground,.showcase-island-2,.showcase-island-3{display:none}}@media (max-width:360px){.video-showcase-section{min-height:300px;padding:20px 0 30px}.video-blue-container{box-shadow:0 0 0 10px hsla(0,0%,100%,.1)}}.hero-wrapper{background-color:#371385;background-image:url(/assets/images/home/hero/hero-background.png)}.hero-wrapper,.security-privacy-section{position:relative;width:100%;background-size:cover;background-position:bottom;background-repeat:no-repeat;overflow:hidden}.security-privacy-section{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:120px 280px 0;min-height:1400px;background-color:#fcfaff;background-image:url(/assets/images/home/security/actual-background-layer.png);box-sizing:border-box;z-index:0}.sp-content-wrapper{display:flex;align-items:center;justify-content:center;max-width:1360px;width:100%;gap:56px;position:relative;z-index:1}.sp-text-column{flex-direction:column;gap:64px;min-width:443px;flex:1;padding-left:60px}.sp-heading-group,.sp-text-column{display:flex;align-items:flex-start}.sp-heading-group{flex-direction:column;gap:8px;width:100%}.sp-main-heading-part-1{font-family:var(--font-geist-mono),"Geist Mono",monospace;font-weight:400;color:#28065b;margin:0}.sp-main-heading-part-1,.sp-main-heading-part-2{font-size:48px;line-height:100%;letter-spacing:-.02em;white-space:nowrap;word-break:break-word}.sp-main-heading-part-2{font-family:var(--font-geist),"Geist",sans-serif;font-weight:700;color:#1a0836;margin:-10px 0 0}.sp-features-list{flex-direction:column;gap:56px}.sp-feature-item,.sp-features-list{display:flex;align-items:flex-start;width:100%}.sp-feature-item{flex-direction:row;gap:8px}.sp-icon-wrapper{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.sp-feature-icon{width:20px;height:20px;color:#ff864a}.sp-feature-text-group{display:flex;flex-direction:column;gap:8px;flex:1}.sp-feature-title{font-weight:700;line-height:100%;letter-spacing:-.02em;color:#ff864a;white-space:pre}.sp-feature-description,.sp-feature-title{font-family:var(--font-geist),"Geist",sans-serif;font-size:16px;margin:0}.sp-feature-description{line-height:150%;color:#545669;white-space:pre-wrap;word-break:break-word}.sp-illustration-cloud{flex:none;width:572px;height:580px;position:relative;overflow:visible;z-index:1;will-change:transform;transition:transform .1s ease-out}.sp-cline-container{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);z-index:10;display:flex;align-items:center;justify-content:center}.sp-cline-character{width:150px;height:150px;position:relative;z-index:2;filter:brightness(1.2)}.sp-shield{position:absolute;left:-30px;top:50%;transform:translateY(-50%);z-index:1}.sp-shield svg{width:80px;height:90px}.sp-cloud-main{bottom:42px;left:-39px;right:-40px;height:496px;width:calc(100% + 79px)}.sp-cloud-main,.sp-island-small{position:absolute;object-fit:contain}.sp-island-small{bottom:133px;right:330px;width:93px;height:63px}.sp-island-medium{position:absolute;bottom:114px;right:120px;width:136px;height:91px;object-fit:contain}.sp-parallax-bg-wrapper{position:absolute;bottom:0;left:0;right:0;height:800px;overflow:visible;z-index:0}.sp-landscape-parallax{display:none}.sp-parallax-layer{position:absolute;left:0;right:0;bottom:0;width:100%;will-change:transform;transition:transform .1s ease-out}.sp-layer-0,.sp-parallax-layer{background-size:cover;background-position:bottom;background-repeat:no-repeat}.sp-layer-0{height:660px;background-image:url(/assets/images/home/security/mountain-0.svg);z-index:1;bottom:40px}.sp-layer-1{height:670px;background-image:url(/assets/images/home/security/mountain-1.svg);z-index:2;bottom:30px}.sp-layer-1,.sp-layer-3{background-size:cover;background-position:bottom;background-repeat:no-repeat}.sp-layer-3{height:680px;background-image:url(/assets/images/home/security/mountain-2.webp);z-index:3;bottom:20px}.sp-layer-5{height:690px;background-image:url(/assets/images/home/security/mountain-4.webp);background-size:cover;background-position:bottom;background-repeat:no-repeat;z-index:5;bottom:-5px}.sp-layer-bg-cover{display:none}@media (min-width:1920px){.sp-main-heading-part-1,.sp-main-heading-part-2{font-size:48px}.sp-parallax-bg-wrapper{height:900px}.sp-layer-0{height:760px}.sp-layer-1{height:770px}.sp-layer-3{height:780px}.sp-layer-5{height:810px;bottom:-5px}}@media (min-width:1440px) and (max-width:1919px){.sp-main-heading-part-1,.sp-main-heading-part-2{font-size:48px}}@media (min-width:1024px) and (max-width:1439px){.security-privacy-section{padding:120px 120px 0}.sp-main-heading-part-1,.sp-main-heading-part-2{font-size:44px}}@media (min-width:810px) and (max-width:1023px){.sp-main-heading-part-1,.sp-main-heading-part-2{font-size:41px}}@media (max-width:1023px) and (min-width:810px){.security-privacy-section{flex-direction:column;padding:64px 40px 0;min-height:1000px;background-position:center 460px}.sp-content-wrapper{flex-direction:column-reverse;gap:40px}.sp-text-column{order:2;width:100%;min-width:auto;padding-left:0}.sp-heading-group,.sp-text-column{align-items:center}.sp-main-heading-part-1,.sp-main-heading-part-2{text-align:center}.sp-features-list{align-items:center}.sp-feature-title{font-size:18px;text-align:center}.sp-feature-description{text-align:center}.sp-feature-item{flex-direction:column;gap:16px}.sp-feature-item,.sp-feature-text-group{align-items:center}.sp-feature-item .sp-icon-wrapper{justify-content:center}.sp-illustration-cloud{order:1;width:100%;max-width:400px;height:auto;aspect-ratio:.9862068965517241/1;margin:0 auto}.sp-cloud-main{bottom:14px;height:329px;width:auto;left:unset;right:unset}.sp-island-small{bottom:75px;left:97px;top:239px;width:65px;right:unset}.sp-island-medium{bottom:75px;right:65px;top:229px;width:80px;left:unset}.sp-parallax-bg-wrapper{height:300px;bottom:0}.sp-parallax-layer{background-size:cover;background-position:bottom}.sp-layer-0{height:280px;bottom:20px}.sp-layer-1{height:285px;bottom:15px}.sp-layer-3{height:290px;bottom:10px}.sp-layer-5{height:295px;top:40px}}@media (max-width:809px){.security-privacy-section{padding:24px 20px 0;min-height:800px;background-position:center 460px}.sp-content-wrapper{flex-direction:column-reverse;gap:40px}.sp-text-column{order:2;width:100%;min-width:auto;gap:40px;padding-left:0}.sp-heading-group,.sp-text-column{align-items:center}.sp-main-heading-part-1,.sp-main-heading-part-2{font-size:32px;text-align:center;white-space:normal}.sp-features-list{gap:40px;align-items:center}.sp-feature-title{font-size:18px;text-align:center}.sp-feature-description{text-align:center}.sp-feature-item{flex-direction:column;gap:16px}.sp-feature-item,.sp-feature-text-group{align-items:center}.sp-feature-item .sp-icon-wrapper{justify-content:center}.sp-illustration-cloud{order:1;width:100%;max-width:300px;height:auto;aspect-ratio:.9862068965517241/1;margin:0 auto}.sp-cloud-main{bottom:14px;height:329px;left:unset;right:unset;width:100%}.sp-island-small{bottom:75px;left:0;top:119px;width:65px;transform:scale(.6)}.sp-island-medium{bottom:75px;right:-10px;top:129px;width:80px;left:unset}.sp-parallax-bg-wrapper{height:250px;bottom:0}.sp-parallax-layer{background-size:cover;background-position:bottom}.sp-layer-0{height:230px;bottom:0}.sp-layer-1{height:235px;bottom:10px}.sp-layer-3{height:240px;bottom:10px}.sp-layer-5{height:245px;top:20px}}