@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700&family=Inter:wght@400;500;600;700&display=swap";.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}@media(min-width:768px){.container{padding:0 3rem}}.section{padding:3rem 0}@media(min-width:1024px){.section{padding:4rem 0}}.section-title{font-family:Playfair Display,serif;font-size:3rem;font-weight:700;color:#1c1c1c;margin-bottom:2rem;text-align:center}@media(max-width:767px){.section-title{font-size:2rem}}.section-subtitle{font-family:Playfair Display,serif;font-size:2rem;font-weight:600;color:#1c1c1c;margin-bottom:3rem;text-align:center}.grid{display:grid;gap:2rem}.grid.grid-2{grid-template-columns:1fr}@media(min-width:768px){.grid.grid-2{grid-template-columns:repeat(2,1fr)}}.grid.grid-3{grid-template-columns:1fr}@media(min-width:768px){.grid.grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid.grid-3{grid-template-columns:repeat(3,1fr)}}.grid.grid-4{grid-template-columns:1fr}@media(min-width:768px){.grid.grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid.grid-4{grid-template-columns:repeat(4,1fr)}}.card{background:#fff;border-radius:.5rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid rgba(28,28,28,.1)}.text-center{text-align:center}.text-muted{color:#6c757d}.btn{display:inline-block;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;text-align:center;padding:.625rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;transition-property:background-color,color,transform,box-shadow;transition-duration:.3s ease-in-out;transition-timing-function:ease-in-out}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn:active{transform:translateY(0)}.btn-primary{background-color:#e3b341;color:#1c1c1c}.btn-primary:hover{background-color:#e0aa2b}.btn-secondary{background-color:#0d9488;color:#fff}.btn-secondary:hover{background-color:#0a766d}.btn-large{padding:.75rem 2rem;font-size:.9375rem}.btn-block{display:block;width:100%}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#1c1c1c;background-color:#f8f9fa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.skip-to-content{position:absolute;left:-9999px;z-index:999;padding:1em;background-color:#0d9488;color:#fff;text-decoration:none;border-radius:4px;font-weight:600}.skip-to-content:focus{left:50%;top:1em;transform:translate(-50%)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem}@media(max-width:767px){h1{font-size:2rem}}h2{font-size:2rem;font-weight:600}@media(max-width:767px){h2{font-size:1.5rem}}h3{font-size:1.5rem}p{margin-bottom:1rem}a{color:#0d9488;text-decoration:none;transition-property:color;transition-duration:.3s ease-in-out;transition-timing-function:ease-in-out}a:hover{color:#0a766d}img{max-width:100%;height:auto;display:block}ul,ol{margin-bottom:1rem;padding-left:2rem}.header{position:sticky;top:0;z-index:1000;background-color:#fff;transition:box-shadow .3s ease-in-out}.header.scrolled{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.header .header-inner{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;position:relative}@media(min-width:1024px){.header .header-inner{padding:2rem 3rem}}.header .logo-link{display:flex;align-items:center;gap:1rem;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;color:#1c1c1c;text-decoration:none;position:relative;z-index:1001;transition-property:opacity;transition-duration:.3s ease-in-out;transition-timing-function:ease-in-out}.header .logo-link:hover{opacity:.8}.header .logo-link .header-logo{height:50px;width:auto}@media(max-width:767px){.header .logo-link .header-logo{height:40px}}@media(max-width:767px){.header .logo-link .logo-text{display:none}}.header .hamburger{display:flex;flex-direction:column;justify-content:space-around;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;position:relative}@media(min-width:1024px){.header .hamburger{display:none}}.header .hamburger span{width:30px;height:3px;background-color:#1c1c1c;border-radius:2px;transition:all .3s ease-in-out,background-color .3s ease-in-out;transform-origin:center}.header .hamburger.active span:nth-child(1){transform:translateY(10.5px) rotate(45deg)}.header .hamburger.active span:nth-child(2){opacity:0;transform:translate(-20px)}.header .hamburger.active span:nth-child(3){transform:translateY(-10.5px) rotate(-45deg)}.header .hamburger:hover span{background-color:#0d9488}.header .desktop-nav{display:none}@media(min-width:1024px){.header .desktop-nav{display:flex;align-items:center}}.header .desktop-nav ul{display:flex;align-items:center;list-style:none;gap:2rem;margin:0;padding:0}.header .desktop-nav li{display:flex;align-items:center}.header .desktop-nav a{display:inline-flex;align-items:center;font-weight:500;font-size:.9rem;color:#1c1c1c;text-decoration:none;transition-property:color;transition-duration:.3s ease-in-out;transition-timing-function:ease-in-out}.header .desktop-nav a:hover,.header .desktop-nav a.active{color:#0d9488}.header .desktop-nav a.btn{padding:.5rem 2rem;font-size:.875rem}.header .desktop-nav a.btn:hover{color:#1c1c1c}.header .mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;transform:translate(100%);transition:transform .3s ease-in-out;z-index:999;overflow-y:auto}@media(min-width:1024px){.header .mobile-menu{display:none}}.header .mobile-menu.open{transform:translate(0)}.header .mobile-menu .mobile-nav{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:4rem 2rem}.header .mobile-menu .mobile-nav ul{display:flex;flex-direction:column;align-items:center;list-style:none;gap:2rem;margin:0;padding:0;width:100%}.header .mobile-menu .mobile-nav li{width:100%;text-align:center}.header .mobile-menu .mobile-nav a{display:block;font-weight:600;font-size:1.5rem;color:#1c1c1c;text-decoration:none;padding:1rem;transition-property:color;transition-duration:.3s ease-in-out;transition-timing-function:ease-in-out}@media(min-width:768px){.header .mobile-menu .mobile-nav a{font-size:2rem}}.header .mobile-menu .mobile-nav a:hover,.header .mobile-menu .mobile-nav a.active{color:#0d9488}.header .mobile-menu .mobile-nav a.btn{display:inline-block;margin-top:2rem;padding:1rem 3rem;font-size:1.25rem}.header .mobile-menu .mobile-nav a.btn:hover{color:#1c1c1c}main{min-height:calc(100vh - 60px)}
