@font-face {
  font-family: Fractul;
  src: url('../fonts/Fractul-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fractul;
  src: url('../fonts/Fractul-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fractul;
  src: url('../fonts/Fractul-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fractul;
  src: url('../fonts/Fractul-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fractul;
  src: url('../fonts/Fractul-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fractul;
  src: url('../fonts/Fractul-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fractul;
  src: url('../fonts/Fractul-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fractul;
  src: url('../fonts/Fractul-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --red: #ee4036;
  --green: #19e388;
  --transparent: #fff0;
  --light-pink: #ffe4e7;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Fractul, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.navbar {
  background-color: var(--white);
  width: 100%;
  padding: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--red);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  text-decoration: underline;
}

.nav-link:hover {
  color: var(--green);
}

.nav-menu-links {
  flex-flow: column;
  display: flex;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.txt-lrg-uc {
  color: var(--red);
  word-break: normal;
  overflow-wrap: break-word;
  font-size: 128px;
  font-weight: 500;
  line-height: .9em;
}

.spacer-40 {
  height: 40px;
}

.subnav-block {
  width: 1280px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.txt-bold {
  font-weight: 700;
}

.stack-1280 {
  width: 100%;
  min-width: 992px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.content-block-510 {
  width: 510px;
}

.cell {
  align-items: flex-end;
}

.track {
  height: 450vw;
  position: relative;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: visible;
}

.frame {
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.item {
  flex: none;
  padding: 20px;
}

.img-div-rhythm {
  height: 58vh;
}

.img-div-iris {
  height: 75vh;
}

.txt-description {
  color: var(--red);
}

.spacer-20 {
  height: 20px;
}

.img-100pc-h {
  width: 100%;
  height: auto;
}

.item-div-avila {
  flex: none;
  height: 80vh;
}

.img-div-fomo {
  height: 65vh;
}

.item-div-type {
  height: 70vh;
}

.txt-big-footer {
  color: var(--green);
  font-size: 12rem;
  font-weight: 500;
  line-height: 11rem;
  text-decoration: underline;
}

.txt-big-footer:hover {
  color: var(--red);
}

.txt-big-footer:active {
  color: var(--green);
}

.cell-centered {
  justify-content: flex-start;
  align-items: center;
}

.flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.big-green-link {
  color: var(--green);
}

.big-green-link:hover {
  color: var(--red);
}

.sml-blk-link {
  color: #000;
}

.sml-blk-link:hover {
  color: var(--red);
}

.nav-link-wht {
  color: var(--red);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  text-decoration: underline;
}

.nav-link-wht:hover {
  color: var(--green);
}

.nav-link-wht.w--current {
  color: var(--red);
}

.menu-button {
  display: none;
}

.brand {
  padding-left: 0;
}

.work-block-1 {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-40pc {
  width: 40%;
}

.div-60pc {
  width: 60%;
}

.column-right {
  text-align: right;
  align-self: center;
  padding-left: 10px;
  padding-right: 0;
}

.column-left {
  align-self: center;
  padding-left: 0;
  padding-right: 10px;
}

.work-block-2 {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-center {
  text-align: center;
  align-self: center;
  padding-left: 10px;
  padding-right: 10px;
}

.work-spacer {
  height: 100px;
}

.img-100pc-w {
  width: 100%;
}

.work-block-3, .work-block-4, .work-block-5 {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.txt-nav-name {
  color: var(--red);
  font-size: 2.4rem;
  font-weight: 500;
}

.big-green-link-2 {
  color: var(--green);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.big-green-link-2:hover {
  color: var(--red);
}

.arrow-embed {
  width: 180px;
  height: 150px;
}

.txt-footer-nav {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.spacer-nav {
  height: 20px;
  display: none;
}

.content-block-560 {
  width: 600px;
}

.work-block-6 {
  justify-content: center;
  align-items: flex-start;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.work-block-7 {
  justify-content: center;
  align-items: flex-start;
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img-div-crunch {
  height: 60vh;
}

.item-div-uxui {
  flex: none;
  height: 80vh;
}

.work-block-8 {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-90pc-w {
  width: 90%;
}

.div-95pc-w {
  width: 95%;
}

.pink-bg {
  background-color: var(--light-pink);
  padding-left: 20px;
  padding-right: 20px;
}

.cell-2 {
  justify-content: flex-end;
  align-items: flex-start;
}

.about-stack {
  padding: 0;
}

.txt-about-types {
  color: var(--red);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.break-footer-m-16 {
  background-color: var(--red);
  height: 1px;
  margin: 16px auto;
  display: block;
}

.spacer-80 {
  height: 80px;
}

.about-cta {
  margin-top: 200px;
}

.about-pg-link {
  color: var(--red);
  text-decoration: none;
}

.about-pg-link:hover {
  color: var(--green);
}

.about-stack-mob {
  padding: 0;
}

.spacer-80-about {
  height: 80px;
}

.txt-lrg-misc {
  color: var(--red);
  word-break: normal;
  overflow-wrap: break-word;
  font-size: 128px;
  font-weight: 500;
  line-height: .9em;
}

.spacer-80-misc {
  height: 80px;
}

.grey-div {
  background-color: #e6e6e6;
  width: 100%;
  height: 300px;
}

.navbar-pink {
  background-color: var(--light-pink);
  width: 100%;
  padding: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.spacer-10 {
  height: 10px;
}

.spacer-8 {
  height: 8px;
}

.spacer-120 {
  height: 120px;
}

.flex-vert {
  flex-flow: column;
  display: flex;
}

.rhythm-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-rhythm {
  grid-template-rows: auto;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.rhythm-block {
  background-color: #c4c4c4;
  padding: 80px 20px;
}

.about-descr {
  width: 70%;
}

.subnav-pink {
  width: 1280px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.work-block-9 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.txt-lrg-uc-2 {
  color: var(--red);
  word-break: normal;
  overflow-wrap: break-word;
  font-size: 96px;
  font-weight: 500;
  line-height: .9em;
}

@media screen and (max-width: 991px) {
  .nav-menu-links {
    z-index: 0;
    background-color: var(--red);
    align-items: center;
    min-width: 160px;
    padding: 120px 20px 30px;
    position: fixed;
    inset: 0 0% auto auto;
  }

  .txt-lrg-uc {
    font-size: 96px;
  }

  .subnav-block {
    width: 100%;
    margin-top: 100px;
  }

  .stack-1280 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .content-block-510 {
    width: 100%;
  }

  .track {
    height: auto;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-flow: column;
  }

  .img-div-rhythm, .img-div-iris, .img-100pc-h, .item-div-avila, .img-div-fomo, .item-div-type {
    height: auto;
  }

  .txt-big-footer {
    font-size: 9rem;
    line-height: 8rem;
  }

  .nav-link-wht {
    color: var(--white);
    text-align: center;
    font-size: 18px;
  }

  .menu-button {
    background-color: var(--transparent);
    color: var(--red);
    padding: 12px;
    font-size: 36px;
    display: block;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: var(--red);
  }

  .dropdown-wrapper {
    width: 200px;
    position: relative;
  }

  .dropdown-trigger {
    padding: 10px;
  }

  .dropdown-content {
    background-color: var(--red);
    flex-flow: column;
    width: 100%;
    padding: 20px;
    display: flex;
    position: absolute;
    overflow: hidden;
  }

  .work-block-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    width: 100%;
    padding: 20px;
  }

  .work-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    width: 85%;
    padding: 20px;
  }

  .work-spacer {
    height: 50px;
  }

  .work-block-3, .work-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    width: 100%;
    padding: 20px;
  }

  .work-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding: 20px;
  }

  .img-graphic {
    object-fit: contain;
  }

  .image-3 {
    object-fit: scale-down;
    max-width: none;
    height: 160px;
  }

  .div-block-2 {
    width: 160px;
  }

  .arrow-embed {
    width: 120px;
    height: 100px;
  }

  .content-block-560 {
    width: 100%;
  }

  .work-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    width: 100%;
    padding: 20px;
  }

  .work-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    width: 85%;
    padding: 20px;
  }

  .img-div-crunch, .item-div-uxui {
    height: auto;
  }

  .work-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    width: 100%;
    padding: 20px;
  }

  .pink-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .txt-lrg-misc {
    font-size: 96px;
  }

  .grid-rhythm {
    width: 100%;
  }

  .rhythm-block {
    padding: 50px 30px;
  }

  .about-descr {
    width: 90%;
  }

  .subnav-pink {
    width: 100%;
    margin-top: 100px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .work-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    width: 100%;
    padding: 20px;
  }

  .txt-lrg-uc-2 {
    font-size: 64px;
  }

  .image-6 {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .txt-lrg-uc {
    font-size: 80px;
  }

  .txt-big-footer {
    font-size: 7rem;
    line-height: 6rem;
  }

  .big-green-link {
    font-size: 6rem;
    line-height: 5rem;
  }

  .work-spacer {
    height: 20px;
  }

  .image-3 {
    height: 80px;
  }

  .txt-nav-name {
    font-size: 2.1rem;
  }

  .div-block-2 {
    width: 150px;
  }

  .arrow-embed {
    width: 80px;
    height: 67px;
  }

  .txt-footer-nav {
    font-size: 14px;
  }

  .div-90pc-w, .div-95pc-w {
    width: 100%;
  }

  .about-cta {
    margin-top: 140px;
  }

  .spacer-80-about {
    height: 70px;
  }

  .txt-lrg-misc {
    font-size: 2.1rem;
    font-weight: 400;
  }

  .spacer-80-misc {
    height: 60px;
  }

  .about-descr {
    width: 100%;
  }

  .subnav-pink {
    padding-top: 0;
  }

  .txt-lrg-uc-2 {
    font-size: 48px;
  }

  .image-6 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .txt-lrg-uc {
    font-size: 64px;
  }

  .content-block-510 {
    width: auto;
    min-width: 290px;
    max-width: 480px;
  }

  .txt-big-footer {
    font-size: 4rem;
    line-height: 3.3rem;
  }

  .big-green-link {
    font-size: 4rem;
    line-height: 3rem;
  }

  .work-block-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: center;
  }

  .column-right {
    padding-top: 10px;
    padding-left: 0;
  }

  .column-left {
    padding-bottom: 10px;
    padding-right: 0;
  }

  .work-block-2 {
    flex-flow: column;
    align-items: center;
  }

  .column-center {
    padding-left: 0;
    padding-right: 0;
  }

  .work-block-3 {
    flex-flow: column;
    align-items: center;
  }

  .work-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .work-block-5 {
    flex-flow: column;
    align-items: center;
  }

  .txt-nav-name {
    font-size: 1.8rem;
  }

  .img-fit-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .div-block-2 {
    width: 200px;
  }

  .arrow-embed {
    width: 50px;
    height: 42px;
  }

  .content-block-560 {
    width: auto;
    min-width: 290px;
    max-width: 480px;
  }

  .work-block-6, .work-block-7, .work-block-8 {
    flex-flow: column;
    align-items: center;
  }

  .pink-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spacer-80-misc {
    height: 50px;
  }

  .grid-rhythm {
    grid-template-columns: 1fr;
  }

  .rhythm-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .subnav-pink {
    padding-bottom: 10px;
  }

  .work-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: center;
  }

  .image-6 {
    width: 85%;
  }
}

#w-node-aaac4285-3fbd-2e6d-bfcf-0cef9c17429c-9966aa85 {
  grid-template-rows: auto auto;
  grid-template-columns: 25% 1fr;
}

#w-node-_56b0c677-7ade-4395-339d-580d000c16f1-9966aa85 {
  grid-row: span 2 / span 2;
}

#w-node-dcb973dc-63f5-7cce-63b2-c464c158d640-9966aa85 {
  grid-template-rows: auto auto;
  grid-template-columns: 25% 1fr;
  display: none;
}

#w-node-dcb973dc-63f5-7cce-63b2-c464c158d641-9966aa85 {
  grid-column: span 2 / span 2;
}

#w-node-_6ef8fb8d-1342-89a3-2cf3-b4286d9bfcd1-9966aa85, #w-node-_5d44727f-1a38-a00a-1c41-92581f39049b-4ea6bce0 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-5d8671fd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e74e73d7-0641-5c18-c9eb-fe971a46ddb7-1a46ddb7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-7ca27e76, #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-037229fd, #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-a303c89d, #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-b403dc6b, #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-2573fa8e, #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-c4d4f8db, #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-d65f3c28, #w-node-_9369d6ed-d107-a97b-3311-dff0f6aaa7cf-d65f3c28, #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-526119ad {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-aaac4285-3fbd-2e6d-bfcf-0cef9c17429c-9966aa85 {
    grid-template-rows: auto auto;
    grid-template-columns: 30% 1fr;
  }

  #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-5d8671fd, #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-7ca27e76, #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-a303c89d, #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-b403dc6b, #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-2573fa8e, #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-c4d4f8db, #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-d65f3c28, #w-node-_9369d6ed-d107-a97b-3311-dff0f6aaa7cf-d65f3c28, #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-526119ad {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-aaac4285-3fbd-2e6d-bfcf-0cef9c17429c-9966aa85 {
    display: none;
  }

  #w-node-dcb973dc-63f5-7cce-63b2-c464c158d640-9966aa85 {
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aaac4285-3fbd-2e6d-bfcf-0cef9c17429c-9966aa85 {
    display: none;
  }

  #w-node-dcb973dc-63f5-7cce-63b2-c464c158d640-9966aa85 {
    display: grid;
  }

  #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-5d8671fd, #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-7ca27e76, #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-a303c89d, #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-b403dc6b, #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-2573fa8e, #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-c4d4f8db, #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-d65f3c28, #w-node-_9369d6ed-d107-a97b-3311-dff0f6aaa7cf-d65f3c28, #w-node-dcf11102-57f0-8762-4c74-6b7a0a28ae55-526119ad {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }
}


@font-face {
  font-family: 'Fractul';
  src: url('../fonts/Fractul-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('../fonts/Fractul-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('../fonts/Fractul-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('../fonts/Fractul-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('../fonts/Fractul-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('../fonts/Fractul-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('../fonts/Fractul-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('../fonts/Fractul-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}