.work-page{position:relative;overflow-x:clip;width:100%;padding-bottom:100px;background-color:#fcfdff}@media only screen and (max-width:912px){.work-page{padding-bottom:50px}}.work-page__layer{position:absolute;inset:0;background-color:#f3f3e9;z-index:1}@media only screen and (min-width:920px)and (max-width:1024px){.work-page__layer{border-radius:0 0 60px 60px}}.work-page__inner-wrapper{position:relative;z-index:5;margin:100px auto 0;width:clamp(1200px,100% - 200px,1500px)}@media only screen and (max-width:1024px){.work-page__inner-wrapper{margin-top:80px;width:calc(100% - 100px)}}@media only screen and (max-width:912px){.work-page__inner-wrapper{width:calc(100% - 80px)}}@media only screen and (max-width:767px){.work-page__inner-wrapper{margin-top:40px;width:calc(100% - 40px)}}.work-page__custom-cursor{position:fixed;width:100px;height:100px;border-radius:50%;background:#f3f3e9;top:0;z-index:999;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:none}@media only screen and (max-width:1024px){.work-page__custom-cursor{display:none}}.work-page__custom-cursor-text{font-family:var(--font-montreal-italic);font-size:1.5rem;line-height:28.8px;font-weight:530;color:#0f1d07}.work-page__heading-text{max-width:799px;font-family:var(--font-montreal),sans-serif;font-size:3.75rem;font-weight:530;line-height:66px;color:#0f1d07}@media only screen and (max-width:1024px){.work-page__heading-text{max-width:536px;font-size:2.5rem;line-height:44px}}@media only screen and (max-width:767px){.work-page__heading-text{max-width:353px;font-size:1.5rem;line-height:26.4px}}.work-page__project-list{--row-number:5;--column-number:2;margin-top:80px;width:100%;display:grid;grid-template-columns:repeat(var(--column-number),auto);grid-template-rows:repeat(var(--row-number),auto);grid-column-gap:50px;column-gap:50px;grid-row-gap:80px;row-gap:80px}@media only screen and (max-width:1024px){.work-page__project-list{margin-top:40px}}@media only screen and (max-width:912px){.work-page__project-list{column-gap:30px;row-gap:40px}}@media only screen and (max-width:767px){.work-page__project-list{margin-top:30px;display:flex;flex-direction:column;justify-content:none;align-items:center;gap:20px}}.work-page__project-image-container{position:relative;width:100%;height:auto;aspect-ratio:16/9;border-radius:30px;box-shadow:0 0 15.628px 0 rgba(0,0,0,.15);cursor:none}@media only screen and (max-width:912px){.work-page__project-image-container{border-radius:20px}}.work-page__project-image-container:first-child{grid-area:1/1/2/3}.work-page__project-image-container:nth-child(5){grid-area:3/1/4/3}.work-page__project-image-container:nth-child(4){grid-area:5/1/6/3}.work-page__project-image-container.blur{background-size:cover;background-position:50%}.work-page__project-image-container-blur{border-radius:inherit;position:absolute;inset:0;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.work-page__project-image-container.blur .work-page__project-image{object-fit:contain;object-position:center top}.work-page__project-image{border-radius:inherit;object-fit:cover;object-position:left top}