@import url(https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Luckiest+Guy&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap);.add_item input,.add_item select,.button,.popup__content--edit_item input,.popup__content--edit_item select{background-color:#f3f3f3;border:none;border-radius:10rem;color:#292524;cursor:pointer;font-family:inherit;font-size:1.8rem;font-weight:700;padding:1.2rem 2.4rem}.food-item__quantity,.food-item__unit,.kcal__item__value,.popup_total__content__list--item-value{font-style:italic;font-weight:700}.popup,.popup_info,.popup_login,.popup_registraction,.popup_total{animation:showUp .3s ease-in-out;backdrop-filter:blur(.5rem);-webkit-backdrop-filter:blur(.5rem);background-color:#0000004d;height:100vh;position:fixed;width:100vw;z-index:99999}@keyframes moveInDown{0%{opacity:0;transform:translateY(-10rem)}to{opacity:1;transform:translate(0)}}@keyframes moveInUp{0%{opacity:0;transform:translateY(10rem)}to{opacity:1;transform:translate(0)}}@keyframes showUp{0%{opacity:0}50%{opacity:0}to{opacity:1}}@keyframes moveOutButton{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translateY(3rem)}}@keyframes moveInBotton{0%{opacity:0;transform:translateY(3rem)}to{opacity:1;transform:translate(0)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.button--loading,.loading{opacity:.5!important;pointer-events:none}.loading{animation:fadeIn .3s ease-in-out}.animated{animation:showUp .3s ease-in-out}.long-animated{animation:showUp 1s ease-in-out}.move-out{animation:moveOutButton .3s ease-in-out}.move-in{animation:moveInBotton .5s ease-in-out backwards}.button-delayed{animation:moveInBotton .5s ease-in-out 1s backwards}.rotate-90{transform:rotate(90deg)}.rotate-270,.rotate-90{cursor:pointer;display:inline-block;transition:transform .3s ease-in-out}.rotate-270{transform:rotate(270deg)}.initial-position{opacity:0;transform:translateY(4rem);transition:opacity .3s ease,transform .3s ease}*{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%}@media only screen and (max-width:69em){html{font-size:56%}}@media only screen and (max-width:42em){html{font-size:50%}}body{color:#f3f3f3;font-family:Rubik,sans-serif;font-size:2.4rem;font-weight:500;position:relative}body:before{background-image:linear-gradient(#2229,#2229),url(/static/media/body.433e640d77c6c2a87e6c.webp);background-repeat:no-repeat;background-size:cover;content:"";height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:-1}@media only screen and (max-width:62em){body:before{background-image:linear-gradient(#2229,#2229),url(/static/media/body-small.5af38a99d434bc95d57f.webp);background-position:50%}}.button{align-items:center;animation:moveInBotton .5s ease-in-out 1s backwards;background-color:#a5d8ff;box-shadow:0 1rem 2rem #0003;display:flex;justify-content:center;opacity:1;transition:all .3s}.button:active{box-shadow:0 .5rem 1rem #0003;transform:translateY(.1rem)}.headline{animation:moveInDown 1s ease-in-out;font-size:4.8rem;font-style:italic;font-weight:700;gap:2.4rem;letter-spacing:3px;padding:2rem 1.2rem;text-align:center}.headline-link{color:inherit;text-decoration:none}@media only screen and (max-width:31em){.headline{font-size:3.6rem}}.app{display:grid;margin:0 auto;min-height:100vh;position:relative}.app__login{grid-template-rows:auto auto auto 1fr auto}.app__logout{grid-template-rows:auto 1fr auto}.add_item{align-items:center;display:flex;gap:1.8rem;justify-content:center;padding-bottom:1.2rem}@media only screen and (max-width:62em){.add_item{flex-direction:column;gap:.6rem}}.add_item input,.add_item select{animation:showUp 2s backwards;opacity:1}.add_item__food{height:4.8rem;width:46rem}@media only screen and (max-width:31em){.add_item__food{width:34.5rem}}@media only screen and (max-width:23em){.add_item__food{width:31.5rem}}.add_item__container{display:flex;gap:1.8rem;margin:2.2rem 0}@media only screen and (max-width:23em){.add_item__container{gap:.5rem}}.add_item__container--quantity{height:4.8rem;width:12rem}@media only screen and (max-width:31em){.add_item__container--quantity{width:11rem}}.add_item__container--unit{-webkit-appearance:none;appearance:none;background-color:#f3f3f3;height:4.8rem;width:10rem}@media only screen and (max-width:31em){.add_item__container--unit{width:9.5rem}}.add_item__container>:nth-last-child(2){margin-right:5.8rem}@media only screen and (max-width:62em){.add_item__container>:nth-last-child(2){margin-right:8.4rem}}@media only screen and (max-width:31em){.add_item__container>:nth-last-child(2){margin-right:0}}.add_item__container--label{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.food-items{align-items:center;display:flex;flex-direction:column;gap:1.2rem}.food-items__food-list{margin-bottom:.8rem;width:92rem}.food-items ul{grid-gap:1.8rem;align-items:center;display:grid;gap:1.8rem;grid-template-columns:repeat(auto-fit,minmax(62rem,1fr));justify-content:center;list-style:none;margin-bottom:1.4rem;margin-left:1rem}@media only screen and (max-width:62em){.food-items ul{grid-template-columns:repeat(auto-fit,minmax(42rem,1fr))}}@media only screen and (max-width:31em){.food-items ul{grid-template-columns:repeat(auto-fit,minmax(32rem,1fr))}}.food-items ul li span{cursor:pointer}.food-items__action{display:flex;gap:1.8rem;justify-content:center;margin-bottom:4.2rem}@media only screen and (max-width:62em){.food-items{align-items:center;display:flex;flex-direction:column;gap:1.2rem}.food-items__food-list{margin-bottom:.8rem;width:48rem}.food-items ul{grid-gap:1.8rem;align-items:center;display:grid;gap:1.8rem;grid-template-columns:repeat(auto-fit,minmax(62rem,1fr));justify-content:center;list-style:none;margin-bottom:1.4rem;margin-left:1rem}}@media only screen and (max-width:62em)and (max-width:62em){.food-items ul{grid-template-columns:repeat(auto-fit,minmax(42rem,1fr))}}@media only screen and (max-width:62em)and (max-width:31em){.food-items ul{grid-template-columns:repeat(auto-fit,minmax(32rem,1fr))}}@media only screen and (max-width:62em){.food-items ul li span{cursor:pointer}.food-items__action{display:flex;gap:1.8rem;justify-content:center;margin-bottom:4.2rem}}@media only screen and (max-width:31em){.food-items{align-items:center;display:flex;flex-direction:column;gap:1.2rem}.food-items__food-list{margin-bottom:.8rem;width:36rem}.food-items ul{grid-gap:1.8rem;align-items:center;display:grid;gap:1.8rem;grid-template-columns:repeat(auto-fit,minmax(62rem,1fr));justify-content:center;list-style:none;margin-bottom:1.4rem;margin-left:1rem}}@media only screen and (max-width:31em)and (max-width:62em){.food-items ul{grid-template-columns:repeat(auto-fit,minmax(42rem,1fr))}}@media only screen and (max-width:31em)and (max-width:31em){.food-items ul{grid-template-columns:repeat(auto-fit,minmax(32rem,1fr))}}@media only screen and (max-width:31em){.food-items ul li span{cursor:pointer}.food-items__action{display:flex;gap:1.8rem;justify-content:center;margin-bottom:4.2rem}}@media only screen and (max-width:23em){.food-items{align-items:center;display:flex;flex-direction:column;gap:1.2rem}.food-items__food-list{margin-bottom:.8rem;width:32rem}.food-items ul{grid-gap:1.8rem;align-items:center;display:grid;gap:1.8rem;grid-template-columns:repeat(auto-fit,minmax(62rem,1fr));justify-content:center;list-style:none;margin-bottom:1.4rem;margin-left:1rem}}@media only screen and (max-width:23em)and (max-width:62em){.food-items ul{grid-template-columns:repeat(auto-fit,minmax(42rem,1fr))}}@media only screen and (max-width:23em)and (max-width:31em){.food-items ul{grid-template-columns:repeat(auto-fit,minmax(32rem,1fr))}}@media only screen and (max-width:23em){.food-items ul li span{cursor:pointer}.food-items__action{display:flex;gap:1.8rem;justify-content:center;margin-bottom:4.2rem}}.food-item{transition:all .3s}.food-item,.food-item.selected{color:#f3f3f3}.has-selected-item .food-item:not(.selected){color:#929292}.food-item__number{margin-right:.3rem}.food-item__btn{display:flex;gap:1.8rem;position:absolute;transform:translate(-50%,-50%);z-index:1000}.food-item__btn--action{animation:showUp .16s ease-in-out backwards;background-color:#a5d8ff;border:none;border-radius:10rem;box-shadow:0 1rem 2rem #0003;color:#292524;cursor:pointer;font-family:inherit;font-size:1.6rem;font-weight:700;padding:.4rem 1.4rem;transition:all .3s}.food-item__btn--action:active{box-shadow:0 .5rem 1rem #0003;transform:translateY(.1rem)}.kcal__items{align-items:center;display:flex;flex-direction:column;gap:1.2rem}.kcal__items__kcal-list{margin-bottom:.8rem;width:98.2rem}.kcal__items ul{grid-gap:1.8rem;align-items:center;display:grid;gap:1.8rem;grid-template-columns:repeat(auto-fit,minmax(62rem,1fr));justify-content:center;list-style:none;margin-bottom:2.2rem;margin-left:1rem}@media only screen and (max-width:62em){.kcal__items ul{grid-template-columns:repeat(auto-fit,minmax(42rem,1fr))}}@media only screen and (max-width:31em){.kcal__items ul{grid-template-columns:repeat(auto-fit,minmax(32rem,1fr))}}.kcal__items ul li span{cursor:pointer}.kcal__items__action{display:flex;gap:1.8rem;justify-content:center;margin-bottom:4.2rem}@media only screen and (max-width:62em){.kcal__items{align-items:center;display:flex;flex-direction:column;gap:1.2rem}.kcal__items__kcal-list{margin-bottom:.8rem;width:53.8rem}.kcal__items ul{grid-gap:1.8rem;align-items:center;display:grid;gap:1.8rem;grid-template-columns:repeat(auto-fit,minmax(62rem,1fr));justify-content:center;list-style:none;margin-bottom:2.2rem;margin-left:1rem}}@media only screen and (max-width:62em)and (max-width:62em){.kcal__items ul{grid-template-columns:repeat(auto-fit,minmax(42rem,1fr))}}@media only screen and (max-width:62em)and (max-width:31em){.kcal__items ul{grid-template-columns:repeat(auto-fit,minmax(32rem,1fr))}}@media only screen and (max-width:62em){.kcal__items ul li span{cursor:pointer}.kcal__items__action{display:flex;gap:1.8rem;justify-content:center;margin-bottom:4.2rem}}@media only screen and (max-width:31em){.kcal__items{align-items:center;display:flex;flex-direction:column;gap:1.2rem}.kcal__items__kcal-list{margin-bottom:.8rem;width:41rem}.kcal__items ul{grid-gap:1.8rem;align-items:center;display:grid;gap:1.8rem;grid-template-columns:repeat(auto-fit,minmax(62rem,1fr));justify-content:center;list-style:none;margin-bottom:2.2rem;margin-left:1rem}}@media only screen and (max-width:31em)and (max-width:62em){.kcal__items ul{grid-template-columns:repeat(auto-fit,minmax(42rem,1fr))}}@media only screen and (max-width:31em)and (max-width:31em){.kcal__items ul{grid-template-columns:repeat(auto-fit,minmax(32rem,1fr))}}@media only screen and (max-width:31em){.kcal__items ul li span{cursor:pointer}.kcal__items__action{display:flex;gap:1.8rem;justify-content:center;margin-bottom:4.2rem}}@media only screen and (max-width:23em){.kcal__items{align-items:center;display:flex;flex-direction:column;gap:1.2rem}.kcal__items__kcal-list{margin-bottom:.8rem;width:36rem}.kcal__items ul{grid-gap:1.8rem;align-items:center;display:grid;gap:1.8rem;grid-template-columns:repeat(auto-fit,minmax(62rem,1fr));justify-content:center;list-style:none;margin-bottom:2.2rem;margin-left:1rem}}@media only screen and (max-width:23em)and (max-width:62em){.kcal__items ul{grid-template-columns:repeat(auto-fit,minmax(42rem,1fr))}}@media only screen and (max-width:23em)and (max-width:31em){.kcal__items ul{grid-template-columns:repeat(auto-fit,minmax(32rem,1fr))}}@media only screen and (max-width:23em){.kcal__items ul li span{cursor:pointer}.kcal__items__action{display:flex;gap:1.8rem;justify-content:center;margin-bottom:4.2rem}}.kcal__items__kcal-list--list:last-child{margin-bottom:-3rem}.kcal{display:flex;gap:1.2rem}@media only screen and (max-width:23em){.kcal{gap:.1rem}}.kcal__details{overflow:hidden;transition:max-height .5s ease-in-out}.kcal__details--collapsed{max-height:0;max-height:var(--collapsed-height,0)}.kcal__details--expanded{max-height:50rem}.kcal__icon{font-size:3rem;margin-top:-.2rem;transition:all .3s}.kcal__icon,.kcal__icon.selected{color:#f3f3f3}.has-selected-item .kcal__icon:not(.selected){color:#929292}.kcal__item{transition:all .3s}.kcal__item,.kcal__item.selected{color:#f3f3f3}.has-selected-item .kcal__item:not(.selected){color:#929292}.kcal__item li:first-child{margin-bottom:.8rem}.kcal__item__btn{display:flex;gap:1.8rem;position:absolute;transform:translate(-50%,-50%);z-index:1000}.kcal__item__btn--action{animation:showUp .16s ease-in-out backwards;background-color:#a5d8ff;border:none;border-radius:10rem;box-shadow:0 1rem 2rem #0003;color:#292524;cursor:pointer;font-family:inherit;font-size:1.6rem;font-weight:700;padding:.4rem 1.4rem;transition:all .3s}.kcal__item__btn--action:active{box-shadow:0 .5rem 1rem #0003;transform:translateY(.1rem)}.spinner{display:flex;margin:-1.2rem auto;text-align:center}.spinner svg{fill:#292524;animation:rotate 2s linear infinite;height:2rem;width:6.037rem}.copyright{animation:showUp 1s ease-in-out;flex:1 1;font-size:1.6rem;font-weight:700;padding:1.2rem 0;text-align:center}.copyright-link{color:#a5d8ff;text-decoration:none;transition:color .2s ease-in-out}.copyright-link:hover{color:#7497b3}.popup{align-items:flex-start;display:flex;justify-content:center}.popup__content{background-color:#292524;border:.2rem solid #f3f3f3;border-radius:10rem;padding:.4rem;position:absolute;transform:translateY(-50%)}.popup__content--edit_item{align-items:center;display:flex;gap:1.8rem;justify-content:center;padding-bottom:0}@media only screen and (max-width:62em){.popup__content--edit_item{flex-direction:column;gap:.6rem}}.popup__content--edit_item input,.popup__content--edit_item select{animation:showUp backwards none;opacity:1}.popup__content--edit_item__food{height:4.8rem;width:46rem}@media only screen and (max-width:31em){.popup__content--edit_item__food{width:34.5rem}}@media only screen and (max-width:23em){.popup__content--edit_item__food{width:31.5rem}}.popup__content--edit_item__container{display:flex;gap:1.8rem;margin:0}@media only screen and (max-width:23em){.popup__content--edit_item__container{gap:.5rem}}.popup__content--edit_item__container--quantity{height:4.8rem;width:12rem}@media only screen and (max-width:31em){.popup__content--edit_item__container--quantity{width:11rem}}.popup__content--edit_item__container--unit{-webkit-appearance:none;appearance:none;background-color:#f3f3f3;height:4.8rem;width:10rem}@media only screen and (max-width:31em){.popup__content--edit_item__container--unit{width:9.5rem}}.popup__content--edit_item__container>:nth-last-child(3){margin-right:5.8rem}@media only screen and (max-width:62em){.popup__content--edit_item__container>:nth-last-child(3){margin-right:8.4rem}}@media only screen and (max-width:31em){.popup__content--edit_item__container>:nth-last-child(3){margin-right:0}}.popup__content--edit_item__container--label{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media only screen and (max-width:62em){.popup__content{border:.2rem solid #f3f3f3;border-radius:2rem}.popup__content--edit_item{align-items:normal;gap:1.6rem;justify-content:normal;padding:3.4rem}.popup__content--edit_item__container{grid-gap:1.8rem;grid-row-gap:3rem;display:grid;gap:1.8rem;grid-template-columns:1fr auto;margin:0 auto;row-gap:3rem;width:max-content}.popup__content--edit_item__container>:nth-last-child(3){margin-right:0}.popup__content--edit_item__container>:first-child,.popup__content--edit_item__container>:nth-child(2){justify-self:end}.popup__content--edit_item__container>:nth-child(3),.popup__content--edit_item__container>:nth-child(4){justify-self:center}}.popup_total__content{background-color:#292524;border:.2rem solid #f3f3f3;border-radius:2rem;left:50%;padding:4rem 4.8rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:40rem}.popup_total__content,.popup_total__content__list{display:flex;flex-direction:column;justify-content:center}.popup_total__content__list{align-items:flex-start;gap:1.8rem;list-style:none;margin-bottom:3.6rem;margin-left:1.8rem}.popup_total__content__btn{text-align:center}.user_icon{align-items:center;animation:moveInDown 1s ease-in-out;appearance:none;-webkit-appearance:none;background:none;background:#0000;border:0;color:#f3f3f3;color:inherit;cursor:pointer;display:inline-flex;justify-content:center;line-height:0;margin:0;padding:0;position:absolute;right:2rem;top:3.2rem}@media only screen and (max-width:31em){.user_icon{top:2.4rem}}.user_icon:focus{outline:none}.user_icon:focus-visible{border-radius:50%;outline:2px solid currentColor;outline-offset:4px}.user_icon svg{display:block;height:3.6rem;width:3.6rem}.popup_login__content,.popup_registraction__content{background-color:#292524;border:.2rem solid #f3f3f3;border-radius:2rem;left:50%;padding:4rem 4.8rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:50rem}@media only screen and (max-width:31em){.popup_login__content,.popup_registraction__content{width:40rem}}.popup_login__content__header,.popup_registraction__content__header{align-items:center;display:flex;justify-content:center}.popup_login__content__header-headline,.popup_registraction__content__header-headline{margin-bottom:4rem;text-align:center}.popup_login__content__header-btn_close,.popup_registraction__content__header-btn_close{background:none;border:none;color:#f3f3f3;cursor:pointer;font-size:3.6rem;position:absolute;right:2rem;top:1rem}.popup_login__content__form,.popup_registraction__content__form{align-items:center;display:flex;flex-direction:column;gap:3.6rem;justify-content:center;margin-bottom:3.6rem}.popup_login__content__form-field,.popup_registraction__content__form-field{position:relative}.popup_login__content__form-field--input,.popup_registraction__content__form-field--input{background-color:#f3f3f3;border:none;border-radius:10rem;cursor:pointer;font-family:inherit;font-size:1.8rem;font-weight:700;padding:1.2rem 2.4rem;position:relative;width:40rem}@media only screen and (max-width:31em){.popup_login__content__form-field--input,.popup_registraction__content__form-field--input{width:30rem}}.popup_login__content__form-field label,.popup_registraction__content__form-field label{font-size:1.8rem;left:2.4rem;position:absolute;top:-2.6rem;transition:all .3s ease-in-out}.popup_login__content__form-field input:placeholder-shown+label,.popup_registraction__content__form-field input:placeholder-shown+label{opacity:0;transform:translateY(4rem);visibility:hidden}.popup_login__content__form-field input:-webkit-autofill+label,.popup_login__content__form-field input:not(:placeholder-shown)+label,.popup_registraction__content__form-field input:-webkit-autofill+label,.popup_registraction__content__form-field input:not(:placeholder-shown)+label{opacity:1;transform:translateY(0);visibility:visible}.popup_login__content-registration,.popup_registraction__content-registration{font-size:1.6rem}.popup_login__content-registration-text--btn_registration,.popup_registraction__content-registration-text--btn_registration{background:none;border:none;color:#a5d8ff;cursor:pointer;font-family:Rubik,sans-serif;font-size:1.6rem;font-weight:700;transition:color .2s ease-in-out}.popup_login__content-registration-text--btn_registration:hover,.popup_registraction__content-registration-text--btn_registration:hover{color:#7497b3}.container-logout{margin:9rem 2rem 2rem 0}.logout-info{align-items:center;animation:showUp 1s ease-in-out;display:flex;gap:2rem;justify-content:center}@media only screen and (max-width:31em){.logout-info{flex-direction:column;top:1.6rem}}.logout-info__text{text-align:center}.logout-info__icon svg{height:3.6rem;width:3.6rem}.info_icon{align-items:center;animation:moveInDown 1s ease-in-out;appearance:none;-webkit-appearance:none;background:none;background:#0000;border:0;color:#f3f3f3;color:inherit;cursor:pointer;display:inline-flex;justify-content:center;line-height:0;margin:0;padding:0;position:absolute;right:8.6rem;top:3.2rem}@media only screen and (max-width:42em){.info_icon{left:2rem;right:auto}}@media only screen and (max-width:31em){.info_icon{top:2.4rem}}.info_icon:focus{outline:none}.info_icon:focus-visible{border-radius:50%;outline:2px solid currentColor;outline-offset:4px}.info_icon svg{display:block;height:3.6rem;width:3.6rem}.popup_info__content{background-color:#292524;border:.2rem solid #f3f3f3;border-radius:2rem;left:50%;padding:4rem 4.8rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:50rem}@media only screen and (max-width:31em){.popup_info__content{width:40rem}}.popup_info__content__text{align-items:center;justify-content:center}.popup_info__content__text-headline{margin-bottom:4rem;text-align:center}.popup_info__content__text-paragraph{font-size:1.8rem;justify-content:center;margin-bottom:1.8rem}.popup_info__content__text-btn{align-items:center;display:flex;justify-content:center}.privacy{animation:showUp 2s backwards;margin:0 auto;max-width:130rem;padding:8rem 4.8rem}@media only screen and (max-width:76rem){.privacy{padding-top:3.2rem}}@media only screen and (max-width:60rem){.privacy{padding-top:2.4rem}}.privacy__container-link{color:#a5d8ff;font-style:italic;font-weight:700;text-decoration:none;transition:color .2s ease-in-out}.privacy__container-link:hover{color:#7497b3}.privacy__container-btn,.privacy__container-btn--link{display:flex;justify-content:center}.privacy__container-btn--link{justify-self:center;text-decoration:none;width:12rem}.privacy p{text-align:justify}.privacy ul{display:flex;flex-direction:column;gap:1.8rem}.privacy ul li::marker{color:#a5d8ff}.privacy .heading-secondary-privacy{font-weight:700;margin-bottom:6rem}.privacy .heading-tertiary-privacy{font-size:3rem;font-weight:700;margin-bottom:3rem}.u-margin-top-mediuum-minus{margin-top:-4.8rem!important}.u-margin-bottom-small{margin-bottom:2.4rem!important}.u-margin-bottom-xsmall{margin-bottom:1.2rem!important}.u-margin-bottom-xsmedium{margin-bottom:3.6rem!important}.u-margin-bottom-medium{margin-bottom:4.8rem!important}.u-margin-bottom-medium-large{margin-bottom:6rem!important}.u-margin-bottom-large{margin-bottom:8rem!important}.u-margin-bottom-xlarge{margin-bottom:12rem!important}.u-text-justify{text-align:justify!important}.u-text-line-height{line-height:1.8!important}.u-text-line-center{text-align:center!important}.cookie-banner{align-items:center;background-color:#000000b3;bottom:0;box-shadow:0 -2px 5px #0000001a;display:flex;gap:3rem;justify-content:center;left:0;padding:1rem 2rem;position:fixed;right:0;z-index:1000}.cookie-banner__text{font-size:1.4rem;text-align:center}.cookie-banner__text--link{color:#a5d8ff;font-weight:700;text-decoration:none;transition:color .2s ease-in-out}.cookie-banner__text--link:hover{color:#7497b3}.cookie-banner__btn{display:flex;gap:2.4rem}.cookie-banner__btn--accept{font-size:1.2rem;padding:1rem 1.5rem}.cookie-banner__btn--refuse{background:none;border:none;color:#a5d8ff;cursor:pointer;font-size:1.8rem;transition:color .2s ease-in-out}.cookie-banner__btn--refuse:hover{color:#7497b3}
/*# sourceMappingURL=main.664cb1c2.css.map*/