*,
*::before,
*::after{box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth}
body{
 margin:0;
 min-width:320px;
 color:var(--bxv5-text);
 background:var(--bxv5-white);
 font-family:Arial,Helvetica,sans-serif;
 line-height:1.5;
 overflow-x:hidden;
}
img{display:block;max-width:100%;height:auto}
a{color:var(--bxv5-blue)}
button,input,select,textarea{font:inherit}
.bxv5-container{
 width:min(calc(100% - 40px),var(--bxv5-container));
 margin-inline:auto;
}
.bxv5-skip-link{
 position:absolute;
 left:-9999px;
 top:auto;
}
.bxv5-skip-link:focus{
 left:12px;
 top:12px;
 z-index:9999;
 padding:12px;
 background:#fff;
}
.bxv5-button{
 display:inline-flex;
 min-height:46px;
 align-items:center;
 justify-content:center;
 padding:0 18px;
 border-radius:8px;
 background:var(--bxv5-green);
 color:#071d16;
 font-weight:900;
 text-decoration:none;
}
