body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.aboutView-container{background-color:#fff;padding:15px 10px 0;min-height:calc(100vh - 115px);flex:1 1 auto;display:flex}.aboutView-image{flex:1 1;margin:10px 50px auto;max-height:80vh;max-width:80vh;position:relative;padding:10px 0}.aboutView-image>img{border-radius:50%;object-fit:contain;overflow:hidden;width:100%;object-position:center;transition:opacity .7s;height:100%;background-color:var(--alma-pink)}.aboutView-container>article{flex:1 1;margin:auto 0;font-size:1.5rem;line-height:2.3rem;max-width:50ch;white-space:pre-wrap;padding-bottom:10px;padding-top:10px}@media screen and (max-width:1000px){.aboutView-image{flex:2 1}}@media screen and (max-width:800px){.aboutView-container{display:block}.about-textPane{text-align:center}.about-textPane>div>a>button{margin:auto}}.spinner-container{width:var(--loadIndicatorSize);height:var(--loadIndicatorSize)}.spinner-head{position:relative;-webkit-animation-name:snurra;animation-name:snurra;transform-origin:5px 5px}.spinner-head,.spinner-head>div{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:var(--animDurationLoadIndicator);animation-duration:var(--animDurationLoadIndicator)}.spinner-head>div{width:var(--loadIndicatorDotSize);height:var(--loadIndicatorDotSize);border-radius:50%;position:absolute}.spinner-head>div:first-of-type{left:-10px;top:0;-webkit-animation-name:byta1;animation-name:byta1;background-color:var(--alma-blue)}.spinner-head>div:nth-of-type(2){left:0;top:10px;-webkit-animation-name:byta4;animation-name:byta4;background-color:#9c0323}.spinner-head>div:nth-of-type(3){left:10px;top:0;-webkit-animation-name:byta2;animation-name:byta2;background-color:var(--alma-yellow)}.spinner-head>div:nth-of-type(4){top:-10px;left:0;-webkit-animation-name:byta3;animation-name:byta3;background-color:var(--alma-pink)}@-webkit-keyframes snurra{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes snurra{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes byta1{0%{left:calc(var(--loadIndicatorSize)*-1)}33%{left:var(--loadIndicatorSize)}66%{left:var(--loadIndicatorSize)}to{left:calc(var(--loadIndicatorSize)*-1)}}@keyframes byta1{0%{left:calc(var(--loadIndicatorSize)*-1)}33%{left:var(--loadIndicatorSize)}66%{left:var(--loadIndicatorSize)}to{left:calc(var(--loadIndicatorSize)*-1)}}@-webkit-keyframes byta2{0%{left:var(--loadIndicatorSize)}33%{left:calc(var(--loadIndicatorSize)*-1)}66%{left:calc(var(--loadIndicatorSize)*-1)}to{left:var(--loadIndicatorSize)}}@keyframes byta2{0%{left:var(--loadIndicatorSize)}33%{left:calc(var(--loadIndicatorSize)*-1)}66%{left:calc(var(--loadIndicatorSize)*-1)}to{left:var(--loadIndicatorSize)}}@-webkit-keyframes byta3{0%{top:var(--loadIndicatorSize)}33%{top:var(--loadIndicatorSize)}66%{top:calc(var(--loadIndicatorSize)*-1)}to{top:var(--loadIndicatorSize)}}@keyframes byta3{0%{top:var(--loadIndicatorSize)}33%{top:var(--loadIndicatorSize)}66%{top:calc(var(--loadIndicatorSize)*-1)}to{top:var(--loadIndicatorSize)}}@-webkit-keyframes byta4{0%{top:calc(var(--loadIndicatorSize)*-1)}33%{top:calc(var(--loadIndicatorSize)*-1)}66%{top:var(--loadIndicatorSize)}to{top:calc(var(--loadIndicatorSize)*-1)}}@keyframes byta4{0%{top:calc(var(--loadIndicatorSize)*-1)}33%{top:calc(var(--loadIndicatorSize)*-1)}66%{top:var(--loadIndicatorSize)}to{top:calc(var(--loadIndicatorSize)*-1)}}.button,.button-pink,.button-round,.button-small,.button-yellow{font-size:large;color:#fff;background-color:var(--alma-blue);border:none;padding:5px 30px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;font-size:1.2rem;cursor:pointer;display:block;white-space:nowrap;font-family:alma-regular}.button-pink{background-color:var(--alma-pink)}.button-round{border-radius:50%;white-space:pre-line;text-align:center;line-height:1.8rem;height:6rem;width:6rem;padding:0;outline:0}.button-pink:hover:enabled{-webkit-filter:brightness(85%);filter:brightness(85%)}.button-pink:disabled,.button-small:disabled{cursor:default;background-color:#aeb0b1}.button-yellow{background-color:var(--alma-yellow);max-width:150px}.button-yellow:hover:enabled{-webkit-filter:brightness(85%);filter:brightness(85%)}.button-yellow:disabled{cursor:default;background-color:#aeb0b1}.button-small{font-size:1rem}.button-round:hover:enabled,.button-small:hover:enabled,.button:hover:enabled{background-color:#395c63}.button:disabled{cursor:default;background-color:#aeb0b1}.button-link{color:var(--alma-blue);border:none;font-weight:700;font-size:1.2rem;cursor:pointer;display:block;text-align:left;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:transparent;margin:0;padding:0}.button-link:first-letter{text-transform:capitalize}.button-link:hover{color:#9c0323}.button-icon,.button-icon-noShadow{border:none;cursor:pointer;display:block;padding:0;background-color:transparent;outline:none;-webkit-tap-highlight-color:transparent}#Layer_1:hover{fill:var(--iconHoverColor);stroke:var(--iconHoverColor)}.button-icon-noShadow:hover,.button-icon:active,.button-icon:hover{fill:#395a61}.hamburgerMenu-container{list-style:none;font-size:1.8rem;margin:0;padding:0 30px;width:180px;border-right:1px solid var(--alma-pink)}.hamburgermanu-trancendent{width:100%}.instalink{text-decoration:none;color:#000}.hamburgerMenu-li{cursor:default}.hamburgerMenu-li,.hamburgerMenu-li-unchecked{display:flex;padding-left:7px;font-family:alma}.hamburgerMenu-li-unchecked{cursor:pointer}.hamburgerMenu-li-unchecked:hover{font-weight:700}.shopitem-container{width:100%;position:relative;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.shopitem-info,.shopitem-info-mobile{position:absolute;bottom:10px;font-weight:700;color:var(--alma-pink);font-size:1.3rem;transition:color .3s ease,background-color .3s ease;left:50%;width:100%;pointer-events:none;white-space:pre;text-align:center;transform:translateX(-50%)}.shopitem-info{background-color:#fff;bottom:4px;padding:10px 0}.shopitem-info-mobile{position:static;color:#000;transform:none;margin-bottom:10px}.shopitem-container>h4,.shopitem-container>h5{position:absolute;top:0;margin:0;max-width:100%;padding:3px 10px;white-space:pre-wrap;color:var(--alma-pink);font-size:1.3rem;background-color:#fff;overflow-wrap:break-word;left:0}.shopitem-container>h4{background-color:transparent;color:#fff;font-weight:lighter;font-size:1.5rem}.shopitem-container>button{position:absolute;top:0;right:0}.shopitem-img{height:auto;margin:auto;cursor:pointer;width:100%;transition:opacity .7s ease,-webkit-filter .3s ease;transition:filter .3s ease,opacity .7s ease;transition:filter .3s ease,opacity .7s ease,-webkit-filter .3s ease}.shopitem-img:hover{-webkit-filter:brightness(var(--hoverBrightness));filter:brightness(var(--hoverBrightness))}.shopitem-container-link{display:flex;text-decoration:none}.shopView-container{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--minShopImgWidth),1fr));grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px;grid-row-gap:15px;row-gap:15px;background-color:hsla(0,0%,100%,.6);padding:15px;box-sizing:border-box;min-height:calc(100vh - 100px);height:100%}@media screen and (max-width:1550px){.shopView-container{grid-template-columns:repeat(auto-fill,minmax(310px,1fr))}}@media screen and (max-width:900px){.shopView-container{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media screen and (max-width:560px){.shopView-container{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}}@media screen and (max-width:440px){.shopView-container{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}}.LandingPage-container{width:100%;position:relative;overflow:hidden}.landingVideo{min-height:100%;min-width:100%;width:100%;object-fit:cover}.landingPage-buttonRow{position:absolute;bottom:10%;display:flex;justify-content:space-between;width:100%}.landingPage-buttonRow>a{border-radius:50%;margin:0 100px}.landingPage-buttonRow>a>button{background-color:var(--alma-pink);width:150px;height:150px;border-radius:50%;padding:0;cursor:pointer;display:inline-block;border:none;outline:none;text-align:center}.landingPage-buttonRow>a>button:hover{-webkit-filter:brightness(85%);filter:brightness(85%)}.landingPage-buttonRow>a:last-of-type>button{background-color:var(--alma-blue);color:#fff;font-size:2rem}.landingImages-text{font-size:9rem}@media screen and (max-width:560px){.landingImages-text{font-size:7rem}}@media screen and (max-width:800px){.LandingPage-container{display:flex;height:100%;max-width:100%;overflow:hidden}.landingVideo{object-fit:cover;min-height:0;min-width:0;margin:auto 0}.landingPage-buttonRow>a{margin:10px}.landingPage-buttonRow{bottom:0}}.application-container{background-size:cover;background-repeat:repeat}.application-container,.application-offline{background-image:url("/static/media/avalma- background -  long svg.dba8e638.svg")}.application-offline{background-color:hsla(0,0%,100%,.7);background-blend-mode:overlay;background-size:cover;display:flex}.application-header{display:flex;left:0;right:0;position:absolute;z-index:3;min-height:100px;flex:0 1 auto}@-webkit-keyframes headerAnim{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes headerAnim{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.application-header>p{margin:auto;font-family:alma;font-weight:900;font-size:5rem;padding-left:180px}.application-header>div{position:absolute;display:flex;right:0}.application-header>div>button{margin-top:auto;margin-left:10px}.application-mainContainer{background-image:url("/static/media/avalma- background -  long svg.dba8e638.svg");background-size:cover;width:100%}.application-main{margin-top:100px;display:flex}.application-mobileMenuContainer{position:absolute;background-color:#fff;z-index:100}@media screen and (max-width:800px){.application-mainContainer{margin-right:0;height:100%;display:flex;flex-direction:column}}.modal-display{position:fixed;z-index:50;left:0;top:0;display:flex;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.3);-webkit-animation-name:fader;animation-name:fader;-webkit-animation-duration:.5s;animation-duration:.5s}@-webkit-keyframes fader{0%{background-color:transparent}to{background-color:rgba(0,0,0,.3)}}@keyframes fader{0%{background-color:transparent}to{background-color:rgba(0,0,0,.3)}}.modal-header{display:flex;cursor:-webkit-grab;cursor:grab}.modal-header h4{margin:5px}.modal-header>button{margin-left:auto;border:none;background-color:#fff;outline:none;padding:5px;max-height:35px;cursor:pointer;border-radius:50%}.modal-header>button:hover{background-color:#d3d3d3}.modal-content{position:absolute;left:25%;z-index:100;top:25%;border-top:3px solid var(--alma-yellow);background-color:#fff;box-shadow:0 4px 5px 3px hsla(0,0%,53.3%,.5333333333333333);width:var(--modalwidth)}.modal-footer{display:flex;padding:5px;flex-direction:row-reverse;cursor:unset}.modal-footer>button{margin-left:10px}@media screen and (max-width:900px){.modal-content{width:95%;left:2.5%}}.uploadNewItem-container{padding:10px 40px;max-height:700px;overflow:auto}.imageChooser-container>img{height:auto;width:100px}.localImage-container{display:flex;margin-top:10px}.localImage-container>img{width:auto;height:200px;object-fit:contain}.input-container-input{font-size:1rem;font-weight:600;border:1px solid #c9c9c9;min-width:240px;box-sizing:border-box}.input-container-input:hover{background-color:#eee;border:1px solid #aaa}.input-container-input:focus{outline:none;background-color:#e0cf8c;border:1px solid var(--alma-yellow)}.input-container>p{margin:0;font-size:1rem}.input-container{margin-top:10px}.fileuploader-container{height:130px}.fileuploader-uploadArea{display:flex}.fileuploader-dropZone,.fileuploader-dropZone-over{width:300px;height:120px;padding:0;margin-top:10px;background-color:#e0ffff;border:1px solid #000;display:flex;transition:all .3s;cursor:pointer}.fileuploader-dropZone{padding:0;background-color:#fff}.fileuploader-innerDropZone,.fileuploader-innerDropZone-over{border:2px dashed #d3d3d3;transition:all .3s;width:100%;height:100%;margin:auto;display:flex}.fileuploader-dropZone div{margin:auto}.fileuploader-dropZone-over{padding:15px;height:90px;width:270px}.fileuploader-dropZone-over div{margin:auto}.fileuploader-dropZone-over p,.fileuploader-dropZone p{text-align:center;margin:auto;padding:0;font-style:italic}.fileuploader-dropZone-over p:last-of-type,.fileuploader-dropZone p:last-of-type{font-weight:700;font-style:normal}.droppedfile-removeBtn{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border:none;background-color:#fff;outline:none;padding:5px;margin:auto 0;cursor:pointer;border-radius:50%}.droppedfile-removeBtn:hover{background-color:#d3d3d3}.droppedfile-container{display:flex}.droppedfile-container>div{margin-right:20px}.droppedfile-name{margin:auto}.droppedfile-name-clickable{margin:auto;cursor:pointer;color:#2a35ff}.droppedfile-name-clickable:hover{text-decoration:underline}.container{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:1.2rem;-webkit-user-select:none;-ms-user-select:none;user-select:none}.container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#eee;border-radius:50%}.container:hover input~.checkmark{background-color:#ccc}.container input:checked~.checkmark{background-color:#2196f3}.checkmark:after{content:"";position:absolute;display:none}.container input:checked~.checkmark:after{display:block}.container .checkmark:after{top:9px;left:9px;width:8px;height:8px;border-radius:50%;background:#fff}.progressBar-bar{height:20px;width:100%;background-color:#f0f8ff;padding:3px}.progressBar-bar>div{background-color:#9c0323;height:20px}.uploadprogress-container{display:flex;padding:10px;position:relative}.uploadprogress-container>p{margin:auto 5px 0 0;white-space:nowrap}.uploadprogress-cancelBtn{cursor:pointer;display:flex;margin:auto 0;position:absolute;right:10px;top:35%}.uploadprogress-cancelBtn:hover{color:red}.uploadprogress-loadingIndicator{width:100%}.absdrop-container{z-index:5;position:absolute;right:0;top:20px;margin-left:50px;left:100px;max-width:350px}.absdrop-expandable{background-color:#fff;max-height:20px;overflow:hidden;transition:max-height .5s;box-shadow:0 0 8px #888;cursor:pointer;top:5px;z-index:10;padding:0 5px 3px}.absdrop-expandable:hover{background-color:#ebebeb}.NotFoundItem-container{min-height:calc(100vh - 100px);background-image:url("/static/media/avalma- background -  long svg.dba8e638.svg");background-color:hsla(0,0%,100%,.7);background-blend-mode:overlay;background-size:cover;display:flex}.NotFoundItem-container>p{margin:auto;font-size:1.8rem;white-space:pre-wrap;text-align:center;line-height:2.8rem;transform:translateX(-100px)}@media screen and (max-width:800px){.NotFoundItem-container>p{transform:none;padding:20px;font-size:1.5rem}}.selectedItem-container{background-color:hsla(0,0%,100%,.9);padding:10px;min-height:calc(100vh - 121px)}.selectedItem-payloadRow{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr;margin-right:20px}.selectedItem-infoCol{max-width:50ch;font-family:alma-regular;grid-column:2}.selectedItem-infoCol>h1,.selectedItem-price{font-family:alma-bold}.carousel-container>button{position:absolute;z-index:1;pointer-events:all}.carousel-container{pointer-events:none;min-height:100%;grid-column:1;grid-row:1;position:relative}.selectedItem-info{font-family:alma-regular}.carousel-container>img{object-fit:contain;max-height:100%;max-width:100%;width:100%;height:auto;object-position:0;transition:opacity .7s;z-index:1;position:absolute;pointer-events:none}.carouseldots-container{--carousel-dot-size:13px;display:grid;height:var(--carousel-dot-size);position:absolute;z-index:2;opacity:0;padding:6px;border-radius:10px;grid-template-columns:repeat(var(--total-carousel-elements),var(--carousel-dot-size));grid-gap:var(--carousel-dot-size);gap:var(--carousel-dot-size);transform:translate(-50%,-100%);-webkit-animation:dot-fade 2s ease-in forwards;animation:dot-fade 2s ease-in forwards}@-webkit-keyframes dot-fade{0%{opacity:1}to{opacity:0}}@keyframes dot-fade{0%{opacity:1}to{opacity:0}}@-webkit-keyframes dot-fade2{0%{opacity:1}to{opacity:0}}@keyframes dot-fade2{0%{opacity:1}to{opacity:0}}.carouseldots-dot,.carouseldots-dot-sel{background-color:var(--alma-pink);border-radius:50%}.carouseldots-dot{background-color:transparent;border:1px solid var(--alma-pink)}@media screen and (max-width:800px){.selectedItem-container{background-color:hsla(0,0%,100%,.6);padding:0;height:auto;min-height:calc(100vh - 100px)}*{overflow:none}.selectedItem-payloadRow{display:block;width:100%;margin-left:0}.carousel-container{pointer-events:all;width:100%;min-height:100px}.carousel-container>img{object-fit:contain;max-height:100%;max-width:100%;width:100%;height:auto;object-position:50%;transition:opacity .7s;z-index:1;pointer-events:none}.selectedItem-info{padding:0 20px 20px}.selectedItem-priceCart>*{text-align:center;margin:10px auto 0}}.checkoutview-whole{background-color:#fff;width:100%;min-height:calc(100vh - 100px)}.checkoutview-container{padding:40px;margin-right:210px;max-width:900px}.checkoutview-table{flex:3 1}.checkoutview-table>footer,.checkoutview-table>header,.checkoutview-table>span{font-size:1.3rem;text-align:left;border-spacing:20px;display:flex}.checkoutview-table>span{margin-top:10px}.checkoutview-table>footer>p:nth-of-type(2),.checkoutview-table>header>p:nth-of-type(2),.checkoutview-table>span>p:first-of-type{margin-left:auto;width:110px;min-width:110px}.checkoutview-table>footer,.checkoutview-table>header{font-weight:700}.checkoutview-table>footer{margin-top:40px}.checkoutview-form{margin-top:auto;padding:40px}.checkoutview-order{display:flex;margin-top:20px}.chekoutview-shiptext{white-space:pre-line;margin-left:20px;max-width:70ch}@media screen and (max-width:1053px){.checkoutview-container{margin-right:0}}@media screen and (max-width:800px){.checkoutview-container{margin-right:0}}@media screen and (max-width:550px){.checkoutview-container{padding:10px}.checkoutview-order{flex-direction:column-reverse}.chekoutview-shiptext{white-space:pre-line;margin-bottom:20px;margin-left:0}}.menudrawer-container>{position:relative}.menudrawer-menu{transition:all .4s;height:100%;z-index:2;right:0;position:fixed;background-color:#fff;background-image:url("/static/media/avalma- background -  long svg.dba8e638.svg");background-repeat:space;background-size:cover}.menudrawer-child{z-index:0;display:flex;flex-direction:column}.menudrawer-child,.menudrawer-hider{width:100%;height:100%;transition:opacity .4s}.menudrawer-hider{background-color:#fff;position:absolute;top:0;z-index:1;pointer-events:none}.menudrawer-overlay{height:calc(100% - 96px);margin-top:100px;display:flex;flex-direction:column}.menudrawer-hamburgerMenu-container{list-style:none;font-size:6vh;padding:0;flex:1 1 auto;overflow:auto}.menudrawer-hamburgerMenu-li{cursor:default;display:flex}.menudrawer-hamburgerMenu-li-unchecked{cursor:pointer;display:flex}.menudrawer-hamburgerMenu-li-unchecked:hover{font-weight:700}@media screen and (max-height:547px){.menudrawer-hamburgerMenu-container{font-size:5.5vh}.menudrawer-overlay{height:calc(100% - 66px)}}.shipinfo-container{background-color:hsla(0,0%,100%,.6);min-height:calc(100vh - 150px);padding-bottom:50px;text-align:center}.shipinfo-container>div{width:60%;margin:auto;transform:translateX(-100px)}.shipinfo-container>div>h1{font-family:alma-regular;margin:0;padding-top:1.3rem;color:#000}.shipinfo-container>div>p{text-align:justify;font-family:alma-regular;line-height:2rem;color:#162427;white-space:pre-wrap}@media screen and (max-width:800px){.shipinfo-container>div{width:90%;transform:none}.shipinfo-container{height:auto}}.settings-container{max-height:70vh;overflow:auto}.settings-container>h1{font-size:2rem}.contactView-container{background-color:hsla(0,0%,100%,.6);box-sizing:border-box;padding:50px 0;min-height:calc(100vh - 100px)}.contactView-form{width:70%;margin:auto;transform:translateX(-100px)}.contactView-form>h1{text-align:center;font-size:3rem;margin:0}@media screen and (max-width:1000px){.contactView-form{transform:none}}@media screen and (max-width:500px){.contactView-form{width:90%}}.NotFoundPage-container{background-image:url("/static/media/avalma- background -  long svg.dba8e638.svg");background-color:hsla(0,0%,100%,.7);background-blend-mode:overlay;background-size:cover;display:flex}.NotFoundPage-container>h1{margin:auto;white-space:pre-wrap;text-align:center;padding:20px}.ThankYou-container{background-color:hsla(0,0%,100%,.8);min-height:calc(100vh - 100px);display:flex;align-items:center;justify-content:center}.ThankYou-container>p{text-align:center;font-size:1.5rem;white-space:pre-wrap;margin:0 10px}.voucherTable-container{padding:10px;max-height:500px;overflow-x:auto;overflow-y:auto}.voucherTable-line{display:flex;white-space:nowrap;margin-bottom:10px;background-color:#ebebeb;padding:10px 0;width:230%}.voucherTable-header{font-weight:700;background-color:unset;padding:0;margin-bottom:2px}.voucherTable-header>div{cursor:pointer;display:flex}.voucherTable-header>div>p{margin-right:10px}.voucherTable-header>div:hover{background-color:#ebebeb}.voucherTable-header>div:hover:first-child{background-color:#fff}.voucherTable-header>div:first-child{cursor:unset;display:flex}.voucherTable-line>div:first-child{flex:0 0 50px}.voucherTable-line>div:nth-child(2),.voucherTable-line>div:nth-child(3){flex:0 0 100px}.voucherTable-line>div:nth-child(4),.voucherTable-line>div:nth-child(5){flex:0 0 150px}.voucherTable-line>div:nth-child(6){padding-right:10px}.App{text-align:center}@font-face{src:url(/static/media/Minimal.9f66e7e2.ttf);font-family:"alma";font-display:block}@font-face{src:url(/static/media/Montserrat-Regular.3cd78665.ttf);font-family:"alma-regular";font-display:block}@font-face{src:url(/static/media/Montserrat-Bold.079ca05d.ttf);font-family:"alma-bold";font-display:block}*{font-family:"alma-regular",sans-serif}p{margin:0}html{--alma-pink:#e690a6;--alma-blue:#4a767f;--alma-yellow:#d8c163;--alma-red:#9c0323}.snackbar-content{min-width:300px;margin-left:-125px;background-color:rgba(20,20,20,.7);color:#fff;padding:15px;white-space:pre-wrap;position:fixed;z-index:60;right:160px;top:var(--snackbar-top-pos);-webkit-animation:fadein .5s,fadeout .5s var(--persistTimeSnackbar);animation:fadein .5s,fadeout .5s var(--persistTimeSnackbar);display:flex}.snackbar-content div:first-of-type{margin:auto 5px;display:flex}.snackbar-content p{margin:auto auto auto 20px;font-size:1.3rem}.snackbar-content div:last-of-type{margin:auto 0 auto auto;border-radius:50%;cursor:pointer;display:flex;padding:5px}.snackbar-content div:last-of-type:hover{opacity:.5}@media screen and (max-width:800px){.snackbar-content{width:300px;left:calc(50% - 175px);right:unset;margin-left:auto;margin-right:auto}}@-webkit-keyframes fadein{0%{top:0;opacity:0}to{top:var(--snackbar-top-pos);opacity:1}}@keyframes fadein{0%{top:0;opacity:0}to{top:var(--snackbar-top-pos);opacity:1}}@-webkit-keyframes fadeout{0%{top:var(--snackbar-top-pos);opacity:1}to{top:0;opacity:0}}@keyframes fadeout{0%{top:var(--snackbar-top-pos);opacity:1}to{top:0;opacity:0}}@media screen and (max-width:800px){.snackbar-content p{margin:auto auto auto 20px;font-size:1.2rem}.snackbar-content{min-width:300px;right:160px;margin-left:20px;padding:5px}}
/*# sourceMappingURL=main.ebaab2ae.chunk.css.map */