.modal__close-icon:before{font-family:ek-Icons!important;speak:never;font-style:normal;font-variant:normal;font-weight:400;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:""}.modal{align-items:center;display:flex;height:100vh;justify-content:center;left:0;opacity:0;padding-bottom:40px;padding-top:40px;pointer-events:none;position:fixed;top:0;transition:opacity .5s ease;visibility:hidden;width:100vw;z-index:10001}.modal.is--active{opacity:1;pointer-events:auto;transition-delay:0s;visibility:visible}.modal__bg{background-color:#1c1c1c;content:"";display:block;height:100vh;opacity:.4;position:absolute;top:0;width:100vw}.modal__scroller{background:#fff;border-radius:20px;box-shadow:0 0 30px rgba(0,0,0,.1);color:#1c1c1c;margin-left:auto;margin-right:auto;max-height:100%;overflow:auto;position:relative;width:90.1333333333vw}@media only screen and (min-width:768px){.modal__scroller{width:84.6354166667vw}}@media only screen and (min-width:1440px){.modal__scroller{width:70.0520833333vw}}@media only screen and (min-width:1680px){.modal__scroller{width:1172px}}.modal__container{text-align:right;width:100%}.modal__inner{display:flex;flex-direction:row;flex-wrap:wrap;gap:60px;justify-content:center;padding:10px 6.1333333333vw 60px;position:relative;text-align:left;z-index:0}@media only screen and (min-width:768px){.modal__inner{padding-left:2.9947916667vw;padding-right:2.9947916667vw}}@media only screen and (min-width:1680px){.modal__inner{padding-left:50px;padding-right:50px}}.modal__close{cursor:pointer;display:inline-block;padding:14px;position:-webkit-sticky;position:sticky;top:0;z-index:1}.modal__close:focus-visible .modal__close-icon{border-radius:4px;outline-color:#7c9d18;outline-offset:4px;outline-style:solid;outline-width:2px}.modal__close:before{background-image:linear-gradient(0deg,hsla(0,0%,100%,0) 0,#fff 16px);content:"";display:block;height:52px;pointer-events:none;position:absolute;right:0;top:0;width:90.1333333333vw}@media only screen and (min-width:768px){.modal__close:before{width:84.6354166667vw}}@media only screen and (min-width:1440px){.modal__close:before{width:70.0520833333vw}}@media only screen and (min-width:1680px){.modal__close:before{width:1172px}}.modal__close-icon{align-items:center;border-radius:50%;color:#00632e;display:flex;flex-direction:column;height:24px;justify-content:center;position:relative;transition:background-color .5s cubic-bezier(.25,1,.5,1);width:24px}.modal__close-icon,.modal__close-icon:before{font-size:24px;line-height:1}@media(hover:hover){.modal__close-icon:hover{color:#8aae1b}}