/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.container-inline div,.container-inline label{display:inline;}.container-inline .details-wrapper{display:block;}
.clearfix:after{display:table;clear:both;content:"";}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}
.popin{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:950;padding:0 1rem;visibility:hidden;opacity:0;transition:visibility 0s 0.3s,opacity 0.3s ease;}.popin.active{visibility:visible;opacity:1;transition:opacity 0.3s ease;}.popin .overlay{position:absolute;z-index:0;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.7);}.popin .content{position:relative;z-index:1;background:#fff;margin:1rem auto;padding:15px;max-width:430px;border-radius:3px;box-shadow:0px 0px 24px 0px rgba(0,0,0,0.5);}.popin .close{text-align:right;cursor:pointer;width:100%;height:20px;}.popin .image{margin-top:15px;}.popin .image img{width:100%;height:auto;}.popin .text-content{background:white;padding:20px;text-align:center;}.popin .text-content .title{font-weight:bold;font-size:24px;}.popin .text-content .subtitle{font-size:16px;}.popin .text-content .description p{font-size:14px;}.popin .button-container{margin-top:15px;text-align:center;}
