CINXE.COM
Unsupported browser
<!DOCTYPE html> <html lang=en> <head> <title> Unsupported browser </title> <style>@font-face{font-family:Avenir;src:url("https://p-cdn.rockwool.com/dist/assets/fonts/6ea0c76a-c6da-496b-917d-b9cd2b2cfa7c.ttf") format('truetype')}#outerDiv{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-family:Avenir,Helvetica,'Helvetica Neue',sans-serif}#brandLogo{display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;height:200px}p{text-align:center}#textBlock{color:rgb(99,102,106);font-size:28px}#browserLogo{width:100px;height:100px;display:block}#headLine{font-weight:bold;font-size:45px}#icon-row{flex-direction:row;display:flex;justify-content:space-around;margin-top:3em;margin-right:9em;margin-bottom:3em;margin-left:9em;align-items:flex-start}#icon-component{display:table}#icon-text{text-align:center;display:table-caption;caption-side:bottom;font-size:20px}a,a:visited,a:hover,a:active{text-decoration:none;color:inherit}</style> <body> <div id=outerDiv> <img id=brandLogo src=/dist/assets/images/logo/rockwool/logo.svg alt="Logo of the brand"> <h1 id=headLine> Please visit our website in another browser </h1> <div id=textBlock> The browser you are using is no longer supported by us. To get the best website experience and use of our online tools, please update to one of the browsers listed below: </div> <div id=icon-row> <a href="https://www.opera.com/"> <figure id=icon-component> <img id=browserLogo src=https://p-cdn.rockwool.com/dist/assets/images/svg/opera.svg alt=Opera> <figcaption id=icon-text>Opera</figcaption> </figure> </a> <a href="https://www.google.com/chrome/"> <figure id=icon-component> <img id=browserLogo src=https://p-cdn.rockwool.com/dist/assets/images/svg/chrome.svg alt="Google Chrome"> <figcaption id=icon-text>Google Chrome</figcaption> </figure> </a> <a href="https://www.mozilla.org/firefox/"> <figure id=icon-component> <img id=browserLogo src=https://p-cdn.rockwool.com/dist/assets/images/svg/firefox.svg alt="Mozilla Firefox"> <figcaption id=icon-text>Mozilla Firefox</figcaption> </figure> </a> <a href="https://www.microsoft.com/edge/"> <figure id=icon-component> <img id=browserLogo src=https://p-cdn.rockwool.com/dist/assets/images/svg/edge.svg alt="Microsoft Edge"> <figcaption id=icon-text>Microsoft Edge</figcaption> </figure> </a> </div> </div>