*{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth;scroll-padding-top:6rem}body{font-family:Outfit,sans-serif;font-size:1.6rem;line-height:1.5;color:var(--black);min-width:300px}img{width:100%}p{margin-block-end:1rem}.header{position:fixed;top:0;left:0;right:0;gap:4rem;padding-block:2rem;z-index:1;transition:all .2s ease;z-index:999}.header--scrolled{background-color:#000000f7;box-shadow:var(--box-shadow);padding-block:1rem}.header .container{display:flex;justify-content:space-between;align-items:center;gap:4rem}.logo{font-size:clamp(2.5rem,3vw,4rem);font-weight:900;color:var(--white)}.logo a{text-decoration:none;color:inherit}.nav{display:flex;align-items:center;flex-shrink:0;gap:4rem}.nav__item{text-decoration:none;color:var(--white)}.hamburger{display:none;flex-direction:column;justify-content:space-between;align-items:center;width:3rem;height:2.25rem;cursor:pointer;position:relative}.hamburger__line{display:inline-block;width:100%;height:2px;background-color:var(--white);transition:all .2s ease}.hamburger--active{justify-content:center}.hamburger--active .hamburger__line:nth-child(1){transform:rotate(45deg) translateY(.25rem)}.hamburger--active .hamburger__line:nth-child(2){opacity:0}.hamburger--active .hamburger__line:nth-child(3){transform:rotate(-45deg) translateY(-.25rem)}@media all and (max-width: 1100px){.hamburger{display:inline-flex}.nav{position:fixed;top:0;right:0;bottom:0;flex-direction:column;align-items:center;justify-content:center;background-color:#000000f2;transition:all .3s ease-in-out;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);width:100%;max-width:400px;transform:translate(100%);opacity:0;visibility:hidden}.nav--active{transform:translateY(0);opacity:1;visibility:visible}}.color-copper{color:var(--copper)}.section{padding-block:8rem}.section--center{text-align:center}.section-dark{color:var(--white)}.section--grey{background-color:var(--light-grey)}.section h2,.section h3{text-transform:capitalize}.section a:not(.button){color:var(--copper);text-decoration:none}.section a:not(.button):hover{text-decoration:underline}.section-title{margin-block-end:2rem}.section-title--center{text-align:center}.section-title--spaced{margin-block-end:6rem}.overlay{position:relative}.overlay:after{content:"";position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;background-color:#000000a6}@media (max-width: 680px){.section{padding-block:4rem}}.button{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--yellow);color:var(--black);padding:1rem 2rem;text-decoration:none;font-weight:500;border:2px solid var(--yellow);transition:all .2s ease}.button:after{content:url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32"><path stroke="%231E1E1E" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M2 16h28m0 0L16 2m14 14L16 30"/></svg>');display:block;transform:translateY(.3rem);opacity:0;margin-left:-2rem;transition:all .2s ease;width:16px}.button:hover{transform:scale(1.025)}.button:hover:after{opacity:1;margin-left:.5rem}.button--secondary{background:none;color:var(--white)}.button--secondary:after{content:url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32"><path stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M2 16h28m0 0L16 2m14 14L16 30"/></svg>')}.button-container{display:flex}.button-container--center{justify-content:center}h1,h2,h3,h4,h5{line-height:1.2}h1{font-size:clamp(4rem,8vw,6rem)}h2{font-size:clamp(3.6rem,8vw,4.8rem)}h3{font-size:3.2rem}h4{font-size:2.4rem}p{font-size:2rem}.hero{padding-block:22rem;position:relative;z-index:1}.hero__content{max-width:860px}.hero__title{margin:0 0 4rem}.hero__description{margin:0 0 2rem;max-width:500px}.hero__button-group{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}@media all and (max-width: 1100px){.hero{padding-block:12rem}}@media all and (max-width: 500px){.hero{padding-block:8rem}}.steps__container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.step{text-align:center;box-shadow:var(--box-shadow);padding:8rem clamp(3rem,3vw,4rem);display:flex;flex-direction:column;align-items:center;justify-content:center}.step__icon{display:block;max-width:108px;margin:0 auto 3rem}.step__title{margin:0 0 2rem}.step__description{max-width:380px;margin:0 auto}@media (max-width: 1100px){.steps__container{grid-template-columns:repeat(2,1fr)}.step:nth-child(3){grid-column:1 / -1}}@media (max-width: 680px){.steps__container{grid-template-columns:1fr}.step{padding:4rem clamp(3rem,3vw,4rem)}}.split-section{display:flex;align-items:center;justify-content:space-between;gap:clamp(3rem,8vw,8rem)}.split-section--reverse .split-section__image:after{left:-2.5rem;right:auto;background-color:var(--yellow)}.split-section__content{flex:50%;max-width:580px}.split-section__image{flex:50%;flex-grow:0;position:relative}.split-section__image:after{content:"";position:absolute;bottom:-2rem;right:-2.5rem;width:95%;height:95%;background-color:var(--copper)}.split-section__image img{aspect-ratio:4/3;object-fit:cover;position:relative;z-index:5}@media all and (max-width: 960px){.split-section{flex-direction:column;align-items:center;gap:2rem}.split-section--reverse{flex-direction:column-reverse}.split-section__image{width:100%;max-width:800px}.split-section__image img{aspect-ratio:16/9}}@media all and (max-width: 680px){.split-section__image:after{display:none}}.choose-us__title{margin-block-end:6rem}@media all and (max-width: 600px){.choose-us__title{margin-block-end:4rem}}.feature-list__item{display:flex;align-items:center;gap:2rem;margin-block-end:4rem}.feature-list__icon img{width:64px}.feature-list__text{margin:0}@media all and (max-width: 600px){.feature-list__item{align-items:flex-start;margin-block-end:2rem}.feature-list__icon{transform:translateY(.5rem)}.feature-list__icon img{width:40px}}@media all and (max-width: 360px){.feature-list__title{font-size:2.5rem}.feature-list__icon img{width:32px}}.dropdown{background-color:var(--white);margin-block-end:2rem;box-shadow:var(--box-shadow);transition:all .3s ease}.dropdown::details-content{display:block;block-size:0;overflow:hidden;transition-timing-function:ease;transition-property:block-size,content-visibility,opacity;transition-duration:.3s;transition-behavior:allow-discrete;opacity:0}.dropdown[open]::details-content{block-size:auto;block-size:calc-size(auto,size);opacity:1}.dropdown[open] .dropdown__summary:after{transform:rotateX(180deg) translateY(.25rem)}.dropdown::marker{content:none}.dropdown__summary{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;cursor:pointer;padding:3rem}.dropdown__summary:after{content:url("data:image/svg+xml,%3csvg%20width='26'%20height='16'%20viewBox='0%200%2026%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.2412%200.348744C24.6008%20-0.0701463%2025.2322%20-0.118096%2025.6513%200.241323C26.0702%200.600903%2026.1182%201.23237%2025.7588%201.65148L13.7529%2015.6515C13.563%2015.8728%2013.2858%2016.0001%2012.9941%2016.0001C12.7022%2016%2012.4243%2015.8722%2012.2343%2015.6505L0.240202%201.6505L0.177702%201.56945C-0.111244%201.15321%20-0.043532%200.577128%200.349577%200.240346C0.742912%20-0.0963711%201.32257%20-0.0743904%201.68942%200.275502L1.75973%200.349721L12.9931%2013.463L24.2412%200.348744Z'%20fill='%23202020'/%3e%3c/svg%3e");width:24px;position:relative;top:1rem;transition:transform .3s ease}.dropdown__chevron{display:block;width:24px;transition:transform .3s ease}.dropdown__content{padding:0 3rem 3rem}@media all and (max-width: 980px){.dropdown__summary{padding:2rem}.dropdown__content{padding:0 10rem 2rem 2rem}.dropdown__title{font-size:2.5rem}}@media all and (max-width: 600px){.dropdown__content{padding:0 6rem 2rem 2rem}}@media all and (max-width: 360px){.dropdown__summary{gap:1rem}.dropdown__title{font-size:2rem}.dropdown__content{padding:0 2rem 2rem}.dropdown__summary:after{transform:scale(.85)}.dropdown[open] .dropdown__summary:after{transform:rotateX(180deg) translateY(.25rem) scale(.85)}}.footer__button{margin-block-start:1rem;margin-block-end:3rem}.footer__contact{margin:0 auto;max-width:300px;display:flex;flex-direction:column}.footer__contact a{display:inline;text-align:center;margin-block-end:1rem;font-size:2rem}.copyright{display:block;background-color:var(--black);text-align:center;padding:2rem;color:var(--white);width:100%}:root{--white: #fff;--black: #020102;--yellow: #FCFB00;--copper: #D8A80B;--light-grey: #F7F6F2;--box-shadow: 0 0 13px 4px rgba(0, 0, 0, .05)}main{background:url(/assets/copper_weighing_bg-CEprYj35.webp) no-repeat;background-size:cover;background-position:top 50% left 75%;padding-block:4rem}.container{max-width:1600px;margin:0 auto;padding-inline:4rem}@media (max-width: 680px){.container{padding-inline:2rem}}@media (max-width: 360px){.container{padding-inline:1.5rem}}
