@font-face {
  font-family: Nois jessi neue;
  src: url('../fonts/Nois---Jessi-Neue-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #161719;
  --primary: #ffa61e;
  --white-12: #ffffff1f;
  --white-50: #ffffff80;
  --white: white;
  --white-30: #ffffff4d;
  --dark-2: #232427;
  --dark-40: #16171966;
  --dark-60: #16171999;
  --red: #f02b41;
  --twitter: #2aa3f0;
  --facebook: #3b5998;
  --instagram: #f83f5a;
  --vimeo: #1ab7ea;
  --youtube: #fc0d1c;
  --linkedin: #2b66bc;
  --white-20: #fff3;
  --dark-80: #161719cc;
  --dark-20: #16171933;
  --main-color-dark: #d1612d;
  --white-40: #fff6;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  background-color: var(--dark);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

h5 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

p {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: var(--primary);
}

ul {
  margin-top: 8px;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-bottom: 4px;
}

strong {
  font-weight: bold;
}

blockquote {
  border: 1px solid var(--white-12);
  text-align: center;
  background-image: url('../images/quote-icon-white.svg');
  background-position: 50% 40px;
  background-repeat: no-repeat;
  background-size: 40px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 96px 8% 48px;
  font-size: 21px;
  line-height: 32px;
}

figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px;
}

.section {
  z-index: 1;
  background-color: var(--dark);
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.section.no-padding {
  display: none;
}

.section.no-padding-side {
  padding-left: 0;
  padding-right: 0;
}

.section.page-header-section {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.section.post-image-section {
  justify-content: center;
  align-items: center;
  height: 90vh;
  min-height: 640px;
  max-height: 1200px;
  display: flex;
  overflow: hidden;
}

.section.footer-section {
  border-top: 1px solid var(--white-12);
  background-color: var(--dark);
  padding-top: 0;
  padding-bottom: 0;
}

.section.mask {
  overflow: hidden;
}

.section.post-top-section {
  padding-top: 184px;
}

.section.media-promo-section {
  background-color: #000;
  justify-content: flex-end;
  align-items: flex-end;
  height: 90vh;
  min-height: 600px;
  max-height: 920px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.borders {
  border-top: 1px solid var(--white-12);
  border-bottom: 1px solid var(--white-12);
}

.wrapper {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

._404-page {
  background-image: linear-gradient(#0009, #0009), url('../images/siravit-phiwondee-MhPJdWYWbWI-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

._404-page-info {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  position: relative;
}

.password-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.no-margin {
  margin: 0;
}

.intro {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 580px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.intro.left {
  text-align: left;
  align-items: flex-start;
  margin-left: 10px;
}

.intro.wide {
  max-width: 800px;
}

.text-label {
  color: var(--white-50);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  display: none;
}

.text-label.white {
  color: var(--white);
}

.link-white {
  color: #fff;
  text-decoration: none;
  transition: color .4s;
}

.link-white:hover {
  color: var(--primary);
}

.footer-bottom {
  width: 100%;
  color: var(--white-30);
  justify-content: flex-start;
  align-items: center;
  padding: 3vw 5vw;
  font-size: 11px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.page-wrapper {
  min-height: 100vh;
  position: relative;
}

.page-wrapper.sg-wrapper {
  margin-left: 270px;
}

.changelog {
  flex-direction: column;
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  display: block;
}

.change-icon {
  border: 2px solid var(--white-12);
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.tooltip {
  z-index: 2;
  border: 1px solid var(--dark-2);
  background-color: var(--dark-2);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.tooltip.change-tooltip {
  background-color: var(--dark);
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-style: none;
  margin-bottom: 22px;
  padding-right: 8px;
  font-size: 11px;
}

.tooltip.page-link-tooltip {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 6px;
  padding: 2px 8px 2px 7px;
  display: none;
  bottom: auto;
  left: 100%;
}

.change {
  border: 1px solid var(--white-12);
  align-items: center;
  margin-bottom: 16px;
  padding: 32px;
  display: flex;
}

.change-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

.licence-items {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.licence-item {
  background-color: var(--dark-2);
  align-items: center;
  margin-bottom: 24px;
  padding: 40px;
  display: flex;
  box-shadow: 0 8px 24px #0000004d;
}

.licence-item-info {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 16px;
  padding-left: 40px;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: none;
  border-style: none;
  border-radius: 24px;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 48px;
  padding: 12px 28px;
  font-family: Nois jessi neue, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .6s, border-color .6s, color .6s, background-color .6s;
  display: block;
  box-shadow: inset 0 0 0 2px #fff;
}

.button:hover {
  background-color: var(--white);
  color: var(--dark);
}

.button.filled {
  color: var(--dark);
  background-color: #fff;
  font-family: Nois jessi neue, sans-serif;
  display: block;
}

.button.filled:hover {
  background-color: var(--primary);
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff0;
}

.button.ghost {
  box-shadow: inset 0 0 0 2px var(--white);
  background-color: #0000;
}

.button.ghost:hover {
  background-color: var(--primary);
  color: var(--white);
  box-shadow: inset 0 0 0 1px #0000;
}

.button.small {
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 16px;
}

.button.password-button {
  margin-top: 32px;
}

.button.footer-button {
  display: none;
}

.button.nav-button {
  font-family: Nois jessi neue, sans-serif;
}

.button.quote {
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sg-button-wrapper {
  border: 1px solid var(--white-12);
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 40px;
  padding: 60px 16%;
  display: flex;
  position: relative;
}

.sg-button-wrapper.dark-bg {
  background-color: var(--dark);
  box-shadow: none;
}

.sg-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.sg-sidebar {
  z-index: 10;
  background-color: var(--dark-2);
  color: #fff;
  width: 270px;
  padding-bottom: 104px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.sg-sidebar-heading {
  align-items: center;
  padding: 32px;
  display: flex;
}

.sg-sidebar-menu {
  border-top: 1px solid var(--white-12);
  flex-direction: column;
  align-items: stretch;
  padding-top: 40px;
  display: flex;
}

.sg-sidebar-link {
  color: #fff;
  letter-spacing: normal;
  width: 100%;
  padding: 16px 32px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .3s, background-color .3s;
}

.sg-sidebar-link:hover {
  background-color: #ffffff08;
}

.sg-sidebar-link.w--current {
  background-color: var(--dark);
  box-shadow: inset 3px 0 0 0 var(--primary);
}

.sg-back-link {
  border-top: 1px solid var(--white-12);
  background-color: var(--dark-2);
  height: 72px;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .4s, background-color .4s, border-color .4s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.sg-back-link:hover {
  border-color: var(--dark-2);
  color: #fff;
  background-color: #ffffff08;
}

.style-block {
  text-align: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.nav-link-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-3.w--current {
  color: #fff;
}

.nav-link-3.w--open {
  justify-content: center;
  align-items: center;
  left: auto;
  right: auto;
}

.nav-dropdown {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.text-grey {
  color: var(--white-50);
  display: none;
}

.bg-image {
  z-index: 0;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.bg-image.post-image {
  opacity: .8;
  height: 160%;
}

.bg-image.cta-image {
  opacity: .45;
}

.bg-image.page-image {
  flex: 0 auto;
  position: absolute;
  inset: 0 0% auto;
}

.breadcrumbs {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 20px;
  display: none;
  position: relative;
}

.post-card-info {
  color: var(--white-50);
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white-30);
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  height: 48px;
  margin-bottom: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .6s, background-color .6s;
  display: block;
  overflow: hidden;
}

.input:hover {
  border-color: var(--dark-60) var(--dark-60) var(--white);
}

.input:focus {
  border-color: var(--primary);
}

.input::placeholder {
  color: var(--white-50);
}

.input.text-area {
  min-height: 200px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.input.search-input {
  height: 64px;
  margin: 0;
  padding-left: 12px;
  padding-right: 48px;
  font-size: 17px;
  line-height: 28px;
}

.input.password-input {
  text-align: center;
}

.input.hidden {
  display: block;
}

.nav-category-link {
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: -1px;
  padding: 36px 18px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: color .6s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.nav-category-link:hover {
  color: var(--white);
}

.nav-category-link.w--current {
  box-shadow: inset 0 -2px 0 0 var(--primary);
  color: var(--white);
}

.form-success {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #e8985c0a;
  border-radius: 100px;
  padding: 11px 28px;
  font-size: 15px;
  line-height: 24px;
}

.form-error {
  border: 1px solid var(--red);
  color: var(--red);
  background-color: #f02b410f;
  border-radius: 20px;
  margin-top: 20px;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 16px;
}

.form-error.text-center {
  border-color: var(--red);
  background-color: #f02b410a;
}

.social-button {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  transition: background-color .6s, border-color .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.social-button:hover {
  background-color: var(--primary);
}

.social-button.twitter:hover {
  background-color: var(--twitter);
}

.social-button.facebook:hover {
  background-color: var(--facebook);
}

.social-button.instagram:hover {
  background-color: var(--instagram);
}

.social-button.vimeo:hover {
  background-color: var(--vimeo);
}

.social-button.youtube:hover {
  background-color: var(--youtube);
}

.social-button.linkedin:hover {
  background-color: var(--linkedin);
}

.tags {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sidebar-instagram-link {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.divider {
  background-color: var(--primary);
  width: 100px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 24px;
  display: none;
}

.inline-links {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inline-links.left {
  justify-content: flex-start;
}

.text-big {
  font-size: 17px;
  line-height: 32px;
}

.no-padding {
  padding: 0;
}

.card {
  background-color: var(--dark);
  color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 456px;
  padding: 88px 32px 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.no-padding-top {
  padding-top: 0;
}

.counters {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--white-12);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
  position: relative;
  overflow: hidden;
}

.counter {
  background-color: var(--dark);
  height: 248px;
  max-height: 20vw;
  box-shadow: -1px 0 0 0 var(--white-12);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 16%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.counter-number {
  z-index: 1;
  letter-spacing: normal;
  font-size: 52px;
  font-weight: 600;
  line-height: 64px;
  position: relative;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.instagram-feed {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: grid;
  position: relative;
}

.instagram-photo {
  color: var(--white);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subscribe-form {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 570px;
  margin-bottom: 12px;
  display: grid;
}

.service {
  box-shadow: 1px 1px 0 0 var(--white-12);
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 65px 10%;
  text-decoration: none;
  transition: border-color .6s;
  display: flex;
  position: relative;
}

.service:hover {
  z-index: 1;
}

.side-info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.side-info.sticky {
  position: sticky;
  top: 144px;
}

.marker-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: -4px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: color .6s;
  display: flex;
  position: relative;
}

.marker-link:hover {
  color: var(--primary);
}

.marker-link.margin-top {
  margin-top: 20px;
}

.testimonial {
  z-index: 1;
  background-color: var(--dark);
  max-width: 570px;
  height: auto;
  margin: 7vh;
  padding: 48px;
  display: block;
  position: relative;
  overflow: visible;
}

.review-v2-avatar {
  border-radius: 50%;
  flex: none;
  width: 56px;
  height: 56px;
  margin-right: 16px;
}

.footer {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer-nav {
  border-bottom: 1px solid var(--white-12);
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 3vw 5vw;
  display: flex;
}

.footer-v1-link {
  color: #fff;
  margin-top: 1vw;
  margin-bottom: 1vw;
  margin-right: 3vw;
  font-family: Nois jessi neue, sans-serif;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 1.8vw;
  text-decoration: none;
  transition: color .3s;
}

.footer-v1-link:hover {
  color: var(--primary);
}

.counter-text {
  z-index: 1;
  color: var(--white-50);
  margin-top: 4px;
  font-size: 17px;
  line-height: 28px;
  position: relative;
}

.footer-bottom-divider {
  background-color: var(--white-20);
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.protected-page {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/close-up-photography-of-leaves-with-droplets-807598.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 9% 40px;
  display: flex;
}

.password-card {
  background-color: var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-width: 470px;
  margin-bottom: 0;
  padding: 80px;
  display: flex;
  box-shadow: 0 12px 36px #0000004d;
}

.password-heading {
  margin-bottom: 28px;
}

.search {
  align-items: stretch;
  margin-top: 65px;
  margin-bottom: 64px;
  display: flex;
}

.search-result-card {
  border: 1px solid var(--white-12);
  background-color: var(--dark);
  color: var(--white);
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 24px 24px 64px;
  text-decoration: none;
  transition: background-color .6s;
  display: flex;
  position: relative;
}

.search-result-heading {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 12px;
  text-decoration: none;
}

.contact {
  flex: 1;
  margin-bottom: 0;
}

.contact-form {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-post-text p {
  color: var(--white-50);
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 32px;
}

.blog-post-text a {
  color: var(--primary);
  text-decoration: none;
  transition: color .15s;
}

.blog-post-text a:hover {
  text-decoration: underline;
}

.blog-post {
  flex: 1;
  margin-left: 8.33%;
  margin-right: 8.33%;
  padding-top: 120px;
  padding-left: 53px;
  padding-right: 53px;
  position: relative;
}

.testimonials-arrow {
  color: #151515;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 64px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding-left: 12px;
  padding-right: 20px;
  display: flex;
  bottom: 0;
  right: 0;
}

.media-info {
  z-index: 2;
  background-color: var(--dark-60);
  color: var(--white);
  align-items: center;
  padding: 20px 24px 19px;
  font-size: 13px;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.link-underline {
  z-index: 1;
  background-color: var(--primary);
  width: 12px;
  height: 1px;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.heading-margin-big {
  margin-bottom: 32px;
  font-family: Nois jessi neue, sans-serif;
}

.review-v2-text {
  flex: 1;
}

.review-v2-text p {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 28px;
}

.review-v2-text strong {
  color: var(--primary);
  background-color: #ffffff0a;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 400;
}

.checkbox {
  margin-right: 8px;
  font-size: 20px;
}

.checkbox-field {
  margin-bottom: 0;
}

.services {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--white-12);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.subscribe {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 88px;
  padding-bottom: 88px;
  display: flex;
  position: relative;
}

.post-first-letter {
  float: left;
  color: var(--primary);
  margin-top: 8px;
  margin-right: 12px;
  font-size: 64px;
  font-weight: 500;
  line-height: 48px;
}

.work-v3 {
  height: 33vw;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.work-v2-thumb {
  height: 100%;
  color: var(--dark);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.work-v1 {
  color: #fff;
  text-align: center;
  height: 528px;
  max-height: 46vw;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.work-presentation {
  padding-left: 15px;
  padding-right: 15px;
}

.work-presentation p {
  max-width: 770px;
  color: var(--white-50);
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 32px;
}

.work-presentation h2, .work-presentation h1, .work-presentation h3 {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.work-presentation blockquote {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.work-presentation h4, .work-presentation h5, .work-presentation ul, .work-presentation h6, .work-presentation ol {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.work-presentation a {
  color: var(--primary);
  text-decoration: none;
  transition: color .15s;
}

.work-presentation a:hover {
  text-decoration: underline;
}

.work-presentation figure {
  margin-top: 72px;
  margin-bottom: 72px;
}

.work-presentation figcaption {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.sg-button-info {
  color: var(--dark-80);
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  line-height: 16px;
  display: block;
  position: absolute;
  bottom: -28px;
  left: 12px;
  right: 12px;
}

.nav-work-link {
  z-index: 3;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
  font-size: 6vh;
  font-weight: 600;
  line-height: 8vh;
  text-decoration: none;
  transition: letter-spacing .6s, color .6s;
  display: flex;
  position: relative;
}

.nav-work-link:hover {
  color: var(--primary);
  letter-spacing: .4vh;
}

.menu-icon-line-top {
  background-color: #fff;
  height: 2px;
  margin-bottom: 6px;
}

.menu-icon-line-bottom {
  background-color: #fff;
  height: 2px;
}

.nav-social {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -8px;
  display: flex;
}

.team-card {
  justify-content: center;
  align-items: flex-end;
  height: 372px;
  max-height: 30vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-center {
  text-align: center;
}

.skill-bar {
  background-color: var(--dark-20);
  width: 100%;
  height: 4px;
  margin-bottom: 8px;
}

.empty-state {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.side-nav-link {
  background-color: #ffffff80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  margin-bottom: 6px;
  transition: transform .3s, box-shadow .4s, border-color .4s, height .4s, width .4s, background-color .4s;
  display: flex;
  position: relative;
}

.side-nav-link:hover {
  background-color: #fff;
  transform: scale(1.25);
}

.side-nav-link.w--current {
  width: 16px;
  height: 16px;
  box-shadow: inset 0 0 0 5px var(--primary);
  background-color: #fff;
  border: 1px solid #fff;
}

.icon {
  z-index: 1;
  flex: none;
  width: 56px;
  margin-bottom: 24px;
  position: relative;
}

.page-intro {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 2vw;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.page-link {
  height: 21px;
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px 3px 10px;
  font-family: Nois jessi neue, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  transition: color .6s, background-color .6s;
  display: flex;
  position: relative;
}

.page-link:hover {
  background-color: var(--white);
  color: var(--dark);
}

.page-link.current {
  cursor: default;
}

.page-link.current:hover {
  color: var(--white);
  background-color: #16171900;
}

.breadcrumbs-divider {
  background-color: var(--white-50);
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.post-card-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  position: absolute;
  inset: 0%;
}

.post-card-heading {
  text-transform: capitalize;
  flex: 1;
  margin-bottom: 0;
}

.nav-categories {
  border-bottom: 1px solid var(--white-12);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-category-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-card {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 64px;
  padding-left: 53px;
  padding-right: 53px;
  text-decoration: none;
  transition: transform .6s;
  display: block;
}

.post-card-thumb {
  background-color: var(--dark);
  flex: none;
  height: 480px;
  max-height: 40vw;
  position: relative;
  overflow: hidden;
}

.post-card-content {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.hero-v3-work-card {
  background-color: var(--dark);
  perspective-origin: 0 0;
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 11px 36px #0000004d;
}

.post-card-date {
  margin-right: 4px;
}

.pagination {
  margin-top: 48px;
}

.subscribe-section {
  background-color: var(--dark);
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.subscribe-heading {
  z-index: 1;
  margin-top: 12px;
  margin-bottom: 4px;
  font-family: Nois jessi neue, sans-serif;
  position: relative;
}

.clients-section {
  z-index: 1;
  border-top: 1px solid var(--white-12);
  border-bottom: 1px solid var(--white-12);
  background-color: var(--dark);
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.client {
  height: 12vw;
  box-shadow: 1px 1px 0 0 var(--white-12);
  flex: 1;
  justify-content: center;
  align-items: center;
  transition: background-color .6s;
  display: flex;
}

.client-logo {
  height: 20%;
  min-height: 24px;
}

.plus-icon-line-2 {
  background-color: var(--primary);
  width: 20px;
  height: 2px;
  margin: auto;
  position: absolute;
  inset: 0;
}

.accordion-header {
  justify-content: flex-end;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.accordion-info {
  height: auto;
  padding-left: 68px;
}

.accordion-card {
  cursor: pointer;
  overflow: hidden;
}

.plus-icon {
  border: 2px solid var(--white-12);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.accordion-cards {
  flex: 1;
  margin-bottom: 32px;
}

.plus-icon-line-1 {
  background-color: var(--primary);
  width: 20px;
  height: 2px;
  margin: auto;
  position: absolute;
  inset: 0;
  transform: rotate(-90deg);
}

.accordion-text {
  color: var(--white-50);
  padding-bottom: 32px;
}

.accordion-heading {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nois jessi neue, sans-serif;
}

.licence-heading {
  margin-bottom: 16px;
}

.footer-email-link {
  color: var(--white);
  margin-top: 4px;
  margin-bottom: 4px;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
}

.footer-email-link:hover {
  color: var(--primary);
}

.subscribe-form-block {
  z-index: 1;
  flex: 1;
  margin-bottom: 0;
  position: relative;
}

.search-result-url {
  border-top: 1px solid var(--white-12);
  width: 100%;
  color: var(--white-50);
  align-items: center;
  padding: 8px 24px;
  font-size: 11px;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.form-text-small {
  color: var(--white-50);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.sidebar-view-icon {
  width: 24px;
  margin-left: -4px;
  margin-right: 8px;
}

.main-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  display: grid;
  overflow: visible;
}

.search-result-image {
  background-color: var(--dark-2);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 200px;
  height: 144px;
}

.search-result-info {
  flex: 1;
  padding-left: 24px;
}

.search-result-arrow {
  margin-top: -2px;
  margin-right: 8px;
  font-size: 15px;
}

.list-dropdown {
  flex-wrap: wrap;
  display: flex;
}

.list-dropdown-heading {
  display: none;
}

.back-to-top, .top {
  height: 0;
}

.top-button {
  z-index: 100;
  background-color: var(--dark-2);
  width: auto;
  height: 32px;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  transition: color .6s, background-color .6s;
  display: flex;
  position: fixed;
  inset: auto 16px 16px auto;
}

.top-button:hover {
  background-color: var(--white);
  color: var(--dark);
}

.flex-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.page-heading {
  z-index: 2;
  letter-spacing: .5vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: Nois jessi neue, sans-serif;
  font-size: 8vw;
  line-height: 8vw;
  position: relative;
}

.preloader {
  z-index: 10000;
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.loading-icon {
  z-index: 1;
  width: 24px;
  position: relative;
}

.blog-tags {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: -8px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 24px;
  display: flex;
}

.first-letter {
  float: left;
  color: var(--primary);
  margin-top: 4px;
  margin-right: 10px;
  font-size: 54px;
  line-height: 40px;
}

.step {
  border-top: 1px solid var(--dark-2);
  border-bottom: 1px solid var(--dark-2);
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.text-link {
  color: var(--primary);
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.page-bg-text {
  color: var(--dark-2);
  text-align: center;
  letter-spacing: 18px;
  text-transform: uppercase;
  padding-left: 16px;
  font-size: 200px;
  font-weight: 700;
  line-height: 170px;
  position: absolute;
  top: 21%;
}

.footer-left {
  border-right: 1px solid var(--white-12);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.33%;
  padding: 5vw;
  display: flex;
}

.footer-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-link {
  color: var(--white-50);
  text-decoration: none;
  transition: color .4s;
}

.footer-bottom-link:hover {
  color: var(--white);
}

.post-cards {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: block;
}

.post-card-category {
  margin-left: 4px;
}

.marker {
  border: 2px solid var(--white-20);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 9px;
  display: flex;
  position: relative;
}

.marker-link-text {
  margin-left: 16px;
  padding-top: 2px;
}

.icon-box {
  border: 2px solid var(--white-20);
  background-color: var(--dark);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.promo-images-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.collection-item {
  width: 100%;
}

.post-top-info {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16.66%;
  padding-right: 16.66%;
  display: flex;
}

.nav-works-button {
  cursor: pointer;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.instagram-hover-icon {
  background-image: url('../images/instagram-icon-white_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-top: 1px;
}

.instagram-hover-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.instagram-hover-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 9px;
  font-weight: 500;
  line-height: 16px;
}

.text-huge {
  font-family: Nois jessi neue, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.text-highlighted {
  color: var(--primary);
  background-color: #ffa61e0d;
  padding-left: 4px;
  padding-right: 4px;
}

.text-colored {
  color: var(--primary);
  font-family: Nois jessi neue, sans-serif;
}

.gallery {
  justify-content: center;
  align-items: center;
  width: 128vw;
  margin-left: -14vw;
  padding: 60px 4vw;
  display: flex;
}

.gallery-link {
  flex: 1;
  margin-left: 1.2vw;
  margin-right: 1.2vw;
  box-shadow: 0 12px 36px #00000080;
}

.marker-line-1 {
  background-color: var(--primary);
  width: 100%;
  height: 2px;
  position: absolute;
}

.marker-line-2 {
  background-color: var(--primary);
  width: 2px;
  height: 100%;
  position: absolute;
}

.review-v2-author {
  flex: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
}

.review-v2-info {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.review-v2-name {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.review-v2-bio {
  color: var(--white-50);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  display: none;
}

.select-field {
  height: 100%;
  color: var(--white-50);
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -7px;
  font-size: 15px;
  line-height: 24px;
  position: relative;
}

.link {
  box-shadow: inset 0 -1px 0 0 var(--white-12);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.top-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}

.top-icon {
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  transform: rotate(-90deg);
}

.promo-social-line {
  background-color: var(--white);
  width: 120px;
  height: 1px;
  margin-top: -1px;
  margin-left: 20px;
  margin-right: 20px;
}

.marker-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.tags-heading {
  margin-bottom: 24px;
}

.feature-step-line {
  z-index: 1;
  background-color: var(--white);
  opacity: .3;
  width: 32%;
  height: 1px;
  margin-top: 40px;
  margin-right: -16%;
  position: absolute;
  top: 0;
  right: 0;
}

.contact-blocks {
  z-index: 2;
  border: 1px solid var(--white-12);
  flex: 0 auto;
  margin-left: 12%;
  margin-right: 12%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.inline-block {
  box-shadow: 1px 0 0 0 var(--white-12);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-right: -1px;
  padding: 24px 1%;
  display: flex;
}

.promo-image-3 {
  z-index: 2;
  width: 52%;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  left: 0;
  right: auto;
  box-shadow: 0 8px 24px #0000004d;
}

.promo-image-4 {
  z-index: 3;
  width: 56%;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 0;
  box-shadow: 0 12px 36px #0006;
}

.floating-tooltip {
  z-index: 1000;
  background-color: var(--dark-80);
  transform-origin: 0 0;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 6px;
  padding: 8px 10px 8px 12px;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  position: fixed;
  inset: 0% auto auto 0%;
  transform: translate(0, 93vh);
}

.contact-v1-link {
  border-bottom: 1px solid var(--white-12);
  color: var(--white);
  margin-top: -12px;
  margin-bottom: 40px;
  padding-top: 8px;
  text-decoration: none;
  position: relative;
}

.contact-block-info {
  font-size: 20px;
  line-height: 28px;
}

.hire-form-label {
  text-align: right;
  margin-bottom: 0;
  font-weight: 500;
}

.hire-form-label.text-area-label {
  margin-top: 16px;
}

.hire-form {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  border: 1px solid var(--white-12);
  grid-template-rows: auto auto;
  grid-template-columns: 40% 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: -16px;
  margin-left: auto;
  margin-right: auto;
  padding: 88px;
  display: grid;
}

.hire {
  flex: 1;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.intro-text-big {
  margin-top: 4px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 36px;
}

.contact-v3-placeholder {
  height: 100%;
}

.side-media-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 36px #0000004d;
}

.password-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.moving-image {
  z-index: 1;
  object-fit: cover;
  width: 102%;
  max-width: none;
  height: 102%;
  margin-top: -1%;
  margin-left: -1%;
  display: block;
  position: absolute;
}

.hover {
  z-index: 2;
  background-color: var(--dark-60);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-info {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.search-button {
  background-color: #0000;
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 48px;
  margin-left: -48px;
}

.links-divider {
  background-color: var(--white-20);
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-bottom: 4px;
  margin-left: 12px;
  margin-right: 12px;
}

.changelog-heading {
  margin-bottom: -16px;
}

.post-heading {
  text-transform: capitalize;
}

.post-category {
  color: var(--white-50);
  margin-left: 4px;
  text-decoration: none;
  transition: color .6s;
}

.post-category:hover {
  color: var(--white);
}

.tag {
  border: 1px solid var(--white-20);
  height: 28px;
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 40px;
  margin: 4px;
  padding: 5px 12px 5px 14px;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: border-color .6s, background-color .6s;
  display: inline-block;
}

.tag:hover {
  background-color: var(--white);
  color: var(--dark);
  border-color: #0000;
}

.post-tags-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.post-tags {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.progress-bar {
  z-index: 101;
  width: 100%;
  height: 2px;
  margin-top: 0;
  position: fixed;
}

.progress {
  background-color: var(--primary);
  width: 20%;
  height: 100%;
}

.cta-bg-text {
  color: var(--dark-2);
  text-align: center;
  letter-spacing: 22px;
  text-transform: uppercase;
  margin-top: -8px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  font-size: 100px;
  font-weight: 700;
  line-height: 170px;
  display: none;
  position: absolute;
  inset: 0%;
}

.work-v2 {
  color: #fff;
  text-align: center;
  height: 352px;
  max-height: 29vw;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.quote-intro {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.quote-author {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.quote-avatar {
  border: 1px solid var(--white-12);
  object-fit: cover;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  margin-right: 16px;
  padding: 8px;
}

.quote-author-name {
  margin-bottom: 4px;
  font-family: Nois jessi neue, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.quote-author-bio {
  color: var(--white-50);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.image-full-width {
  width: 100%;
}

.quote-author-v2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.subscribe-info {
  margin-bottom: 21px;
}

.side-info-image {
  width: 100%;
  margin-bottom: 24px;
}

.signature {
  align-self: flex-start;
  max-width: 80%;
  height: auto;
  margin-top: 28px;
}

.portfolio-button-2 {
  z-index: 10;
  background-color: #ff7b3e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 24px;
  transition: background-color .6s;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.nav-link-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.menu-button {
  z-index: 10;
  color: #fff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 15px 16px;
  font-weight: 700;
  transform: translate(0);
}

.menu-button:hover {
  transform: translate(0);
}

.menu-button.w--open {
  background-color: #0000;
}

.logo-text-2 {
  text-align: left;
  align-self: flex-start;
  align-items: center;
  margin-top: -2px;
  font-family: Nois jessi neue, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #ff7b3e;
  background-image: none;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 20px 12px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .6s, border-color .6s, color .6s, background-color .6s;
  display: flex;
}

.button-2:hover {
  background-color: #d1612d;
}

.button-2.ghost {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.button-2.ghost:hover {
  color: #151515;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #0000;
}

.navigation {
  z-index: 10;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.logo-description-2 {
  letter-spacing: 2.2px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 2px;
  margin-left: -9px;
  padding-left: 0;
  padding-right: 0;
  font-size: 9px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: relative;
}

.menu-icon {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all .2s;
}

.menu-icon:hover {
  transform: scale(1.2);
}

.nav-bar {
  z-index: 100;
  color: #fff;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 112px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100%;
  display: flex;
  position: relative;
}

.nav-wrapper {
  background-color: #151515;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.nav-link {
  z-index: 5;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 2.2vh 0;
  font-size: 6vh;
  font-weight: 700;
  line-height: 6vh;
  text-decoration: none;
  transition: color .6s;
  position: relative;
}

.nav-link:hover {
  color: var(--primary);
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  color: var(--primary);
}

.nav-link.w--open {
  justify-content: center;
  align-items: center;
  left: auto;
  right: auto;
}

.brand {
  z-index: 101;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 32px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.nav-bar-info {
  z-index: 101;
  justify-content: flex-end;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.logo {
  height: 60px;
  transition: all .2s;
}

.logo:hover {
  transform: scale(1.1);
}

.logo-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  display: flex;
}

.follow {
  z-index: 5;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 20px 8px;
  display: flex;
  position: fixed;
  inset: auto auto 20px 20px;
}

.follow-button {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.follow-icon {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
  position: relative;
}

.follow-text {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Nois jessi neue, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.follow-link {
  width: 48px;
  height: 48px;
  color: var(--white);
  text-align: center;
  border: 2px solid #fff0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  transition: color .6s, background-color .6s, border-color .6s;
  display: flex;
}

.follow-link:hover {
  background-color: var(--white);
}

.follow-link.twitter:hover {
  background-color: var(--twitter);
}

.follow-link.facebook:hover {
  background-color: var(--facebook);
}

.follow-link.instagram:hover {
  background-color: var(--instagram);
}

.follow-link.youtube:hover {
  background-color: var(--youtube);
}

.follow-link.vimeo:hover {
  background-color: var(--vimeo);
}

.follow-link.linkedin:hover {
  background-color: var(--linkedin);
}

.follow-link.imdb {
  background-color: #0000;
  transition: color .6s, background-color .6s, border-color .6s;
}

.follow-links {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -12px;
  display: flex;
}

.slider {
  background-color: #000;
  height: 100vh;
}

.slider-nav {
  display: block;
}

.slider-button {
  border: 2px solid #fff0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  font-size: 22px;
  transition: color .6s, background-color .6s, border-color .6s;
  inset: auto 20px 24px auto;
}

.slider-button:hover {
  background-color: var(--white);
  color: var(--dark);
}

.slider-button.left {
  right: 76px;
}

.slide {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slide-content {
  z-index: 5;
  object-fit: fill;
  flex-flow: row;
  flex: 1;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  padding: 16vh 2vw 0;
  display: flex;
  position: relative;
  top: 22%;
}

.slide-content._1 {
  flex-direction: column;
}

.slide-heading {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Nois jessi neue, sans-serif;
  font-size: 4vw;
  font-weight: 800;
  line-height: 4vw;
  display: flex;
}

.slide-numbers {
  z-index: 5;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.slide-number {
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  width: 20px;
  font-weight: 500;
  display: flex;
}

.slide-number.all, .slide-number.active {
  font-family: Nois jessi neue, sans-serif;
}

.slide-number-divider {
  background-color: var(--white);
  width: 1px;
  height: 24px;
  margin-left: 10px;
  margin-right: 10px;
}

.text-wrapper {
  text-align: center;
  align-self: center;
  overflow: hidden;
}

.nav-links {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 11vw;
  padding-right: 11vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-info {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 11vw;
  padding-right: 11vw;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.nav-info-text {
  color: var(--white-50);
  margin-top: -4px;
  margin-bottom: 12px;
}

.nav-info-link {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s;
  display: block;
}

.nav-info-link:hover {
  color: var(--primary);
}

.nav-follow-text {
  color: #fff;
  margin-top: 44px;
  margin-bottom: -2px;
  font-family: Nois jessi neue, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 25px;
}

.footer-contact-heading {
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: Nois jessi neue, sans-serif;
}

.pagination-arrow {
  width: 20px;
  height: 18px;
  margin-top: -2px;
  font-size: 20px;
}

.follow-icon-line {
  background-color: var(--dark);
  width: 12px;
  height: 2px;
  position: absolute;
}

.follow-icon-line.vertical {
  width: 2px;
  height: 12px;
}

.work-card-name {
  margin-top: .8vw;
  font-family: Nois jessi neue, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1.5vw;
}

.work-card {
  background-color: var(--dark);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 4vw;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.work-card:hover {
  background-color: var(--dark-2);
}

.work-card.throne {
  flex-direction: column;
  align-items: stretch;
}

.work-cards {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  justify-items: stretch;
  padding-left: 2vw;
  padding-right: 2vw;
  display: grid;
}

.work-card-item {
  flex-direction: column;
  width: 100%;
  display: block;
}

.work-card-image {
  width: auto;
  height: auto;
  max-height: 100%;
  margin-bottom: 2vw;
}

.works {
  flex: 1;
}

.work-card-category {
  color: var(--white-30);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.all-posts-text {
  margin-left: 5px;
}

.loading-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.loading {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.contact-form-block {
  margin-left: 12%;
  margin-right: 12%;
  padding-top: 8px;
}

.post-info {
  color: var(--white-50);
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.follow-icon-wrapper {
  width: 38px;
}

.nav-link-text {
  z-index: 3;
  font-family: Nois jessi neue, sans-serif;
  position: relative;
}

.nav-link-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.scroll-link {
  z-index: 5;
  color: var(--white);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .6s, color .6s;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.scroll-link:hover {
  background-color: var(--white);
  color: var(--dark);
}

.scroll-link.w--current {
  transition: color .6s, background-color .6s;
}

.scroll {
  padding: 4px 10px;
}

.footer-social {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -8px;
  display: flex;
}

.nav-link-number {
  margin-top: 2.7vh;
  margin-left: -3vh;
  font-family: Nois jessi neue, sans-serif;
  font-size: 1.7vh;
  line-height: 2vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image {
  clear: none;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  flex: 0 auto;
  align-self: center;
  margin-left: 2px;
  margin-right: 9px;
  padding: 7px 0 0 9px;
  display: block;
  position: static;
}

.heading {
  text-align: center;
  letter-spacing: 2px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 11px;
  margin-bottom: 0;
  padding-right: 19px;
  font-family: Nois jessi neue, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  display: flex;
  overflow: visible;
}

.background-video {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: center;
  display: flex;
}

.background-video-2 {
  display: block;
  position: static;
}

.image-2 {
  order: 0;
  align-self: center;
  margin-left: -1px;
  margin-right: 34px;
  padding-top: 0;
  padding-bottom: 7px;
  padding-right: 0;
}

.column {
  padding-left: 0;
}

.column-2 {
  display: block;
}

.columns {
  align-self: flex-start;
  margin-left: 0;
  padding-left: 0;
  padding-right: 31px;
}

.text-block {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container {
  grid-template: "."
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  display: block;
}

.div-block {
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.heading-2 {
  font-family: Nois jessi neue, sans-serif;
}

.text-span {
  color: #ffa61e;
}

.heading-3, .div-block-2, .heading-4, .list {
  display: none;
}

.heading-5 {
  font-family: Nois jessi neue, sans-serif;
}

.text-block-2 {
  text-align: center;
  flex: 1;
  align-self: center;
}

.text-span-2 {
  color: #ffa61e;
}

.image-3 {
  flex: 0 auto;
  order: 0;
  align-self: center;
  display: block;
  position: static;
}

.lightbox-link {
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-top: 0;
  padding-right: 29px;
  display: flex;
}

.heading-6 {
  font-family: Nois jessi neue, sans-serif;
}

.div-block-3 {
  display: flex;
}

.div-block-4 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 48px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    font-size: 21px;
    line-height: 28px;
  }

  h4 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }

  h5 {
    font-size: 15px;
    line-height: 20px;
  }

  h6 {
    font-size: 13px;
    line-height: 20px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.no-padding-side {
    padding-left: 0;
    padding-right: 0;
  }

  .section.page-header-section {
    min-height: 60vw;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.post-image-section {
    height: 60vw;
    min-height: 0;
    max-height: none;
  }

  .section.post-top-section {
    padding-top: 160px;
  }

  .section.media-promo-section {
    height: 80vw;
    min-height: 0;
  }

  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .no-margin {
    margin: 0;
  }

  .intro {
    margin-bottom: 60px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro.left {
    margin-left: 0;
  }

  .text-label {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .page-wrapper.sg-wrapper {
    margin-left: 0;
  }

  .changelog {
    width: 83.33%;
  }

  .tooltip {
    display: none;
  }

  .change {
    padding: 24px;
  }

  .licence-items {
    width: 81.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sg-button-wrapper {
    padding: 40px 12%;
  }

  .sg-buttons {
    padding-bottom: 80px;
  }

  .sg-sidebar {
    border-bottom: 1px solid var(--dark-2);
    border-right-style: none;
    width: 100%;
    padding-bottom: 0;
    position: relative;
  }

  .sg-sidebar-heading {
    padding: 20px;
  }

  .sg-sidebar-menu {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .sg-sidebar-link {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sg-sidebar-link.w--current {
    box-shadow: inset 0 -2px 0 0 var(--primary);
  }

  .sg-back-link {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .nav-link-3 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 21px;
    line-height: 28px;
  }

  .nav-link-3:hover, .nav-link-3.w--current, .nav-link-3.w--current:hover {
    color: #fff;
  }

  .nav-link-3.w--open {
    box-shadow: none;
  }

  .breadcrumbs {
    padding: 8px;
  }

  .input.search-input {
    margin: 0;
  }

  .nav-category-link {
    margin-left: 12px;
    padding: 28px 12px;
  }

  .social-button {
    border-style: none;
    width: 36px;
    height: 36px;
    padding: 9px;
  }

  .divider {
    width: 88px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .text-big {
    font-size: 16px;
    line-height: 28px;
  }

  .no-padding {
    padding: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .counters {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 6%;
    margin-right: 6%;
  }

  .counter {
    height: 23vw;
    max-height: none;
    box-shadow: -1px -1px 0 0 var(--white-12);
    padding-left: 14%;
    padding-right: 14%;
  }

  .counter-number {
    font-size: 44px;
    line-height: 48px;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .testimonials-v1-slide {
    min-height: 400px;
  }

  .instagram-feed {
    flex-wrap: wrap;
  }

  .instagram-photo {
    flex: 15%;
  }

  .service {
    padding: 7vw 4vw;
  }

  .service:hover {
    border-color: #0000;
  }

  .side-info {
    padding-left: 4%;
    padding-right: 4%;
  }

  .side-info.sticky {
    position: static;
  }

  .testimonial {
    max-width: 440px;
    margin: 16px;
  }

  .footer {
    flex-flow: column wrap;
  }

  .footer-nav {
    width: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .footer-v1-link {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: 24px;
    font-size: 15px;
    line-height: 20px;
  }

  .counter-text {
    font-size: 15px;
    line-height: 24px;
  }

  .protected-page {
    padding-left: 8px;
    padding-right: 8px;
  }

  .password-heading {
    margin-bottom: 24px;
  }

  .search {
    margin-bottom: 0;
  }

  .search-result-card {
    margin-bottom: 24px;
  }

  .blog-post-text p, .blog-post-text h2, .blog-post-text h1, .blog-post-text h3, .blog-post-text blockquote, .blog-post-text h4, .blog-post-text h5, .blog-post-text ul, .blog-post-text h6, .blog-post-text ol {
    margin-left: 12%;
    margin-right: 12%;
  }

  .blog-post {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 64px;
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .testimonials-arrow {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .media-info {
    padding: 16px 20px 15px;
  }

  .link-underline {
    display: none;
  }

  .heading-margin-big {
    margin-bottom: 20px;
  }

  .review-v2-text p {
    font-size: 15px;
    line-height: 24px;
  }

  .services {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .subscribe {
    border-top-style: none;
    border-bottom-style: none;
    padding: 60px 8%;
  }

  .post-first-letter {
    margin-left: 12%;
  }

  .work-v3 {
    height: 31vw;
  }

  .work-v1 {
    height: 47vw;
    max-height: none;
  }

  .work-presentation p, .work-presentation h2, .work-presentation h1, .work-presentation h3, .work-presentation blockquote, .work-presentation h4, .work-presentation h5, .work-presentation ul, .work-presentation h6, .work-presentation ol {
    margin-left: 12%;
    margin-right: 12%;
  }

  .work-presentation figure {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .nav-work-link {
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .team-card {
    height: 33vw;
    max-height: none;
  }

  .icon {
    width: 44px;
    margin-bottom: 20px;
  }

  .page-intro {
    min-height: 160px;
    padding-top: 3vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .breadcrumbs-divider {
    margin-left: 4px;
    margin-right: 4px;
  }

  .post-card-heading {
    margin-bottom: 16px;
  }

  .nav-categories {
    flex-wrap: wrap;
  }

  .post-card {
    padding-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .post-card:hover {
    transform: none;
  }

  .post-card-thumb {
    max-width: none;
    height: 54vw;
    max-height: none;
  }

  .post-card-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .subscribe-section {
    flex-wrap: wrap;
  }

  .subscribe-heading {
    margin-top: 8px;
  }

  .client {
    margin: 0;
  }

  .client-logo {
    height: 26%;
    min-height: 20px;
  }

  .accordion-info {
    padding-left: 64px;
  }

  .plus-icon {
    margin-right: 16px;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .search-result-image {
    width: 160px;
    height: 120px;
  }

  .blog-tags {
    margin-top: 0;
    margin-left: 8px;
    margin-right: 8px;
  }

  .page-bg-text {
    letter-spacing: 1.5vw;
    font-size: 18vw;
    line-height: 20vw;
    top: 7%;
  }

  .footer-left {
    border-bottom: 1px solid var(--white-12);
    border-right-style: none;
    width: 100%;
    padding: 6vw;
  }

  .post-cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 24px;
  }

  .icon-box {
    width: 72px;
    height: 72px;
  }

  .promo-images-2 {
    width: 88%;
  }

  .post-top-info {
    margin-left: 12%;
    margin-right: 12%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-works-button {
    border-left: 1px solid var(--white-12);
    width: 64px;
    height: 100%;
  }

  .text-huge {
    font-size: 21px;
    line-height: 32px;
  }

  .gallery {
    width: 108vw;
    margin-left: -4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .promo-social-line {
    width: 80px;
  }

  .contact-blocks {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .floating-tooltip {
    display: none;
  }

  .hire-form {
    padding-left: 8%;
    padding-right: 8%;
  }

  .hire {
    margin-left: 8px;
    margin-right: 8px;
  }

  .intro-text-big {
    font-size: 24px;
    line-height: 32px;
  }

  .side-media-box {
    z-index: 3;
  }

  .hover {
    display: none;
  }

  .post-tags-wrapper {
    margin-left: 12%;
    margin-right: 12%;
  }

  .cta-bg-text {
    letter-spacing: 1.5vw;
    font-size: 18vw;
    line-height: 20vw;
    top: 7%;
  }

  .work-v2 {
    height: 31vw;
    max-height: none;
  }

  .quote-intro {
    padding-left: 8%;
    padding-right: 8%;
  }

  .signature {
    margin-top: 20px;
  }

  .portfolio-button-2 {
    margin: 20px;
    position: fixed;
  }

  .nav-link-image {
    display: none;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    padding: 15px 16px;
  }

  .menu-button.w--open {
    color: #161a25;
    background-color: #0000;
  }

  .navigation {
    padding-right: 8px;
  }

  .nav-bar {
    border-top: 1px solid #161a251a;
    height: 80px;
    padding-right: 0;
  }

  .nav-link {
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 5vw;
    line-height: 5vw;
  }

  .nav-link:hover, .nav-link.w--current, .nav-link.w--current:hover {
    color: #fff;
  }

  .nav-link.w--open {
    box-shadow: none;
  }

  .brand {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-bar-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .follow {
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    inset: auto 0% 0%;
  }

  .follow-button {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .follow-links {
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .slider-button {
    width: 64px;
    height: 64px;
    position: fixed;
    inset: 3% 0% 0% auto;
  }

  .slider-button:hover {
    color: var(--white);
    background-color: #0000;
  }

  .slider-button.left {
    left: 0;
    right: auto;
  }

  .slide-content {
    margin-bottom: 15vh;
    display: flex;
  }

  .slide-heading {
    font-size: 7vw;
    line-height: 7vw;
  }

  .slide-numbers {
    display: none;
  }

  .nav-links, .nav-info {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .work-card-name {
    margin-top: 8px;
    font-size: 16px;
    line-height: 20px;
  }

  .work-card {
    padding: 4vw;
  }

  .work-card:hover {
    background-color: var(--dark);
  }

  .work-cards {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .work-card-item {
    padding: 0;
  }

  .work-card-image {
    margin-bottom: 28px;
  }

  .work-card-category {
    font-size: 10px;
  }

  .all-posts-text, .follow-icon-wrapper, .scroll-link, .nav-link-number {
    display: none;
  }

  .image {
    display: block;
    position: static;
  }

  .heading {
    margin-top: 112px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.no-padding-side {
    padding-left: 0;
    padding-right: 0;
  }

  .section.page-header-section {
    min-height: 48vw;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.post-image-section {
    height: 44vw;
  }

  .section.post-top-section {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .section.media-promo-section {
    justify-content: center;
    height: 80vw;
    max-height: none;
  }

  .no-margin {
    margin: 0;
  }

  .intro {
    margin-bottom: 48px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .footer-bottom {
    margin-bottom: 0;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .changelog, .licence-items {
    width: 100%;
  }

  .licence-item {
    padding: 32px;
  }

  .licence-item-info {
    padding-left: 32px;
  }

  .button.nav-button {
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 13px;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .nav-link-3 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
    line-height: 24px;
  }

  .post-card-info {
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .input.search-input {
    height: 56px;
    margin: 0;
  }

  .nav-category-link {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-big {
    font-size: 15px;
  }

  .no-padding {
    padding: 0;
  }

  .card {
    min-height: 320px;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .counters {
    flex-wrap: wrap;
  }

  .counter {
    flex: 0 auto;
  }

  .counter-number {
    font-size: 36px;
    line-height: 40px;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .instagram-photo {
    flex-basis: 25%;
  }

  .subscribe-form {
    min-width: 0;
  }

  .service {
    width: 100%;
  }

  .side-info {
    padding-left: 0%;
    padding-right: 0%;
  }

  .testimonial {
    max-width: 500px;
  }

  .review-v2-avatar {
    width: 48px;
    height: 48px;
  }

  .footer-nav {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .counter-text {
    font-size: 13px;
    line-height: 20px;
  }

  .protected-page {
    height: auto;
    min-height: 100vh;
  }

  .password-card {
    min-width: 400px;
  }

  .contact-form {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .blog-post-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-post {
    padding-top: 48px;
  }

  .subscribe {
    flex-wrap: wrap;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .post-first-letter {
    margin-top: 3px;
    margin-right: 8px;
    font-size: 48px;
    line-height: 40px;
  }

  .work-presentation p {
    font-size: 14px;
    line-height: 24px;
  }

  .work-presentation figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .team-card {
    height: 32vw;
    max-height: none;
  }

  .icon {
    width: 40px;
    margin-bottom: 16px;
  }

  .page-intro {
    padding-top: 4vw;
  }

  .page-link {
    height: 20px;
    font-size: 10px;
  }

  .breadcrumbs-divider {
    margin-left: 1px;
    margin-right: 1px;
  }

  .post-card {
    margin-bottom: 16px;
    padding: 16px;
  }

  .post-card-content {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .clients-section {
    flex-wrap: wrap;
  }

  .client {
    flex: 1;
    height: 11vw;
    padding-left: 3%;
    padding-right: 3%;
  }

  .client-logo {
    height: 30%;
  }

  .accordion-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .accordion-text {
    padding-bottom: 24px;
  }

  .subscribe-form-block {
    flex: 0 auto;
    width: 100%;
  }

  .main-grid {
    grid-row-gap: 48px;
  }

  .top-button {
    display: none;
  }

  .page-heading {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 48px;
  }

  .first-letter {
    margin-top: 3px;
    margin-right: 8px;
    font-size: 48px;
    line-height: 40px;
  }

  .step {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-right {
    padding-left: 0;
    padding-right: 0;
  }

  .post-cards {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .icon-box {
    width: 64px;
    height: 64px;
  }

  .promo-images-2 {
    width: 100%;
  }

  .nav-works-button {
    width: 60px;
    display: none;
  }

  .review-v2-author {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .feature-step-line {
    width: 1px;
    height: 48px;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .contact-blocks {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-block-info {
    font-size: 17px;
    line-height: 24px;
  }

  .hire-form-label {
    text-align: left;
    margin-bottom: -40px;
  }

  .hire-form {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding-left: 12%;
    padding-right: 12%;
  }

  .hire {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .intro-text-big {
    font-size: 21px;
    line-height: 28px;
  }

  .tag {
    height: 24px;
    padding: 6px 7px 6px 9px;
    font-size: 9px;
    line-height: 12px;
  }

  .quote-intro {
    margin-bottom: 48px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .signature {
    height: 40px;
    margin-top: 16px;
  }

  .portfolio-button-2 {
    margin: 16px;
  }

  .logo-text-2 {
    margin-top: -3px;
    font-size: 17px;
    line-height: 28px;
  }

  .navigation {
    padding-right: 0;
  }

  .logo-description-2 {
    margin-top: -2px;
  }

  .nav-bar {
    height: 64px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 6vw;
    line-height: 6vw;
  }

  .brand {
    padding: 10px 16px;
  }

  .nav-bar-info {
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    height: 38px;
  }

  .logo-info {
    margin-left: 14px;
  }

  .follow {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .work-card-image {
    margin-bottom: 16px;
  }

  .post-info {
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 479px) {
  ul, ol {
    padding-left: 32px;
  }

  .section.no-padding-side {
    padding-left: 0;
    padding-right: 0;
  }

  .section.page-header-section {
    min-height: 90vw;
  }

  .section.post-image-section {
    height: 72vw;
  }

  .section.media-promo-section {
    align-items: center;
    height: auto;
  }

  .no-margin {
    margin: 0;
  }

  .intro {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-bottom {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .change {
    padding: 16px;
  }

  .licence-item {
    flex-direction: column;
    padding-top: 32px;
  }

  .licence-item-info {
    text-align: center;
    align-items: center;
    margin-top: 16px;
    padding-left: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .post-card-info {
    flex-wrap: wrap;
  }

  .input.search-input {
    margin: 0;
    padding-left: 0;
  }

  .nav-category-link {
    height: 48px;
    box-shadow: none;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 2px 40px 0;
    display: flex;
  }

  .nav-category-link.w--current {
    box-shadow: none;
    color: var(--primary);
  }

  .inline-links {
    width: 100%;
  }

  .no-padding {
    padding: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .counters {
    margin-left: 0;
    margin-right: 0;
  }

  .counter {
    width: 100%;
    height: 40vw;
    margin-right: 0;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .instagram-feed {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .subscribe-form {
    grid-template-columns: 1fr;
  }

  .service {
    box-shadow: 0 1px 0 0 var(--white-12);
    padding: 8vw;
  }

  .testimonial {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 32px;
  }

  .review-v2-avatar {
    width: 72px;
    height: 72px;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .footer-v1-link {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 20px;
  }

  .protected-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .password-card {
    width: 100%;
    min-width: 0;
    margin-left: 8px;
    margin-right: 8px;
    padding: 40px;
  }

  .search {
    width: 100%;
  }

  .search-result-card {
    flex-direction: column;
    align-items: stretch;
  }

  .contact {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form {
    width: 100%;
    max-width: none;
  }

  .blog-post-text p, .blog-post-text h2, .blog-post-text h1, .blog-post-text h3, .blog-post-text blockquote, .blog-post-text h4, .blog-post-text h5, .blog-post-text ul, .blog-post-text h6, .blog-post-text ol {
    margin-left: 0%;
    margin-right: 0%;
  }

  .testimonials-arrow {
    display: none;
  }

  .media-info {
    max-width: 100%;
  }

  .services {
    grid-template-columns: 1fr;
  }

  .subscribe {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .post-first-letter {
    margin-left: 0%;
  }

  .work-v3, .work-v1 {
    height: 91vw;
  }

  .work-presentation, .work-presentation p, .work-presentation h2, .work-presentation h1, .work-presentation h3, .work-presentation blockquote, .work-presentation h4, .work-presentation h5, .work-presentation ul, .work-presentation h6 {
    margin-left: 0;
    margin-right: 0;
  }

  .work-presentation ol {
    margin-left: 0%;
    margin-right: 0%;
  }

  .work-presentation figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .nav-social {
    justify-content: flex-start;
    width: 100%;
  }

  .team-card {
    height: 133vw;
  }

  .page-intro {
    padding-top: 8vw;
  }

  .post-card-heading {
    font-size: 21px;
    line-height: 28px;
  }

  .nav-categories {
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 32px;
    display: block;
  }

  .nav-category-list {
    flex-direction: column;
    align-items: stretch;
  }

  .post-card {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .post-card-thumb {
    width: 100%;
    max-width: none;
    height: 60vw;
  }

  .post-card-content {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .subscribe-heading {
    margin: 0;
  }

  .clients-section {
    flex-direction: column;
  }

  .client {
    height: 18vw;
    padding: 8vw;
  }

  .client-logo {
    min-height: 24px;
  }

  .main-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .search-result-image {
    width: 100%;
    height: 50vw;
  }

  .search-result-info {
    padding-top: 24px;
    padding-left: 0;
  }

  .list-dropdown {
    flex-flow: column;
    overflow: hidden;
  }

  .list-dropdown-heading {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    flex: none;
    align-items: center;
    height: 48px;
    padding: 3px 40px 0 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 32px;
    display: flex;
    position: relative;
  }

  .list-dropdown-arrow {
    opacity: .5;
    width: 18px;
    position: absolute;
    right: 20px;
  }

  .blog-tags {
    margin-left: 0%;
    margin-right: 0%;
  }

  .first-letter {
    margin-left: 0%;
  }

  .footer-left {
    flex-direction: column;
    justify-content: flex-start;
  }

  .post-cards {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .promo-images-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .post-top-info {
    margin-left: 0%;
    margin-right: 0%;
  }

  .gallery {
    flex-direction: column;
    width: 100vw;
    margin-left: 0;
    padding-left: 8%;
    padding-right: 8%;
  }

  .gallery-link {
    margin: 16px 0;
  }

  .review-v2-author {
    padding-left: 12px;
    padding-right: 12px;
  }

  .review-v2-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 12px;
  }

  .feature-step-line {
    margin-top: 32px;
    margin-bottom: -16px;
  }

  .contact-blocks {
    flex-direction: column;
    align-self: start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .inline-block {
    box-shadow: 0 1px 0 0 var(--white-12);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hire-form {
    width: 100%;
    max-width: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hover {
    display: none;
  }

  .post-tags-wrapper {
    margin-left: 0%;
    margin-right: 0%;
  }

  .post-tags {
    margin-left: -4px;
  }

  .work-v2 {
    height: 91vw;
  }

  .quote-intro {
    padding-left: 0%;
    padding-right: 0%;
  }

  .signature {
    align-self: center;
    height: auto;
  }

  .navigation {
    padding-left: 0;
  }

  .nav-content {
    flex-direction: column;
    padding-top: 80px;
  }

  .nav-link {
    font-size: 8vw;
    line-height: 8vw;
  }

  .logo-info {
    display: none;
  }

  .follow-links {
    justify-content: center;
  }

  .slider-button {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .slide {
    justify-content: center;
    align-items: center;
  }

  .slide-content {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: -3vh;
    display: flex;
  }

  .slide-content._1 {
    margin-bottom: 43vh;
  }

  .slide-heading {
    text-align: center;
    align-items: center;
    font-size: 10vw;
    line-height: 10vw;
  }

  .nav-links {
    flex: 0 auto;
    order: -1;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-info {
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .work-card-name {
    margin-bottom: 8px;
  }

  .work-card {
    padding: 8vw;
  }

  .work-cards {
    grid-template-columns: 1fr;
  }

  .work-card-item {
    width: 100%;
  }

  .work-card-image {
    margin-bottom: 20px;
  }

  .all-posts-text {
    display: flex;
  }

  .contact-form-block {
    margin-left: 0%;
    margin-right: 0%;
  }

  .post-info {
    flex-wrap: wrap;
  }

  .footer-social {
    justify-content: flex-start;
    width: 100%;
  }

  .image {
    text-align: center;
    flex: 0 auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    top: 16px;
    left: auto;
  }

  .heading {
    text-align: center;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: -3px;
    padding-top: 0;
    padding-right: 0;
    font-size: 30px;
    position: relative;
    left: auto;
  }

  .image-3 {
    order: 0;
    max-width: 80%;
  }

  .lightbox-link {
    justify-content: center;
    padding-top: 9px;
    padding-right: 0;
  }
}

#w-node-_4998b76f-f6af-7722-8d12-1aad96fe32f3-24e5811a {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_4998b76f-f6af-7722-8d12-1aad96fe32f9-24e5811a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_4998b76f-f6af-7722-8d12-1aad96fe3352-24e5811a {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_4998b76f-f6af-7722-8d12-1aad96fe3354-24e5811a {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_4998b76f-f6af-7722-8d12-1aad96fe33e2-24e5811a {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center start;
}

#w-node-_4998b76f-f6af-7722-8d12-1aad96fe33ed-24e5811a {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_99fe1e6f-f3c8-303c-4d99-c18f7bdc7dd0-7bdc7dc5, #w-node-c8c7d823-716a-f44e-f3ae-c7fc121b3ace-7bdc7dc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Contact-v2-Phone.w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f130-c6e5810a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Contact-v2-Info.w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f131-c6e5810a, #w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f132-c6e5810a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f136-c6e5810a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-b458605a-67a6-27a8-08a4-3fb1f74628d0-09e58117 {
  align-self: center;
}

#w-node-e609dee2-ed05-f690-8f69-7020933107f9-09e58117, #w-node-_51853890-fb81-9fc7-a2e3-42948a0ed5e1-09e58117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#Contact-v3-Work.w-node-fa811280-0f56-5d22-19c8-2ce77debda03-09e58117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fdc45aa-f2d9-d1c3-2bbf-18d1c9c1fc49-09e58117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#Contact-v3-Budget.w-node-a6130849-0e16-95f3-602f-e9ebe33f55b8-09e58117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f0b02f1-e3f9-7c9e-bcb0-a161cdd47822-09e58117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#Contact-v3-Deadline.w-node-_2d101292-1edb-138e-8473-d7ad823af417-09e58117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f638888-7466-d8a1-4a6d-5a840012c87f-09e58117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fa811280-0f56-5d22-19c8-2ce77debda0b-09e58117 {
  justify-self: start;
}

#w-node-_06a727d9-4b41-0545-600a-eb00bfe59dfb-c0e58111 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-c0e58111 {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_549fadba-70ad-fa09-1a38-e6a615d88a55-dce58119 {
  align-self: center;
}

#w-node-c5651e49-a67b-7b13-2b5a-9ecb5a225743-4ae58116 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: start;
}

#w-node-c5651e49-a67b-7b13-2b5a-9ecb5a225749-4ae58116 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-eb4c3ae5-b253-3001-e969-bb0a5b24aa68-4ae58116 {
  grid-area: 1 / 6 / 2 / 12;
  place-self: center start;
}

#w-node-_2defc5b4-ef93-4cdf-e319-3c472b7ea85d-4ae58116 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_2defc5b4-ef93-4cdf-e319-3c472b7ea836-4ae58116 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_4998b76f-f6af-7722-8d12-1aad96fe32f3-24e5811a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4998b76f-f6af-7722-8d12-1aad96fe32f9-24e5811a {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_4998b76f-f6af-7722-8d12-1aad96fe3352-24e5811a, #w-node-_4998b76f-f6af-7722-8d12-1aad96fe3354-24e5811a, #w-node-_4998b76f-f6af-7722-8d12-1aad96fe33e2-24e5811a, #w-node-_4998b76f-f6af-7722-8d12-1aad96fe33ed-24e5811a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_06a727d9-4b41-0545-600a-eb00bfe59dfb-c0e58111 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-c0e58111 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-c5651e49-a67b-7b13-2b5a-9ecb5a225743-4ae58116 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c5651e49-a67b-7b13-2b5a-9ecb5a225749-4ae58116 {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-eb4c3ae5-b253-3001-e969-bb0a5b24aa68-4ae58116 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_2defc5b4-ef93-4cdf-e319-3c472b7ea85d-4ae58116 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_2defc5b4-ef93-4cdf-e319-3c472b7ea836-4ae58116 {
    grid-area: 2 / 2 / 3 / 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4998b76f-f6af-7722-8d12-1aad96fe3352-24e5811a {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_4998b76f-f6af-7722-8d12-1aad96fe3354-24e5811a {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_4998b76f-f6af-7722-8d12-1aad96fe33e2-24e5811a {
    grid-area: 2 / 2 / 3 / 8;
    place-self: center start;
  }

  #w-node-_4998b76f-f6af-7722-8d12-1aad96fe33ed-24e5811a {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #Contact-v2-Info.w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f131-c6e5810a, #w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f132-c6e5810a, #w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f136-c6e5810a, #Contact-v3-Info.w-node-fa811280-0f56-5d22-19c8-2ce77debda06-09e58117, #w-node-fa811280-0f56-5d22-19c8-2ce77debda07-09e58117, #w-node-fa811280-0f56-5d22-19c8-2ce77debda0b-09e58117 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4998b76f-f6af-7722-8d12-1aad96fe32f9-24e5811a, #w-node-_4998b76f-f6af-7722-8d12-1aad96fe3352-24e5811a, #w-node-_4998b76f-f6af-7722-8d12-1aad96fe3354-24e5811a, #w-node-_4998b76f-f6af-7722-8d12-1aad96fe33e2-24e5811a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4998b76f-f6af-7722-8d12-1aad96fe33ed-24e5811a {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_99fe1e6f-f3c8-303c-4d99-c18f7bdc7dd0-7bdc7dc5, #w-node-c8c7d823-716a-f44e-f3ae-c7fc121b3ace-7bdc7dc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_06a727d9-4b41-0545-600a-eb00bfe59dfb-c0e58111, #w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-c0e58111, #w-node-c5651e49-a67b-7b13-2b5a-9ecb5a225749-4ae58116 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-eb4c3ae5-b253-3001-e969-bb0a5b24aa68-4ae58116 {
    grid-column: span 4 / span 4;
  }

  #w-node-_2defc5b4-ef93-4cdf-e319-3c472b7ea85d-4ae58116 {
    grid-column: 1 / 5;
  }

  #w-node-_2defc5b4-ef93-4cdf-e319-3c472b7ea836-4ae58116 {
    grid-column: span 4 / span 4;
  }
}


@font-face {
  font-family: 'Nois jessi neue';
  src: url('../fonts/Nois---Jessi-Neue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}