#home-slideshow{background-color:var(--dark-color)}@media (max-width:48em){#home-slideshow .row{margin-left:0;margin-right:0}}#home-slideshow [class*=col-]:first-child{display:flex;align-content:center;flex-wrap:wrap;text-align:center}@media (max-width:48em){#home-slideshow [class*=col-]:first-child{padding:calc(var(--spacer) * 2) calc(var(--grid-gutter)/ 2)}}#home-slideshow [class*=col-]:first-child .h1{color:var(--main-color)}@media (min-width:62em){#home-slideshow [class*=col-]:first-child .h1{font-size:calc(var(--fz-h1) + .7rem)}}@media (max-width:48em){#home-slideshow [class*=col-]:first-child .h1{font-size:calc(var(--fz-h1) + .4rem)}}#home-slideshow [class*=col-]:first-child p:not(.h1){color:var(--white)}#home-slideshow [class*=col-]:first-child .btn-slideshow{margin-top:calc(var(--spacer) * 2);display:flex}@media (min-width:62em){#home-slideshow [class*=col-]:first-child .btn-slideshow{justify-content:center;gap:2rem}}@media (max-width:48em){#home-slideshow [class*=col-]:first-child .btn-slideshow{flex-direction:column;gap:1rem}}#home-slideshow .tns-controls button{position:absolute;text-align:center;z-index:200;background-color:transparent;border:none;opacity:.7;height:100%;padding:1rem;color:var(--white)}#home-slideshow .tns-controls button .material-icons{font-size:4rem}#home-slideshow .tns-controls button:hover{opacity:1}#home-slideshow .tns-controls button:focus{outline:0}#home-slideshow .tns-controls button[data-controls=prev]{left:0}#home-slideshow .tns-controls button[data-controls=next]{right:0}#home-slideshow .tns-controls button:disabled{display:none}