@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
html,
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth; }

body {
  display: none;
  transition: all .3s ease-in; }
  body.is-loaded {
    display: block; }

* {
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

ul,
ol {
  margin: 0;
  padding: 0; }
  ul li,
  ol li {
    list-style: none; }

p {
  font-size: 1em;
  line-height: 1.125; }
  p:empty {
    display: none; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.is-desktop {
  display: none; }
  @media screen and (min-width: 768px) {
    .is-desktop {
      display: block; } }

@media screen and (min-width: 768px) {
  .is-mobile {
    display: none; } }

.aspect-box {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: calc(100% / (var(--aspect-ratio))); }
  .aspect-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.slick-dots {
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    margin: 0 0.1875rem;
    line-height: 1; }
    .slick-dots li button {
      background: rgba(255, 255, 255, 0.5);
      border-radius: 0.5rem;
      font-size: 0;
      width: 0.5rem;
      height: 0.5rem;
      border: 0;
      text-indent: -9999em;
      padding: 0;
      margin: 0; }
    .slick-dots li.slick-active button {
      background: #fff; }

.btn {
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  padding: 0.375rem 1.25rem 0.3125rem;
  background-color: transparent;
  border: 1.25px solid #ffffff;
  border-radius: 1.875rem;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  transition: all .3s ease-in; }
  @media screen and (min-width: 991px) {
    .btn {
      min-width: 12.325rem;
      padding: 0.375rem 0 0.3125rem; } }
  .btn:hover {
    background-color: #ffffff;
    color: #000; }

.container {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 1.25rem; }
  @media screen and (min-width: 991px) {
    .container {
      padding: 0 2.5rem; } }
  .container--fluid {
    max-width: 100%; }

.ff.header {
  background: #000000; }
  .ff.header .header__wrap {
    display: flex;
    align-items: center;
    min-height: 4.375rem;
    justify-content: space-between; }
  .ff.header .header__logo {
    max-width: 9.94125rem;
    margin-right: 0.93375rem; }
    @media screen and (min-width: 768px) {
      .ff.header .header__logo {
        max-width: 12.44125rem; } }

.ff.footer {
  background-color: #000000;
  padding: 2.25rem 0 2.48062rem; }
  @media screen and (min-width: 768px) {
    .ff.footer .footer__row {
      display: flex; } }
  @media screen and (min-width: 768px) {
    .ff.footer .footer__row--flip {
      flex-direction: row-reverse; } }
  @media screen and (min-width: 768px) {
    .ff.footer .footer__row .footer__col {
      width: 50%;
      flex: 0 0 50%; } }
  .ff.footer .footer__mail {
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 991px) {
      .ff.footer .footer__mail {
        margin-bottom: 13.0625rem;
        margin-left: 2.5rem; } }
    .ff.footer .footer__mail label {
      display: block;
      font-size: 0.875em;
      line-height: 1.5;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #ffffff;
      margin-bottom: 1.875rem; }
    .ff.footer .footer__mail input {
      font-size: 0.875em;
      line-height: 1.175;
      color: #acacac;
      max-width: 24.375rem;
      width: 100%;
      background-color: transparent;
      border: 0;
      padding: 0.465rem 0;
      border-bottom: 1.25px solid #acacac;
      outline: 0; }
  .ff.footer .footer__social {
    margin-bottom: 1.875rem; }
    @media screen and (min-width: 991px) {
      .ff.footer .footer__social {
        margin-bottom: 0rem;
        margin-left: 2.5rem; } }
    .ff.footer .footer__social li {
      display: inline-block;
      margin-right: 1.5rem; }
  .ff.footer .footer__nav {
    margin-bottom: 1.875rem; }
    @media screen and (min-width: 991px) {
      .ff.footer .footer__nav {
        margin-bottom: 5.625rem; } }
    .ff.footer .footer__nav li {
      margin-bottom: 1.875rem; }
      .ff.footer .footer__nav li a {
        font-size: 0.875em;
        line-height: 1.5;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        font-weight: 500;
        color: #ffffff; }
  .ff.footer .footer__bottom {
    display: flex;
    align-items: center; }
  .ff.footer .footer__logo {
    max-width: 3.75rem; }
  .ff.footer .footer__copyright {
    display: inline-block;
    margin-left: 0.83375rem;
    max-width: 18.5625rem; }
    .ff.footer .footer__copyright p {
      font-weight: 500;
      font-size: 0.75rem;
      line-height: 0.875rem;
      letter-spacing: 0.03em;
      color: #ffffff;
      text-transform: uppercase;
      margin: 0; }
      .ff.footer .footer__copyright p a {
        display: block;
        color: #ffffff;
        transition: all .3s ease-in; }
        .ff.footer .footer__copyright p a:hover {
          text-decoration: underline; }

.ff.gallery {
  position: relative; }
  .ff.gallery .slick-track {
    display: flex; }
  .ff.gallery .gallery__item {
    height: auto; }
    .ff.gallery .gallery__item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .ff.gallery .slick-dots {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%); }

@media screen and (min-width: 768px) {
  .ff.work .work__box {
    display: flex;
    overflow: hidden; } }

@media screen and (min-width: 768px) {
  .ff.work .work__thumb {
    width: 50%; } }

.ff.work .work__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

@media screen and (min-width: 768px) {
  .ff.work .work__block {
    width: 50%; } }

.ff.work .work__content {
  padding: 6rem 1.625rem 6.3125rem; }
  @media screen and (min-width: 768px) {
    .ff.work .work__content {
      padding: 3.4375rem 1.625rem 2rem;
      max-width: 53.9375rem; } }
  @media screen and (min-width: 1199px) {
    .ff.work .work__content {
      padding: 4.6875rem 2.5rem 2.625rem; } }
  .ff.work .work__content.work__content--sm {
    padding: 0rem 1.625rem 6.3125rem; }
    @media screen and (min-width: 768px) {
      .ff.work .work__content.work__content--sm {
        padding: 3.4375rem 1.625rem 2rem; } }
    @media screen and (min-width: 1199px) {
      .ff.work .work__content.work__content--sm {
        padding: 4.4375rem 2.5rem 0.625rem; } }
  .ff.work .work__content h1,
  .ff.work .work__content h2 {
    color: #000000;
    font-style: normal;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1.875rem;
    letter-spacing: -0.01em;
    margin: 0 0 1.5625rem; }
    @media screen and (min-width: 1199px) {
      .ff.work .work__content h1,
      .ff.work .work__content h2 {
        margin: 0 0 2rem; } }
  .ff.work .work__content p {
    color: #000000;
    font-style: normal;
    font-weight: 500;
    font-size: 1.3125rem;
    line-height: 1.75rem;
    letter-spacing: -0.01em;
    margin: 0 0 1.6875rem; }
    @media screen and (min-width: 768px) {
      .ff.work .work__content p {
        font-size: 1.1875rem;
        line-height: 1.625rem;
        margin: 0 0 1.375rem; } }
    @media screen and (min-width: 1199px) {
      .ff.work .work__content p {
        font-size: 1.3125rem;
        line-height: 1.75rem;
        margin: 0 0 1.6875rem; } }
  .ff.work .work__content ul li {
    list-style: disc;
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: 3%;
    color: #000000;
    margin: 0 0 0.75rem 1.5625rem; }

.ff.work .work__actions {
  padding-top: 3.25rem; }
  @media screen and (min-width: 768px) {
    .ff.work .work__actions {
      padding-top: 5.125rem; } }
  .ff.work .work__actions h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1.875rem;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0 0 2rem; }
    .ff.work .work__actions h3 span {
      display: block; }
      @media screen and (min-width: 768px) {
        .ff.work .work__actions h3 span {
          display: inline-block; } }
  .ff.work .work__actions .work__link {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 1.3125rem;
    line-height: 1.75rem;
    letter-spacing: -0.01em;
    text-decoration-line: underline;
    color: #000000;
    cursor: pointer; }
    .ff.work .work__actions .work__link:hover {
      text-decoration: none; }

@media screen and (min-width: 768px) {
  .ff.work .work__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem; } }

@media screen and (min-width: 991px) {
  .ff.work .work__list {
    margin: 0 -1.375rem; } }

.ff.work .work__list .work__item {
  margin-bottom: 1.1875rem; }
  .ff.work .work__list .work__item:last-of-type {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .ff.work .work__list .work__item {
      width: calc(100% / 2);
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }
  @media screen and (min-width: 991px) {
    .ff.work .work__list .work__item {
      padding-left: 1.375rem;
      padding-right: 1.375rem; } }

.ff.work .work__mural figure {
  margin: 0 0 0.4375rem; }

.ff.work .work__mural h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 0.125rem; }

.ff.work .work__mural span.work__tag {
  display: block;
  font-style: italic;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1rem;
  letter-spacing: 0.03em;
  color: #000000; }

.ff.work.work--black {
  background-color: #0C1029; }
  @media screen and (min-width: 768px) {
    .ff.work.work--black {
      background-color: #F5F4EE; } }
  .ff.work.work--black .work__content ul li,
  .ff.work.work--black .work__content p,
  .ff.work.work--black .work__content h1,
  .ff.work.work--black .work__content h2 {
    color: #F5F4EE; }
    @media screen and (min-width: 768px) {
      .ff.work.work--black .work__content ul li,
      .ff.work.work--black .work__content p,
      .ff.work.work--black .work__content h1,
      .ff.work.work--black .work__content h2 {
        color: #000000; } }

.ff.work.work--yellow {
  background-color: #E0F450; }
  @media screen and (min-width: 768px) {
    .ff.work.work--yellow {
      background-color: #fff; } }
  @media screen and (min-width: 768px) {
    .ff.work.work--yellow .work__content {
      max-width: 51.4375rem; } }
  @media screen and (min-width: 768px) {
    .ff.work.work--yellow .work__content.work__content--sm {
      max-width: 49rem; } }
  .ff.work.work--yellow .work__content ul li,
  .ff.work.work--yellow .work__content p,
  .ff.work.work--yellow .work__content h1,
  .ff.work.work--yellow .work__content h2 {
    color: #000000; }

.ff.work .slick-dots {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%); }
