:root{--color: #000;--green: #00afa5;--green-contrast: #000;--green-light: #e5f7f6;--yellow: #ffc700;--yellow-contrast: #000;--yellow-light: #fff9e5;--red: #c51e42;--red-light: #f9e5e5;--purple: #6200c0;--purple-light: #efe5f9;--white: #fff;--black: #000;--grey: #eaeaea;--grey-lighter: #f4f4f4;--grey-mid: #4f4f4f;--grey-darker: #c2c2db;--logo-height: 90px;--shadow: 10px 10px 0 #000;--scrollbar-width: 4px;--Padding_XXL: ;--Padding_XL: 48px;--Padding_L: 32px;--Padding_M: 16px;--Padding_S: 8px;--Padding-XS: 4px}@font-face{font-family:avenir;font-weight:700;font-style:normal;src:url("./media/AvenirNext-Bold-01-M3ZIMZY2.ttf")}@font-face{font-family:avenir;font-weight:400;font-style:normal;src:url("./media/AvenirNext-Regular-08-Y4WOXL7N.ttf")}@font-face{font-family:avenir;font-weight:500;font-style:normal;src:url("./media/AvenirNext-Medium-06-I43Q4ZTS.ttf")}h1,h2{margin:0;text-align:center}h2{font-size:48px;font-weight:400;line-height:120%;text-transform:uppercase}@media screen and (max-width: 768px){h2{font-size:6vw}}h1{font-size:56px;font-weight:700;line-height:120%;text-transform:uppercase}@media screen and (max-width: 768px){h1{font-size:7vw}}h3{font-size:32px;font-style:normal;font-weight:700;line-height:120%}*{box-sizing:border-box}body{font-family:avenir,sans-serif;font-weight:400;font-style:normal;margin:0;padding:0;min-height:100vh;color:var(--color);display:flex;flex-direction:column;width:100%}ul{list-style:none;padding-left:0}img{max-width:100%}.rr_btnarea{width:100%;max-width:unset!important;display:flex;gap:1rem}.rr_cookiebtn{position:static!important;border-radius:0!important;text-align:center!important;background-color:var(--green)!important}app-root{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}.col,.row{display:flex;flex-direction:column;justify-content:space-between}.row{flex-direction:row}.wrap{flex-wrap:wrap}.wrapper{--wrapper-padding-inline: 20px;padding-inline:var(--wrapper-padding-inline);width:100%;max-width:1200px;margin:0 auto;box-sizing:border-box}@media screen and (max-width: 768px){.wrapper{--wrapper-padding-inline: 1rem}}a,a:visited,a:active{text-decoration:none;color:var(--color);border-bottom:1px solid transparent;transition:all .5s}a:hover,a:visited:hover,a:active:hover{border-color:var(--color)}button{display:flex;padding:14.752px 19.67px;flex-direction:column;align-items:center;border:3px solid var(--color);color:var(--btn-color, var(--color));background:var(--btn-background, var(--grey));box-shadow:5px 5px #000;font-size:24px;cursor:pointer;font-weight:700;line-height:120%}button.primary{--btn-background: var(--yellow)}@media screen and (max-width: 768px){button{font-size:18px}}.stack{display:grid}.stack>*{grid-area:1/1/2/2}
