@import url("https://fonts.googleapis.com/css?family=Karla");*{margin:0;padding:0;font-family:Karla}.clearfix{position:absolute;left:-99999px}:root{--main-yellow:yellow;--main-blue:rgb(0,0,139);--secondary-blue:rgb(14,14,223);--light-gray:#E5E5E5;--lighter-gray:#f5f5f5;--block-margin:40px;--content-margin:20px;--header-height:80px}h2{margin-bottom:10px}.button{background-color:var(--main-blue);min-width:200px;height:50px;text-align:center;border:none;outline:none;line-height:50px;color:white;text-decoration:none}.button:hover{background-color:var(--secondary-blue)}.embla{overflow:hidden}.embla__container{display:flex}.fallback__container{display:flex;background-color:var(--light-gray);height:100%;min-height:400px}.fallback__slide{display:flex;align-items:center;justify-content:center;min-width:0;width:100%}.embla__slide{flex:0 0 100%;min-width:0}.page-loader{position:fixed;top:0;left:0;width:100%;height:4px;background:var(--secondary-blue);z-index:9999;animation:shimmer 2s linear infinite}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}