.header{background:var(--clr-dark-1);display:flex;align-items:center;justify-content:space-between;position:-webkit-sticky;position:sticky;height:var(--height-header);padding:0 var(--padding-page-edge);z-index:9999!important;top:0}.header *{color:var(--clr-secondary-1)}.header .logo-wrapper .logo{max-width:var(--width-logo);border-radius:50%}.header .logo-wrapper{display:flex;align-items:center;justify-content:center;gap:var(--gap-initial)}.header .logo-wrapper .name{font-family:Charmonman,cursive;font-size:1.65rem;font-weight:700}.header .burger-menu-icon{transform:translateY(-50%);top:50%;position:absolute;right:var(--padding-page-edge);cursor:pointer;display:none}@media(max-width:768px){.header .burger-menu-icon{display:block}}.header .header-list{display:flex;flex-direction:row;gap:1rem;position:relative;transition:all .2s}.header .header-list span{cursor:pointer}@media(max-width:768px){.header .header-list{flex-direction:column;justify-content:center;align-items:center;position:absolute;top:0;left:0;background-color:var(--clr-dark-1);width:100%;padding-bottom:var(--padding-initial);transform:translateY(-200%);opacity:0;pointer-events:none;transition:transform .3s ease,opacity .3s ease}.header .header-list a{width:-moz-fit-content;width:fit-content}.header .header-list.open{transform:translateY(var(--height-header));opacity:1;pointer-events:auto}}.header .name{text-transform:uppercase}.about{display:flex;flex-direction:column;gap:var(--gap-initial);justify-content:center;padding:4rem 0}.about .center,.about .center *{text-align:center}.about .right{max-width:-moz-fit-content;max-width:fit-content;margin-left:auto}.about .right,.about .right *{text-align:right}.contact{display:flex;flex-direction:column;gap:var(--gap-initial);justify-content:center}.contact .center,.contact .center *{text-align:center}.contact .right{max-width:-moz-fit-content;max-width:fit-content;margin-left:auto}.contact .right,.contact .right *{text-align:right}.contact a{display:flex;justify-content:center;align-items:center;gap:var(--gap-initial);max-width:-moz-fit-content;max-width:fit-content}.gallery{padding:4rem 0}.gallery,.gallery .list{display:flex;justify-content:center;align-items:center;flex-direction:column}.gallery .list{gap:var(--gap-initial)}.gallery .category-wrapper{flex-direction:column;width:100%}.gallery .category-wrapper,.gallery .category-wrapper .images{display:flex;justify-content:center;align-items:center;gap:var(--gap-initial)}.gallery .category-wrapper .images{flex-wrap:wrap}.gallery .category-wrapper .images img,.gallery .category-wrapper .images video{max-height:15rem;width:auto}@media(max-width:560px){.gallery .category-wrapper .images img,.gallery .category-wrapper .images video{max-width:100%}}.gallery .category-wrapper .images video{max-height:20rem}.home{background:var(--clr-dark-1);min-height:calc(100vh - var(--height-header));display:flex;justify-content:center;align-items:center;padding:var(--padding-page-edge);position:relative}.home .content{max-width:900px}.home .main{display:grid;grid-template-areas:". me ." "hi me ." ". me .";position:relative;min-height:calc(100vh - var(--height-header) - 100px);margin-left:2rem}@media(max-width:560px){.home .main{grid-template-areas:"me" "hi";margin-left:0;justify-content:center;text-align:center}}.home .overlap{background:var(--clr-dark-1);padding:var(--padding-initial);border-radius:var(--radius-initial);z-index:10;box-shadow:1.95px 1.95px 2.6px rgba(0,0,0,.15)}.home .hi{grid-area:hi;position:relative;z-index:2;white-space:nowrap;font-size:5rem!important;max-height:-moz-fit-content!important;max-height:fit-content!important;text-transform:uppercase}.home .me{grid-area:me;position:relative;z-index:1;margin-left:-2rem}@media(max-width:560px){.home .me{margin-left:0;justify-content:center}}.home .me img{max-width:600px;border-radius:var(--radius-initial)}@media(max-width:1000px){.home .me,.home .me img{width:400px}}@media(max-width:870px){.home .me,.home .me img{width:320px}}@media(max-width:700px){.home .me,.home .me img{width:270px}}.home *{color:var(--clr-secondary-1)}.home .z-10{z-index:10!important}@media(max-width:560px){.home .z-10{margin-bottom:20rem}}.home .mouse_scroll{display:block;width:24px;height:100px;z-index:99;transform:translate(-50%,-50%);cursor:pointer;margin:0 auto;position:relative}.home .m_scroll_arrows{display:block;width:5px;height:5px;transform:rotate(45deg);border-right:2px solid #fff;border-bottom:2px solid #fff;margin:0 0 3px 4px;width:16px;height:16px}.home .unu{margin-top:1px}.home .doi,.home .trei,.home .unu{animation:mouse-scroll 1s infinite}.home .unu{-webkit-animation-delay:.1s;-moz-animation-delay:.1s;animation-direction:alternate;animation-delay:alternate}.home .doi{-webkit-animation-delay:.2s;-moz-animation-delay:.2s;animation-delay:.2s}.home .doi,.home .trei{-webkit-animation-direction:alternate;animation-direction:alternate;margin-top:-6px}.home .trei{-webkit-animation-delay:.3s;-moz-animation-delay:.3s;animation-delay:.3s}.home .mouse{height:42px;width:24px;border-radius:14px;transform:none;border:2px solid #fff;top:170px}.home .wheel{height:5px;width:2px;display:block;margin:5px auto;background:#fff;position:relative;height:4px;width:4px;border:2px solid #fff;border-radius:8px;animation:mouse-wheel .6s linear infinite}@keyframes mouse-wheel{0%{top:1px}25%{top:2px}50%{top:3px}75%{top:2px}to{top:1px}}@keyframes mouse-scroll{0%{opacity:0}50%{opacity:.5}to{opacity:1}}.prices{display:flex;flex-direction:column;gap:var(--gap-initial);justify-content:center;padding:4rem 0}.prices .center,.prices .center *{text-align:center}.prices strong{font-size:2rem}.prices span{font-size:1.25rem}.prices .right{max-width:-moz-fit-content;max-width:fit-content;margin-left:auto}.prices .right,.prices .right *{text-align:right}.prices .title small{font-size:1.5rem!important}.prices .desc{padding-bottom:3rem}.prices ul{padding-top:1rem}.prices li{list-style-position:inside;font-size:1.25rem}.prices .price-row{padding-top:2rem}.prices h1{font-size:2.5rem}