body>#head{position:fixed;z-index:100;width:100vw;pointer-events:none}body>#head>.row{height:4rem;display:flex;align-items:center}body>#head>.row.top-row .logo{width:18rem;height:100%;background:rgb(0,120.0017,107.7387525547) url(/media/logo/logo.new.svg) 2rem 50% no-repeat;background-size:auto 2rem}@media(max-width: 800px){body>#head>.row.top-row .logo.logged{display:none}}body>#head>.row.top-row .new-version-available{pointer-events:all}@media(max-width: 1200px){body>#head>.row.top-row .new-version-available{display:none}}body>#head>.row.top-row .user-switch{flex:1;height:100%;display:flex;align-items:center;background-color:#ebd152;color:#333;padding:0 2rem;pointer-events:all}@media(max-width: 1200px){body>#head>.row.top-row .user-switch{display:none}}body>#head>.row.top-row .user-switch .label{flex:1}body>#head>.row.top-row .user-switch .button{position:relative;background-color:var(--color-primary-light);padding:.75rem 2rem;border-radius:.25rem;cursor:pointer;color:#fff;font-weight:bold}body>#head>.row.top-row .verify-email-spacer{flex:1}body>#head>.row.top-row .test-account-information{background-color:coral;color:#fff;margin:1rem 3rem;border-radius:1.25rem;border:1px solid #ef7d53;font-size:.9rem;padding:1rem 1rem;pointer-events:all;top:1rem;position:relative;left:-17rem}body>#head>.row.top-row .test-account-information .site-list{margin-top:1rem;font-size:.9rem;line-height:1.25rem;color:#fff;font-weight:700;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:2rem}body>#head>.row.top-row .test-account-information .site-list a{color:#fff;text-decoration:underline;font-weight:700;transition:.2s}body>#head>.row.top-row .test-account-information .site-list a:hover{color:#fff;text-decoration:none}@media(min-width: 1200px){body>#head>.row.bottom-row{display:none}}@media(max-width: 800px){body>#head>.row.bottom-row{height:fit-content;min-height:4rem}}body>#head>.row.bottom-row .verify-email{flex:1;height:100%;display:flex;align-items:center;background-color:var(--color-danger);color:#fff;padding:0 2rem}@media(max-width: 800px){body>#head>.row.bottom-row .verify-email{flex-direction:column}}body>#head>.row.bottom-row .verify-email .label{flex:1}@media(max-width: 800px){body>#head>.row.bottom-row .verify-email .label{margin:1rem 0}}body>#head>.row.bottom-row .verify-email .button{position:relative;background-color:#ef9a9a;padding:.75rem 2rem;border-radius:.25rem;cursor:pointer}@media(max-width: 800px){body>#head>.row.bottom-row .verify-email .button{margin-bottom:1rem}}body>#head>.row .new-version-available{flex:1;height:4rem;display:flex;align-items:center;background-color:#efca60;color:#000;padding:0 1rem;pointer-events:all}body>#head>.row .new-version-available .label{flex:1}body>#head>.row .new-version-available .button{position:relative;background-color:var(--color-primary-light);padding:.75rem 2rem;border-radius:.25rem;cursor:pointer;font-weight:bold;color:#fff}#body{position:relative;z-index:99;flex:1;display:flex;overflow:hidden}#body #sidebar{position:relative;z-index:99;top:1rem;left:1rem;width:18rem;height:calc(100% - 2rem);max-height:100%;flex-shrink:0;display:flex;align-items:end;flex-direction:column;background-color:var(--color-form-background);border:solid 1px var(--color-form-border);box-shadow:0 .333rem 1.25rem rgba(0,0,0,.1);overflow:hidden;transition:.2s;border-radius:1rem}@media(max-width: 800px){#body #sidebar{position:absolute;height:100%}}@media(max-width: 420px){#body #sidebar{width:100vw;top:0;left:0}}#body #sidebar .top-row{display:flex;height:4rem;width:18rem;border-bottom:solid 1px rgba(0,0,0,0);transition:.2s}@media(max-width: 420px){#body #sidebar .top-row{width:100%}}#body #sidebar .top-row .logo{width:18rem;height:100%;background:url(/media/logo/logo.dark.svg) 1rem 50% no-repeat;background-size:auto 2rem}@media(max-width: 420px){#body #sidebar .top-row .logo{flex:1}}#body #sidebar .top-row .burger-menu{height:100%;aspect-ratio:1/1;display:grid;place-content:center;color:var(--color-primary-light);cursor:pointer;border-radius:0 0 0 1rem;transition:.2s}#body #sidebar .top-row .burger-menu:hover{background-color:var(--color-primary-light);color:#fff}#body #sidebar .navigation{flex:1;overflow-y:auto;overflow-x:hidden;width:18rem;place-self:baseline;display:flex;flex-direction:column}@media(max-width: 420px){#body #sidebar .navigation{width:100%}}#body #sidebar .navigation .category{position:relative;padding:1rem 0}#body #sidebar .navigation .category:not(:last-child)::after{content:"";position:absolute;width:calc(100% - 2rem);height:1px;background-color:var(--color-form-border);bottom:0;left:1rem;transition:.2s}#body #sidebar .navigation .headline{color:#a5a5a5;font-size:1rem;font-weight:bold;padding:1.5rem 2rem .75rem 2rem;text-transform:uppercase;transition:.2s}#body #sidebar .navigation .items{transition:.2s}#body #sidebar .navigation .items .item{padding:0 1.5rem 0 2rem;color:var(--color-text-on-background);background-color:var(--color-form-background);transition:.2s;height:3.25rem;display:flex;width:100%;align-items:center}#body #sidebar .navigation .items .item:hover{background-color:var(--color-form-hover)}#body #sidebar .navigation .items .item .inner{position:relative;z-index:1;display:flex;width:100%;align-items:center}#body #sidebar .navigation .items .item .inner .label{flex:1;height:1rem;display:flex;align-items:center}#body #sidebar .navigation .items .item .inner .label .material-symbols-outlined{margin-right:.5rem}#body #sidebar .navigation .items .item .inner .label .label-text{transition:.2s}#body #sidebar .navigation .items .item .inner .flags{display:flex;white-space:nowrap;transition:.2s}#body #sidebar .navigation .items .item .inner .flags .flag{font-size:.8rem;background-color:#00786c;color:#fff;padding:.3rem .5rem;border-radius:.25rem;font-weight:bold}#body #sidebar .navigation .items .item.--active{background-color:#8ccac5 !important;color:#616161 !important;font-weight:700}#body #sidebar .spacer{flex:1}#body #sidebar .foot{flex-shrink:0;border-top:solid 1px var(--color-form-border);background-color:var(--color-form-background-2);padding:1rem;font-size:.75rem;color:#999;height:4rem}#body #sidebar .foot a{color:var(--color-primary-light);font-weight:bold}#body #sidebar .foot .material-button{margin:1rem;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem;min-height:2rem;border-radius:.3rem;color:#fff;box-shadow:inset 0 0 2px #00786c,0 .5rem 2rem rgba(0,188,169,.5);background:linear-gradient(to right, #00786c, #00bca9);cursor:pointer;overflow:hidden;max-width:calc(100% - 2rem)}#body #sidebar section.user{position:relative;margin:1rem 1rem 0;border-radius:1rem;box-shadow:0 .125rem .5rem rgba(0,0,0,.25);overflow:hidden;background-color:var(--color-primary-dark);transition:.2s;flex-shrink:0}#body #sidebar section.user .row{display:flex}#body #sidebar section.user .row.--highlight{background-color:var(--color-primary-light)}#body #sidebar section.user .row.--pointer{cursor:pointer;transition:background-color .2s}#body #sidebar section.user .row.--pointer:hover{background-color:rgb(0,152.3,136.7364963504)}#body #sidebar section.user .row.--flex-end{justify-content:flex-end;margin-top:1rem}#body #sidebar section.user .row .column.--centered{display:grid;place-content:center}#body #sidebar section.user .row .column.--span-full{flex:1}#body #sidebar section.user .row .column.--copy{color:#fff;padding-right:1rem}#body #sidebar section.user .row .button{width:2.5rem;height:2.5rem;border-radius:100%;display:grid;place-content:center;cursor:pointer;transition:background-color .2s;color:#fff;font-size:1.25rem;margin:0 .25rem 1rem 0}#body #sidebar section.user .row .button:last-child{margin-right:1rem}#body #sidebar section.user .email-wrapper{font-size:.9rem;font-weight:700;color:#fff;overflow:hidden;text-overflow:ellipsis;padding:.5rem 0 .25rem 1rem;white-space:nowrap}#body #sidebar section.user .id-wrapper{font-size:.75rem;font-weight:700;color:#fff;font-family:monospace;overflow:hidden;text-overflow:ellipsis;padding:0 0 .5rem 1rem;opacity:.8}#body #content{flex:1;display:flex;flex-direction:column;padding-left:2rem;transition:padding-left .2s}.story-view .modal{padding:0;display:block !important}.story-view .modal>.body{padding:1rem;display:flex}@media(max-width: 900px){.story-view .modal>.body{flex-direction:column}}@media(max-width: 900px){.story-view .modal>.body .section{width:100% !important}}.story-view .modal>.body .section.chapter-view-section{width:40rem;padding-right:1rem;border-right:solid 1px #eee}@media(max-width: 900px){.story-view .modal>.body .section.chapter-view-section{order:1;padding-right:0;border-right:none;margin-top:1rem;border-top:solid 1px #eee;padding-top:1rem}}.story-view .modal>.body .section.chapter-view-section chapter{display:flex;margin-bottom:2rem}.story-view .modal>.body .section.chapter-view-section chapter .head{padding:1rem;background-color:var(--color-form-head);border-bottom:solid 1px var(--color-form-border)}.story-view .modal>.body .section.chapter-view-section chapter .head .headline{font-size:1.5rem;margin-bottom:.25rem;color:var(--color-primary-light)}.story-view .modal>.body .section.chapter-view-section chapter .body segment{display:flex}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=text]{padding:1rem;flex-direction:column}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=media]{width:100%;justify-content:center;flex-direction:column}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=media] img{width:100%;max-height:30rem;object-fit:contain;object-position:center}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=media] .source-or-license{display:flex;justify-content:center;align-items:center;font-size:.8rem;color:#666;margin-top:.5rem}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=media] .source-or-license .symbol{margin-right:.25rem}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=video]{width:100%;justify-content:center;flex-direction:column}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=video] video{width:100%;max-height:30rem;object-fit:contain;object-position:center}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=video] .source-or-license{display:flex;justify-content:center;align-items:center;font-size:.8rem;color:#666;margin-top:.5rem}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=video] .source-or-license .symbol{margin-right:.25rem}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=youtube]{display:flex;justify-content:center}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=youtube] .thumbnail{position:relative;overflow:hidden;width:854px;max-width:100%;height:480px;cursor:pointer;display:flex;align-items:center;justify-content:center}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=youtube] .thumbnail img{object-fit:contain;object-position:center;width:100%;height:100%;background-color:#000}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=youtube] .thumbnail .playbutton{position:absolute;width:10rem;height:10rem;border-radius:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(#4ca2cd, #26a69a);overflow:hidden}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=youtube] .thumbnail .playbutton i{font-size:8rem;color:#fff}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=youtube] .thumbnail iframe{position:absolute;width:100%;height:100%}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=poll]{flex-direction:column;border:solid 1px var(--color-form-border);border-radius:.25rem;box-shadow:0 .333rem 1.25rem rgba(0,0,0,.1);overflow:hidden;margin:2rem auto;width:35rem;max-width:100%}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=poll] .question{padding:1rem;border-bottom:1px solid var(--color-form-border);color:#26a69a;font-size:1.25rem;font-weight:bold;background-color:var(--color-form-background-2);width:100%}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=poll] .result-pool{position:relative;width:100%;height:100%;overflow:hidden}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=poll] .result-pool .answer{position:relative;display:flex;align-items:center;font-size:1.25rem;color:#26a69a;cursor:pointer;padding:0 1rem;height:4rem}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=poll] .result-pool .answer .checkbox{margin-right:1rem}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=poll] .result-pool .answer .checkbox i{font-size:2.5rem}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=poll] .result-pool .answer .info{position:relative;z-index:1;width:100%;display:flex;justify-content:space-between}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=poll] .result-pool .answer .info .label,.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=poll] .result-pool .answer .info .percentage{background-color:var(--color-form-background);border-radius:999px;padding:.125rem .5rem}.story-view .modal>.body .section.chapter-view-section chapter .body segment[_type=poll] .result-pool .answer .bar{position:absolute;height:100%;left:0;top:0;width:0;background-color:#5dbdb5}.story-view .modal>.body .section.screenshot-view-section{width:40rem;padding-right:1rem;border-right:solid 1px #eee}@media(max-width: 900px){.story-view .modal>.body .section.screenshot-view-section{order:1;padding-right:0;border-right:none;margin-top:1rem;border-top:solid 1px #eee;padding-top:1rem}}.story-view .modal>.body .section.screenshot-view-section screenshot{display:flex;margin-bottom:2rem}.story-view .modal>.body .section.screenshot-view-section screenshot .head{padding:1rem;background-color:var(--color-form-head);border-bottom:solid 1px var(--color-form-border)}.story-view .modal>.body .section.screenshot-view-section screenshot .head .headline{font-size:1.5rem;margin-bottom:.25rem;color:var(--color-primary-light)}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone{position:relative;width:24rem;height:50rem;margin:2rem auto;display:flex;justify-content:center;align-items:center}@media(max-width: 500px){.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone{width:100% !important;height:177vw !important;background:none !important}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone .chat{top:0 !important;width:100% !important;height:177vw !important;background-position:50% 0 !important}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone .aww-cover{bottom:12% !important;width:100% !important;height:83vw !important}}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone .chat{position:absolute;top:0;width:100%;height:100%}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone .chat .partner-avatar{position:absolute;width:4rem;height:4rem;background:url("/media/story-builder/default_chat_partner_avatar.svg") 50% no-repeat;background-size:cover;top:4.5rem;left:3rem}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone .chat .chat-ui{position:absolute;top:-3%;width:95%;left:0;right:0;height:100%;background:url(/media/story-builder/chat-ui.svg) 50% no-repeat;background-size:100% auto;padding:45% 5% 35%;margin:auto}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone .chat .chat-ui .partner-name{position:absolute;top:7.5rem;right:0;width:70%;text-align:left;color:#fff;font-size:1.25rem}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper{width:100%;height:calc(100% + 1rem);overflow:hidden}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper{position:relative;width:100%;display:flex;flex-direction:column}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .message{margin-bottom:1rem;width:80%;border-radius:1rem;color:#fff;display:flex;flex-direction:column;overflow:hidden}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .message.left{background-color:#00897b;align-self:flex-start}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .message.right{background-color:#880e4f;align-self:flex-end}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .message .image{width:100%;height:12rem;background:50% 50% no-repeat;background-size:cover}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .message .text{padding:1rem}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .message .info{align-self:flex-end;padding:0 .75rem .25rem 0;margin-top:-1rem;display:flex;height:1rem}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .message .info .time{color:#fff;opacity:.75;font-size:.75rem}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .placeholder{position:relative;width:100%;background-color:#eee;border:dashed .25rem #999}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .add-message{padding:1.5rem 1rem;text-align:center;background-color:var(--color-primary-light);color:#fff;font-weight:bold;border-radius:1rem;cursor:pointer}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone .next{position:absolute;width:70%;bottom:20%;background-color:#26a69b;padding:1rem;color:#fff;font-size:1.5rem;text-align:center;border-radius:.5rem;cursor:pointer}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone .next i{font-size:2rem}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone .aww-cover{position:absolute;z-index:9;bottom:12%;width:95%;height:38%;background:#999 50% no-repeat;background-size:contain;display:flex;flex-direction:column}.story-view .modal>.body .section.screenshot-view-section screenshot .body .phone .aww-cover .close{position:absolute;top:0;right:0;width:2rem;height:2rem}.story-view .modal>.body .section.question-view-section,.story-view .modal>.body .section.nextgtv-view-section{max-width:50rem;width:50rem;padding-right:2rem;border-right:solid 1px var(--color-form-border)}@media(max-width: 900px){.story-view .modal>.body .section.question-view-section,.story-view .modal>.body .section.nextgtv-view-section{order:1;padding-right:0;border-right:none;margin-top:1rem;border-top:solid 1px #eee;padding-top:1rem}}.story-view .modal>.body .section.question-view-section chapter,.story-view .modal>.body .section.nextgtv-view-section chapter{margin-bottom:2rem}.story-view .modal>.body .section.question-view-section chapter.personality-group:first-child,.story-view .modal>.body .section.nextgtv-view-section chapter.personality-group:first-child{border-top:solid 2px #999;padding-top:2rem}.story-view .modal>.body .section.question-view-section chapter .head,.story-view .modal>.body .section.nextgtv-view-section chapter .head{padding:1.5rem}.story-view .modal>.body .section.question-view-section chapter .head .headline,.story-view .modal>.body .section.nextgtv-view-section chapter .head .headline{font-size:1.5rem}.story-view .modal>.body .section.question-view-section chapter .head .headline .quizsent-question,.story-view .modal>.body .section.nextgtv-view-section chapter .head .headline .quizsent-question{font-size:1.25rem;margin-top:.5rem}.story-view .modal>.body .section.question-view-section chapter .cover-image,.story-view .modal>.body .section.nextgtv-view-section chapter .cover-image{position:relative;overflow:hidden;height:26rem;display:flex;align-items:center;justify-content:center}.story-view .modal>.body .section.question-view-section chapter .cover-image .blured,.story-view .modal>.body .section.question-view-section chapter .cover-image .cover,.story-view .modal>.body .section.nextgtv-view-section chapter .cover-image .blured,.story-view .modal>.body .section.nextgtv-view-section chapter .cover-image .cover{position:absolute;height:26rem;width:100%;overflow:hidden;background:50% center no-repeat}.story-view .modal>.body .section.question-view-section chapter .cover-image .blured,.story-view .modal>.body .section.nextgtv-view-section chapter .cover-image .blured{background-size:cover;filter:blur(1rem);transform:scale(1.25)}.story-view .modal>.body .section.question-view-section chapter .cover-image .cover,.story-view .modal>.body .section.nextgtv-view-section chapter .cover-image .cover{background-size:contain;filter:drop-shadow(0 0 2rem rgba(0, 0, 0, 0.75));background-color:hsla(0,0%,100%,.25)}.story-view .modal>.body .section.question-view-section chapter .body .question-answers,.story-view .modal>.body .section.nextgtv-view-section chapter .body .question-answers{display:flex;flex-direction:column;padding:0 1.5rem;margin-top:1rem}.story-view .modal>.body .section.question-view-section chapter .body .question-answers .answer,.story-view .modal>.body .section.nextgtv-view-section chapter .body .question-answers .answer{display:flex;height:3rem;background-color:var(--color-form-background-2);margin-bottom:1rem;border-radius:.5rem;border:solid 1px var(--color-form-border);color:var(--color-text-on-background);overflow:hidden;cursor:pointer;transition:background-color .2s}.story-view .modal>.body .section.question-view-section chapter .body .question-answers .answer .text,.story-view .modal>.body .section.nextgtv-view-section chapter .body .question-answers .answer .text{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.125rem}.story-view .modal>.body .section.question-view-section chapter .body .personality-group-description,.story-view .modal>.body .section.nextgtv-view-section chapter .body .personality-group-description{padding:1.5rem;font-size:1.25rem}.story-view .modal>.body .section.question-view-section screenshot,.story-view .modal>.body .section.nextgtv-view-section screenshot{display:flex;margin-bottom:2rem}.story-view .modal>.body .section.question-view-section screenshot .head,.story-view .modal>.body .section.nextgtv-view-section screenshot .head{padding:1rem;background-color:var(--color-form-head);border-bottom:solid 1px var(--color-form-border)}.story-view .modal>.body .section.question-view-section screenshot .head .headline,.story-view .modal>.body .section.nextgtv-view-section screenshot .head .headline{font-size:1.5rem;margin-bottom:.25rem;color:var(--color-primary-light)}.story-view .modal>.body .section.question-view-section screenshot .body .phone,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone{position:relative;width:24rem;height:50rem;background-size:auto 100%;margin:2rem auto;display:flex;justify-content:center;align-items:center}@media(max-width: 500px){.story-view .modal>.body .section.question-view-section screenshot .body .phone,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone{width:100% !important;height:177vw !important;background:none !important}.story-view .modal>.body .section.question-view-section screenshot .body .phone .chat,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone .chat{top:0 !important;width:100% !important;height:177vw !important;background-position:50% 0 !important}.story-view .modal>.body .section.question-view-section screenshot .body .phone .aww-cover,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone .aww-cover{bottom:12% !important;width:100% !important;height:83vw !important}}.story-view .modal>.body .section.question-view-section screenshot .body .phone .chat,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone .chat{position:absolute;top:0;width:100%;height:100%}.story-view .modal>.body .section.question-view-section screenshot .body .phone .chat .partner-avatar,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone .chat .partner-avatar{position:absolute;width:4rem;height:4rem;background:url("/media/story-builder/default_chat_partner_avatar.svg") 50% no-repeat;background-size:cover;top:4.5rem;left:3rem}.story-view .modal>.body .section.question-view-section screenshot .body .phone .chat .chat-ui,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone .chat .chat-ui{position:absolute;top:-3%;width:95%;left:0;right:0;height:100%;background:url(/media/story-builder/chat-ui.svg) 50% no-repeat;background-size:100% auto;padding:45% 5% 35%;margin:auto}.story-view .modal>.body .section.question-view-section screenshot .body .phone .chat .chat-ui .partner-name,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone .chat .chat-ui .partner-name{position:absolute;top:7.5rem;right:0;width:70%;text-align:left;color:#fff;font-size:1.25rem}.story-view .modal>.body .section.question-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper{width:100%;height:calc(100% + 1rem);overflow:hidden}.story-view .modal>.body .section.question-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper{position:relative;width:100%;display:flex;flex-direction:column}.story-view .modal>.body .section.question-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .message,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .message{margin-bottom:1rem;width:80%;border-radius:1rem;color:#fff;display:flex;flex-direction:column;overflow:hidden}.story-view .modal>.body .section.question-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .message.left,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .message.left{background-color:#00897b;align-self:flex-start}.story-view .modal>.body .section.question-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .message.right,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .message.right{background-color:#880e4f;align-self:flex-end}.story-view .modal>.body .section.question-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .message .image,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .message .image{width:100%;height:12rem;background:50% 50% no-repeat;background-size:cover}.story-view .modal>.body .section.question-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .message .text,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .message .text{padding:1rem}.story-view .modal>.body .section.question-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .message .info,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .message .info{align-self:flex-end;padding:0 .75rem .25rem 0;margin-top:-1rem;display:flex;height:1rem}.story-view .modal>.body .section.question-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .message .info .time,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .message .info .time{color:#fff;opacity:.75;font-size:.75rem}.story-view .modal>.body .section.question-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .placeholder,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .message-wrapper .placeholder{position:relative;width:100%;background-color:#eee;border:dashed .25rem #999}.story-view .modal>.body .section.question-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .add-message,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone .chat .chat-ui .ui-wrapper .add-message{padding:1.5rem 1rem;text-align:center;background-color:var(--color-primary-light);color:#fff;font-weight:bold;border-radius:1rem;cursor:pointer}.story-view .modal>.body .section.question-view-section screenshot .body .phone .next,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone .next{position:absolute;width:70%;bottom:20%;background-color:#26a69b;padding:1rem;color:#fff;font-size:1.5rem;text-align:center;border-radius:.5rem;cursor:pointer}.story-view .modal>.body .section.question-view-section screenshot .body .phone .next i,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone .next i{font-size:2rem}.story-view .modal>.body .section.question-view-section screenshot .body .phone .aww-cover,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone .aww-cover{position:absolute;z-index:9;bottom:12%;width:95%;height:38%;background:#999 50% no-repeat;background-size:contain;display:flex;flex-direction:column}.story-view .modal>.body .section.question-view-section screenshot .body .phone .aww-cover .close,.story-view .modal>.body .section.nextgtv-view-section screenshot .body .phone .aww-cover .close{position:absolute;top:0;right:0;width:2rem;height:2rem}.story-view .modal>.body .section.article-view-section{max-width:50rem;width:50rem;padding-right:2rem;border-right:solid 1px #eee}@media(max-width: 900px){.story-view .modal>.body .section.article-view-section{order:1;padding-right:0;border-right:none;margin-top:1rem;border-top:solid 1px #eee;padding-top:1rem}}.story-view .modal>.body .section.article-view-section article{display:flex;margin-bottom:2rem}.story-view .modal>.body .section.article-view-section article .head{padding:1rem;background-color:var(--color-form-head);border-bottom:solid 1px var(--color-form-border)}.story-view .modal>.body .section.article-view-section article .head .headline{font-size:1.5rem;margin-bottom:.25rem;color:var(--color-primary-light)}.story-view .modal>.body .section.article-view-section article .body{padding:2rem}@media(max-width: 900px){.story-view .modal>.body .section.article-view-section article .body{padding:1rem}}.story-view .modal>.body .section.article-view-section article .body p,.story-view .modal>.body .section.article-view-section article .body p span{color:#666 !important;line-height:2rem !important;font-size:1rem !important}.story-view .modal>.body .section.article-view-section article .body p a,.story-view .modal>.body .section.article-view-section article .body p span a{background-color:rgba(240,240,240,.9411764706);text-decoration:underline}.story-view .modal>.body .section.article-view-section article .body video{max-height:600px}.story-view .modal>.body .section.article-view-section article .body .article-source{color:#999;font-size:.9rem;font-style:italic}.story-view .modal>.body .section.article-view-section article .body img{max-height:40rem !important;width:auto !important;max-width:100% !important}.story-view .modal>.body .section.nextgtv-view-section .video-section{margin-bottom:2rem;padding:2rem}.story-view .modal>.body .section.nextgtv-view-section .article-section{margin-bottom:2rem;padding:2rem}.story-view .modal>.body .section.story-properties-section{width:30rem;padding-left:1rem}@media(max-width: 900px){.story-view .modal>.body .section.story-properties-section{padding-left:0}}.story-view .modal>.body .section.story-properties-section .admin-options .head .headline{color:var(--color-primary-light);font-size:1.5rem;margin-bottom:1rem}.story-view .modal>.body .section.story-properties-section .marketing-options{padding-bottom:2rem;border-bottom:solid 3px #eee;margin-bottom:2rem}.story-view .modal>.body .section.story-properties-section .marketing-options .head .headline{color:var(--color-primary-light);font-size:1.5rem;margin-bottom:1rem}.story-view .modal>.body .section.story-properties-section .make-content-private{padding-bottom:2rem;border-bottom:solid 3px #eee;margin-bottom:2rem}.story-view .modal>.body .section.story-properties-section .make-content-private .head .headline{color:var(--color-primary-light);font-size:1.5rem;margin-bottom:1rem}.story-view .modal>.body .section.story-properties-section .share-options{padding-bottom:2rem;border-bottom:solid 3px #eee;margin-bottom:2rem}.story-view .modal>.body .section.story-properties-section .share-options .chat-background-selector{margin-bottom:2rem}.story-view .modal>.body .section.story-properties-section .share-options .chat-background-selector .head .headline{color:var(--color-primary-light);font-size:1.5rem;margin-bottom:1rem}.story-view .modal>.body .section.story-properties-section .share-options .chat-background-selector .body{display:flex}.story-view .modal>.body .section.story-properties-section .share-options .chat-background-selector .body .background-view{position:relative;display:flex;flex:1;height:8rem;overflow:hidden}.story-view .modal>.body .section.story-properties-section .share-options .chat-background-selector .body .background-view .background{position:relative;width:100%;height:100%;display:flex;flex-shrink:0;background:50% no-repeat;background-size:cover}.story-view .modal>.body .section.story-properties-section .share-options .chat-background-selector .body .background-view .background.chatsent{background-image:url("/media/catalog/chat/chatsent-design.png")}.story-view .modal>.body .section.story-properties-section .share-options .chat-background-selector .body .background-view .background.classic{background-image:url("/media/catalog/chat/classic-design.png")}.story-view .modal>.body .section.story-properties-section .share-options .chat-background-selector .body .background-view .background .label{position:absolute;bottom:0;background-color:var(--color-primary-light);color:#fff;padding:.25rem 1rem;border-radius:0 .5rem 0 0}.story-view .modal>.body .section.story-properties-section .share-options .chat-background-selector .body .prev-background,.story-view .modal>.body .section.story-properties-section .share-options .chat-background-selector .body .next-background{width:3rem;height:8rem;background-color:var(--color-primary-light);flex-shrink:0;display:flex;justify-content:center;align-items:center;cursor:pointer}.story-view .modal>.body .section.story-properties-section .share-options .chat-background-selector .body .prev-background i,.story-view .modal>.body .section.story-properties-section .share-options .chat-background-selector .body .next-background i{color:#fff;font-size:2rem}.story-view .modal>.body .section.story-properties-section .share-options .referral-link{margin-bottom:2rem}.story-view .modal>.body .section.story-properties-section .share-options .referral-link .head .headline{color:var(--color-primary-light);font-size:1.5rem;margin-bottom:1rem}.story-view .modal>.body .section.story-properties-section .share-options .referral-link .body{display:flex;height:3rem;align-items:center;transition:background-color 1s}.story-view .modal>.body .section.story-properties-section .share-options .referral-link .body.copied{transition:background-color 0s;background-color:var(--color-primary-light)}.story-view .modal>.body .section.story-properties-section .share-options .referral-link .body.copied .link{transition:color 0s;color:#fff}.story-view .modal>.body .section.story-properties-section .share-options .referral-link .body .link{white-space:nowrap;font-weight:bold;color:#808b96;overflow:auto;flex:1;padding:0 1rem;transition:color 1s}.story-view .modal>.body .section.story-properties-section .share-options .referral-link .body .copy-button{width:3rem;height:3rem;background-color:var(--color-primary-light);flex-shrink:0;display:flex;justify-content:center;align-items:center;cursor:pointer}.story-view .modal>.body .section.story-properties-section .share-options .referral-link .body .copy-button i{color:#fff}.story-view .modal>.body .section.story-properties-section .share-options .auto-posting .head .headline{color:var(--color-primary-light);font-size:1.5rem;margin-bottom:1rem}.story-view .modal>.body .section.story-properties-section .share-options .auto-posting .body{display:flex;align-items:center;flex-wrap:wrap}.story-view .modal>.body .section.story-properties-section .share-options .auto-posting .body .auto-post-button{position:relative;z-index:1;max-width:100%;height:3rem;margin:0 1rem 1rem 0;border-radius:999rem;transition:.2s;cursor:pointer;pointer-events:all;overflow:hidden;display:flex;align-items:center;background-color:var(--color-form-background)}@media(max-width: 500px){.story-view .modal>.body .section.story-properties-section .share-options .auto-posting .body .auto-post-button{width:100%;margin:0 0 1rem 0}}.story-view .modal>.body .section.story-properties-section .share-options .auto-posting .body .auto-post-button .icon{width:3rem;height:3rem;border-radius:100%;background:no-repeat 50%;background-size:3rem !important}.story-view .modal>.body .section.story-properties-section .share-options .auto-posting .body .auto-post-button .label{padding:0 1rem 0 .75rem;font-weight:bold;color:#666}.story-view .modal>.body .section.story-properties-section .share-options .auto-posting .body .auto-post-button.facebook{box-shadow:0 6px 1rem rgba(42,82,152,.5)}.story-view .modal>.body .section.story-properties-section .share-options .auto-posting .body .auto-post-button.facebook .icon{background-image:url(/media/social/facebook.svg)}.story-view .modal>.body .section.story-properties-section .share-options .auto-posting .body .auto-post-button.instagram{box-shadow:0 6px 1rem rgba(188,24,136,.5)}.story-view .modal>.body .section.story-properties-section .share-options .auto-posting .body .auto-post-button.instagram .icon{background-image:url(/media/social/instagram.png)}.story-view .modal>.body .section.story-properties-section .share-options .auto-posting .body .auto-post-button.disabled{filter:grayscale(1);cursor:not-allowed}.story-view .modal>.body .section.story-properties-section .unapproved{background-color:#fc5c65;color:#fff;font-size:1.5rem;padding:1rem;width:100%;margin-bottom:2rem}.story-view .modal>.body .section.story-properties-section .share-preview{padding-bottom:2rem;border-bottom:solid 3px #eee;margin-bottom:2rem}.story-view .modal>.body .section.story-properties-section .share-preview .preview-image{margin-bottom:2rem}.story-view .modal>.body .section.story-properties-section .share-preview .preview-image .head .headline{color:var(--color-primary-light);font-size:1.5rem;margin-bottom:1rem}.story-view .modal>.body .section.story-properties-section .share-preview .preview-image .body .preview-image-holder{position:relative;width:29rem;height:29rem;background:50% no-repeat;background-size:contain}@media(max-width: 500px){.story-view .modal>.body .section.story-properties-section .share-preview .preview-image .body .preview-image-holder{width:100%}}.story-view .modal>.body .section.story-properties-section .share-preview .preview-image .body .preview-image-holder .download-button{position:absolute;width:3rem;height:3rem;background-color:var(--color-primary-light);display:flex;align-items:center;justify-content:center;right:1rem;bottom:1rem;cursor:pointer}.story-view .modal>.body .section.story-properties-section .share-preview .preview-image .body .preview-image-holder .download-button i{color:#fff}.story-view .modal>.body .section.story-properties-section .share-preview .preview-video{margin-bottom:2rem}.story-view .modal>.body .section.story-properties-section .share-preview .preview-video .head .headline{color:var(--color-primary-light);font-size:1.5rem;margin-bottom:1rem}.story-view .modal>.body .section.story-properties-section .share-preview .preview-video .body .preview-video-holder{position:relative;width:29rem;height:29rem;background:50% no-repeat;background-size:contain}@media(max-width: 500px){.story-view .modal>.body .section.story-properties-section .share-preview .preview-video .body .preview-video-holder{width:100%}}.story-view .modal>.body .section.story-properties-section .share-preview .preview-video .body .preview-video-holder video{width:100%;height:100%}.story-view .modal>.body .section.story-properties-section .share-preview .preview-video .body .preview-video-holder .download-button{position:absolute;width:3rem;height:3rem;background-color:var(--color-primary-light);display:flex;align-items:center;justify-content:center;right:1rem;bottom:5rem;cursor:pointer}.story-view .modal>.body .section.story-properties-section .share-preview .preview-video .body .preview-video-holder .download-button i{color:#fff}.story-view .modal>.body .section.story-properties-section .share-preview .preview-text .head .headline{color:var(--color-primary-light);font-size:1.5rem;margin-bottom:1rem}.story-view .modal>.body .section.story-properties-section .instagram-statistics{padding-bottom:2rem;border-bottom:solid 3px #eee;margin-bottom:2rem}.story-view .modal>.body .section.story-properties-section .instagram-statistics .head .headline{color:var(--color-primary-light);font-size:1.5rem;margin-bottom:1rem}.story-view .modal>.body .section.story-properties-section .instagram-statistics .body .link-instagram-account{background:#f09433;background:-moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);background:-webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);background:linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);padding:2rem;text-align:center;color:#fff;border-radius:1rem}.story-view .modal>.body .section.story-properties-section .instagram-statistics .body .link-instagram-account .label{text-align:center}.story-view .modal>.body .section.story-properties-section .instagram-statistics .body .link-instagram-account .sub-label{text-align:center;margin-top:1rem;font-size:.6rem}.story-view .modal>.body .section.story-properties-section .instagram-statistics .body .link-instagram-account .button{padding:1.5rem 3rem;background-color:var(--color-form-background);color:#333;margin:2rem auto 0;display:table;border-radius:.5rem;cursor:pointer}.story-view .modal>.body .section.story-properties-section .story-statistics .head .headline{color:var(--color-primary-light);font-size:1.5rem;margin-bottom:1rem}.story-view .modal>.body .section.story-properties-section .story-statistics .body .statistic.click-sum{margin-bottom:1rem}.story-view .modal>.body .section.story-properties-section .story-statistics .body .statistic .label,.story-view .modal>.body .section.story-properties-section .story-statistics .body .statistic .value{font-weight:bold;color:#666}.story-view .modal>.body .section.story-properties-section .story-statistics .body .statistic .cpc-wrapper{width:100%}.story-view .modal>.body .section.story-properties-section .story-statistics .body .statistic .cpc-wrapper .chapter-statistic{position:relative;margin:.5rem 0;border:solid 1px var(--color-form-border);box-shadow:0 .333rem 1.25rem rgba(0,0,0,.1);height:1.5rem;overflow:hidden}.story-view .modal>.body .section.story-properties-section .story-statistics .body .statistic .cpc-wrapper .chapter-statistic .label{position:absolute;top:0;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 .5rem}.story-view .modal>.body .section.story-properties-section .story-statistics .body .statistic .cpc-wrapper .chapter-statistic .label.chapter{left:0}.story-view .modal>.body .section.story-properties-section .story-statistics .body .statistic .cpc-wrapper .chapter-statistic .label.view-count{right:0}.story-view .modal>.body .section.story-properties-section .story-statistics .body .statistic .cpc-wrapper .chapter-statistic .label .text{font-size:.75rem;padding:.05rem .5rem;background-color:var(--color-form-background);border-radius:999px;color:#4caca2;font-weight:normal}.story-view .modal>.body .section.story-properties-section .story-statistics .body .statistic .cpc-wrapper .chapter-statistic .percentage{height:100%;overflow:hidden;background-color:#4caca2}.story-view .modal>.body .section.story-properties-section .story-statistics .body .statistic .cpc-no-statistics{font-weight:bold;color:#999;margin-top:.5rem}.sidebar-in #sidebar{width:4rem !important;height:100% !important;top:0 !important;left:0 !important;border-radius:0 !important;border-left:none !important;border-top:none !important;border-bottom:none !important}.sidebar-in #sidebar .top-row{border-bottom:solid 1px var(--color-form-border) !important}.sidebar-in #sidebar .top-row .burger-menu{border-radius:0 !important}.sidebar-in #sidebar .category .headline{opacity:0 !important;transform:scale(1, 0) !important;padding-top:0 !important;padding-bottom:0 !important}.sidebar-in #sidebar .category .items{margin-top:-1rem !important}.sidebar-in #sidebar .category .items .item{padding-left:1.25rem !important}.sidebar-in #sidebar .category .items .item .flags{opacity:0 !important}.sidebar-in #sidebar .category .items .item .label-text{opacity:0 !important}.sidebar-in #sidebar .category::after{left:0 !important;width:100% !important}.sidebar-in #sidebar .foot{opacity:0 !important;height:0 !important}.sidebar-in #content{padding-left:0 !important}#connecting{position:fixed;z-index:999999;top:0;left:0;width:100%;height:100%;background-color:rgba(0,137,123,.5);display:flex;align-items:center;justify-content:center;backdrop-filter:blur(0.5rem)}#connecting .effect{position:absolute;top:0;left:0;width:100%;height:100%;background:url(https://grainy-gradients.vercel.app/noise.svg);opacity:.5}#connecting .wrapper{position:relative;z-index:1;width:30rem;max-width:100vw;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--color-primary-light);border-radius:2rem;padding:3rem;box-shadow:0 0 1.5rem rgba(0,0,0,.125),0 0 3rem rgba(0,0,0,.25)}#connecting .wrapper .line{font-size:1.5rem;text-transform:uppercase;font-weight:900}#connecting .wrapper .progress-container{position:relative;width:100%;max-width:20rem;height:1.5rem;background-color:var(--color-primary-light);border-radius:999px;overflow:hidden;border:solid 2px #fff;margin:2rem 0}#connecting .wrapper .progress-container .progress-bar-wrapper{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;border-radius:999px;border:solid 2px var(--color-primary-light)}#connecting .wrapper .progress-container .progress-bar{height:100%;background-color:var(--color-form-background);animation:loading 4s infinite;transform-origin:left center;border-radius:999px}@keyframes loading{0%{width:0;transform:translateX(0)}45%{width:100%;transform:translateX(0)}55%{width:100%;transform:translateX(0)}100%{width:100%;transform:translateX(100%)}}.search{position:fixed;z-index:9998;top:0;left:0;width:100vw;height:100vh;pointer-events:none !important;display:flex;align-items:center;justify-content:center;overflow:hidden}.search:not(.show) *{pointer-events:none !important}.search.show{pointer-events:all !important}.search.show>.cover{transform:scale(1)}.search.show>.modal{opacity:1}.search>.cover{position:fixed;z-index:9998;background-color:rgba(0,137,123,.9);width:250vmax;height:250vmax;border-radius:100%;transition:.75s;transform:scale(0);top:calc(-125vmax + 2rem);right:calc(-125vmax + 11.75rem);transform-origin:50% 50%}.search>.modal{z-index:9999;opacity:0;transition:.5s}@media(max-height: 800px){.search>.modal{overflow:auto;overflow-x:hidden;display:flex;flex-direction:column;max-height:100%}}.search>.modal .close-search{position:fixed;top:6rem;right:3rem;border:solid .2rem #fff;border-radius:100%;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;cursor:pointer}@media(max-height: 800px){.search>.modal .close-search{position:relative;top:2rem;right:2rem;align-self:flex-end;flex-shrink:0}}.search>.modal .close-search i{color:#fff;font-size:2.5rem}.search>.modal>.body{display:flex;flex-direction:column;height:100vh;overflow:hidden}@media(max-height: 800px){.search>.modal>.body{overflow:visible;height:fit-content}}.search>.modal>.body .input-section{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;padding:10rem 0 4rem}@media(max-width: 700px){.search>.modal>.body .input-section{padding-top:5rem}}.search>.modal>.body .input-section .headline{text-align:center;text-transform:uppercase;font-weight:700;color:#fff;margin-bottom:2rem;font-size:2rem}.search>.modal>.body .input-section .input-wrapper{flex:1;min-height:0;overflow:auto;overflow-x:hidden}.search>.modal>.body .input-section .input-wrapper .search-input{font-size:1.5rem;color:#fff;border-bottom:1px solid #fff;text-align:center;background:none;width:38rem;max-width:calc(100vw - 2rem);padding:.25rem .5rem;transition:.2s}.search>.modal>.body .input-section .input-wrapper .search-input:focus{border-bottom-width:2px}.search>.modal>.body .result-section{flex:1;min-height:0;overflow:auto;overflow-x:hidden}@media(max-height: 800px){.search>.modal>.body .result-section{overflow:visible !important;height:fit-content}}.search>.modal>.body .result-section .search-result{display:flex;flex-wrap:wrap;justify-content:center;width:100vw}.riddle-body{padding:1rem}.riddle-body .question{font-size:1.5rem}.riddle-body .riddle-answers-wrapper{margin:2rem 0}.riddle-body .riddle-answers-wrapper .answer{width:auto;text-align:center;padding:1rem;border-radius:2rem;background-color:var(--color-form-background);border:solid 1px var(--color-form-border);box-shadow:0 .333rem 1.25rem rgba(0,0,0,.1);margin-bottom:1rem}.riddle-body .seperator{border-bottom:2px solid var(--color-primary-light);margin:1rem -1rem 1rem -1rem}.riddle-body .image{width:auto;height:46rem;background-size:contain;background-repeat:no-repeat}.cc-content-download-button{position:absolute;width:3rem;height:3rem;color:#fff;background-color:var(--color-primary-light);display:flex;align-items:center;justify-content:center;right:1rem;bottom:1rem;cursor:pointer}.cc-content-download-button i{color:#fff}.checkerboard{background-color:var(--color-form-background-2);background-image:linear-gradient(45deg, #e0e0e0 25%, transparent 25%),linear-gradient(-45deg, #e0e0e0 25%, transparent 25%),linear-gradient(45deg, transparent 75%, #e0e0e0 75%),linear-gradient(-45deg, transparent 75%, #e0e0e0 75%);background-size:20px 20px !important;background-position:0 0,0 10px,10px -10px,-10px 0 !important;background-repeat:repeat !important}/*# sourceMappingURL=index.css.map */
