.section{background-color:#080d2e;padding-top:150px}
@media (max-width:1024px){
.section{padding-top:120px}
}
@media (max-width:767px){
.section{padding-top:80px}
}



.bg{background:linear-gradient(90deg,#080d2e 100%,#a9a9a9 51%,#080d2e 100%);background-size:cover;background-position:center bottom;background-repeat:no-repeat;height:400px}
@media (max-width:1024px){
.bg{height:400px}
}
@media (max-width:768px){
.bg{height:400px}
}
@media (max-width:480px){
.bg{height:400px}
}
.bg-section-inner{padding:25px 10px;color:#fff;background-color:#080d2e}
.hero-blog{margin-top:30px}
.hero-text{text-align:left;max-width:100%}
.hero-text .breadcrumbs-text{text-transform:uppercase;line-height:1.1;font-weight:700;font-size:24px;font-style:normal;margin-bottom:25px;letter-spacing:-.03em}
.hero-text h1{font-size:112px;line-height:1.1;color:#fff;font-weight:700;font-style:normal;margin-bottom:0;text-transform:initial;letter-spacing:-.04em}
.hero-text h1 span{font-weight:100;font-style:normal;letter-spacing:-.039em;display:inline!important}
.hero-text p{margin-top:16px;margin-bottom:30px;font-size:20px;line-height:30px}
@media (min-width:992px){
.bg-section-inner{padding:75px 20px 0}
.hero-text h1{font-size:92px;line-height:110px;margin-bottom:30px}
.hero-text p{font-size:22px;line-height:38px}
.hero-text{max-width:100%}
}
@media (min-width:768px) and (max-width:991px){
.bg-section-inner{padding:60px 20px 0}
.hero-text h1{font-size:80px;line-height:100px;margin-bottom:25px}
.hero-text p{font-size:22px;line-height:34px}
.hero-text{max-width:100%}
}
@media (max-width:767px){
.bg-section-inner{padding:50px 10px 0}
.hero-text h1{font-size:50px;line-height:60px;margin-bottom:25px}
.hero-text p{margin-top:20px;margin-bottom:20px;font-size:24px;line-height:40px}
}




.work-item{margin-bottom:2rem}
.work-item img{width:504px;height:600px;object-fit:cover;border-radius:8px;display:block}
.work-item-content{margin-top:1rem}
.work-item .small-kicker{font-size:1.4rem;color:#bbb;margin:20px 0 5px}
.work-item a{text-decoration:none}
.work-item h2{font-size:32px;color:#fff;font-weight:600;margin-bottom:1rem}
.tags{display:flex;flex-wrap:wrap;gap:.5rem}
.tags span{font-size:1rem;padding:.4rem 1rem;background-color:#333;color:#fff;border-radius:20px;transition:all .3s ease-in-out}
.tags span:hover{border:1px solid #c59b6d;color:#c59b6d;background:0 0}
.work-item:nth-child(2n+2){margin-top:96px}
@media (max-width:992px){
.work-item img{width:100%;height:auto}
.work-item .small-kicker{font-size:1.3rem}
.work-item h2{font-size:30px}
.tags span{font-size:.9rem;padding:.3rem .8rem}
.work-item:nth-child(2n+2){margin-top:50px}
}
@media (max-width:768px){
.work-item .small-kicker{font-size:1.2rem}
.work-item h2{font-size:28px}
.tags span{font-size:.85rem}
.work-item:nth-child(2n+2){margin-top:0}
}
@media (max-width:576px){
.work-item .small-kicker{font-size:1.1rem}
.work-item h2{font-size:26px}
.tags span{font-size:.8rem}
.work-item:nth-child(2n+2){margin-top:0}
}



.footer-cta-section{width:90%;text-align:center;margin:0 auto}
.footer-cta-title{font-weight:700;font-size:156px;letter-spacing:-.04em;line-height:1.2;color:#fff;margin:0 auto 24px;max-width:1080d2epx}
.btn-cta-green{background-color:transparent;border:2px solid #c59b6d;color:#fff;font-size:1.5rem;font-weight:600;padding:14px 48px;border-radius:50px;transition:all .3s ease-in-out;text-transform:uppercase;text-decoration:none;display:inline-block}
.btn-cta-green:hover{background-color:#c59b6d;color:#fff;text-decoration:none;transform:translateY(-3px)}
.spacer-small{height:24px}
@media (max-width:1200px){
.footer-cta-title{font-size:120px}
}
@media (max-width:768px){
.footer-cta-title{font-size:80px}
.btn-cta-green{font-size:1.2rem;padding:12px 36px}
}
@media (max-width:480px){
.footer-cta-title{font-size:50px}
.btn-cta-green{font-size:1rem;padding:10px 28px}
}