:root{--frontend-modal-z-index:999;--frontend-modal-height-mobile:calc(100% - 70px);--frontend-modal-height-desktop:100%;--frontend-modal-bg-color:#000000e6;--frontend-modal-icon-bg-color:var(--theme-color-contrast,#000);--frontend-modal-icon-color:#fff;--frontend-modal-close-btn-bg-color:var(--theme-color-contrast,#000);--frontend-modal-close-btn-color:#fff;--frontend-modal-absolute-image-x:center;--frontend-modal-absolute-image-y:100%;--frontend-modal-absolute-image-w:auto;--frontend-modal-absolute-image-h:320px;--frontend-modal-content-padding:50px 30px}@media screen and (width>=768px){:root{--frontend-modal-content-padding:60px}}.frontend-modal-overflow-hidden{overflow:hidden}.frontend-modal{height:var(--frontend-modal-height-mobile);width:100%;z-index:var(--frontend-modal-z-index);opacity:0;background:var(--frontend-modal-bg-color);display:none;position:fixed;inset:0}@media screen and (width>=768px){.frontend-modal{height:var(--frontend-modal-height-desktop)}}.frontend-modal--active{display:flex}.frontend-modal--inactive{display:none}.frontend-modal__wrapper{flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.frontend-modal__scrollable{flex-direction:column;flex:auto;padding:20px 16px 30px;display:flex;overflow:auto}@media screen and (width>=768px){.frontend-modal__scrollable{padding:80px 24px}}.frontend-modal__container{width:100%;max-width:360px;margin:auto}@media screen and (width>=576px){.frontend-modal__container{max-width:560px}}@media screen and (width>=768px){.frontend-modal__container{max-width:660px}}@media screen and (width>=992px){.frontend-modal--large .frontend-modal__container{max-width:780px}}@media screen and (width>=1200px){.frontend-modal--large .frontend-modal__container{max-width:920px}}@media screen and (width>=1600px){.frontend-modal--large .frontend-modal__container{max-width:1080px}}.frontend-modal__fixed-image{background:var(--frontend-modal-overlay-absolute-image);background-position-x:var(--frontend-modal-absolute-image-x);background-position-y:var(--frontend-modal-absolute-image-y);background-size:var(--frontend-modal-absolute-image-w) var(--frontend-modal-absolute-image-h);pointer-events:none;z-index:-1;background-repeat:no-repeat;position:absolute;inset:0}@media screen and (width>=1200px){.frontend-modal__fixed-image{max-width:2400px;margin:0 auto;left:50%;transform:translate(-50%)}}.frontend-modal__header{padding-bottom:18px}.frontend-modal__header-icon{aspect-ratio:1;background:var(--frontend-modal-icon-bg-color);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-left:auto;margin-right:auto;display:flex}@media screen and (width>=768px){.frontend-modal__header-icon{width:88px;height:88px}}.frontend-modal__header-icon-thumbnail{background:var(--frontend-modal-icon-color);width:100%;height:100%;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:50%;mask-size:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.frontend-modal__header-content{color:#fff;text-align:center;padding-top:16px;font-size:16px;font-weight:700;line-height:1.4}@media screen and (width>=768px){.frontend-modal__header-content{font-size:32px}}.frontend-modal__close-btn{cursor:pointer;color:#fff;background:0 0;border:0;align-items:center;gap:10px;margin:30px auto 20px;padding:0;display:flex}.frontend-modal__close-btn--top-right-absolute{flex-direction:column-reverse;margin:0;position:absolute;top:20px;right:30px}@media screen and (width>=1200px){.frontend-modal__close-btn--top-right-absolute{top:30px;right:50px}.frontend-modal__close-btn--bottom-center{display:none}}.frontend-modal__close-btn-label{text-transform:uppercase;font-size:12px;font-weight:700}@media screen and (width>=768px){.frontend-modal__close-btn-label{font-size:14px}}.frontend-modal__close-btn-icon{background:var(--frontend-modal-close-btn-bg-color);border-radius:999px;flex:none;width:36px;height:36px;position:relative;box-shadow:0 3px 6px #0000007a}@media screen and (width>=768px){.frontend-modal__close-btn-icon{width:46px;height:46px}}.frontend-modal__close-btn-icon:before,.frontend-modal__close-btn-icon:after{content:"";background:var(--frontend-modal-close-btn-color);transform-origin:50%;width:16px;height:2px;position:absolute;top:50%;left:50%}.frontend-modal__close-btn-icon:before{transform:translate(-50%,-50%)rotate(45deg)}.frontend-modal__close-btn-icon:after{transform:translate(-50%,-50%)rotate(-45deg)}.frontend-modal__content{padding:var(--frontend-modal-content-padding);background:#fff;border-radius:25px;position:relative;box-shadow:0 3px 34px #00000021}.frontend-modal__footer{justify-content:center;padding-top:18px;display:flex}
