.waiting-list-create-form{width:100%}.waiting-list-create-form-auth{text-align:left;display:flex;align-items:center;padding:12px;margin-bottom:16px;border-radius:12px;background-color:#f2f5f4}.waiting-list-create-form-auth-icon{width:44px;height:44px;border-radius:50%;flex-shrink:0;background-color:#fff;display:flex;justify-content:center;align-items:center}.waiting-list-create-form-auth-icon__svg{width:28px;color:#285141}.waiting-list-create-form-auth-text{font-family:var(--font-manrope);font-weight:500;font-size:14px;line-height:19.6px;color:#070707;margin-left:16px}.waiting-list-create-form-auth-text__links>a{color:#285141;text-decoration:underline}.waiting-list-create-form-fields{width:100%;display:flex;flex-direction:column;gap:16px}.waiting-list-create-form-fields__row{width:100%;display:flex;justify-content:space-between}@media only screen and (max-width:500px){.waiting-list-create-form-fields__row{justify-content:flex-start;flex-direction:column;gap:16px}}.waiting-list-create-form-fields__item{width:100%}.waiting-list-create-form-fields__item--half{width:calc(50% - 8px)}@media only screen and (max-width:500px){.waiting-list-create-form-fields__item--half{width:100%}}.waiting-list-create-form__btn{margin-top:24px}.confirm-content{width:100%;padding-bottom:24px}.confirm-buttons{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.cookie-banner{width:calc(100% - 24px);max-width:730px;display:flex;align-items:center;position:fixed;bottom:6px;right:5%;z-index:9999;background-color:hsla(0,0%,5%,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:12px;border-radius:12px}@media only screen and (max-width:800px){.cookie-banner{right:auto;left:50%;transform:translateX(-50%);flex-direction:column}}.cookie-banner__text{color:#fff;font-size:12px;margin-right:12px}@media only screen and (max-width:800px){.cookie-banner__text{margin-bottom:16px}}.cookie-banner__text>a{color:#fff;border-bottom:1px solid #fff}