.hero__content-container{margin:0 auto;z-index:1;width:90vw;max-width:104rem}@media screen and (max-width:47.99rem){.hero__content-container>*{grid-column:span 12}}.hero__content-container{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:4vw;gap:4vw}@media screen and (max-width:47.99rem){.hero__content-container>*{grid-column:span 12;justify-self:center}}@media screen and (min-width:64rem){.hero__content-container{gap:2vw}}.hero{align-items:center;background-color:var(--bg-dark);display:flex;flex-direction:column;flex-shrink:0;min-height:30vw;-webkit-padding-before:calc(7.25rem + 2em);padding-block-start:calc(7.25rem + 2em);-webkit-padding-after:2em;padding-block-end:2em;position:relative;justify-content:flex-end;width:100%}@media screen and (max-width:48rem){.hero{box-sizing:border-box}}.hero.hero--still-image:after,.hero.hero--video:after{content:"";background:var(--bg-dark);position:absolute;top:0;left:0;height:100%;width:100%;opacity:.6}.hero__content{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;width:100%;box-sizing:border-box;margin:2rem;grid-column:1/span 12;z-index:12}.hero__content-container{position:relative;z-index:12}@media screen and (min-width:64rem){.hero__content{grid-column:2/span 10;margin-inline:unset}}.hero__title-wrapper{position:relative;z-index:10;grid-column:1/span 6}.hero__title{color:var(--tertiary-color);text-transform:var(--font-variation-case);max-width:18ch;z-index:10;-webkit-margin-before:.5em;margin-block-start:.5em;-webkit-margin-after:.5em;margin-block-end:.5em}@media screen and (min-width:48rem){.hero__title{-webkit-margin-after:unset;margin-block-end:unset}}.hero__subtitle{color:var(--white);font-family:LaBelleAurore;font-size:1.25rem;line-height:1.2;z-index:10;display:block;transform:rotate(-5deg)}@media(min-width:48rem){.hero__subtitle{max-width:16rem;position:absolute;text-indent:-6rem;top:.25rem;left:8rem}}.hero__cta{align-items:center;color:var(--white);display:flex;flex-wrap:wrap;font-size:1.25rem;gap:1.5rem;z-index:6;grid-column:7/span 6}@media(min-width:48rem){.hero__cta{justify-content:flex-end}}.hero__content.wrapper{max-width:100%}div.hero.hero--still-image{-webkit-padding-after:var(--container-padding);padding-block-end:var(--container-padding)}@media screen and (min-width:64rem){body:has([class*=layout-chapter]:first-child) .hero__content{grid-column:1/span 12}}.hero__toggle-animation{grid-column:1/span 12}.hero.hero--slideshow{min-height:38rem;overflow-x:hidden}.hero.hero--slideshow .hero__content{z-index:12;grid-column:1/span 12;max-width:100%}@media screen and (min-width:75rem){.hero.hero--slideshow{overflow-y:hidden}.hero.hero--slideshow .hero__content{position:relative}}.hero__slideshow-container{position:absolute;top:7.25rem}@media screen and (min-width:64rem){.hero__slideshow-container{top:unset}}.hero__slideshow{align-items:center;display:flex;flex-direction:row;-webkit-padding-before:1.5em;padding-block-start:1.5em;-webkit-padding-after:1.5em;padding-block-end:1.5em;position:absolute;left:0}@media screen and (min-width:64rem){.hero__slideshow{position:relative;top:0}}.hero__slideshow__cards{align-items:center;display:flex;flex-direction:row}.hero__slideshow__cards>div{background-size:cover;background-position:50%;flex-shrink:0;margin-left:-1rem;transition-duration:.5s;position:relative}.hero__slideshow__cards>div:after{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;background-color:var(--bg-dark);opacity:.5;transition-duration:.5s}.hero__slideshow__cards>div:hover:after{opacity:0}.hero__slideshow__cards>div.landscape{width:35rem;height:25rem}.hero__slideshow__cards>div.portrait{width:25rem;height:35rem}.hero__slideshow__cards>div:nth-child(8n-7){rotate:-2.5deg;z-index:6}.hero__slideshow__cards>div:nth-child(8n-6){rotate:4deg;z-index:5}.hero__slideshow__cards>div:nth-child(8n-5){rotate:-2.5deg;z-index:2;margin-bottom:2.5rem}.hero__slideshow__cards>div:nth-child(8n-4){rotate:1.5deg;z-index:3;margin-top:2.5rem}.hero__slideshow__cards>div:nth-child(8n-3){rotate:-2deg;z-index:4}.hero__slideshow__cards>div:nth-child(8n-2){rotate:1deg;z-index:1;margin-top:5rem;margin-left:-1rem}.hero__slideshow__cards>div:nth-child(8n-1){rotate:-2.5deg;z-index:1;margin-bottom:4rem}.hero__slideshow__cards>div:nth-child(8n){rotate:1deg;z-index:0;margin-bottom:5rem}.hero__slideshow>div:first-child{animation:slideshow 60s linear infinite alternate}.hero__slideshow.speed-4>div:first-child{animation-duration:60s}.hero__slideshow.speed-5>div:first-child{animation-duration:75s}.hero__slideshow.speed-6>div:first-child{animation-duration:90s}.hero__slideshow.speed-7>div:first-child{animation-duration:105s}.hero__slideshow.speed-8>div:first-child{animation-duration:120s}.hero__slideshow.pause>div:first-child{animation-play-state:paused}@keyframes slideshow{0%{margin-left:0}to{margin-left:-20%}}.hero__toggle-animation{align-items:center}.hero__toggle-animation span{color:var(--gray)}.hero__toggle-animation{width:100%;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;font-size:.75rem}.hero__toggle-animation span>svg{font-size:20px;margin-right:.25rem;vertical-align:top}.hero__toggle-animation span{color:var(--text-light-color);display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.25rem;-webkit-padding-before:1rem;padding-block-start:1rem;-webkit-padding-after:1rem;padding-block-end:1rem;position:relative;transition-duration:.2s;z-index:6}.hero__toggle-animation span:hover{color:var(--white);cursor:pointer}.hero--video video{height:100%;object-fit:cover;position:absolute;top:0;left:0;width:100%}