.audiences{display:grid;gap:var(--size-m);grid-template-areas:"audience-image-business audience-content-business" "audience-image-medical audience-content-medical" "audience-image-personal audience-content-personal" "audience-image-activists audience-content-activists" "audience-image-journalists audience-content-journalists";grid-template-columns:repeat(2,minmax(0,1fr));margin:0 auto;max-width:500px}.audience__content{align-items:start;background-color:var(--peach);border:3px solid var(--peach);border-radius:var(--br-default);display:flex;flex-direction:column;padding:var(--size-m);text-align:start}.audience__content--business{grid-area:audience-content-business}.audience__content--medical{grid-area:audience-content-medical}.audience__content--personal{grid-area:audience-content-personal}.audience__content--activists{grid-area:audience-content-activists}.audience__content--journalists{grid-area:audience-content-journalists}.audience__icon{margin-bottom:var(--size-xs)}.audience__icon>svg{width:100%}.audience__content--activists>.audience__icon>svg path,.audience__content--business>.audience__icon>svg path,.audience__content--journalists>.audience__icon>svg path,.audience__content--medical>.audience__icon>svg path,.audience__content--personal>.audience__icon>svg path{fill:var(--red-fighter)}.audience__name{margin-bottom:var(--size-xs)}.audience__text{font-size:var(--text-s);margin:0}.audience__image-wrap{align-items:end;background-color:var(--peach);border:3px solid var(--peach);border-radius:var(--br-default);display:flex}.audience__image{border-radius:var(--br-default);display:block;height:auto}.audience__image--desktop{display:none}.audience__image--mobile{display:initial}.audience__image-wrap--Business{grid-area:audience-image-business}.audience__image-wrap--Medical{grid-area:audience-image-medical}.audience__image-wrap--Personal{grid-area:audience-image-personal}.audience__image-wrap--Activists{grid-area:audience-image-activists}.audience__image-wrap--Journalists{grid-area:audience-image-journalists}@media (min-width:996px){.audiences{gap:0 var(--size-m);grid-template-areas:"audience-content-business audience-content-medical audience-content-personal audience-content-activists audience-content-journalists" "audience-image-business audience-image-medical audience-image-personal audience-image-activists audience-image-journalists";grid-template-columns:repeat(5,minmax(0,1fr));max-width:none}.audience__content{align-items:center;border-bottom:none;border-radius:var(--br-default) var(--br-default) 0 0;text-align:center}.audience__text{font-size:var(--text-base)}.audience__image-wrap{border:3px solid var(--peach);border-radius:0 0 var(--br-default) var(--br-default);border-top:none}.audience__image{border-radius:0 0 var(--br-default) var(--br-default);height:auto}}.circle-progress{position:relative;transition:scale .2s ease-in-out}.circle-progress--active{scale:1}.circle-progress--inactive{scale:0}.circle-progress__dashed{transform-origin:center;fill:none;stroke-linejoin:round;stroke-dasharray:3.74 3.74}.circle-progress__filled{transform:rotate(-90deg);transform-origin:center;fill:none;stroke-linecap:round}.product-view-email .circle-progress__filled{stroke:var(--red-tutao)}.product-view-email .circle-progress__dashed{stroke:var(--red-candy)}.product-view-calendar .circle-progress__filled{stroke:var(--blue-tutao)}.product-view-calendar .circle-progress__dashed{stroke:var(--blue-candy)}:root{--MailInnerColorActive:var(--white);--MailInnerColorInactive:#be8f96;--MailOuterColorActive:var(--red-fighter);--MailOuterColorInactive:var(--red-candy);--CalendarInnerColorActive:var(--white);--CalendarInnerColorInactive:var(--blue-nota);--CalendarOuterColorActive:var(--blue-fighter);--CalendarOuterColorInactive:var(--blue-candy)}.brand-icon,.brand-icon__inner,.brand-icon__outer{height:auto;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .2s}.brand-icon__outer>svg{height:100%;width:100%}.brand-icon__inner>svg *,.brand-icon__outer>svg *{transition:fill .2s}.brand-icon__inner>svg{height:100%;width:100%}.product-view-email{.brand-icon__outer--active circle{fill:var(--MailOuterColorActive)}.brand-icon__outer--inactive circle{fill:var(--MailOuterColorInactive)}.brand-icon__inner--active path{fill:var(--MailInnerColorActive)}.brand-icon__inner--inactive path{fill:var(--MailInnerColorInactive)}}.product-view-calendar{.brand-icon__outer--active circle{fill:var(--CalendarOuterColorActive)}.brand-icon__outer--inactive circle{fill:var(--CalendarOuterColorInactive)}.brand-icon__inner--active path{fill:var(--CalendarInnerColorActive)}.brand-icon__inner--inactive path{fill:var(--CalendarInnerColorInactive)}}.story-wrap{display:grid;gap:var(--size-xxxl);grid-template-areas:"story-top-left" "story-top-right" "story-bottom"}.story-top-left{grid-area:story-top-left}.story-top-right{grid-area:story-top-right}.story-bottom{grid-area:story-bottom}.story{position:relative;width:100%}.story__content{background-color:var(--peach);border-radius:var(--br-default);color:var(--red-tutao);display:flex;flex-direction:column;margin-bottom:max(-40vw,calc(var(--size-xxxl)*-3));margin-left:auto;max-width:var(--max-width-document);padding:var(--size-m);position:relative;right:0;top:-40vw;width:90%}.story--full .story__content{margin-bottom:-10vw;top:-10vw}.story__image{border-radius:var(--br-default);height:auto;max-height:min(70%,1100px);-o-object-fit:contain;object-fit:contain;-o-object-position:top;object-position:top;width:90%}.story__badge{z-index:1}.story--half .story__badge{position:absolute;right:0;top:-100px;width:80px}.story--full .story__badge{bottom:-30px;left:-40px;position:absolute;width:110px}.story__title{margin-bottom:var(--size-s)}.story__text{margin:0}.story__button-wrap{align-items:end;display:flex;flex-direction:column;gap:var(--size-s);justify-content:flex-end;margin-top:auto;padding-top:var(--size-ml)}@media (min-width:576px){.story__image{border-radius:var(--br-default);-o-object-fit:cover;object-fit:cover;width:90%}.story--full .story__image,.story__image{-o-object-position:top;object-position:top}.story--full .story__image{height:auto;-o-object-fit:contain;object-fit:contain}.story__button-wrap{flex-direction:row}}@media (min-width:768px){.story__image{width:90%}.story--full .story__image{width:95%}.story--half .story__badge{top:-170px;width:135px}.story--full .story__badge{left:auto;right:0;top:-90px;width:140px}}@media (min-width:996px){.story-wrap{gap:var(--size-xxl);grid-template-areas:"story-top-left story-top-right" "story-bottom story-bottom"}.story--half{width:100%}.story--full{position:relative;width:100%}.story__content{margin-bottom:calc(var(--size-xxxl)*-1.5);top:calc(var(--size-xxxl)*-1.5)}.story--full .story__badge{left:auto;right:0;top:-110px;width:180px}}@media (min-width:1200px){.story__content{margin-bottom:calc(var(--size-xxxl)*-2.5);top:calc(var(--size-xxxl)*-2.5)}}@media (min-width:1600px){.story__content{margin-bottom:calc(var(--size-xxxl)*-3);top:calc(var(--size-xxxl)*-3.5)}}@media (min-width:1800px){.story__content{margin-bottom:calc(var(--size-xxxl)*-3);top:calc(var(--size-xxxl)*-4.5)}}.section-hero{padding:0;position:relative}#video{left:-8px;margin-top:auto;max-width:100%;width:800px}#video,.index-hero-wrap{position:relative}.index-hero{align-items:center;background-size:auto;display:flex;flex-direction:column;height:max(100vh,700px);justify-content:center;margin-top:calc(var(--size-xxxl)*-1);overflow:hidden;padding:0 var(--size-s);padding-top:20vh;position:sticky;text-align:center;top:0;width:100%}.index-hero hgroup{backface-visibility:hidden;margin-bottom:0;position:relative}.index-hero__title{color:var(--peach);font-family:MDIO,monospace;font-size:min(11vw,var(--text-xxxl));letter-spacing:.01px;line-height:1.1;margin-bottom:var(--size-xs)}.index-hero__title-break{display:initial}.index-hero__text{color:var(--peach);font-family:var(--sans);font-size:var(--text-base);z-index:2}.index-hero__button,.index-hero__text{margin-bottom:var(--size-xl)}.index-hero__image-wrap{margin-top:var(--size-xxl);max-width:240px;position:relative;top:0;width:100%}.index-hero__image-wrap:hover{opacity:1}.hero__switch-finger-wrap{position:relative;scale:.8;transform-origin:top center}.hero__finger-wrap{--scale-factor:1.6;left:calc(-22%*var(--scale-factor));pointer-events:none;position:absolute;scale:var(--scale-factor);top:34%;transform:translate(50%);transform-origin:top center;width:100%}.hero__finger{display:block;height:auto;opacity:0;position:absolute;width:100%}.switch-wrap{height:320px;position:relative;transform-origin:top center;width:320px}#switch{pointer-events:none}.switch__button{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}@media (min-width:576px){.index-hero__title{font-size:calc(var(--text-xxxl)*1.1)}}@media (min-width:768px){.index-hero__image-wrap{max-width:360px}.index-hero__title-break{display:none}.index-hero__text{margin-bottom:var(--size-xxl)}.index-hero__button{margin-bottom:var(--size-l)}.hero__switch-finger-wrap{scale:.8}}@media (min-width:996px){.index-hero{background-size:auto;padding-top:0}.index-hero__title{font-size:min(7vw,100px)}.hero__switch-finger-wrap{scale:1}@media (min-height:996px){.index-hero__button,.index-hero__text{margin-bottom:var(--size-xl)}.hero__switch-finger-wrap{scale:1.1}}@media (min-height:1200px){.index-hero__button,.index-hero__text{margin-bottom:var(--size-xxl)}.hero__switch-finger-wrap{scale:1.3}}}@media (min-width:1200px){.index-hero__text{font-size:var(--text-m)}}@media (max-height:768px){.index-hero__title{font-size:min(11vw,var(--text-xxxl))}.index-hero__button,.index-hero__text{margin-bottom:var(--size-l)}@media (max-width:576px){.hero__switch-finger-wrap{scale:.6}}@media (min-width:768px){.hero__switch-finger-wrap{scale:.7}}}@media (max-height:996px){.index-hero{padding-top:18lvh}.index-hero__button,.index-hero__text{margin-bottom:var(--size-ml)}@media (min-width:768px){.index-hero__title{font-size:calc(var(--text-xxxl)*1.1)}.hero__switch-finger-wrap{scale:.7}}}
