.shk{--color-primary:#0d6efd;--color-opac:hsla(0,0%,73%,.302);--color-theme:#fff;--color-secondary:#767676;--color-text:#333;--color-shadow:hsla(0,2%,72%,.502);--color-handle-shadow-mobile:#b9b6b6;--background-body:var(--color-theme);--color-title:var(--color-text);--color-artist:var(--color-secondary);--color-button:var(--color-primary);--color-button-disabled:var(--color-opac);--color-button-active-background:var(--color-opac);--color-handle:var(--color-primary);--color-handle-disabled:#b9b9b9;--color-bar-loaded:var(--color-opac);--color-bar-played:var(--color-primary);--color-time:var(--color-secondary);--color-spinner:var(--color-primary);--color-live-symbol:var(--color-primary);--color-live-text:var(--color-primary);--shadow-body:2px 2px 8px -2px var(--color-shadow);--shadow-body-mobile:0 -2px 6px -2px var(--color-shadow);--shadow-handle:0px 2px 10px 2px var(--color-shadow);--shadow-handle-mobile:2px 2px 8px -2px var(--color-handle-shadow-mobile)}.shk[data-theme=dark]{--color-theme:#333;--color-secondary:#b9b6b6;--color-text:#f8f9fa;--color-handle-shadow-mobile:#141414;--color-shadow:hsla(0,0%,8%,.502)}@media(prefers-color-scheme:dark){.shk[data-theme=auto]{--color-theme:#333;--color-secondary:#b9b6b6;--color-text:#fff;--color-handle-shadow-mobile:#141414;--color-shadow:hsla(0,0%,8%,.502)}}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes marquee{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateX(-100%);transform:translate(-100%)}}@keyframes marquee{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateX(-100%);transform:translate(-100%)}}.shk{border:none;color:var(--color-text);cursor:auto;font-family:inherit;font-size:16px;font-weight:400;line-height:1.42;position:relative}.js-focus-visible :focus:not(.focus-visible),.js-focus-visible:focus:not(.focus-visible){outline:none}.shk[data-fixed-type=fixed]{bottom:0;left:0;margin:0;position:fixed;width:100%}.shk[data-fixed-type=fixed][data-fixed-pos=top]{bottom:auto;top:0}.shk[data-seeking] .shk-player{cursor:grabbing}.shk button{font-family:inherit}.shk-player{background:var(--background-body);border-radius:2px;box-sizing:border-box;height:120px;position:relative;z-index:10}.shk-body{align-items:stretch;display:flex;flex-flow:row nowrap;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.shk-cover{background-repeat:no-repeat;background-size:cover;flex:0 0 auto;height:80px;margin-right:16px;width:80px}.shk-main{display:flex;flex-grow:1;flex-wrap:nowrap;justify-content:flex-start;position:relative}.shk-text{overflow:hidden}.shk-artist,.shk-title{margin:auto;white-space:nowrap}.shk-artist{color:var(--color-artist);font-weight:500;text-overflow:clip}.shk-title_wrap[data-overflow]{-webkit-mask-image:linear-gradient(90deg,transparent,#202124 5%,#202124 95%,transparent);mask-image:linear-gradient(90deg,transparent,#202124 5%,#202124 95%,transparent)}.shk-title_inner{display:inline-flex;overflow:visible}.shk-title_wrap[data-overflow] .shk-title_inner{-webkit-animation-duration:inherit;animation-duration:inherit;box-sizing:border-box;padding:0 3%;white-space:nowrap}.shk-title_wrap[data-overflow] .shk-title_inner:after{content:attr(data-title);display:inline-block}.shk-title,.shk-title_wrap[data-overflow] .shk-title_inner:after{color:var(--color-title);font-size:1.33em;font-weight:300}.shk-title_wrap[data-overflow] .shk-title,.shk-title_wrap[data-overflow] .shk-title_inner:after{-webkit-animation:marquee linear infinite;animation:marquee linear infinite;-webkit-animation-duration:inherit;animation-duration:inherit;padding-right:60px}.shk-btn{fill:currentColor;-webkit-appearance:none;appearance:none;background:transparent;border:none;box-sizing:content-box;color:var(--color-button);cursor:pointer;font-size:1em;line-height:normal;padding:10px;position:relative}.shk-btn:disabled{color:var(--color-button-disabled);cursor:not-allowed}.shk-btn:after{background:var(--color-button-active-background);border-radius:50%;content:"";height:100%;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:opacity 1s cubic-bezier(0,0,.2,1),visibility 1s linear;visibility:hidden;width:100%;z-index:-1}.shk-btn:not(:disabled):active:after{opacity:1;visibility:visible}a.shk-btn:visited{color:var(--color-button)}.shk-btn svg{height:24px;vertical-align:middle;width:24px}.shk-controls{flex:0 0 auto;margin:0 auto;position:relative;width:280px}.shk-controls .shk-btn{border-radius:100%}.shk-controls>div{align-items:center;display:flex;flex-flow:row nowrap}.shk-controls_basic{justify-content:space-between}.shk-controls_extra{background:var(--background-body);bottom:0;height:100%;justify-content:flex-end;margin-right:44px;opacity:0;overflow:hidden;padding-right:0 8px;position:absolute;right:0;transition:width .2s ease-in-out,opacity .1s linear .1s,visibility .2s;visibility:hidden;white-space:nowrap;width:0;z-index:10}.shk[data-extra] .shk-controls_extra{opacity:1;transition:width .2s ease-in-out,opacity .1s linear;visibility:visible;width:calc(100% - 44px)}.shk[data-extra] .shk-controls_extra .shk-btn{display:inline-block}.shk-btn_toggle svg{height:32px;width:32px}.shk[data-play=paused] .shk-btn_play,.shk[data-play=playing] .shk-btn_pause{display:inline}.shk[data-play=paused] .shk-btn_pause,.shk[data-play=playing] .shk-btn_play{display:none}.shk-btn_speed{font-size:.86em;font-weight:400;height:44px;padding:0;width:44px}.shk-btn_more{position:relative;-webkit-transform:none;transform:none;transition:-webkit-transform .2s .1s;transition:transform .2s .1s;transition:transform .2s .1s,-webkit-transform .2s .1s;z-index:11}.shk[data-extra] .shk-btn_more{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.shk[data-mute] svg.shk-btn_mute,svg.shk-btn_unmute{display:inline-block}.shk[data-mute] svg.shk-btn_unmute,svg.shk-btn_mute{display:none}.shk-bar_wrap{cursor:pointer;position:relative;z-index:1}.shk-bar{background:var(--background-body);box-sizing:border-box;height:4px;position:relative;width:100%}.shk-bar_loaded,.shk-bar_played{bottom:0;left:0;position:absolute;top:0;transition:width .1s ease-in;width:0}.shk-bar_loaded{background:var(--color-bar-loaded)}.shk-bar_played{background:var(--color-bar-played)}.shk[data-seeking] .shk-bar_played{transition:none}.shk-bar-handle{background:var(--color-handle);border:0;border-radius:20px;box-sizing:content-box;cursor:grab;height:20px;padding:0;position:absolute;right:-10px;width:20px}.shk-bar-handle:disabled{background-color:var(--color-handle-disabled);box-shadow:none;cursor:not-allowed}.shk-bar-handle:active{cursor:grabbing}.shk-display{position:absolute}.shk-loader{color:var(--color-spinner);display:none;vertical-align:middle}.shk[data-loading] .shk-loader{display:inline-block}.shk-loader svg{-webkit-animation:rotate 1.4s linear infinite;animation:rotate 1.4s linear infinite;height:12px;position:relative;width:12px}.shk-visuallyhidden:not(:focus):not(:active){clip:rect(0 0 0 0);border:0;-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.shk-time{color:var(--color-time);display:inline-block;font-size:.8em;font-weight:300;vertical-align:middle}.shk .shk-live{align-items:center;color:var(--color-live-text);display:none;font-family:sans-serif;font-size:.8em;text-transform:uppercase}.shk .shk-live:before{background:var(--color-live-symbol);border-radius:50%;content:"";height:.5em;margin-right:2px;width:.5em}.shk-icons,.shk[data-live] .shk-bar,.shk[data-live] .shk-time{display:none}.shk[data-live] .shk-live{display:inline-flex}@media(min-width:641px){.shk-player{box-shadow:var(--shadow-body);margin-top:4px;padding:20px 16px}.shk-main{align-items:flex-end;flex-direction:row;max-width:calc(100% - 96px);padding:10px 0}.shk-text{flex:2 1 auto}.shk-bar_wrap{left:0;padding:4px 0 16px;position:absolute;right:0;top:-4px}.shk-bar{transition:height .15s ease-in}.shk-bar_wrap:hover .shk-bar{height:10px}.shk-bar-handle{border:4px solid transparent;box-shadow:var(--shadow-handle);top:-9.5px;-webkit-transform:scale(.0001);transform:scale(.0001);transition:all .1s ease-in}.shk-bar-handle.focus-visible,.shk-bar_wrap:hover .shk-bar-handle:not(:disabled){border-color:#fff;-webkit-transform:scale(.8);transform:scale(.8)}.shk-display{right:8px;top:-6px}.shk-loader{margin-right:4px}.shk-time_duration:before{content:"/";margin:0 4px}}@media(max-width:640px){.shk-player{box-shadow:var(--shadow-body-mobile);padding:5px 16px}.shk[data-fixed-type=auto]{bottom:0;left:0;position:fixed;width:100%}.shk[data-fixed-type=auto][data-fixed-pos=top]{bottom:auto;top:0}.shk[data-live] .shk-bar_wrap{height:4px}.shk-cover{display:none}.shk-main{align-items:center;flex-direction:column;max-width:none;padding:0;width:100%}.shk-text{flex:0 0 auto;text-align:center;width:100%}.shk-artist_wrap{font-size:.8em;line-height:1.1}.shk-artist{display:inline-block}.shk-title,.shk-title_wrap[data-overflow] .shk-title_inner:after{font-size:1em;line-height:1}.shk-bar_wrap{margin:0 60px;padding:8px 0}.shk-bar-handle{box-shadow:var(--shadow-handle-mobile);display:inline-block;top:-8px}.shk-bar{background:var(--color-opac);border-radius:2px}.shk-display{left:0;right:0;top:-16px}.shk-loader{left:-10px;position:absolute;top:-5px}.shk-time{display:flex;flex-flow:row nowrap;font-size:.7em;justify-content:space-between;line-height:1;margin:0 5px}.shk-time_now{text-align:right;width:40px}.shk-time_duration{text-align:left;width:40px}.shk-live{position:absolute;right:0;top:0}}@-webkit-keyframes stretch{0%,to{box-shadow:0 0}50%{box-shadow:0 -5px}}@keyframes stretch{0%,to{box-shadow:0 0}50%{box-shadow:0 -5px}}.shk .shk-controls_extra .shk-btn.shk-btn_chapter{display:none}.shk[data-has-chapter] .shk-controls_extra .shk-btn.shk-btn_chapter{display:inline-block}.shk-chapter{background:var(--color-theme);border:1px solid rgba(0,41,37,.05);border-radius:2px;bottom:0;box-shadow:0 0 10px rgba(0,41,37,.071);box-sizing:border-box;height:0;left:20px;margin:0 auto;opacity:0;overflow:hidden;position:absolute;right:20px;transition:height .2s ease-in-out,bottom .1s ease-in-out,opacity .1s linear,visibility .1s .2s;visibility:hidden;z-index:0}.shk[data-show-chapter] .shk-chapter{bottom:120px;height:340px;opacity:1;transition:height .2s ease-in-out,bottom .1s ease-in-out,opacity .1s linear;visibility:visible}.shk-btn_close{fill:var(--color-primary);font-size:0;position:absolute;right:4px;top:4px}.shk-btn .shk-icon_close{height:16px;width:16px}.shk-chapter_main{box-sizing:border-box;height:calc(100% - 60px);margin:40px 0 20px;-webkit-mask-image:linear-gradient(180deg,transparent,#202124 5%,#202124 95%,transparent);mask-image:linear-gradient(180deg,transparent,#202124 5%,#202124 95%,transparent);overflow-x:hidden;overflow-y:scroll;padding:0 40px;scroll-behavior:smooth}.shk-chapter_list{box-sizing:border-box;list-style:none;margin:10px 0 0;padding:0}.shk-chapter_item{margin:5px 0}.shk-chapter .shk-chapter_btn{align-items:center;box-sizing:border-box;color:var(--color-text);display:flex;flex-flow:row nowrap;justify-content:flex-start;overflow:hidden;width:100%}.shk-chapter .shk-chapter_btn:after{border-radius:2px}.shk-chapter_btn div{fill:currentColor;color:currentColor}.shk-chapter_item[data-active] .shk-chapter_btn div{color:var(--color-primary);font-weight:600}.shk-icon_chapter{flex-shrink:0;height:12px;width:12px}.shk[data-play=playing] .shk-chapter_item[data-active] .shk-icon_playing,.shk[data-play=playing] .shk-chapter_item[data-active] .shk-icon_playing:after,.shk[data-play=playing] .shk-chapter_item[data-active] .shk-icon_playing:before{display:block}.shk-icon_playing,.shk-icon_playing:after,.shk-icon_playing:before{-webkit-animation:stretch 1s ease-in-out infinite;animation:stretch 1s ease-in-out infinite;background:currentColor;color:currentColor;display:none;height:5px;left:4px;top:6px;width:3px}.shk-icon_playing{-webkit-animation-delay:.16s;animation-delay:.16s;position:relative}.shk-icon_playing:after,.shk-icon_playing:before{content:"";position:absolute;top:0}.shk-icon_playing:before{-webkit-animation-delay:-.16s;animation-delay:-.16s;left:-4px}.shk-icon_playing:after{left:4px}.shk-icon_triangle{align-items:flex-start;display:flex;flex-shrink:0}.shk[data-play=playing] .shk-chapter_item[data-active] .shk-icon_triangle{display:none}.shk-icon_triangle svg{fill:currentColor;height:12px;width:12px}.shk-chapter_duration{color:var(--color-secondary);flex-shrink:0;font-weight:200;margin:0 5%;min-width:60px;text-align:left}.shk-chapter_title_wrap{flex-grow:1;overflow:hidden;white-space:nowrap}.shk-chapter_item[data-active] .shk-chapter_title_wrap[data-overflow]{-webkit-mask-image:linear-gradient(90deg,transparent,#202124 2%,#202124 98%,transparent);mask-image:linear-gradient(90deg,transparent,#202124 2%,#202124 98%,transparent)}.shk-chapter_title_inner{-webkit-animation-duration:inherit;animation-duration:inherit;display:flex}.shk-chapter_item[data-active] .shk-chapter_title_wrap[data-overflow] .shk-chapter_title_inner{box-sizing:border-box;padding:0 3%}.shk-chapter_item[data-active] .shk-chapter_title_wrap[data-overflow] .shk-chapter_title_inner:after{content:attr(data-chapter);display:block}.shk-chapter_title{color:var(--color-text);overflow:hidden;text-align:left;text-overflow:ellipsis}.shk-chapter_item[data-active] .shk-chapter_title{overflow:visible}.shk-chapter_item[data-active] .shk-chapter_title_wrap[data-overflow] .shk-chapter_title,.shk-chapter_item[data-active] .shk-chapter_title_wrap[data-overflow] .shk-chapter_title_inner:after{-webkit-animation:marquee linear infinite;animation:marquee linear infinite;-webkit-animation-duration:inherit;animation-duration:inherit;color:currentColor;padding-right:60px}@media(max-width:640px){.shk-chapter{left:10px;right:10px}.shk-chapter_main{padding:0 10px}}*,:after,:before{box-sizing:inherit;margin:0;padding:0}html{font-size:62.5%}body{background-color:#3a8075;box-sizing:border-box;font-size:1.6rem}::-moz-selection{background-color:#f8dd74;color:#3a8075}::selection{background-color:#f8dd74;color:#3a8075}img{display:block;height:auto;width:100%}.font-default{font-family:titillium-semibold;font-size:1.8rem;line-height:2.4rem}@media only screen and (min-width:64em){.font-default{font-size:2rem;line-height:3rem}}.font-main{font-size:4.8rem;line-height:1.1;text-transform:uppercase;word-break:break-all}@media only screen and (min-width:64em){.font-main{font-size:9.6rem;word-break:break-word}}.font-intro{font-size:2.8rem;letter-spacing:.05em;line-height:1.2}@media only screen and (min-width:64em){.font-intro{font-size:4.8rem}}.font-section{font-size:4.2rem;line-height:1.1}@media only screen and (min-width:64em){.font-section{font-size:7.2rem}}.font-article{text-wrap:balance;font-size:3.6rem;-webkit-hyphens:auto;hyphens:auto;line-height:1.1}@media only screen and (min-width:64em){.font-article{font-size:6.4rem}}.font-meta{font-size:2.8rem;line-height:1.4}.font-button{font-size:2.4rem;line-height:1.1}@media only screen and (min-width:64em){.font-button{font-size:4.8rem}}.font-button--big,.font-button--small{font-size:2.4rem;line-height:1.1}.font-button--big{font-size:3.6rem}@media only screen and (min-width:64em){.font-button--big{font-size:4.8rem}}body{color:#fff;font-family:titillium-semibold;font-size:1.8rem;line-height:2.4rem}@media only screen and (min-width:64em){body{font-size:2rem;line-height:3rem}}h1,h2,h3,h4,h5,h6{text-wrap:balance;line-height:1.2}li{list-style:none}a{text-decoration:none}p+p{margin-top:2.4rem}p>a{color:#f8dd74}.u-generic-wrapper{margin:0 auto;max-width:144rem}.u-generic-wrapper-margin{margin:0 11.6rem}@media only screen and (min-width:80em){.u-generic-wrapper-margin{margin:0 8rem}}@media only screen and (min-width:64em){.u-generic-wrapper-margin{margin:0 6rem}}@media only screen and (min-width:23.4375em){.u-generic-wrapper-margin{margin:0 1.6rem}}.u-center{text-align:center}.u-neutral-link{color:inherit;text-decoration:none}.u-no-focus:focus{outline:none}.u-full-width,.u-full-width--mobile{left:50%;margin-left:-50vw;margin-right:-50vw;position:relative;right:50%;width:100vw}@media only screen and (min-width:64em){.u-full-width--mobile{left:unset;margin-left:unset;margin-right:unset;padding:0;position:static;right:unset;width:auto}}.u-color-overlay{position:relative}.u-color-overlay img{filter:grayscale(100%) contrast(1);mix-blend-mode:multiply;-o-object-fit:cover;object-fit:cover;transition:all .8s ease-in-out}.u-color-overlay:hover img{filter:unset;mix-blend-mode:normal}@media only screen and (min-width:80em){.u-mobile-only{display:none}}.u-desktop-only{display:none}@media only screen and (min-width:80em){.u-desktop-only{display:block}}.u-video .video{aspect-ratio:16/9;width:100%}.banana,.group:hover .group-hover\:banana,.hover\:banana:hover{color:#ffe135}@media screen and (min-width:640px){.group:hover .small\:group-hover\:banana,.small\:banana,.small\:hover\:banana:hover{color:#ffe135}}@media screen and (min-width:768px){.group:hover .medium\:group-hover\:banana,.medium\:banana,.medium\:hover\:banana:hover{color:#ffe135}}@media screen and (min-width:1024px){.group:hover .large\:group-hover\:banana,.large\:banana,.large\:hover\:banana:hover{color:#ffe135}}@media screen and (min-width:1280px){.group:hover .wide\:group-hover\:banana,.wide\:banana,.wide\:hover\:banana:hover{color:#ffe135}}.text-left{text-align:left}@media screen and (min-width:640px){.small\:text-left{text-align:left}}@media screen and (min-width:768px){.medium\:text-left{text-align:left}}@media screen and (min-width:1024px){.large\:text-left{text-align:left}}@media screen and (min-width:1280px){.wide\:text-left{text-align:left}}.text-right{text-align:right}@media screen and (min-width:640px){.small\:text-right{text-align:right}}@media screen and (min-width:768px){.medium\:text-right{text-align:right}}@media screen and (min-width:1024px){.large\:text-right{text-align:right}}@media screen and (min-width:1280px){.wide\:text-right{text-align:right}}.text-center{text-align:center}@media screen and (min-width:640px){.small\:text-center{text-align:center}}@media screen and (min-width:768px){.medium\:text-center{text-align:center}}@media screen and (min-width:1024px){.large\:text-center{text-align:center}}@media screen and (min-width:1280px){.wide\:text-center{text-align:center}}.text-justify{text-align:justify}@media screen and (min-width:640px){.small\:text-justify{text-align:justify}}@media screen and (min-width:768px){.medium\:text-justify{text-align:justify}}@media screen and (min-width:1024px){.large\:text-justify{text-align:justify}}@media screen and (min-width:1280px){.wide\:text-justify{text-align:justify}}.p-px{padding:1px}.p-0{padding:0}.p-1{padding:1.6rem}.p-2{padding:2.4rem}.p-3{padding:3.6rem}.p-4{padding:4rem}.p-6{padding:6.4rem}.p-8{padding:8rem}.p-9{padding:9.6rem}.p-12{padding:12rem}.p-16{padding:16rem}.p-18{padding:18rem}.p-21{padding:21rem}.p-22{padding:22rem}.p-24{padding:24rem}.px-px{padding-left:1px;padding-right:1px}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:1.6rem;padding-right:1.6rem}.px-2{padding-left:2.4rem;padding-right:2.4rem}.px-3{padding-left:3.6rem;padding-right:3.6rem}.px-4{padding-left:4rem;padding-right:4rem}.px-6{padding-left:6.4rem;padding-right:6.4rem}.px-8{padding-left:8rem;padding-right:8rem}.px-9{padding-left:9.6rem;padding-right:9.6rem}.px-12{padding-left:12rem;padding-right:12rem}.px-16{padding-left:16rem;padding-right:16rem}.px-18{padding-left:18rem;padding-right:18rem}.px-21{padding-left:21rem;padding-right:21rem}.px-22{padding-left:22rem;padding-right:22rem}.px-24{padding-left:24rem;padding-right:24rem}.py-px{padding-bottom:1px;padding-top:1px}.py-0{padding-bottom:0;padding-top:0}.py-1{padding-bottom:1.6rem;padding-top:1.6rem}.py-2{padding-bottom:2.4rem;padding-top:2.4rem}.py-3{padding-bottom:3.6rem;padding-top:3.6rem}.py-4{padding-bottom:4rem;padding-top:4rem}.py-6{padding-bottom:6.4rem;padding-top:6.4rem}.py-8{padding-bottom:8rem;padding-top:8rem}.py-9{padding-bottom:9.6rem;padding-top:9.6rem}.py-12{padding-bottom:12rem;padding-top:12rem}.py-16{padding-bottom:16rem;padding-top:16rem}.py-18{padding-bottom:18rem;padding-top:18rem}.py-21{padding-bottom:21rem;padding-top:21rem}.py-22{padding-bottom:22rem;padding-top:22rem}.py-24{padding-bottom:24rem;padding-top:24rem}.pt-px{padding-top:1px}.pt-0{padding-top:0}.pt-1{padding-top:1.6rem}.pt-2{padding-top:2.4rem}.pt-3{padding-top:3.6rem}.pt-4{padding-top:4rem}.pt-6{padding-top:6.4rem}.pt-8{padding-top:8rem}.pt-9{padding-top:9.6rem}.pt-12{padding-top:12rem}.pt-16{padding-top:16rem}.pt-18{padding-top:18rem}.pt-21{padding-top:21rem}.pt-22{padding-top:22rem}.pt-24{padding-top:24rem}.pr-px{padding-right:1px}.pr-0{padding-right:0}.pr-1{padding-right:1.6rem}.pr-2{padding-right:2.4rem}.pr-3{padding-right:3.6rem}.pr-4{padding-right:4rem}.pr-6{padding-right:6.4rem}.pr-8{padding-right:8rem}.pr-9{padding-right:9.6rem}.pr-12{padding-right:12rem}.pr-16{padding-right:16rem}.pr-18{padding-right:18rem}.pr-21{padding-right:21rem}.pr-22{padding-right:22rem}.pr-24{padding-right:24rem}.pb-px{padding-bottom:1px}.pb-0{padding-bottom:0}.pb-1{padding-bottom:1.6rem}.pb-2{padding-bottom:2.4rem}.pb-3{padding-bottom:3.6rem}.pb-4{padding-bottom:4rem}.pb-6{padding-bottom:6.4rem}.pb-8{padding-bottom:8rem}.pb-9{padding-bottom:9.6rem}.pb-12{padding-bottom:12rem}.pb-16{padding-bottom:16rem}.pb-18{padding-bottom:18rem}.pb-21{padding-bottom:21rem}.pb-22{padding-bottom:22rem}.pb-24{padding-bottom:24rem}.pl-px{padding-left:1px}.pl-0{padding-left:0}.pl-1{padding-left:1.6rem}.pl-2{padding-left:2.4rem}.pl-3{padding-left:3.6rem}.pl-4{padding-left:4rem}.pl-6{padding-left:6.4rem}.pl-8{padding-left:8rem}.pl-9{padding-left:9.6rem}.pl-12{padding-left:12rem}.pl-16{padding-left:16rem}.pl-18{padding-left:18rem}.pl-21{padding-left:21rem}.pl-22{padding-left:22rem}.pl-24{padding-left:24rem}.m-auto{margin:auto}.m-px{margin:1px}.m-0{margin:0}.m-1{margin:1.6rem}.m-2{margin:2.4rem}.m-3{margin:3.6rem}.m-4{margin:4rem}.m-6{margin:6.4rem}.m-8{margin:8rem}.m-9{margin:9.6rem}.m-12{margin:12rem}.m-16{margin:16rem}.m-18{margin:18rem}.m-21{margin:21rem}.m-22{margin:22rem}.m-24{margin:24rem}.mx-auto{margin-left:auto;margin-right:auto}.mx-px{margin-left:1px;margin-right:1px}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:1.6rem;margin-right:1.6rem}.mx-2{margin-left:2.4rem;margin-right:2.4rem}.mx-3{margin-left:3.6rem;margin-right:3.6rem}.mx-4{margin-left:4rem;margin-right:4rem}.mx-6{margin-left:6.4rem;margin-right:6.4rem}.mx-8{margin-left:8rem;margin-right:8rem}.mx-9{margin-left:9.6rem;margin-right:9.6rem}.mx-12{margin-left:12rem;margin-right:12rem}.mx-16{margin-left:16rem;margin-right:16rem}.mx-18{margin-left:18rem;margin-right:18rem}.mx-21{margin-left:21rem;margin-right:21rem}.mx-22{margin-left:22rem;margin-right:22rem}.mx-24{margin-left:24rem;margin-right:24rem}.my-auto{margin-bottom:auto;margin-top:auto}.my-px{margin-bottom:1px;margin-top:1px}.my-0{margin-bottom:0;margin-top:0}.my-1{margin-bottom:1.6rem;margin-top:1.6rem}.my-2{margin-bottom:2.4rem;margin-top:2.4rem}.my-3{margin-bottom:3.6rem;margin-top:3.6rem}.my-4{margin-bottom:4rem;margin-top:4rem}.my-6{margin-bottom:6.4rem;margin-top:6.4rem}.my-8{margin-bottom:8rem;margin-top:8rem}.my-9{margin-bottom:9.6rem;margin-top:9.6rem}.my-12{margin-bottom:12rem;margin-top:12rem}.my-16{margin-bottom:16rem;margin-top:16rem}.my-18{margin-bottom:18rem;margin-top:18rem}.my-21{margin-bottom:21rem;margin-top:21rem}.my-22{margin-bottom:22rem;margin-top:22rem}.my-24{margin-bottom:24rem;margin-top:24rem}.mt-auto{margin-top:auto}.mt-px{margin-top:1px}.mt-0{margin-top:0}.mt-1{margin-top:1.6rem}.mt-2{margin-top:2.4rem}.mt-3{margin-top:3.6rem}.mt-4{margin-top:4rem}.mt-6{margin-top:6.4rem}.mt-8{margin-top:8rem}.mt-9{margin-top:9.6rem}.mt-12{margin-top:12rem}.mt-16{margin-top:16rem}.mt-18{margin-top:18rem}.mt-21{margin-top:21rem}.mt-22{margin-top:22rem}.mt-24{margin-top:24rem}.mr-auto{margin-right:auto}.mr-px{margin-right:1px}.mr-0{margin-right:0}.mr-1{margin-right:1.6rem}.mr-2{margin-right:2.4rem}.mr-3{margin-right:3.6rem}.mr-4{margin-right:4rem}.mr-6{margin-right:6.4rem}.mr-8{margin-right:8rem}.mr-9{margin-right:9.6rem}.mr-12{margin-right:12rem}.mr-16{margin-right:16rem}.mr-18{margin-right:18rem}.mr-21{margin-right:21rem}.mr-22{margin-right:22rem}.mr-24{margin-right:24rem}.mb-auto{margin-bottom:auto}.mb-px{margin-bottom:1px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:1.6rem}.mb-2{margin-bottom:2.4rem}.mb-3{margin-bottom:3.6rem}.mb-4{margin-bottom:4rem}.mb-6{margin-bottom:6.4rem}.mb-8{margin-bottom:8rem}.mb-9{margin-bottom:9.6rem}.mb-12{margin-bottom:12rem}.mb-16{margin-bottom:16rem}.mb-18{margin-bottom:18rem}.mb-21{margin-bottom:21rem}.mb-22{margin-bottom:22rem}.mb-24{margin-bottom:24rem}.-ml-auto{margin-left:auto}.-ml-px{margin-left:1px}.-ml-1{margin-left:1.6rem}.-ml-2{margin-left:2.4rem}.-ml-3{margin-left:3.6rem}.-ml-4{margin-left:4rem}.-ml-6{margin-left:6.4rem}.-ml-8{margin-left:8rem}.-ml-9{margin-left:9.6rem}.-ml-12{margin-left:12rem}.-ml-16{margin-left:16rem}.-ml-18{margin-left:18rem}.-ml-21{margin-left:21rem}.-ml-22{margin-left:22rem}.-ml-24{margin-left:24rem}.-m-px{margin:-1px}.-m-0{margin:0}.-m-1{margin:-1.6rem}.-m-2{margin:-2.4rem}.-m-3{margin:-3.6rem}.-m-4{margin:-4rem}.-m-6{margin:-6.4rem}.-m-8{margin:-8rem}.-m-9{margin:-9.6rem}.-m-12{margin:-12rem}.-m-16{margin:-16rem}.-m-18{margin:-18rem}.-m-21{margin:-21rem}.-m-22{margin:-22rem}.-m-24{margin:-24rem}.-mx-px{margin-left:-1px;margin-right:-1px}.-mx-0{margin-left:0;margin-right:0}.-mx-1{margin-left:-1.6rem;margin-right:-1.6rem}.-mx-2{margin-left:-2.4rem;margin-right:-2.4rem}.-mx-3{margin-left:-3.6rem;margin-right:-3.6rem}.-mx-4{margin-left:-4rem;margin-right:-4rem}.-mx-6{margin-left:-6.4rem;margin-right:-6.4rem}.-mx-8{margin-left:-8rem;margin-right:-8rem}.-mx-9{margin-left:-9.6rem;margin-right:-9.6rem}.-mx-12{margin-left:-12rem;margin-right:-12rem}.-mx-16{margin-left:-16rem;margin-right:-16rem}.-mx-18{margin-left:-18rem;margin-right:-18rem}.-mx-21{margin-left:-21rem;margin-right:-21rem}.-mx-22{margin-left:-22rem;margin-right:-22rem}.-mx-24{margin-left:-24rem;margin-right:-24rem}.-my-px{margin-bottom:-1px;margin-top:-1px}.-my-0{margin-bottom:0;margin-top:0}.-my-1{margin-bottom:-1.6rem;margin-top:-1.6rem}.-my-2{margin-bottom:-2.4rem;margin-top:-2.4rem}.-my-3{margin-bottom:-3.6rem;margin-top:-3.6rem}.-my-4{margin-bottom:-4rem;margin-top:-4rem}.-my-6{margin-bottom:-6.4rem;margin-top:-6.4rem}.-my-8{margin-bottom:-8rem;margin-top:-8rem}.-my-9{margin-bottom:-9.6rem;margin-top:-9.6rem}.-my-12{margin-bottom:-12rem;margin-top:-12rem}.-my-16{margin-bottom:-16rem;margin-top:-16rem}.-my-18{margin-bottom:-18rem;margin-top:-18rem}.-my-21{margin-bottom:-21rem;margin-top:-21rem}.-my-22{margin-bottom:-22rem;margin-top:-22rem}.-my-24{margin-bottom:-24rem;margin-top:-24rem}.-mt-px{margin-top:-1px}.-mt-0{margin-top:0}.-mt-1{margin-top:-1.6rem}.-mt-2{margin-top:-2.4rem}.-mt-3{margin-top:-3.6rem}.-mt-4{margin-top:-4rem}.-mt-6{margin-top:-6.4rem}.-mt-8{margin-top:-8rem}.-mt-9{margin-top:-9.6rem}.-mt-12{margin-top:-12rem}.-mt-16{margin-top:-16rem}.-mt-18{margin-top:-18rem}.-mt-21{margin-top:-21rem}.-mt-22{margin-top:-22rem}.-mt-24{margin-top:-24rem}.-mr-px{margin-right:-1px}.-mr-0{margin-right:0}.-mr-1{margin-right:-1.6rem}.-mr-2{margin-right:-2.4rem}.-mr-3{margin-right:-3.6rem}.-mr-4{margin-right:-4rem}.-mr-6{margin-right:-6.4rem}.-mr-8{margin-right:-8rem}.-mr-9{margin-right:-9.6rem}.-mr-12{margin-right:-12rem}.-mr-16{margin-right:-16rem}.-mr-18{margin-right:-18rem}.-mr-21{margin-right:-21rem}.-mr-22{margin-right:-22rem}.-mr-24{margin-right:-24rem}.-mb-px{margin-bottom:-1px}.-mb-0{margin-bottom:0}.-mb-1{margin-bottom:-1.6rem}.-mb-2{margin-bottom:-2.4rem}.-mb-3{margin-bottom:-3.6rem}.-mb-4{margin-bottom:-4rem}.-mb-6{margin-bottom:-6.4rem}.-mb-8{margin-bottom:-8rem}.-mb-9{margin-bottom:-9.6rem}.-mb-12{margin-bottom:-12rem}.-mb-16{margin-bottom:-16rem}.-mb-18{margin-bottom:-18rem}.-mb-21{margin-bottom:-21rem}.-mb-22{margin-bottom:-22rem}.-mb-24{margin-bottom:-24rem}.-ml-px{margin-left:-1px}.-ml-0{margin-left:0}.-ml-1{margin-left:-1.6rem}.-ml-2{margin-left:-2.4rem}.-ml-3{margin-left:-3.6rem}.-ml-4{margin-left:-4rem}.-ml-6{margin-left:-6.4rem}.-ml-8{margin-left:-8rem}.-ml-9{margin-left:-9.6rem}.-ml-12{margin-left:-12rem}.-ml-16{margin-left:-16rem}.-ml-18{margin-left:-18rem}.-ml-21{margin-left:-21rem}.-ml-22{margin-left:-22rem}.-ml-24{margin-left:-24rem}@media screen and (min-width:640px){.small\:p-px{padding:1px}.small\:p-0{padding:0}.small\:p-1{padding:1.6rem}.small\:p-2{padding:2.4rem}.small\:p-3{padding:3.6rem}.small\:p-4{padding:4rem}.small\:p-6{padding:6.4rem}.small\:p-8{padding:8rem}.small\:p-9{padding:9.6rem}.small\:p-12{padding:12rem}.small\:p-16{padding:16rem}.small\:p-18{padding:18rem}.small\:p-21{padding:21rem}.small\:p-22{padding:22rem}.small\:p-24{padding:24rem}.small\:px-px{padding-left:1px;padding-right:1px}.small\:px-0{padding-left:0;padding-right:0}.small\:px-1{padding-left:1.6rem;padding-right:1.6rem}.small\:px-2{padding-left:2.4rem;padding-right:2.4rem}.small\:px-3{padding-left:3.6rem;padding-right:3.6rem}.small\:px-4{padding-left:4rem;padding-right:4rem}.small\:px-6{padding-left:6.4rem;padding-right:6.4rem}.small\:px-8{padding-left:8rem;padding-right:8rem}.small\:px-9{padding-left:9.6rem;padding-right:9.6rem}.small\:px-12{padding-left:12rem;padding-right:12rem}.small\:px-16{padding-left:16rem;padding-right:16rem}.small\:px-18{padding-left:18rem;padding-right:18rem}.small\:px-21{padding-left:21rem;padding-right:21rem}.small\:px-22{padding-left:22rem;padding-right:22rem}.small\:px-24{padding-left:24rem;padding-right:24rem}.small\:py-px{padding-bottom:1px;padding-top:1px}.small\:py-0{padding-bottom:0;padding-top:0}.small\:py-1{padding-bottom:1.6rem;padding-top:1.6rem}.small\:py-2{padding-bottom:2.4rem;padding-top:2.4rem}.small\:py-3{padding-bottom:3.6rem;padding-top:3.6rem}.small\:py-4{padding-bottom:4rem;padding-top:4rem}.small\:py-6{padding-bottom:6.4rem;padding-top:6.4rem}.small\:py-8{padding-bottom:8rem;padding-top:8rem}.small\:py-9{padding-bottom:9.6rem;padding-top:9.6rem}.small\:py-12{padding-bottom:12rem;padding-top:12rem}.small\:py-16{padding-bottom:16rem;padding-top:16rem}.small\:py-18{padding-bottom:18rem;padding-top:18rem}.small\:py-21{padding-bottom:21rem;padding-top:21rem}.small\:py-22{padding-bottom:22rem;padding-top:22rem}.small\:py-24{padding-bottom:24rem;padding-top:24rem}.small\:pt-px{padding-top:1px}.small\:pt-0{padding-top:0}.small\:pt-1{padding-top:1.6rem}.small\:pt-2{padding-top:2.4rem}.small\:pt-3{padding-top:3.6rem}.small\:pt-4{padding-top:4rem}.small\:pt-6{padding-top:6.4rem}.small\:pt-8{padding-top:8rem}.small\:pt-9{padding-top:9.6rem}.small\:pt-12{padding-top:12rem}.small\:pt-16{padding-top:16rem}.small\:pt-18{padding-top:18rem}.small\:pt-21{padding-top:21rem}.small\:pt-22{padding-top:22rem}.small\:pt-24{padding-top:24rem}.small\:pr-px{padding-right:1px}.small\:pr-0{padding-right:0}.small\:pr-1{padding-right:1.6rem}.small\:pr-2{padding-right:2.4rem}.small\:pr-3{padding-right:3.6rem}.small\:pr-4{padding-right:4rem}.small\:pr-6{padding-right:6.4rem}.small\:pr-8{padding-right:8rem}.small\:pr-9{padding-right:9.6rem}.small\:pr-12{padding-right:12rem}.small\:pr-16{padding-right:16rem}.small\:pr-18{padding-right:18rem}.small\:pr-21{padding-right:21rem}.small\:pr-22{padding-right:22rem}.small\:pr-24{padding-right:24rem}.small\:pb-px{padding-bottom:1px}.small\:pb-0{padding-bottom:0}.small\:pb-1{padding-bottom:1.6rem}.small\:pb-2{padding-bottom:2.4rem}.small\:pb-3{padding-bottom:3.6rem}.small\:pb-4{padding-bottom:4rem}.small\:pb-6{padding-bottom:6.4rem}.small\:pb-8{padding-bottom:8rem}.small\:pb-9{padding-bottom:9.6rem}.small\:pb-12{padding-bottom:12rem}.small\:pb-16{padding-bottom:16rem}.small\:pb-18{padding-bottom:18rem}.small\:pb-21{padding-bottom:21rem}.small\:pb-22{padding-bottom:22rem}.small\:pb-24{padding-bottom:24rem}.small\:pl-px{padding-left:1px}.small\:pl-0{padding-left:0}.small\:pl-1{padding-left:1.6rem}.small\:pl-2{padding-left:2.4rem}.small\:pl-3{padding-left:3.6rem}.small\:pl-4{padding-left:4rem}.small\:pl-6{padding-left:6.4rem}.small\:pl-8{padding-left:8rem}.small\:pl-9{padding-left:9.6rem}.small\:pl-12{padding-left:12rem}.small\:pl-16{padding-left:16rem}.small\:pl-18{padding-left:18rem}.small\:pl-21{padding-left:21rem}.small\:pl-22{padding-left:22rem}.small\:pl-24{padding-left:24rem}.small\:m-auto{margin:auto}.small\:m-px{margin:1px}.small\:m-0{margin:0}.small\:m-1{margin:1.6rem}.small\:m-2{margin:2.4rem}.small\:m-3{margin:3.6rem}.small\:m-4{margin:4rem}.small\:m-6{margin:6.4rem}.small\:m-8{margin:8rem}.small\:m-9{margin:9.6rem}.small\:m-12{margin:12rem}.small\:m-16{margin:16rem}.small\:m-18{margin:18rem}.small\:m-21{margin:21rem}.small\:m-22{margin:22rem}.small\:m-24{margin:24rem}.small\:mx-auto{margin-left:auto;margin-right:auto}.small\:mx-px{margin-left:1px;margin-right:1px}.small\:mx-0{margin-left:0;margin-right:0}.small\:mx-1{margin-left:1.6rem;margin-right:1.6rem}.small\:mx-2{margin-left:2.4rem;margin-right:2.4rem}.small\:mx-3{margin-left:3.6rem;margin-right:3.6rem}.small\:mx-4{margin-left:4rem;margin-right:4rem}.small\:mx-6{margin-left:6.4rem;margin-right:6.4rem}.small\:mx-8{margin-left:8rem;margin-right:8rem}.small\:mx-9{margin-left:9.6rem;margin-right:9.6rem}.small\:mx-12{margin-left:12rem;margin-right:12rem}.small\:mx-16{margin-left:16rem;margin-right:16rem}.small\:mx-18{margin-left:18rem;margin-right:18rem}.small\:mx-21{margin-left:21rem;margin-right:21rem}.small\:mx-22{margin-left:22rem;margin-right:22rem}.small\:mx-24{margin-left:24rem;margin-right:24rem}.small\:my-auto{margin-bottom:auto;margin-top:auto}.small\:my-px{margin-bottom:1px;margin-top:1px}.small\:my-0{margin-bottom:0;margin-top:0}.small\:my-1{margin-bottom:1.6rem;margin-top:1.6rem}.small\:my-2{margin-bottom:2.4rem;margin-top:2.4rem}.small\:my-3{margin-bottom:3.6rem;margin-top:3.6rem}.small\:my-4{margin-bottom:4rem;margin-top:4rem}.small\:my-6{margin-bottom:6.4rem;margin-top:6.4rem}.small\:my-8{margin-bottom:8rem;margin-top:8rem}.small\:my-9{margin-bottom:9.6rem;margin-top:9.6rem}.small\:my-12{margin-bottom:12rem;margin-top:12rem}.small\:my-16{margin-bottom:16rem;margin-top:16rem}.small\:my-18{margin-bottom:18rem;margin-top:18rem}.small\:my-21{margin-bottom:21rem;margin-top:21rem}.small\:my-22{margin-bottom:22rem;margin-top:22rem}.small\:my-24{margin-bottom:24rem;margin-top:24rem}.small\:mt-auto{margin-top:auto}.small\:mt-px{margin-top:1px}.small\:mt-0{margin-top:0}.small\:mt-1{margin-top:1.6rem}.small\:mt-2{margin-top:2.4rem}.small\:mt-3{margin-top:3.6rem}.small\:mt-4{margin-top:4rem}.small\:mt-6{margin-top:6.4rem}.small\:mt-8{margin-top:8rem}.small\:mt-9{margin-top:9.6rem}.small\:mt-12{margin-top:12rem}.small\:mt-16{margin-top:16rem}.small\:mt-18{margin-top:18rem}.small\:mt-21{margin-top:21rem}.small\:mt-22{margin-top:22rem}.small\:mt-24{margin-top:24rem}.small\:mr-auto{margin-right:auto}.small\:mr-px{margin-right:1px}.small\:mr-0{margin-right:0}.small\:mr-1{margin-right:1.6rem}.small\:mr-2{margin-right:2.4rem}.small\:mr-3{margin-right:3.6rem}.small\:mr-4{margin-right:4rem}.small\:mr-6{margin-right:6.4rem}.small\:mr-8{margin-right:8rem}.small\:mr-9{margin-right:9.6rem}.small\:mr-12{margin-right:12rem}.small\:mr-16{margin-right:16rem}.small\:mr-18{margin-right:18rem}.small\:mr-21{margin-right:21rem}.small\:mr-22{margin-right:22rem}.small\:mr-24{margin-right:24rem}.small\:mb-auto{margin-bottom:auto}.small\:mb-px{margin-bottom:1px}.small\:mb-0{margin-bottom:0}.small\:mb-1{margin-bottom:1.6rem}.small\:mb-2{margin-bottom:2.4rem}.small\:mb-3{margin-bottom:3.6rem}.small\:mb-4{margin-bottom:4rem}.small\:mb-6{margin-bottom:6.4rem}.small\:mb-8{margin-bottom:8rem}.small\:mb-9{margin-bottom:9.6rem}.small\:mb-12{margin-bottom:12rem}.small\:mb-16{margin-bottom:16rem}.small\:mb-18{margin-bottom:18rem}.small\:mb-21{margin-bottom:21rem}.small\:mb-22{margin-bottom:22rem}.small\:mb-24{margin-bottom:24rem}.small\:-ml-auto{margin-left:auto}.small\:-ml-px{margin-left:1px}.small\:-ml-1{margin-left:1.6rem}.small\:-ml-2{margin-left:2.4rem}.small\:-ml-3{margin-left:3.6rem}.small\:-ml-4{margin-left:4rem}.small\:-ml-6{margin-left:6.4rem}.small\:-ml-8{margin-left:8rem}.small\:-ml-9{margin-left:9.6rem}.small\:-ml-12{margin-left:12rem}.small\:-ml-16{margin-left:16rem}.small\:-ml-18{margin-left:18rem}.small\:-ml-21{margin-left:21rem}.small\:-ml-22{margin-left:22rem}.small\:-ml-24{margin-left:24rem}.small\:-m-px{margin:-1px}.small\:-m-0{margin:0}.small\:-m-1{margin:-1.6rem}.small\:-m-2{margin:-2.4rem}.small\:-m-3{margin:-3.6rem}.small\:-m-4{margin:-4rem}.small\:-m-6{margin:-6.4rem}.small\:-m-8{margin:-8rem}.small\:-m-9{margin:-9.6rem}.small\:-m-12{margin:-12rem}.small\:-m-16{margin:-16rem}.small\:-m-18{margin:-18rem}.small\:-m-21{margin:-21rem}.small\:-m-22{margin:-22rem}.small\:-m-24{margin:-24rem}.small\:-mx-px{margin-left:-1px;margin-right:-1px}.small\:-mx-0{margin-left:0;margin-right:0}.small\:-mx-1{margin-left:-1.6rem;margin-right:-1.6rem}.small\:-mx-2{margin-left:-2.4rem;margin-right:-2.4rem}.small\:-mx-3{margin-left:-3.6rem;margin-right:-3.6rem}.small\:-mx-4{margin-left:-4rem;margin-right:-4rem}.small\:-mx-6{margin-left:-6.4rem;margin-right:-6.4rem}.small\:-mx-8{margin-left:-8rem;margin-right:-8rem}.small\:-mx-9{margin-left:-9.6rem;margin-right:-9.6rem}.small\:-mx-12{margin-left:-12rem;margin-right:-12rem}.small\:-mx-16{margin-left:-16rem;margin-right:-16rem}.small\:-mx-18{margin-left:-18rem;margin-right:-18rem}.small\:-mx-21{margin-left:-21rem;margin-right:-21rem}.small\:-mx-22{margin-left:-22rem;margin-right:-22rem}.small\:-mx-24{margin-left:-24rem;margin-right:-24rem}.small\:-my-px{margin-bottom:-1px;margin-top:-1px}.small\:-my-0{margin-bottom:0;margin-top:0}.small\:-my-1{margin-bottom:-1.6rem;margin-top:-1.6rem}.small\:-my-2{margin-bottom:-2.4rem;margin-top:-2.4rem}.small\:-my-3{margin-bottom:-3.6rem;margin-top:-3.6rem}.small\:-my-4{margin-bottom:-4rem;margin-top:-4rem}.small\:-my-6{margin-bottom:-6.4rem;margin-top:-6.4rem}.small\:-my-8{margin-bottom:-8rem;margin-top:-8rem}.small\:-my-9{margin-bottom:-9.6rem;margin-top:-9.6rem}.small\:-my-12{margin-bottom:-12rem;margin-top:-12rem}.small\:-my-16{margin-bottom:-16rem;margin-top:-16rem}.small\:-my-18{margin-bottom:-18rem;margin-top:-18rem}.small\:-my-21{margin-bottom:-21rem;margin-top:-21rem}.small\:-my-22{margin-bottom:-22rem;margin-top:-22rem}.small\:-my-24{margin-bottom:-24rem;margin-top:-24rem}.small\:-mt-px{margin-top:-1px}.small\:-mt-0{margin-top:0}.small\:-mt-1{margin-top:-1.6rem}.small\:-mt-2{margin-top:-2.4rem}.small\:-mt-3{margin-top:-3.6rem}.small\:-mt-4{margin-top:-4rem}.small\:-mt-6{margin-top:-6.4rem}.small\:-mt-8{margin-top:-8rem}.small\:-mt-9{margin-top:-9.6rem}.small\:-mt-12{margin-top:-12rem}.small\:-mt-16{margin-top:-16rem}.small\:-mt-18{margin-top:-18rem}.small\:-mt-21{margin-top:-21rem}.small\:-mt-22{margin-top:-22rem}.small\:-mt-24{margin-top:-24rem}.small\:-mr-px{margin-right:-1px}.small\:-mr-0{margin-right:0}.small\:-mr-1{margin-right:-1.6rem}.small\:-mr-2{margin-right:-2.4rem}.small\:-mr-3{margin-right:-3.6rem}.small\:-mr-4{margin-right:-4rem}.small\:-mr-6{margin-right:-6.4rem}.small\:-mr-8{margin-right:-8rem}.small\:-mr-9{margin-right:-9.6rem}.small\:-mr-12{margin-right:-12rem}.small\:-mr-16{margin-right:-16rem}.small\:-mr-18{margin-right:-18rem}.small\:-mr-21{margin-right:-21rem}.small\:-mr-22{margin-right:-22rem}.small\:-mr-24{margin-right:-24rem}.small\:-mb-px{margin-bottom:-1px}.small\:-mb-0{margin-bottom:0}.small\:-mb-1{margin-bottom:-1.6rem}.small\:-mb-2{margin-bottom:-2.4rem}.small\:-mb-3{margin-bottom:-3.6rem}.small\:-mb-4{margin-bottom:-4rem}.small\:-mb-6{margin-bottom:-6.4rem}.small\:-mb-8{margin-bottom:-8rem}.small\:-mb-9{margin-bottom:-9.6rem}.small\:-mb-12{margin-bottom:-12rem}.small\:-mb-16{margin-bottom:-16rem}.small\:-mb-18{margin-bottom:-18rem}.small\:-mb-21{margin-bottom:-21rem}.small\:-mb-22{margin-bottom:-22rem}.small\:-mb-24{margin-bottom:-24rem}.small\:-ml-px{margin-left:-1px}.small\:-ml-0{margin-left:0}.small\:-ml-1{margin-left:-1.6rem}.small\:-ml-2{margin-left:-2.4rem}.small\:-ml-3{margin-left:-3.6rem}.small\:-ml-4{margin-left:-4rem}.small\:-ml-6{margin-left:-6.4rem}.small\:-ml-8{margin-left:-8rem}.small\:-ml-9{margin-left:-9.6rem}.small\:-ml-12{margin-left:-12rem}.small\:-ml-16{margin-left:-16rem}.small\:-ml-18{margin-left:-18rem}.small\:-ml-21{margin-left:-21rem}.small\:-ml-22{margin-left:-22rem}.small\:-ml-24{margin-left:-24rem}}@media screen and (min-width:768px){.medium\:p-px{padding:1px}.medium\:p-0{padding:0}.medium\:p-1{padding:1.6rem}.medium\:p-2{padding:2.4rem}.medium\:p-3{padding:3.6rem}.medium\:p-4{padding:4rem}.medium\:p-6{padding:6.4rem}.medium\:p-8{padding:8rem}.medium\:p-9{padding:9.6rem}.medium\:p-12{padding:12rem}.medium\:p-16{padding:16rem}.medium\:p-18{padding:18rem}.medium\:p-21{padding:21rem}.medium\:p-22{padding:22rem}.medium\:p-24{padding:24rem}.medium\:px-px{padding-left:1px;padding-right:1px}.medium\:px-0{padding-left:0;padding-right:0}.medium\:px-1{padding-left:1.6rem;padding-right:1.6rem}.medium\:px-2{padding-left:2.4rem;padding-right:2.4rem}.medium\:px-3{padding-left:3.6rem;padding-right:3.6rem}.medium\:px-4{padding-left:4rem;padding-right:4rem}.medium\:px-6{padding-left:6.4rem;padding-right:6.4rem}.medium\:px-8{padding-left:8rem;padding-right:8rem}.medium\:px-9{padding-left:9.6rem;padding-right:9.6rem}.medium\:px-12{padding-left:12rem;padding-right:12rem}.medium\:px-16{padding-left:16rem;padding-right:16rem}.medium\:px-18{padding-left:18rem;padding-right:18rem}.medium\:px-21{padding-left:21rem;padding-right:21rem}.medium\:px-22{padding-left:22rem;padding-right:22rem}.medium\:px-24{padding-left:24rem;padding-right:24rem}.medium\:py-px{padding-bottom:1px;padding-top:1px}.medium\:py-0{padding-bottom:0;padding-top:0}.medium\:py-1{padding-bottom:1.6rem;padding-top:1.6rem}.medium\:py-2{padding-bottom:2.4rem;padding-top:2.4rem}.medium\:py-3{padding-bottom:3.6rem;padding-top:3.6rem}.medium\:py-4{padding-bottom:4rem;padding-top:4rem}.medium\:py-6{padding-bottom:6.4rem;padding-top:6.4rem}.medium\:py-8{padding-bottom:8rem;padding-top:8rem}.medium\:py-9{padding-bottom:9.6rem;padding-top:9.6rem}.medium\:py-12{padding-bottom:12rem;padding-top:12rem}.medium\:py-16{padding-bottom:16rem;padding-top:16rem}.medium\:py-18{padding-bottom:18rem;padding-top:18rem}.medium\:py-21{padding-bottom:21rem;padding-top:21rem}.medium\:py-22{padding-bottom:22rem;padding-top:22rem}.medium\:py-24{padding-bottom:24rem;padding-top:24rem}.medium\:pt-px{padding-top:1px}.medium\:pt-0{padding-top:0}.medium\:pt-1{padding-top:1.6rem}.medium\:pt-2{padding-top:2.4rem}.medium\:pt-3{padding-top:3.6rem}.medium\:pt-4{padding-top:4rem}.medium\:pt-6{padding-top:6.4rem}.medium\:pt-8{padding-top:8rem}.medium\:pt-9{padding-top:9.6rem}.medium\:pt-12{padding-top:12rem}.medium\:pt-16{padding-top:16rem}.medium\:pt-18{padding-top:18rem}.medium\:pt-21{padding-top:21rem}.medium\:pt-22{padding-top:22rem}.medium\:pt-24{padding-top:24rem}.medium\:pr-px{padding-right:1px}.medium\:pr-0{padding-right:0}.medium\:pr-1{padding-right:1.6rem}.medium\:pr-2{padding-right:2.4rem}.medium\:pr-3{padding-right:3.6rem}.medium\:pr-4{padding-right:4rem}.medium\:pr-6{padding-right:6.4rem}.medium\:pr-8{padding-right:8rem}.medium\:pr-9{padding-right:9.6rem}.medium\:pr-12{padding-right:12rem}.medium\:pr-16{padding-right:16rem}.medium\:pr-18{padding-right:18rem}.medium\:pr-21{padding-right:21rem}.medium\:pr-22{padding-right:22rem}.medium\:pr-24{padding-right:24rem}.medium\:pb-px{padding-bottom:1px}.medium\:pb-0{padding-bottom:0}.medium\:pb-1{padding-bottom:1.6rem}.medium\:pb-2{padding-bottom:2.4rem}.medium\:pb-3{padding-bottom:3.6rem}.medium\:pb-4{padding-bottom:4rem}.medium\:pb-6{padding-bottom:6.4rem}.medium\:pb-8{padding-bottom:8rem}.medium\:pb-9{padding-bottom:9.6rem}.medium\:pb-12{padding-bottom:12rem}.medium\:pb-16{padding-bottom:16rem}.medium\:pb-18{padding-bottom:18rem}.medium\:pb-21{padding-bottom:21rem}.medium\:pb-22{padding-bottom:22rem}.medium\:pb-24{padding-bottom:24rem}.medium\:pl-px{padding-left:1px}.medium\:pl-0{padding-left:0}.medium\:pl-1{padding-left:1.6rem}.medium\:pl-2{padding-left:2.4rem}.medium\:pl-3{padding-left:3.6rem}.medium\:pl-4{padding-left:4rem}.medium\:pl-6{padding-left:6.4rem}.medium\:pl-8{padding-left:8rem}.medium\:pl-9{padding-left:9.6rem}.medium\:pl-12{padding-left:12rem}.medium\:pl-16{padding-left:16rem}.medium\:pl-18{padding-left:18rem}.medium\:pl-21{padding-left:21rem}.medium\:pl-22{padding-left:22rem}.medium\:pl-24{padding-left:24rem}.medium\:m-auto{margin:auto}.medium\:m-px{margin:1px}.medium\:m-0{margin:0}.medium\:m-1{margin:1.6rem}.medium\:m-2{margin:2.4rem}.medium\:m-3{margin:3.6rem}.medium\:m-4{margin:4rem}.medium\:m-6{margin:6.4rem}.medium\:m-8{margin:8rem}.medium\:m-9{margin:9.6rem}.medium\:m-12{margin:12rem}.medium\:m-16{margin:16rem}.medium\:m-18{margin:18rem}.medium\:m-21{margin:21rem}.medium\:m-22{margin:22rem}.medium\:m-24{margin:24rem}.medium\:mx-auto{margin-left:auto;margin-right:auto}.medium\:mx-px{margin-left:1px;margin-right:1px}.medium\:mx-0{margin-left:0;margin-right:0}.medium\:mx-1{margin-left:1.6rem;margin-right:1.6rem}.medium\:mx-2{margin-left:2.4rem;margin-right:2.4rem}.medium\:mx-3{margin-left:3.6rem;margin-right:3.6rem}.medium\:mx-4{margin-left:4rem;margin-right:4rem}.medium\:mx-6{margin-left:6.4rem;margin-right:6.4rem}.medium\:mx-8{margin-left:8rem;margin-right:8rem}.medium\:mx-9{margin-left:9.6rem;margin-right:9.6rem}.medium\:mx-12{margin-left:12rem;margin-right:12rem}.medium\:mx-16{margin-left:16rem;margin-right:16rem}.medium\:mx-18{margin-left:18rem;margin-right:18rem}.medium\:mx-21{margin-left:21rem;margin-right:21rem}.medium\:mx-22{margin-left:22rem;margin-right:22rem}.medium\:mx-24{margin-left:24rem;margin-right:24rem}.medium\:my-auto{margin-bottom:auto;margin-top:auto}.medium\:my-px{margin-bottom:1px;margin-top:1px}.medium\:my-0{margin-bottom:0;margin-top:0}.medium\:my-1{margin-bottom:1.6rem;margin-top:1.6rem}.medium\:my-2{margin-bottom:2.4rem;margin-top:2.4rem}.medium\:my-3{margin-bottom:3.6rem;margin-top:3.6rem}.medium\:my-4{margin-bottom:4rem;margin-top:4rem}.medium\:my-6{margin-bottom:6.4rem;margin-top:6.4rem}.medium\:my-8{margin-bottom:8rem;margin-top:8rem}.medium\:my-9{margin-bottom:9.6rem;margin-top:9.6rem}.medium\:my-12{margin-bottom:12rem;margin-top:12rem}.medium\:my-16{margin-bottom:16rem;margin-top:16rem}.medium\:my-18{margin-bottom:18rem;margin-top:18rem}.medium\:my-21{margin-bottom:21rem;margin-top:21rem}.medium\:my-22{margin-bottom:22rem;margin-top:22rem}.medium\:my-24{margin-bottom:24rem;margin-top:24rem}.medium\:mt-auto{margin-top:auto}.medium\:mt-px{margin-top:1px}.medium\:mt-0{margin-top:0}.medium\:mt-1{margin-top:1.6rem}.medium\:mt-2{margin-top:2.4rem}.medium\:mt-3{margin-top:3.6rem}.medium\:mt-4{margin-top:4rem}.medium\:mt-6{margin-top:6.4rem}.medium\:mt-8{margin-top:8rem}.medium\:mt-9{margin-top:9.6rem}.medium\:mt-12{margin-top:12rem}.medium\:mt-16{margin-top:16rem}.medium\:mt-18{margin-top:18rem}.medium\:mt-21{margin-top:21rem}.medium\:mt-22{margin-top:22rem}.medium\:mt-24{margin-top:24rem}.medium\:mr-auto{margin-right:auto}.medium\:mr-px{margin-right:1px}.medium\:mr-0{margin-right:0}.medium\:mr-1{margin-right:1.6rem}.medium\:mr-2{margin-right:2.4rem}.medium\:mr-3{margin-right:3.6rem}.medium\:mr-4{margin-right:4rem}.medium\:mr-6{margin-right:6.4rem}.medium\:mr-8{margin-right:8rem}.medium\:mr-9{margin-right:9.6rem}.medium\:mr-12{margin-right:12rem}.medium\:mr-16{margin-right:16rem}.medium\:mr-18{margin-right:18rem}.medium\:mr-21{margin-right:21rem}.medium\:mr-22{margin-right:22rem}.medium\:mr-24{margin-right:24rem}.medium\:mb-auto{margin-bottom:auto}.medium\:mb-px{margin-bottom:1px}.medium\:mb-0{margin-bottom:0}.medium\:mb-1{margin-bottom:1.6rem}.medium\:mb-2{margin-bottom:2.4rem}.medium\:mb-3{margin-bottom:3.6rem}.medium\:mb-4{margin-bottom:4rem}.medium\:mb-6{margin-bottom:6.4rem}.medium\:mb-8{margin-bottom:8rem}.medium\:mb-9{margin-bottom:9.6rem}.medium\:mb-12{margin-bottom:12rem}.medium\:mb-16{margin-bottom:16rem}.medium\:mb-18{margin-bottom:18rem}.medium\:mb-21{margin-bottom:21rem}.medium\:mb-22{margin-bottom:22rem}.medium\:mb-24{margin-bottom:24rem}.medium\:-ml-auto{margin-left:auto}.medium\:-ml-px{margin-left:1px}.medium\:-ml-1{margin-left:1.6rem}.medium\:-ml-2{margin-left:2.4rem}.medium\:-ml-3{margin-left:3.6rem}.medium\:-ml-4{margin-left:4rem}.medium\:-ml-6{margin-left:6.4rem}.medium\:-ml-8{margin-left:8rem}.medium\:-ml-9{margin-left:9.6rem}.medium\:-ml-12{margin-left:12rem}.medium\:-ml-16{margin-left:16rem}.medium\:-ml-18{margin-left:18rem}.medium\:-ml-21{margin-left:21rem}.medium\:-ml-22{margin-left:22rem}.medium\:-ml-24{margin-left:24rem}.medium\:-m-px{margin:-1px}.medium\:-m-0{margin:0}.medium\:-m-1{margin:-1.6rem}.medium\:-m-2{margin:-2.4rem}.medium\:-m-3{margin:-3.6rem}.medium\:-m-4{margin:-4rem}.medium\:-m-6{margin:-6.4rem}.medium\:-m-8{margin:-8rem}.medium\:-m-9{margin:-9.6rem}.medium\:-m-12{margin:-12rem}.medium\:-m-16{margin:-16rem}.medium\:-m-18{margin:-18rem}.medium\:-m-21{margin:-21rem}.medium\:-m-22{margin:-22rem}.medium\:-m-24{margin:-24rem}.medium\:-mx-px{margin-left:-1px;margin-right:-1px}.medium\:-mx-0{margin-left:0;margin-right:0}.medium\:-mx-1{margin-left:-1.6rem;margin-right:-1.6rem}.medium\:-mx-2{margin-left:-2.4rem;margin-right:-2.4rem}.medium\:-mx-3{margin-left:-3.6rem;margin-right:-3.6rem}.medium\:-mx-4{margin-left:-4rem;margin-right:-4rem}.medium\:-mx-6{margin-left:-6.4rem;margin-right:-6.4rem}.medium\:-mx-8{margin-left:-8rem;margin-right:-8rem}.medium\:-mx-9{margin-left:-9.6rem;margin-right:-9.6rem}.medium\:-mx-12{margin-left:-12rem;margin-right:-12rem}.medium\:-mx-16{margin-left:-16rem;margin-right:-16rem}.medium\:-mx-18{margin-left:-18rem;margin-right:-18rem}.medium\:-mx-21{margin-left:-21rem;margin-right:-21rem}.medium\:-mx-22{margin-left:-22rem;margin-right:-22rem}.medium\:-mx-24{margin-left:-24rem;margin-right:-24rem}.medium\:-my-px{margin-bottom:-1px;margin-top:-1px}.medium\:-my-0{margin-bottom:0;margin-top:0}.medium\:-my-1{margin-bottom:-1.6rem;margin-top:-1.6rem}.medium\:-my-2{margin-bottom:-2.4rem;margin-top:-2.4rem}.medium\:-my-3{margin-bottom:-3.6rem;margin-top:-3.6rem}.medium\:-my-4{margin-bottom:-4rem;margin-top:-4rem}.medium\:-my-6{margin-bottom:-6.4rem;margin-top:-6.4rem}.medium\:-my-8{margin-bottom:-8rem;margin-top:-8rem}.medium\:-my-9{margin-bottom:-9.6rem;margin-top:-9.6rem}.medium\:-my-12{margin-bottom:-12rem;margin-top:-12rem}.medium\:-my-16{margin-bottom:-16rem;margin-top:-16rem}.medium\:-my-18{margin-bottom:-18rem;margin-top:-18rem}.medium\:-my-21{margin-bottom:-21rem;margin-top:-21rem}.medium\:-my-22{margin-bottom:-22rem;margin-top:-22rem}.medium\:-my-24{margin-bottom:-24rem;margin-top:-24rem}.medium\:-mt-px{margin-top:-1px}.medium\:-mt-0{margin-top:0}.medium\:-mt-1{margin-top:-1.6rem}.medium\:-mt-2{margin-top:-2.4rem}.medium\:-mt-3{margin-top:-3.6rem}.medium\:-mt-4{margin-top:-4rem}.medium\:-mt-6{margin-top:-6.4rem}.medium\:-mt-8{margin-top:-8rem}.medium\:-mt-9{margin-top:-9.6rem}.medium\:-mt-12{margin-top:-12rem}.medium\:-mt-16{margin-top:-16rem}.medium\:-mt-18{margin-top:-18rem}.medium\:-mt-21{margin-top:-21rem}.medium\:-mt-22{margin-top:-22rem}.medium\:-mt-24{margin-top:-24rem}.medium\:-mr-px{margin-right:-1px}.medium\:-mr-0{margin-right:0}.medium\:-mr-1{margin-right:-1.6rem}.medium\:-mr-2{margin-right:-2.4rem}.medium\:-mr-3{margin-right:-3.6rem}.medium\:-mr-4{margin-right:-4rem}.medium\:-mr-6{margin-right:-6.4rem}.medium\:-mr-8{margin-right:-8rem}.medium\:-mr-9{margin-right:-9.6rem}.medium\:-mr-12{margin-right:-12rem}.medium\:-mr-16{margin-right:-16rem}.medium\:-mr-18{margin-right:-18rem}.medium\:-mr-21{margin-right:-21rem}.medium\:-mr-22{margin-right:-22rem}.medium\:-mr-24{margin-right:-24rem}.medium\:-mb-px{margin-bottom:-1px}.medium\:-mb-0{margin-bottom:0}.medium\:-mb-1{margin-bottom:-1.6rem}.medium\:-mb-2{margin-bottom:-2.4rem}.medium\:-mb-3{margin-bottom:-3.6rem}.medium\:-mb-4{margin-bottom:-4rem}.medium\:-mb-6{margin-bottom:-6.4rem}.medium\:-mb-8{margin-bottom:-8rem}.medium\:-mb-9{margin-bottom:-9.6rem}.medium\:-mb-12{margin-bottom:-12rem}.medium\:-mb-16{margin-bottom:-16rem}.medium\:-mb-18{margin-bottom:-18rem}.medium\:-mb-21{margin-bottom:-21rem}.medium\:-mb-22{margin-bottom:-22rem}.medium\:-mb-24{margin-bottom:-24rem}.medium\:-ml-px{margin-left:-1px}.medium\:-ml-0{margin-left:0}.medium\:-ml-1{margin-left:-1.6rem}.medium\:-ml-2{margin-left:-2.4rem}.medium\:-ml-3{margin-left:-3.6rem}.medium\:-ml-4{margin-left:-4rem}.medium\:-ml-6{margin-left:-6.4rem}.medium\:-ml-8{margin-left:-8rem}.medium\:-ml-9{margin-left:-9.6rem}.medium\:-ml-12{margin-left:-12rem}.medium\:-ml-16{margin-left:-16rem}.medium\:-ml-18{margin-left:-18rem}.medium\:-ml-21{margin-left:-21rem}.medium\:-ml-22{margin-left:-22rem}.medium\:-ml-24{margin-left:-24rem}}@media screen and (min-width:1024px){.large\:p-px{padding:1px}.large\:p-0{padding:0}.large\:p-1{padding:1.6rem}.large\:p-2{padding:2.4rem}.large\:p-3{padding:3.6rem}.large\:p-4{padding:4rem}.large\:p-6{padding:6.4rem}.large\:p-8{padding:8rem}.large\:p-9{padding:9.6rem}.large\:p-12{padding:12rem}.large\:p-16{padding:16rem}.large\:p-18{padding:18rem}.large\:p-21{padding:21rem}.large\:p-22{padding:22rem}.large\:p-24{padding:24rem}.large\:px-px{padding-left:1px;padding-right:1px}.large\:px-0{padding-left:0;padding-right:0}.large\:px-1{padding-left:1.6rem;padding-right:1.6rem}.large\:px-2{padding-left:2.4rem;padding-right:2.4rem}.large\:px-3{padding-left:3.6rem;padding-right:3.6rem}.large\:px-4{padding-left:4rem;padding-right:4rem}.large\:px-6{padding-left:6.4rem;padding-right:6.4rem}.large\:px-8{padding-left:8rem;padding-right:8rem}.large\:px-9{padding-left:9.6rem;padding-right:9.6rem}.large\:px-12{padding-left:12rem;padding-right:12rem}.large\:px-16{padding-left:16rem;padding-right:16rem}.large\:px-18{padding-left:18rem;padding-right:18rem}.large\:px-21{padding-left:21rem;padding-right:21rem}.large\:px-22{padding-left:22rem;padding-right:22rem}.large\:px-24{padding-left:24rem;padding-right:24rem}.large\:py-px{padding-bottom:1px;padding-top:1px}.large\:py-0{padding-bottom:0;padding-top:0}.large\:py-1{padding-bottom:1.6rem;padding-top:1.6rem}.large\:py-2{padding-bottom:2.4rem;padding-top:2.4rem}.large\:py-3{padding-bottom:3.6rem;padding-top:3.6rem}.large\:py-4{padding-bottom:4rem;padding-top:4rem}.large\:py-6{padding-bottom:6.4rem;padding-top:6.4rem}.large\:py-8{padding-bottom:8rem;padding-top:8rem}.large\:py-9{padding-bottom:9.6rem;padding-top:9.6rem}.large\:py-12{padding-bottom:12rem;padding-top:12rem}.large\:py-16{padding-bottom:16rem;padding-top:16rem}.large\:py-18{padding-bottom:18rem;padding-top:18rem}.large\:py-21{padding-bottom:21rem;padding-top:21rem}.large\:py-22{padding-bottom:22rem;padding-top:22rem}.large\:py-24{padding-bottom:24rem;padding-top:24rem}.large\:pt-px{padding-top:1px}.large\:pt-0{padding-top:0}.large\:pt-1{padding-top:1.6rem}.large\:pt-2{padding-top:2.4rem}.large\:pt-3{padding-top:3.6rem}.large\:pt-4{padding-top:4rem}.large\:pt-6{padding-top:6.4rem}.large\:pt-8{padding-top:8rem}.large\:pt-9{padding-top:9.6rem}.large\:pt-12{padding-top:12rem}.large\:pt-16{padding-top:16rem}.large\:pt-18{padding-top:18rem}.large\:pt-21{padding-top:21rem}.large\:pt-22{padding-top:22rem}.large\:pt-24{padding-top:24rem}.large\:pr-px{padding-right:1px}.large\:pr-0{padding-right:0}.large\:pr-1{padding-right:1.6rem}.large\:pr-2{padding-right:2.4rem}.large\:pr-3{padding-right:3.6rem}.large\:pr-4{padding-right:4rem}.large\:pr-6{padding-right:6.4rem}.large\:pr-8{padding-right:8rem}.large\:pr-9{padding-right:9.6rem}.large\:pr-12{padding-right:12rem}.large\:pr-16{padding-right:16rem}.large\:pr-18{padding-right:18rem}.large\:pr-21{padding-right:21rem}.large\:pr-22{padding-right:22rem}.large\:pr-24{padding-right:24rem}.large\:pb-px{padding-bottom:1px}.large\:pb-0{padding-bottom:0}.large\:pb-1{padding-bottom:1.6rem}.large\:pb-2{padding-bottom:2.4rem}.large\:pb-3{padding-bottom:3.6rem}.large\:pb-4{padding-bottom:4rem}.large\:pb-6{padding-bottom:6.4rem}.large\:pb-8{padding-bottom:8rem}.large\:pb-9{padding-bottom:9.6rem}.large\:pb-12{padding-bottom:12rem}.large\:pb-16{padding-bottom:16rem}.large\:pb-18{padding-bottom:18rem}.large\:pb-21{padding-bottom:21rem}.large\:pb-22{padding-bottom:22rem}.large\:pb-24{padding-bottom:24rem}.large\:pl-px{padding-left:1px}.large\:pl-0{padding-left:0}.large\:pl-1{padding-left:1.6rem}.large\:pl-2{padding-left:2.4rem}.large\:pl-3{padding-left:3.6rem}.large\:pl-4{padding-left:4rem}.large\:pl-6{padding-left:6.4rem}.large\:pl-8{padding-left:8rem}.large\:pl-9{padding-left:9.6rem}.large\:pl-12{padding-left:12rem}.large\:pl-16{padding-left:16rem}.large\:pl-18{padding-left:18rem}.large\:pl-21{padding-left:21rem}.large\:pl-22{padding-left:22rem}.large\:pl-24{padding-left:24rem}.large\:m-auto{margin:auto}.large\:m-px{margin:1px}.large\:m-0{margin:0}.large\:m-1{margin:1.6rem}.large\:m-2{margin:2.4rem}.large\:m-3{margin:3.6rem}.large\:m-4{margin:4rem}.large\:m-6{margin:6.4rem}.large\:m-8{margin:8rem}.large\:m-9{margin:9.6rem}.large\:m-12{margin:12rem}.large\:m-16{margin:16rem}.large\:m-18{margin:18rem}.large\:m-21{margin:21rem}.large\:m-22{margin:22rem}.large\:m-24{margin:24rem}.large\:mx-auto{margin-left:auto;margin-right:auto}.large\:mx-px{margin-left:1px;margin-right:1px}.large\:mx-0{margin-left:0;margin-right:0}.large\:mx-1{margin-left:1.6rem;margin-right:1.6rem}.large\:mx-2{margin-left:2.4rem;margin-right:2.4rem}.large\:mx-3{margin-left:3.6rem;margin-right:3.6rem}.large\:mx-4{margin-left:4rem;margin-right:4rem}.large\:mx-6{margin-left:6.4rem;margin-right:6.4rem}.large\:mx-8{margin-left:8rem;margin-right:8rem}.large\:mx-9{margin-left:9.6rem;margin-right:9.6rem}.large\:mx-12{margin-left:12rem;margin-right:12rem}.large\:mx-16{margin-left:16rem;margin-right:16rem}.large\:mx-18{margin-left:18rem;margin-right:18rem}.large\:mx-21{margin-left:21rem;margin-right:21rem}.large\:mx-22{margin-left:22rem;margin-right:22rem}.large\:mx-24{margin-left:24rem;margin-right:24rem}.large\:my-auto{margin-bottom:auto;margin-top:auto}.large\:my-px{margin-bottom:1px;margin-top:1px}.large\:my-0{margin-bottom:0;margin-top:0}.large\:my-1{margin-bottom:1.6rem;margin-top:1.6rem}.large\:my-2{margin-bottom:2.4rem;margin-top:2.4rem}.large\:my-3{margin-bottom:3.6rem;margin-top:3.6rem}.large\:my-4{margin-bottom:4rem;margin-top:4rem}.large\:my-6{margin-bottom:6.4rem;margin-top:6.4rem}.large\:my-8{margin-bottom:8rem;margin-top:8rem}.large\:my-9{margin-bottom:9.6rem;margin-top:9.6rem}.large\:my-12{margin-bottom:12rem;margin-top:12rem}.large\:my-16{margin-bottom:16rem;margin-top:16rem}.large\:my-18{margin-bottom:18rem;margin-top:18rem}.large\:my-21{margin-bottom:21rem;margin-top:21rem}.large\:my-22{margin-bottom:22rem;margin-top:22rem}.large\:my-24{margin-bottom:24rem;margin-top:24rem}.large\:mt-auto{margin-top:auto}.large\:mt-px{margin-top:1px}.large\:mt-0{margin-top:0}.large\:mt-1{margin-top:1.6rem}.large\:mt-2{margin-top:2.4rem}.large\:mt-3{margin-top:3.6rem}.large\:mt-4{margin-top:4rem}.large\:mt-6{margin-top:6.4rem}.large\:mt-8{margin-top:8rem}.large\:mt-9{margin-top:9.6rem}.large\:mt-12{margin-top:12rem}.large\:mt-16{margin-top:16rem}.large\:mt-18{margin-top:18rem}.large\:mt-21{margin-top:21rem}.large\:mt-22{margin-top:22rem}.large\:mt-24{margin-top:24rem}.large\:mr-auto{margin-right:auto}.large\:mr-px{margin-right:1px}.large\:mr-0{margin-right:0}.large\:mr-1{margin-right:1.6rem}.large\:mr-2{margin-right:2.4rem}.large\:mr-3{margin-right:3.6rem}.large\:mr-4{margin-right:4rem}.large\:mr-6{margin-right:6.4rem}.large\:mr-8{margin-right:8rem}.large\:mr-9{margin-right:9.6rem}.large\:mr-12{margin-right:12rem}.large\:mr-16{margin-right:16rem}.large\:mr-18{margin-right:18rem}.large\:mr-21{margin-right:21rem}.large\:mr-22{margin-right:22rem}.large\:mr-24{margin-right:24rem}.large\:mb-auto{margin-bottom:auto}.large\:mb-px{margin-bottom:1px}.large\:mb-0{margin-bottom:0}.large\:mb-1{margin-bottom:1.6rem}.large\:mb-2{margin-bottom:2.4rem}.large\:mb-3{margin-bottom:3.6rem}.large\:mb-4{margin-bottom:4rem}.large\:mb-6{margin-bottom:6.4rem}.large\:mb-8{margin-bottom:8rem}.large\:mb-9{margin-bottom:9.6rem}.large\:mb-12{margin-bottom:12rem}.large\:mb-16{margin-bottom:16rem}.large\:mb-18{margin-bottom:18rem}.large\:mb-21{margin-bottom:21rem}.large\:mb-22{margin-bottom:22rem}.large\:mb-24{margin-bottom:24rem}.large\:-ml-auto{margin-left:auto}.large\:-ml-px{margin-left:1px}.large\:-ml-1{margin-left:1.6rem}.large\:-ml-2{margin-left:2.4rem}.large\:-ml-3{margin-left:3.6rem}.large\:-ml-4{margin-left:4rem}.large\:-ml-6{margin-left:6.4rem}.large\:-ml-8{margin-left:8rem}.large\:-ml-9{margin-left:9.6rem}.large\:-ml-12{margin-left:12rem}.large\:-ml-16{margin-left:16rem}.large\:-ml-18{margin-left:18rem}.large\:-ml-21{margin-left:21rem}.large\:-ml-22{margin-left:22rem}.large\:-ml-24{margin-left:24rem}.large\:-m-px{margin:-1px}.large\:-m-0{margin:0}.large\:-m-1{margin:-1.6rem}.large\:-m-2{margin:-2.4rem}.large\:-m-3{margin:-3.6rem}.large\:-m-4{margin:-4rem}.large\:-m-6{margin:-6.4rem}.large\:-m-8{margin:-8rem}.large\:-m-9{margin:-9.6rem}.large\:-m-12{margin:-12rem}.large\:-m-16{margin:-16rem}.large\:-m-18{margin:-18rem}.large\:-m-21{margin:-21rem}.large\:-m-22{margin:-22rem}.large\:-m-24{margin:-24rem}.large\:-mx-px{margin-left:-1px;margin-right:-1px}.large\:-mx-0{margin-left:0;margin-right:0}.large\:-mx-1{margin-left:-1.6rem;margin-right:-1.6rem}.large\:-mx-2{margin-left:-2.4rem;margin-right:-2.4rem}.large\:-mx-3{margin-left:-3.6rem;margin-right:-3.6rem}.large\:-mx-4{margin-left:-4rem;margin-right:-4rem}.large\:-mx-6{margin-left:-6.4rem;margin-right:-6.4rem}.large\:-mx-8{margin-left:-8rem;margin-right:-8rem}.large\:-mx-9{margin-left:-9.6rem;margin-right:-9.6rem}.large\:-mx-12{margin-left:-12rem;margin-right:-12rem}.large\:-mx-16{margin-left:-16rem;margin-right:-16rem}.large\:-mx-18{margin-left:-18rem;margin-right:-18rem}.large\:-mx-21{margin-left:-21rem;margin-right:-21rem}.large\:-mx-22{margin-left:-22rem;margin-right:-22rem}.large\:-mx-24{margin-left:-24rem;margin-right:-24rem}.large\:-my-px{margin-bottom:-1px;margin-top:-1px}.large\:-my-0{margin-bottom:0;margin-top:0}.large\:-my-1{margin-bottom:-1.6rem;margin-top:-1.6rem}.large\:-my-2{margin-bottom:-2.4rem;margin-top:-2.4rem}.large\:-my-3{margin-bottom:-3.6rem;margin-top:-3.6rem}.large\:-my-4{margin-bottom:-4rem;margin-top:-4rem}.large\:-my-6{margin-bottom:-6.4rem;margin-top:-6.4rem}.large\:-my-8{margin-bottom:-8rem;margin-top:-8rem}.large\:-my-9{margin-bottom:-9.6rem;margin-top:-9.6rem}.large\:-my-12{margin-bottom:-12rem;margin-top:-12rem}.large\:-my-16{margin-bottom:-16rem;margin-top:-16rem}.large\:-my-18{margin-bottom:-18rem;margin-top:-18rem}.large\:-my-21{margin-bottom:-21rem;margin-top:-21rem}.large\:-my-22{margin-bottom:-22rem;margin-top:-22rem}.large\:-my-24{margin-bottom:-24rem;margin-top:-24rem}.large\:-mt-px{margin-top:-1px}.large\:-mt-0{margin-top:0}.large\:-mt-1{margin-top:-1.6rem}.large\:-mt-2{margin-top:-2.4rem}.large\:-mt-3{margin-top:-3.6rem}.large\:-mt-4{margin-top:-4rem}.large\:-mt-6{margin-top:-6.4rem}.large\:-mt-8{margin-top:-8rem}.large\:-mt-9{margin-top:-9.6rem}.large\:-mt-12{margin-top:-12rem}.large\:-mt-16{margin-top:-16rem}.large\:-mt-18{margin-top:-18rem}.large\:-mt-21{margin-top:-21rem}.large\:-mt-22{margin-top:-22rem}.large\:-mt-24{margin-top:-24rem}.large\:-mr-px{margin-right:-1px}.large\:-mr-0{margin-right:0}.large\:-mr-1{margin-right:-1.6rem}.large\:-mr-2{margin-right:-2.4rem}.large\:-mr-3{margin-right:-3.6rem}.large\:-mr-4{margin-right:-4rem}.large\:-mr-6{margin-right:-6.4rem}.large\:-mr-8{margin-right:-8rem}.large\:-mr-9{margin-right:-9.6rem}.large\:-mr-12{margin-right:-12rem}.large\:-mr-16{margin-right:-16rem}.large\:-mr-18{margin-right:-18rem}.large\:-mr-21{margin-right:-21rem}.large\:-mr-22{margin-right:-22rem}.large\:-mr-24{margin-right:-24rem}.large\:-mb-px{margin-bottom:-1px}.large\:-mb-0{margin-bottom:0}.large\:-mb-1{margin-bottom:-1.6rem}.large\:-mb-2{margin-bottom:-2.4rem}.large\:-mb-3{margin-bottom:-3.6rem}.large\:-mb-4{margin-bottom:-4rem}.large\:-mb-6{margin-bottom:-6.4rem}.large\:-mb-8{margin-bottom:-8rem}.large\:-mb-9{margin-bottom:-9.6rem}.large\:-mb-12{margin-bottom:-12rem}.large\:-mb-16{margin-bottom:-16rem}.large\:-mb-18{margin-bottom:-18rem}.large\:-mb-21{margin-bottom:-21rem}.large\:-mb-22{margin-bottom:-22rem}.large\:-mb-24{margin-bottom:-24rem}.large\:-ml-px{margin-left:-1px}.large\:-ml-0{margin-left:0}.large\:-ml-1{margin-left:-1.6rem}.large\:-ml-2{margin-left:-2.4rem}.large\:-ml-3{margin-left:-3.6rem}.large\:-ml-4{margin-left:-4rem}.large\:-ml-6{margin-left:-6.4rem}.large\:-ml-8{margin-left:-8rem}.large\:-ml-9{margin-left:-9.6rem}.large\:-ml-12{margin-left:-12rem}.large\:-ml-16{margin-left:-16rem}.large\:-ml-18{margin-left:-18rem}.large\:-ml-21{margin-left:-21rem}.large\:-ml-22{margin-left:-22rem}.large\:-ml-24{margin-left:-24rem}}@media screen and (min-width:1280px){.wide\:p-px{padding:1px}.wide\:p-0{padding:0}.wide\:p-1{padding:1.6rem}.wide\:p-2{padding:2.4rem}.wide\:p-3{padding:3.6rem}.wide\:p-4{padding:4rem}.wide\:p-6{padding:6.4rem}.wide\:p-8{padding:8rem}.wide\:p-9{padding:9.6rem}.wide\:p-12{padding:12rem}.wide\:p-16{padding:16rem}.wide\:p-18{padding:18rem}.wide\:p-21{padding:21rem}.wide\:p-22{padding:22rem}.wide\:p-24{padding:24rem}.wide\:px-px{padding-left:1px;padding-right:1px}.wide\:px-0{padding-left:0;padding-right:0}.wide\:px-1{padding-left:1.6rem;padding-right:1.6rem}.wide\:px-2{padding-left:2.4rem;padding-right:2.4rem}.wide\:px-3{padding-left:3.6rem;padding-right:3.6rem}.wide\:px-4{padding-left:4rem;padding-right:4rem}.wide\:px-6{padding-left:6.4rem;padding-right:6.4rem}.wide\:px-8{padding-left:8rem;padding-right:8rem}.wide\:px-9{padding-left:9.6rem;padding-right:9.6rem}.wide\:px-12{padding-left:12rem;padding-right:12rem}.wide\:px-16{padding-left:16rem;padding-right:16rem}.wide\:px-18{padding-left:18rem;padding-right:18rem}.wide\:px-21{padding-left:21rem;padding-right:21rem}.wide\:px-22{padding-left:22rem;padding-right:22rem}.wide\:px-24{padding-left:24rem;padding-right:24rem}.wide\:py-px{padding-bottom:1px;padding-top:1px}.wide\:py-0{padding-bottom:0;padding-top:0}.wide\:py-1{padding-bottom:1.6rem;padding-top:1.6rem}.wide\:py-2{padding-bottom:2.4rem;padding-top:2.4rem}.wide\:py-3{padding-bottom:3.6rem;padding-top:3.6rem}.wide\:py-4{padding-bottom:4rem;padding-top:4rem}.wide\:py-6{padding-bottom:6.4rem;padding-top:6.4rem}.wide\:py-8{padding-bottom:8rem;padding-top:8rem}.wide\:py-9{padding-bottom:9.6rem;padding-top:9.6rem}.wide\:py-12{padding-bottom:12rem;padding-top:12rem}.wide\:py-16{padding-bottom:16rem;padding-top:16rem}.wide\:py-18{padding-bottom:18rem;padding-top:18rem}.wide\:py-21{padding-bottom:21rem;padding-top:21rem}.wide\:py-22{padding-bottom:22rem;padding-top:22rem}.wide\:py-24{padding-bottom:24rem;padding-top:24rem}.wide\:pt-px{padding-top:1px}.wide\:pt-0{padding-top:0}.wide\:pt-1{padding-top:1.6rem}.wide\:pt-2{padding-top:2.4rem}.wide\:pt-3{padding-top:3.6rem}.wide\:pt-4{padding-top:4rem}.wide\:pt-6{padding-top:6.4rem}.wide\:pt-8{padding-top:8rem}.wide\:pt-9{padding-top:9.6rem}.wide\:pt-12{padding-top:12rem}.wide\:pt-16{padding-top:16rem}.wide\:pt-18{padding-top:18rem}.wide\:pt-21{padding-top:21rem}.wide\:pt-22{padding-top:22rem}.wide\:pt-24{padding-top:24rem}.wide\:pr-px{padding-right:1px}.wide\:pr-0{padding-right:0}.wide\:pr-1{padding-right:1.6rem}.wide\:pr-2{padding-right:2.4rem}.wide\:pr-3{padding-right:3.6rem}.wide\:pr-4{padding-right:4rem}.wide\:pr-6{padding-right:6.4rem}.wide\:pr-8{padding-right:8rem}.wide\:pr-9{padding-right:9.6rem}.wide\:pr-12{padding-right:12rem}.wide\:pr-16{padding-right:16rem}.wide\:pr-18{padding-right:18rem}.wide\:pr-21{padding-right:21rem}.wide\:pr-22{padding-right:22rem}.wide\:pr-24{padding-right:24rem}.wide\:pb-px{padding-bottom:1px}.wide\:pb-0{padding-bottom:0}.wide\:pb-1{padding-bottom:1.6rem}.wide\:pb-2{padding-bottom:2.4rem}.wide\:pb-3{padding-bottom:3.6rem}.wide\:pb-4{padding-bottom:4rem}.wide\:pb-6{padding-bottom:6.4rem}.wide\:pb-8{padding-bottom:8rem}.wide\:pb-9{padding-bottom:9.6rem}.wide\:pb-12{padding-bottom:12rem}.wide\:pb-16{padding-bottom:16rem}.wide\:pb-18{padding-bottom:18rem}.wide\:pb-21{padding-bottom:21rem}.wide\:pb-22{padding-bottom:22rem}.wide\:pb-24{padding-bottom:24rem}.wide\:pl-px{padding-left:1px}.wide\:pl-0{padding-left:0}.wide\:pl-1{padding-left:1.6rem}.wide\:pl-2{padding-left:2.4rem}.wide\:pl-3{padding-left:3.6rem}.wide\:pl-4{padding-left:4rem}.wide\:pl-6{padding-left:6.4rem}.wide\:pl-8{padding-left:8rem}.wide\:pl-9{padding-left:9.6rem}.wide\:pl-12{padding-left:12rem}.wide\:pl-16{padding-left:16rem}.wide\:pl-18{padding-left:18rem}.wide\:pl-21{padding-left:21rem}.wide\:pl-22{padding-left:22rem}.wide\:pl-24{padding-left:24rem}.wide\:m-auto{margin:auto}.wide\:m-px{margin:1px}.wide\:m-0{margin:0}.wide\:m-1{margin:1.6rem}.wide\:m-2{margin:2.4rem}.wide\:m-3{margin:3.6rem}.wide\:m-4{margin:4rem}.wide\:m-6{margin:6.4rem}.wide\:m-8{margin:8rem}.wide\:m-9{margin:9.6rem}.wide\:m-12{margin:12rem}.wide\:m-16{margin:16rem}.wide\:m-18{margin:18rem}.wide\:m-21{margin:21rem}.wide\:m-22{margin:22rem}.wide\:m-24{margin:24rem}.wide\:mx-auto{margin-left:auto;margin-right:auto}.wide\:mx-px{margin-left:1px;margin-right:1px}.wide\:mx-0{margin-left:0;margin-right:0}.wide\:mx-1{margin-left:1.6rem;margin-right:1.6rem}.wide\:mx-2{margin-left:2.4rem;margin-right:2.4rem}.wide\:mx-3{margin-left:3.6rem;margin-right:3.6rem}.wide\:mx-4{margin-left:4rem;margin-right:4rem}.wide\:mx-6{margin-left:6.4rem;margin-right:6.4rem}.wide\:mx-8{margin-left:8rem;margin-right:8rem}.wide\:mx-9{margin-left:9.6rem;margin-right:9.6rem}.wide\:mx-12{margin-left:12rem;margin-right:12rem}.wide\:mx-16{margin-left:16rem;margin-right:16rem}.wide\:mx-18{margin-left:18rem;margin-right:18rem}.wide\:mx-21{margin-left:21rem;margin-right:21rem}.wide\:mx-22{margin-left:22rem;margin-right:22rem}.wide\:mx-24{margin-left:24rem;margin-right:24rem}.wide\:my-auto{margin-bottom:auto;margin-top:auto}.wide\:my-px{margin-bottom:1px;margin-top:1px}.wide\:my-0{margin-bottom:0;margin-top:0}.wide\:my-1{margin-bottom:1.6rem;margin-top:1.6rem}.wide\:my-2{margin-bottom:2.4rem;margin-top:2.4rem}.wide\:my-3{margin-bottom:3.6rem;margin-top:3.6rem}.wide\:my-4{margin-bottom:4rem;margin-top:4rem}.wide\:my-6{margin-bottom:6.4rem;margin-top:6.4rem}.wide\:my-8{margin-bottom:8rem;margin-top:8rem}.wide\:my-9{margin-bottom:9.6rem;margin-top:9.6rem}.wide\:my-12{margin-bottom:12rem;margin-top:12rem}.wide\:my-16{margin-bottom:16rem;margin-top:16rem}.wide\:my-18{margin-bottom:18rem;margin-top:18rem}.wide\:my-21{margin-bottom:21rem;margin-top:21rem}.wide\:my-22{margin-bottom:22rem;margin-top:22rem}.wide\:my-24{margin-bottom:24rem;margin-top:24rem}.wide\:mt-auto{margin-top:auto}.wide\:mt-px{margin-top:1px}.wide\:mt-0{margin-top:0}.wide\:mt-1{margin-top:1.6rem}.wide\:mt-2{margin-top:2.4rem}.wide\:mt-3{margin-top:3.6rem}.wide\:mt-4{margin-top:4rem}.wide\:mt-6{margin-top:6.4rem}.wide\:mt-8{margin-top:8rem}.wide\:mt-9{margin-top:9.6rem}.wide\:mt-12{margin-top:12rem}.wide\:mt-16{margin-top:16rem}.wide\:mt-18{margin-top:18rem}.wide\:mt-21{margin-top:21rem}.wide\:mt-22{margin-top:22rem}.wide\:mt-24{margin-top:24rem}.wide\:mr-auto{margin-right:auto}.wide\:mr-px{margin-right:1px}.wide\:mr-0{margin-right:0}.wide\:mr-1{margin-right:1.6rem}.wide\:mr-2{margin-right:2.4rem}.wide\:mr-3{margin-right:3.6rem}.wide\:mr-4{margin-right:4rem}.wide\:mr-6{margin-right:6.4rem}.wide\:mr-8{margin-right:8rem}.wide\:mr-9{margin-right:9.6rem}.wide\:mr-12{margin-right:12rem}.wide\:mr-16{margin-right:16rem}.wide\:mr-18{margin-right:18rem}.wide\:mr-21{margin-right:21rem}.wide\:mr-22{margin-right:22rem}.wide\:mr-24{margin-right:24rem}.wide\:mb-auto{margin-bottom:auto}.wide\:mb-px{margin-bottom:1px}.wide\:mb-0{margin-bottom:0}.wide\:mb-1{margin-bottom:1.6rem}.wide\:mb-2{margin-bottom:2.4rem}.wide\:mb-3{margin-bottom:3.6rem}.wide\:mb-4{margin-bottom:4rem}.wide\:mb-6{margin-bottom:6.4rem}.wide\:mb-8{margin-bottom:8rem}.wide\:mb-9{margin-bottom:9.6rem}.wide\:mb-12{margin-bottom:12rem}.wide\:mb-16{margin-bottom:16rem}.wide\:mb-18{margin-bottom:18rem}.wide\:mb-21{margin-bottom:21rem}.wide\:mb-22{margin-bottom:22rem}.wide\:mb-24{margin-bottom:24rem}.wide\:-ml-auto{margin-left:auto}.wide\:-ml-px{margin-left:1px}.wide\:-ml-1{margin-left:1.6rem}.wide\:-ml-2{margin-left:2.4rem}.wide\:-ml-3{margin-left:3.6rem}.wide\:-ml-4{margin-left:4rem}.wide\:-ml-6{margin-left:6.4rem}.wide\:-ml-8{margin-left:8rem}.wide\:-ml-9{margin-left:9.6rem}.wide\:-ml-12{margin-left:12rem}.wide\:-ml-16{margin-left:16rem}.wide\:-ml-18{margin-left:18rem}.wide\:-ml-21{margin-left:21rem}.wide\:-ml-22{margin-left:22rem}.wide\:-ml-24{margin-left:24rem}.wide\:-m-px{margin:-1px}.wide\:-m-0{margin:0}.wide\:-m-1{margin:-1.6rem}.wide\:-m-2{margin:-2.4rem}.wide\:-m-3{margin:-3.6rem}.wide\:-m-4{margin:-4rem}.wide\:-m-6{margin:-6.4rem}.wide\:-m-8{margin:-8rem}.wide\:-m-9{margin:-9.6rem}.wide\:-m-12{margin:-12rem}.wide\:-m-16{margin:-16rem}.wide\:-m-18{margin:-18rem}.wide\:-m-21{margin:-21rem}.wide\:-m-22{margin:-22rem}.wide\:-m-24{margin:-24rem}.wide\:-mx-px{margin-left:-1px;margin-right:-1px}.wide\:-mx-0{margin-left:0;margin-right:0}.wide\:-mx-1{margin-left:-1.6rem;margin-right:-1.6rem}.wide\:-mx-2{margin-left:-2.4rem;margin-right:-2.4rem}.wide\:-mx-3{margin-left:-3.6rem;margin-right:-3.6rem}.wide\:-mx-4{margin-left:-4rem;margin-right:-4rem}.wide\:-mx-6{margin-left:-6.4rem;margin-right:-6.4rem}.wide\:-mx-8{margin-left:-8rem;margin-right:-8rem}.wide\:-mx-9{margin-left:-9.6rem;margin-right:-9.6rem}.wide\:-mx-12{margin-left:-12rem;margin-right:-12rem}.wide\:-mx-16{margin-left:-16rem;margin-right:-16rem}.wide\:-mx-18{margin-left:-18rem;margin-right:-18rem}.wide\:-mx-21{margin-left:-21rem;margin-right:-21rem}.wide\:-mx-22{margin-left:-22rem;margin-right:-22rem}.wide\:-mx-24{margin-left:-24rem;margin-right:-24rem}.wide\:-my-px{margin-bottom:-1px;margin-top:-1px}.wide\:-my-0{margin-bottom:0;margin-top:0}.wide\:-my-1{margin-bottom:-1.6rem;margin-top:-1.6rem}.wide\:-my-2{margin-bottom:-2.4rem;margin-top:-2.4rem}.wide\:-my-3{margin-bottom:-3.6rem;margin-top:-3.6rem}.wide\:-my-4{margin-bottom:-4rem;margin-top:-4rem}.wide\:-my-6{margin-bottom:-6.4rem;margin-top:-6.4rem}.wide\:-my-8{margin-bottom:-8rem;margin-top:-8rem}.wide\:-my-9{margin-bottom:-9.6rem;margin-top:-9.6rem}.wide\:-my-12{margin-bottom:-12rem;margin-top:-12rem}.wide\:-my-16{margin-bottom:-16rem;margin-top:-16rem}.wide\:-my-18{margin-bottom:-18rem;margin-top:-18rem}.wide\:-my-21{margin-bottom:-21rem;margin-top:-21rem}.wide\:-my-22{margin-bottom:-22rem;margin-top:-22rem}.wide\:-my-24{margin-bottom:-24rem;margin-top:-24rem}.wide\:-mt-px{margin-top:-1px}.wide\:-mt-0{margin-top:0}.wide\:-mt-1{margin-top:-1.6rem}.wide\:-mt-2{margin-top:-2.4rem}.wide\:-mt-3{margin-top:-3.6rem}.wide\:-mt-4{margin-top:-4rem}.wide\:-mt-6{margin-top:-6.4rem}.wide\:-mt-8{margin-top:-8rem}.wide\:-mt-9{margin-top:-9.6rem}.wide\:-mt-12{margin-top:-12rem}.wide\:-mt-16{margin-top:-16rem}.wide\:-mt-18{margin-top:-18rem}.wide\:-mt-21{margin-top:-21rem}.wide\:-mt-22{margin-top:-22rem}.wide\:-mt-24{margin-top:-24rem}.wide\:-mr-px{margin-right:-1px}.wide\:-mr-0{margin-right:0}.wide\:-mr-1{margin-right:-1.6rem}.wide\:-mr-2{margin-right:-2.4rem}.wide\:-mr-3{margin-right:-3.6rem}.wide\:-mr-4{margin-right:-4rem}.wide\:-mr-6{margin-right:-6.4rem}.wide\:-mr-8{margin-right:-8rem}.wide\:-mr-9{margin-right:-9.6rem}.wide\:-mr-12{margin-right:-12rem}.wide\:-mr-16{margin-right:-16rem}.wide\:-mr-18{margin-right:-18rem}.wide\:-mr-21{margin-right:-21rem}.wide\:-mr-22{margin-right:-22rem}.wide\:-mr-24{margin-right:-24rem}.wide\:-mb-px{margin-bottom:-1px}.wide\:-mb-0{margin-bottom:0}.wide\:-mb-1{margin-bottom:-1.6rem}.wide\:-mb-2{margin-bottom:-2.4rem}.wide\:-mb-3{margin-bottom:-3.6rem}.wide\:-mb-4{margin-bottom:-4rem}.wide\:-mb-6{margin-bottom:-6.4rem}.wide\:-mb-8{margin-bottom:-8rem}.wide\:-mb-9{margin-bottom:-9.6rem}.wide\:-mb-12{margin-bottom:-12rem}.wide\:-mb-16{margin-bottom:-16rem}.wide\:-mb-18{margin-bottom:-18rem}.wide\:-mb-21{margin-bottom:-21rem}.wide\:-mb-22{margin-bottom:-22rem}.wide\:-mb-24{margin-bottom:-24rem}.wide\:-ml-px{margin-left:-1px}.wide\:-ml-0{margin-left:0}.wide\:-ml-1{margin-left:-1.6rem}.wide\:-ml-2{margin-left:-2.4rem}.wide\:-ml-3{margin-left:-3.6rem}.wide\:-ml-4{margin-left:-4rem}.wide\:-ml-6{margin-left:-6.4rem}.wide\:-ml-8{margin-left:-8rem}.wide\:-ml-9{margin-left:-9.6rem}.wide\:-ml-12{margin-left:-12rem}.wide\:-ml-16{margin-left:-16rem}.wide\:-ml-18{margin-left:-18rem}.wide\:-ml-21{margin-left:-21rem}.wide\:-ml-22{margin-left:-22rem}.wide\:-ml-24{margin-left:-24rem}}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.inline-grid{display:inline-grid}.hidden{display:none}@media screen and (min-width:640px){.small\:block{display:block}.small\:inline-block{display:inline-block}.small\:inline{display:inline}.small\:flex{display:flex}.small\:inline-flex{display:inline-flex}.small\:grid{display:grid}.small\:inline-grid{display:inline-grid}.small\:hidden{display:none}}@media screen and (min-width:768px){.medium\:block{display:block}.medium\:inline-block{display:inline-block}.medium\:inline{display:inline}.medium\:flex{display:flex}.medium\:inline-flex{display:inline-flex}.medium\:grid{display:grid}.medium\:inline-grid{display:inline-grid}.medium\:hidden{display:none}}@media screen and (min-width:1024px){.large\:block{display:block}.large\:inline-block{display:inline-block}.large\:inline{display:inline}.large\:flex{display:flex}.large\:inline-flex{display:inline-flex}.large\:grid{display:grid}.large\:inline-grid{display:inline-grid}.large\:hidden{display:none}}@media screen and (min-width:1280px){.wide\:block{display:block}.wide\:inline-block{display:inline-block}.wide\:inline{display:inline}.wide\:flex{display:flex}.wide\:inline-flex{display:inline-flex}.wide\:grid{display:grid}.wide\:inline-grid{display:inline-grid}.wide\:hidden{display:none}}@keyframes expand{1%{opacity:0}5%{opacity:1}95%{opacity:1}to{opacity:0}}body{display:flex;flex-direction:column;min-height:100vh}.wrapper{margin:0 auto;max-width:128rem;padding-left:1.6rem;padding-right:1.6rem;width:100%}@media only screen and (min-width:90em){.wrapper{padding:0}}.wrapper--narrow{max-width:106.3rem}.wrapper--narrower{max-width:95.7rem}.main{display:flex;flex-direction:column;flex-grow:1}.content{flex:4 1 0%}.header{background:transparent;padding:2.4rem 0;position:fixed;transition:all .4s ease-in-out;width:100%;z-index:5}@media only screen and (min-width:80em){.header{padding:3.6rem 0}}.header--yellow{background:#f8dd74}.header--yellow .nav>.menu>.menu__item>.menu__link{color:#3a8075}.header--yellow .hamburger>.line{background-color:#3a8075}.header .wrapper{align-items:center;display:flex;justify-content:space-between}.header a.logo{align-content:center;display:flex;flex-direction:column;z-index:5}.header a.logo svg{height:auto;width:21rem}@media only screen and (min-width:64em){.header a.logo svg{width:24rem}}.header a.logo svg path{fill:#3a8075}.header .hamburger{background:none;border:none;cursor:pointer;z-index:3}@media only screen and (min-width:64em){.header .hamburger{display:none}}.header .hamburger--active .line{background-color:#3a8075;transition-delay:.2s}.header .hamburger--active .line:first-child{transform:translateY(12px) rotate(45deg)}.header .hamburger--active .line:nth-child(2){opacity:0}.header .hamburger--active .line:nth-child(3){transform:translateY(-12px) rotate(-45deg)}.header .line{background-color:#fff;display:block;height:.4rem;margin:.8rem auto;transition:all .4s ease-in-out;width:4rem}.header .line:first-child{margin-top:0}.header .line:nth-child(3){margin-bottom:0}.header .nav{display:flex;position:fixed}@media only screen and (min-width:64em){.header .nav{background:none;display:block;height:unset;justify-content:unset;left:unset;position:static;top:unset;width:auto}}.header .nav .menu{background:#f8dd74;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;text-align:center;top:0;visibility:hidden;width:100vw}@media only screen and (min-width:64em){.header .nav .menu{all:unset}}.header .nav .menu__item{display:block;font-size:2.8rem;letter-spacing:.05em;line-height:1.2;padding:2.4rem 0;text-align:center}@media only screen and (min-width:64em){.header .nav .menu__item{display:inline-block;font-family:titillium-semibold;font-size:4.8rem;font-size:1.8rem;line-height:2.4rem;padding:0 4rem 0 0}}@media only screen and (min-width:64em)and (min-width:64em){.header .nav .menu__item{font-size:2rem;line-height:3rem}}@media only screen and (min-width:64em){.header .nav .menu__item:last-child{padding-right:0}}.header .nav .menu__link{color:#fff;display:block;text-decoration:none}.header .hide{visibility:visible!important}.header .hide .menu__item a{color:#3a8075}@media only screen and (min-width:64em){.header .hide{all:unset}}.footer{background-color:#f8dd74;color:#3a8075}.footer .container{display:flex;flex-direction:column}@media only screen and (min-width:64em){.footer .container{grid-column-gap:2.4rem;-moz-column-gap:2.4rem;column-gap:2.4rem;display:grid;grid-template-columns:repeat(12,1fr)}}.footer .container__col{margin-bottom:6.4rem}@media only screen and (min-width:64em){.footer .container__col{margin-bottom:0}}.footer .container__col:first-child{display:flex;flex-direction:column;grid-column:1/5}@media only screen and (min-width:64em){.footer .container__col:first-child{margin-top:.8rem}}.footer .container__col:first-child p{max-width:41.2rem}.footer .container__col:nth-child(2){flex-direction:column;grid-column:6/10}.footer .container__col:nth-child(2) .list{grid-gap:1.6rem;display:grid;gap:1.6rem;grid-template-columns:1fr 1fr}.footer .container__col:nth-child(2) .list__item:first-of-type path{fill:#3a8075;stroke:#3a8075}.footer .container__col:nth-child(2) .list__item svg{width:100%}@media only screen and (min-width:64em){.footer .container__col:nth-child(2) .list__item svg{width:18rem}}.footer .container__col:nth-child(2) .list__item:last-of-type{justify-self:center}.footer .container__col:nth-child(2) .list__item:last-of-type svg{width:8rem}.footer .container__col:nth-child(3){grid-column:11/13}.footer .container__col:nth-child(3) li+li{margin-top:0}.footer .container__col:nth-child(3) a{color:#3a8075}.footer .container__col:nth-child(3) .list__item{align-items:flex-start;display:flex;margin-right:1.6rem}.footer .logo{display:block;margin-bottom:1.6rem}.footer .logo svg{width:24.5rem}@media only screen and (min-width:64em){.footer .logo svg{width:100%}}.footer .logo svg path{fill:#3a8075}.footer .list{display:flex}.footer .list__item a{color:#fff}.footer .list__item a svg{width:3.6rem}.footer .list__item a svg path{fill:#3a8075}.button,.menu-desktop{display:flex}.button{color:#f8dd74;font-size:2.4rem;line-height:1.1;margin-bottom:4rem;text-transform:uppercase}@media only screen and (min-width:64em){.button{font-size:4.8rem;margin-bottom:0}}.button a{color:#f8dd74;display:block}.button i{padding-right:6.4rem;width:2.4rem}@media only screen and (min-width:64em){.button i{padding-right:8rem;width:4.8rem}}.button i>svg{width:2.4rem}@media only screen and (min-width:64em){.button i>svg{width:4.8rem}}.button i>svg path{fill:#f8dd74}.button--outline,.button--small{color:#f8dd74;font-size:2.4rem;line-height:1.1}.button--outline{border:3px solid #f8dd74;padding:1.6rem 0;text-align:center;width:100%}.upcoming__title{text-align:right}.upcoming .list__item{margin-bottom:8rem}@media only screen and (min-width:64em){.upcoming .list__item{margin-bottom:18rem}}.upcoming .list__item:last-of-type{margin-bottom:0}.upcoming .list__item a{color:#fff}.upcoming .list__item a .article{display:flex;flex-direction:column}@media only screen and (min-width:64em){.upcoming .list__item a .article{display:grid;grid-template-columns:1fr}}@media only screen and (min-width:64em)and (min-width:80em){.upcoming .list__item a .article{grid-column-gap:2.4rem;-moz-column-gap:2.4rem;column-gap:2.4rem;grid-template-columns:repeat(12,1fr)}}@media only screen and (min-width:64em){.upcoming .list__item a .article__column:first-of-type{grid-column:5/11;grid-row:1}}.upcoming .list__item a .article__column:last-of-type{z-index:1}@media only screen and (min-width:64em){.upcoming .list__item a .article__column:last-of-type{display:flex;flex-direction:column;grid-column:1/9;grid-row:1;justify-content:center}}.upcoming .list__item a .article__image{position:relative}.upcoming .list__item a .article__image img{filter:grayscale(100%) contrast(1);mix-blend-mode:multiply;-o-object-fit:cover;object-fit:cover;transition:all .8s ease-in-out}.upcoming .list__item a .article__icon{width:4.8rem}@media only screen and (min-width:64em){.upcoming .list__item a .article__icon{margin-left:49.4565217391%}}.upcoming .list__item a .article__icon svg{width:4.8rem}.upcoming .list__item a .article__meta{color:#f8dd74;z-index:1}@media only screen and (min-width:64em){.upcoming .list__item a .article__meta{grid-column:1/9;grid-row:2}}.upcoming .list__item a:hover .article__image img{filter:unset;mix-blend-mode:normal}.upcoming .list__item:nth-of-type(2n) .article{text-align:right}@media only screen and (min-width:64em){.upcoming .list__item:nth-of-type(2n) .article__column:first-of-type{grid-column:3/9}.upcoming .list__item:nth-of-type(2n) .article__column:last-of-type{grid-column:5/13}}.upcoming .list__item:nth-of-type(2n) .article__icon{margin-left:43.4456928839%}.upcoming .list__item:nth-of-type(2n) .article__icon svg{transform:rotate(180deg)}.latest .list__item{border-bottom:.2rem solid #fff;padding:4rem 0}@media only screen and (min-width:64em){.latest .list__item{padding:8rem 0}}.latest .list__item:first-of-type{padding-top:0}.latest a{color:#fff}.latest a .article{background-color:transparent;display:flex;flex-direction:column}@media only screen and (min-width:64em){.latest a .article{flex-direction:row;justify-content:space-between}.latest a .article__column:first-of-type{max-width:83.1775700935%}}.latest a .article__column:last-of-type{align-items:flex-end;display:flex;flex-direction:column}@media only screen and (min-width:64em){.latest a .article__column:last-of-type{justify-content:center}}.latest a .article__meta{color:#f8dd74}.latest a .article__icon,.latest a .article__icon svg{width:4.8rem}.latest a .article__type{margin-bottom:.24rem}.latest .more{display:flex;flex-direction:column}.latest .more a{color:#f8dd74}@media only screen and (min-width:64em){.latest .more{flex-direction:row;justify-content:space-between}}.latest .pagination{align-items:center;display:flex;justify-content:space-between}@media only screen and (min-width:64em){.latest .pagination{grid-column-gap:3.6rem;-moz-column-gap:3.6rem;column-gap:3.6rem;justify-content:flex-end}}.latest .pagination__next,.latest .pagination__prev{height:4.8rem;width:4.8rem}.latest .pagination__next svg,.latest .pagination__prev svg{fill:#fff;width:4.8rem}.latest .pagination__prev{transform:rotate(180deg)}.latest .pagination .active{color:#f8dd74}.social__title{text-align:right}.social .list{grid-row-gap:4rem;display:grid;grid-template-columns:1fr;row-gap:4rem}@media only screen and (min-width:64em){.social .list{grid-row-gap:8rem;grid-template-columns:1fr 1fr;row-gap:8rem}}.social .list__item a{align-items:center;color:#fff;display:flex}.social .list__item a svg{margin-right:3.6rem;width:4rem}@media only screen and (min-width:64em){.social .list__item a svg{width:6.4rem}}.social .list__item a svg path{fill:#fff}.banner{grid-row-gap:2.4rem;display:grid;grid-template-columns:1fr;row-gap:2.4rem}@media only screen and (min-width:80em){.banner{grid-row-gap:1.6rem;display:grid;grid-template-columns:1fr;row-gap:1.6rem}}@media only screen and (min-width:80em)and (min-width:80em){.banner{grid-column-gap:2.4rem;-moz-column-gap:2.4rem;column-gap:2.4rem;grid-template-columns:repeat(12,1fr)}}.banner__image{grid-row:3;position:relative}.banner__image img{filter:grayscale(100%) contrast(1);mix-blend-mode:multiply;-o-object-fit:cover;object-fit:cover;transition:all .8s ease-in-out}@media only screen and (min-width:80em){.banner__image{grid-column:1/10;grid-row:1/7}}.banner__nav{grid-row:2;justify-self:flex-end}@media only screen and (min-width:80em){.banner__nav{grid-column:1/13;grid-row:1}}.banner__title{display:flex;flex-direction:column;grid-row:1;text-align:right;z-index:1}@media only screen and (min-width:80em){.banner__title{grid-column:1/12;grid-row:2/3}}.banner__title .list__item{margin-bottom:1rem}.banner__title .list__item:last-child{margin-bottom:0}.banner__player{grid-column-gap:1.6rem;align-items:center;-moz-column-gap:1.6rem;column-gap:1.6rem;display:grid;grid-template-columns:4rem auto;z-index:0}@media only screen and (min-width:80em){.banner__player{grid-column:8/13;grid-row:4/5}}.banner__player .waveControls{background:transparent;border:none;cursor:pointer;z-index:1}.banner__player .waveControls polygon{fill:#fff}.banner__text{grid-row:4}@media only screen and (min-width:80em){.banner__text{grid-column:8/13;grid-row:6/7;z-index:0}}.banner__info{grid-row:4}@media only screen and (min-width:80em){.banner__info{align-self:end;grid-column:10/13;grid-row:5/7;z-index:1}}.banner__info .list{grid-row-gap:1.6rem;display:grid;grid-template-columns:auto auto;row-gap:1.6rem}@media only screen and (min-width:80em){.banner__info .list{display:flex;flex-direction:column}}.banner__info .list__item{align-items:center;display:flex}.banner__info .list__item .icon{height:2.4rem;margin-right:1.6rem;width:2.4rem}@media only screen and (min-width:80em){.banner__info .list__item .icon{margin-right:2.4rem}}.banner__info .list__item .icon svg{height:100%;max-height:2.4rem;max-width:2.4rem;width:100%}.banner__info .list__item a{color:#fff}.banner__info .list__item+.ticket{grid-column:1/3;margin-top:1.6rem}.banner__info .list__item+.ticket a{color:#f8dd74}.icon path{fill:#fff}.nav-prevnext{grid-column-gap:1.6rem;align-items:center;-moz-column-gap:1.6rem;column-gap:1.6rem;display:flex;height:4.8rem;justify-content:end;width:11.2rem}.nav-prevnext a{height:4.8rem}.nav-prevnext a svg{width:4.8rem}.nav-prevnext a.prev{transform:rotate(180deg)}.masonry__sizer{width:calc(50% - 1.6rem)}@media only screen and (min-width:80em){.masonry__sizer{width:calc(33.333% - 2.4rem)}}.masonry__gutter{width:1.6rem}@media only screen and (min-width:80em){.masonry__gutter{width:2.4rem}}.masonry__item{margin-bottom:1.6rem;width:calc(50% - 1.6rem)}@media only screen and (min-width:80em){.masonry__item{margin-bottom:2.4rem;width:calc(33.333% - 2.4rem)}}.notification{align-items:center;bottom:15rem;display:none;justify-content:center;position:fixed;right:1rem;z-index:9}@media only screen and (min-width:64em){.notification--active{display:flex}}.notification__wrapper{align-items:center;animation:expand 7.35s ease-out .25s forwards;background:#f8dd74;color:#3a8075;display:flex;justify-content:center;opacity:0;overflow:hidden;padding:1rem}.notification__text{align-items:center;display:flex;padding:0 1rem}.block__type-heading h2{margin-bottom:1.6rem}.block__type-heading h3,.block__type-heading h4,.block__type-heading h5,.block__type-heading h6{margin-bottom:.8rem}.block__type-text{margin-bottom:2.4rem}.home .hero h1 svg{height:auto;width:24.5rem}@media only screen and (min-width:64em){.home .hero h1 svg{width:62.9rem}}.home .hero__claim{color:#fff}.home .hero__claim span{color:#f8dd74}@media only screen and (min-width:64em){.events__meta{max-width:75%}}.podcast .episode{grid-row-gap:2.4rem;display:grid;grid-template-columns:1fr;row-gap:2.4rem}@media only screen and (min-width:80em){.podcast .episode{grid-column-gap:2.4rem;-moz-column-gap:2.4rem;column-gap:2.4rem;grid-template-columns:repeat(12,1fr)}}@media only screen and (min-width:64em){.podcast .episode{grid-row-gap:8rem;row-gap:8rem}}@media only screen and (min-width:80em){.podcast .episode__title{grid-column:1/13}}.podcast .audioPlayer .shk-bar-handle,.podcast .audioPlayer .shk-bar_played{background:#f8dd74}.podcast .tracklist{grid-row-gap:2.4rem;display:grid;grid-template-columns:1fr;row-gap:2.4rem}@media only screen and (min-width:80em){.podcast .tracklist{grid-column-gap:2.4rem;-moz-column-gap:2.4rem;column-gap:2.4rem;grid-template-columns:repeat(12,1fr)}}@media only screen and (min-width:64em){.podcast .tracklist{grid-row-gap:8rem;row-gap:8rem}}.podcast .tracklist__title{grid-column:1/13;grid-row:1;text-align:left}.podcast .tracklist__video{grid-row:2}@media only screen and (min-width:80em){.podcast .tracklist__video{grid-column:1/8}}.event .event-upcoming .artists .list__item{margin-bottom:8rem}@media only screen and (min-width:80em){.event .event-upcoming .artists .list__item{margin-bottom:18rem}}.event .event-upcoming .artists .list__item:last-of-type{margin-bottom:0}.event .event-upcoming .artists .list__item:nth-of-type(2n){margin-left:auto}.event .event-upcoming .artists .list__item:nth-of-type(2n) .artist{display:flex;flex-direction:column;text-align:right}.event .event-upcoming .artists .list__item:nth-of-type(2n) .artist__title{align-self:flex-end}.event .event-upcoming .artists .list .artist__title{grid-column-gap:1.6rem;-moz-column-gap:1.6rem;column-gap:1.6rem;display:flex}.event .event-upcoming .artists .list .artist__title svg{width:2.4rem}.event .event-past{display:flex;flex-direction:column}@media only screen and (min-width:80em){.event .event-past{display:grid;grid-template-columns:1fr;grid-template-rows:auto}}@media only screen and (min-width:80em)and (min-width:80em){.event .event-past{grid-column-gap:2.4rem;-moz-column-gap:2.4rem;column-gap:2.4rem;grid-template-columns:repeat(12,1fr)}}.event .event-past__title{grid-column:1/13;grid-row:1}.event .event-past__nav{grid-column:10/13;grid-row:1;justify-self:end;margin-bottom:2.4rem;margin-left:auto}@media only screen and (min-width:80em){.event .event-past__nav{margin:0}}.event .event-past__date{grid-column:1/13;grid-row:2}.event .event-past__video{grid-column:1/8;grid-row:3;padding-bottom:1.6rem}.event .event-past__text{grid-column:9/13;grid-row:3/5}.event .event-past__text-empty{grid-column:1/13;grid-row:3/5}.event .event-past__gallery{grid-column:1/13;grid-row:5}