.popupLayer{display:none;z-index:99999;position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.popupLayer .popupLayerBackground{position:fixed;left:0;top:0;width:100%;height:100%}.popupLayer .popupLayerContent{background-color:var(--hoverColor1);padding:1.125rem 2.5rem 1.125rem 2.5rem;position:fixed;top:50%;left:1rem;right:1rem;width:auto;transform:translateY(-50%);max-height:90vh;overflow:auto}@media (min-width:768px){.popupLayer .popupLayerContent{left:50%;width:50%;margin-left:-25%}}.popupLayer .popupLayerContent h1,.popupLayer .popupLayerContent h2,.popupLayer .popupLayerContent h3,.popupLayer .popupLayerContent h4{color:var(--light);margin-bottom:1.875rem}.popupLayer .popupLayerContent p{color:var(--light);margin-bottom:1.875rem}.popupLayer .popupLayerContent p a{color:var(--light)}.popupLayer .popupLayerContent .popupLayerButton{width:auto;margin-bottom:.5rem}