@font-face {
  font-family: Anton;
  src: url('../fonts/Anton-Regular.woff2') format("woff2"), url('../fonts/Anton-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica-Light.woff2') format("woff2"), url('../fonts/Helvetica-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticarounded;
  src: url('../fonts/HelveticaRounded-Bold.woff2') format("woff2"), url('../fonts/HelveticaRounded-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica.woff2') format("woff2"), url('../fonts/Helvetica.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica-BoldOblique.woff2') format("woff2"), url('../fonts/Helvetica-BoldOblique.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica-Oblique.woff2') format("woff2"), url('../fonts/Helvetica-Oblique.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Compressed;
  src: url('../fonts/Helvetica-Compressed.woff2') format("woff2"), url('../fonts/Helvetica-Compressed.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fffffff0;
  --red: #e63946;
  --black-ink: #0d0d0d;
  --grey: gray;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

h1 {
  color: #fffc;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anton, Impact, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anton, Impact, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Helvetica, Impact, sans-serif;
  font-size: 1.1vw;
  line-height: 1.2;
}

a {
  color: #fff;
  font-family: Helvetica, Impact, sans-serif;
  text-decoration: none;
}

.page-wrapper, .main-wrapper {
  max-width: none;
}

.section_hero {
  background-image: linear-gradient(233deg, #000c 11%, #fff0 36% 46%, #fff0 58%), url('../images/Hero.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  min-height: 100vh;
}

.container-universal {
  width: 90%;
  max-width: none;
}

.container-universal.padding-top {
  padding-top: 10vh;
}

.heading2-xl {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, Impact, sans-serif;
  font-size: 9vw;
  line-height: 1;
}

.text-span {
  font-family: Helvetica, Impact, sans-serif;
  font-size: 1.1vw;
  line-height: 1;
}

.heading-1 {
  color: var(--white);
  margin-top: 10px;
  font-size: 9vw;
  line-height: 1;
}

.layout-grid {
  padding: 0;
}

.navbar {
  background-color: #0000;
  padding-top: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

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

.nav-link {
  color: #fff;
  margin-left: 0;
  margin-right: auto;
  padding: 10px 10px 10px 0;
  font-size: 14px;
  line-height: 12px;
}

.nav-link:hover {
  font-size: 15px;
}

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

.layout-flex {
  display: flex;
}

.layout-flex.space-between {
  justify-content: space-between;
}

.layout-flex.v-flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.layout-flex.v-flex.padding-top-bottom {
  padding-top: 20vh;
  padding-bottom: 20vh;
  position: relative;
}

.layout-flex.v-flex.padding-top-bottom.margin-left {
  margin-left: 20%;
}

.layout-flex.v-flex.l-aligned {
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
}

.layout-flex.v-flex.l-aligned._100vh {
  height: 100vh;
}

.section_quote {
  background-color: #0d0d0d;
}

.ink-image {
  mix-blend-mode: luminosity;
  border-radius: 4px;
  width: 9vw;
  margin-left: 5px;
  margin-right: 5px;
}

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

.text-span-2 {
  color: var(--red);
}

.vector-image {
  width: 14vw;
  position: absolute;
  bottom: -9%;
  left: auto;
}

.text-wrapper {
  position: relative;
}

.text-wrapper.absolute-r-align {
  position: absolute;
  bottom: 0;
  right: 0;
}

.crown-image {
  width: 5vw;
  position: absolute;
  bottom: 46%;
  left: 87%;
}

.section-location {
  background-image: url('../images/tattooStudio.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 15vh;
  padding-bottom: 15vh;
  position: relative;
}

.heading2-l {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, Impact, sans-serif;
  font-size: 5.5vw;
  line-height: 1;
}

.heading2-l.l-aligned {
  text-align: left;
}

.image-2 {
  width: 4vw;
  position: absolute;
  top: -40%;
  left: 44%;
}

.logo-image {
  width: 9vw;
}

.cross-image {
  width: 5vw;
  position: absolute;
  top: 20%;
  left: 4%;
}

.body {
  background-color: var(--black-ink);
}

.good-image {
  width: 5vw;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 42%;
}

.quick-stack {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 0;
}

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

.paragraph-grey {
  color: var(--grey);
}

.paragraph-grey.margin-top {
  margin-top: 20px;
}

.paragraph-grey.margin-top.line-height {
  line-height: 1.1;
}

.process-image {
  width: 100vw;
}

.needle-image {
  border-radius: 4px;
  width: 13vw;
  margin-left: 5px;
  margin-right: 5px;
}

.button {
  background-color: var(--red);
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 219px;
  height: 64px;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1;
  display: flex;
}

.button:hover {
  border: 2px solid var(--red);
  background-color: var(--black-ink);
  color: var(--white);
}

.button:active {
  border-color: var(--white);
}

.gallery-item._1 {
  z-index: 1;
  position: absolute;
  top: 0%;
  left: 0%;
}

.gallery-item._2 {
  z-index: 2;
  position: absolute;
  top: 1%;
  right: 0%;
}

.gallery-item._3 {
  position: absolute;
  top: 2%;
  right: 30%;
}

.gallery-item._4 {
  position: absolute;
  top: 4%;
  left: 25%;
}

.gallery-item._5 {
  z-index: 2;
  position: absolute;
  top: 14%;
  left: 32%;
}

.gallery-item._6 {
  z-index: 2;
  position: absolute;
  bottom: 20%;
  right: 35%;
}

.gallery-item._7 {
  position: absolute;
  top: 30%;
  left: 2%;
}

.gallery-item._9 {
  z-index: 1;
  position: absolute;
  top: 35%;
  right: 2%;
}

.gallery-item._10 {
  position: absolute;
  bottom: 6%;
  right: 20%;
}

.gallery-item._11 {
  position: absolute;
  top: 45%;
  left: 55%;
}

.gallery-item._12 {
  z-index: 1;
  position: absolute;
  top: 45%;
  left: 0%;
}

.gallery-item._13 {
  z-index: 1;
  position: absolute;
  bottom: 15%;
  right: 5%;
}

.gallery-item._15 {
  position: absolute;
  top: 50%;
  left: 30%;
}

.gallery-item._16 {
  position: absolute;
  bottom: 10%;
  left: 10%;
}

.gallery-wrapper {
  width: 100%;
  min-height: 200vh;
  position: relative;
}

.gallery-image-midle {
  width: 20vw;
}

.gallery-image-front {
  width: 25vw;
}

.gallery-image-back {
  width: 15vw;
}

.utility-page-wrap {
  background-color: var(--black-ink);
  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;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
}

.text-block {
  color: var(--white);
}

.section-contact {
  padding-top: 10vh;
}

.text-span-4 {
  color: var(--red);
}

.field-label-2 {
  color: var(--white);
  font-family: Helvetica, Impact, sans-serif;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: black black var(--white);
  background-color: var(--black-ink);
  color: var(--white);
  margin-bottom: 40px;
  padding-left: 0;
}

.form-block-2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.button_consultform {
  background-color: var(--red);
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 219px;
  height: 64px;
  margin-top: 40px;
  line-height: 1;
  display: flex;
}

.button_consultform:hover {
  border: 2px solid var(--red);
  background-color: var(--black-ink);
  color: var(--white);
}

.button_consultform:active {
  border-color: var(--white);
}

.social_networks-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-div {
  justify-content: space-between;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 5%;
  display: flex;
}

.social_media-image {
  width: 32px;
}

.social_media-image.gmail_icon {
  width: 40px;
}

.link-block {
  margin-right: 40px;
}

.about-me_paragraph {
  text-transform: uppercase;
  line-height: 1.2;
}

.cell-4 {
  justify-content: center;
  align-items: flex-end;
}

.paragraph-5 {
  line-height: 1.1;
}

.cta_button {
  background-color: var(--red);
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 219px;
  height: 64px;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1;
  display: flex;
}

.cta_button:hover {
  border: 2px solid var(--red);
  background-color: var(--black-ink);
  color: var(--white);
}

.cta_button:active {
  border-color: var(--white);
}

.cta_button.r-margin20px {
  margin-right: 20px;
}

.cta_button.secondary {
  border: 2px solid var(--white);
  background-color: var(--black-ink);
}

.cta_button.secondary:hover {
  border-color: var(--red);
}

.cta_button.secondary:active {
  border-color: var(--white);
  background-color: var(--black-ink);
  -webkit-text-stroke-color: var(--white);
}

@media screen and (min-width: 1920px) {
  .nav-link {
    font-size: 20px;
  }

  .logo-image {
    width: 10vw;
  }

  .button {
    width: 300px;
    height: 90px;
    font-size: 20px;
  }

  .field-label-2 {
    font-size: 20px;
  }

  .text-field {
    font-size: 18px;
  }

  .button_consultform, .cta_button.r-margin20px, .cta_button.secondary {
    width: 300px;
    height: 90px;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 32px;
  }

  p {
    font-size: 1.8vw;
  }

  .heading2-xl {
    font-size: 10vw;
  }

  .text-span {
    font-size: 1.8vw;
  }

  .heading-1 {
    font-size: 10vw;
  }

  .navbar {
    inset: 0% 0% auto;
  }

  .nav-menu {
    background-color: #000000b3;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5%;
  }

  .ink-image {
    width: 10vw;
  }

  .heading2-l {
    font-size: 6.5vw;
  }

  .image-2 {
    width: 5vw;
  }

  .logo-image {
    width: 14vw;
  }

  .cross-image {
    width: 5vw;
  }

  .good-image {
    width: 6vw;
  }

  .paragraph-grey {
    font-size: 1.8vw;
  }

  .needle-image {
    width: 15vw;
  }

  .icon {
    color: var(--white);
  }

  .menu-button.w--open {
    background-color: #0006;
    border-radius: 50%;
  }

  .gallery-item._5 {
    top: 10%;
  }

  .gallery-item._6 {
    bottom: 30%;
  }

  .gallery-item._7 {
    top: 25%;
  }

  .gallery-item._9 {
    top: 30%;
  }

  .gallery-item._10 {
    bottom: 12%;
  }

  .gallery-item._11 {
    top: 42%;
  }

  .gallery-item._12 {
    top: 40%;
  }

  .gallery-item._13 {
    bottom: 23%;
  }

  .gallery-item._15 {
    top: 40%;
  }

  .gallery-item._16 {
    bottom: 10%;
  }

  .gallery-wrapper {
    min-height: 110vh;
  }

  .section-contact {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  p {
    font-size: 2.4vw;
  }

  .heading2-xl {
    font-size: 13vw;
  }

  .text-span {
    font-size: 2.4vw;
  }

  .heading-1 {
    font-size: 13vw;
  }

  .ink-image {
    width: 13vw;
  }

  .vector-image {
    width: 18vw;
  }

  .crown-image {
    width: 8vw;
  }

  .section-location {
    background-position: 50%;
  }

  .heading2-l {
    font-size: 9.5vw;
  }

  .heading2-l.l-aligned {
    text-align: center;
  }

  .image-2 {
    width: 8vw;
  }

  .logo-image {
    width: 20vw;
  }

  .cross-image {
    width: 6vw;
  }

  .good-image {
    width: 9vw;
  }

  .paragraph-grey {
    font-size: 2.4vw;
  }

  .needle-image {
    width: 22vw;
  }

  .gallery-item._6 {
    bottom: 25%;
  }

  .gallery-item._7 {
    top: 30%;
  }

  .gallery-item._10 {
    bottom: 8%;
  }

  .gallery-item._12 {
    top: 50%;
  }

  .gallery-item._16 {
    bottom: 5%;
  }

  .gallery-wrapper {
    min-height: 160vh;
  }

  .button_consultform {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-div {
    flex-flow: column-reverse wrap-reverse;
    display: flex;
  }

  .cta_button {
    width: 210px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .cta_div {
    flex-flow: row;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }

  p {
    font-size: 3.4vw;
  }

  .section_hero {
    background-position: 0 0, 60%;
  }

  .heading2-xl {
    font-size: 16vw;
  }

  .text-span {
    font-size: 3.4vw;
  }

  .heading-1 {
    text-align: center;
    font-size: 16vw;
  }

  .layout-flex.v-flex.l-aligned._100vh {
    padding-top: 90px;
  }

  .ink-image {
    width: 16vw;
  }

  .vector-image {
    width: 24vw;
  }

  .crown-image {
    width: 10vw;
  }

  .section-location {
    background-position: 50%;
    background-size: cover;
  }

  .heading2-l {
    font-size: 12.5vw;
  }

  .image-2 {
    width: 11vw;
  }

  .logo-image {
    width: 26vw;
  }

  .cross-image {
    width: 8vw;
  }

  .good-image {
    width: 12vw;
  }

  .paragraph-grey {
    font-size: 3.4vw;
  }

  .needle-image {
    align-self: center;
    width: 27vw;
  }

  .gallery-item._3 {
    top: 15%;
    right: 0%;
  }

  .gallery-item._4 {
    top: 22%;
    left: 0%;
  }

  .gallery-item._5 {
    top: 8%;
    left: 28%;
  }

  .gallery-item._6 {
    bottom: 35%;
  }

  .gallery-item._7 {
    top: 45%;
    left: 0%;
  }

  .gallery-item._9 {
    top: 26%;
    right: 0%;
  }

  .gallery-item._10 {
    bottom: 5%;
    right: 25%;
  }

  .gallery-item._11 {
    top: 50%;
    left: auto;
    right: 0%;
  }

  .gallery-item._12 {
    top: 60%;
  }

  .gallery-item._13 {
    bottom: 15%;
    right: 0%;
  }

  .gallery-item._15 {
    top: 35%;
  }

  .gallery-item._16 {
    bottom: 5%;
    left: 5%;
  }

  .gallery-wrapper {
    min-height: 100vh;
  }

  .gallery-image-midle {
    width: 30vw;
  }

  .gallery-image-front {
    width: 35vw;
  }

  .gallery-image-back {
    width: 25vw;
  }

  .cta_button {
    width: 100%;
  }

  .cta_div {
    flex-flow: column;
    width: 100%;
  }
}

#w-node-_758991f2-fc46-9598-fc39-698f4da67967-13fc2646 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_501cc99b-b868-a031-c621-1cc5cd24c666-13fc2646 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-c3b7db40-3565-b9d9-3de4-9520179bbd6b-13fc2646 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_501cc99b-b868-a031-c621-1cc5cd24c666-13fc2646 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_758991f2-fc46-9598-fc39-698f4da67967-13fc2646, #w-node-c3b7db40-3565-b9d9-3de4-9520179bbd6b-13fc2646 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Light.woff2') format('woff2'), url('../fonts/Helvetica-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticarounded';
  src: url('../fonts/HelveticaRounded-Bold.woff2') format('woff2'), url('../fonts/HelveticaRounded-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.woff2') format('woff2'), url('../fonts/Helvetica.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-BoldOblique.woff2') format('woff2'), url('../fonts/Helvetica-BoldOblique.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Oblique.woff2') format('woff2'), url('../fonts/Helvetica-Oblique.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Compressed';
  src: url('../fonts/Helvetica-Compressed.woff2') format('woff2'), url('../fonts/Helvetica-Compressed.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}