.o-grid-debugger{z-index:1000;position:fixed;top:0;left:0;display:flex;justify-content:space-between;width:100%;height:100%;-moz-column-gap:var(--grid-gutter);column-gap:var(--grid-gutter);padding-right:var(--grid-gutter);padding-left:var(--grid-gutter);pointer-events:none}.o-grid-debugger span{flex:1 1 0;background-color:hsla(0,0%,100%,.1)}.o-grid-debugger:not(.is-visible){visibility:hidden}.o-loader{z-index:500;position:fixed;display:flex;align-items:center;justify-content:center;background-color:var(--color-dark)}.o-loader,.o-loader:after{top:0;left:0;width:100%;height:100%}.o-loader:after{content:"";position:absolute;display:block;opacity:0}html.is-mobile .o-loader:after{background-color:var(--color-secondary)}html.is-desktop .o-loader:after{background-color:var(--color-gray)}html:not(.is-loading) .o-loader{left:200vw;transition:left 0s .4s}html:not(.is-loading) .o-loader:after{opacity:1;transition:opacity .4s cubic-bezier(.165,.84,.44,1)}.o-loader_dot{display:flex;width:10px;height:10px}.o-loader_dot:before{content:"";width:100%;height:100%;background-color:var(--color-primary);border-radius:50%;will-change:transform}html:not(.is-ready) .o-loader_dot:before{-webkit-animation:anim-loader-dot-pulse 1s linear infinite alternate;animation:anim-loader-dot-pulse 1s linear infinite alternate}html.is-mobile:not(.is-loading) .o-loader_dot{opacity:0;transform:scale(0);transition:opacity .4s ease-in,transform .4s cubic-bezier(.165,.84,.44,1)}html.is-desktop .o-loader_dot{z-index:1}@-webkit-keyframes anim-loader-dot-pulse{0%{transform:scale(1)}to{transform:scale(1.5)}}@keyframes anim-loader-dot-pulse{0%{transform:scale(1)}to{transform:scale(1.5)}}html.is-desktop *{cursor:none!important}.c-cursor{--cursor-color-text:var(--color-dark);--cursor-color-bg:var(--color-primary);--cursor-size:140px;z-index:1000;position:fixed;top:0;left:0;display:block;width:var(--cursor-size);height:var(--cursor-size);margin-top:calc(var(--cursor-size)*-0.5);margin-left:calc(var(--cursor-size)*-0.5);pointer-events:none;will-change:transform}.c-cursor.-orange{--cursor-color-text:var(--color-primary);--cursor-color-bg:var(--color-secondary)}@media(hover:none){.c-cursor{display:none;visibility:hidden}}@media(min-width:1600px){.c-cursor{--cursor-size:160px}}@media(min-width:2000px){.c-cursor{--cursor-size:180px}}.c-cursor_inner,.c-cursor_overlay,.c-cursor_pop{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background-color:var(--cursor-color-bg);border-radius:50%}.c-cursor_overlay{--cursor-overlay-size:100vmax;top:50%;left:50%;width:var(--cursor-overlay-size);height:var(--cursor-overlay-size);margin-top:calc(var(--cursor-overlay-size)*-0.5);margin-left:calc(var(--cursor-overlay-size)*-0.5);transform:scale(0);pointer-events:none}.c-cursor_inner{color:var(--cursor-color-text);transform:scale(.07);transition:color .3s cubic-bezier(.165,.84,.44,1),background-color .3s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1)}.c-cursor.-has-label .c-cursor_inner{transform:scale(1)}html:not(.is-ready) .c-cursor_inner{transform:scale(.035)}.c-cursor_label{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:1em;font-size:.9375rem;text-align:center;text-transform:uppercase;transition:transform .1s}.c-cursor.is-active .c-cursor_label{transform:scale(1.05)}@-webkit-keyframes anim-cursor-active{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.2)}}@keyframes anim-cursor-active{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.2)}}.c-footer{display:flex;align-items:flex-end;width:100%;height:calc(var(--vh, 1vh)*100);color:var(--color-dark);background-color:var(--color-secondary);overflow:hidden}.c-footer_link:focus-visible:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid currentcolor}.c-footer_inner{z-index:2;display:grid;align-items:flex-end;grid-gap:var(--grid-gutter);grid-template-columns:repeat(3,minmax(0,1fr));width:100%;padding:var(--grid-gutter)}.c-footer_label{font-size:.9375rem;font-weight:inherit;line-height:1;text-transform:uppercase}.c-footer_label:nth-child(2){text-align:center}.c-footer_label:nth-child(3){text-align:right}.c-modal{z-index:150;position:fixed;top:0;left:200vw;width:100%;height:100%;color:var(--color-dark);overflow:hidden}.c-modal.is-open{left:0}.c-modal:not(.is-open){pointer-events:none;transition:left 0s .4s}.c-modal_bg{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background-color:var(--color-primary)}.c-modal:not(.is-open) .c-modal_bg{transform:scaleY(0);transform-origin:50% 100%;transition:transform .4s cubic-bezier(.165,.84,.44,1) .2s}.c-modal_title{position:absolute;top:var(--grid-gutter);left:var(--grid-gutter);display:flex;flex-direction:column}.c-modal_title .o-anim-text{--anim-text-duration-out:.4s}.c-modal_title .o-anim-text.-flag>*{-webkit-animation:anim-text-fade-out calc(var(--anim-text-duration-out, .8s)/3) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-out,0s),anim-text-translate-out var(--anim-text-duration-out,.8s) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-out,0s);animation:anim-text-fade-out calc(var(--anim-text-duration-out, .8s)/3) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-out,0s),anim-text-translate-out var(--anim-text-duration-out,.8s) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-out,0s)}.c-modal_title .o-anim-text.-mask-x>*,.c-modal_title .o-anim-text.-mask-y>*{-webkit-animation:anim-text-translate-out var(--anim-text-duration-out,.8s) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-out,0s);animation:anim-text-translate-out var(--anim-text-duration-out,.8s) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-out,0s)}.c-modal_title .o-anim-text:nth-child(2){--anim-text-delay-in:.1s;padding-left:5em}.c-modal_title .o-anim-text:nth-child(3){--anim-text-delay-in:.2s}.c-modal.is-open .c-modal_title .o-anim-text.-flag>*{-webkit-animation:anim-text-fade-in calc(var(--anim-text-duration-in, .8s)/3) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-in,0s) forwards,anim-text-translate-in var(--anim-text-duration-in,.8s) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-in,0s) forwards;animation:anim-text-fade-in calc(var(--anim-text-duration-in, .8s)/3) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-in,0s) forwards,anim-text-translate-in var(--anim-text-duration-in,.8s) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-in,0s) forwards}.c-modal.is-open .c-modal_title .o-anim-text.-mask-x>*,.c-modal.is-open .c-modal_title .o-anim-text.-mask-y>*{-webkit-animation:anim-text-translate-in var(--anim-text-duration-in,.8s) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-in,0s) forwards;animation:anim-text-translate-in var(--anim-text-duration-in,.8s) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-in,0s) forwards}.c-modal_inner{display:flex;align-items:center;justify-content:flex-start;width:100%;height:100%;transform:translateY(calc(50% + var(--font-size-huge)*0.5));transition:transform .4s cubic-bezier(.165,.84,.44,1)}.c-modal.is-open .c-modal_inner{transform:translate(0);transition:transform .6s cubic-bezier(.165,.84,.44,1)}.c-modal_text{display:flex;white-space:nowrap}.c-modal_text span{padding-left:.5em}.c-section-mask{--font-size-h1:16.4vw;z-index:1;display:flex;align-items:center;width:100%;height:calc(var(--vh, 1vh)*100);background-color:var(--color-dark);overflow:hidden}.c-section-mask_title{left:-.015em;display:block;width:100%;line-height:1.2;text-align:center;opacity:0}.c-section-mask_bg,.c-section-mask_canvas{position:absolute;top:0;left:0;display:block;width:100%;height:100%}.c-section-mask_bg{background-color:var(--color-secondary);pointer-events:none}.c-header{--header-delay:.7s}.c-header_inner,.c-header_title{z-index:100;position:absolute}.c-header_title{top:var(--grid-gutter);display:flex;flex-direction:column;color:var(--color-primary)}html.is-ready .c-header_title .o-anim-text>*{transform:translate(0)}html.is-ready .c-header_title .o-anim-text.-flag>*{opacity:1;transition:opacity calc(var(--anim-text-duration-in, .8s)/3) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-in,0s),transform var(--anim-text-duration-in,.8s) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-in,0s)}html.is-ready .c-header_title .o-anim-text.-mask-x>*,html.is-ready .c-header_title .o-anim-text.-mask-y>*{transition:transform var(--anim-text-duration-in,.8s) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-in,0s)}html.is-ready .c-header_title .o-anim-text:first-child{--anim-text-delay-in:var(--header-delay)}html.is-ready .c-header_title .o-anim-text:nth-child(2){--anim-text-delay-in:calc(var(--header-delay) + 0.1s)}html.is-mobile .c-header_title{left:0;width:100%;text-align:center}html.is-desktop .c-header_title{left:calc(33.33333vw - var(--grid-gutter)*2*0.33333 - var(--grid-gutter)*0.66667 + var(--grid-gutter)*0)}.c-header_inner{display:flex;align-items:flex-end;height:var(--header-sidebar-size);transform-origin:100% 100%;transition:color .3s cubic-bezier(.165,.84,.44,1)}html.is-mobile .c-header_inner{right:var(--grid-gutter);bottom:calc(var(--vh, 1vh)*-100);width:calc(var(--vh, 1vh)*100);padding-right:calc(var(--grid-gutter)*2);padding-left:calc(var(--grid-gutter)*2);color:var(--color-gray);transform:rotate(-90deg)}html.is-desktop .c-header_inner{top:0;right:0;width:calc(var(--vh, 1vh)*70);padding-right:var(--grid-gutter);padding-left:var(--grid-gutter);color:var(--color-dark);transform:rotate(-90deg) translate(var(--header-sidebar-size))}.c-header_list{display:flex;justify-content:space-between;width:100%}.c-header_item{display:flex;flex-direction:column;font-size:.9375rem;line-height:1}.c-header_item .o-anim-text:first-child{--anim-text-delay-in:var(--header-delay)}.c-header_item .o-anim-text:nth-child(2){--anim-text-delay-in:calc(var(--header-delay) + 0.1s)}html.is-ready .c-header_item .o-anim-text>*{transform:translate(0)}html.is-ready .c-header_item .o-anim-text.-flag>*{opacity:1;transition:opacity calc(var(--anim-text-duration-in, .8s)/3) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-in,0s),transform var(--anim-text-duration-in,.8s) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-in,0s)}html.is-ready .c-header_item .o-anim-text.-mask-x>*,html.is-ready .c-header_item .o-anim-text.-mask-y>*{transition:transform var(--anim-text-duration-in,.8s) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-in,0s)}.c-floating-dots{z-index:2;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.c-floating-dots:after{content:"";position:absolute;top:calc(50% - 5px);left:calc(50% - 5px);display:block;width:10px;height:10px;background-color:var(--color-primary);border-radius:50%}html.is-ready .c-floating-dots:after{transform:scale(0);transition:transform .2s .8s}.c-floating-dots_inner{display:flex;align-items:center;justify-content:center;width:100%;height:100%;transform:scale(0)}html.is-ready .c-floating-dots_inner{transform:scale(1);transition:transform 1s cubic-bezier(.165,.84,.44,1)}.c-section-poster{--poster-padding:var(--grid-gutter);width:100%;height:calc(var(--vh, 1vh)*100);padding-right:var(--grid-gutter);padding-left:var(--grid-gutter);color:var(--color-dark);background-color:var(--color-gray);overflow:hidden}.c-section-poster.has-overlay .c-header_inner{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-section-poster_inner{height:100%;overflow:hidden;pointer-events:none}.c-section-poster_title{z-index:1;position:absolute;top:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding-bottom:var(--poster-padding)}html.is-ready .c-section-poster_title .o-anim-text>*{transform:translate(0)}html.is-ready .c-section-poster_title .o-anim-text.-flag>*{opacity:1;transition:opacity calc(var(--anim-text-duration-in, .8s)/3) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-in,0s),transform var(--anim-text-duration-in,.8s) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-in,0s)}html.is-ready .c-section-poster_title .o-anim-text.-mask-x>*,html.is-ready .c-section-poster_title .o-anim-text.-mask-y>*{transition:transform var(--anim-text-duration-in,.8s) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-in,0s)}.c-section-poster_title>span{display:block}.c-section-poster_title>span:first-child{margin-left:-.1em}.c-section-poster_title>span:nth-child(2){text-align:center}.c-section-poster_title>span:nth-child(2) .o-anim-text span{padding-right:.1em;padding-left:.1em}.c-section-poster_title>span:nth-child(3){margin-right:-.1em;text-align:right}.c-section-poster_title>span:first-child span{--anim-text-delay-in:0.7s}.c-section-poster_title>span:nth-child(2) span{--anim-text-delay-in:0.8s}.c-section-poster_title>span:nth-child(3) span{--anim-text-delay-in:0.9s}.c-section-poster_content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:var(--grid-gutter);height:100%}.c-section-poster_list{display:flex;flex-direction:column;height:100%;padding-top:var(--grid-gutter);padding-bottom:var(--grid-gutter)}.c-section-poster_item{font-size:.75rem}.c-section-poster_item:first-child{--anim-text-delay-in:0.0138888889s}.c-section-poster_item:nth-child(2){--anim-text-delay-in:0.0277777778s}.c-section-poster_item:nth-child(3){--anim-text-delay-in:0.0416666667s}.c-section-poster_item:nth-child(4){--anim-text-delay-in:0.0555555556s}.c-section-poster_item:nth-child(5){--anim-text-delay-in:0.0694444444s}.c-section-poster_item:nth-child(6){--anim-text-delay-in:0.0833333333s}.c-section-poster_item:nth-child(7){--anim-text-delay-in:0.0972222222s}.c-section-poster_item:nth-child(8){--anim-text-delay-in:0.1111111111s}.c-section-poster_item:nth-child(9){--anim-text-delay-in:0.125s}.c-section-poster_item:nth-child(10){--anim-text-delay-in:0.1388888889s}.c-section-poster_item:nth-child(11){--anim-text-delay-in:0.1527777778s}.c-section-poster_item:nth-child(12){--anim-text-delay-in:0.1666666667s}.c-section-poster_item:nth-child(13){--anim-text-delay-in:0.1805555556s}.c-section-poster_item:nth-child(14){--anim-text-delay-in:0.1944444444s}.c-section-poster_item:nth-child(15){--anim-text-delay-in:0.2083333333s}.c-section-poster_item:nth-child(16){--anim-text-delay-in:0.2222222222s}.c-section-poster_item:nth-child(17){--anim-text-delay-in:0.2361111111s}.c-section-poster_item:nth-child(18){--anim-text-delay-in:0.25s}.c-section-poster_item:nth-child(19){--anim-text-delay-in:0.2638888889s}.c-section-poster_item:nth-child(20){--anim-text-delay-in:0.2777777778s}.c-section-poster_item:nth-child(21){--anim-text-delay-in:0.2916666667s}.c-section-poster_item:nth-child(22){--anim-text-delay-in:0.3055555556s}.c-section-poster_item:nth-child(23){--anim-text-delay-in:0.3194444444s}.c-section-poster_item:nth-child(24){--anim-text-delay-in:0.3333333333s}.c-section-poster_item:nth-child(25){--anim-text-delay-in:0.3472222222s}.c-section-poster_item:nth-child(26){--anim-text-delay-in:0.3611111111s}.c-section-poster_item:nth-child(27){--anim-text-delay-in:0.375s}.c-section-poster_item:nth-child(28){--anim-text-delay-in:0.3888888889s}.c-section-poster_item:nth-child(29){--anim-text-delay-in:0.4027777778s}.c-section-poster_item:nth-child(30){--anim-text-delay-in:0.4166666667s}.c-section-poster_item:nth-child(31){--anim-text-delay-in:0.4305555556s}.c-section-poster_item:nth-child(32){--anim-text-delay-in:0.4444444444s}.c-section-poster_item:nth-child(33){--anim-text-delay-in:0.4583333333s}.c-section-poster_item:nth-child(34){--anim-text-delay-in:0.4722222222s}.c-section-poster_item:nth-child(35){--anim-text-delay-in:0.4861111111s}.c-section-poster_item:nth-child(36){--anim-text-delay-in:0.5s}html.is-ready .c-section-poster_item>*{transform:translate(0)}html.is-ready .c-section-poster_item.-flag>*{opacity:1;transition:opacity calc(var(--anim-text-duration-in, .8s)/3) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-in,0s),transform var(--anim-text-duration-in,.8s) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-in,0s)}html.is-ready .c-section-poster_item.-mask-x>*,html.is-ready .c-section-poster_item.-mask-y>*{transition:transform var(--anim-text-duration-in,.8s) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-in,0s)}.c-section-poster_list:first-child .c-section-poster_item:nth-child(18){margin-bottom:auto}.c-section-poster_list:first-child .c-section-poster_item:nth-child(19),.c-section-poster_list:first-child .c-section-poster_item:nth-child(27),.c-section-poster_list:nth-child(2) .c-section-poster_item:nth-child(12),.c-section-poster_list:nth-child(2) .c-section-poster_item:nth-child(29){margin-top:auto}.c-section-poster_list:nth-child(2) .c-section-poster_item:last-child{margin-bottom:auto}@media(max-height:700px){.c-section-poster_item:nth-child(n+27){display:none;visibility:hidden}.c-section-poster_list:nth-child(2) .c-section-poster_item:nth-child(26){margin-bottom:auto}}.c-section-poster_bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color-gray)}.c-section-poster_bg.-dark{z-index:2;display:flex;padding:var(--poster-padding);color:var(--color-gray);background-color:var(--color-dark)}.c-section-poster_bg.-rails{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding-right:var(--poster-padding);padding-left:var(--poster-padding);color:var(--color-gray-light);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.c-section-poster_rail{font-family:ABC Camera,Helvetica Neue,Arial,sans-serif;font-size:23vw;letter-spacing:-.04em;line-height:.9;pointer-events:none;opacity:0;transform:translateY(50vw)}html.is-ready .c-section-poster_rail{opacity:1;transform:translate(0)}html.is-ready .c-section-poster_rail:first-child{transition:opacity 1.125s cubic-bezier(.165,.84,.44,1) .125s,transform 1.125s cubic-bezier(.165,.84,.44,1) .125s}html.is-ready .c-section-poster_rail:nth-child(2){transition:opacity 1.25s cubic-bezier(.165,.84,.44,1) .25s,transform 1.25s cubic-bezier(.165,.84,.44,1) .25s}html.is-ready .c-section-poster_rail:nth-child(3){transition:opacity 1.375s cubic-bezier(.165,.84,.44,1) .375s,transform 1.375s cubic-bezier(.165,.84,.44,1) .375s}html.is-ready .c-section-poster_rail:nth-child(4){transition:opacity 1.5s cubic-bezier(.165,.84,.44,1) .5s,transform 1.5s cubic-bezier(.165,.84,.44,1) .5s}.c-section-poster_rail>span{left:-.06em;display:flex;white-space:nowrap;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;text-orientation:mixed}.c-section-poster_rail>span span{display:inline-block}.c-section-poster_rail .o-dot{z-index:1;position:absolute;display:block;width:.18em;height:.18em;background-color:currentColor;border-radius:50%}.c-section-poster_rail.-adcc{letter-spacing:.025em}.c-section-poster_rail.-adcc>span{transform:rotate(180deg)}.c-section-poster_rail.-adcc>span>span:first-child .o-dot:first-child{top:20%;right:40%}.c-section-poster_rail.-adcc>span>span:first-child .o-dot:nth-child(2){top:55%;right:22%}.c-section-poster_rail.-adcc>span>span:first-child .o-dot:nth-child(3){top:55%;right:65%}.c-section-poster_rail.-adcc>span>span:first-child .o-dot:nth-child(4){top:80%;right:10%}.c-section-poster_rail.-adcc>span>span:nth-child(2) .o-dot:first-child{top:13%;right:10%}.c-section-poster_rail.-adcc>span>span:nth-child(2) .o-dot:nth-child(2){top:13%;left:12%}.c-section-poster_rail.-adcc>span>span:nth-child(2) .o-dot:nth-child(3){top:50%;right:38%}.c-section-poster_rail.-adcc>span>span:nth-child(3){margin-top:-.05em}.c-section-poster_rail.-adcc>span>span:nth-child(3) .o-dot:first-child{top:37%;right:10%}.c-section-poster_rail.-adcc>span>span:nth-child(3) .o-dot:nth-child(2){top:67%;right:14%}.c-section-poster_rail.-adcc>span>span:nth-child(4) .o-dot:first-child{top:-4%;right:17%}.c-section-poster_rail.-adcc>span>span:nth-child(4) .o-dot:nth-child(2){top:-4%;right:40%}.c-section-poster_rail.-adcc>span>span:nth-child(4) .o-dot:nth-child(3){top:-4%;left:15%}.c-section-poster_rail.-adcc>span>span:nth-child(4) .o-dot:nth-child(4){top:20%;right:20%}.c-section-poster_rail.-adcc>span>span:nth-child(4) .o-dot:nth-child(5){top:60%;right:38.5%}.c-section-poster_rail.-date>span>span:first-child .o-dot:first-child{top:20%;right:45%}.c-section-poster_rail.-date>span>span:first-child .o-dot:nth-child(2){top:20%;right:67%}.c-section-poster_rail.-date>span>span:first-child .o-dot:nth-child(3){top:60%;right:15%}.c-section-poster_rail.-date>span>span:first-child .o-dot:nth-child(4){top:60%;right:67%}.c-section-poster_rail.-date>span>span:nth-child(2){padding-top:.15em}.c-section-poster_rail.-date>span>span:nth-child(2) .o-dot:first-child{top:3%;right:15%}.c-section-poster_rail.-date>span>span:nth-child(2) .o-dot:nth-child(2){top:3%;right:67%}.c-section-poster_rail.-date>span>span:nth-child(2) .o-dot:nth-child(3){top:30%;right:15%}.c-section-poster_rail.-date>span>span:nth-child(2) .o-dot:nth-child(4){top:30%;right:67%}.c-section-poster_rail.-date>span>span:nth-child(2) .o-dot:nth-child(5){top:60%;right:40%}.c-section-poster_rail.-date>span>span:nth-child(2) .o-dot:nth-child(6){top:60%;right:67%}.c-section-poster_rail.-date>span>span:nth-child(3) .o-dot:first-child{top:20%;right:45%}.c-section-poster_rail.-date>span>span:nth-child(3) .o-dot:nth-child(2){top:60%;right:15%}.c-section-poster_rail.-date>span>span:nth-child(3) .o-dot:nth-child(3){top:60%;right:67%}.c-section-poster_rail.-date>span>span:nth-child(4) .o-dot:first-child{top:3%;right:15%}.c-section-poster_rail.-date>span>span:nth-child(4) .o-dot:nth-child(2){top:3%;right:67%}.c-section-poster_rail.-date>span>span:nth-child(4) .o-dot:nth-child(3){top:40%;right:40%}.c-section-poster_sub{display:flex;flex-direction:column}.c-section-poster_sub.-place span:nth-child(2){margin-left:4em}.c-section-poster_sub.-date{margin-top:auto;margin-left:auto;text-align:right}.c-section-poster_sub.-date span{margin-left:1.5em}.c-section-punchlines{width:100%;height:100vh;padding-right:var(--grid-gutter);padding-left:var(--grid-gutter);background-color:var(--color-dark)}.c-section-punchlines_list{height:100%;overflow:hidden}.c-section-punchlines_button:focus-visible:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid var(--color-gray)}.o-logo{width:var(--logo-width,100%);height:0;padding-top:calc(var(--logo-width, 100%)*0.41651)}.o-logo svg{position:absolute;top:0;left:0;display:block;width:100%;height:100%;fill:var(--logo-color,var(--color-dark))}.c-home-mobile_figure{display:flex;align-items:center;justify-content:center;height:calc(var(--vh, 1vh)*100);padding:20%;background-color:var(--color-secondary)}.c-home-mobile_logo{opacity:0;transform:scale(1.2)}html.is-ready .c-home-mobile_logo{opacity:1;transform:scale(1);transition:opacity .5s ease-out,transform 1s cubic-bezier(.165,.84,.44,1)}.c-home-mobile_info{height:100vh;background-color:var(--color-dark)}.c-home-mobile_title{--font-size-h3:calc(var(--vh, 1vh)*12.5);position:absolute;bottom:calc(var(--grid-gutter)*2);left:var(--grid-gutter);max-width:calc(var(--vh, 1vh)*100 - var(--grid-gutter)*4);transform:rotate(-90deg) translateY(1.8em);transform-origin:0 100%}.c-home-mobile_dot{position:fixed;right:var(--header-sidebar-size);bottom:10%;display:flex;align-items:center;justify-content:center;width:140px;height:140px;padding:20px;color:var(--color-dark);text-align:center;text-transform:uppercase}.c-home-mobile_dot:before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background-color:var(--color-primary);border-radius:50%;transform:scale(0)}.c-home-mobile_dot span{display:block;margin-top:.5em;font-size:12px;opacity:0;transform:translateY(1em) scale(.5) rotate(-70deg)}html.is-ready .c-home-mobile_dot{-webkit-animation:anim-home-mobile-dot 9s linear infinite;animation:anim-home-mobile-dot 9s linear infinite}html.is-ready .c-home-mobile_dot:before{transform:scale(1);transition:transform .6s cubic-bezier(.165,.84,.44,1) .7s}html.is-ready .c-home-mobile_dot span{opacity:1;transform:translate(0) scale(1) rotate(18deg);transition:opacity .6s ease-out .7s,transform .6s cubic-bezier(.165,.84,.44,1) .7s}@-webkit-keyframes anim-home-mobile-dot{0%{transform:translate(0) rotate(0)}33%{transform:translate(-10%,20%) rotate(-20deg)}66%{transform:translate(-30%,-10%) rotate(-10deg)}to{transform:translate(0) rotate(0)}}@keyframes anim-home-mobile-dot{0%{transform:translate(0) rotate(0)}33%{transform:translate(-10%,20%) rotate(-20deg)}66%{transform:translate(-30%,-10%) rotate(-10deg)}to{transform:translate(0) rotate(0)}}@-webkit-keyframes anim-text-fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes anim-text-translate-in{0%{transform:translate(var(--anim-text-translate-x),var(--anim-text-translate-y))}to{transform:translate(0)}}@-webkit-keyframes anim-text-fade-out{0%{opacity:1}to{opacity:0}}@-webkit-keyframes anim-text-translate-out{0%{transform:translate(0)}to{transform:translate(var(--anim-text-translate-x),var(--anim-text-translate-y))}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}html{box-sizing:border-box}[hidden],template{display:none}*,:after,:before{box-sizing:inherit}address{font-style:inherit}cite,dfn,em,i{font-style:italic}b,strong{font-weight:700}a{text-decoration:none}a svg{pointer-events:none}ol,ul{list-style:none}figure,ol,p,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{margin:0}[tabindex],a,area,button,input,label,select,textarea{touch-action:manipulation}[hreflang]>abbr[title]{text-decoration:none}table{border-spacing:0;border-collapse:collapse}hr{display:block;margin:1em 0;padding:0;height:1px;border:0;border-top:1px solid #ccc}audio,canvas,iframe,img,svg,video{vertical-align:middle}audio:not([controls]){display:none;height:0}img,svg{max-width:100%;height:auto}img[height],img[width],svg[height],svg[width]{max-width:none}img{font-style:italic}svg{fill:currentColor}:root{--vh:1vh;--color-dark:#271e1b;--color-gray:#8c8c8c;--color-gray-light:#989898;--color-primary:#dcfe4a;--color-secondary:#fc6525;--grid-gutter:1.25rem;--header-sidebar-size:calc(var(--grid-gutter)*2 + 2rem);--font-size-huge:50vmin;--font-size-h1:15vw;--font-size-h3:2.5vw}@media(max-width:499px){:root{--font-size-h2:1.25rem}}@media(min-width:500px){:root{--font-size-h2:3.5vw}}*,:after,:before{position:relative;outline:none}@font-face{font-display:swap;font-family:Monument Grotesk;src:url(/fonts/MonumentGrotesk-Medium.woff2) format("woff2"),url(/fonts/MonumentGrotesk-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-display:swap;font-family:ABC Camera;src:url(/fonts/ABCCameraVariable-Regular.woff2) format("woff2"),url(/fonts/ABCCameraVariable-Regular.woff) format("woff");font-weight:400;font-style:normal}html{min-height:100%;font-family:Monument Grotesk,Helvetica Neue,Arial,sans-serif;font-weight:500;color:var(--color-gray);line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.is-mobile{background-color:var(--color-dark)}html.is-desktop{background-color:var(--color-gray)}html.is-loading{height:100%;overflow:hidden}@media(max-width:699px){html{font-size:14px}}@media(min-width:700px)and (max-width:999px){html{font-size:14px}}@media(min-width:1000px)and (max-width:1199px){html{font-size:15px}}@media(min-width:1200px)and (max-width:1599px){html{font-size:16px}}@media(min-width:1600px)and (max-width:1999px){html{font-size:17px}}@media(min-width:2000px)and (max-width:2399px){html{font-size:18px}}@media(min-width:2400px){html{font-size:20px}}.has-scroll-smooth body{overflow:hidden}::-moz-selection{background-color:#dcfe4a;color:#271e1b;text-shadow:none}::selection{background-color:#dcfe4a;color:#271e1b;text-shadow:none}a{color:inherit}a:focus-visible{text-decoration:underline}.o-anim-text{--anim-text-translate-x:100%;--anim-text-translate-y:0%;display:block}.o-anim-text>*{display:block;transform:translate(var(--anim-text-translate-x),var(--anim-text-translate-y))}.o-anim-text.-flag{--anim-text-translate-x:75%}.o-anim-text.-flag>*{opacity:0;transition:opacity calc(var(--anim-text-duration-out, .8s)/3) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-out,0s),transform var(--anim-text-duration-out,.8s) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-out,0s);will-change:opacity,transform}.o-anim-text.-mask-x,.o-anim-text.-mask-y{display:inline-block;overflow:hidden}.o-anim-text.-mask-x>*,.o-anim-text.-mask-y>*{transition:transform var(--anim-text-duration-out,.8s) cubic-bezier(.165,.84,.44,1) var(--anim-text-delay-out,0s);will-change:transform}.o-anim-text.-mask-y{--anim-text-translate-x:0;--anim-text-translate-y:100%}@keyframes anim-text-fade-in{0%{opacity:0}to{opacity:1}}@keyframes anim-text-translate-in{0%{transform:translate(var(--anim-text-translate-x),var(--anim-text-translate-y))}to{transform:translate(0)}}@keyframes anim-text-fade-out{0%{opacity:1}to{opacity:0}}@keyframes anim-text-translate-out{0%{transform:translate(0)}to{transform:translate(var(--anim-text-translate-x),var(--anim-text-translate-y))}}html.is-desktop .o-link{transition:color .3s cubic-bezier(.165,.84,.44,1)}html.is-desktop .o-link:hover.-hover-primary{color:var(--color-primary)}html.is-desktop .o-link:hover.-hover-secondary{color:var(--color-secondary)}.c-heading{font-weight:inherit}.c-heading.-huge{font-size:var(--font-size-huge);letter-spacing:-.04em;line-height:1.2}.c-heading.-h1{font-size:var(--font-size-h1);letter-spacing:-.04em;line-height:.8;text-transform:uppercase}.c-heading.-h2{font-size:var(--font-size-h2);line-height:1.1;letter-spacing:-.03em}.c-heading.-h3{font-size:var(--font-size-h3);line-height:.9;letter-spacing:-.02em;text-transform:uppercase}.u-link-hidden{z-index:1;position:absolute;top:0;left:0;display:block;width:100%;height:100%;font-size:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}button.u-link-hidden{background:none;border:0}