@font-face {
  font-family: "Font awesome 5 free 400";
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font awesome 5 brands 400";
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font awesome 5 free solid 900";
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --midnight-blue: #0a192f;
  --white: white;
  --black-opacity-10: #0000001a;
  --alice-blue: #e6f1ff;
  --alice-blue-opacity-90: #e6f1ffe6;
  --black: black;
  --alice-blue-opacity-80: #e6f1ffcc;
  --alice-blue-opacity-70: #e6f1ffb3;
  --light-steel-blue: #a8b2d1;
  --aquamarine: #64ffd9;
  --alice-blue-opacity-15: #e6f1ff26;
  --aquamarine-opacity-80: #64ffd9cc;
  --alice-blue-opacity-30: #e6f1ff4d;
  --alice-blue-opacity-60: #e6f1ff99;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 110px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.hero-section {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-wrapper {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 50px 50px auto;
}

.nav-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link-block {
  color: #8892b0;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 40px;
  font-family: Roboto Mono, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.nav-link-text-block.num {
  color: var(--white);
  margin-right: 10px;
}

.logo-image {
  width: 100px;
}

.grid-wrapper {
  z-index: 9;
  justify-content: flex-end;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 1100px;
  height: 100vh;
}

.grid-block.black {
  background-color: var(--black-opacity-10);
}

.hero-content {
  z-index: 9;
  width: 900px;
  position: relative;
}

.heading-h1 {
  color: var(--alice-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 110px;
}

.heading-h1.experience {
  color: var(--alice-blue-opacity-90);
  margin-top: 10px;
  margin-bottom: 60px;
}

.heading-h1.work {
  color: var(--alice-blue-opacity-90);
  margin-top: 10px;
  margin-bottom: 25px;
}

.heading-h1._404 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 150px;
  line-height: 150px;
}

.heading-h1.password {
  color: var(--black);
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.hero-text-block {
  border-bottom: 1px solid var(--alice-blue);
  color: var(--alice-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 200px;
  margin-left: 3px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
}

.hero-text-block.experience {
  color: var(--alice-blue-opacity-80);
  width: 400px;
}

.hero-text-block.work {
  color: var(--alice-blue-opacity-80);
  width: 300px;
}

.hero-text-block.contact {
  color: #e6f1ffcc;
  width: 200px;
}

.paragraph {
  color: var(--alice-blue-opacity-70);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.paragraph.project {
  color: var(--light-steel-blue);
  text-align: right;
  border-radius: 3px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 24px;
}

.paragraph.project.left {
  text-align: left;
}

.paragraph.work {
  color: var(--alice-blue-opacity-70);
  margin-bottom: 60px;
}

.paragraph.contact {
  width: 550px;
  margin-bottom: 35px;
}

.heading-h2 {
  color: var(--alice-blue-opacity-90);
  width: 830px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.footer-block {
  z-index: 9;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto auto 0% 60px;
}

.footer-block.right {
  inset: auto 50px 0% auto;
}

.footer-block-line {
  background-color: var(--alice-blue);
  width: 1px;
  height: 100px;
}

.social-icon {
  font-family: "Font awesome 5 brands 400", sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.email-link {
  color: var(--alice-blue-opacity-80);
  margin-bottom: 90px;
  text-decoration: none;
  transform: rotate(90deg);
}

.social-icon-wrapper {
  color: var(--alice-blue-opacity-80);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.social-icon-wrapper:hover {
  color: var(--white);
  padding-bottom: 4px;
}

.email-link-wrapper {
  color: #e6f1ffcc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30px;
  height: 260px;
  margin-left: 4px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.email-link-wrapper:hover {
  color: var(--aquamarine);
  height: 270px;
}

.experience-section {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.experience-content-wrapper {
  width: 900px;
}

.accordion-wrapper {
  border-bottom: 1px solid var(--alice-blue-opacity-15);
  margin-bottom: 30px;
}

.accordion-wrapper.last {
  border-bottom-style: none;
  margin-bottom: 0;
}

.accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-h3 {
  color: var(--alice-blue-opacity-90);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.work-type {
  color: #e6f1ff99;
  font-family: Poppins, sans-serif;
}

.work-type.green {
  color: var(--aquamarine-opacity-80);
  margin-top: 20px;
}

.accordion-content-wrapper {
  margin-top: 30px;
  overflow: hidden;
}

.visit-link {
  color: #64ffd9cc;
  align-items: center;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.visit-link.project {
  color: var(--aquamarine-opacity-80);
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.link-text {
  color: #64ffd9cc;
  font-family: Poppins, sans-serif;
}

.link-text.fa-icon {
  margin-left: 15px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 12px;
}

.work-section {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.project-wrapper {
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-wrapper.two {
  justify-content: flex-end;
}

.project-wrapper.two.last {
  margin-bottom: 0;
}

.project-details-wrapper {
  pointer-events: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 450px;
  display: flex;
  position: absolute;
  left: auto;
  right: 0;
}

.project-details-wrapper.left {
  align-items: flex-start;
  left: 0%;
  right: auto;
}

.contact-section {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 30px;
  display: flex;
}

.copyright-info {
  color: var(--alice-blue-opacity-30);
  font-family: Poppins, sans-serif;
  font-size: 13px;
}

.brand-link {
  color: #e6f1ff4d;
  text-decoration: none;
}

.brand-link:hover {
  color: #e6f1ff80;
}

.footer-info-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.footer-link {
  color: var(--alice-blue-opacity-30);
  font-family: Poppins, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.footer-link:hover {
  color: #e6f1ff80;
}

.footer-link.second {
  margin-left: 30px;
}

.footer-links-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.project-image {
  background-image: linear-gradient(#172a4599, #172a4599), url('../images/3img_project_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 580px;
  height: 330px;
  position: relative;
  overflow: hidden;
}

.project-image.two {
  background-image: linear-gradient(#172a4599, #172a4599), url('../images/4img_project_2.jpg');
}

.project-image.three {
  width: 580px;
  height: 330px;
}

.project-image.four {
  background-image: linear-gradient(#172a4580, #172a4580), url('../images/6img_project_4.jpg');
}

.project-image.five {
  background-image: linear-gradient(#172a4580, #172a4580), url('../images/7img_project_5.jpg');
}

.project-image.six {
  background-image: linear-gradient(#172a4580, #172a4580), url('../images/8img_project_6.jpg');
}

.work-content-wrapper {
  width: 55%;
}

.contact-content-wrapper {
  width: 900px;
}

.hero-section-overlay {
  background-color: var(--midnight-blue);
  position: absolute;
  inset: 0%;
}

.nav-link-underline {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 3px;
}

.nav-link-inner-wrapper {
  align-items: center;
  display: flex;
}

.project-image-overlay {
  background-color: var(--midnight-blue);
  position: absolute;
  inset: 0%;
}

.hero-bg-image {
  z-index: 1;
  background-image: url('../images/IMG_7841.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.separator-line {
  background-color: #00000026;
  width: 100%;
  height: 1px;
}

.color {
  background-color: var(--midnight-blue);
  color: #000;
  width: 100%;
  height: 100px;
  margin-bottom: 25px;
}

.color._7 {
  background-color: var(--alice-blue-opacity-90);
}

.color._4 {
  background-color: var(--black-opacity-10);
}

.color._12 {
  background-color: var(--alice-blue-opacity-30);
}

.color._10 {
  background-color: var(--alice-blue-opacity-70);
}

.color._6 {
  background-color: var(--alice-blue);
}

.color._2 {
  background-color: var(--aquamarine);
}

.color._9 {
  background-color: var(--alice-blue-opacity-80);
}

.color._3 {
  background-color: var(--aquamarine-opacity-80);
}

.color._5 {
  background-color: var(--white);
}

.color._11 {
  background-color: var(--alice-blue-opacity-60);
}

.color._13 {
  background-color: var(--alice-blue-opacity-15);
}

.color._14 {
  background-color: var(--light-steel-blue);
}

.style-guide {
  color: #00000080;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.style-guide-text-4 {
  color: #3339;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: -10px;
}

.style-guide-text-block {
  color: #000;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}

.style-guide-text-block._5 {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.style-guide-text-block._3 {
  font-family: Roboto Mono, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.style-guide-text-block._2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
}

.style-guide-text-block._4 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.color-wrapper {
  flex: none;
}

.color-description {
  color: #00000080;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  display: block;
}

.style-guide-column {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.style-guide-main-text-wrapper {
  text-align: center;
  width: 100%;
  margin-bottom: 35px;
  position: relative;
}

.style-guide-main-text-wrapper._2 {
  text-align: left;
  margin-top: 70px;
  margin-bottom: 60px;
}

.style-guide-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  padding: 100px;
  display: flex;
}

.style-guide-text {
  color: #3339;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: -10px;
}

.color-usage-column-wrapper {
  width: 100%;
  margin-bottom: 30px;
}

.style-guide-column-wrapper {
  color: #000;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.style-guide-paragraph.project {
  font-size: 13px;
  line-height: 24px;
}

.style-guide-text-5 {
  color: #3339;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: -10px;
}

.style-guide-paragraph-3 {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.style-guide-link-2 {
  color: #3206f1;
  text-align: left;
  margin-bottom: 5px;
  font-size: 15px;
  text-decoration: underline;
}

.style-guide-link-2._2 {
  margin-top: 20px;
}

._404-page-wrapper {
  background-color: #f5f5f5;
  background-image: url('../images/9bg_img_404.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-left: 15vw;
  display: flex;
}

._404-inner-wrapper {
  background-color: #f5f5f5;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 370px;
  padding: 100px 32px;
  display: flex;
}

.separator {
  background-color: #0006;
  width: 7.5vw;
  height: .1vh;
  margin-right: 30px;
}

.separator.password {
  background-color: #0000001a;
  width: 200px;
  height: 1px;
  margin: 28px auto 30px;
}

._404-text {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.submit-button {
  color: #333;
  background-color: #fff;
  margin-top: 40px;
  padding: 15px 50px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  text-decoration: none;
}

.submit-button.password {
  margin-top: 0;
}

.utility-page-wrap {
  background-image: url('../images/10bg_img_password.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 15vw;
  display: flex;
}

.utility-page-content {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 350px;
  padding: 100px 32px;
  display: flex;
}

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

.image {
  display: none;
}

.form-field.password {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.error-message {
  font-family: Poppins, sans-serif;
}

.c-curtain {
  z-index: 2000;
  background-color: #333;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.curtain {
  background-color: #131313;
  width: 100%;
  height: 100%;
}

.column-scroll-content {
  padding-top: 4.5rem;
}

.button {
  color: #fffdf3;
  text-align: center;
  letter-spacing: .02rem;
  background-color: #232325;
  border-radius: 999rem;
  padding: 1.2rem 1.7rem;
  font-weight: 600;
}

.page-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

.column-scroll-content-text {
  color: var(--alice-blue-opacity-70);
  text-transform: none;
  font-size: 15px;
  line-height: 28px;
}

.column-scroll-sticky-inner {
  width: 45vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.spacer-sm-end {
  padding-bottom: 2.25rem;
}

.column-scroll-wrapper {
  width: 100%;
  height: 350vh;
  position: relative;
}

.column-scroll-image {
  object-fit: cover;
  background-color: #ff4646;
  width: 100%;
  height: 100%;
}

.column-scroll-content-title {
  text-transform: uppercase;
  font-size: 8vw;
  font-weight: 500;
  line-height: .95;
}

.column-scroll-content-title.is-2 {
  color: var(--alice-blue-opacity-90);
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 110px;
}

.column-scroll-content-title.is-1 {
  border-bottom: 1px solid var(--alice-blue-opacity-80);
  color: var(--alice-blue-opacity-80);
  letter-spacing: 2px;
  width: 300px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
}

.column-scroll-content-copy {
  width: 100%;
  max-width: 38rem;
  margin-top: 2rem;
  line-height: 1.2;
}

.column-scroll-content-wrapper {
  z-index: 2;
  width: 60vw;
  min-height: 100vh;
  margin-top: -100vh;
  padding-right: 7rem;
  position: relative;
}

.column-scroll-item {
  flex: none;
  width: 33.3333vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: 1.5rem 0 2rem #0000001c;
}

.column-scroll-item.is-2 {
  margin-left: auto;
  margin-right: auto;
  top: auto;
  right: 0;
}

.column-scroll-item.is-3 {
  inset: 0% 0% 0% auto;
}

.column-scroll-sticky {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.header-inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.copy-medium {
  font-size: 1.25rem;
  line-height: 1.4;
}

.section-tutorial {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 15em;
  padding-bottom: 15em;
}

.intro-copy-text {
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1.2em;
}

.video-preview-wrapper {
  aspect-ratio: 16 / 9;
  background-color: #000;
  border-radius: 1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-wrapper {
  background-color: var(--midnight-blue);
  margin-top: -200px;
}

.tutorial-grid {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-medium {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.youtube-play-icon {
  height: 3.9em;
  margin-right: -.2em;
}

.intro-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: #c7c7c7;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 58rem;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-button {
  color: #fc762d;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid #fc762d;
  border-radius: 999em;
  padding: 1.1em 2em 1em;
  font-size: .65em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button.is-large {
  font-size: 1em;
}

.copy-tiny {
  font-size: .9rem;
  line-height: 1.4;
}

.video-preview-img {
  opacity: .72;
  object-fit: contain;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
}

.video-preview-img:hover {
  transform: scale(1.03);
}

.intro-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 4em;
  line-height: .9;
}

.header-right {
  color: #757575;
}

.section-intro {
  position: relative;
}

.nav-main {
  background-color: #151515;
  border-bottom: 1px solid #353535;
  position: sticky;
  top: 0;
}

.intro-pre-title {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: .9;
}

.youtube-play-button {
  background-color: #e61313;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 7em;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.1em;
  display: flex;
  position: absolute;
  box-shadow: 0 .7rem 2.5rem #00000047;
}

.header-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.counter {
  color: #fff;
  text-align: center;
  font-family: PT Serif, serif;
  font-size: 28px;
  line-height: 24px;
}

.divider {
  background-color: #fff;
  width: 50px;
  height: 1px;
  margin-bottom: 7px;
}

.image-slider {
  background-color: #000;
  width: 800px;
  height: 800px;
  transition: all .8s ease-in-out;
  transform: scale(.95);
}

.image-slider:hover {
  transform: scale(1);
}

.counter-positioning {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 70px;
  display: flex;
}

.arrow-right {
  width: 50px;
  height: 50px;
  margin-bottom: 96px;
  margin-right: 320px;
  inset: auto 0% 0% auto;
}

.icon-3 {
  font-size: 28px;
}

.arrow-left {
  width: 50px;
  height: 50px;
  margin-bottom: 96px;
  margin-left: 320px;
  inset: auto auto 0% 0%;
}

.container-5 {
  justify-content: center;
  display: flex;
}

.slide-count {
  grid-row-gap: 0px;
  background-color: #0006;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 10px 60px;
  transition: background-color .4s;
  display: flex;
}

.slide-count:hover {
  background-color: #0009;
}

.slide-tri {
  background-image: url('../images/Vector-1-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-tri._4 {
  background-image: url('../images/Vector-1.png');
}

.slide-tri._2 {
  background-image: url('../images/Vector-1-1.png');
}

.slide-tri._3 {
  background-image: url('../images/Vector-1-3.png');
}

.pagination {
  display: none;
}

.panel-text {
  color: #fff;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  position: absolute;
  inset: auto 5% 5%;
}

.panel-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.panel-title {
  font-size: 3rem;
}

.animation-nest {
  width: 100%;
}

.panel-description {
  font-family: Montserrat, sans-serif;
}

.panel-item {
  cursor: pointer;
  width: 8%;
  min-width: 8%;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.panel-item.is-last {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.panel-item.is-first {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.panel-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.d-68-slider {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.slide-4-image {
  background-image: url('../images/clement-m-429812-unsplash.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150%;
  height: 150%;
  position: absolute;
  inset: auto auto 0% -25%;
}

.demo-wrapper {
  z-index: 0;
  flex: 0 auto;
  position: relative;
}

.slide-5-image {
  background-image: url('../images/paul-summers-42915-unsplash.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150%;
  height: 150%;
  position: absolute;
  inset: -25% 0% auto auto;
}

.d-68-slide {
  overflow: hidden;
}

.slide-2-image {
  background-image: url('../images/LevelClose_FullHD.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-3-image {
  background-image: url('../images/Crew_FullHD.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-1-image {
  background-image: url('../images/Vacunauts_Keyart.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slider {
  width: 100%;
  height: 100%;
}

.sliderimagenoanim1 {
  background-image: url('../images/Folorn_KeyArt-1024x576.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slidenoanim {
  overflow: hidden;
}

.sliderimagenoanim2 {
  background-image: url('../images/2-1024x576.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.youtube {
  height: 100%;
}

.sliderimagenoanim3 {
  background-image: url('../images/4-1536x864.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.sliderimagenoanim4 {
  background-image: url('../images/5-1536x864.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.hero-bg-image-overlay {
  z-index: 1;
  background-color: #1c224bc4;
  position: absolute;
  inset: 0%;
}

.hero-text-block-2 {
  color: #e6f1ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #e6f1ff;
  width: 200px;
  margin-left: 3px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
}

.hero-text-block-2.work {
  color: #e6f1ffcc;
  width: 300px;
}

.heading-h1-2 {
  color: #e6f1ff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 110px;
}

.heading-h1-2.work {
  color: #e6f1ffe6;
  margin-top: 10px;
  margin-bottom: 25px;
}

.paragraph-2 {
  color: #e6f1ffb3;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.paragraph-2.work {
  color: #e6f1ffb3;
  width: 900px;
  margin-bottom: 80px;
}

.sliderimagenoanim1enoki {
  background-image: url('../images/EnokiMainPic.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.sliderimagenoanim2enoki {
  background-image: url('../images/02_EnokiScreenshot.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.sliderimagenoanim3enoki {
  background-image: url('../images/04_EnokiScreenshot.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.sliderimagenoanim4enoki {
  background-image: url('../images/03_EnokiScreenshot-576x1024.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.sliderimagenoanim1darkhunt {
  background-image: url('../images/DarkHunt11-1024x576.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.sliderimagenoanim2darkhunt {
  background-image: url('../images/DarkHunt10-1536x864.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.sliderimagenoanim3darkhunt {
  background-image: url('../images/DarkHunt3-1536x864.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.sliderimagenoanim4darkhunt {
  background-image: url('../images/DarkHunt2-1024x576.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.sliderimagenoanim5darkhunt {
  background-image: url('../images/DarkHunt5-1536x864.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.footer-link-2 {
  color: #e6f1ff4d;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #e6f1ff80;
}

.footer-link-2.second {
  margin-left: 30px;
}

.privacypolice-section {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.hero-privacypolice-section {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  height: 20vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block {
  display: flex;
}

.visit-linkkpadding {
  color: #64ffd9cc;
  align-items: center;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.visit-linkkpadding.project {
  color: var(--aquamarine-opacity-80);
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 0;
}

.skills-section {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.skillcontainer {
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: static;
}

.paragraph-3 {
  color: #e6f1ffb3;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 28px;
}

.paragraph-3.project {
  color: #a8b2d1;
  text-align: right;
  border-radius: 3px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 24px;
}

.paragraph-3.project.left {
  text-align: left;
}

.heading-h1-3 {
  color: #e6f1ff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 100px;
  font-weight: 600;
  line-height: 110px;
}

.heading-h1-3.experience {
  color: #e6f1ffe6;
  margin-top: 10px;
  margin-bottom: 60px;
}

.div-block-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
}

.heading-h3-2 {
  color: var(--aquamarine);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}

.skills-section-2 {
  background-color: #0a192f;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.hero-text-block-3 {
  color: #e6f1ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #e6f1ff;
  width: 200px;
  margin-left: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
}

.hero-text-block-3.experience {
  color: #e6f1ffcc;
  width: 400px;
}

@media screen and (max-width: 991px) {
  .grid {
    width: 610px;
  }

  .hero-content {
    width: 570px;
  }

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

  .paragraph.work, .paragraph.contact {
    width: auto;
  }

  .heading-h2 {
    width: auto;
    font-size: 20px;
    line-height: 28px;
  }

  .footer-block {
    left: 40px;
  }

  .footer-block.right {
    right: 30px;
  }

  .experience-content-wrapper {
    width: 570px;
  }

  .project-details-wrapper {
    width: 380px;
    position: absolute;
  }

  .project-details-wrapper.left {
    width: 400px;
  }

  .copyright-info {
    margin-bottom: 10px;
  }

  .footer-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-image {
    width: 430px;
    height: 320px;
    position: static;
  }

  .work-content-wrapper, .contact-content-wrapper {
    width: 570px;
  }

  .style-guide {
    margin-bottom: 30px;
    display: none;
  }

  .color-usage-column {
    padding-left: 0;
    padding-right: 0;
  }

  .color-wrapper {
    margin-bottom: 30px;
  }

  .style-guide-column {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .style-guide-main-text-wrapper._2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .style-guide-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .color-usage-column-wrapper {
    margin-bottom: 0;
  }

  .style-guide-column-wrapper {
    margin-bottom: 30px;
    display: block;
  }

  .style-guide-heading-h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .style-guide-heading-h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .style-guide-link-2 {
    text-align: left;
  }

  .separator {
    width: 100px;
    height: 1px;
  }

  .page-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .header-inner {
    padding-top: 2em;
  }

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

  .header-button {
    font-size: 1em;
  }

  .header-button:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button:active {
    transform: scale(.94);
  }

  .counter {
    font-size: 20px;
  }

  .divider {
    width: 30px;
  }

  .image-slider {
    width: 700px;
    height: 700px;
    transition-property: none;
    transform: none;
  }

  .image-slider:hover {
    transform: none;
  }

  .counter-positioning {
    padding-bottom: 70px;
  }

  .arrow-right {
    margin-bottom: 90px;
    margin-right: 275px;
  }

  .icon-3 {
    font-size: 20px;
  }

  .arrow-left {
    margin-bottom: 90px;
    margin-left: 275px;
  }

  .panel-wrapper {
    width: 100%;
  }

  .panel-title {
    font-size: 2.6rem;
  }

  .panel-description {
    font-size: .9rem;
  }

  .demo-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 0;
    margin-right: 0%;
  }

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

  .paragraph-2.work {
    width: auto;
  }

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

@media screen and (max-width: 767px) {
  .hero-section {
    height: 700px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo-wrapper {
    top: 40px;
    left: 30px;
    right: 30px;
  }

  .hero-content {
    width: auto;
  }

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

  .paragraph.work {
    font-size: 14px;
  }

  .heading-h2 {
    font-size: 18px;
    line-height: 25px;
  }

  .footer-block {
    flex-direction: row;
    margin-bottom: 30px;
    position: absolute;
    bottom: 30px;
    left: 30px;
  }

  .footer-block.right {
    bottom: 30px;
  }

  .footer-block-line {
    display: none;
  }

  .email-link {
    margin-bottom: 0;
    transform: rotate(0);
  }

  .social-icon-wrapper {
    margin-bottom: 0;
  }

  .email-link-wrapper {
    justify-content: center;
    width: auto;
    height: 30px;
    display: flex;
  }

  .email-link-wrapper:hover {
    height: auto;
  }

  .experience-section {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .work-section, .contact-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .work-content-wrapper, .contact-content-wrapper {
    width: 100%;
  }

  .style-guide-text-4 {
    font-size: 12px;
  }

  .color-usage-column {
    padding-left: 0;
    padding-right: 0;
  }

  .color-description {
    margin-bottom: 25px;
  }

  .style-guide-column {
    margin-bottom: 20px;
  }

  .style-guide-section {
    padding: 100px 35px;
  }

  .style-guide-heading-h2 {
    font-size: 18px;
    line-height: 25px;
  }

  .style-guide-paragraph {
    font-size: 13px;
    line-height: 25px;
  }

  .style-guide-text-5 {
    font-size: 12px;
  }

  .style-guide-paragraph-3 {
    font-size: 12px;
    line-height: 20px;
  }

  .style-guide-link-2 {
    font-size: 12px;
  }

  ._404-page-wrapper {
    align-items: center;
    padding-left: 0;
  }

  .column-scroll-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .column-scroll-sticky-inner {
    width: 100%;
  }

  .column-scroll-wrapper {
    height: auto;
  }

  .column-scroll-content-title {
    font-size: 15vw;
  }

  .column-scroll-content-wrapper {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding-right: 0;
  }

  .column-scroll-sticky {
    position: static;
  }

  .header-inner {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
    flex-flow: column;
    justify-content: center;
    padding-top: 4.5em;
  }

  .section-tutorial {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .intro-copy-text {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-title {
    font-size: 2.8em;
  }

  .header-left {
    flex-wrap: wrap;
    justify-content: center;
  }

  .image-slider {
    width: 400px;
    height: 400px;
  }

  .counter-positioning {
    padding-bottom: 0;
  }

  .arrow-right {
    margin-bottom: 0;
    margin-right: 125px;
  }

  .arrow-left {
    margin-bottom: 0;
    margin-left: 125px;
  }

  .slide-count {
    margin-bottom: -24px;
  }

  .panel-title {
    font-size: 2.2rem;
  }

  .panel-description {
    font-size: .8rem;
  }

  .icon {
    font-size: 28px;
  }

  .right-arrow, .left-arrow {
    width: 50px;
  }

  .paragraph-2 {
    font-size: 13px;
    line-height: 25px;
  }

  .paragraph-2.work {
    font-size: 14px;
  }

  .privacypolice-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-privacypolice-section {
    height: 700px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .skills-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-3 {
    font-size: 13px;
    line-height: 25px;
  }

  .skills-section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-wrapper {
    align-items: center;
    left: 20px;
    right: 20px;
  }

  .nav-wrapper {
    flex-direction: column;
    align-items: flex-end;
  }

  .nav-link-block {
    margin-bottom: 5px;
  }

  .grid-wrapper {
    display: none;
  }

  .heading-h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-text-block {
    width: 120px;
    margin-left: 0;
    font-size: 10px;
  }

  .hero-text-block.experience {
    width: auto;
    font-size: 10px;
    line-height: 40px;
  }

  .hero-text-block.work {
    width: auto;
    margin-left: 0;
    font-size: 10px;
  }

  .hero-text-block.contact {
    width: auto;
    margin-left: 0;
  }

  .paragraph {
    font-size: 11px;
    line-height: 20px;
  }

  .paragraph.project, .paragraph.work {
    font-size: 12px;
  }

  .heading-h2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-block {
    bottom: 50px;
    left: 20px;
  }

  .footer-block.right {
    bottom: 10px;
    left: 20px;
    right: auto;
  }

  .experience-section {
    padding-top: 60px;
  }

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

  .accordion-header {
    flex-direction: column;
  }

  .heading-h3 {
    font-size: 15px;
  }

  .work-type {
    margin-top: 10px;
  }

  .work-type.green {
    margin-top: 0;
    font-size: 12px;
    display: block;
  }

  .work-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-wrapper {
    flex-direction: column;
  }

  .project-details-wrapper {
    width: 100%;
    margin-top: 30px;
    position: static;
  }

  .project-details-wrapper.left {
    width: 100%;
  }

  .contact-section {
    padding-top: 60px;
  }

  .copyright-info, .footer-link {
    font-size: 11px;
  }

  .project-image {
    width: 100%;
    height: 250px;
  }

  .project-image.two, .project-image.three, .work-content-wrapper, .contact-content-wrapper {
    width: 100%;
  }

  .style-guide-text-4 {
    font-size: 10px;
  }

  .style-guide-column {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .style-guide-section {
    padding: 100px 21px;
  }

  .style-guide-text {
    font-size: 10px;
  }

  .style-guide-column-wrapper {
    margin-bottom: 20px;
  }

  .style-guide-heading-h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .style-guide-heading-h2 {
    font-size: 14px;
    line-height: 20px;
  }

  .style-guide-heading-h3 {
    font-size: 15px;
  }

  .style-guide-paragraph {
    font-size: 11px;
    line-height: 20px;
  }

  .style-guide-paragraph.project {
    font-size: 12px;
  }

  .style-guide-text-5 {
    font-size: 10px;
  }

  .style-guide-link-2 {
    font-size: 12px;
  }

  ._404-inner-wrapper {
    width: 80%;
  }

  .separator {
    display: none;
  }

  ._404-text {
    font-size: 12px;
  }

  .column-scroll-sticky-inner {
    position: relative;
  }

  .column-scroll-item {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    position: relative;
  }

  .column-scroll-sticky {
    height: auto;
  }

  .header-button-wrapper, .header-button {
    width: 100%;
  }

  .header-left {
    font-size: .8em;
  }

  .image-slider {
    width: 350px;
    height: 350px;
  }

  .arrow-right {
    margin-right: 105px;
  }

  .arrow-left {
    margin-left: 105px;
  }

  .panel-title {
    font-size: 2rem;
  }

  .panel-description {
    font-size: .7rem;
  }

  .d-68-slider {
    width: 100%;
  }

  .right-arrow {
    width: 40px;
  }

  .demo-wrapper {
    align-items: center;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .left-arrow {
    width: 40px;
  }

  .sliderimagenoanim1 {
    background-size: cover;
  }

  .hero-text-block-2 {
    width: 120px;
    margin-left: 0;
    font-size: 10px;
  }

  .hero-text-block-2.work {
    width: auto;
    margin-left: 0;
    font-size: 10px;
  }

  .heading-h1-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-2 {
    font-size: 11px;
    line-height: 20px;
  }

  .paragraph-2.work {
    font-size: 12px;
  }

  .footer-link-2 {
    font-size: 11px;
  }

  .privacypolice-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-privacypolice-section {
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-3 {
    font-size: 11px;
    line-height: 20px;
  }

  .paragraph-3.project {
    font-size: 12px;
  }

  .heading-h1-3 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .heading-h3-2 {
    font-size: 15px;
  }

  .skills-section-2 {
    padding-top: 60px;
  }

  .hero-text-block-3 {
    width: 120px;
    margin-left: 0;
    font-size: 10px;
  }

  .hero-text-block-3.experience {
    width: auto;
    font-size: 10px;
    line-height: 40px;
  }
}


@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}