@import"https://fonts.cdnfonts.com/css/poppins";.error-404{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column}.spinner-overlay{height:100vh;width:100vw;position:fixed;top:0;left:0;z-index:10}.spinner{display:inline-block;position:relative;width:2rem;height:2rem}.spinner-overlay .spinner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.spinner__line{transform-origin:16px 16px;animation:run-spinner 1.2s linear infinite}.spinner__line:after{content:" ";display:block;position:absolute;top:14px;left:25px;width:8px;height:3px;border-radius:20%;background-color:var(--color-primary)}.spinner__line:nth-child(1){transform:rotate(0);animation-delay:-1.1s}.spinner__line:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.spinner__line:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.spinner__line:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.spinner__line:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.spinner__line:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.spinner__line:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.spinner__line:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.spinner__line:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.spinner__line:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.spinner__line:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.spinner__line:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes run-spinner{0%{opacity:1}to{opacity:0}}.lohmann_timesheet{height:100vh;margin:0;display:flex;flex-direction:column;font-family:Poppins,sans-serif}.lohmann_timesheet__content{display:flex;flex-grow:1;padding-bottom:48px}.lohmann_timesheet__content .spinner{position:fixed;top:45%;left:45%}.lohmann_timesheet__footer{display:flex;width:100%;padding:12px 0;justify-content:center;align-items:center;gap:10px;background:#cfcfcf;color:#fff;font-size:16px;font-weight:700;position:fixed;bottom:0}.lohmann_timesheet__info{display:flex;max-width:353px;align-self:center;align-items:flex-start;gap:16px;position:fixed;top:0;font-size:14px;font-weight:600;padding:16px 0}.lohmann_timesheet__info svg{width:48px;height:32px}.lohmann_timesheet__img{width:100%;max-width:100vw}@media(orientation:landscape){.lohmann_timesheet__info{display:none}}@media(orientation:portrait){.lohmann_timesheet__content{padding-top:95px;padding-bottom:0}.lohmann_timesheet{width:100vw;overflow-y:hidden}.lohmann_timesheet__img{width:auto;max-width:1280px;max-height:calc(100vh - 143px)}}.form-field{margin-bottom:.5rem}.form-field_disabled{pointer-events:none}.form-field_disabled .form-field__input{opacity:.48}.form-field__label-container{position:relative;display:inline-block}.form-field__label{display:block;margin-bottom:.5rem;color:#000;font-size:1rem;font-style:normal;font-weight:500}.form-field__label:first-letter{text-transform:uppercase}.form-field__input-wrapper{position:relative;display:flex;align-items:center}.form-field__help-text{margin-top:.375rem;display:block;color:#e22b28;font-size:.8rem;line-height:normal;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.form-field__input{outline:none;background:transparent;box-sizing:border-box;position:relative;padding:.75rem 1rem;border:1px solid #c2c2c2;width:100%;font-size:1rem;font-weight:400;line-height:normal;color:#000;transition-property:border-color;transition-duration:.4s;margin-bottom:1.5rem}.form-field__input:focus{border-color:#000}.form-field__input_error{border-color:#e22b28;margin-bottom:0}.form-field__input_error:focus{border-color:#e22b28}.login-page{font-family:Poppins,sans-serif;display:flex;justify-content:center;padding:2rem}.image-wrapper{position:relative;height:100%;display:flex;margin-right:9.25rem}.image-wrapper img{height:calc(100vh - 4rem)}.image-wrapper .image-text{position:absolute;bottom:0;right:-5rem;bottom:2.2rem}.form-wrapper{position:relative;display:flex;flex-direction:column;justify-content:center;min-width:28.75rem}.form-wrapper .logo{position:absolute;top:3.5625rem}.form-wrapper .login-form{text-align:left;min-width:28.75rem}.form-wrapper .login-title{color:#000;font-size:3rem;font-weight:700;line-height:normal;margin:0 0 .5rem}.form-wrapper .login-subtitle{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal;display:inline-block;margin-bottom:2rem}.form-wrapper .submit-button{width:100%;padding:.75rem 1rem;background:var(--color-primary);box-shadow:0 10px 16px #92a00929;border:none;color:#fff;outline:none;font-size:1rem;font-style:normal;font-weight:700;line-height:normal;cursor:pointer}.form-wrapper .submit-button:disabled{opacity:.24;box-shadow:none;pointer-events:none;cursor:default}.form-wrapper .submit-button:disabled .spinner{width:1rem;height:1rem}.form-wrapper .login-form-error{margin-top:.375rem;display:block;color:#e22b28;font-size:.8rem;line-height:normal;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height:1.125rem}@media(min-width:768px)and (max-width:1024px){.login-page{padding-top:5rem}.image-wrapper{display:none}.form-wrapper .logo{position:static;margin-bottom:7.5rem}}@media(min-width:320px)and (max-width:767px){.login-page{padding:5.375rem 1.25rem 1.25rem}.image-wrapper{display:none}.form-wrapper{min-width:17.5rem;width:100%}.form-wrapper .logo{position:static;margin-bottom:7.5rem}.form-wrapper .login-form{min-width:17.5rem}}.search{height:3rem;box-sizing:border-box;display:flex;align-items:center;padding:.75rem .75rem .75rem 1rem;border:1px solid var(--border-gray);border-radius:.5rem;background-color:var(--color-white)}.search__label{display:flex;align-items:center;margin-right:12px;cursor:pointer}.search__input{width:100%;font-size:1rem;font-weight:400;line-height:1.5rem;border:none;outline:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search__input ::placeholder{color:var(--border-gray)}.lohmann_card{width:100%;height:175px;max-width:428px;box-sizing:border-box;box-shadow:0 1px 25px #0000001f;border-right:32px solid var(--color-primary);padding:16px;cursor:pointer;display:flex;flex-direction:column;gap:8px;flex-grow:1;background:#fff}.lohmann_card__name{color:#000;font-size:12px;font-weight:500}.lohmann_card__room{color:#000;font-size:18px;font-weight:600}.lohmann_card__details{color:#757575;font-size:14px;font-weight:400}.lohmann_card__link{margin-top:auto;color:#879406;font-size:14px;font-weight:600;align-self:flex-end;text-align:center;display:flex;justify-content:center;gap:8px}.lohmann_card__link-arrow{transform:rotate(180deg)}.lohmann_card__link-arrow path{fill:#879406}.dashboard-page{font-family:Poppins,sans-serif;display:flex;flex-direction:column;padding:2rem;background:linear-gradient(to bottom,#f1f1f1 0% 50%,#dfdedb 50% 100%);min-height:100vh;box-sizing:border-box}.dashboard-page__search{margin-right:1rem;margin-left:2rem;flex-grow:1}@media(max-width:767px){.dashboard-page__search{margin-right:0;margin-left:0}}.page-header{position:relative;width:100%;display:flex;align-items:center;margin-bottom:1rem}.page-header .logo{position:absolute;top:2rem;left:2rem}.page-header picture,.page-header img{width:100%;height:auto}.page-header .image-text{position:absolute;right:4.3rem}.page-header .logout{position:absolute;right:1rem;top:1rem;display:flex;align-items:center;padding:.5rem;border-radius:.5rem;border:1px solid var(--border-gray);background:#fff;outline:none;cursor:pointer;gap:.5rem}.page-header .logout svg{padding:.25rem}.dashboard-wrapper{padding:0 4.625rem}.dashboard-wrapper .dashboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.dashboard-wrapper .dashboard-header .dashboard-title{font-size:3rem;margin:0}.dashboard-wrapper .dashboard-header .week-switcher{display:flex;align-items:center;gap:2rem;font-size:1rem;font-weight:600;line-height:normal}.dashboard-wrapper .dashboard-header .week-switcher .arrow-button{display:flex;align-items:center;padding:.75rem;border-radius:.5rem;border:1px solid var(--border-gray);background:#fff;outline:none}.dashboard-wrapper .dashboard-header .week-switcher .right{display:flex;align-items:center;transform:rotate(180deg)}.dashboard-wrapper .dashboard{display:grid;gap:1rem 1.5rem;grid-template-columns:repeat(3,1fr)}.dashboard-wrapper .no-data{display:flex;flex-direction:column;gap:2.5rem;font-size:1.5rem;font-weight:700;justify-content:center;align-items:center;text-align:center}@media(min-width:1920px){.dashboard-wrapper .dashboard{grid-template-columns:repeat(4,1fr)}}@media(min-width:768px)and (max-width:1024px){.page-header .logo{width:6.4375rem;height:2.6875rem}.page-header .image-text{width:12.25rem;height:6rem}.page-header .logout-text{display:none}.dashboard-wrapper{padding:0}.dashboard-wrapper .dashboard-header .dashboard-title{font-size:1.5rem}.dashboard-wrapper .dashboard-header .week-switcher{gap:1rem}.dashboard-wrapper .dashboard{grid-template-columns:repeat(2,1fr)}}@media(min-width:320px)and (max-width:767px){.dashboard-page{padding:0;background:#f1f1f1}.page-header .logo{width:5.4375rem;height:1.6875rem;top:1.5rem;left:1.5rem}.page-header .image-text{width:11.25rem;height:6rem;right:1.375rem;bottom:1.125rem}.page-header .logout-text{display:none}.dashboard-wrapper{padding:0 1.25rem 1.25rem}.dashboard-wrapper .dashboard-header{flex-direction:column;align-items:stretch;gap:1rem}.dashboard-wrapper .dashboard-header .dashboard-title{font-size:1.5rem}.dashboard-wrapper .dashboard-header .week-switcher{gap:0;justify-content:space-between}.dashboard-wrapper .dashboard{grid-template-columns:repeat(1,1fr)}.dashboard-wrapper .no-data{font-size:.875rem}.dashboard-wrapper .no-data .no-data__image svg{width:180px;height:auto}}@font-face{font-family:Roboto-Condensed;src:url(/custom/assets/Roboto-Condensed-Regular-CslPu68M.ttf) format("truetype"),url(/custom/assets/Roboto-Condensed-Regular-DrEGAYYf.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Roboto-Condensed;src:url(/custom/assets/Roboto-Condensed-Bold-DUeIfame.ttf) format("truetype"),url(/custom/assets/Roboto-Condensed-Bold-D0n_S4hR.woff) format("woff");font-weight:700;font-style:normal}.waitlist-queue{height:100vh;display:flex;flex-direction:column;font-family:Roboto-Condensed,Arial,Helvetica,sans-serif}.waitlist-queue *{box-sizing:border-box}.waitlist-queue .header{width:100%;height:13.7%;background:#235c8f;padding:1.32vh}.waitlist-queue .header .logo{height:100%}.waitlist-queue .queue-grid{display:grid;width:100%;height:100%;grid-template:10.8vh 1fr/1fr 1fr}.waitlist-queue .column-header{background:#0074bd;text-transform:uppercase;color:#fff;display:flex;align-items:center;justify-content:center;font-size:3.66vw}.waitlist-queue .current-number{display:flex;align-items:center;justify-content:center;background-color:#235c8f;font-size:10.96vw;font-weight:700;color:#fff}.waitlist-queue .arrow-icon{width:8.77vw;height:8.77vw;margin:0 32px}.waitlist-queue .numbers-list{display:flex;flex-direction:column;align-items:center;font-size:7.3vw;line-height:8.55vw;font-weight:700;color:#373b40;background:#e9eaec;padding-top:4.3vh;height:75.49vh;overflow-y:auto}.waitlist-queue .numbers-list .number{margin-bottom:40px}.wrapper-scan{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;font-size:14vh;font-weight:700;color:#fff;box-sizing:border-box;background-color:#373e5d;justify-content:space-between}.barcode-icon{width:32vh}.wrapper-success{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;font-size:14vh;font-weight:700;color:#fff;box-sizing:border-box;background-color:#46bb67;justify-content:space-between}.success-icon{width:23vh}.wrapper-error{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;font-size:14vh;font-weight:700;color:#fff;box-sizing:border-box;background-color:#e34d4d;justify-content:space-between}.icon-wrapper{background:#fff;display:flex;align-items:center;justify-content:center;width:46vh;height:46vh;border-radius:50%;margin-top:5vh;margin-bottom:5vh}.text{padding:0 5vh 5vh;text-align:center}.stop-icon{width:24vh}@font-face{font-family:Roboto-Condensed;src:url(/custom/assets/Roboto-Condensed-Bold-DUeIfame.ttf) format("truetype"),url(/custom/assets/Roboto-Condensed-Bold-D0n_S4hR.woff) format("woff");font-weight:700;font-style:normal}#root{min-width:100%;min-height:100vh}.visitor-queue-screen{height:100vh;display:flex;font-family:Roboto-Condensed,Arial,Helvetica,sans-serif;padding:16px 8px}.visitor-queue-screen,.visitor-queue-screen *{box-sizing:border-box}.panel{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:0 24px}.panel--waiting{border-right:3px solid #000}.panel__header{display:flex;align-items:center;gap:12px;padding:16px 24px;font-size:2.5vw;font-weight:700;border-radius:22px}.panel__header--waiting{background:#f2f5f8;color:#373b40}.panel__header--proceed{background:#d4edda;color:#28a745}.panel__icon{display:inline-block;width:2.5vw;height:2.5vw}.panel__icon--clock{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E") no-repeat center/contain}.panel__icon--check{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2328a745' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center/contain}.panel__list{flex:1;overflow:hidden;padding:20px 0}.panel__list--grid{display:flex;gap:16px}.panel__column{flex:1;display:flex;flex-direction:column;gap:16px}.plate-badge{border:2px solid #99A3AC;border-radius:6px;padding:10px 16px;font-size:2vw;font-weight:700;text-align:center;white-space:nowrap}.proceed-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.proceed-row .plate-badge{flex-shrink:0}.arrow-icon{width:2.5vw;flex-shrink:0;color:#999}.ramp-value{font-size:3vw;font-weight:700;color:#28a745;margin-left:auto}.ramp-value__rejected{color:#da473f}.declined-icon{width:2.5vw}.registration{font-size:16px;margin:20px;display:flex;flex-direction:column}.registration p{line-height:16px}.registration__header{margin-left:30px}.registration__header-info{display:flex}.registration__toolbar{margin-top:20px;display:flex;justify-content:center}.registration-message{margin:20px;font-size:24px}.registration .button{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:12px 33px;font-size:14px;box-shadow:0 2px 5px #ffcecc;border-radius:24px;border:1px solid #ff6661;background-color:#ff6661;color:#fff;font-weight:700;text-transform:uppercase;transition-property:border-color,background-color,color;transition-duration:.2s;cursor:pointer}.registration .button_disabled{opacity:.24;box-shadow:none;pointer-events:none}.event-title{font-size:22px;margin-bottom:10px}.group-leader{font-weight:700;margin-right:5px}.visitors{margin-top:30px}.visitor-row{margin:8px 0;display:flex}.visitor-row input{box-sizing:border-box;position:relative;padding:10px;border-radius:3px;border:1px solid #d9dee4;background-color:#fafbfc;min-height:20px;font-family:OpenSans,Arial,sans-serif;font-size:14px;line-height:19px;color:#292f37;resize:none;transition-property:border-color;transition-duration:.4s;margin-right:10px;width:230px;flex-shrink:0}.visitor-row input:invalid,.visitor-row .invalid{outline:2px solid #da4949}.visitor-row input:disabled{opacity:.8}.visitor-row__index{line-height:40px;min-width:30px}.visitor-row__header{font-size:14px;margin-right:10px;min-width:230px;display:flex;justify-content:center;font-weight:700}@font-face{font-family:OpenSans;src:url(/custom/assets/OpenSans-Light-7w-1lvJY.ttf) format("truetype"),url(/custom/assets/OpenSans-Light-DOG4Chyv.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:OpenSans;src:url(/custom/assets/OpenSans-Regular-B-dCXNyc.ttf) format("truetype"),url(/custom/assets/OpenSans-Regular-C-vRVEFC.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:OpenSans;src:url(/custom/assets/OpenSans-SemiBold-BdCM0xc5.ttf) format("truetype"),url(/custom/assets/OpenSans-SemiBold-C2Is15kJ.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:OpenSans;src:url(/custom/assets/OpenSans-Bold-fo1ORDhe.ttf) format("truetype"),url(/custom/assets/OpenSans-Bold-CEHuxwVL.woff) format("woff");font-weight:700;font-style:normal}.mpg-line-tracking{width:100vw;height:100vh;display:flex;flex-direction:column;gap:24px;padding:32px;overflow:hidden;background:linear-gradient(180deg,#3a5594,#182b58);color:#373b40;font-family:OpenSans,Arial,Helvetica,sans-serif}.mpg-line-tracking,.mpg-line-tracking *{box-sizing:border-box}.mpg-line-tracking button{font-family:inherit;cursor:pointer;appearance:none}@media(max-width:767px){.mpg-line-tracking{gap:16px;padding:24px}}.mpg-header{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-shrink:0}.mpg-header__title{margin:0;flex:1;min-width:0;font-size:32px;font-weight:700;line-height:1.2;letter-spacing:.01em;text-transform:uppercase;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mpg-header__button{display:inline-flex;align-items:center;gap:16px;padding:15px 28px;border:1px solid #ffffff;border-radius:30px;background:transparent;color:#fff;font-size:24px;font-weight:600;line-height:20px;white-space:nowrap}.mpg-header__button:hover{background:#ffffff1a}.mpg-header__icon{width:24px;height:24px;color:inherit}@media(max-width:767px){.mpg-header__title{font-size:24px}.mpg-header__button{padding:8px 16px;font-size:20px}}.mpg-content{flex:1;min-height:0;display:flex;flex-direction:column;gap:24px}@media(max-width:767px){.mpg-content{gap:16px}}.mpg-cta{align-self:flex-start;flex-shrink:0;padding:24px 32px;border:none;border-radius:90px;background:#f4a41d;color:#fff;font-size:24px;font-weight:700;line-height:24px;letter-spacing:.02em;text-transform:uppercase}.mpg-cta:hover{background:#e7950b}@media(max-width:767px){.mpg-cta{align-self:stretch;padding:19px 32px;font-size:20px;line-height:20px}}.mpg-people{flex:1;min-height:0;display:flex;flex-direction:column;align-items:flex-start;padding:24px;border:1px solid #3a5594;border-radius:8px;background:#fff;color:#373b40}.mpg-people__label{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.mpg-people__icon{width:24px;height:24px;flex-shrink:0;color:#3a5594}.mpg-people__list{list-style:none;margin:16px 0 0;padding:0 8px 0 0;width:100%;flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.mpg-people__list::-webkit-scrollbar{width:8px}.mpg-people__list::-webkit-scrollbar-track{background:transparent}.mpg-people__list::-webkit-scrollbar-thumb{background:#b6b6b6;border-radius:4px}.mpg-people__amount{flex:1;min-height:0;width:100%;display:flex;align-items:center;justify-content:center;font-size:120px;font-weight:700;line-height:1;color:#3a5594}.mpg-people__row{flex-shrink:0;display:flex;align-items:center;gap:48px;padding:13px 16px;border-radius:8px;background:#f2f5f8;font-size:16px;font-weight:600;line-height:20px}.mpg-people__name{flex:0 0 50%;color:#373b40;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-wrap:anywhere}.mpg-people__area{color:#316bb2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:767px){.mpg-people{padding:16px}.mpg-people__label{font-size:18px}.mpg-people__amount{font-size:64px}.mpg-people__row{gap:16px}.mpg-people__name{flex:0 0 45%}}.mpg-card{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:32px 40px;text-align:center;color:#fff}.mpg-card__title,.mpg-card__helper,.mpg-card__thanks,.mpg-card__worker{margin:0}.mpg-card__title{font-size:24px;font-weight:700;line-height:1.2;letter-spacing:.01em;text-transform:uppercase}.mpg-card__helper{font-size:20px;font-weight:600;line-height:1.4;max-width:90%;color:#fafbfc}.mpg-card__helper--error{color:#ff585b}.mpg-card__thanks{font-size:20px;font-weight:600;color:#fafbfc}.mpg-card__worker{font-size:20px;font-weight:600;line-height:20px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mpg-card__actions{display:flex;align-items:center;justify-content:center;gap:25px;width:100%}.mpg-card__actions--scan{width:min(822px,100%);align-self:center}.mpg-card__actions--scan .mpg-button{flex:1;min-width:0}.mpg-card--end-shift{justify-content:flex-start}.mpg-card--end-shift .mpg-card__title{font-size:32px}.mpg-card--end-shift .mpg-card__helper{font-size:24px}.mpg-card--end-shift .mpg-card__actions{margin-top:auto;width:min(781px,100%);align-self:center}.mpg-card--end-shift .mpg-card__actions .mpg-button{flex:1;min-width:0}@media(max-width:767px){.mpg-card{gap:16px;padding:16px 24px}.mpg-card__helper,.mpg-card__thanks,.mpg-card__worker{font-size:16px}.mpg-card--end-shift .mpg-card__title{font-size:24px}.mpg-card--end-shift .mpg-card__helper{font-size:16px}}.mpg-scan-input{width:min(822px,100%);height:68px;flex-shrink:0;padding:0 32px;border:none;border-radius:30px;outline:none;background-color:#fafbfc;color:#3a5594;-webkit-text-fill-color:#3a5594;font-size:24px;font-weight:700;line-height:1;letter-spacing:.35em;text-align:center}.mpg-scan-input:disabled{opacity:.7}@media(max-width:767px){.mpg-scan-input{height:58px;font-size:20px}}.mpg-button{display:inline-flex;align-items:center;justify-content:center;min-width:200px;padding:23px 32px;border:1px solid #ffffff;border-radius:50px;background:transparent;color:#fff;font-size:24px;font-weight:600;line-height:20px}.mpg-button:hover:not(:disabled){background:#ffffff1a}.mpg-button:disabled{opacity:.5;cursor:not-allowed}.mpg-button--primary{border-color:#f4a41d;background:#f4a41d}.mpg-button--primary:hover:not(:disabled){border-color:#e7950b;background:#e7950b}.mpg-button__spinner{--color-primary: #ffffff;width:32px;height:32px;transform:scale(.625);margin:-6px}@media(max-width:767px){.mpg-button{min-width:120px;padding:18px 24px;font-size:20px}.mpg-button--wide{min-width:200px}}.mpg-icon-circle{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;flex-shrink:0;color:#fff}.mpg-icon-circle svg{width:100%;height:100%}.mpg-icon-circle--filled{background:#fff;box-shadow:0 0 0 6px #ffffff52;color:#3a5594}.mpg-icon-circle--filled svg{width:60%;height:60%;stroke-width:3.4}@media(max-width:767px){.mpg-icon-circle{width:48px;height:48px}.mpg-icon-circle--filled{box-shadow:0 0 0 4px #ffffff52}}.mpg-leave-icon{width:72px;height:72px;color:#fff}@media(max-width:767px){.mpg-leave-icon{width:48px;height:48px}}.mpg-inset-pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin:auto 0;padding:16px 24px;border:1px solid #3a5594;border-radius:8px;background:#fff;color:#373b40;font-size:20px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.mpg-inset-pill__icon{width:24px;height:24px;color:#3a5594}@media(max-width:767px){.mpg-inset-pill{padding:12px 16px;font-size:16px}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-primary: #FF6661;--color-white: #fff;--border-gray: #e3e3e3}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}
