@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--blue:#47b1f3;--yellow:#fffa81;--orange:#de654c;--grey:#707070;--pink:#eb7fc8;--white:#fff2f2;--red:#ed2f2f;--purple:#c941f2;--green:#22cc71;--red:#f24141;--gray:#e4e4e4;--text-grey:#5c5c5c}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.icon-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr);margin:0 -3vw -3vw}.icon-grid-item{align-items:center;border:0;display:flex;flex-direction:column;margin:-10px;padding:10px}.share__menu{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background-color:hsla(0,0%,100%,.574);border-radius:5vh;box-shadow:0 10px 20px #0003;height:40%;padding:3rem;position:fixed;top:10vh;width:80%}@media (min-width:1200px){.share__menu{width:40%}.icon-grid-item{border:0;margin:-10px;padding:1.5vh}.icon-grid{grid-template-columns:repeat(5,1fr);margin:0 3vw 3vw}.share_icon{color:var(--white);margin-right:2vw}}@media (min-width:769px) and (max-width:1199px){.share__menu{width:40%}.icon-grid-item{border:0;margin:-10px;padding:1.5vh}.icon-grid{grid-template-columns:repeat(5,1fr);margin-top:0}.share_icon{color:var(--white);margin-right:2vw}}.menu__close{left:1.5rem;position:absolute;top:1rem}.menu_wrapper{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background-color:hsla(0,0%,100%,.556);border-radius:5vh;box-shadow:0 10px 20px #0003;padding:2rem;position:fixed;right:100%;top:10vh;transition:right .4s;width:80%}.menu_text{display:block;font-family:Futura,sans-serif;font-size:3vh;font-weight:700;margin-top:1vh;text-align:center}.menu_link{color:var(--blue);margin-bottom:2vh;text-decoration:none}.menu_link:hover{color:var(--yellow);cursor:pointer}*{box-sizing:border-box;margin:0;padding:0}:root{--header-height:3.5rem;--z-tooltip:10;--z-fixed:100}body{background-color:var(--body-color);color:var(--text-color);font-family:Futura,sans-serif}ul{list-style:none}.header{background-color:initial;left:0;padding:1rem;position:fixed;top:0;width:100%;z-index:1000}.blue-background{background-color:var(--blue)}.nav-menu{align-items:center;display:flex;height:3.5rem;height:var(--header-height);justify-content:space-between;margin:1rem;position:relative}.nav__close,.nav__toggle{color:var(--title-color);cursor:pointer;font-size:1.5rem}.nav__toggle{cursor:pointer}.nav__list{display:flex;flex-direction:column;gap:1rem;margin-left:38%}.nav__link{color:var(--gray);font-family:Futura,sans-serif;font-weight:700;transition:color .4s}.nav__link:hover{color:var(--yellow)}.nav__close{position:absolute;right:1.5rem;top:1rem}.mobile-nav ul{display:flex;justify-content:space-between;list-style:none;margin:0;padding:0}.mobile-navbar li{display:inline-block;margin-right:20px}.mobile-navbar li:last-child{margin-right:0}.navbar-right{float:right}.navbar-center{margin:0 auto;width:25%}.navbar ul{color:var(--white);display:flex;font-family:Futura,sans-serif;font-size:1.5vw;font-weight:700;justify-content:space-between;list-style:none;margin:2vh 2vw 0 0;padding:0}.navbar li:first-child{margin-right:auto;padding-left:2vw}.navbar li:not(:first-child){margin-left:2vw}.navbar-item{color:var(--white);font-family:Futura,sans-serif;font-size:1.5vw;font-weight:700;text-decoration:none}.navbar-item:hover{color:var(--yellow);cursor:pointer}.nav-panel{position:fixed;right:2%;top:50%;transform:translateY(-50%);transition:opacity .5s,transform .5s cubic-bezier(.57,1.2,.68,2.6);will-change:transform,opacity;z-index:1000}.nav-panel ul{list-style-type:none}.nav-btn{cursor:pointer;height:1em;margin-bottom:.5em;overflow:hidden;position:relative;width:1em}.circle{background:var(--blue);border:3px solid var(--white);border-radius:50%;cursor:pointer}.circle,.circle-blank{height:1.5vw;margin-top:1vh;width:1.5vw}.circle-blank{border:2px dotted var(--grey);border-radius:50%;cursor:default}.square{background:var(--white);border-radius:20%;cursor:pointer;height:1.5vw;margin-top:1vh;transform:rotate(45deg);width:1.5vw}.intro-color{background:var(--pink)}.ep1-color{background:var(--orange)}.ep2-color{background:var(--purple)}@media (max-width:767px){.circle{border:1px solid var(--white);border-radius:50%;cursor:pointer}.circle,.circle-blank{height:3vw;margin-top:1vh;width:3vw}.circle-blank{border:1px dotted var(--grey);border-radius:50%;cursor:default}.square{background:var(--white);border-radius:20%;cursor:pointer;height:3vw;margin-top:1vh;transform:rotate(45deg);width:3vw}}body,html{background-color:var(--blue);font-family:Futura,sans-serif;margin:0}.scroll-snap{height:100vh;overflow-x:hidden;overflow-y:auto;scroll-snap-type:y mandatory}.scroll-snap::-webkit-scrollbar{display:none}.parent{grid-gap:0 0;display:grid;gap:0 0;grid-template-areas:"topDiv topDiv topDiv" "middleDiv middleDiv middleDiv" "bottomDiv bottomDiv bottomDiv";grid-template-columns:.9fr 1.1fr 1fr;grid-template-rows:1fr 1fr 1fr}.top-div{grid-area:topDiv;width:fit-content}.middle-div{grid-area:middleDiv;padding-top:12%}.bottom-div{grid-area:bottomDiv}.crab{left:5vw;top:-35vh;width:calc(max(25vw, 25vh))}.crab,.play-trigger{position:absolute;z-index:10}.play-trigger{background-repeat:no-repeat;background-size:cover;border-radius:2vw;cursor:pointer;height:100%!important;left:0;top:0;width:100%!important}.text-width-center{padding-left:10%;padding-right:10%;text-align:center}.text-width-left{padding-left:10%;padding-right:10%;text-align:left}.text-italic{font-style:italic}.text-yellow{color:var(--yellow)}.chapter-number-text{color:var(--white);font-family:Futura,sans-serif;font-optical-sizing:auto;font-size:calc(32px + 1vw);font-style:normal;font-weight:400}.chapter-title-text{color:var(--yellow);font-size:calc(24px + 1vh);margin-top:-2vh}.chapter-subtext{font-weight:300}.chapter-subtext,.next-number-text{color:var(--white);font-family:Futura,sans-serif}.next-number-text{font-optical-sizing:auto;font-size:calc(32px + 1vw);font-style:normal;padding:calc(20px + 1vw)}.next-title-text{color:var(--yellow);font-size:calc(56px + 1vw);font-style:Bold;margin-top:-4vh}.next-release-text{color:var(--white);font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-size:calc(16px + 1vw);font-style:normal;font-weight:400;padding:calc(25px + 1vw)}.home-title-text{color:var(--yellow);font-family:Futura,sans-serif;font-weight:700}.home-subtext{color:var(--white);font-family:Futura,sans-serif;font-weight:400}.button{background-color:initial;border:2px solid var(--yellow);border-radius:40px;box-sizing:border-box;color:var(--yellow);cursor:pointer;display:inline-block;font-family:Montserrat,sans-serif;font-size:20px;font-weight:400;line-height:20px;margin:10px;outline:none;padding:10px 30px;position:relative;text-align:center;touch-action:manipulation;user-select:none;-webkit-user-select:none}.button:hover{background-color:var(--yellow);border-color:var(--yellow);color:var(--blue);transform:scale(.96)}.button:disabled{border-color:#ddd;color:#ddd;cursor:not-allowed;opacity:1}.chapters-wrapper{display:flex;height:100vh;justify-content:center;position:flexible;scroll-snap-align:start;width:100%}.chapter-0{background-color:var(--pink);z-index:5}.chapter-0,.upNextBlock{align-items:center;border-radius:50px;box-sizing:border-box;height:100vh;justify-content:center;width:80%}.chapter-1{background-color:var(--orange);z-index:3}.chapter-2{background-color:var(--purple);z-index:3}.credit{align-items:center;background-color:var(--blue);border-radius:30px;box-sizing:border-box;cursor:pointer;height:100vh;justify-content:center;width:100%;z-index:3}.credit-title{font-weight:300}.credit-detail,.credit-title{color:var(--white);font-family:Montserrat,sans-serif}.credit-detail{font-weight:600}.about-subtext{font-weight:400;margin-left:10vw;margin-right:10vw;text-align:justify}iframe{border-radius:2vw}.video-container-mux{align-items:center;display:flex;justify-content:center;margin:auto}.video-container-mux mux-player{--seek-backward-button:none;--seek-forward-button:none;border-radius:2vw;overflow:hidden}.video-container-mux mux-player::part(center play button){background-color:#ffffff4d;border:2px solid var(--yellow);border-radius:50%}@media (min-width:1200px){.chapter-number-text{font-size:3vw;padding:10vh}.chapter-title-text{font-size:4vw;margin-top:-10vh}.chapter-subtext{color:var(--white);font-size:1.5rem;font-weight:300}.next-number-text{font-size:3vw;padding:calc(20px + 1vw)}.next-title-text{font-size:5vw;margin-top:-4vh}.next-release-text{font-size:calc(16px + 1vw);margin-bottom:-3vh}.button{border:.3vh solid var(--yellow);border-radius:50px;font-size:3vh;margin:1vh;min-width:30vh;padding:2vh}.home-title-text{font-size:8vw;margin-top:15%}.home-subtext{font-size:calc(16px + 1vw);font-weight:600}.subtext-light{font-Size:.6em;font-weight:300;margin-left:10vw;margin-right:10vw;text-align:center}.chapter-0,.upNextBlock{border-radius:50px;width:80%}.upNextBlock{height:100vh}.credit-detail,.credit-title{font-size:2vw}.chapter-1 .chapter-title-text,.chapter-2 .chapter-title-text{font-size:5vw}.video-text{font-size:1rem;margin:2vh 10%;text-align:justify}.video-container{height:0;margin:0 auto;max-width:70vh;overflow:hidden;padding-bottom:39.3vh;position:relative;text-align:center}.video-container iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.crab{left:5vw;top:-37%;width:calc(max(15vw, 15vh))}.video-container-mux{max-width:70vh}mux-player::part(center play button){height:70px;padding:13px;width:70px}}@media (min-width:760px) and (max-width:1199px){.chapter-number-text{font-size:4vw;margin-top:10vh}.chapter-title-text{font-size:6vw;margin-top:0}.next-number-text{font-size:calc(32px + 1vw);padding:calc(20px + 1vw)}.next-title-text{font-size:calc(56px + 1vw);margin-top:-4vh}.next-release-text{font-size:calc(16px + 1vw);margin-bottom:-4vh}.button{border:2px solid var(--yellow);border-radius:40px;font-size:2vw;margin:1vh;max-width:250px;min-width:250px;padding:1vh}.home-title-text{font-size:calc(48px + 2vw);margin-top:20%}.home-subtext{font-size:calc(16px + 1vw)}.subtext-light{font-Size:.8em;font-weight:300}.chapter-subtext{color:var(--white);font-size:min(3vh,3vw);font-weight:300;position:flex}.video-text{font-size:.7em;margin:4vh 10% 2vh;text-align:justify}.chapter-0{border-radius:50px;width:80%}.chapter-1 .chapter-title-text{font-size:4vw;margin-bottom:3vh}.chapter-1 .chapter-subtext{font-size:max(2vh,2vw)}.upNextBlock{border-radius:50px;height:100vh;width:80%}.credit-detail,.credit-title{font-size:2vw}.video-container{height:0;margin:0 auto;max-width:50vh;overflow:hidden;padding-bottom:28vh;position:relative;text-align:center}.video-container .video-frame{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.button{font-size:1.5vw;max-width:30vw;min-width:30vw}.crab{left:5vw;top:-30vh;width:calc(max(15vw, 15vh))}.video-container-mux{max-width:50vh}mux-player::part(center play button){height:50px;padding:7px 8px 7px 9px;width:50px}}@media (max-width:767px){.chapter-number-text{font-size:6vw;margin-top:13vh;text-align:left}.chapter-title-text{font-size:10vw;margin-bottom:-5vh;margin-top:-1vh;text-align:left}.chapter-subtext{color:var(--white);font-size:2vh;font-weight:300;margin-top:5vh}.next-number-text{font-size:4vh;margin-top:20%}.next-title-text{font-size:5vh;margin-top:-4vh}.next-release-text{font-size:2.8vh;margin:3vh -2vh -6vh}.button{border:2px solid var(--yellow);border-radius:20px;font-size:4.5vw;margin:1vh;max-width:200px;min-width:200px;padding:1vh}.home-title-text{font-size:13vw;margin-top:35%}.home-subtext{font-size:calc(12px + 1vw);font-weight:800}.subtext-light{font-Size:.8em;font-weight:300}.chapter-0{width:80%}.upNextBlock{height:100vh}.video-text{margin-bottom:1vh;margin-top:2vh;text-align:left}.video-container{height:100%;max-width:100%;overflow:hidden;padding-bottom:56.25%;position:relative}.video-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}.video-container-mux{max-width:100%}mux-player::part(center play button){height:30px;padding:5px 5px 5px 7px;width:30px}.chapter-1 .chapter-title-text{font-size:5vw;margin-bottom:-3vh}.chapter-1 .chapter-subtext{font-size:1.9vh}}.gd-title-text{color:var(--yellow);font-family:Futura,sans-serif;font-weight:700}.gd-middle-div{grid-area:middleDiv;padding-top:12%}.go-deeper-section{border-radius:30px;font-size:.8em;font-weight:400;margin:20px 10vw;max-width:100vw;padding:20px 40px 10px;text-align:justify}.go-deeper-section p{color:var(--white);font-weight:400;margin-bottom:20px;margin-top:20px}.go-deeper-section a:link,.go-deeper-section a:visited{color:var(--yellow);text-decoration:none}.go-deeper-section a:hover{text-decoration:underline}.gd-ep0{background-color:var(--pink)}.gd-ep1{background-color:var(--orange)}.gd-section-title{color:var(--white);font-weight:600}.gd-sub-section-title{clear:both;font-style:italic;padding-top:20px}.gd-abc-list{margin-bottom:20px;margin-left:50px}.gd-abc-list li::marker{content:counter(list-item,upper-alpha)") "}.gd-episode-list-item-container{margin-top:30px}.gd-episode-cover-img{border-radius:8px;margin-right:20px;max-width:30vw}.gd-episode-title{align-items:center;font-size:2rem}.gd-episode-cover-img,.gd-episode-title{display:inline;vertical-align:middle}.gd-preamble{font-size:1.2rem}.gd-img-container{column-gap:20px;display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:10px;margin-top:20px;row-gap:20px}.gd-return-to-episode-container{display:flex;justify-content:center}.gd-button{background-color:initial;border:2px solid var(--yellow);border-radius:40px;box-sizing:border-box;color:var(--yellow);cursor:pointer;display:inline-block;font-family:Montserrat,sans-serif;font-size:20px;font-weight:400;line-height:20px;margin:10px;outline:none;padding:10px 30px;position:relative;text-align:center;touch-action:manipulation;user-select:none;-webkit-user-select:none;white-space:nowrap}.gd-button:hover{background-color:var(--yellow);border-color:var(--yellow);color:var(--blue);transform:scale(.96)}.gd-button:disabled{border-color:#ddd;color:#ddd;cursor:not-allowed;opacity:1}.gd-slideshow-section{margin-bottom:20px;margin-top:40px}.gd-slideshow-section-title{color:var(--yellow);font-weight:700}.gd-img-preview-container{position:relative}.gd-img-preview-container:focus,.gd-img-preview-container:hover{cursor:pointer}.gd-text-overlay{background-color:#000;background-color:#000c;border-radius:8px;color:var(--yellow);left:10px;padding:5px;position:absolute;top:10px}.gd-img-preview-id{display:inline-block;font-size:2em;padding-right:10px}.gd-img-preview-blurb{display:inline-block;font-size:smaller}@media (min-width:1200px){.gd-img-preview{border-radius:8px;max-height:500px;max-width:36vw}.gd-title-text{font-size:8vw}.gd-button{border:.3vh solid var(--yellow);border-radius:50px;font-size:3vh;margin:1vh;min-width:30vw;padding:2vh}}@media (min-width:760px) and (max-width:1199px){.go-deeper-section{border-radius:20px;margin-left:5vw;margin-right:5vw;padding:20px 40px 10px}.gd-title-text{font-size:calc(48px + 2vw);margin-top:15vw}.gd-episode-title{font-size:1.6rem}.gd-img-preview{border-radius:8px;max-height:500px;max-width:40vw}.gd-button{border:2px solid var(--yellow);border-radius:40px;font-size:1.5vw;margin:1vh;min-width:30vw;padding:1vh}}@media (max-width:767px){.gd-title-text{font-size:13vw;margin-top:15vh}.gd-episode-title{font-size:.8rem}.gd-figure-container{max-width:100vw}.go-deeper-section{border-radius:10px;font-size:.8em;margin-left:20px;margin-right:20px;padding:20px 10px 10px;text-align:justify}.gd-img-container{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;margin-top:20px}.gd-img-preview{border-radius:8px;width:100%}.gd-button{border:2px solid var(--yellow);border-radius:20px;font-size:4.5vw;margin:1vh;min-width:200px;padding:1vh}}.img-popup{background-color:#000;background-color:#000000e6;border-radius:30px;border-width:0;height:80vh;left:50%;margin-top:10vh;overflow:auto;position:fixed;transform:translateX(-50%);width:80vw;z-index:1}.ei-figure-container{display:flex;flex-direction:column;justify-content:center;margin:auto;max-width:80vw;text-align:justify}.ei-large{margin-top:20px;max-height:50vh;object-fit:contain;width:100%}.ei-dialog-close{color:#aaa;font-size:2em;font-weight:700;position:absolute;right:10px;top:10px}.ei-dialog-close:focus,.ei-dialog-close:hover{color:#000;cursor:pointer;text-decoration:none}.ei-small-img-container{margin-bottom:20px;margin-right:20px;position:relative}.ei-small-img-container:focus,.ei-small-img-container:hover{cursor:pointer}.ei-small{border-radius:8px;max-height:500px;max-width:500px}.ei-text-overlay{background-color:#000;background-color:#000c;border-radius:8px;color:var(--yellow);left:10px;padding:5px;position:absolute;top:10px}.ei-panel-id{display:inline-block;font-size:2em;padding-right:10px}.ei-panel-blurb{display:inline-block;font-size:smaller}.ei-caption-text{font-size:smaller;margin:auto;max-width:80%;padding:20px}@media (max-width:767px){.img-popup{border-radius:10px;height:90vh;padding:10px;width:100vw}.ei-small-img-container{margin-bottom:10px;margin-right:0}.ei-small{border-radius:8px;max-height:100vw;max-width:90vw}.ei-large{max-height:100vw;max-width:100vw;object-fit:contain}.ei-caption-text{max-width:100%}}.gdc-popup{background-color:#000;background-color:#000000e6;border-radius:30px;border-width:0;height:90vh;left:50%;overflow:auto;position:fixed;top:10vh;transform:translateX(-50%);width:80vw;z-index:2000}.gdc-scrolling-wrapper{align-items:flex-start;display:flex;flex-wrap:nowrap;justify-content:space-around;overflow-x:auto;scroll-snap-type:x mandatory}.gdc-card{align-items:center;box-sizing:border-box;display:flex;flex:0 0 auto;flex-direction:column;height:90vh;justify-content:flex-start;margin:20px 0 0;max-width:80vw;overflow-y:auto;padding:10px;scroll-snap-align:center;scroll-snap-stop:always;text-align:justify}.gdc-card-image-wrapper{align-items:center;border-radius:20px;display:flex;max-height:50vh;max-width:90%}.gdc-card-image-wrapper img{height:auto;max-height:100%;max-width:100%}.gdc-card-id{color:var(--yellow);font-size:1.3em;font-weight:700}.gdc-card p{margin-bottom:20px;margin-top:20px}.gdc-card p a{color:var(--yellow);text-decoration:none}.gdc-video-container-mux{align-items:center;display:flex;justify-content:center;margin:auto}.gdc-card mux-player{--seek-backward-button:none;--seek-forward-button:none;border-radius:20px;object-fit:contain}.gdc-close{color:#aaa;font-size:2em;font-weight:700;position:absolute;right:10px;top:10px}.gdc-arrow-button{display:inline-block;vertical-align:middle}.gdc-left-button{left:10px;position:absolute;top:50vh}.gdc-left-arrow{border:.4em solid #fff;border-radius:50%;display:inline-block;height:4em;margin-right:1.5em;width:4em}.gdc-left-arrow:after{border-right:.4em solid #fff;border-top:.4em solid #fff;content:"";display:inline-block;height:1.2em;margin-left:1.1em;margin-top:.8em;transform:rotate(-135deg);width:1.2em}.gdc-right-button{position:absolute;right:10px;top:50vh}.gdc-right-arrow{border:.4em solid #fff;border-radius:50%;display:inline-block;height:4em;margin-left:1.5em;width:4em}.gdc-right-arrow:after{border-right:.4em solid #fff;border-top:.4em solid #fff;content:"";display:inline-block;height:1.2em;margin-left:.6em;margin-top:.8em;transform:rotate(45deg);width:1.2em}.gdc-close:focus,.gdc-close:hover,.gdc-left-button:focus,.gdc-left-button:hover,.gdc-right-button:focus,.gdc-right-button:hover{color:var(--yellow);cursor:pointer;text-decoration:none}.gdc-left-arrow:focus,.gdc-left-arrow:hover,.gdc-right-arrow:focus,.gdc-right-arrow:hover{border:.4em solid var(--yellow)}.gdc-left-arrow:hover:after,.gdc-right-arrow:hover:after{border-right:.4em solid var(--yellow);border-top:.4em solid var(--yellow)}.gd-slideshow-card-title{font-style:italic}.gdc-caption-text{color:var(--white);flex-grow:1;font-family:Futura,sans-serif;font-size:1.4rem;font-weight:400;margin:auto;max-width:80%;padding:20px}.gd-no-bullet-list{list-style-type:none}@media (min-width:1200px){.gdc-card mux-player,.gdc-card video{max-height:50vh;max-width:80%}}@media (min-width:760px) and (max-width:1199px){.gdc-popup{border-radius:10px;height:90vh;padding:10px;top:0;width:90vw}.gdc-card{height:85vh;max-width:90vw}.gdc-card mux-player,.gdc-card video{max-height:50vh;max-width:80%}.gdc-left-button{left:10px;top:55vh}.gdc-left-arrow{border:.4em solid #fff;height:3em;width:3em}.gdc-left-arrow:after{border-right:.4em solid #fff;border-top:.4em solid #fff;height:.8em;margin-left:.7em;margin-top:.5em;width:.8em}.gdc-right-button{right:10px;top:55vh}.gdc-right-arrow{border:.4em solid #fff;height:3em;width:3em}.gdc-right-arrow:after{border-right:.4em solid #fff;border-top:.4em solid #fff;height:.8em;margin-left:.4em;margin-top:.5em;width:.8em}}@media (max-width:767px){.gdc-popup{border-radius:10px;height:100vh;padding:10px;top:0;width:100vw;z-index:2000}.gdc-card{height:100vh;max-width:100vw}.gdc-card-image-wrapper{border-radius:10px;max-height:80vh;max-width:100%;object-fit:contain}.gdc-card mux-player,.gdc-card video{max-height:80vw;max-width:100vw}.gdc-caption-text{font-size:1rem;max-width:100%}.gdc-left-button{left:10px;top:38vh;z-index:2000}.gdc-left-arrow{border:.3em solid #fff;height:2em;width:2em}.gdc-left-arrow:after{border-right:.3em solid #fff;border-top:.3em solid #fff;height:.5em;margin-left:.4em;margin-top:.3em;width:.5em}.gdc-right-button{right:10px;top:38vh;z-index:2000}.gdc-right-arrow{border:.3em solid #fff;height:2em;width:2em}.gdc-right-arrow:after{border-right:.3em solid #fff;border-top:.3em solid #fff;height:.5em;margin-left:.25em;margin-top:.3em;width:.5em}.gdc-left-arrow:focus,.gdc-left-arrow:hover,.gdc-right-arrow:focus,.gdc-right-arrow:hover{border:.3em solid var(--yellow)}.gdc-left-arrow:hover:after,.gdc-right-arrow:hover:after{border-right:.3em solid var(--yellow);border-top:.3m solid var(--yellow)}}
/*# sourceMappingURL=main.9fc56807.css.map*/