:root{--main-background-color:#FFF8F0;--main-background-color-trans:rgba(255, 248, 240, 0.7);--main-text-color:#4C4F67;--button-text-color:#fff;--button-background-color:#968168;--link-text-color:var(--button-background-color);--unselected-background-color:#858795;--unselected-text-color:#4C4F67;--selected-background-color:#4C4F67;--selected-text-color:#A8A9B1}html{font-size:16px}body{margin:0;font-family:sans-serif;overflow-x:hidden;color:#fff}section{height:100vh}.loader{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:4;display:flex;align-items:center;justify-content:center}.loader-circles{height:100px;width:100px;position:relative;display:flex;align-items:center;justify-content:center}.black,.grey{width:40px;height:40px;border-radius:50%;z-index:5;background:#968168;position:absolute}.grey{border:1px solid #b6a591}.black{z-index:6;background:#4c4f67}nav{position:fixed;top:0;left:0;width:calc(100% - 100px);z-index:3;display:flex;align-items:center;justify-content:space-between;font-weight:700;padding:0 3rem}li,ul{list-style-type:none;display:inline-block}ul{padding-left:0}li{margin:8px 16px}.nav-link{position:relative;text-decoration:none;color:var(--main-background-color)}.nav-link:before{content:"";position:absolute;height:2px;background:var(--main-background-color);bottom:-4px;right:0;width:0%;transition:.3s cubic-bezier(.47,0,.745,.715)}.nav-link:hover:before{left:0;width:100%}.hero{height:100%;width:100%;position:relative;overflow:hidden;max-height:100vh}.hero:after{content:"";position:absolute;top:50%;left:0;height:50%;width:100%;background:linear-gradient(180deg,transparent 0,rgba(255,248,240,.5) 75%,#fff8f0 100%);z-index:2}.hero-text{width:100%;height:100%;position:absolute;top:0;right:0;display:flex;padding-inline-end:1em;align-items:flex-end;justify-content:center;flex-direction:column;z-index:2}.hero-h2,.hero-sub,.hero-title{color:#fff;text-shadow:2px 2px 10px rgba(0,0,0,.1)}.hero-title{font-size:6.25rem;margin-block-end:16px}.hero-h2{font-size:4rem;margin-block:8px}.hero-sub{font-size:2rem;margin-block-start:16px}.hero-bg{position:relative;min-width:100vw;z-index:0;overflow:hidden;height:100vh}.person{position:absolute;top:15vh;left:-20px;max-width:100vw;height:auto;z-index:1}#mouse-icon{width:40px;position:absolute;bottom:10%;left:50%;z-index:3;transform:translate(-50%,0)}@media screen and (max-width:1191px){.hero-title{font-size:5rem}.hero-h2{font-size:4.5rem}#mouse-icon{bottom:14%}}@media screen and (max-width:891px){.hero-title{font-size:4.5rem}.hero-h2{font-size:4rem}#mouse-icon{bottom:12%;width:30px}}@media screen and (max-width:768px){.hero-title{font-size:3.5rem}.hero-h2{font-size:3rem}#mouse-icon{bottom:10%}}@media screen and (max-width:575px){.person{left:0}.hero-text{align-items:center;justify-content:flex-end;padding-inline-end:unset}.hero-title{font-size:3rem}.hero-h2{font-size:2.5rem}.hero-sub{margin-block-end:3.5em}#mouse-icon{width:20px}}.panel{height:100vh;display:flex;align-items:center;color:var(--main-text-color);background:var(--main-background-color)}.panel a{color:var(--link-text-color);text-decoration:none}.container{max-width:1170px;margin:3rem auto;display:grid;grid-template-areas:"image text text" "image text text";grid-gap:0 100px}.grid-item:nth-child(1){grid-area:image}.grid-item:nth-child(2){grid-area:text}.panel-text{font-size:1.5rem;margin-block-start:0;line-height:1.5;color:var(--main-text-color)}.panel-image{width:100%;max-width:160px;object-fit:cover}.btn{position:relative;background:var(--button-background-color);color:var(--button-text-color);font-size:1.125rem;padding:12px 16px;border:none;cursor:pointer;border-radius:0;overflow:hidden}@media screen and (max-width:1191px){.container{width:auto;margin:3rem 2rem;grid-gap:35px}}@media screen and (max-width:891px){.panel-text{font-size:1.25rem}}@media screen and (max-width:768px){.container{grid-template-areas:"image" "text"}.panel-image{margin:0}}@media screen and (max-width:575px){.container{margin:0 2rem}.btn,.panel-text{font-size:1rem}}.ct,.pf,.sk{height:100vh;overflow:hidden;display:flex;flex-direction:column;justify-content:center;background:rgba(255,248,240,.5);padding:0 1em}.ct,.sk{justify-content:space-evenly}.ct{align-items:center}.ct svg{max-width:100vw}.ct-img,.pf-img,.sk-img{position:absolute;right:0;height:100%;width:auto;z-index:-1;min-width:100vw}.ct-text,.pf-text,.sk-text{z-index:2;padding:1em;color:var(--main-text-color);background-color:var(--main-background-color-trans);line-height:1.5;max-width:90%}.ct-text{background-color:unset}.sk-text span{color:var(--selected-background-color);font-weight:bolder}.ct-btn,.pf-btn,.sk-btn{max-width:-moz-fit-content;max-width:fit-content;margin-inline-start:1em;align-self:flex-start;position:relative;overflow:hidden}.ct-btn:hover,.pf-btn:hover,.sk-btn:hover{background-color:var(--selected-background-color);color:var(--selected-text-color)}.sk-btn{align-self:center}.button-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;width:90vw}.ct-btn{margin-inline:1em}.lin-icon{height:2em;width:auto;display:inline;vertical-align:middle}.ripples{background-color:transparent;border-radius:50%;position:absolute;transform:translate(-50%,-50%)}@media screen and (max-width:575px){.button-row{flex-direction:column;justify-items:flex-start;transform:translateY(-6em)}.button-row a{margin:0 auto}.ct-btn{margin-block:1em}}