body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0}body{background-color:#d4e4e1;color:#335058}#root{display:flex;flex-direction:column;min-height:100vh}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#bac7c5}::-webkit-scrollbar-thumb{background:#335058}::-webkit-scrollbar-thumb:hover{background:#2c464d}.unbounded-weight300{font-family:Unbounded,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:300}.unbounded-weight400{font-family:Unbounded,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:400}header{align-items:flex-start;background-color:initial;margin-bottom:15px;min-height:150px;padding:15px 3% 0;pointer-events:none;position:-webkit-sticky;position:sticky;top:0;transition:background-color 1s;transition:height .5s;z-index:5}#header-left,header{display:flex;justify-content:space-between}#header-left{align-items:center;background-color:#334e58;border-radius:20px;flex-grow:1;margin-right:15px;padding:14px 22px}#header-text-left>h1{color:#d1e3dd;font-size:32px;font-weight:200;transition:font-size .5s}#header-text-left>h1>span{font-weight:400}#header-text-left>p{display:none;opacity:0;transition:opacity .5s}#header-right{height:65px;justify-content:space-between;margin-top:15p}#hamburger-and-nav,#header-right{display:flex;flex-direction:column}#hamburger-and-nav{align-items:flex-end;justify-content:flex-start}#nav-links{align-items:flex-end;display:none;flex-direction:column;margin-bottom:10px;margin-top:26px}#nav-links>a{color:#d1e3dd;font-size:22px;font-weight:200;line-height:1.9;pointer-events:auto;text-align:right;text-decoration:none}#nav-links>a:after{background-color:#d1e3dd;content:"";display:block;height:3px;transition:width .2s;width:0}#nav-links>a:hover:after{width:100%}#lang-and-modeswitch{align-items:flex-end;display:flex;flex-direction:column;height:100%;justify-content:space-between}#lang-and-modeswitch>button{background-color:#d1e3dd;border:2px solid #334e58;border-radius:18px;padding:5px 12px;pointer-events:auto;transition:background-color .2s}#lang-and-modeswitch>button:hover{background-color:#c6d7d2;cursor:pointer}#modeswitch{align-items:center;background-color:#334e58;border:2px solid #334e58;border-radius:18px;display:flex;height:22px;justify-content:flex-start;pointer-events:auto;width:60px}#modeswitch:hover{cursor:pointer}#modeswitch-slider{background-color:#fcbfb7;border-radius:18px;height:22px;transition:transform .2s;width:35px}#modeswitch.modeslideon #modeswitch-slider{transform:translateX(25px)}#hamburger-container{cursor:pointer;height:30px;pointer-events:auto;position:relative;transition:transform .5s;width:30px;z-index:3}#hamburger-left,#hamburger-right{background-color:#c6d7d2;height:4px;position:absolute;top:calc(50% - 2px);transition:transform .5s;width:15px}#hamburger-right{left:15px}#hamburger-left:before,#hamburger-right:before{background-color:#c6d7d2;content:"";height:4px;position:absolute;top:-10px;transition:transform .5s;width:15px}#hamburger-left:after,#hamburger-right:after{background-color:#c6d7d2;content:"";height:4px;position:absolute;top:11px;transition:transform .5s;width:15px}#hamburger-container.nav-open #hamburger-left{background-color:initial}#hamburger-container.nav-open #hamburger-left:before{background-color:#d1e3dd;transform:rotate(45deg) scaleX(1.4) translate(2px,2px)}#hamburger-container.nav-open #hamburger-left:after{background-color:#d1e3dd;transform:rotate(-45deg) scaleX(1.4) translate(2px,-2px)}#hamburger-container.nav-open #hamburger-right{background-color:initial}#hamburger-container.nav-open #hamburger-right:before{background-color:#d1e3dd;transform:rotate(-45deg) scaleX(1.4) translate(-2px,2px)}#hamburger-container.nav-open #hamburger-right:after{background-color:#d1e3dd;transform:rotate(45deg) scaleX(1.4) translate(-2px,-2px)}header.nav-menu-open{background-color:#334e58;color:#d1e3dd;min-height:150px}header.nav-menu-open #modeswitch{border:2px solid #d1e3dd}header.nav-menu-open #modeswitch-slider{border-right:2px solid #d1e3dd}header.nav-menu-open #modeswitch.modeslideon #modeswitch-slider{border-left:2px solid #d1e3dd;border-right:0}header.nav-menu-open>#header-left{align-items:flex-start;display:flex;height:calc(100% - 30px);justify-content:space-between}header.nav-menu-open>#header-left #header-text-left>h1{transition:font-size .5s}header.nav-menu-open>#header-left>#header-text-left>p{color:#fcbfb7;display:inline-block;font-size:14px;margin-top:10px;opacity:1;transition:opacity .5s;width:250px}header.nav-menu-open #nav-links{display:flex}header.nav-menu-open>#header-right{align-items:flex-start!important;margin:0!important;padding:10px 0 0!important}@media screen and (max-width:920px){#nav-links>a{font-size:20px}header.nav-menu-open>#header-left>#header-text-left>h1{font-size:26px}}@media screen and (max-width:810px){#header-text-left>h1{font-size:26px}header.nav-menu-open>#header-left>#header-text-left>h1{font-size:22px}header.nav-menu-open>#header-left>#header-text-left>p{font-size:10px}#header-right{height:60px}}@media screen and (max-width:730px){header.nav-menu-open>#header-left>#header-text-left>h1{font-size:19px}#nav-links>a{font-size:16px}header.nav-menu-open>#header-left>#header-text-left{max-width:180px}header.nav-menu-open>#header-left>#header-text-left>p{width:120px}#modeswitch{height:15px;width:40px}#modeswitch-slider{height:15px;width:22px}#modeswitch.modeslideon #modeswitch-slider{transform:translateX(16px)}#lang-and-modeswitch>button{font-size:10px;padding:3px 8px}header.nav-menu-open>#header-left{margin-right:0}}@media screen and (max-width:640px){#header-text-left>h1{font-size:20px}#hamburger-left,#hamburger-left:after,#hamburger-left:before,#hamburger-right,#hamburger-right:after,#hamburger-right:before{height:2px}#header-right{height:58px}}@media screen and (max-width:540px){#header-text-left>h1{font-size:16px}#header-right{height:58px}#nav-links>a{font-size:12px}}@media screen and (max-width:470px){#header-text-left>h1{font-size:11px}}@media screen and (max-width:450px){header.nav-menu-open>#header-left>#header-text-left>h1{font-size:12px}header.nav-menu-open>#header-left>#header-text-left>p{font-size:7px}#nav-links>a{font-size:10px}}@media screen and (max-width:380px){#header-text-left>h1{font-size:9px}}.PopupDisclaimer{background-color:#0000004d;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:7}#popupDisclaimerBox,.PopupDisclaimer{align-items:center;display:flex;justify-content:center}#popupDisclaimerBox{animation:popupZoomIn .225s ease-out;background-color:#ebb3ab;border-radius:30px;box-shadow:none;color:#335058;flex-direction:column;max-width:500px;opacity:.9;padding:20px 30px;position:relative;width:40%;z-index:8}#popupDisclaimerTop{display:flex;justify-content:flex-end;width:100%}#popupDisclaimerClose{aspect-ratio:1/1;filter:brightness(0) saturate(100%) invert(28%) sepia(19%) saturate(812%) hue-rotate(146deg) brightness(90%) contrast(89%);width:20px}#popupDisclaimerClose:hover{cursor:pointer}#popupDisclaimerContent>p{font-size:18px;line-height:2;padding-right:30px;text-transform:uppercase}@keyframes popupZoomIn{0%{opacity:.25;transform:scale(.5)}to{opacity:.85;transform:scale(1)}}@keyframes popupFadeOutOverlay{0%{opacity:.3}to{opacity:0}}.popupFadeOut{animation:popupFadeOutOverlay .225s ease-out forwards}@media screen and (max-width:810px){#popupDisclaimerContent>p{font-size:12px}}@media screen and (max-width:500px){#popupDisclaimerBox{width:70%}}.Footer{align-items:center;background-color:#334e58;color:#d1e3dd;display:flex;height:160px;justify-content:space-between;margin-top:auto;padding:0 3%;width:94%}#footer-left{align-items:flex-start;display:flex;flex-direction:column;height:86%;justify-content:space-evenly;padding:0}#footer-left>a{color:#d1e3dd;font-size:14px;text-decoration:none;text-transform:uppercase}#footer-left>a:after{background-color:#d1e3dd;content:"";display:block;height:2px;transition:width .4s;width:0}#footer-left>a:hover:after{width:100%}#footer-right{align-items:flex-end;display:flex;flex-direction:column;height:100%;justify-content:center}#footer-name{font-size:50px}#footer-description{color:#fcbfb7;font-size:14px;text-align:right;width:360px}@media screen and (max-width:810px){#footer-name{font-size:30px}#footer-description{font-size:10px;width:240px}}@media screen and (max-width:450px){#footer-name{font-size:15px}#footer-description{font-size:8px;width:160px}#footer-left>a{font-size:9px}.Footer{height:100px}}.LandingPage{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 3%}.landingPageTop{align-items:flex-end;display:flex;margin-bottom:80px}.landingPageMessageSection{align-items:flex-start;display:flex;flex-direction:column;width:100%}.landingPageMessage{border:2px solid #334e58;border-radius:16px;font-size:16px;line-height:1.8;margin:8px 0;max-width:500px;padding:14px 18px}.landingPageTop>.landingPageMessageSection>.landingPageMessage:nth-child(2){margin-bottom:12px}#landingVoteProjContainer a>button{background-color:#334e58;border:none;border-radius:34px;color:#fcbfb7;margin-top:20px;padding:12px 30px;transition:background-color .2s}#landingVoteProjContainer a>button:hover{background-color:#2b4149;cursor:pointer}#landingVoteProjContainer a>button>img{display:inline-block;filter:invert(65%) sepia(7%) saturate(1391%) hue-rotate(318deg) brightness(123%) contrast(98%);height:10px;margin-left:12px;transform:scale(1.7) translateY(-.5px)}#landingVoteProjContainer{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:70px;width:100%}#landingPageBottomMessages{align-items:flex-end;display:flex;margin-bottom:60px}.pollie{height:150px;margin:0 50px 0 10px}@media screen and (max-width:810px){.pollie{height:100px}.landingPageMessage{font-size:12px;max-width:calc(100% - 38px)}}@media screen and (max-width:450px){.pollie{height:80px}.landingPageMessage{font-size:9px}#landingVoteProjContainer a>button{font-size:10px;padding:10px 20px}#landingVoteProjContainer a>button>img{height:10px;margin-left:10px;transform:scale(1.3)}}.PollingResults{align-items:center;display:flex;flex-direction:column;padding:40px 20px;width:calc(100% - 40px)}.PollingResults>div{box-sizing:border-box;display:flex;justify-content:center;width:100%}#polling-divider{border-bottom:2px dashed #335058;height:0;margin:5px 0;width:90%}.exportButton{align-items:center;background-color:#334e58;border-radius:34px;display:flex;justify-content:space-evenly;margin:20px 5px;padding:12px 30px;transition:background-color .2s;width:220px}.exportButton>p{color:#fcbfb7;font-size:16px;font-weight:400}.exportButton>img{filter:invert(76%) sepia(11%) saturate(871%) hue-rotate(318deg) brightness(105%) contrast(98%);height:20px;margin-left:10px;width:20px}.exportButton:hover{background-color:#2b4149;cursor:pointer}@media screen and (max-width:450px){.exportButton{padding:6px 15px;width:140px}.exportButton>p{font-size:10px}.exportButton>img{height:15px;margin-left:8px;width:15px}}.vp-title{text-align:center;width:100%}.pollingMap{display:flex;justify-content:center}.SeatVisualisation{align-items:center;border-radius:0;box-sizing:border-box;display:flex;flex-direction:column;max-width:900px;padding:30px 15px;width:100%}.SeatVisualisation h3{color:#335058;font-family:Unbounded,sans-serif;font-size:1.1rem;font-weight:700;margin-bottom:16px;text-align:center;width:100%}.sv-chart-wrapper{display:flex;justify-content:center;overflow-x:auto;position:relative;width:100%}.sv-chart-wrapper svg text{fill:#335058;font-family:Unbounded,sans-serif}circle.seat{cursor:pointer;transition:opacity .15s}circle.seat:hover{opacity:.7}@media screen and (max-width:450px){.SeatVisualisation{padding-top:20px}.SeatVisualisation>h3{font-size:.8rem}.sv-chart-wrapper svg text{font-size:9px}}.Loader{align-items:center;display:flex;justify-content:center}.Loader>div{background-color:#335058;border-radius:50%;height:12px;margin:0 4px;width:12px}.Loader>div:first-child{animation:loader-up-down 1.2s ease-in-out infinite}.Loader>div:nth-child(2){animation:loader-up-down 1.2s ease-in-out .2s infinite}.Loader>div:nth-child(3){animation:loader-up-down 1.2s ease-in-out .4s infinite}@keyframes loader-up-down{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.VoteProjection{align-items:center;border-radius:0;box-sizing:border-box;display:flex;flex-direction:column;max-width:900px;padding:30px 15px;width:100%}.VoteProjection .vp-subtitle,.VoteProjection .vp-title{text-align:center;width:100%}.vp-title{font-size:1.15rem;font-weight:700;line-height:1.4;margin-bottom:6px}.vp-subtitle,.vp-title{color:#335058;font-family:Unbounded,sans-serif}.vp-subtitle{font-size:.9rem;margin:0 0 18px}.vp-chart-wrapper{display:flex;justify-content:center;overflow-x:auto;position:relative;width:100%}.vp-chart-wrapper svg text{fill:#111!important;font-family:Unbounded,sans-serif}.vp-grid line{stroke:#335058;stroke-dasharray:3 3}.chart-tooltip{background:#1a3a42;border-radius:0;color:#fff;font-size:13px;line-height:1.5;opacity:0;padding:6px 11px;pointer-events:none;position:fixed;transition:opacity .1s;white-space:nowrap;z-index:9999}.tick>text{fill:#335058;font-family:Unbounded,sans-serif}.vp-xaxis text{font-size:.5rem}@media screen and (max-width:450px){.vp-chart-wrapper svg text{font-size:8px}.VoteProjection{padding:0}.vp-title{font-size:.8rem}.vp-subtitle{font-size:.6rem}}.DemographicCharts{align-items:center;border-radius:0;box-sizing:border-box;display:flex;flex-direction:column;max-width:900px;padding:30px 15px;width:100%}.dc-title{color:#335058;font-family:Unbounded,sans-serif;font-size:1.1rem;font-weight:700;margin-bottom:18px;text-align:center;width:100%}.dc-chart-wrapper{display:flex;justify-content:center;overflow-x:auto;position:relative;width:100%}.dc-chart-wrapper svg text{fill:#111!important;font-family:Unbounded,sans-serif}.dc-grid line{stroke:#335058;stroke-dasharray:3 3}.sv-chart-wrapper circle.seat{cursor:pointer;transition:opacity .15s}.sv-chart-wrapper circle.seat:hover{opacity:.75}@media screen and (max-width:450px){.dc-chart-wrapper svg text{font-size:8px}.dc-title{font-size:.8rem}.DemographicCharts{padding:20px 0 0}}.DemographicChooser{box-sizing:border-box;display:flex;justify-content:center;padding:0 10px 20px;width:100%}.dc-sentence{font-size:1rem;line-height:2.8;margin:0;text-align:center}.dc-inline-select,.dc-sentence{color:#1a3a42;font-family:Unbounded,sans-serif}.dc-inline-select{border:2px solid #1a3a42;border-radius:0;cursor:pointer;display:inline-block;font-size:.93rem;height:32px;max-width:220px;padding:3px 8px;vertical-align:middle}.dc-inline-select:hover{background:#e8edf2}.dc-inline-select>option{background-color:#fff;color:#1a3a42}.dc-xaxis text{font-size:.5rem}.DemographicChoiceDropdown>p{color:#d1e3dd}.DemographicChoiceDropdown>select{background-color:#0000001a;border:2px solid #d1e3dd;border-radius:0;color:#d1e3dd;height:30px;min-width:200px}.DemographicChoiceDropdown>select:hover{background-color:rgba(0,0,0,.175)}.DemographicChoiceDropdown>select>option{background-color:#335058;color:#d1e3dd}@media screen and (max-width:450px){.dc-sentence{font-size:.6rem!important}.dc-inline-select{font-size:.6rem;height:auto;max-width:160px;padding:2px 4px;width:auto}.DemographicChooser{margin-bottom:20px;padding:0}}.PersonaChatExample.addExampleMargin{margin-top:60px}#landing-explore-personas{display:flex;flex-direction:column;margin-bottom:100px;width:100%}#land-expl-pers-top{align-items:center;display:flex;justify-content:space-evenly;width:100%}#example-persona-card{align-items:center;background-color:#fcbfb7;border-radius:50px;display:flex;flex-direction:column;height:360px;justify-content:center;max-width:300px;position:relative;width:28%}#example-persona-card>img{aspect-ratio:1;border:2px solid #334e58;border-radius:50%;width:110px}#example-persona-name{margin-bottom:13px;margin-top:25px;text-transform:uppercase}.example-persona-attr{color:#6b6d76;margin-top:12px}#persona-warning-hover{align-items:center;aspect-ratio:1;background-color:#334e58;border-radius:50%;display:flex;justify-content:center;position:absolute;right:-16px;top:-16px;width:60px}#persona-warning-hover>p{animation:exclamation-pulse 1.3s ease-in-out infinite;color:#fcbfb7;font-size:50px;pointer-events:none;z-index:2}#persona-warning-overlay{align-items:center;background-color:#334e58;border-radius:50px;display:none;flex-direction:column;height:calc(100% - 100px);justify-content:center;left:0;opacity:.9;padding:50px 35px;pointer-events:none;position:absolute;top:0;width:calc(100% - 70px);z-index:1}#persona-warning-hover:hover~#persona-warning-overlay{display:flex}#persona-warning-overlay>p{color:#fcbfb7;font-size:16px;line-height:2;text-align:center}#example-persona-chat{height:100%;margin-left:60px;width:calc(60% - 60px)}#example-response-message-container,#example-user-message-container{align-items:center;display:flex;width:100%}#example-user-message-container{justify-content:flex-end}#example-response-message-container{justify-content:flex-start;margin-top:30px}#example-user-message{background-color:#320d6d;color:#fcbfb7}#example-response-message,#example-user-message{border-radius:12px;padding:14px 18px;position:relative;width:75%}#example-response-message{background-color:#fcbfb7}#example-user-message>p{font-size:22px}#example-response-message>p{font-size:14px}#example-user-message-bubbletick{background-color:#320d6d;-webkit-clip-path:polygon(100% 100%,0 0,0 100%);clip-path:polygon(100% 100%,0 0,0 100%);right:-3px}#example-response-message-bubbletick,#example-user-message-bubbletick{aspect-ratio:1;border-radius:50%;bottom:0;position:absolute;width:10px}#example-response-message-bubbletick{background-color:#fcbfb7;-webkit-clip-path:polygon(0 100%,100% 0,100% 100%);clip-path:polygon(0 100%,100% 0,100% 100%);left:-3px}#land-expl-pers-bottom{align-items:center;display:flex;justify-content:center;margin-top:15px;width:100%}#land-expl-pers-bottom.dontShowPersonaLink{display:none}#land-expl-pers-bottom>a>button{background-color:#334e58;border:none;border-radius:34px;color:#fcbfb7;padding:12px 30px;transition:background-color .2s}#land-expl-pers-bottom>a>button:hover{background-color:#2b4149;cursor:pointer}#land-expl-pers-bottom>a>button>img{display:inline-block;filter:invert(65%) sepia(7%) saturate(1391%) hue-rotate(318deg) brightness(123%) contrast(98%);height:10px;margin-left:12px;transform:scale(1.7) translateY(-.5px)}@keyframes exclamation-pulse{0%{color:#fcbfb7;transform:scale(1)}50%{color:#ffa296;transform:scale(1.15)}to{color:#fcbfb7;transform:scale(1)}}@media screen and (max-width:810px){#example-user-message>p{font-size:18px}#example-response-message>p,#persona-warning-overlay>p{font-size:12px}#example-persona-card{width:30%}#example-persona-card>img{width:90px}#example-persona-name{font-size:15px;text-align:center}.example-persona-attr{font-size:10px}}@media screen and (max-width:450px){#land-expl-pers-top{align-items:center;flex-direction:column;justify-content:center}#example-persona-card{height:240px;margin-bottom:30px;max-width:none;width:65%}#example-persona-card>img{width:70px}#example-persona-name{font-size:12px;margin-bottom:10px;margin-top:20px}.example-persona-attr{font-size:9px;margin-top:10px}#example-persona-chat{height:auto;margin-bottom:10px;margin-left:0;width:85%}#example-response-message,#example-user-message{width:80%}#example-user-message>p{font-size:14px}#example-response-message>p{font-size:10px}#land-expl-pers-bottom>a>button{font-size:10px;padding:10px 20px}#land-expl-pers-bottom>a>button>img{height:10px;margin-left:10px;transform:scale(1.3)}#land-expl-pers-bottom{justify-content:center}}.CountrySwitch{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:100px;width:100%}.countrySwitchItem{align-items:center;background:#0000;border:none;display:flex;flex-direction:column;gap:4px;margin:1vw;padding:0;transition:transform .1s ease-in-out}.countrySwitchItem>img{width:5vw}.countrySwitchItem:hover{cursor:pointer;transform:scale(1.1);transition:transform .1s ease-in-out}.countrySwitchItem>.countryswitch-label{color:#334e58;font-size:.95rem;font-weight:700;line-height:1}.countrySwitchItem>.countryswitch-label:after{background-color:#334e58;content:"";display:block;height:2px;transition:width .1s ease-in-out;width:0}.countrySwitchItem.selectedIcon>.countryswitch-label:after{transition:width .3s ease-in-out;width:100%}@media screen and (max-width:810px){.countrySwitchItem>img{margin:3vw;width:15vw}.countrySwitchItem>strong{font-size:.75rem}}@media screen and (max-width:450px){.countrySwitchItem>img{margin:3vw;width:15vw}.countrySwitchItem>strong{font-size:.7rem}}.CountrySwitch2{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.countrySwitch2Item{background-color:#0000;border:2px solid #334e58;border-radius:16px;margin:4px 7px;padding:7px 18px;transition:background-color .2s}.countrySwitch2Item:hover{background-color:#0000001a;cursor:pointer}.countrySwitch2Item.selectedIcon2{background-color:#334e58}.countrySwitch2Item>img{height:24px}.countrySwitch2Item>div{color:#334e58;font-size:13px}.countrySwitch2Item.selectedIcon2>img{border:1px solid #fff}.countrySwitch2Item.selectedIcon2>div{color:#fcbfb7}.countrySwitch2Item:first-child{margin-left:0}@media screen and (max-width:450px){.countrySwitch2Item>img{height:18px}.countrySwitch2Item>div{font-size:10px}}.AboutPage{align-items:flex-start;justify-content:flex-start;padding:0 6%}#about-intro,.AboutPage{display:flex;flex-direction:column}#about-intro{align-items:center;justify-content:center;width:100%}#about-title{display:flex;flex-direction:column;margin-bottom:30px;width:840px}#about-title>h1{font-size:80px;text-align:justify;text-align-last:justify;width:100%}#about-title>h1:first-child{align-items:center;display:flex;justify-content:space-between}#about-title>h1:first-child>span{color:#6b6d76;font-size:20px;text-transform:uppercase}#about-briefing{font-size:22px;line-height:1.8;margin-bottom:40px;margin-top:20px}.about-header{font-size:36px;margin-bottom:25px;text-transform:uppercase;width:100%}.about-header:after{background-color:#335058;content:"";display:block;height:2.5px;margin-top:3px;width:0}.header-underline-appear:after{animation:header-underline .6942s ease-in-out forwards}.about-sectiontext{font-size:16px;line-height:1.5;margin-bottom:40px;max-width:1000px}.about-sectiontext>strong{font-weight:600}#about-first-paragraph{display:flex;justify-content:space-between;width:100%}#about-first-paragraph>p{width:70%}#about-first-paragraph>img{aspect-ratio:2/3;display:inline;flex-shrink:0;height:auto;object-fit:contain;width:20%}#about-whatwedo{display:flex;flex-direction:column;padding:0 4%;width:92%}.about-whatwedo-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:100px;padding:0 10%}.whatwedo-item-photo{align-items:center;aspect-ratio:1;background-color:#fcbfb7;border-radius:50%;display:flex;height:140px;justify-content:center;margin-right:5px}.whatwedo-item-photo>img{aspect-ratio:1;height:70px}.whatwedo-item-text{display:flex;flex-direction:column;font-size:16px;line-height:1.5}.whatwedo-item-text>h2{font-size:22px;font-weight:400;text-align:right}.whatwedo-item-text>p{max-width:350px;text-align:right}.about-whatwedo-item:nth-child(2n){flex-direction:row-reverse}.about-whatwedo-item:nth-child(2n)>.whatwedo-item-text>h2,.about-whatwedo-item:nth-child(2n)>.whatwedo-item-text>p{text-align:left}.about-whatwedo-item:nth-child(2n)>.whatwedo-item-photo{margin-left:5px;margin-right:0}.about-whatwedo-item:last-child{margin-bottom:100px}#about-commitments{display:flex;flex-direction:column}#about-commitments>p{font-size:16px;line-height:1.5;margin-bottom:30px;max-width:80%}#about-commitments>p>span{font-size:22px;font-weight:400;margin-right:15px}#about-team{margin-bottom:80px}@keyframes header-underline{0%{width:0}to{width:100%}}@media screen and (max-width:920px){#about-title{width:630px}#about-title>h1{font-size:60px}#about-title>h1:first-child>span{font-size:16px}#about-briefing{font-size:20px}}@media screen and (max-width:810px){#about-title{width:480px}#about-title>h1{font-size:46px}#about-briefing{font-size:17px}#about-title>h1:first-child>span{font-size:13px}.about-header{font-size:26px}.about-sectiontext{font-size:14px}#about-first-paragraph{align-items:center;flex-direction:column;justify-content:center}#about-first-paragraph>img{width:20%}#about-first-paragraph>p{width:100%}.about-whatwedo-item{margin-bottom:40px;padding:5%}.whatwedo-item-photo{height:100px}.whatwedo-item-photo>img{height:45px}.whatwedo-item-text>p{font-size:14px}.whatwedo-item-text>h2{font-size:20px}.about-whatwedo-item:last-child{margin-bottom:80px}#about-commitments>p{font-size:14px;max-width:100%}#about-commitments>p>span{font-size:20px}#about-commitments{margin-bottom:60px}}@media screen and (max-width:540px){#about-title{width:378px}#about-title>h1{font-size:36px}#about-briefing{font-size:14px}#about-title>h1:first-child>span{font-size:10px}#about-first-paragraph>img{display:none}}@media screen and (max-width:450px){#about-title{width:273px}#about-title>h1{font-size:26px}#about-title>h1:first-child>span{font-size:7px}#about-briefing{font-size:10px}.about-header{font-size:18px}.about-sectiontext{font-size:10px}.about-whatwedo-item{margin-bottom:30px}.whatwedo-item-photo{height:50px}.whatwedo-item-photo>img{height:20px}.whatwedo-item-text>p{font-size:10px}.whatwedo-item-text>h2{font-size:14px}.about-whatwedo-item:last-child{margin-bottom:60px}#about-commitments>p{font-size:10px;max-width:100%}#about-commitments>p>span{font-size:14px}#about-commitments{margin-bottom:40px}}@media screen and (max-width:300px){#about-title{width:187px}#about-title>h1{font-size:18px}#about-title>h1:first-child>span{font-size:5px}#about-briefing{font-size:8px}}#persona-selection{display:flex;flex-direction:column;margin-top:70px;padding:0 5%}#selection-explanation{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:50px}#selection-explanation>h1{font-size:36px}#selection-explanation>p{font-size:16px;margin-top:20px;max-width:800px}@media screen and (max-width:450px){#selection-explanation>h1{font-size:18px}#selection-explanation>p{font-size:11px}}.DemographicChooserForPersona{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;width:100%}.DemographicChoiceDropdown{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-bottom:30px}.DemographicChoiceDropdown>p{color:#335058;text-transform:capitalize}.DemographicChoiceDropdown>select{background-color:#fcbfb7;border:2px solid #335058;border-radius:16px;color:#335058;font-size:16px;margin-top:10px;padding:4px;width:200px}.DemographicChoiceDropdown>select:hover{background-color:#e0aaa3}.DemographicChoiceDropdown>select>option{background-color:#d1e3dd;border:0;color:#335058}@media screen and (max-width:450px){.DemographicChoiceDropdown>p{font-size:12px}.DemographicChoiceDropdown>select{font-size:12px;margin-top:8px;padding:2px 4px}}.PersonaChooser{display:flex;flex-wrap:wrap;justify-content:space-evenly;margin-bottom:50px}.PersonaDetailCard{border-radius:100%;height:114px;margin:24px;position:relative;width:114px;z-index:1}.personacard-fakeborder{background-color:#d1e3dd;border-radius:100%;height:120px;left:-3px;position:absolute;top:-3px;width:120px;z-index:2}.PersonaDetailCard:hover{z-index:3}.PersonaDetailCard>img{height:100%;position:relative;width:100%;z-index:3}.persona-info-bubble{align-items:flex-end;background-color:#334e58;border:7px solid #d1e3dd;border-radius:20px;color:#d1e3dd;display:none;flex-direction:column;justify-content:flex-start;left:43px;min-width:370px;opacity:.94;padding:10px;position:absolute;top:43px;z-index:1}.PersonaDetailCard.flip .persona-info-bubble{align-items:flex-start;left:auto!important;right:43px}.persona-info-bubble>div{display:flex;margin:5px 0}.persona-info-bubble>div>p:first-child{margin-right:5px}.persona-info-bubble>div>p{font-size:16px}.PersonaDetailCard:hover>.persona-info-bubble{display:flex}.enter-personachat-button{background-color:#fcbfb7;border:0;border-radius:16px;margin-top:10px;padding:6px 10px}.enter-personachat-button:hover{background-color:#e4aca5;cursor:pointer}.enter-personachat-button>img{display:inline-block;height:10px;margin-left:12px;transform:scale(1.6)}@media screen and (max-width:810px){.persona-info-bubble{min-width:290px}.persona-info-bubble>div>p{font-size:12px}.persona-info-bubble>div{margin:4px 0}}@media screen and (max-width:450px){.PersonaDetailCard{height:77px;width:77px}.personacard-fakeborder{height:80px;left:-1.5px;top:-1.5px;width:80px}.persona-info-bubble{align-items:flex-start;min-width:0;padding-top:25px;width:180px}.persona-info-bubble>div>p{font-size:9px}.PersonaDetailCard.flip .persona-info-bubble{align-items:flex-end;left:auto!important;right:43px}.enter-personachat-button{font-size:10px;margin-top:10px;padding:6px 10px}.enter-personachat-button>img{height:10px;margin-left:6px;transform:translateY(1px) scale(1.3)}}.PersonaChatExample{margin-bottom:50px}.PersonaChat{height:100vh;justify-content:center;left:0;position:fixed;top:30px;width:100vw;z-index:4}#chat-bubble,.PersonaChat{align-items:center;display:flex}#chat-bubble{background-color:#334e58;border:2px solid #d1e3dd;border-radius:26px;flex-direction:column;height:calc(75% - 50px);justify-content:space-between;max-height:635px;padding:25px;position:relative;width:calc(60% - 50px)}#chat-close{aspect-ratio:1;cursor:pointer;position:absolute;right:25px;top:25px;width:28px}#chat-close-cross{filter:brightness(0) saturate(100%) invert(92%) sepia(7%) saturate(300%) hue-rotate(109deg) brightness(99%) contrast(90%);pointer-events:none;width:100%}#persona-chat-header{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}#chat-with-text{color:#d1e3dd;font-size:14px;margin-bottom:10px}#persona-name{color:#fcbfb7;font-size:24px;margin-bottom:10px;position:relative;text-transform:uppercase}#anthro-warning{align-items:center;aspect-ratio:1;background-color:#335058;border:2px solid #fcbfb7;border-radius:100%;bottom:0;color:#fcbfb7;display:flex;justify-content:center;position:absolute;right:-35px;width:24px;z-index:5}#anthro-warning>p{color:#fcbfb7;font-size:20px;z-index:5}#chat-not-real-warning{background-color:#fcbfb7;border-radius:16px;bottom:15px;color:#335058;font-size:10px;padding:8px 12px;position:absolute;right:-167px;z-index:1}#persona-chat-attributes{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly}.persona-chat-attributes-single{border:1px solid #d1e3dd;border-radius:12px;color:#d1e3dd;font-size:12px;margin:0 4px 10px;padding:6px 10px}#persona-chat-history{height:50%;overflow-y:auto;overscroll-behavior:contain;padding:0 1%;width:98%}#persona-chat-history::-webkit-scrollbar{width:8px}#persona-chat-history::-webkit-scrollbar-track{background:#ffffff1a}#persona-chat-history::-webkit-scrollbar-thumb{background:#d1e3dd}#persona-chat-history::-webkit-scrollbar-thumb:hover{background:#c5d5cf}#persona-chat-input{align-items:center;display:flex;justify-content:space-between;width:100%}#persona-chat-input>input{background-color:initial;border:2px solid #d1e3dd;border-radius:16px;color:#d1e3dd;height:40px;margin-right:10px;padding:0 16px;width:calc(85% - 10px)}#persona-chat-input>input::placeholder{color:#d1e3dd}#persona-chat-input>div{align-items:center;aspect-ratio:1;background-color:#fcbfb7;border-radius:16px;display:flex;height:40px;justify-content:center}#persona-chat-input>div:hover{cursor:pointer}#persona-chat-input>div>img{aspect-ratio:1;filter:invert(26%) sepia(16%) saturate(1020%) hue-rotate(146deg) brightness(94%) contrast(86%);height:24px}#chat-bubble-agree{align-items:center;background-color:#334e58;border:2px solid #d1e3dd;border-radius:26px;display:flex;flex-direction:column;height:calc(92% - 4px);justify-content:center;left:0;padding:4% 16%;position:absolute;text-align:center;top:0;width:calc(68% - 4px);z-index:5;z-index:6}#chat-bubble-agree>p:first-child{color:#d1e3dd;font-size:30px;font-weight:400}#chat-bubble-agree>p:nth-child(2){color:#fcbfb7;font-size:30px;font-weight:400;margin-bottom:20px}#chat-bubble-agree>p:nth-child(3){animation:fade-in-agree .5s ease .55s forwards;color:#9ba9b0;font-size:18px;margin-bottom:20px;opacity:0}#chat-bubble-agree>p:nth-child(4){animation:fade-in-agree .5s ease 2s forwards;color:#d1e3dd;font-size:19px;font-weight:400;margin-bottom:18px;opacity:0}#chat-bubble-agree>p:nth-child(5){animation:fade-in-agree .5s ease 4.5s forwards;color:#9ba9b0;font-size:14px;margin-bottom:50px;opacity:0}#chat-bubble-agree-buttons{align-items:center;animation:fade-in-agree .5s ease 7s forwards;display:flex;justify-content:space-between;opacity:0;width:100%}#chat-bubble-agree-buttons>div:first-child,#chat-bubble-agree-buttons>div:nth-child(2){animation:fade-in-pointer-event .5s ease 7s forwards;border-radius:20px;color:#334e58;cursor:pointer;font-size:14px;font-weight:400;padding:10px 20px;pointer-events:none;transition:background-color .2s}#chat-bubble-agree-buttons>div:first-child{background-color:#9ba9b0}#chat-bubble-agree-buttons>div:first-child:hover{background-color:#889399}#chat-bubble-agree-buttons>div:nth-child(2){background-color:#fcbfb7}#chat-bubble-agree-buttons>div:nth-child(2):hover{background-color:#dda7a0}@keyframes fade-in-agree{0%{opacity:0}to{opacity:1}}@keyframes fade-in-pointer-event{0%{pointer-events:none}to{pointer-events:auto}}@media screen and (max-width:810px){#chat-bubble{width:calc(80% - 50px)}#chat-close{width:28px}#chat-with-text{font-size:12px}#persona-name{font-size:22px}#anthro-warning{left:-35px}#chat-not-real-warning{bottom:15px;font-size:8px;left:-140px;padding:6px 10px;width:100px}.persona-chat-attributes-single{font-size:11px;margin:0 3px 10px}#chat-bubble-agree-buttons>div:first-child,#chat-bubble-agree-buttons>div:nth-child(2){font-size:12px;padding:8px 10px}}@media screen and (max-width:450px){#chat-bubble{height:calc(75% - 24px);padding:12px;width:calc(90% - 24px)}#persona-name{font-size:18px}#chat-close{width:20px}.persona-chat-attributes-single{font-size:8px;margin:0 1.5px 8px}#chat-not-real-warning{bottom:20px;font-size:5px;left:-100px;width:63px}#persona-chat-input>input{border-radius:16px;font-size:10px;height:26px;margin-right:5px;padding:0 10px;width:calc(85% - 20px)}#persona-chat-input>div{border-radius:8px;height:26px}#persona-chat-input>div>img{height:15px}#persona-chat-history{height:57%}#chat-bubble-agree{height:calc(96% + 3px);padding:2% 10%;top:-1px;width:80%}#chat-bubble-agree>p:first-child{font-size:20px}#chat-bubble-agree>p:nth-child(2){font-size:20px;margin-bottom:16px}#chat-bubble-agree>p:nth-child(3){font-size:12px;margin-bottom:16px}#chat-bubble-agree>p:nth-child(4){font-size:12px;margin-bottom:14px}#chat-bubble-agree>p:nth-child(5){font-size:8px;margin-bottom:30px}#chat-bubble-agree-buttons>div:first-child,#chat-bubble-agree-buttons>div:nth-child(2){font-size:8px;padding:4px 6px}}.ReceivedMessage{align-items:center;display:flex;justify-content:flex-start;margin-bottom:20px;width:100%}.ReceivedMessage>div{background-color:#fcbfb7;border-radius:12px;max-width:calc(60% - 36px);padding:14px 18px;position:relative}.ReceivedMessage>div>p{font-size:14px}#received-message-bubbletick{aspect-ratio:1;background-color:#fcbfb7;border-radius:50%;bottom:0;-webkit-clip-path:polygon(0 100%,100% 0,100% 100%);clip-path:polygon(0 100%,100% 0,100% 100%);left:-3px;position:absolute;width:10px}@media screen and (max-width:450px){.ReceivedMessage>div{max-width:calc(70% - 36px);padding:10px 12px}.ReceivedMessage>div>p{font-size:10px}}.UserMessage{align-items:center;display:flex;justify-content:flex-end;margin-bottom:20px;width:100%}.UserMessage>div{background-color:#d1e3dd;border-radius:12px;max-width:calc(60% - 36px);padding:14px 18px;position:relative}.UserMessage>div>p{font-size:14px}#user-message-bubbletick{aspect-ratio:1;background-color:#d1e3dd;border-radius:50%;bottom:0;-webkit-clip-path:polygon(100% 100%,0 0,0 100%);clip-path:polygon(100% 100%,0 0,0 100%);position:absolute;right:-3px;width:10px}@media screen and (max-width:450px){.UserMessage>div{max-width:calc(70% - 36px);padding:10px 12px}.UserMessage>div>p{font-size:10px}}.AwaitingMessage{align-items:center;display:flex;justify-content:flex-start;margin-bottom:20px;width:100%}.AwaitingMessage>div{background-color:#fcbfb7;border-radius:12px;height:16px;max-width:calc(60% - 36px);padding:14px 18px;position:relative}.AwaitingMessage>div>.Loader{transform:translateY(5px)}#awaiting-message-bubbletick{aspect-ratio:1;background-color:#fcbfb7;border-radius:50%;bottom:0;-webkit-clip-path:polygon(0 100%,100% 0,100% 100%);clip-path:polygon(0 100%,100% 0,100% 100%);left:-3px;position:absolute;width:10px}@media screen and (max-width:450px){.AwaitingMessage>div{max-width:calc(70% - 36px);padding:10px 8px}.AwaitingMessage>div>.Loader{transform:translateY(5px) scale(.6)}}.EthicsPage{align-items:center;display:flex;flex-direction:column}.EthicsPage>h1{font-size:50px;font-weight:400}#values-carousel{align-items:center;display:flex;justify-content:center;margin-bottom:60px;margin-top:100px}#carousel-left{transform:rotate(180deg)}#carousel-left:hover,#carousel-right:hover{cursor:pointer}.carousel-card-primary{align-items:center;background-color:#334e58;border-radius:30px;display:flex;flex-direction:column;height:400px;justify-content:center;margin:0 25px;padding:50px;width:260px}.carousel-card-primary>img{aspect-ratio:1;filter:brightness(0) saturate(100%) invert(76%) sepia(11%) saturate(1175%) hue-rotate(316deg) brightness(108%) contrast(98%);width:120px}.carousel-card-primary>h1{color:#d1e3dd;font-size:20px;font-weight:300;margin:20px 0;text-align:center}.carousel-card-primary>p{color:#fcbfb7;font-size:16px;font-weight:200;line-height:1.6;text-align:center}.carousel-card-secondary{align-items:center;border:3px solid #334e58;border-radius:30px;display:flex;flex-direction:column;height:275px;justify-content:center;margin:0 25px;padding:38px;width:170px}.carousel-card-secondary>img{aspect-ratio:1;filter:brightness(0) saturate(100%) invert(27%) sepia(25%) saturate(628%) hue-rotate(150deg) brightness(89%) contrast(87%);width:70px}.carousel-card-secondary>h1{color:#334e58;font-size:15px;font-weight:300;margin:15px 0;text-align:center}.carousel-card-secondary>p{color:#334e58;font-size:12px;font-weight:200;line-height:1.2;text-align:center}@media screen and (max-width:810px){.carousel-card-primary{height:311px;margin:0 8px;padding:12px;width:166px}.carousel-card-primary>img{width:70px}.carousel-card-primary>h1{font-size:13px;margin:20px 0}.carousel-card-primary>p{font-size:8px}.carousel-card-secondary{height:234px;margin:0 8px;padding:8px;width:129px}.carousel-card-secondary>img{width:60px}.carousel-card-secondary>h1{font-size:10px;margin:11px 0}.carousel-card-secondary>p{font-size:6px;font-weight:300}.EthicsPage>h1{font-size:30px}}@media screen and (max-width:450px){.EthicsPage>h1{font-size:18px}#values-carousel{flex-direction:column}.carousel-card-primary{height:190px;padding:10px;width:calc(90% - 20px)}.carousel-card-primary>img{width:60px}.carousel-card-secondary{height:96px;margin:14px 0;padding:7px;width:calc(70% - 14px)}.carousel-card-secondary>img{width:40px}.carousel-card-secondary>h1{font-size:8px;margin:6px 0}.carousel-card-secondary>p{font-size:5px}#carousel-left{transform:rotate(270deg)}#carousel-right{transform:rotate(90deg)}}.PollPage{display:flex;flex-direction:column;padding:0 3%}
/*# sourceMappingURL=main.f846a4a8.css.map*/