.percentage-bar-container{position:absolute;top:var(--percentage-bar-top, 20%);left:50%;transform:translateX(-50%);z-index:10;background:#fff;border-radius:8px;padding:0 3.419%;box-shadow:0 10px 25px 0 rgba(0,0,0,.2);display:flex;flex-direction:column;justify-content:space-around;align-items:center;height:75px;box-sizing:border-box;margin:var(--percentage-bar-margin, 0)}.percentage-bar-title{font-size:12px;font-weight:600;line-height:24px;color:var(--color-base-black);text-align:center}.percentage-bar-track{width:100%;height:20px;background:#d9d9d9;border-radius:12px;overflow:hidden;position:relative}.percentage-bar-filled{height:100%;background:var(--percentage-bar-filled-low-color);border-radius:12px;transition:width .3s ease-in-out}.percentage-bar-filled--medium{background:var(--percentage-bar-filled-medium-color)}.percentage-bar-filled--high{background:var(--percentage-bar-filled-high-color)}.percentage-bar-labels{display:flex;justify-content:space-between;width:100%}.percentage-bar-label{font-size:12px;font-weight:600;line-height:24px;color:var(--color-base-black)}@media(max-width: 768px){.percentage-bar-container{top:var(--percentage-bar-top-mobile, 30%);padding:0 3%;border-radius:16px;height:84px;margin:var(--percentage-bar-margin-mobile, 0)}.percentage-bar-title{font-size:14px}.percentage-bar-track{height:20px;border-radius:10px}.percentage-bar-filled{border-radius:10px}.percentage-bar-label{font-size:14px}}@media(max-width: 1060px){.mobile-breakpoint-xl .percentage-bar-container{top:var(--percentage-bar-top-mobile, 30%);padding:0 3%;border-radius:16px;height:84px;margin:var(--percentage-bar-margin-mobile, 0)}.mobile-breakpoint-xl .percentage-bar-title{font-size:14px}.mobile-breakpoint-xl .percentage-bar-track{height:20px;border-radius:10px}.mobile-breakpoint-xl .percentage-bar-filled{border-radius:10px}.mobile-breakpoint-xl .percentage-bar-label{font-size:14px}}
.hero-section-outer-wrapper{width:100%;background:var(--section-background, transparent);--percentage-bar-filled-low-color: #4ECA0D;--percentage-bar-filled-medium-color: #FF9E00;--percentage-bar-filled-high-color: #FF393C}.hero-section-wrapper{display:flex;flex-direction:column;align-items:center;width:100%}.hero-section-wrapper .fade-move-enter,.hero-section-wrapper .fade-move-appear{opacity:0;transform:translate(0, 24px)}.hero-section-wrapper .fade-move-exit{opacity:1;transform:translate(0)}.hero-section-wrapper .fade-move-enter-active,.hero-section-wrapper .fade-move-appear-active{opacity:1;transform:translate(0);transition:all 300ms ease-in-out}.hero-section-wrapper .fade-move-appear-done,.hero-section-wrapper .fade-move-enter-done{opacity:1;transform:translate(0)}.hero-section-wrapper .mobile-only{display:none}@media(min-width: 1321px){.hero-section-wrapper.clip-image-on-desktop{overflow:hidden}.hero-section-wrapper.clip-image-on-desktop .img-lazy-wrapper{width:var(--hero-section-clip-image-on-desktop-container-width, "inherit") !important;aspect-ratio:unset !important}.hero-section-wrapper.clip-image-on-desktop .img-lazy-wrapper img{width:var(--hero-section-clip-image-on-desktop-width, "inherit") !important}}.hero-section-wrapper .cta-button-wrapper{padding-top:var(--spacing-lg)}.hero-section-wrapper .cta-link{font-size:15px;font-weight:400;text-decoration:none;cursor:pointer;width:fit-content}.hero-section-wrapper .cta-link svg{margin-left:var(--spacing-xs);position:relative;top:1px}.hero-section-wrapper .used-storage-space-low{color:var(--percentage-bar-filled-low-color);background-image:linear-gradient(var(--percentage-bar-filled-low-color), var(--percentage-bar-filled-low-color));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);width:fit-content}.hero-section-wrapper .used-storage-space-medium{color:var(--percentage-bar-filled-medium-color);background-image:linear-gradient(var(--percentage-bar-filled-medium-color), var(--percentage-bar-filled-medium-color));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);width:fit-content}.hero-section-wrapper .used-storage-space-high{color:var(--percentage-bar-filled-high-color);background-image:linear-gradient(var(--percentage-bar-filled-high-color), var(--percentage-bar-filled-high-color));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);width:fit-content}.hero-section-header{--header-image-after-content-offset: 130px;--header-image-max-margin-top: var(--spaces-12);--header-image-max-margin-bottom: var(--section-offset-xl);--header-image-min-margin: var(--spacing-2xl);--header-image-min-height: 430px;--header-image-max-height: 561px;--header-text-max-width: 45%;position:relative;max-width:calc(var(--hero-section-content-width) + var(--header-image-after-content-offset)*2);width:calc(100% - var(--hero-section-header-offset));display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:max(min(var(--header-image-top-space),var(--header-image-max-margin-top)),var(--header-image-min-margin));margin-bottom:max(min(var(--header-image-bottom-space),var(--header-image-max-margin-bottom)),var(--header-image-min-margin));min-height:max(var(--hero-wrapper-min-height, 0px),var(--hero-section-min-height, 0px))}@media(max-width: 768px){.hero-section-header{margin-bottom:var(--section-offset-l)}}.hero-section-header.smaller-margin-bottom{--header-image-max-margin-bottom: calc(var(--section-offset-xl) / 2)}@media(max-width: 768px){.hero-section-header.smaller-margin-bottom{margin-bottom:calc(var(--section-offset-l)/2)}}@media(max-height: 880px){.hero-section-header.smaller-margin-bottom{--header-image-max-margin-bottom: calc(var(--section-offset-landscape) / 2)}}.hero-section-header.no-margin-bottom{margin-bottom:0}.hero-section-header.stick-hero-image-to-bottom{justify-content:flex-end}.hero-section-header.stick-hero-image-to-bottom .hero-section-header-image img{vertical-align:bottom}@media(max-height: 880px){.hero-section-header{margin-bottom:var(--section-offset-landscape)}}@media(min-width: 1131px)and (max-width: 1320px){.hero-section-header{--header-image-max-margin-top: var(--spaces-9)}}@media(min-width: 769px)and (max-width: 1130px){.hero-section-header{--header-image-max-margin-top: var(--spacing-3xl)}}@media(min-width: 1221px)and (max-height: 640px){.hero-section-header{--header-text-max-width: 50%}}.hero-section-header-wrapper{position:absolute;z-index:3;max-width:calc(var(--hero-section-content-width));width:min(var(--hero-section-content-width),100vw - var(--hero-section-header-offset) - var(--spacing-md));top:var(--hero-section-header-top, "unset");display:flex;flex-direction:column}@media(max-width: 1180px){.hero-section-header-wrapper{top:calc(var(--hero-section-header-top, "unset")/2)}}@media(max-width: 1150px){.hero-section-header-wrapper{top:calc(var(--hero-section-header-top, "unset")*0)}}@media(max-width: 1220px)and (max-height: 600px){.hero-section-header-wrapper{top:calc(var(--hero-section-header-top, "unset")*0)}}.hero-section-header-wrapper.header-position-center{top:50%;transform:translateY(-50%)}@media(max-width: 1180px){.hero-section-header-wrapper.header-position-center{top:50%}}@media(max-width: 1150px){.hero-section-header-wrapper.header-position-center{top:50%}}@media(max-width: 1220px)and (max-height: 600px){.hero-section-header-wrapper.header-position-center{top:50%}}.hero-section-header-wrapper-inner{max-width:var(--header-text-max-width);display:flex;flex-direction:column;gap:var(--spacing-md)}.hero-section-header-wrapper-inner>*:not(:first-child,:last-child){padding:var(--spacing-md) 0}.hero-section-header-wrapper-inner .download-drive-yt-separation-border{width:fit-content;border-bottom:1px solid #eee}.hero-section-header-title-and-desc{display:flex;flex-direction:column;gap:var(--spacing-lg)}.hero-section-header-title{margin:0;padding:0;flex-direction:column}.hero-section-header-title.title-one-line{flex-direction:row;flex-wrap:wrap}@media(min-width: 769px)and (max-width: 1130px){.hero-section-header-title{font-size:45px;font-weight:600;line-height:52px}}.hero-section-header-subtitle{display:inline;font-size:28px;letter-spacing:-0.42px;font-weight:normal;color:var(--color-primary-500);padding-bottom:var(--spacing-lg)}.hero-section-header-subtitle .hero-section-counter{white-space:nowrap}.hero-section-header-description{display:flex;flex-direction:column;color:var(--color-base-black);font-size:18px;font-weight:400;line-height:26px}.hero-section-header-description a{text-decoration:none}@media(max-width: 768px){.hero-section-header-description{font-size:17px;line-height:24px}}.hero-section-description-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--spacing-sm)}.hero-section-description-list li{display:flex;align-items:flex-start;gap:var(--spacing-sm);color:var(--color-base-black);font-size:18px;font-weight:400;line-height:26px}@media(max-width: 768px){.hero-section-description-list li{font-size:17px;line-height:24px}}.hero-section-bullet{display:inline-block;min-width:8px;width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:9px}@media(max-width: 768px){.hero-section-bullet{margin-top:8px}}.hero-section-bullet-icon{width:20px;height:auto;flex-shrink:0;display:block;position:relative;top:.4em}.hero-section-description-small{color:var(--color-gray-light);font-size:12px;font-weight:400;line-height:1.4em;padding-top:var(--spacing-sm)}.hero-section-header-image{display:flex;max-height:var(--header-image-max-height);width:100%;justify-content:flex-end;min-width:100px}.hero-section-header-image .img-lazy-wrapper{max-width:auto;width:100%;aspect-ratio:unset;position:relative}.hero-section-header-image img{object-fit:contain;object-position:right center}.hero-section-header-image.mobile-only{display:none}.hero-section-header-image.hero-header-image-mobile{position:relative}.hero-section-header-image-width-shrinker{display:block;flex-shrink:0}@media(max-width: 768px){.hero-section-outer-wrapper{background:var(--section-background-mobile, var(--section-background, transparent))}.hero-section-wrapper .mobile-only{display:block}.hero-section-wrapper .desktop-only{display:none}.hero-section-header{margin-top:var(--spaces-5);width:100% !important;min-height:unset !important}.hero-section-header.no-margin-bottom-mobile{margin-bottom:0 !important}.hero-section-header.stick-hero-image-to-bottom{justify-content:center}.hero-section-header.stick-hero-image-to-bottom .hero-section-header-image img{vertical-align:unset}.hero-section-header-wrapper{position:unset;align-items:center;text-align:center;width:calc(100% - var(--hero-section-content-offset))}.hero-section-header-wrapper-inner{max-width:unset}.hero-section-header-wrapper-inner .download-drive-yt-separation-border{margin:0 auto}.hero-section-header-title-and-desc{align-items:center;text-align:center;gap:var(--spacing-xl)}.hero-section-header-title{flex-direction:column !important;align-self:center !important;text-align:center !important;align-items:center !important}.hero-section-header-title.title-one-line-mobile{flex-direction:row !important;flex-wrap:wrap !important;justify-content:center !important}.hero-section-header-description{text-align:center !important;align-items:center !important}.hero-section-header-description h2{text-align:center !important;align-items:center !important;align-self:center !important}.hero-section-header-image{max-width:calc(var(--hero-section-content-width));width:calc(100% - var(--hero-section-mobile-image-content-offset, 0px));margin-top:var(--spaces-6);aspect-ratio:var(--header-image-mobile-aspect-ratio, "unset");max-height:unset}.hero-section-header-image .img-lazy-wrapper{max-width:unset}.hero-section-header-image img{object-position:center}.hero-section-header-image.has-mobile-image:not(.mobile-only){display:none}.hero-section-header-image.mobile-only{display:flex;padding:var(--header-image-padding-mobile, 0);box-sizing:border-box;justify-content:center}.hero-section-header-image-width-shrinker{display:none}.cta-link{margin:0 auto}.cta-button-wrapper{align-self:center}}@media(max-width: 1060px){.mobile-breakpoint-xl .hero-section-outer-wrapper{background:var(--section-background-mobile, var(--section-background, transparent))}.mobile-breakpoint-xl .hero-section-wrapper .mobile-only{display:block}.mobile-breakpoint-xl .hero-section-wrapper .desktop-only{display:none}.mobile-breakpoint-xl .hero-section-header{margin-top:var(--spaces-5);width:100% !important;min-height:unset !important}.mobile-breakpoint-xl .hero-section-header.no-margin-bottom-mobile{margin-bottom:0 !important}.mobile-breakpoint-xl .hero-section-header.stick-hero-image-to-bottom{justify-content:center}.mobile-breakpoint-xl .hero-section-header.stick-hero-image-to-bottom .hero-section-header-image img{vertical-align:unset}.mobile-breakpoint-xl .hero-section-header-wrapper{position:unset;align-items:center;text-align:center;width:calc(100% - var(--hero-section-content-offset))}.mobile-breakpoint-xl .hero-section-header-wrapper-inner{max-width:unset}.mobile-breakpoint-xl .hero-section-header-wrapper-inner .download-drive-yt-separation-border{margin:0 auto}.mobile-breakpoint-xl .hero-section-header-title-and-desc{align-items:center;text-align:center;gap:var(--spacing-xl)}.mobile-breakpoint-xl .hero-section-header-title{flex-direction:column !important;align-self:center !important;text-align:center !important;align-items:center !important}.mobile-breakpoint-xl .hero-section-header-title.title-one-line-mobile{flex-direction:row !important;flex-wrap:wrap !important;justify-content:center !important}.mobile-breakpoint-xl .hero-section-header-description{text-align:center !important;align-items:center !important}.mobile-breakpoint-xl .hero-section-header-description h2{text-align:center !important;align-items:center !important;align-self:center !important}.mobile-breakpoint-xl .hero-section-header-image{max-width:calc(var(--hero-section-content-width));width:calc(100% - var(--hero-section-mobile-image-content-offset, 0px));margin-top:var(--spaces-6);aspect-ratio:var(--header-image-mobile-aspect-ratio, "unset");max-height:unset}.mobile-breakpoint-xl .hero-section-header-image .img-lazy-wrapper{max-width:unset}.mobile-breakpoint-xl .hero-section-header-image img{object-position:center}.mobile-breakpoint-xl .hero-section-header-image.has-mobile-image:not(.mobile-only){display:none}.mobile-breakpoint-xl .hero-section-header-image.mobile-only{display:flex;padding:var(--header-image-padding-mobile, 0);box-sizing:border-box;justify-content:center}.mobile-breakpoint-xl .hero-section-header-image-width-shrinker{display:none}.mobile-breakpoint-xl .cta-link{margin:0 auto}.mobile-breakpoint-xl .cta-button-wrapper{align-self:center}}