#mobile-nav{display:grid;grid-template-rows:0fr;width:100%;transition-property:grid-template-rows;transition-timing-function:ease-in-out;transition-duration:.2s}#mobile-nav>div{width:100%;overflow:hidden}#mobile-nav.open{grid-template-rows:1fr}#mobile-nav-content{box-sizing:border-box;height:100%;min-height:calc(100vh - var(--nav-height));max-height:calc(100vh - var(--nav-height));padding-top:70px;padding-bottom:40px;overflow:hidden scroll;scrollbar-width:none}#mobile-nav-content::-webkit-scrollbar{display:none}#mobile-nav-content .menu-item{display:flex;flex-flow:column;align-items:flex-start;justify-content:flex-start}#mobile-nav-content>ul{display:flex;flex-flow:column;row-gap:20px}#mobile-nav-content>ul .btn p,#mobile-nav-content>ul .btn span{font-family:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-weight:700;line-height:24px;font-size:calc(16px*var(--font-scale))}#mobile-nav-content>ul a{display:flex;flex-flow:row;width:100%;min-height:40px}#mobile-nav-content>ul span{-webkit-user-select:none;-moz-user-select:none;user-select:none}#mobile-nav-content>ul .parent-item>span,#mobile-nav-content>ul span{font-size:20px;font-weight:300;line-height:40px}#top-navigation{position:fixed;inset:0;z-index:3;box-sizing:border-box;width:100%;height:-moz-min-content;height:min-content;padding:10px 20px;background-color:var(--main-darkest);border-bottom:1px solid var(--main-dark)}@media(max-width:991.98px){#top-navigation{display:grid;grid-template-rows:var(--nav-height) min-content;min-height:var(--nav-height)}}@media(min-width:992px){#top-navigation{height:var(--nav-height);padding:8px 20px}}#top-navigation.open{grid-template-rows:var(--nav-height) 1fr}#top-navigation .content-limiter,#top-navigation .limited-content{height:100%}#top-navigation .content-limiter{overflow:hidden}#top-navigation ul{list-style:none}#top-navigation ul li{min-height:40px}#top-navigation .logo{height:46px}#top-navigation .inner-wrapper{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;width:100%;height:100%}#top-navigation .inner-wrapper .mobile{display:block;margin-left:auto}@media(min-width:992px){#top-navigation .inner-wrapper .mobile{display:none}}#top-navigation .inner-wrapper .desktop-items{display:none;flex-flow:row nowrap;-moz-column-gap:49px;column-gap:49px;align-items:center;justify-content:flex-start;height:100%;margin-left:auto;white-space:nowrap}@media(min-width:992px){#top-navigation .inner-wrapper .desktop-items{display:flex}}#top-navigation .inner-wrapper .desktop-items .menu-item,#top-navigation .inner-wrapper .desktop-items .menu-item>button{height:100%}#top-navigation .inner-wrapper .desktop-items .menu-item>a{display:flex;flex-flow:row;align-items:center;justify-content:center;height:100%}html{--main-light:#b9dcd2;--main-dark:#253746;--main-darkest:#121b22;--web-light-bg:#e9f7f3;--web-grey:#565f70;--web-grey-light:#dbdbdb;--web-text-grey:#565f70;--inactive-grey-dark:#6f6f6f;--inactive-grey-light:#a8a8a8;--black:#000;--white:#fff;--alert:#a40000;--alert-light:red;--main-radius:15px;--font-scale:1}.content-limiter{box-sizing:border-box;display:flex;flex-flow:row nowrap;align-items:flex-start;justify-content:center;width:100%;overflow-x:hidden}.content-limiter .limited-content{width:100%}.content-section{position:relative;overflow:hidden;width:100%}.content-section.light{color:var(--main-dark);background-color:var(--white);--cms-color:var(--main-dark)}.content-section.dark{color:var(--white);background-color:var(--main-darkest);--cms-color:var(--white)}.content-section.gyroid-image{background-image:url(/photos/gyroid.webp)}.content-section.gyroid{background-repeat:no-repeat;background-position:top 20px right -300px}@media(min-width:768px){.content-section.gyroid{background-image:url(/photos/gyroid.webp)}}.content-section h2{font-family:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-weight:300;line-height:2;font-size:calc(24px*var(--font-scale));box-sizing:border-box;padding-bottom:50px;color:inherit;text-align:left}@media(min-width:992px){.content-section h2{font-size:calc(48px*var(--font-scale));line-height:64px}}.content-section .divider-container{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;width:100%}.content-section .divider-container svg{width:100%}.content-section .divider-container .divider-top{height:76px}.content-section .content-limiter,.content-section .divider-container{z-index:2;position:relative}#breadcrumbs{box-sizing:border-box;padding-bottom:var(--main-content-gap);cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-wrap:wrap;-moz-column-gap:3px;column-gap:3px}#breadcrumbs a{color:inherit;text-decoration:none;cursor:pointer}html{padding:0;margin:0;scroll-behavior:smooth;--nav-height-scale:0.75;--nav-height:calc(68px * var(--nav-height-scale));font-family:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}@media(min-width:992px){html{--nav-height:calc(94px * var(--nav-height-scale))}}body{min-width:100%;min-height:100dvh;padding:0}body,div,h1,h2,h3,h4,h5,h6,li,p,ul{margin:0}li,ul{padding:0}a,button{cursor:pointer;text-decoration:none}body>main{box-sizing:border-box;overflow:hidden auto}@media(max-width:991.98px){body>main{padding-top:calc(var(--nav-height) + 20px)}}@media(min-width:992px){body>main{padding-top:var(--nav-height)}}body{overflow-x:hidden}body,body main{position:relative}body main{z-index:2}#gyroid-background{position:absolute;top:0;right:0;z-index:1}.no-decoration{text-decoration:none}