.resources-page{position:relative;width:100%;height:100%;min-height:100svh;background-color:var(--base-100)}.resources-page .resources-header{position:relative;width:100%;height:90svh;display:flex;justify-content:center;align-items:center}.resources-page .resources-header .container{display:flex;flex-direction:column;justify-content:center}.resources-page .resources-header .container .resources-header-row:first-child{display:flex;justify-content:flex-start}.resources-page .resources-header .container .resources-header-row:nth-child(2){display:flex;justify-content:flex-end}.resources-page .resources-header .container .resources-header-row h1,.resources-page .resources-header .container .resources-header-row h2{font-size:14vw}.resources-page .resources-copy .container{display:flex;flex-direction:column;gap:4rem;padding-bottom:10rem}.resources-page .resources-copy .resources-copy-img{width:30%;border-radius:.75rem;overflow:hidden;margin:0 auto 4rem}.resources-page .resources-copy .resources-copy-img img{width:100%;height:100%;object-fit:cover}.resources-page .resources-copy p{width:50%;text-align:left;margin:0 auto 4rem}@media (max-width:1000px){.resources-page .resources-copy .resources-copy-img,.resources-page .resources-copy p{width:100%}}@media (min-width:2400px){.resources-page .resources-header .container .resources-header-row h1,.resources-page .resources-header .container .resources-header-row h2{font-size:20rem}}.sticky{width:100%;overflow:hidden;background-color:var(--base-100)}.sticky,.sticky-header{position:relative;height:100svh}.sticky-header{top:0;left:0;width:250vw;display:flex;justify-content:center;align-items:center;will-change:transform}.sticky-header h2{margin:0;color:var(--base-400);font-size:6vw;letter-spacing:-.5rem;line-height:100%}.resource-card{position:absolute;top:10%;left:100%;width:325px;height:500px;background-color:var(--base-400);border-radius:1rem;padding:1rem;will-change:transform;z-index:2}#card-1{background-color:var(--accent-1)}#card-2{background-color:var(--accent-2)}#card-3{background-color:var(--accent-3)}#card-4{background-color:var(--accent-4)}#card-5{background-color:var(--accent-5)}.resource-card .resource-card-img{position:relative;width:100%;height:200px;border-radius:.5em;overflow:hidden}.resource-card .resource-card-img img{width:100%;height:100%;object-fit:cover}.resource-card-content{width:100%;height:275px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;padding:1rem}.resource-card-content h2{font-size:2.5rem;letter-spacing:-.05rem}.resource-card-link{text-decoration:none;color:inherit}@media (max-width:999px){.resources-desktop.sticky{display:none}.resources-mobile{position:relative;display:flex;flex-direction:column;gap:1.25rem;width:100%;height:auto;overflow:visible;background-color:var(--base-100);padding:2rem 1rem;z-index:0}.mobile-header{position:static;width:100%;height:auto;display:block;will-change:auto;margin-bottom:.5rem}.mobile-header h2{margin:0 0 .5rem;color:var(--base-400);font-size:1.5rem;letter-spacing:-.06rem;line-height:110%}.resource-card{position:static;top:auto;left:auto;width:100%;height:auto;max-width:680px;margin:0 auto;will-change:auto;transform:none!important;opacity:1!important}.resource-card .resource-card-img{height:240px;margin-bottom:1rem}.resource-card-content{height:auto;display:flex;flex-direction:column;gap:3rem}}@media (min-width:1000px){.resources-mobile{display:none}}