@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--black:#000;--white:#fff;--gold:#aa915a;--halfBlack:#00000060;--halfWhite:#ffffff60;--halfGold:#aa915a60;--grey:#f3f4f6;--middleGrey:#787878;--darkGrey:#4c4c4c;--heading:"ITC-Gothic",serif;--heading2:"Matrice",serif;--body:"Akkurat",sans-serif}::selection{color:var(--white);background:var(--gold)}html{min-height:100%}body,html{display:flex;width:100%;overflow-x:hidden;background-color:var(--white)}body{flex-direction:column;flex-grow:1;color:var(--black);font-family:var(--body);font-weight:400;margin:0}body *{display:flex;position:relative}head,script,style{display:none}#__next{font-family:var(--body);font-size:1rem;flex-direction:column;flex-grow:1;overflow:hidden;width:100%}.contain{width:1600px;max-width:calc(100vw - 4rem);padding-left:2rem;padding-right:2rem;margin-left:auto;margin-right:auto;height:-moz-fit-content;height:fit-content}a,h1,h2,h3,h4,h5,h6,p,span,td,th{line-height:100%}a,article,button,div,form,h1,h2,h3,h4,h5,h6,input,label,li,nav,ol,p,section,select,span,table,tbody,td,textarea,th,tr,ul{font-size:inherit;font-weight:inherit;margin:0;padding:0;border-radius:0;outline:none;border:none;background:none;font-family:inherit;color:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:inherit}li{display:list-item}table{display:table}thead{display:table-header-group}tbody{display:table-row-group}tr{display:table-row}td,th{display:table-cell}table,tbody,td,th,tr{border-collapse:collapse}datalist{display:none}select{-webkit-appearance:menulist;-moz-appearance:menulist;appearance:menulist}h1,h2,h3,h4,h5,h6,th{font-family:var(--heading)}header.header{background-color:var(--black);z-index:10;padding:.5rem 0}header.header .contain{flex-wrap:wrap;align-items:center;justify-content:space-between}header.header .contain .logo{transition:background-color .1s linear;padding:.2rem;border-radius:.5rem;margin:.5rem 2rem .5rem 0}header.header .contain .logo img{height:2.5rem;width:auto;transition:filter .1s linear}@media(max-width:700px){header.header .contain .logo img{height:2.5rem}}header.header .contain .logo:focus-visible,header.header .contain .logo:hover{background-color:var(--white)}header.header .contain .logo:focus-visible img,header.header .contain .logo:hover img{filter:brightness(0)}header.header .contain .toggle{flex-direction:column;cursor:pointer;height:2.5rem;align-items:center;justify-items:center;justify-content:center;margin:.5rem 0}header.header .contain .toggle .icon{height:1.5rem;width:2rem}header.header .contain .toggle .icon .line{position:absolute;width:100%;height:.2rem;background-color:var(--gold);transition:left .2s ease-in-out,top .2s ease-in-out,width .2s ease-in-out,transform .2s ease-in-out}header.header .contain .toggle label{margin-top:.6rem;color:var(--middleGrey);text-transform:uppercase;font-weight:600;letter-spacing:.1rem;line-height:100%;width:-moz-fit-content;width:fit-content;pointer-events:none;transition:color .1s linear}header.header.closed .toggle .line:first-child{top:0;left:0}header.header.closed .toggle .line:nth-child(2){top:50%;left:0;width:50%}header.header.closed .toggle .line:nth-child(3){top:100%;left:0;width:25%}header.header.closed .toggle:focus-visible .line,header.header.closed .toggle:hover .line{width:100%}header.header.closed .toggle:focus-visible label,header.header.closed .toggle:hover label{color:var(--white)}header.header.opened .toggle .line.line:not(:last-child){width:60%;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg)}header.header.opened .toggle .line:nth-child(2){transform:translate(-50%,-50%) rotate(-45deg)!important}header.header.opened .toggle .line:last-child{width:0;top:100%}header.header.opened .toggle:focus-visible .line:not(:last-child),header.header.opened .toggle:hover .line:not(:last-child){width:80%}header.header.opened .toggle:focus-visible label,header.header.opened .toggle:hover label{color:var(--white)}header.header .nav-menu{color:var(--white);flex-direction:column;justify-content:flex-end;align-items:flex-end;position:fixed;left:0;top:0;top:4.9rem;height:calc(100% - 4.9rem);width:100%;background-color:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;pointer-events:none;transition:opacity .1s linear .1s}header.header .nav-menu nav{font-size:1.2rem;background-color:var(--black);flex-basis:100%;width:20rem;max-width:calc(100% - 4rem);padding:2rem;overflow:hidden;transform:translateX(100%);transition:transform .3s ease-in-out}@media(max-width:700px){header.header .nav-menu nav{font-size:1.1rem}}header.header .nav-menu nav .main-menu,header.header .nav-menu nav .sub-menu{flex-direction:column;flex-shrink:0;margin-right:4rem;width:100%;transition:transform .25s ease-in-out}header.header .nav-menu nav .main-menu a,header.header .nav-menu nav .main-menu button,header.header .nav-menu nav .sub-menu a,header.header .nav-menu nav .sub-menu button{background-image:linear-gradient(var(--halfWhite),var(--halfWhite)),linear-gradient(var(--white),var(--white)),linear-gradient(var(--halfWhite),var(--halfWhite));background-size:50% .175rem,0 .175rem,50% .175rem;background-repeat:no-repeat;background-position:0 100%,bottom,100% 100%;padding-bottom:.3rem;text-decoration:none;width:-moz-fit-content;width:fit-content;transition:background-size .15s ease-in-out;font-weight:600;line-height:100%;cursor:pointer}header.header .nav-menu nav .main-menu a:focus-visible,header.header .nav-menu nav .main-menu a:hover,header.header .nav-menu nav .main-menu button:focus-visible,header.header .nav-menu nav .main-menu button:hover,header.header .nav-menu nav .sub-menu a:focus-visible,header.header .nav-menu nav .sub-menu a:hover,header.header .nav-menu nav .sub-menu button:focus-visible,header.header .nav-menu nav .sub-menu button:hover{background-size:0 .175rem,100% .175rem,0 .175rem}header.header .nav-menu nav .main-menu a,header.header .nav-menu nav .sub-menu a{margin-top:1rem}header.header .nav-menu nav .main-menu .back,header.header .nav-menu nav .sub-menu .back{margin:1rem auto}header.header .nav-menu nav .main-menu .button-wrapper,header.header .nav-menu nav .sub-menu .button-wrapper{height:-moz-fit-content;height:fit-content;align-self:stretch;justify-content:space-between;align-items:center;margin-top:1rem}header.header .nav-menu nav.sub>div{transform:translateX(calc(-100% - 4rem))}header.header.opened .nav-menu{opacity:1;pointer-events:all;transition:opacity .1s linear}header.header.opened .nav-menu nav{transform:translateX(0)}footer.footer{color:var(--white);background-color:var(--black);justify-content:space-between;flex-wrap:wrap}footer.footer .underline{background-image:linear-gradient(var(--halfWhite),var(--halfWhite)),linear-gradient(var(--white),var(--white)),linear-gradient(var(--halfWhite),var(--halfWhite));background-size:50% .175rem,0 .175rem,50% .175rem;background-repeat:no-repeat;background-position:0 100%,bottom,100% 100%;padding-bottom:.3rem;text-decoration:none;width:-moz-fit-content;width:fit-content;transition:background-size .15s ease-in-out;font-size:1rem;margin:.5rem 0;font-weight:600;line-height:100%}footer.footer .underline:focus-visible,footer.footer .underline:hover{background-size:0 .175rem,100% .175rem,0 .175rem}@media(max-width:700px){footer.footer .underline{font-size:1rem}}footer.footer .contain{flex-grow:0;flex-wrap:wrap;justify-content:space-between;padding:2rem 0}footer.footer .contain:last-child{border-top:.2rem solid var(--darkGrey)}footer.footer .contain:last-child .links .underline{margin:1rem 0}footer.footer .contain:last-child .links .underline:first-child{margin-right:3rem}footer.footer .contain:last-child p{font-size:1.1rem;margin:1rem 0}footer.footer .brand{flex-direction:column;margin:2rem 0}footer.footer .brand .logo{transition:background-color .1s linear;padding:.2rem;border-radius:.5rem}footer.footer .brand .logo img{height:5rem;width:auto;transition:filter .1s linear}@media(max-width:700px){footer.footer .brand .logo img{height:3.5rem}}footer.footer .brand .logo:focus-visible,footer.footer .brand .logo:hover{background-color:var(--white)}footer.footer .brand .logo:focus-visible img,footer.footer .brand .logo:hover img{filter:brightness(0)}footer.footer .brand .wrapper{padding:1rem 0;border-top:.2rem solid var(--darkGrey)}footer.footer .brand .wrapper:first-child{border-top:0 solid transparent;padding:.75rem 0}footer.footer .brand .socials{display:flex;flex-wrap:wrap;padding:.25rem 0}footer.footer .brand .socials li{display:flex}footer.footer .brand .socials .icon{transition:background-color .1s linear;padding:.5rem;border-radius:10rem;margin:.5rem;text-decoration:none}footer.footer .brand .socials .icon *{transition:fill .1s linear,color .1s linear}footer.footer .brand .socials .icon i{font-size:2rem}footer.footer .brand .socials .icon:focus-visible,footer.footer .brand .socials .icon:hover{color:var(--black);background-color:var(--white)}footer.footer .brand .socials .icon:focus-visible *,footer.footer .brand .socials .icon:hover *{fill:var(--black)}footer.footer .brand .contact{justify-content:space-between}footer.footer .links{flex-wrap:wrap;max-width:100%}footer.footer .links h3{font-size:2rem;font-weight:600;margin-bottom:1rem}@media(max-width:700px){footer.footer .links h3{font-size:1.75rem}}footer.footer .links>ul{flex-direction:column;align-items:flex-start;width:max-content;margin:2rem 6rem 2rem 0}footer.footer .links>ul:last-child{margin-right:0}footer.footer .links>ul h3{font-size:2rem;font-weight:600;margin-bottom:1rem}@media(max-width:700px){footer.footer .links>ul h3{font-size:1.75rem}}footer.footer .links>ul li{display:flex}