[data-popin]{cursor:pointer}.popin{align-items:center;background-color:var(--color-white);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;opacity:0;padding:var(--header-height) var(--horizontal-margin);position:fixed;top:0;transition:opacity .3s ease,visibility 0s;transition-delay:0s,.3s;visibility:hidden;width:100%;z-index:9999}.popin.active{opacity:1;transition-delay:0s,0s;visibility:visible}.popin__title{color:var(--color-dark);margin-bottom:var(--spacing-xl);text-align:center}@media screen and (min-width:0px){.popin__title{font-family:var(--font-primary)!important;font-size:3.6rem!important;font-weight:600!important;line-height:3.6rem!important}}@media screen and (min-width:768px){.popin__title{font-family:var(--font-primary)!important;font-size:6rem!important;font-weight:600!important;line-height:6rem!important}}
