.WholePageLayout{top:0;left:0;right:0;bottom:0;display:flex;position:fixed;z-index:18;flex-direction:column;background-color:var(--bg-dark-green);align-items:center;justify-content:space-between}.WholePageLayout--chaperone{background-color:var(--expert-bg)}.WholePageLayout__header{width:100%;justify-content:space-between;padding:26px 70px;display:flex;min-height:100px;max-height:100px;flex-direction:row;align-items:center}@media(max-width:767.98px){.WholePageLayout__header{padding:14px 16px;min-height:56px;max-height:56px}}.WholePageLayout__header--right{display:flex;flex-direction:row}.WholePageLayout__content{padding:40px 0 0;max-width:520px;height:100%;width:100%}@media(max-width:767.98px){.WholePageLayout__content{padding:0}}.WholePageLayout__content--full-width{position:relative;top:0;left:0;right:0;max-width:unset;padding:0;width:100%}.WholePageLayout__content-container{width:100%;display:flex;height:100%;flex-direction:column;justify-content:flex-start;align-items:center;overflow-y:scroll}.WholePageLayout__footer{width:100%;align-items:center;display:flex;flex-direction:row;justify-content:center;position:fixed;bottom:0;background-color:var(--bg-dark-green);z-index:20}.WholePageLayout__footer--chaperone{background-color:var(--expert-bg)}.WholePageLayout__footer__controlls{width:100%;max-width:520px;padding:36px 0;display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media(max-width:767.98px){.WholePageLayout__footer__controlls{padding:20px 16px 36px}.WholePageLayout__footer__controlls--higher{padding:20px 16px 80px}}.WholePageLayout__footer__controlls--prev-btn{margin-right:10px}