@font-face {
  font-family: Myriadpro;
  src: url('../fonts/MYRIADPRO-REGULAR.OTF') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Applegaramond;
  src: url('../fonts/AppleGaramond-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Applegaramond;
  src: url('../fonts/AppleGaramond-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: SF Pro Display;
  src: url('../fonts/FontsFree-Net-SFProDisplay-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Myriadpro;
  src: url('../fonts/MyriadPro-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.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;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.wrapper {
  z-index: 1;
  background-color: #fff;
  border-top: 1px #ccc;
  border-bottom: 1px #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  padding: 5vw 0 0;
  display: flex;
  position: relative;
}

.hero {
  background-color: #fff;
  border-radius: 0;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 100vw;
  padding: 0 0 0 10vw;
  display: flex;
}

.content-container {
  clear: none;
  text-align: left;
  background-color: #0000;
  flex: 1;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-right: 5vw;
  padding-left: 0;
  padding-right: 0;
  display: inline;
  position: relative;
}

.heading-1 {
  color: #000;
  letter-spacing: -.4vw;
  margin-bottom: 3vw;
  font-family: Applegaramond, Times New Roman, sans-serif;
  font-size: 8.5vw;
  font-weight: 300;
  line-height: 6.5vw;
}

.heading-1.center {
  color: #000;
  text-align: center;
}

.heading-1.welcome {
  letter-spacing: -.5vw;
  font-size: 12vw;
  line-height: 9vw;
  text-decoration: none;
}

.heading-italic {
  color: #3b3b3b;
  letter-spacing: -.05vw;
  font-family: Applegaramond, Times New Roman, sans-serif;
  font-size: 2vw;
  font-style: italic;
  font-weight: 300;
  line-height: 2.4vw;
}

.heading-italic.center {
  text-align: center;
}

.hero-photo-container {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 51%;
  height: auto;
  margin: 0 0 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 7vw;
}

.nenad-grujicic-photo {
  border-right: 1px #000;
  width: 100%;
  min-width: 0;
  max-width: none;
}

.body {
  height: auto;
}

.intro-pudding {
  justify-content: space-around;
  align-items: center;
  margin-top: 10vw;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.description-short {
  width: 50%;
  margin-left: 5vw;
}

.description-short.mister {
  margin-top: 0;
}

.heading-3 {
  color: #000;
  letter-spacing: -.1vw;
  margin-bottom: 2vw;
  font-family: Applegaramond, Times New Roman, sans-serif;
  font-size: 3vw;
  line-height: 3vw;
}

.heading-3.light {
  color: #c5c5c5;
}

.heading-3.no-bottom-padding {
  margin-bottom: .5vw;
  font-size: 3vw;
  line-height: 3vw;
}

.pudding-artwork {
  aspect-ratio: 3 / 2;
  background-color: #f8f8f8;
  border-radius: 2vw;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: auto;
  display: flex;
}

.image {
  width: 100%;
  padding-top: 8vw;
  padding-left: 8vw;
  padding-right: 8vw;
}

.portfolio-airbus {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 10vw;
  margin-bottom: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.description-wide {
  z-index: 0;
  justify-content: center;
  width: 100%;
  margin-top: 1vw;
  margin-bottom: 5vw;
  margin-left: 0;
  display: flex;
  position: relative;
}

.link {
  color: #000;
  margin-left: 10px;
  font-family: Applegaramond, Times New Roman, sans-serif;
  font-size: 1.1vw;
  font-style: italic;
  font-weight: 300;
  line-height: 1.4vw;
  position: static;
  top: 0;
}

.slider-container {
  background-color: #f8f8f8;
  border-radius: 2vw;
  width: 100%;
  height: 95vh;
  min-height: 680px;
  max-height: 1280px;
  margin-bottom: 10vw;
}

.slider {
  background-color: #f8f8f8;
  border-radius: 2vw;
  height: 100%;
}

.slider.small {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.slide-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide-wrapper.black {
  background-color: #000;
  border-radius: 0;
}

.slide-wrapper.sky-blue {
  background-color: #f7faff;
}

.slide-wrapper.brand-blue {
  background-color: #7ab6e5;
}

.slide-wrapper.right-aligned {
  background-color: #899ef5;
  background-image: radial-gradient(circle at 0 100%, #ff9061 47%, #fff0 52%), radial-gradient(circle at 100% 0, #ffade4, #d2ffbc00 66%);
  border-radius: 30px;
  justify-content: flex-end;
}

.textnow-dock-icon-asset {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff3;
  border-top: 2px solid #ffffff73;
  border-bottom: 2px #0000000d;
  border-radius: 4vw 0 0 4vw;
  width: 67vw;
  padding-top: 1vw;
  padding-bottom: 2vw;
  padding-left: 1vw;
  box-shadow: 0 7px 30px #0000000f;
}

.slide-nav {
  letter-spacing: 0;
  border: 1px #000;
  border-radius: 0;
  font-size: 8px;
  position: absolute;
}

.slide-nav.small {
  justify-content: center;
  align-items: center;
  height: 3vw;
  margin-top: 1vw;
  display: flex;
  position: relative;
}

.textnow-sim-card-asset {
  width: 20vw;
}

.textnow-about-site-asset {
  width: 40vw;
  max-height: 80vh;
  margin-right: 20px;
}

.textnow-logo-asset {
  width: 10vw;
}

.div-block {
  flex-direction: row;
  margin-top: 10vw;
  margin-bottom: 5vw;
  display: flex;
}

.div-block-2, .div-block-3, .div-block-4 {
  justify-content: center;
  align-items: center;
  width: 33.333%;
  display: flex;
}

.image-2 {
  width: 60%;
}

.image-3 {
  width: 70%;
}

.image-4 {
  width: 60%;
  height: auto;
}

.div-block-5 {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-block-6 {
  padding-top: 2vw;
  display: flex;
}

.div-block-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.333%;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: relative;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
  left: -7vw;
}

.left-arrow.small {
  width: 4.5vw;
  height: 4vw;
  margin-left: 0;
  margin-right: 3vw;
  display: flex;
  position: absolute;
  inset: auto 0% -.6vw auto;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
  right: -7vw;
}

.right-arrow.small {
  justify-content: center;
  width: 4.5vw;
  height: 4vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: auto -1vw -.6vw auto;
}

.image-6 {
  opacity: .85;
  background-color: #0000;
  border-radius: 0;
  width: 2vw;
  padding: 0;
}

.image-6.small {
  opacity: .9;
  width: 1.5vw;
}

.image-6.mirror {
  transform: rotate(180deg);
}

.div-block-12 {
  background-color: #f8f8f8;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 4vw;
  display: flex;
}

.div-block-12.mirror {
  background-image: linear-gradient(#cacaca, #fff 85%);
  width: 4vw;
  height: 4vw;
  margin-left: 15px;
  margin-right: 15px;
  transition: all .2s;
  position: relative;
  transform: none;
  box-shadow: 0 3px 4px -1px #000000a3, inset 0 -3px 5px #00000061;
}

.div-block-12.mirror:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 10px -1px #0006, inset 0 -3px 5px #00000061;
}

.div-block-12.mirror.small {
  box-shadow: none;
  background-color: #f0f0f0;
  background-image: none;
  align-items: center;
  width: 3vw;
  height: 3vw;
  margin-left: 0;
  margin-right: 0;
}

.div-block-12.mirror.small:hover {
  transform: none;
  box-shadow: 0 10px 10px -1px #0000;
}

.div-block-12.small {
  width: 3vw;
  height: 3vw;
}

.airbus-ux-assets {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-13 {
  justify-content: space-between;
  display: flex;
}

.div-block-14 {
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding-right: 1vw;
  display: flex;
}

.div-block-15 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-left: 1vw;
  display: flex;
}

.image-7, .image-8, .image-9 {
  margin-bottom: 2vw;
}

.description-in-block {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
}

.textnow-ad-preview-asset {
  object-fit: scale-down;
  width: 40vw;
  height: auto;
  max-height: 80%;
}

.freetime-retro {
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  align-items: center;
  margin-top: 10vw;
  padding: 10vw;
  display: flex;
}

.textnow-slider-copy {
  background-color: #0000;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  width: 50%;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-bottom: 0;
  display: block;
}

.mister-1 {
  width: 100%;
}

.div-block-18 {
  background-color: #f7f7f7;
  border-radius: 2vw;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 2vw;
  padding: 5vw 5vw 3vw;
  display: flex;
}

.div-block-18.black {
  box-shadow: none;
  background-color: #000;
  margin-top: 5vw;
  margin-bottom: 0;
}

.heading-2 {
  color: #000;
  text-align: center;
  letter-spacing: -.25vw;
  margin-bottom: 1vw;
  font-family: Applegaramond, Times New Roman, sans-serif;
  font-size: 6vw;
  line-height: 5vw;
}

.heading-2.large {
  letter-spacing: -1vw;
  font-size: 18vw;
  line-height: 12vw;
  display: inline-block;
}

.freetime-photography {
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
  margin-top: 0;
  margin-bottom: 10vw;
  padding-top: 10vw;
  padding-left: 10vw;
  padding-right: 10vw;
}

.div-block-19 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-20 {
  background-color: #0000;
  border-bottom: 1px #000;
  border-right: 1px #b6b6b6;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-right: 2vw;
  padding: 0;
  display: flex;
}

.div-block-20.last {
  border-right-style: none;
  margin-right: 0;
}

.div-block-20.right {
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-right-style: none;
}

.div-block-20.bottom {
  border-bottom: 1px #e9e9e9;
  border-right-style: none;
  border-right-width: 1px;
}

.image-13 {
  opacity: 1;
  width: 100%;
  margin-bottom: .1vw;
}

.div-block-21 {
  opacity: .7;
  background-color: #0000;
  border: 1px #000;
  border-radius: 2vw;
  flex-direction: row;
  justify-content: space-between;
  width: 25vw;
  height: 100%;
  display: flex;
}

.text-block, .text-block-2 {
  opacity: 1;
  letter-spacing: .01px;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .5vw;
  font-weight: 800;
}

.text-block-3 {
  opacity: 1;
  letter-spacing: .01vw;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .5vw;
  font-weight: 700;
}

.div-block-25 {
  object-fit: fill;
  flex-direction: row;
  width: 46.9%;
  height: auto;
  padding-right: .5vw;
  display: flex;
  position: relative;
}

.div-block-26 {
  clear: none;
  object-fit: fill;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 53.1%;
  height: 1100%;
  padding-left: .5vw;
  display: flex;
  position: static;
}

.image-16 {
  object-fit: contain;
  border-radius: 2vw;
  width: 100%;
  height: 100%;
  padding-right: 0;
  position: static;
}

.image-17 {
  padding-bottom: 0;
  padding-left: 0;
}

.image-17.right {
  object-fit: cover;
  border-radius: 2vw;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
}

.image-17.right.last {
  object-fit: cover;
  height: 100%;
  padding-top: 0;
}

.div-block-28 {
  object-fit: fill;
  height: auto;
  margin-bottom: 0;
  padding-bottom: .5vw;
  display: flex;
  position: relative;
}

.div-block-30 {
  height: auto;
  padding-top: .5vw;
  display: flex;
  position: relative;
}

.div-block-31 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-19 {
  border-radius: 2vw;
  width: 100%;
}

.div-block-32 {
  margin-top: 1vw;
  margin-bottom: 1vw;
  position: relative;
}

.div-block-33 {
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: auto 1.5vw 1vw 1vw;
}

.artwork-mobile {
  background-color: #f8f8f8;
  border-radius: 2vw;
  width: 50%;
  height: auto;
  display: none;
}

.airbus-1-asset {
  object-fit: contain;
  width: 70%;
  height: 75%;
}

.airbus-2-asset {
  height: 80%;
}

.mask-2 {
  border-radius: 2vw;
}

.image-21 {
  width: 60%;
}

.body-paragraph {
  color: #444;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 1.7vw;
}

.body-paragraph.center {
  text-align: center;
  font-size: 1.1vw;
  line-height: 1.7vw;
}

.body-paragraph.center.bold {
  color: #000;
  letter-spacing: -.03vw;
  margin-bottom: 1vw;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2.5vw;
}

.body-paragraph.bold {
  color: #000;
  margin-bottom: 5vw;
  font-size: 2vw;
  font-weight: 300;
  line-height: 2.5vw;
}

.body-paragraph.button {
  color: #000;
  border: .15vw #93a8c9eb;
  border-radius: 0;
  padding: 1vw 2vw;
  font-size: 1.7vw;
  font-weight: 300;
  line-height: 3vw;
  transition: all .2s;
}

.body-paragraph.button:hover {
  color: #000;
  border-color: #6f96daa6;
}

.body-paragraph.visit-pudding {
  font-size: 1vw;
}

.div-block-39 {
  width: 10%;
  margin-right: 4vw;
  display: flex;
}

.image-23 {
  width: 100%;
  height: auto;
}

.text-block-4 {
  color: #fff;
  margin-bottom: 1vw;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.image-25 {
  width: 75%;
  height: 75%;
}

.image-26 {
  width: 45%;
}

.div-block-41 {
  z-index: 5;
  justify-content: center;
  width: 100%;
  margin-bottom: 10vw;
  display: flex;
  position: relative;
}

.div-block-42 {
  border-bottom: 1px solid #e9e9e9;
  width: 65%;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.div-block-42.bottom {
  border-bottom-style: none;
}

.image-27 {
  width: 70%;
  height: 70%;
}

.div-block-43 {
  width: 100%;
  margin-top: 10vw;
}

.div-block-44 {
  width: 100%;
}

.div-block-45 {
  margin-top: 10vw;
  margin-bottom: 5vw;
}

.image-28 {
  border-radius: 1vw;
  width: 100%;
}

.div-block-41-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-42-copy {
  border-bottom: 1px #000;
  width: 70%;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-47 {
  justify-content: center;
  align-items: flex-end;
  margin-top: 5vw;
  display: flex;
}

.image-30 {
  width: 100%;
}

.portfolio-hugeinc {
  background-color: #0000;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px #e9e9e9;
  margin-bottom: 0;
  padding: 10vw 10vw 0;
  position: relative;
}

.div-block-48 {
  z-index: 5;
  margin-bottom: 10vw;
  padding-top: 0;
  position: relative;
}

.image-31 {
  width: 27vw;
  margin-top: -1.5vw;
  margin-right: 2vw;
}

.div-block-49 {
  z-index: 0;
  width: 15vw;
  display: none;
  position: absolute;
  inset: 2.4vw 1.7vw auto auto;
}

.image-32 {
  width: auto;
}

.div-block-51 {
  z-index: 1;
  width: 20vw;
  display: none;
  position: absolute;
  inset: auto auto 11vw -5.5vw;
}

.text-span, .text-span-2, .text-span-3, .text-span-4 {
  font-weight: 400;
}

.div-block-52 {
  width: 21vw;
  display: none;
  position: absolute;
  inset: auto -10vw 40vw auto;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  font-weight: 400;
}

.image-33 {
  display: block;
}

.div-block-53 {
  z-index: 1;
  width: 21vw;
  display: none;
  position: absolute;
  inset: 13vw auto auto -7vw;
  transform: rotate(0);
}

.resume-contact-footer {
  background-color: #fafafa;
  background-image: none;
  background-position: 0 0;
  border-top: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25vw 10vw 5vw;
  display: flex;
  position: relative;
}

.div-block-55 {
  width: 60%;
}

.div-block-56 {
  width: 40%;
  padding-left: 5vw;
  padding-right: 0;
}

.paragraph-8 {
  color: #5f5f5f;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: .9vw;
  font-weight: 400;
  line-height: 1.3vw;
}

.paragraph-8.small {
  padding-left: .5vw;
  font-size: 1.1vw;
  line-height: 1.5vw;
}

.div-block-57 {
  flex-direction: row;
  width: 100%;
  margin-top: 7vw;
  display: flex;
}

.div-block-58 {
  width: 60%;
}

.div-block-59 {
  aspect-ratio: 16 / 9;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 2vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding-top: 20vw;
  padding-bottom: 20vw;
  display: flex;
  position: relative;
}

.link-block {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: none;
  position: relative;
}

.link-block:hover {
  background-color: #0000;
  border-radius: 10vw;
}

.div-block-60 {
  justify-content: center;
  display: none;
  position: absolute;
  inset: auto 0% .5vw;
}

.paragraph-9 {
  color: #8f8f8f;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: .7vw;
  font-weight: 300;
  line-height: .8vw;
}

.education {
  margin-bottom: 2vw;
}

.list {
  margin-top: 2vw;
  padding-left: .7vw;
  font-size: .8vw;
  line-height: .8vw;
}

.list-item {
  margin-bottom: 1vw;
}

.div-block-62 {
  width: 50vw;
  position: absolute;
  inset: 10vw 0% auto auto;
}

.image-34 {
  mix-blend-mode: multiply;
  width: 100%;
}

.div-block-63 {
  border-bottom: 1px solid #e7e7e7;
  margin-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 4vw;
  position: relative;
  box-shadow: 0 1px #fff;
}

.div-block-64 {
  width: 70%;
  position: absolute;
  inset: .05vw 0% auto 15%;
}

.div-block-64.small {
  display: none;
}

.div-block-65 {
  box-shadow: none;
  background-image: linear-gradient(#fff, #fff 11%, #f1f1f1 38%, #e7e7e7 40%, #fff 93%, #b3b3b3);
  border-top: 1px solid #cacaca;
  border-bottom: 10px #5d9dcc;
  height: 30px;
  display: none;
  position: relative;
}

.main-navigation {
  z-index: 999999;
  box-shadow: none;
  background-color: #fff;
  background-image: url('../images/line_pattern.svg');
  background-position: 0 0;
  background-size: auto 4px;
  border-bottom: 0 solid #afafaf;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0;
  padding-top: 50px;
  display: none;
  position: relative;
  top: 0;
}

.main-navigation.home {
  display: none;
}

.main-navigation.blog {
  z-index: auto;
  display: flex;
  box-shadow: 0 30px 500px 100px #fff;
}

.aqua-tab {
  color: #000;
  background-image: linear-gradient(#e0e0e0 52%, #fff 85%);
  border-bottom: 0 #a1a1a1;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-right: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  bottom: 0;
  box-shadow: inset 0 4px 4px #0000004f;
}

.aqua-tab:hover {
  opacity: 1;
  background-image: linear-gradient(#c7c7c7 30%, #f5f5f5 85%);
}

.aqua-tab.current {
  background-image: linear-gradient(#79bbff 30%, #c4e8ff 85%);
}

.aqua-tab-gloss {
  opacity: 1;
  background-image: linear-gradient(to top, #ffffff4d, #ffffffd6);
  border-top: 2px solid #fff;
  border-radius: 10px 10px 0 0;
  width: 95%;
  height: 50%;
  position: absolute;
  top: 2%;
  left: 2.5%;
}

.div-block-69 {
  border-bottom: 1px solid #0000001a;
  justify-content: center;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.text-block-5 {
  z-index: 10;
  text-shadow: 0 2px #fff;
  padding-top: 7px;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 16px;
  line-height: 1vw;
  text-decoration: none;
  position: relative;
}

.text-block-5.current {
  text-shadow: 0 2px 1px #00000026;
}

.grujicic-avatar {
  z-index: 2;
  height: 60%;
  margin-right: 10px;
  display: none;
  position: relative;
}

.portfolio-icons {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.swiper {
  width: 100%;
  max-width: 100vw;
}

.swiper.cover-swiper {
  position: static;
}

.swiper-wrapper {
  height: 300px;
  display: flex;
}

.swiper-wrapper.swiper-height {
  object-fit: cover;
  width: auto;
  height: auto;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

.swiper-slide {
  object-fit: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.slide {
  object-fit: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: auto;
  display: flex;
  position: static;
}

.slide-img {
  border-radius: 20px;
  width: 100%;
  position: relative;
}

.div-block-70 {
  z-index: 2;
  background-image: radial-gradient(circle at 50% 0, #ffffff80, #fff0 35%);
  height: 40%;
  display: none;
  position: absolute;
  inset: 0%;
}

.intro-icons {
  flex-direction: column;
  align-items: center;
  margin-top: 10vw;
  margin-bottom: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.icon-artwork {
  width: 15vw;
  margin-bottom: 5vw;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-73 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-6 {
  width: auto;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.div-block-74 {
  background-color: #000;
  width: 40%;
  height: 1px;
  position: absolute;
  inset: 24px 0% auto auto;
}

.div-block-74-copy {
  background-color: #000;
  width: 40%;
  height: 1px;
  position: absolute;
  inset: 24px auto auto 0%;
}

.div-block-75 {
  width: auto;
  position: absolute;
  inset: 3vw 3vw auto auto;
}

.image-37 {
  width: 10vw;
}

.div-block-76 {
  width: 100%;
  height: 50px;
  display: flex;
}

.paragraph-10 {
  color: #777;
  text-align: center;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: .8vw;
  line-height: 1vw;
}

.image-27-copy {
  object-fit: contain;
  width: auto;
  max-width: 80%;
  height: 70%;
}

.div-block-77 {
  width: 70%;
  margin-top: 5vw;
}

.image-38 {
  opacity: .8;
}

.image-39 {
  display: none;
}

.portfolio-textnow {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 10vw;
  margin-bottom: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.resume-logo-square {
  width: 2vw;
  position: absolute;
  inset: .5vw auto auto 0%;
}

.resume-logo-wide1 {
  width: 2.3vw;
  position: absolute;
  inset: .5vw auto auto 0%;
}

.resume-contact-footer-backup {
  background-color: #fafafa;
  background-image: linear-gradient(219deg, #fff, #fff0 35%);
  background-position: 0 0;
  border-top: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20vw;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.form-block {
  width: 100%;
}

.div-block-78 {
  border-left: 1px solid #d3d3d3;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  padding-left: 3vw;
  display: flex;
}

.textarea {
  border: 1px #000;
  width: 70%;
  font-family: Applegaramond, Times New Roman, sans-serif;
  font-size: 2vw;
  font-weight: 300;
  line-height: 2.5vw;
}

.form {
  height: 100%;
}

.div-block-79 {
  aspect-ratio: 16 / 9;
  justify-content: space-between;
  height: auto;
  padding: 2vw;
  display: flex;
}

.text-field {
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #a1a1a1;
  border-radius: 0;
  height: 2.5vw;
  margin-bottom: 1vw;
  padding-left: 0;
  padding-right: 0;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 1.5vw;
}

.text-field-2 {
  border: 1px #000;
  border-bottom: 1px solid #d3d3d3;
}

.field-label, .field-label-2 {
  color: #7e7e7e;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.field-label-3 {
  color: #7e7e7e;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-block-7 {
  color: #000;
  margin-bottom: 1vw;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 2vw;
}

.submit-button {
  color: #223661;
  text-shadow: 0 1px #ffffff70;
  background-image: linear-gradient(#4ea1f0, #c7f0ff);
  border: 1px #5c96cc42;
  border-radius: 100vw;
  width: 100%;
  height: 3vw;
  margin-top: 0;
  padding-top: .6vw;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5vw;
  box-shadow: 0 2px 3px #0f7fff8f, inset 0 -3px 4px -1px #59a1e2;
}

.div-block-80 {
  justify-content: center;
  width: 50%;
  margin-top: 1vw;
  display: flex;
  position: relative;
}

.div-block-81 {
  opacity: .95;
  background-image: linear-gradient(#fff, #fff0);
  border-radius: 100vw;
  width: 86%;
  height: 1.5vw;
  position: absolute;
  inset: 4% 0% auto 7%;
}

.div-block-82 {
  width: 100%;
}

.div-block-83 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10vw;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: auto;
  min-height: 0;
  max-height: none;
}

.div-block-84 {
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 2vw;
  height: 500px;
}

.div-block-84.linkedin {
  background-image: none;
  border-style: none;
  border-radius: 1.5vw;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: 1vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  box-shadow: 0 0 0 1px #00000026, inset 0 2px #ffffff96;
}

.div-block-84.linkedin:hover {
  box-shadow: 0 0 40px 1px #0000001c, inset 0 1px #fff;
}

.div-block-84.pudding {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 100%;
  padding-top: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
}

.div-block-84.instagram {
  background-image: url('../images/instagram.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 70%;
  height: 100%;
  padding-top: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
}

.link-block-2 {
  text-decoration: none;
  transition: all .2s;
}

.link-block-2:hover {
  filter: brightness(105%);
  transform: scale(1.05);
}

.link-block-2.mobile-hidden {
  display: none;
}

.div-block-85 {
  object-fit: fill;
  justify-content: center;
  align-items: flex-end;
  width: 70%;
  height: auto;
  display: flex;
}

.text-block-8 {
  color: #8a8a8a;
  text-align: center;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.heading-2-copy {
  color: #000;
  text-align: center;
  letter-spacing: -.25vw;
  margin-bottom: 1vw;
  font-family: Applegaramond, Times New Roman, sans-serif;
  font-size: 6vw;
  line-height: 5vw;
}

.heading-2-copy.large {
  letter-spacing: -1vw;
  font-size: 18vw;
  line-height: 12vw;
  display: inline-block;
}

.heading-2-copy-copy {
  color: #000;
  text-align: center;
  letter-spacing: -.25vw;
  margin-bottom: 1vw;
  font-family: Applegaramond, Times New Roman, sans-serif;
  font-size: 6vw;
  line-height: 5vw;
}

.heading-2-copy-copy.large {
  letter-spacing: -1vw;
  font-size: 18vw;
  line-height: 12vw;
  display: inline-block;
}

.heading-2-copy-copy-copy {
  color: #000;
  text-align: center;
  letter-spacing: -.15vw;
  margin-bottom: 0;
  font-family: Applegaramond, Times New Roman, sans-serif;
  font-size: 4vw;
  line-height: 5vw;
}

.heading-2-copy-copy-copy.large {
  letter-spacing: -1vw;
  font-size: 18vw;
  line-height: 12vw;
  display: inline-block;
}

.image-40 {
  object-fit: contain;
  width: 100%;
  position: static;
}

.div-block-86 {
  margin-bottom: .5vw;
}

.image-41, .image-42 {
  width: 100%;
}

.div-block-87 {
  margin-bottom: 1.5vw;
}

.success-message {
  background-color: #0000;
  height: 100%;
}

.div-block-88 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  display: flex;
}

.paragraph-11 {
  color: #818181;
  text-align: center;
  margin-top: 20px;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.div-block-89 {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2vw;
  display: flex;
}

.image-43 {
  height: 1.2vw;
  margin-left: .3vw;
}

.text-block-9 {
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 1vw;
  line-height: 1vw;
}

.div-block-90 {
  width: 50%;
}

.image-44 {
  opacity: 1;
  filter: grayscale();
  height: 10vw;
}

.div-block-5-copy {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-block-5-copy-copy {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  margin-bottom: 0;
  display: flex;
}

.text-span-10 {
  text-decoration: line-through;
}

.div-block-91 {
  background-color: #000;
  width: 16vw;
  height: .5vw;
  position: absolute;
  inset: 5.9vw 3.5vw auto auto;
  transform: rotate(-11deg);
}

.image-45 {
  opacity: .8;
  width: 9vw;
  margin-top: 2vw;
}

.div-block-41-copy-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10vw;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.mask-3 {
  box-shadow: none;
  border: .2vw solid #000;
  border-radius: 2.5vw;
}

.image-46 {
  width: 100%;
}

.div-block-93 {
  text-align: center;
  position: absolute;
  inset: auto 0% 0%;
}

.outro-photo {
  position: relative;
}

.paragraph-12 {
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 12px;
}

.link-2 {
  color: #000;
  border-bottom: 1px solid #000;
  font-weight: 400;
  text-decoration: none;
}

.slide-4 {
  border-radius: 2vw;
}

.body-2 {
  background-color: #e7e7e7;
}

.blog-post {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.image-47 {
  width: 100%;
}

.burner-story-hero-artwork {
  justify-content: center;
  width: 50%;
  display: flex;
}

.stories-hero-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.text-block-10 {
  font-family: Applegaramond, Times New Roman, sans-serif;
  font-size: 210px;
  line-height: 200px;
}

.div-block-96 {
  height: auto;
}

.post-content {
  width: 65%;
}

.paragraph-13 {
  color: #333;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 34px;
}

.heading-4 {
  color: #000;
  margin-bottom: 60px;
  font-family: Applegaramond, Times New Roman, sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 70px;
}

.text-span-11 {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.date-published {
  background-color: #e6e6e6;
  background-image: linear-gradient(#ffe8ad, #ffc250);
  border: 1px #f8c25d;
  border-radius: 100px;
  justify-content: center;
  padding: 8px 15px 5px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.text-block-11 {
  color: #252525;
  text-shadow: 0 1px #fff9;
  font-family: Myriadpro, Arial, sans-serif;
  font-weight: 400;
}

.text-span-12 {
  color: #000;
  font-family: Applegaramond, Times New Roman, sans-serif;
  font-size: 60px;
  line-height: 50px;
}

.text-block-12 {
  color: #000;
  letter-spacing: -10px;
  font-family: Applegaramond, Times New Roman, sans-serif;
  font-size: 199px;
  line-height: 180px;
}

.div-block-99 {
  align-items: center;
  width: 60%;
  height: 15vw;
  display: flex;
}

.link-portfolio, .link-stories {
  width: 15%;
  text-decoration: none;
}

.footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 200px;
  display: flex;
}

.container {
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.memoji {
  background-color: #fff;
  border-radius: 200px;
  width: 100px;
  padding: 26px 32px;
  transition: all .2s;
  box-shadow: 0 2px 5px #fff3;
}

.memoji:hover {
  transform: scale(1.2);
  box-shadow: 0 0 200px #00000052;
}

.text-block-13 {
  color: #858585;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  text-shadow: 0 1px #fff;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.div-block-100 {
  z-index: 99;
  position: absolute;
  inset: 10vw 0% auto auto;
}

.div-block-101 {
  position: absolute;
  inset: 30vw auto auto 5vw;
}

.image-49, .image-50 {
  filter: grayscale();
}

.div-block-102 {
  width: 18vw;
  position: absolute;
  top: 25vw;
}

.image-51 {
  z-index: 1;
  width: 100%;
  margin-top: 0;
  position: static;
  inset: 20vw auto auto 0%;
}

.text-block-14 {
  color: #fff;
  letter-spacing: -1.5vw;
  text-shadow: 0 200px 100px #00000040;
  margin-top: 60px;
  font-family: Applegaramond, Times New Roman, sans-serif;
  font-size: 30vw;
  line-height: 20vw;
}

.div-block-103 {
  z-index: -1;
  width: 16vw;
  position: absolute;
  inset: 35vw 0% auto auto;
}

.image-52 {
  width: 100%;
}

.div-block-104 {
  background-image: linear-gradient(to top, #5c8ec2, #c4e8ff);
  height: 30px;
}

.text-span-13 {
  color: red;
  font-size: 21px;
}

.more-to-come-soon {
  z-index: -1;
  opacity: 0;
  color: #ececec;
  background-color: #000;
  border-radius: 20px;
  width: auto;
  margin-left: 0;
  padding: 10px 20px;
  font-family: Myriadpro, Arial, sans-serif;
  display: block;
  position: absolute;
}

.div-block-105 {
  width: auto;
}

.time-to-read {
  background-color: #e6e6e6;
  background-image: linear-gradient(#ebebeb, #cfcfcf);
  border: 1px #00000024;
  border-radius: 100px;
  padding: 8px 15px 5px;
  position: absolute;
  inset: 50px 10px auto auto;
}

.text-block-11-copy {
  color: #252525;
  text-shadow: 0 1px #fff9;
  font-family: Myriadpro, Arial, sans-serif;
  font-weight: 400;
}

.image-53 {
  width: 64px;
}

.div-block-106 {
  position: absolute;
  inset: 30% 0% auto auto;
}

.text-span-14, .link-3 {
  color: #000;
}

.burner-story-hero-artwork-2 {
  justify-content: center;
  width: 60%;
  display: flex;
  position: relative;
}

.div-block-107 {
  background-image: linear-gradient(#00000040, #0000 2%);
  position: absolute;
  inset: 0%;
}

.image-54 {
  width: 100%;
  margin-top: 0;
}

.post-content-2 {
  width: 85%;
}

.paragraph-14 {
  color: #333;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 34px;
}

.stories-container-2 {
  max-width: 720px;
}

.container-2 {
  z-index: 0;
  background-image: linear-gradient(#ffffff40, #ffffff40), linear-gradient(#ffffff80, #fff0 .5%), url('../images/d6z6quk-31050d2a-464a-4722-b252-70bbcc8e6beb.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, 512px 512px;
  border-radius: 15px;
  justify-content: space-between;
  width: 1280px;
  max-width: none;
  margin-top: 50px;
  margin-bottom: 0;
  padding: 15px 0;
  display: flex;
  position: relative;
  box-shadow: 0 4px 8px #00000080;
}

.heading-5 {
  color: #000;
  margin-bottom: 60px;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 70px;
}

.blog-post-2 {
  background-color: #fff;
  border: 1px solid #858585;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  box-shadow: inset 0 1px 5px #0000008f;
}

.text-span-15 {
  color: #000;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 50px;
}

.text-span-16 {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  transition: all .2s;
}

.div-block-108 {
  width: 200px;
  position: absolute;
  inset: -30px auto auto 30px;
}

.text-block-15 {
  color: #252525;
  text-shadow: 0 1px #fff9;
  font-family: Myriadpro, Arial, sans-serif;
  font-weight: 400;
}

.content-wrapper {
  background-color: #fff;
  border: 1px solid #858585;
  border-radius: 0 1px 0 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  box-shadow: inset 0 1px 5px #00000080;
}

.div-block-109 {
  background-color: #fff;
  width: 240px;
}

.left-sidebar {
  background-color: #0000;
  border: 1px #858585;
  width: 240px;
  height: auto;
}

.div-block-110 {
  flex-direction: column;
  align-items: center;
  width: 75%;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.div-block-111 {
  border-left: 1px solid silver;
  width: 25%;
  height: 100%;
}

.left-sidebar-copy {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #858585;
  width: 100%;
  height: auto;
  margin-top: -60px;
  position: sticky;
  top: 15px;
  box-shadow: 0 1px #ffffff80, inset 0 1px 5px #00000080;
}

.blog-icon {
  width: 320px;
  margin-top: -40px;
  margin-left: -40px;
}

.sidebar-header-label {
  z-index: 1;
  background-image: linear-gradient(#ffffff80 47%, #fff0 53%), linear-gradient(#e4e4e4, #c4c4c4);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 1px #00000080;
}

.image-55 {
  width: 17vw;
  position: absolute;
  inset: 25% 0% auto auto;
}

.text-block-16 {
  color: #3f3f3f;
  text-shadow: 0 1px #fff;
  padding-top: 2px;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.image-56 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  max-width: none;
  margin-right: 10px;
  overflow: hidden;
}

.div-block-112 {
  border-bottom: 1px solid silver;
  flex-direction: column;
  align-items: center;
  padding: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-112:hover, .div-block-112.w--current {
  background-image: linear-gradient(to top, #dfdfdf, #fff);
  box-shadow: inset 0 2px 5px #0003;
}

.text-block-17 {
  color: #444;
  letter-spacing: -.4px;
  margin-left: 0;
  font-family: Myriadpro, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.div-block-113 {
  border-bottom: 1px #c9c9c9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.div-block-114 {
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
  display: flex;
}

.left-sidebar-copy-copy {
  background-color: #fff;
  border: 1px solid #858585;
  width: 100%;
  height: auto;
  margin-top: 15px;
  box-shadow: 0 1px #ffffff80, inset 0 1px 5px #00000080;
}

.div-block-115 {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-57 {
  width: 390px;
  max-width: none;
  height: auto;
}

.div-block-116 {
  width: 1280px;
  margin-top: 60px;
  margin-left: -270px;
}

.div-block-117 {
  z-index: 110;
  width: 20px;
  margin-top: -1px;
  margin-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-58 {
  width: 100%;
}

.div-block-118 {
  width: 52px;
  margin-right: 10px;
}

.div-block-119 {
  width: 144px;
}

.div-block-120 {
  opacity: .6;
  background-image: linear-gradient(#fff, #fff9);
  border-radius: 20px;
  width: 90%;
  height: 50%;
  position: absolute;
  inset: 1px 0% 0% 6px;
}

.social-share {
  width: 100%;
}

.player {
  background-color: #3a3a3a;
  background-image: linear-gradient(#000, #494949 79%);
  height: 250px;
}

.player-song-cover {
  justify-content: center;
  align-items: center;
  height: 210px;
  display: flex;
}

.player-controls {
  background-image: linear-gradient(#525252, #3f3f3f);
  border-top: 1px solid #6b6b6b;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
}

.div-block-121 {
  border-top: 1px #ffffff94;
  border-radius: 0;
  width: 150px;
  height: 150px;
  position: relative;
  box-shadow: 0 2px 10px #0009;
}

.div-block-122 {
  background-image: linear-gradient(139deg, #ffffff73, #fff0 50%);
  border-radius: 0;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 1px #ffffff94;
}

.div-block-123 {
  background-image: linear-gradient(#4c4c4c, #181818);
  border: 1px solid #000;
  border-top-color: #181818;
  border-bottom: 1px #5f5f5f;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 1px #5f5f5f;
}

.div-block-123:hover {
  background-image: linear-gradient(#6b6b6b, #252525);
}

.image-59 {
  width: 18px;
  margin-left: 5px;
}

.div-block-124 {
  background-image: linear-gradient(#ffffff1a, #ffffff12);
  border-radius: 20px;
  width: 70px;
  height: 48%;
  margin-top: 1px;
  margin-left: 5px;
  position: absolute;
  inset: 0%;
}

.mp-play {
  height: 75%;
  margin-top: -1px;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
}

.div-block-123-copy {
  background-image: linear-gradient(#4c4c4c, #181818);
  border-top: 1px solid #181818;
  border-bottom: 1px solid #5f5f5f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
}

.mp-previous {
  height: 75%;
  margin-top: -1px;
  transition: all .2s;
}

.div-block-123-copy {
  background-image: linear-gradient(#4c4c4c, #181818);
  border-top: 1px solid #181818;
  border-bottom: 1px #5f5f5f;
  border-right: 1px solid #ffffff12;
  border-radius: 20px 0 0 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 1px #5f5f5f;
}

.div-block-123-copy:hover {
  background-image: linear-gradient(#6b6b6b, #252525);
}

.div-block-124-copy {
  background-image: linear-gradient(#ffffff1a, #ffffff12);
  border-radius: 20px;
  width: 23px;
  height: 48%;
  margin-top: 1px;
  margin-left: 5px;
  position: absolute;
  inset: 0%;
}

.image-59-copy {
  width: 18px;
  margin-left: 5px;
  transform: rotate(0);
}

.image-59-copy-copy {
  width: 18px;
  margin-left: 2px;
  margin-right: 0;
  transform: rotate(0);
}

.image-59-copy {
  width: 18px;
  margin-left: 0;
  margin-right: 2px;
}

.mp-next {
  height: 75%;
  margin-top: -1px;
  transition: all .2s;
}

.true-media-player-single-track {
  display: none;
}

.div-block-123-copy-copy {
  background-image: linear-gradient(#4c4c4c, #181818);
  border-top: 1px solid #181818;
  border-bottom: 1px #5f5f5f;
  border-left: 1px solid #ffffff12;
  border-radius: 0 20px 20px 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 1px #5f5f5f;
}

.div-block-123-copy-copy:hover {
  background-image: linear-gradient(#6b6b6b, #252525);
}

.div-block-125 {
  z-index: 1;
  background-image: linear-gradient(#fff6, #ffffff21);
  border-radius: 20px;
  width: 147px;
  height: 14px;
  margin-top: 5px;
  margin-left: 46px;
  position: absolute;
  inset: 0%;
}

.video {
  aspect-ratio: 16 / 9;
  border-radius: 0;
  width: auto;
  transition: opacity .2s;
  transform: scale(.8);
  box-shadow: 0 50px 100px 15px #0003;
}

.link-block-3 {
  z-index: 999;
  width: 150px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.text-span-17 {
  text-decoration: line-through;
}

.div-block-126 {
  width: 300px;
}

.link-4 {
  color: #000;
}

.paragraph-15 {
  color: #5e5e5e;
  margin-bottom: 0;
  font-family: Myriadpro, Arial, sans-serif;
}

.image-60 {
  width: 85%;
}

.image-61 {
  font-size: 14px;
}

.div-block-127 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.visit-pudding-link-block {
  margin-top: 3vw;
  display: flex;
}

.thanks-aaron {
  text-align: center;
  position: absolute;
  inset: auto 0% 0%;
}

.mobile {
  display: flex;
}

.textnow-phone-front-image {
  width: 100%;
}

.section-4 {
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  display: flex;
}

.main-nav {
  z-index: 1;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: none;
  position: absolute;
}

.jelena-gif {
  mix-blend-mode: multiply;
  width: 55%;
}

.project-content {
  flex-flow: column;
  width: 60%;
  display: flex;
}

.project-content.photos {
  justify-content: flex-start;
  align-items: center;
}

.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  line-height: 50px;
  position: static;
}

.h2.airbus {
  font-size: 2vw;
  line-height: 2.7vw;
}

.vokswagen-pictograms {
  width: 100%;
  min-width: 960px;
  max-width: 1920px;
  margin-top: 100px;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.lowes {
  aspect-ratio: auto;
  background-color: #f8f8f8;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.pudding-website-preview-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.textnow-logo {
  width: 64px;
  max-width: none;
}

.section-3 {
  width: 100%;
  display: block;
}

.div-block-128 {
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-right: 1vw;
  padding-right: 0;
  display: flex;
}

.slide-5 {
  aspect-ratio: 16 / 9;
}

.div-block-129 {
  z-index: 0;
  background-color: #fff;
  border: 1px #e0e0e0;
  border-left-style: solid;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  padding: 1.5vw 20px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.div-block-129:hover {
  z-index: 1;
  filter: none;
  background-color: #fff;
  border-style: none;
  border-right-color: #0000;
  border-radius: 100px;
  transform: scale(1.4);
  box-shadow: 0 60px 90px #00000026;
}

.div-block-129.first {
  background-color: #0000;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: 0;
  padding-left: 50px;
  transition: none;
}

.div-block-129.first:hover {
  box-shadow: none;
  border-top-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
  transform: none;
}

.div-block-129.last {
  border-right-style: solid;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.div-block-129.last:hover {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.image-29-copy {
  width: 60%;
  margin-bottom: 50px;
}

.image-62 {
  opacity: 1;
  mix-blend-mode: multiply;
  width: 45%;
  margin-bottom: .1vw;
}

.image-63 {
  padding-bottom: 0;
  padding-left: 0;
}

.image-63.right {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
}

.image-63.right.last {
  object-fit: cover;
  height: 100%;
  padding-top: 0;
}

.image-22 {
  margin-bottom: 2vw;
}

.image-64 {
  object-fit: contain;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding-right: 0;
  position: static;
}

.airbus-ux-assets-2 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.vw_logo {
  width: 64px;
  margin-bottom: 0;
}

.desktop {
  display: none;
}

.text-block-18 {
  opacity: 1;
  letter-spacing: .01px;
  text-transform: uppercase;
  font-size: .5vw;
  font-weight: 500;
}

.div-block-130 {
  background-color: #f8f8f8;
  width: 100%;
  display: flex;
}

.grid-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.text-block-19 {
  color: #070707;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
}

.slide-wrapper-5 {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-span-18 {
  font-weight: 500;
}

.link-block-label {
  letter-spacing: .5px;
  font-size: 13px;
  font-weight: 300;
}

.nenad-gif {
  mix-blend-mode: multiply;
  width: 55%;
}

.div-block-131 {
  display: none;
}

.text-block-20 {
  color: #debb61;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5vw;
}

.tn-phone-top-view-image, .section-header-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 960px;
  max-width: 1920px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.image-10 {
  opacity: 1;
  mix-blend-mode: multiply;
  width: 35%;
  max-width: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.lowes-logo {
  mix-blend-mode: multiply;
  width: 110px;
  margin-bottom: 50px;
}

.image-35 {
  border-radius: 30px;
  width: 100%;
}

.div-block-46 {
  object-fit: fill;
  height: auto;
  margin-bottom: 0;
  padding-bottom: .5vw;
  display: flex;
  position: relative;
}

.winborder-button {
  background-color: #c7c3c3;
  border: 1px solid #a8a8a8;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.winborder-button.green {
  background-color: #28c840;
  border-color: #23a136;
}

.winborder-button.red {
  background-color: #ff5f57;
  border-color: #c0352d;
}

.winborder-button.yellow {
  background-color: #febc2e;
  border-color: #d6a02a;
}

.top-view-image {
  width: 50%;
  max-width: none;
  padding-right: 50px;
}

.paragraph {
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph.center {
  text-align: center;
  font-size: 15px;
  line-height: 28px;
}

.array {
  color: #000;
  font-weight: 500;
}

.design-at {
  letter-spacing: .5px;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 300;
}

.project-description-wrapper {
  width: 100%;
  min-width: 960px;
  max-width: 1920px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.project-description-wrapper.icons {
  background-color: #0000;
  padding-top: 200px;
}

.slide-6 {
  aspect-ratio: 16 / 9;
}

.text-block-21 {
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 60px;
}

.photography-icons-illustrations {
  width: 100%;
  margin-bottom: 100px;
  padding-bottom: 200px;
  display: block;
  position: relative;
}

.cta-button-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.div-block-40 {
  background-color: #f8f8f8;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 2vw;
  padding: 5vw 5vw 3vw;
  display: flex;
}

.featured-project-artwork {
  aspect-ratio: auto;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 960px;
  max-width: 1920px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
  inset: 0%;
}

.div-block-132 {
  height: auto;
  padding-top: .5vw;
  display: flex;
  position: relative;
}

.side-nav {
  background-color: #fff;
  border-top: 1px #e0e0e0;
  border-right: 1px #e0e0e0;
  width: auto;
  height: 100%;
  margin-top: 0;
  display: block;
  position: sticky;
  top: 0;
}

.div-block-133 {
  clear: none;
  object-fit: fill;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 53.1%;
  height: 1100%;
  padding-left: .5vw;
  display: flex;
  position: static;
}

.textnow-phone-empty-row {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: -1px;
  display: flex;
  position: relative;
  box-shadow: inset 0 -1px #e0e0e0, inset 0 1px #e0e0e0;
}

.horisontal-border {
  background-color: #e0e0e0;
  width: 30px;
  height: 1px;
  margin-right: 5px;
  box-shadow: 0 1px #fff;
}

.div-block-134 {
  z-index: 1;
  background-image: linear-gradient(0deg, #fff, #fff0 33%);
  position: absolute;
  inset: 0%;
}

.folder-icon {
  opacity: 1;
  max-width: none;
  height: 60px;
}

.textnow-project {
  border-top: 1px solid #e0e0e0;
  margin-bottom: 200px;
  padding-top: 200px;
  display: block;
  position: relative;
}

.recognitions-img {
  width: 8vw;
  min-width: 80px;
  max-width: 160px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
}

.recognitions-img.opg {
  top: 2px;
}

.recognitions-img.awwards {
  position: relative;
  top: -1px;
}

.div-block-135 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-left: -25px;
  display: block;
}

.dummy-photo {
  opacity: 0;
  width: 45%;
  max-width: none;
}

.pudding-logo {
  width: 70px;
  max-width: none;
  margin-bottom: 0;
}

.paragraph-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-top: 0;
}

.section-header {
  z-index: 1;
  background-color: #f8f8f8;
  background-image: none;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  justify-content: center;
  align-items: center;
  height: 150px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  box-shadow: inset 0 1px #fff;
}

.div-block-136 {
  clear: none;
  object-fit: fill;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 53.1%;
  height: 1100%;
  padding-left: .5vw;
  display: flex;
  position: static;
}

.pudding-logo0 {
  width: 100%;
}

.image-29 {
  width: 70%;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
}

.heading-6 {
  color: #000;
  letter-spacing: -.1vw;
  margin-bottom: 2vw;
  font-size: 3vw;
  line-height: 3vw;
}

.heading-6.light {
  color: #debb61;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}

.image-67 {
  height: 50%;
  margin-bottom: 10%;
}

.vw-picto-img {
  width: 55%;
  max-width: none;
  height: auto;
  padding: 0;
  position: static;
}

.image-12 {
  width: 70%;
}

.image-68 {
  width: 70%;
  max-width: none;
  height: auto;
  padding: 0;
  position: static;
}

.side-nav-link {
  background-color: #0000;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  transition: all .2s;
  position: relative;
  inset: 0% 0% auto auto;
}

.side-nav-link:hover {
  background-color: #f8f8f8;
}

.airbus-project {
  border-top: 1px solid #499bda;
  margin-bottom: 200px;
  padding-top: 0;
  display: block;
  position: relative;
}

.image-69 {
  width: 70%;
  height: 70%;
}

.vw-picto-container {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  aspect-ratio: 1;
  background-color: #fafafa;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.pudding-brand-assets {
  aspect-ratio: 3 / 2;
  background-color: #f8f8f8;
  border-radius: 30px;
}

.pudding-brand-assets.tl {
  background-color: #ffeee8;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.pudding-brand-assets.br {
  background-color: #e3e7f5;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.pudding-brand-assets.bl, .pudding-brand-assets.tr {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.text-span-19 {
  font-weight: 500;
}

.vertical-border {
  color: #333;
  background-color: #e0e0e0;
  width: 1px;
  height: 88%;
  position: absolute;
  left: 0;
  box-shadow: 1px 0 #fff;
}

.div-block-137 {
  background-color: #f7f7f7;
  border-radius: 2vw;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 2vw;
  padding: 5vw 5vw 3vw;
  display: flex;
}

.div-block-137.black {
  background-color: #000;
  background-image: linear-gradient(#000, #272727);
  border-radius: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  padding: 50px;
  box-shadow: 0 2px 5px #0003, 0 50px 150px 3px #000000e3;
}

.slide-wrapper-6 {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.mask {
  cursor: ew-resize;
  position: static;
}

.container-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 960px;
  max-width: 1920px;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.textnow-phone-top-view {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 100px;
  display: flex;
  position: relative;
  box-shadow: inset 0 -1px #e0e0e0, inset 0 1px #e0e0e0;
}

.div-block-23 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  aspect-ratio: 1;
  background-color: #fafafa;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.heading-7 {
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
}

.slide-nav-2 {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
  font-size: 7px;
  display: flex;
  position: absolute;
  inset: auto 0% -4%;
}

.more-projects-description {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-top: 150px;
  margin-bottom: 150px;
  display: flex;
}

.icons-hero {
  aspect-ratio: auto;
  background-color: #f8f8f8;
  background-image: linear-gradient(#fff0, #fff);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 960px;
  max-width: none;
  margin-bottom: 0;
  padding: 100px 50px 200px;
  display: flex;
  position: relative;
}

.hero-2 {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #f8f8f8;
  background-image: linear-gradient(0deg, #f3f3f3, #fff 82%);
  border-bottom: 1px #e0e0e0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 70vh;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.grid-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.image-70 {
  margin-bottom: 2vw;
}

.airbus-hero {
  aspect-ratio: 3 / 2;
  background-image: linear-gradient(#7ab6e4, #fff);
  justify-content: center;
  align-items: center;
  margin-bottom: -15%;
  display: flex;
}

.tn-phone-top-view-image-copy {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 960px;
  max-width: 1920px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.textnow-phone-back-container {
  width: 50%;
  padding-left: 50px;
}

.container-5 {
  width: 100%;
  min-width: 960px;
  max-width: 1920px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.slider-2 {
  aspect-ratio: auto;
  background-color: #f8f8f8;
  border-radius: 30px;
  width: 100%;
  height: auto;
  display: block;
  position: static;
}

.div-block-24 {
  filter: grayscale();
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  border-top: 1px #000;
  border-bottom: 1px #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 14px 15px 15px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 20px 60px #000000b0;
}

.div-block-24:hover {
  filter: grayscale(0%);
  transform: translate(0, -25px)scale(1.6);
  box-shadow: 0 20px 100px 10px #000;
}

.div-block-138 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-bottom: 15px;
  display: flex;
  position: sticky;
  top: 0;
  bottom: auto;
}

.slide-wrapper-4 {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-headline-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  min-width: 0;
  max-width: none;
  height: 100%;
  padding: 50px 0;
  display: flex;
  position: absolute;
  inset: auto auto 0 50px;
}

.section {
  z-index: 10;
  aspect-ratio: auto;
  background-color: #0000;
  border-bottom: 1px #e0e0e0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 960px;
  max-width: none;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
  position: absolute;
  inset: 0%;
}

.chip {
  box-sizing: border-box;
  float: left;
  aspect-ratio: auto;
  direction: ltr;
  color: #666;
  -webkit-text-stroke-color: #000;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #fff;
  border: 1px solid #00000024;
  border-radius: 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 500;
  display: block;
  position: static;
  overflow: visible;
}

.chip.airbus {
  border-color: #fff;
}

.image-14 {
  width: 32px;
  margin-right: 7px;
}

.link-block-4 {
  opacity: 1;
  filter: grayscale();
  color: #333;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-4:hover, .link-block-4.w--current {
  filter: grayscale(0%);
}

.link-block-4.top {
  width: 200px;
  transition-duration: .4s;
  position: relative;
  left: 0;
}

.link-block-4.top:hover {
  filter: none;
}

.link-block-4.top.w--current {
  width: 200px;
}

.image-71 {
  width: 400px;
}

.right-arrow-2 {
  display: none;
}

.project-header {
  display: flex;
}

.e-ink-description-container {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 50px;
  display: flex;
}

.div-block-139 {
  position: relative;
}

.project-header-introduction {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  margin-right: 20px;
  display: block;
}

.project-header-introduction.right {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.header-container {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 960px;
  max-width: 2190px;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.more-projects-list-container {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  min-width: 960px;
  max-width: 1920px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.div-block-140 {
  object-fit: fill;
  flex-direction: row;
  width: 46.9%;
  height: auto;
  padding-right: .5vw;
  display: flex;
  position: relative;
}

.text-block-22 {
  opacity: 1;
  letter-spacing: .01vw;
  text-transform: uppercase;
  font-size: .5vw;
  font-weight: 500;
}

.more-projects {
  border-top: 1px solid #e0e0e0;
  margin-bottom: 200px;
  padding-top: 200px;
  display: block;
  position: relative;
}

.featured-project-hero-container {
  aspect-ratio: 16 / 9;
  background-color: #0000;
  border-radius: 30px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.textnow-phone-front-container {
  width: 50%;
  padding-right: 50px;
}

.div-block-141 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-left: 1vw;
  display: flex;
}

.photos-and-curves {
  padding-top: 0;
  display: flex;
  position: relative;
}

.image-72 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  width: 70%;
}

.pudding-logo-copy {
  width: 20px;
  max-width: none;
  margin-bottom: 3px;
}

.pudding-render {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  max-width: 80%;
}

.project-list {
  margin-left: 22px;
  padding-left: 0;
  position: relative;
}

.textnow-app-splash-motion {
  z-index: 1;
  aspect-ratio: auto;
  border-top-left-radius: 2.7vw;
  border-top-right-radius: 2.7vw;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.pudding-studio-recognitions {
  z-index: 1;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
}

.textnow-phone-blueprint {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 960px;
  max-width: 1920px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.nenad-grujicic {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.div-block-61 {
  width: 80px;
  margin-left: 200px;
  margin-right: 0;
  display: flex;
}

.div-block-142 {
  object-fit: fill;
  flex-direction: row;
  width: 46.9%;
  height: auto;
  padding-right: .5vw;
  display: flex;
  position: relative;
}

.textnow-logo-copy {
  width: 140px;
  max-width: none;
}

.cta-button {
  background-color: #eaeaea;
  border-radius: 100px;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 #0003;
}

.cta-button:hover {
  filter: invert();
  transform: translate(0, -3px);
  box-shadow: 0 20px 20px #fff;
}

.more-projects-list {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.design {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.bundesliga {
  aspect-ratio: auto;
  background-color: #f8f8f8;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.hero-headline {
  aspect-ratio: auto;
  letter-spacing: -2px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 300;
  line-height: 65px;
}

.text-span-20 {
  font-weight: 500;
}

.pudding-homepage-hero-container {
  background-color: #fafafa;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  padding: 100px 50px 0;
  display: flex;
}

.div-block-143 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-wrapper-2 {
  border-left: 1px #e0e0e0;
  border-right: 1px solid #e0e0e0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 0;
  display: block;
}

.image-18 {
  width: 20px;
  margin-bottom: -2px;
}

.image-73 {
  width: 100%;
  height: auto;
}

.bmw {
  aspect-ratio: auto;
  background-color: #f8f8f8;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.textnow-phone-back-image {
  width: 100%;
}

.winborder-url-if-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-6 {
  width: 100%;
  min-width: 960px;
  max-width: 1920px;
  margin-top: 100px;
  margin-bottom: 200px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.pudding-awards-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px #cfcfcf;
  border-top: 1px solid #e0e0e0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  min-width: 960px;
  max-width: 1920px;
  margin-top: -1px;
  margin-right: -1px;
  padding: 0;
  position: relative;
}

.text-block-23 {
  color: #000;
  letter-spacing: .5px;
  font-weight: 300;
}

.bundesliga-svg {
  mix-blend-mode: multiply;
  width: 90px;
  margin-bottom: 50px;
}

.image-75 {
  object-fit: contain;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding-right: 0;
  position: static;
}

.header {
  background-color: #0000;
  border-bottom: 1px solid #e0e0e0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: relative;
}

.main-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-144 {
  object-fit: fill;
  height: auto;
  margin-bottom: 0;
  padding-bottom: .5vw;
  display: flex;
  position: relative;
}

.div-block-145 {
  margin-top: 1vw;
  margin-bottom: 1vw;
  position: relative;
}

.div-block-37 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 960px;
  max-width: 1920px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.image-36 {
  padding-bottom: 0;
  padding-left: 0;
}

.image-36.right {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
}

.image-36.right.last {
  object-fit: cover;
  height: 100%;
  padding-top: 0;
}

.chip-container {
  width: 80%;
  margin-top: 20px;
}

.div-block-54 {
  height: auto;
  padding-top: .5vw;
  display: flex;
  position: relative;
}

.div-block-36 {
  aspect-ratio: 13 / 19;
  justify-content: center;
  align-items: center;
  width: 34%;
  display: flex;
  position: absolute;
}

.div-block-27 {
  border: 1px #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  position: relative;
  box-shadow: 0 20px 100px #00000024;
}

.text-block-24 {
  opacity: 1;
  letter-spacing: .01px;
  text-transform: uppercase;
  font-size: .5vw;
  font-weight: 500;
}

.bottom-view-image {
  width: 50%;
  padding-left: 50px;
}

.div-block-146 {
  justify-content: space-between;
  width: 100%;
  min-width: 960px;
  max-width: 1920px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.image-76 {
  z-index: 0;
  position: relative;
}

.image-77 {
  width: 40%;
  max-width: none;
  height: auto;
  margin-top: -5vw;
  position: relative;
  top: 0%;
  bottom: 0;
  right: 2vw;
}

.project-more-description {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.winborder-container {
  background-color: #eee;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 50px;
  padding-left: 25px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.link-block-5 {
  color: #292929;
  background-color: #242424;
  background-image: linear-gradient(0deg, #fff0, #fff0);
  border: 1px #6b6b6b;
  border-top: 1px solid #6b6b6bab;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 3px #0000008a;
}

.link-block-5:hover {
  filter: none;
  background-image: linear-gradient(0deg, #fff0, #ffffff1a);
  border-top-color: #6b6b6b;
  transform: translate(0, -3px);
  box-shadow: 0 10px 10px #0000008a;
}

.link-block-5.w--current {
  background-color: #0e0e0e;
  background-image: none;
  border-top-style: solid;
  border-top-color: #6b6b6b00;
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
  box-shadow: 0 1px #ffffff26;
}

.link-block-5.w--current:hover {
  background-color: #242424;
  background-image: linear-gradient(0deg, #fff0, #ffffff1a);
  border-top-color: #6b6b6bab;
  box-shadow: 0 10px 10px #0000008a;
}

.link-block-5.last {
  width: 160px;
  margin-right: 0;
}

.bmw-logo {
  mix-blend-mode: multiply;
  width: 80px;
  margin-bottom: 50px;
}

.div-block-50 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 200px;
  display: flex;
}

.h3 {
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 300;
  line-height: 31px;
}

.textnow-phone-blueprint-container {
  justify-content: space-between;
  width: 100%;
  margin-top: -1px;
  display: flex;
}

.pudding-studio {
  z-index: 0;
  border-bottom: 1px #e0e0e0;
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.div-block-147 {
  aspect-ratio: 3 / 2;
  opacity: 1;
  background-color: #faf7f2;
  border-bottom: 1px #000;
  border-right: 1px #b6b6b6;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.div-block-147.bottom {
  border-bottom: 1px #e9e9e9;
  border-right-style: none;
  border-right-width: 1px;
}

.div-block-147.last {
  border-right-style: none;
  margin-right: 0;
}

.div-block-147.right {
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  margin-right: 0;
}

.slide-wrapper-2 {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-148 {
  opacity: 1;
  background-color: #0000;
  border: 1px #000;
  border-radius: 2vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  height: 100%;
  display: flex;
}

.left-arrow-2 {
  display: none;
}

.notable-projects {
  width: 100%;
  padding-top: 0;
  display: block;
  position: relative;
}

.photography {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.vertical-middle-separator {
  background-color: #e0e0e0;
  width: 1px;
  height: 100%;
  position: absolute;
}

.image-15 {
  z-index: 0;
  width: 100%;
  min-width: 960px;
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.iphone-frame {
  z-index: 2;
  object-fit: fill;
  width: 40%;
  max-width: none;
  height: 90%;
  display: block;
  position: relative;
  overflow: visible;
}

.text-block-25 {
  color: #f0f0f0;
  letter-spacing: .5px;
  margin-top: 2px;
  font-size: 12px;
  line-height: 17px;
  text-decoration: none;
}

.link-block-6 {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-bottom: -1px;
  text-decoration: none;
  display: flex;
}

.link-block-6.active {
  z-index: 1;
  background-color: #fff;
  border-bottom-color: #fff;
  margin-right: -1px;
  position: relative;
  box-shadow: 2px 0 #0003;
}

.textnow-phone-bottom-view {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: -1px;
  display: flex;
  position: relative;
  box-shadow: inset 0 -1px #e0e0e0, inset 0 1px #e0e0e0;
}

.illustrations {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.textnow-phone-e-ink-desc {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: -1px;
  display: flex;
  position: relative;
  box-shadow: inset 0 -1px #e0e0e0, inset 0 1px #e0e0e0;
}

.image-78 {
  margin-bottom: 2vw;
}

.image-11 {
  width: 120px;
  position: relative;
  top: 50px;
}

@media screen and (max-width: 991px) {
  .hero {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10vw;
  }

  .content-container {
    min-width: 0;
    max-width: none;
    margin-right: 0;
  }

  .heading-1 {
    margin-top: 5vw;
    margin-bottom: 5vw;
    font-size: 13vw;
    line-height: 9vw;
  }

  .heading-1.welcome {
    font-size: 20vw;
    line-height: 15vw;
  }

  .heading-italic {
    font-size: 4vw;
    line-height: 5vw;
  }

  .hero-photo-container {
    width: 90vw;
    margin-top: 5vw;
    margin-left: 10vw;
    padding-left: 0;
    position: relative;
    top: 0;
  }

  .nenad-grujicic-photo {
    width: auto;
  }

  .intro-pudding {
    flex-direction: column;
    margin-top: 20vw;
  }

  .description-short {
    width: 100%;
    margin-top: 5vw;
    margin-left: 0;
  }

  .description-short.mister {
    margin-top: 5vw;
  }

  .heading-3 {
    margin-bottom: 4vw;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .pudding-artwork {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .image {
    width: 50%;
    padding-top: 10vw;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-airbus {
    margin-top: 10vw;
  }

  .description-wide {
    margin-bottom: 5vw;
  }

  .link {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .slider-container {
    height: 70vh;
    max-height: 70vh;
  }

  .left-arrow, .left-arrow.small, .right-arrow, .right-arrow.small {
    display: none;
  }

  .freetime-retro {
    flex-direction: column;
  }

  .textnow-slider-copy {
    width: 100%;
  }

  .heading-2 {
    font-size: 8vw;
    line-height: 8vw;
  }

  .div-block-19 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-20 {
    margin-right: 8vw;
  }

  .image-13 {
    width: 80%;
  }

  .div-block-21 {
    width: 100%;
    margin-top: 8vw;
    margin-bottom: 5vw;
  }

  .text-block, .text-block-2, .text-block-3 {
    margin-top: 2vw;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .body-paragraph, .body-paragraph.center {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .body-paragraph.center.bold {
    font-size: 4vw;
    line-height: 6vw;
  }

  .body-paragraph.visit-pudding {
    font-size: 2.2vw;
    line-height: 4vw;
  }

  .div-block-42, .div-block-58 {
    width: 100%;
  }

  .div-block-59 {
    display: none;
  }

  .div-block-73 {
    width: 40px;
    height: 40px;
  }

  .div-block-74, .div-block-74-copy {
    top: 20px;
  }

  .portfolio-textnow {
    margin-top: 20vw;
  }

  .div-block-83 {
    margin-top: 10vw;
  }

  .grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .div-block-84.linkedin {
    width: 100%;
    padding-top: 5vw;
  }

  .link-block-2.mobile-hidden {
    display: flex;
  }

  .text-block-8 {
    font-size: 2vw;
    line-height: 3.5vw;
  }

  .heading-2-copy, .heading-2-copy-copy, .heading-2-copy-copy-copy {
    font-size: 8vw;
    line-height: 8vw;
  }

  .div-block-90 {
    width: 70%;
  }

  .image-44 {
    height: 13vw;
  }

  .div-block-5-copy-copy {
    width: 100%;
  }

  .div-block-92 {
    justify-content: flex-end;
    width: 30%;
    display: flex;
  }

  .mask-3 {
    border-width: .4vw;
  }

  .post-content {
    width: 90%;
  }

  .paragraph-13 {
    font-size: 17px;
    line-height: 32px;
  }

  .heading-4 {
    font-size: 90px;
  }

  .text-span-11 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-99 {
    height: 190px;
    position: relative;
  }

  .link-portfolio, .link-stories {
    width: 50%;
  }

  .div-block-102 {
    width: 25vw;
    top: 35vw;
  }

  .text-block-14 {
    text-shadow: 0 50px 50px #00000040;
  }

  .post-content-2 {
    width: 90%;
  }

  .paragraph-14 {
    font-size: 17px;
    line-height: 32px;
  }

  .heading-5 {
    font-size: 90px;
  }

  .text-span-16 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-126 {
    flex: 0 auto;
    display: none;
  }

  .visit-pudding-link-block {
    margin-top: 4vw;
  }

  .mobile {
    display: block;
  }

  .h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .image-62 {
    width: 80%;
  }

  .desktop {
    display: none;
  }

  .text-block-18 {
    margin-top: 2vw;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .div-block-131 {
    z-index: 999;
    cursor: pointer;
    background-color: #ececec;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-top: 10px;
    margin-right: 20px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .section-header-content, .project-description-wrapper {
    min-width: 0;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-66 {
    max-width: 60%;
  }

  .side-nav {
    z-index: 1;
    flex-flow: column;
    order: -1;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
    display: none;
    position: absolute;
    inset: 0%;
    box-shadow: 0 150px 70px #0000001a;
  }

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

  .heading-6 {
    margin-bottom: 4vw;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .side-nav-link {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-4 {
    min-width: 0;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5 {
    min-width: 0;
    max-width: none;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-4.top, .link-block-4.top.w--current {
    width: 100%;
  }

  .header-container {
    min-width: 0;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-22 {
    margin-top: 2vw;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .featured-project-hero-container {
    aspect-ratio: 3 / 2;
  }

  .content-wrapper-2 {
    width: 100%;
  }

  .main-wrapper {
    flex-flow: column;
  }

  .text-block-24 {
    margin-top: 2vw;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .pudding-studio {
    padding-top: 100px;
  }

  .div-block-147 {
    margin-right: 8vw;
  }

  .div-block-148 {
    width: 100%;
    margin-top: 8vw;
    margin-bottom: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .blog-post {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-4 {
    font-size: 70px;
    line-height: 60px;
  }

  .div-block-102, .text-block-14 {
    display: none;
  }

  .heading-5 {
    font-size: 70px;
    line-height: 60px;
  }

  .blog-post-2, .content-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .textnow-app-splash-motion {
    border-top-left-radius: 5vw;
    border-top-right-radius: 5vw;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    border: 1px #000;
  }

  .hero {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .content-container {
    text-align: center;
    width: 100%;
    margin-right: 0;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .heading-1 {
    text-align: left;
    letter-spacing: -1vw;
    font-size: 18vw;
    line-height: 14vw;
  }

  .heading-1.welcome {
    letter-spacing: -.9vw;
    font-size: 23vw;
    line-height: 17vw;
  }

  .heading-italic {
    color: #696969;
    text-align: left;
    font-size: 5vw;
    line-height: 6vw;
  }

  .hero-photo-container {
    justify-content: flex-end;
    width: 100%;
    margin-left: 0;
    padding-left: 10vw;
    top: 0;
  }

  .nenad-grujicic-photo {
    width: 100%;
  }

  .intro-pudding {
    flex-flow: column;
    align-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .description-short {
    background-color: #f8f8f8;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 20vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .description-short.mister {
    padding-top: 0;
  }

  .heading-3 {
    letter-spacing: -.35vw;
    margin-bottom: 8vw;
    font-size: 10vw;
    line-height: 9vw;
  }

  .heading-3.light {
    letter-spacing: -.05vw;
    font-family: Myriadpro, Arial, sans-serif;
    font-size: 5vw;
    font-weight: 300;
    line-height: 7vw;
  }

  .heading-3.no-bottom-padding {
    margin-bottom: 1.5vw;
    font-family: Myriadpro, Arial, sans-serif;
    font-size: 6vw;
    font-weight: 400;
    line-height: 5vw;
  }

  .pudding-artwork {
    justify-content: center;
    width: 100%;
    margin-bottom: 5vw;
    padding-top: 10vw;
    padding-left: 5vw;
    padding-right: 5vw;
    display: none;
  }

  .image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-airbus {
    margin-top: 20vw;
    padding-left: 0;
    padding-right: 0;
  }

  .description-wide {
    margin-bottom: 10vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .description-wide.pictograms {
    padding-left: 0;
    padding-right: 0;
  }

  .link {
    font-size: 4vw;
    display: none;
  }

  .slider-container {
    border-radius: 4vw;
    width: 92%;
    height: 60vh;
    min-height: 0;
    max-height: none;
    margin-bottom: 20vw;
    margin-left: 0;
    margin-right: 0;
  }

  .slider {
    border-radius: 4vw;
  }

  .slider.small {
    align-items: center;
    display: flex;
  }

  .slide-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .slide-wrapper.right-aligned {
    background-image: radial-gradient(circle at 0 100%, #ff9061 39%, #fff0 44%), radial-gradient(circle at 100% 0, #ffade4 15%, #d2ffbc00 60%);
    border-radius: 4vw;
    justify-content: center;
    align-items: flex-end;
  }

  .textnow-dock-icon-asset {
    border-top-width: 1px;
    border-top-left-radius: 5vw;
    border-bottom-left-radius: 5vw;
    width: 80vw;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    font-size: 1.5vw;
    line-height: 0;
    display: flex;
  }

  .slide-nav.small {
    margin-top: 3vw;
    display: flex;
  }

  .textnow-sim-card-asset {
    width: 50vw;
  }

  .textnow-about-site-asset {
    width: 80vw;
  }

  .textnow-logo-asset {
    width: 25vw;
  }

  .div-block {
    margin-top: 20vw;
    margin-bottom: 15vw;
    overflow: hidden;
  }

  .div-block-2 {
    justify-content: flex-start;
    width: 30%;
    position: relative;
    left: -5vw;
  }

  .div-block-3 {
    z-index: 1;
    width: 40%;
    position: relative;
  }

  .div-block-4 {
    justify-content: flex-end;
    width: 30%;
    position: relative;
    left: 5vw;
    right: 0;
  }

  .image-2 {
    width: 100%;
    position: relative;
    right: 0;
  }

  .image-3 {
    width: 100%;
  }

  .image-4 {
    width: 100%;
    position: relative;
    left: 0;
  }

  .div-block-5 {
    flex-direction: column;
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .div-block-6 {
    flex-direction: column;
    padding-top: 0;
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .div-block-8 {
    width: 100%;
    margin-bottom: 9vw;
  }

  .left-arrow {
    display: none;
  }

  .left-arrow.small {
    width: 80px;
    height: 80px;
    margin-right: 100px;
    display: none;
    inset: auto 0% -95px auto;
  }

  .right-arrow {
    display: none;
  }

  .right-arrow.small {
    width: 80px;
    height: 80px;
    display: none;
    inset: auto 0% -17vw auto;
  }

  .image-6.small {
    width: 5vw;
  }

  .image-6.small.mirror {
    width: 30px;
  }

  .div-block-12.mirror.small {
    background-color: #fff;
    border-style: none;
    width: 90px;
    height: 80px;
  }

  .div-block-12.mirror.small:hover {
    transform: none;
    box-shadow: 0 3px 4px -1px #0006, inset 0 -3px 5px #00000061;
  }

  .div-block-12.small {
    background-color: #fff;
    border: 2px #3f3f3f;
    width: 12vw;
    height: 12vw;
  }

  .div-block-13 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-14 {
    width: 92%;
    padding-right: 0;
  }

  .div-block-15 {
    width: 92%;
    margin-left: 0;
  }

  .image-8 {
    margin-top: 2vw;
  }

  .image-9 {
    display: none;
  }

  .textnow-ad-preview-asset {
    width: 90vw;
  }

  .freetime-retro {
    background-color: #f8f8f8;
    border-top-style: none;
    border-bottom-style: none;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 10vw;
    margin-bottom: 0;
    padding: 0 0 20vw;
    position: relative;
  }

  .textnow-slider-copy {
    width: 100%;
    margin-bottom: 10vw;
    position: relative;
    top: auto;
  }

  .mister-1 {
    width: 100%;
  }

  .div-block-18 {
    border-radius: 4vw;
    margin-top: 2vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .div-block-18.black {
    border-radius: 0;
    flex-direction: column;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .heading-2 {
    text-align: left;
    letter-spacing: -.4vw;
    font-size: 13vw;
    line-height: 11vw;
  }

  .heading-2.large, .heading-2.pictograms {
    text-align: center;
  }

  .freetime-photography {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20vw;
    padding-top: 20vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-19 {
    flex-direction: column;
    margin-bottom: 10vw;
  }

  .div-block-20 {
    margin-right: 5vw;
  }

  .div-block-21 {
    width: 100%;
    margin-top: 10vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .text-block {
    font-size: 2vw;
    font-weight: 800;
    display: flex;
  }

  .text-block-2, .text-block-3 {
    font-size: 2vw;
    display: flex;
  }

  .div-block-25 {
    width: 47.2%;
    padding-right: 1vw;
  }

  .div-block-26 {
    width: 52.8%;
    padding-left: 1vw;
  }

  .image-16, .image-17.right {
    border-radius: 8px;
  }

  .div-block-28 {
    padding-bottom: 2vw;
  }

  .div-block-30 {
    padding-top: 0;
  }

  .div-block-31 {
    width: 92%;
  }

  .image-19 {
    border-radius: 8px;
  }

  .div-block-32 {
    width: 92%;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .div-block-33 {
    bottom: 0;
  }

  .artwork-mobile {
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-20 {
    margin-top: 2vw;
    display: block;
  }

  .airbus-1-asset, .airbus-2-asset {
    width: 80%;
  }

  .mask-2 {
    border-radius: 4vw;
  }

  .image-21 {
    width: 80%;
  }

  .body-paragraph {
    color: #000;
    font-size: 4vw;
    font-weight: 300;
    line-height: 6vw;
  }

  .body-paragraph.center {
    color: #575757;
    font-size: 3.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6vw;
  }

  .body-paragraph.center.bold {
    margin-bottom: 5vw;
    font-size: 6vw;
    font-weight: 400;
    line-height: 7vw;
  }

  .body-paragraph.bold {
    margin-bottom: 10vw;
    font-size: 6vw;
    line-height: 6vw;
  }

  .div-block-39 {
    width: 20%;
    margin-bottom: 10vw;
    margin-right: 0;
  }

  .text-block-4 {
    margin-bottom: 4vw;
    font-size: 5vw;
    line-height: 5vw;
  }

  .image-24 {
    display: none;
  }

  .image-25, .image-26 {
    width: 80%;
  }

  .div-block-41 {
    flex-direction: column;
    margin-bottom: 20vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .div-block-42 {
    border-bottom-color: #ddd;
    width: 100%;
    margin-bottom: 10vw;
    padding-bottom: 15vw;
  }

  .div-block-42.bottom {
    margin-bottom: 0;
  }

  .image-27 {
    width: 85%;
  }

  .div-block-43 {
    margin-top: 20vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .div-block-44 {
    width: 92%;
  }

  .div-block-45 {
    justify-content: center;
    width: 100%;
    margin-top: 20vw;
    margin-bottom: 15vw;
    display: flex;
  }

  .div-block-41-copy {
    margin-bottom: 20vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .div-block-42-copy {
    width: 100%;
    margin-bottom: 10vw;
  }

  .div-block-47 {
    margin-top: -15vw;
  }

  .portfolio-hugeinc {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-48 {
    width: 92%;
  }

  .resume-contact-footer {
    background-image: none;
    background-position: 0 0;
    padding-top: 40vw;
  }

  .div-block-55 {
    width: 100%;
    margin-bottom: 10vw;
  }

  .div-block-56 {
    width: 100%;
    padding-left: 0;
  }

  .paragraph-8, .paragraph-8.small {
    font-size: 4vw;
    line-height: 5vw;
  }

  .div-block-57 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10vw;
  }

  .div-block-58 {
    width: 100%;
  }

  .div-block-59 {
    border-radius: 4vw;
    display: none;
  }

  .div-block-62 {
    width: 90vw;
    top: 20vw;
  }

  .div-block-63 {
    margin-top: 0;
    margin-bottom: 8vw;
  }

  .div-block-64 {
    top: 2px;
  }

  .div-block-69 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide {
    width: 50vw;
  }

  .div-block-70 {
    display: none;
  }

  .intro-icons {
    margin-bottom: 0;
  }

  .icon-artwork {
    width: 30vw;
    margin-bottom: 10vw;
  }

  .div-block-73 {
    width: 45px;
    height: 25px;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-bottom: 0;
  }

  .text-block-6 {
    font-family: Myriadpro, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
  }

  .div-block-74, .div-block-74-copy {
    display: none;
  }

  .image-27-copy {
    width: 85%;
  }

  .div-block-77 {
    width: 90%;
  }

  .image-38 {
    display: none;
  }

  .image-39 {
    opacity: .8;
    display: block;
  }

  .portfolio-textnow {
    margin-top: 20vw;
    padding-left: 0;
    padding-right: 0;
  }

  .resume-contact-footer-backup {
    background-image: none;
    background-position: 0 0;
    padding-top: 40vw;
  }

  .swiper-pagination {
    display: none;
  }

  .div-block-83 {
    margin-top: 10vw;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-84.linkedin {
    border-radius: 4vw;
    padding-top: 6.5vw;
    padding-left: 6vw;
    padding-right: 6vw;
    box-shadow: 0 0 0 1px #0000001a;
  }

  .link-block-2.mobile-hidden {
    display: flex;
  }

  .text-block-8 {
    font-size: 4vw;
    line-height: 6vw;
  }

  .heading-2-copy {
    text-align: left;
    letter-spacing: -.4vw;
    font-size: 13vw;
    line-height: 11vw;
  }

  .heading-2-copy.large, .heading-2-copy.pictograms {
    text-align: center;
  }

  .heading-2-copy-copy {
    text-align: left;
    letter-spacing: -.4vw;
    font-size: 13vw;
    line-height: 11vw;
  }

  .heading-2-copy-copy.large, .heading-2-copy-copy.pictograms {
    text-align: center;
  }

  .heading-2-copy-copy-copy {
    text-align: left;
    letter-spacing: -.4vw;
    font-size: 13vw;
    line-height: 11vw;
  }

  .heading-2-copy-copy-copy.large, .heading-2-copy-copy-copy.pictograms {
    text-align: center;
  }

  .div-block-86 {
    margin-bottom: 4vw;
  }

  .div-block-87 {
    margin-bottom: 2vw;
  }

  .div-block-88 {
    width: 100%;
  }

  .paragraph-11 {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }

  .text-span-9 {
    color: #2c2c2c;
  }

  .div-block-90 {
    width: 100%;
  }

  .image-44 {
    height: 40vw;
  }

  .div-block-5-copy, .div-block-5-copy-copy {
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .div-block-92 {
    border-bottom: 1px solid #000;
    order: -1;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 10vw;
    padding-bottom: 5vw;
    display: flex;
  }

  .image-45 {
    width: 35vw;
    margin-top: 7vw;
  }

  .slide-2 {
    width: 100%;
    position: static;
  }

  .slide-3 {
    height: 100%;
  }

  .div-block-41-copy-copy {
    margin-bottom: 20vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .mask-3 {
    border-style: solid none;
    border-top-width: .6vw;
    border-bottom-width: .6vw;
    border-radius: 0;
    width: 100%;
  }

  .slide-1 {
    width: 100%;
  }

  .outro-photo {
    background-color: #fafafa;
    padding-bottom: 10vw;
  }

  .blog-post {
    margin-bottom: 50px;
  }

  .burner-story-hero-artwork {
    width: 70%;
  }

  .paragraph-13 {
    color: #1f1f1f;
    font-size: 16px;
    line-height: 27px;
  }

  .heading-4 {
    font-size: 50px;
    line-height: 50px;
  }

  .text-span-11 {
    color: #292929;
    font-size: 18px;
    line-height: 10px;
  }

  .text-span-12 {
    font-size: 45px;
  }

  .div-block-99 {
    width: 90%;
    height: 250px;
  }

  .container {
    padding-bottom: 100px;
  }

  .div-block-102, .text-block-14 {
    display: none;
  }

  .burner-story-hero-artwork-2 {
    width: 70%;
  }

  .paragraph-14 {
    color: #1f1f1f;
    font-size: 16px;
    line-height: 27px;
  }

  .heading-5 {
    font-size: 50px;
    line-height: 50px;
  }

  .blog-post-2 {
    margin-bottom: 50px;
  }

  .text-span-15 {
    font-size: 45px;
  }

  .text-span-16 {
    color: #292929;
    font-size: 18px;
    line-height: 10px;
  }

  .content-wrapper {
    margin-bottom: 50px;
  }

  .link-block-3, .visit-pudding-link-block {
    display: none;
  }

  .div-block-128 {
    width: 92%;
    padding-right: 0;
  }

  .image-63.right {
    border-radius: 8px;
  }

  .image-22 {
    margin-top: 2vw;
  }

  .image-64 {
    border-radius: 8px;
  }

  .text-block-18 {
    font-size: 2vw;
    display: flex;
  }

  .slide-wrapper-5 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .text-block-20 {
    margin-bottom: 4vw;
    font-size: 5vw;
    line-height: 5vw;
  }

  .image-35 {
    border-radius: 8px;
  }

  .div-block-46 {
    padding-bottom: 2vw;
  }

  .image-65 {
    display: none;
  }

  .div-block-40 {
    border-radius: 4vw;
    margin-top: 2vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .featured-project-artwork {
    aspect-ratio: 2 / 3;
    background-color: #1a1a1a;
    background-image: none;
  }

  .div-block-132 {
    padding-top: 0;
  }

  .div-block-133, .div-block-136 {
    width: 52.8%;
    padding-left: 1vw;
  }

  .heading-6 {
    letter-spacing: -.35vw;
    margin-bottom: 8vw;
    font-size: 10vw;
    line-height: 9vw;
  }

  .heading-6.light {
    letter-spacing: -.05vw;
    font-size: 5vw;
    font-weight: 300;
    line-height: 7vw;
  }

  .image-69 {
    width: 85%;
  }

  .div-block-137 {
    border-radius: 4vw;
    margin-top: 2vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .div-block-137.black {
    border-radius: 0;
    flex-direction: column;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .slide-wrapper-6 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .image-70 {
    display: none;
  }

  .slide-wrapper-4 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .more-projects-list-container {
    flex-direction: column;
    align-items: center;
  }

  .div-block-140 {
    width: 47.2%;
    padding-right: 1vw;
  }

  .text-block-22 {
    font-size: 2vw;
    display: flex;
  }

  .featured-project-hero-container {
    aspect-ratio: 2 / 3;
  }

  .div-block-141 {
    width: 92%;
    margin-left: 0;
  }

  .textnow-app-splash-motion {
    border-radius: 10vw 10vw 0 0;
  }

  .div-block-61 {
    width: 20%;
    margin-bottom: 10vw;
    margin-right: 0;
  }

  .div-block-142 {
    width: 47.2%;
    padding-right: 1vw;
  }

  .div-block-143 {
    width: 92%;
  }

  .image-74 {
    margin-top: 2vw;
    display: block;
  }

  .image-75 {
    border-radius: 8px;
  }

  .div-block-144 {
    padding-bottom: 2vw;
  }

  .div-block-145 {
    width: 92%;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .image-36.right {
    border-radius: 8px;
  }

  .div-block-54 {
    padding-top: 0;
  }

  .text-block-24 {
    font-size: 2vw;
    font-weight: 800;
    display: flex;
  }

  .div-block-146 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-50 {
    width: 92%;
  }

  .div-block-147 {
    margin-right: 5vw;
  }

  .slide-wrapper-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .div-block-148 {
    width: 100%;
    margin-top: 10vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .iphone-frame {
    height: 83%;
  }
}

#w-node-_5920b074-eb6d-e799-1986-a82e4ec216a9-948c2813, #w-node-_2fb2fc26-5a56-0d02-f9f2-0811a4a9004f-948c2813, #w-node-_78bc3aa7-dd9f-146d-bb1e-637e8f86c40f-948c2813, #w-node-_78bc3aa7-dd9f-146d-bb1e-637e8f86c410-948c2813, #w-node-b7fc7d5c-24a5-eba1-75b0-e7161ddabbb5-948c2813, #w-node-b7fc7d5c-24a5-eba1-75b0-e7161ddabbb6-948c2813, #w-node-_5f5e7bde-c098-cc7a-1b85-2f39b1ce8f85-948c2813, #w-node-_5f5e7bde-c098-cc7a-1b85-2f39b1ce8f86-948c2813, #w-node-c2270992-7d49-853d-be1b-9ef0f42dc309-948c2813, #w-node-c2270992-7d49-853d-be1b-9ef0f42dc30a-948c2813 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_78bc3aa7-dd9f-146d-bb1e-637e8f86c40f-948c2813, #w-node-c2270992-7d49-853d-be1b-9ef0f42dc309-948c2813 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MYRIADPRO-REGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Applegaramond';
  src: url('../fonts/AppleGaramond-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Applegaramond';
  src: url('../fonts/AppleGaramond-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/FontsFree-Net-SFProDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}