
  

  
  @property --brand--dark {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --brand--light {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --font-size--lg {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 18px;
}
@property --font-size--sm {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 14px;
}
@property --color--primary {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --font-size--2xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 24px;
}
@property --color--red--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEE2E2;
}
@property --color--red--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCA5A5;
}
@property --color--red--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EF4444;
}
@property --color--red--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B91C1C;
}
@property --color--red--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #7F1D1D;
}
@property --font-size--base {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 16px;
}
@property --color--blue--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DBEAFE;
}
@property --color--blue--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #93C5FD;
}
@property --color--blue--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --color--blue--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1D4ED8;
}
@property --color--blue--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1E3A8A;
}
@property --color--grey--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F5F5;
}
@property --color--grey--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D4D4D4;
}
@property --color--grey--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--grey--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #404040;
}
@property --color--grey--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #171717;
}
@property --color--secondary {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--green--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D1FAE5;
}
@property --color--green--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #6EE7B7;
}
@property --color--green--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #10B981;
}
@property --color--green--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #047857;
}
@property --color--green--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #064E3B;
}
@property --font-family--text {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: system-ui;
}
@property --font-weight--bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 700;
}
@property --color--yellow--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEF3C7;
}
@property --color--yellow--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCD34D;
}
@property --color--yellow--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F59E0B;
}
@property --color--yellow--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B45309;
}
@property --color--yellow--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #78350F;
}
@property --font-weight--light {
  syntax: "<number>";
  inherits: true;
  initial-value: 300;
}
@property --font-family--heading {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: sans-serif;
}
@property --font-weight--regular {
  syntax: "<number>";
  inherits: true;
  initial-value: 400;
}
@property --font-weight--semi-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 600;
}

  :host, :root {
  --brand--dark: #131111;
  --brand--light: #f8f8f7;
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: system-ui;
  --font-weight--bold: 700;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --font-family--heading: sans-serif;
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
}
  
  
  [data-nc-theme~="Default"] {
  --brand--dark: #131111;
  --brand--light: #f8f8f7;
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: system-ui;
  --font-weight--bold: 700;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --font-family--heading: sans-serif;
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-Epilogue: 'Epilogue',sans-serif;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .dCTxDi {
      color:var(--brand--dark);
      width:100%;
      height:100vh;
      background:var(--brand--dark);
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:flex-start;
      font-family:"Epilogue";
      justify-content:flex-start;
      scrollbar-width:none;
    }

    .dCTxDi::-webkit-scrollbar {
    width: 0;
    }

    .dCTxDi.no-scroll {
      overflow-x:hidden;
      overflow-y:hidden;
    }

    .cFeZXB {
      height:100%;
      row-gap:4px;
      column-gap:4px;
      flex-direction:row;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      color:inherit;
      display:block;
    }

    @media (max-width: 960px) {

    .cFeZXB {
      height:auto;
    }
    }

    .eAGcxt {
      color:var(--brand--dark);
      width:fit-content;
      height:20px;
      font-weight:800;
      padding-left:0px;
      padding-right:8px;
      border-right-color:var(--brand--dark);
      border-right-style:solid;
      border-right-width:8px;
    }

    .cbyWzI {
      width:100%;
      row-gap:40px;
      column-gap:40px;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .fcRwBM {
      row-gap:24px;
      column-gap:24px;
      align-items:flex-end;
      padding-top:24px;
      padding-left:24px;
      padding-right:24px;
      padding-bottom:24px;
      justify-content:flex-start;
    }

    .eKIqrF {
      color:var(--brand--light);
      width:100%;
      display:flex;
      row-gap:80px;
      background:var(--brand--dark);
      column-gap:80px;
      align-items:center;
      padding-top:10vw;
      padding-left:80px;
      padding-right:80px;
      flex-direction:row;
      padding-bottom:10vw;
      justify-content:space-between;
    }

    @media (max-width: 960px) {

    .eKIqrF {
      height:auto;
      display:flex;
      row-gap:40px;
      column-gap:40px;
      align-items:flex-start;
      padding-left:24px;
      padding-right:24px;
      flex-direction:column;
      justify-content:flex-start;
    }
    }

    .eXEZj {
      color:var(--brand--dark);
      width:100%;
      outline:24px solid var(--brand--light);
      row-gap:16px;
      max-width:600px;
      background:var(--brand--light);
      column-gap:16px;
      align-items:flex-start;
      justify-content:flex-start;
    }

    @media (max-width: 960px) {

    .eXEZj {
      width:100%;
      outline:0px solid transparent;
      max-width:50%;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:16px;
    }
    }

    @media (max-width: 768px) {

    .eXEZj {
      max-width:100%;
    }
    }

    .cSfgFg {
      font-weight:800;
    }

    .fmoAtZ {
      font-size:1em;
      font-weight:300;
    }

    .bZaNbp {
      font-size:clamp(14px, 8vw, 100px);
      text-align:right;
      font-weight:600;
      line-height:0.8em;
      padding-top:80px;
    }

    @media (max-width: 960px) {

    .bZaNbp {
      font-size:40px;
    }
    }

    .efoZno {
      scale:1 1 1;
      width:100%;
      height:100vh;
      outline:0px solid transparent;
      z-index:2;
      position:relative;
      overflow-x:hidden;
      overflow-y:scroll;
      transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
      scrollbar-width:none;
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }

    .efoZno::-webkit-scrollbar {
    width: 0;
    }

    .efoZno.menu-open {
      scale:0.8 0.8 1;
      outline:8px solid var(--brand--light);
      translate:-40% 0 0;
      border-top-left-radius:24px;
      border-top-right-radius:24px;
      border-bottom-left-radius:24px;
      border-bottom-right-radius:24px;
    }

    @media (max-width: 768px) {

    .efoZno.menu-open {
      scale:0.6 0.6 1;
      translate:-60% 0 0;
    }
    }

    .efoZno.no-scroll {
      overflow-x:hidden;
      overflow-y:hidden;
    }

    .dbiLCX {
      width:100%;
      display:flex;
      row-gap:64px;
      column-gap:64px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (max-width: 960px) {

    .dbiLCX {
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }
    }

    .eUkoGi {
      flex:1;
      flex-direction:row;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      color:inherit;
      display:block;
    }

    .lSeCv {
      color:#ffffff;
      width:100%;
      display:flex;
      row-gap:16px;
      background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/brutallismo:barbican-2.jpg/full") scroll border-box padding-box repeat repeat left center / cover;
      column-gap:16px;
      min-height:80vh;
      align-items:flex-start;
      padding-top:80px;
      padding-left:80px;
      padding-right:80px;
      flex-direction:row;
      padding-bottom:80px;
      justify-content:space-between;
    }

    @media (max-width: 960px) {

    .lSeCv {
      padding-left:24px;
      padding-right:24px;
    }
    }

    @media (max-width: 768px) {

    .lSeCv {
      padding-top:24px;
      padding-left:24px;
      padding-right:24px;
      padding-bottom:24px;
    }
    }

    .ffFmJZ {
      top:24px;
      color:var(--brand--dark);
      right:24px;
      width:32px;
      height:32px;
      z-index:3;
      position:fixed;
      background:var(--brand--light);
      transition:scale 140ms cubic-bezier(0.42, 0, 0.58, 1);
      align-items:center;
      justify-content:center;
      border-top-left-radius:50%;
      border-top-right-radius:50%;
      border-bottom-left-radius:50%;
      border-bottom-right-radius:50%;
    }

    .ffFmJZ.open {
      animation:600ms cubic-bezier(0.42, 0, 0.58, 1) 0ms 1 normal forwards running animation-cOVuA;
    }

    .ffFmJZ:hover {
      scale:1.14 1.14 1;
    }

    @keyframes animation-cOVuA {
        0% {
          --top-rotate: 0deg;
        }

        0% {
          --top-translate: -4px;
        }

        0% {
          --bottom-rotate: 0deg;
        }

        0% {
          --bottom-translate: 4px;
        }

        40% {
          --top-translate: 0px;
        }

        40% {
          --bottom-rotate: 0deg;
        }

        40% {
          --bottom-translate: 0px;
        }

        40% {
          --top-rotate: 0deg;
        }

        60% {
          --bottom-rotate: 45deg;
        }

        60% {
          --top-rotate: 45deg;
        }

        100% {
          --bottom-rotate: 45deg;
        }

        100% {
          --bottom-translate: 0px;
        }

        100% {
          --top-rotate: 135deg;
        }

        100% {
          --top-translate: 0px;
        }
    }

    .bjsjMo {
      width:100%;
      display:inline-flex;
      row-gap:0.5ch;
      flex-wrap:wrap;
      font-size:2.2cqw;
      column-gap:0.5ch;
      font-weight:800;
      line-height:1.4;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .bjsjMo {
      font-size:5cqw;
    }
    }

    .doPFDy {
      width:100%;
      row-gap:24px;
      flex-wrap:wrap;
      background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/brutallismo:hero.jpg/full") scroll padding-box border-box repeat repeat center bottom 0% / cover;
      column-gap:24px;
      min-height:101vh;
      padding-top:80px;
      padding-left:80px;
      padding-right:80px;
      flex-direction:row;
      padding-bottom:80px;
    }

    @media (max-width: 960px) {

    .doPFDy {
      padding-top:80px;
      padding-left:24px;
      padding-right:24px;
      flex-direction:column;
      padding-bottom:80px;
    }
    }

    .eowYOB {
      display:flex;
      row-gap:80px;
      flex-wrap:nowrap;
      column-gap:80px;
      align-items:flex-end;
      flex-direction:row;
      justify-content:flex-end;
    }

    @media (max-width: 960px) {

    .eowYOB {
      height:auto;
      row-gap:24px;
      column-gap:24px;
      align-items:flex-start;
      flex-direction:column;
      justify-content:space-between;
    }
    }

    .edESwK {
      color:var(--brand--dark);
      width:100%;
      display:grid;
      row-gap:16px;
      background:var(--brand--light);
      column-gap:16px;
      align-items:flex-start;
      padding-top:10vw;
      padding-left:80px;
      padding-right:80px;
      flex-direction:row;
      padding-bottom:10vw;
      justify-content:flex-start;
    }

    @media (max-width: 960px) {

    .edESwK {
      display:flex;
      padding-left:24px;
      padding-right:24px;
      flex-direction:column;
    }
    }

    .dYVrpG {
      right:0px;
      width:40%;
      bottom:0px;
      height:100%;
      display:none;
      z-index:1;
      position:fixed;
      background:var(--brand--dark);
      transition:display 0ms ease 300ms allow-discrete;
    }

    .dYVrpG.show {
      display:flex;
    }

    @media (max-width: 768px) {

    .dYVrpG {
      width:70%;
    }
    }

    .fjpuIk {
      width:100%;
      display:inline-flex;
      row-gap:0.5ch;
      flex-wrap:wrap;
      font-size:2.2cqw;
      column-gap:0.5ch;
      font-weight:800;
      line-height:1.4;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .fjpuIk {
      display:flex;
      font-size:5cqw;
      flex-direction:column;
    }
    }

    .cnHhCk {
      color:var(--brand--light);
      font-size:16px;
    }

    .ddtHJw {
      color:var(--brand--dark);
      width:100%;
      row-gap:16px;
      background:var(--brand--light);
      column-gap:16px;
      min-height:100vh;
      padding-top:120px;
      padding-left:80px;
      padding-right:80px;
      padding-bottom:120px;
    }

    @media (max-width: 960px) {

    .ddtHJw {
      padding-left:24px;
      padding-right:24px;
    }
    }

    .cTmCRq {
      color:var(--brand--light);
    }

    .eEJBbg {
      color:var(--brand--dark);
    }

    .HomePage\:RVJJzHEr0wSrkcm8jj0Tm {
      width:100px;
      height:auto;
    }

    .drpfbi {
      color:var(--brand--light);
      width:100%;
      row-gap:40px;
      background:var(--brand--dark);
      column-gap:40px;
      padding-top:80px;
      padding-left:80px;
      padding-right:80px;
      border-top-color:var(--brand--light);
      border-top-style:solid;
      border-top-width:1px;
    }

    @media (max-width: 960px) {

    .drpfbi {
      padding-top:80px;
      padding-left:24px;
      padding-right:24px;
      padding-bottom:24px;
    }
    }

    .tiFKc {
      row-gap:0px;
      column-gap:0px;
    }

    .cvSeTL {
      flex:1;
      width:100%;
      row-gap:16px;
      column-gap:16px;
    }

    @media (max-width: 960px) {

    .cvSeTL {
      flex:0;
    }
    }

    .bdDurx {
      row-gap:40px;
      column-gap:40px;
      align-items:flex-start;
      grid-column-end:8;
      justify-content:flex-start;
      grid-column-start:2;
    }

    .eIDFaI {
      display:inline;
      font-size:5em;
      font-family:inherit;
      font-weight:800;
      line-height:1em;
    }

    @media (max-width: 960px) {

    .eIDFaI {
      font-size:2.4em;
    }
    }

    .fABnKz {
      width:14px;
      height:2px;
      rotate:0 0 1 0deg;
      position:absolute;
      translate:0px -4px 0;
      background:var(--brand--dark);
      transition:translate 300ms cubic-bezier(0.42, 0, 0.58, 1) 300ms normal, rotate 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms normal;
    }

    .fABnKz.open {
      rotate:0 0 1 -45deg;
      translate:0px 0 0;
      transition:rotate 300ms cubic-bezier(0.42, 0, 0.58, 1) 300ms , translate 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
    }

    .HVcic {
      width:fit-content;
      height:fit-content;
      display:flex;
      position:static;
      font-size:inherit;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:flex-start;
      font-family:inherit;
      font-weight:inherit;
      line-height:inherit;
      perspective:500px;
      justify-content:flex-start;
    }

    .HVcic.invert {
      align-items:flex-end;
      justify-content:flex-start;
    }

    .xluog {
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      line-height:inherit;
      white-space:nowrap;
    }

    .tMXng {
      top:0px;
      left:0px;
      width:100%;
      height:100%;
      position:absolute;
      animation:var(--duration) cubic-bezier(0.42, 0, 0.58, 1) var(--delay) 1 normal both var(--play) animation-fyeozj;
      background:var(--brand--dark);
      transform-origin:left center;
    }

    .tMXng.invert {
      animation:var(--duration) ease var(--delay) 1 normal both var(--play) animation-eABRCs;
      transform-origin:right center;
    }

    @keyframes animation-eABRCs {
        0% {
          scale: 0 1 1;
        }

        0% {
          translate: 0% 0px 0px;
        }

        50% {
          scale: 1 1 1;
        }

        50% {
          translate: 0% 0px 0px;
        }

        100% {
          scale: 1 1 1;
        }

        100% {
          translate: -100% 0px 0px;
        }
    }


    @keyframes animation-fyeozj {
        0% {
          scale: 0 1 1;
        }

        0% {
          translate: 0% 0 0;
        }

        50% {
          translate: 0% 0 0;
        }

        50% {
          scale: 1 1 1;
        }

        100% {
          scale: 1;
        }

        100% {
          translate: 102% 0px 0px;
        }
    }

    .eZeEhG {
      color:var(--brand--dark);
      width:100%;
      height:100%;
      display:inline-flex;
      animation:var(--duration) cubic-bezier(0.42, 0, 0.58, 1) var(--delay) 1 normal both var(--play) animation-bKTmIu;
      flex-wrap:nowrap;
      font-size:inherit;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:flex-start;
      font-family:inherit;
      font-weight:inherit;
      line-height:inherit;
      justify-content:flex-start;
    }

    .eZeEhG.invert {
      align-items:flex-end;
      justify-content:flex-start;
    }

    @keyframes animation-bKTmIu {
        0% {
          width: 0%;
        }

        50% {
          width: 100%;
        }

        100% {
          width: 100%;
        }
    }

    .HomePage\:XKJapBF-eeamFmWmTOVaI {
      font-size:1em;
      translate:0 20% 0;
      line-height:1.2em;
    }

    .ddGGdU {
      font-size:0.9em;
      align-items:flex-start;
      justify-content:center;
    }

    .ddGGdU:hover {
      color:var(--brand--dark);
      width:fit-content;
      outline:1px solid var(--brand--light);
      background:var(--brand--light);
    }

    .fGvboF {
      row-gap:16px;
      max-width:600px;
      column-gap:16px;
      align-items:flex-start;
      grid-column-end:3;
      justify-content:flex-start;
      grid-column-start:1;
    }

    @media (max-width: 960px) {

    .fGvboF {
      max-width:100%;
    }
    }

    .bQQnUM {
      font-weight:600;
    }

    @media (max-width: 960px) {

    .bQQnUM {
      font-size:16px;
    }
    }

    .HomePage\:eiRX8w1QZ0xCtUjSJ3Qf2 {
      font-size:1em;
      translate:0 20% 0;
      line-height:1.2em;
    }

    .edZBQw {
      padding-left:80px;
      padding-right:80px;
    }

    @media (max-width: 960px) {

    .edZBQw {
      padding-left:0px;
      padding-right:0px;
    }
    }

    .bsaJzV {
      text-align:right;
      font-size:1em;
    }

    .bsaJzV:hover {
      color:var(--brand--dark);
      width:fit-content;
      outline:4px solid var(--brand--light);
      background:var(--brand--light);
    }

    .eMolwU {
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .zKJNi {
      width:100%;
      display:flex;
      align-items:flex-end;
      padding-top:24px;
      flex-direction:row;
      padding-bottom:24px;
      justify-content:space-between;
    }

    .drwyOl {
      font-size:16px;
      max-width:360px;
      font-family:"Epilogue";
      font-weight:300;
      line-height:1.3em;
    }

    .dquhce {
      width:14px;
      height:2px;
      rotate:0 0 1 0deg;
      position:absolute;
      translate:0px 4px 0;
      background:var(--brand--dark);
      transition:translate 300ms cubic-bezier(0.42, 0, 0.58, 1) 300ms normal, rotate 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms normal;
    }

    .dquhce.open {
      rotate:0 0 1 45deg;
      translate:0px 0 0;
      transition:rotate 300ms ease 300ms , translate 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
    }

    .HomePage\:nWeiGcKt8Ti_cs3tU8_kz {
      font-size:1em;
      translate:0 20% 0;
      line-height:1.2em;
    }

    .tIJTY {
      color:var(--brand--dark);
      width:fit-content;
      display:flex;
      position:relative;
      font-size:inherit;
      translate:-8px -8px 0;
      align-items:flex-start;
      font-family:"Epilogue";
      font-weight:inherit;
      line-height:inherit;
      padding-top:4px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:4px;
      justify-content:center;
    }

    .dtAIFC {
      z-index:2;
      position:relative;
    }

    .dPWrVW {
      top:0px;
      left:0px;
      scale:0 1 1;
      width:100%;
      height:100%;
      display:inline;
      position:absolute;
      font-size:inherit;
      background:white;
      font-family:inherit;
      font-weight:inherit;
      transform-origin:center center;
    }

    .dPWrVW.hover {
      scale:1 1 1;
    }

    .HomePage\:o9FRJHFOrFd7F8QDO5-7c {
      font-weight:800;
    }

    .MiHOi {
      flex-direction:row;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      color:inherit;
      display:block;
    }

    .bEFgnu {
      width:100%;
      font-size:60px;
      font-family:"Epilogue";
      font-weight:800;
    }

    @media (max-width: 768px) {

    .bEFgnu {
      font-size:40px;
    }
    }

    .fqryAw {
      font-size:1.6em;
      font-weight:800;
    }

    .csIXgv {
      flex:1;
      color:var(--brand--light);
      row-gap:16px;
      font-size:1.8cqw;
      column-gap:16px;
      text-align:right;
      align-items:flex-end;
      padding-top:120px;
      padding-left:24px;
      padding-right:24px;
      padding-bottom:120px;
      justify-content:flex-start;
      flex-direction:column;
      font-family:inherit;
      font-weight:inherit;
      display:flex;
    }

    @media (max-width: 768px) {

    .csIXgv {
      font-size:20px;
    }
    }

    .HomePage\:xyJKud05V0sKPbp6ZP94p {
      font-size:1em;
      translate:0 20% 0;
      line-height:1.2em;
      white-space:pre-wrap;
    }

    .fsjwPF {
      width:100%;
      display:flex;
      row-gap:16px;
      flex-wrap:wrap;
      column-gap:16px;
      flex-direction:row;
    }

    @media (max-width: 960px) {

    .fsjwPF {
      display:grid;
      grid-template-columns:1fr 1fr;
    }
    }

    .dMVzpk {
      width:100%;
      filter:grayscale(100%);
      background:var(--img) 0% 0%/ cover;
      transition:all 300ms ease;
      aspect-ratio:3/4;
    }

    .dMVzpk:hover {
      filter:grayscale(0%);
    }

    .dMVzpk.active {
      filter:grayscale(0%);
    }

    @media (max-width: 960px) {

    .dMVzpk {
      filter:grayscale(0%);
    }
    }

    .aCLOY {
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:800;
      white-space:pre-wrap;
      text-transform:uppercase;
    }

    .bdyKZP {
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .cyVhSG {
      flex:1;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      transition:all 300ms ease;
    }

    @media (min-width: 960px) {

    .cyVhSG.active {
      flex:2;
    }
    }