:root {
  --white: white;
  --dark: #161719;
  --dark-2: #232427;
  --dark-60: #16171999;
  --primary: #f02b41;
  --white-12: #ffffff1f;
  --dark-20: #16171933;
  --dark-40: #16171966;
  --white-50: #ffffff80;
  --red: #f02b41;
  --twitter: #2aa3f0;
  --facebook: #3b5998;
  --instagram: #f83f5a;
  --vimeo: #1ab7ea;
  --youtube: #fc0d1c;
  --linkedin: #2b66bc;
  --white-20: #fff3;
  --dark-80: #161719cc;
  --white-85: #ffffffd9;
  --main-color-dark: #d1612d;
  --white-40: #fff6;
  --white-30: #ffffff4d;
}

.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-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-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M10.28 2.97a.75.75 0 0 1 0 1.06L5.03 9.28a.75.75 0 0 1-1.06 0L1.72 7.03a.75.75 0 1 1 1.06-1.06L4.5 7.69l4.72-4.72a.75.75 0 0 1 1.06 0Z'/%3E%3C/svg%3E");
  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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  background-color: var(--white);
  color: var(--dark);
  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 {
  color: var(--dark-2);
  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 {
  color: var(--dark-60);
  margin-bottom: 24px;
  font-size: 13px;
  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(--white);
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.section.no-padding-top {
  padding-bottom: 128px;
}

.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(--dark-20);
  background-color: var(--white);
  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: 25px auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

._404-page {
  background-image: linear-gradient(#0009, #0009), url('../images/exhibitions.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;
  color: var(--white);
  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(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

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

.link-white {
  color: #fff;
  text-decoration: none;
  transition: color .4s;
}

.link-white:hover {
  color: var(--primary);
}

.footer-bottom {
  color: var(--dark-40);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 3vw 5vw;
  font-size: 11px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.page-wrapper {
  object-fit: fill;
  min-height: 100vh;
  max-height: 100vh;
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
  overflow: hidden;
}

.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 {
  box-shadow: inset 0 0 0 2px var(--dark);
  color: var(--dark);
  text-align: center;
  background-color: #0000;
  background-image: none;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .6s, box-shadow .6s, border-color .6s, color .6s, background-color .6s;
  display: flex;
}

.button:hover {
  background-color: var(--white);
  color: var(--dark);
}

.button.filled {
  color: var(--dark);
  background-color: #fff;
}

.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 {
  border-radius: 0;
  height: 42px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 12px;
}

.button.nav-button:hover {
  background-color: var(--dark);
  box-shadow: inset 0 0 0 2px var(--dark);
  color: var(--white);
}

.button.buy-now {
  width: 150px;
}

.button.follow-me {
  border-radius: 0;
  height: 42px;
  margin-top: 35px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 12px;
}

.button.follow-me:hover {
  background-color: var(--dark);
  box-shadow: inset 0 0 0 2px var(--dark);
  color: var(--white);
}

.button.back-to-portfolio {
  width: auto;
  max-width: 300px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.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);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 72px;
  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(--dark-40);
}

.bg-image {
  z-index: 0;
  opacity: .8;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: 0;
}

.bg-image.post-image {
  opacity: .8;
  height: 160%;
}

.bg-image.cta-image {
  opacity: .45;
}

.bg-image.page-image {
  background-image: url('../images/aleksandraportraitbybarebjarne1.jpg');
  background-position: 50%;
  background-size: cover;
}

.breadcrumbs {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 20px;
  display: flex;
  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(--dark-20);
  color: var(--dark);
  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;
  overflow: hidden;
}

.input:hover {
  border-color: var(--dark-60) var(--dark-60) var(--white);
}

.input:focus {
  border-color: var(--primary);
}

.input::placeholder {
  color: var(--dark-20);
}

.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(--dark-60);
  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.w--current {
  box-shadow: inset 0 -2px 0 0 var(--primary);
  color: var(--dark);
}

.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 {
  background-color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  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 {
  background-color: var(--dark);
}

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

.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(--dark-20);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
  position: relative;
  overflow: hidden;
}

.counter {
  background-color: var(--white);
  box-shadow: -1px 0 0 0 var(--dark-20);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 248px;
  max-height: 20vw;
  padding: 16%;
  text-decoration: none;
  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;
}

.subscribe-form.landing-page {
  margin-bottom: 0;
}

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

.event-item-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.event-item-content.sticky {
  padding-left: 15px;
  position: sticky;
  top: 144px;
}

.marker-link {
  color: var(--dark);
  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;
}

.marker-link.calender {
  margin-right: 10px;
}

.testimonial {
  z-index: 1;
  background-color: var(--dark);
  max-width: 570px;
  height: auto;
  margin: 7vh;
  padding: 48px;
  position: relative;
}

.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(--dark-20);
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 3vw 5vw;
  display: flex;
}

.footer-v1-link {
  color: var(--dark-2);
  margin-top: 1vw;
  margin-bottom: 1vw;
  margin-right: 3vw;
  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(--dark-60);
  margin-top: 4px;
  margin-bottom: 1px;
  font-size: 17px;
  font-weight: 800;
  line-height: 28px;
  text-decoration: none;
  position: relative;
}

.counter-text.cotw {
  color: var(--dark);
  margin-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.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(--dark-60);
  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;
}

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

.subscribe.landing-page {
  border-top: 1px solid #000;
  margin-top: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.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 {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: 33vw;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.work-v2-thumb {
  color: var(--dark);
  height: 100%;
  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 {
  color: var(--dark-60);
  max-width: 770px;
  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: var(--dark);
  height: 2px;
  margin-bottom: 6px;
}

.menu-icon-line-bottom {
  background-color: var(--dark);
  height: 2px;
}

.nav-social {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: 0;
  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 {
  box-shadow: inset 0 0 0 5px var(--primary);
  background-color: #fff;
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
}

.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-intro.residencies {
  margin-top: 128px;
  margin-bottom: 128px;
}

.page-link {
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 21px;
  padding: 4px 8px 3px 10px;
  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;
}

.page-link.current.black:hover {
  color: var(--white);
}

.page-link.black {
  color: var(--dark-60);
}

.page-link.black:hover {
  background-color: var(--dark-80);
  color: var(--white);
}

.breadcrumbs-divider {
  background-color: var(--white-50);
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.breadcrumbs-divider.black {
  background-color: var(--dark-60);
}

.post-card-image {
  background-image: none;
  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(--dark-20);
  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(--white);
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.subscribe-heading {
  z-index: 1;
  margin-top: 12px;
  margin-bottom: 4px;
  position: relative;
}

.subscribe-heading.landing-page {
  font-size: 16px;
}

.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 {
  box-shadow: 1px 1px 0 0 var(--white-12);
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 12vw;
  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(--dark-40);
  padding-bottom: 32px;
}

.accordion-heading {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.licence-heading {
  margin-bottom: 16px;
}

.footer-email-link {
  color: var(--dark);
  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);
  color: var(--white-50);
  align-items: center;
  width: 100%;
  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: 30px;
  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;
  width: 100%;
  display: grid;
}

.search-result-image {
  background-color: var(--dark-2);
  background-image: none;
  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);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 32px;
  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;
  color: var(--white);
  letter-spacing: .5vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2vw;
  font-size: 3vw;
  line-height: 8vw;
  position: relative;
}

.page-heading.works {
  color: var(--dark);
}

.preloader {
  z-index: 10000;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.loading-icon {
  z-index: 1;
  filter: invert();
  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(--dark-20);
  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(--dark-60);
  text-decoration: none;
  transition: color .4s;
}

.footer-bottom-link:hover {
  color: var(--dark);
}

.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(--dark-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.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-size: 26px;
  line-height: 40px;
}

.text-highlighted {
  color: var(--primary);
  background-color: #ffa61e0d;
  padding-left: 4px;
  padding-right: 4px;
}

.text-colored {
  color: var(--primary);
}

.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: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.review-v2-name {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.review-v2-bio {
  color: var(--white-50);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
}

.select-field {
  color: var(--white-50);
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  height: 100%;
  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-top: -90px;
  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;
}

.inline-block.side-border {
  border-right: 1px solid var(--dark-20);
}

.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%;
  margin-bottom: 24px;
  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);
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 40px;
  height: 28px;
  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: 200px;
  font-weight: 700;
  line-height: 170px;
  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-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;
}

.subscribe-info.landing-page {
  font-size: 12px;
}

.side-info-image {
  width: 100%;
  margin-bottom: 0;
}

.signature {
  height: 52px;
  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%;
  position: absolute;
  inset: 0%;
}

.menu-button {
  z-index: 10;
  color: #fff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 15px 16px;
  font-weight: 700;
}

.menu-button.w--open {
  background-color: #0000;
}

.logo-text-2 {
  margin-top: -2px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.logo-text-2.landing-page {
  font-size: 32px;
}

.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: 50px;
  display: flex;
  position: relative;
}

.logo-description-2 {
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-top: 2px;
  margin-left: 1px;
  font-size: 9px;
  line-height: 16px;
}

.logo-description-2.landing-page {
  margin-top: 10px;
  font-size: 15px;
}

.menu-icon {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-bar {
  z-index: 100;
  background-color: var(--white);
  color: var(--dark);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 88px;
  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: var(--white);
  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: var(--dark);
  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: var(--dark);
}

.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: var(--dark);
  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: 44px;
}

.logo-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 16px;
  display: flex;
}

.follow {
  z-index: 5;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 20px 8px;
  display: flex;
}

.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-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.follow-link {
  border: 2px solid var(--dark-80);
  background-color: var(--white);
  color: var(--dark);
  text-align: center;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-right: 5px;
  padding-left: 7px;
  padding-right: 7px;
  font-weight: 600;
  text-decoration: none;
  transition: color .6s, background-color .6s, border-color .6s;
  display: flex;
}

.follow-link:hover {
  background-color: var(--dark-80);
  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.exhibitions {
  display: none;
}

.follow-links {
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider {
  background-color: #000;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.slider-nav {
  display: none;
}

.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;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 4vh 2vw;
  display: flex;
  position: relative;
}

.slide-heading {
  color: var(--white);
  margin-bottom: .8vw;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 3vw;
  line-height: 5vw;
}

.slide-description {
  color: var(--white-50);
}

.slide-numbers {
  z-index: 5;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-number {
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  width: 20px;
  font-weight: 500;
  display: flex;
}

.slide-number.all {
  color: var(--white-50);
}

.slide-number.active, .slide-number.active-copy {
  color: var(--white);
}

.slide-number-divider {
  background-color: var(--white);
  width: 1px;
  height: 24px;
  margin-left: 10px;
  margin-right: 10px;
}

.text-wrapper {
  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: #16171980;
  margin-top: -4px;
  margin-bottom: 12px;
}

.nav-info-link {
  color: var(--dark);
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s;
}

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

.nav-follow-text {
  color: #16171980;
  margin-top: 39px;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.footer-contact-heading {
  margin-top: 8px;
  margin-bottom: 16px;
}

.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-size: 1.4vw;
  font-weight: 500;
  line-height: 1.5vw;
}

.work-card-image-lightbox {
  background-color: var(--white);
  color: var(--dark);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 4vw;
  text-decoration: none;
  transition: background-color .4s;
  display: none;
}

.work-card-image-lightbox:hover {
  background-color: #16171905;
}

.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;
  padding-left: 2vw;
  padding-right: 2vw;
  display: grid;
}

.work-card-item {
  flex-direction: column;
  width: 100%;
  display: block;
}

.work-card-image {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 250px;
  height: 250px;
  max-height: 100%;
  margin-bottom: 2vw;
}

.work-card-image.painting {
  margin-bottom: 0;
}

.works {
  flex: 1;
}

.work-card-category {
  color: var(--dark-60);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.all-posts-text {
  color: var(--dark);
  margin-left: 0;
}

.all-posts-text:hover {
  color: var(--dark);
}

.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;
  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-size: 1.7vh;
  line-height: 2vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.home-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  padding-top: 88px;
  padding-bottom: 50px;
  display: grid;
}

.home-content {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 75px;
  margin-right: 0;
  display: flex;
}

.home-paragraph {
  margin-right: 75px;
}

.page-wrapper-normal {
  min-height: 100vh;
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
}

.page-wrapper-normal.sg-wrapper {
  margin-left: 270px;
}

.page-wrapper-normal.works {
  text-align: center;
}

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

.scrolling-text-outer {
  width: 15vw;
  margin-bottom: 170px;
  display: none;
  overflow: hidden;
}

.scrolling-text-inner {
  align-items: center;
  display: flex;
}

.paragraph-2 {
  white-space: nowrap;
  margin-right: 5px;
}

.work-card-description {
  color: var(--dark-40);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: .8vw;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.work-card-description.home {
  color: var(--white-85);
  margin-bottom: .8vw;
}

.quicktext {
  font-size: 10px;
  line-height: 10px;
}

.work-card-page-link {
  background-color: var(--white);
  color: var(--dark);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 4vw;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.work-card-page-link:hover {
  background-color: #16171905;
}

.work-card-video-lightbox {
  background-color: var(--white);
  color: var(--dark);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 4vw;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.work-card-video-lightbox:hover {
  background-color: #16171905;
}

.image-margin {
  margin-bottom: 62px;
}

.sold-block {
  background-color: #585858;
  border-radius: 8px;
  align-items: center;
  margin-top: .8vw;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.work-card-image-div {
  justify-content: center;
  width: 250px;
  height: 250px;
  margin-bottom: 2vw;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 10px;
}

.for-sale-block {
  background-color: #17a304;
  border-radius: 8px;
  align-items: center;
  margin-top: .8vw;
  padding: 0 15px;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.experience {
  flex: 1;
  margin-top: 45px;
  padding-left: 0;
  padding-right: 6%;
}

.story-heading {
  margin-top: -12px;
  margin-bottom: 40px;
}

.job {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
  padding-top: 20px;
  padding-bottom: 0;
}

.job-time {
  color: var(--primary);
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 20px;
}

.job-heading {
  display: inline-block;
}

.job-name {
  color: #bbb;
  margin-bottom: 8px;
  margin-left: 8px;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
}

.paragraph-small {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 20px;
}

.work-card-large-description {
  color: var(--dark-40);
  letter-spacing: 1px;
  margin-top: .8vw;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.section-2 {
  z-index: 1;
  background-color: #161719;
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.counters-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #ffffff1f;
  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-2 {
  text-align: center;
  background-color: #161719;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 248px;
  max-height: 20vw;
  padding: 16%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: -1px 0 #ffffff1f;
}

.counter-text-2 {
  z-index: 1;
  color: #ffffff80;
  margin-top: 4px;
  font-size: 17px;
  line-height: 28px;
  position: relative;
}

.text-block-3 {
  color: var(--dark-60);
}

.work-card-page-link-paintings {
  background-color: var(--white);
  color: var(--dark);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 4vw;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.work-card-page-link-paintings:hover {
  background-color: #16171905;
}

.exhibition-image {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.event-start {
  color: var(--dark-60);
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 11px;
  position: relative;
}

.privateevent {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block {
  flex-direction: column;
  display: flex;
}

.privateeventtext {
  color: var(--dark-2);
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Inter, sans-serif;
  font-size: 22px;
}

.section-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.private {
  filter: invert(51%);
}

.private-2 {
  filter: invert(51%);
  display: none;
}

.video {
  margin-bottom: 68px;
}

.empty-state-2 {
  display: none;
}

.event-info {
  display: flex;
}

.event-location {
  color: var(--dark-60);
  text-transform: uppercase;
  margin-left: 8px;
  font-size: 11px;
  position: relative;
}

.vertical-divider {
  background-color: var(--dark-40);
  width: 1px;
  padding-bottom: 0;
}

.button-event {
  color: #2d2c4e;
  background-color: #0000;
  border: .0625rem solid #dadada;
  border-radius: .375rem;
  margin-bottom: .625rem;
  padding: .45rem 1.125rem .45rem 3.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.button-event:hover {
  background-color: #ecebf0;
  border-color: #2d2c4e;
}

.button-event.google {
  background-image: url('../images/google-calendar.svg');
  background-position: 1rem;
  background-repeat: no-repeat;
  background-size: 1.5rem;
}

.button-event.apple {
  background-image: url('../images/apple-calendar.svg');
  background-position: .625rem;
  background-repeat: no-repeat;
  background-size: 2rem;
}

.button-event.outlook {
  background-image: url('../images/outlook-calendar.svg');
  background-position: 1rem;
  background-repeat: no-repeat;
  background-size: 1.5rem;
}

.event-timezone {
  color: var(--dark-60);
  text-transform: uppercase;
  margin-left: 8px;
  font-size: 11px;
  display: none;
  position: relative;
}

.event-end {
  color: var(--dark-60);
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 11px;
  position: relative;
}

.horizontal-divider {
  background-color: var(--dark-40);
  width: 12px;
  height: 1px;
  padding-bottom: 0;
}

.dates {
  align-items: center;
  display: flex;
}

.work-card-category-sketch {
  color: var(--dark-60);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 5px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.work-card-category-div {
  color: var(--dark-60);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.italic-text {
  color: var(--dark-60);
}

.landing-page-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.all-caps-text {
  color: var(--dark-60);
  text-transform: uppercase;
  margin-top: 24px;
  font-size: 15px;
  position: relative;
}

.paragraph-3 {
  color: var(--white-50);
}

.works-main-image {
  max-height: 80vh;
}

.for-sale-text-block-standard {
  color: var(--white);
  text-transform: uppercase;
  font-size: 10px;
}

.sold-text-box-standard {
  color: var(--white);
  text-transform: uppercase;
  font-size: 10px;
  display: block;
}

.for-sale-text-block-custom, .sold-text-box-custom {
  color: var(--white);
  text-transform: uppercase;
  font-size: 10px;
}

.catagory-additional-text {
  text-align: center;
}

.empty-state-3 {
  background-color: #0000;
}

@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-top {
    padding-bottom: 60px;
  }

  .section.no-padding-side {
    padding-left: 0;
    padding-right: 0;
  }

  .section.page-header-section {
    height: 500px;
    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 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .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 {
    min-height: 100%;
    max-height: none;
    overflow: visible;
  }

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

  .counter {
    border: 1px solid var(--dark-20);
    box-shadow: -1px -1px 0 0 var(--white-12);
    height: 23vw;
    max-height: none;
    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;
  }

  .event-item-content {
    padding-left: 4%;
    padding-right: 0%;
  }

  .event-item-content.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%;
  }

  .subscribe.landing-page {
    margin-left: 8%;
    margin-right: 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;
    height: 100%;
    margin-bottom: 7vh;
  }

  .search-result-image {
    width: 160px;
    height: 120px;
  }

  .page-heading {
    font-size: 5vw;
  }

  .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;
    height: 100%;
  }

  .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: 20px;
  }

  .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: 11px 16px;
    inset: auto 0% 0%;
  }

  .follow-button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
  }

  .follow-links {
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .slider {
    height: auto;
    min-height: 500px;
    position: relative;
    overflow: hidden;
  }

  .slider-button {
    width: 64px;
    height: 64px;
    position: absolute;
    inset: 3% 0% 0% auto;
  }

  .slider-button:hover {
    color: var(--white);
    background-color: #0000;
  }

  .slider-button.left {
    position: absolute;
    left: 0;
    right: auto;
  }

  .slide-content {
    margin-bottom: 7vh;
  }

  .slide-heading {
    font-size: 7vw;
    line-height: 7vw;
  }

  .slide-numbers {
    display: flex;
  }

  .nav-links, .nav-info {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .work-card-name {
    margin-top: 8px;
    font-size: 16px;
    line-height: 20px;
  }

  .work-card-image-lightbox {
    padding: 4vw;
  }

  .work-card-image-lightbox: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 {
    display: none;
  }

  .contact-form-block {
    margin-left: 0%;
    margin-right: 0%;
  }

  .follow-icon-wrapper {
    display: block;
  }

  .scroll-link, .nav-link-number {
    display: none;
  }

  .home-div {
    grid-template: "Area Area"
                   "Area-2 Area-2"
                   / 1fr 1fr;
    height: auto;
  }

  .home-content {
    margin-top: 25px;
  }

  .home-paragraph {
    margin-right: 0;
  }

  .page-wrapper-normal {
    margin-top: 80px;
  }

  .page-wrapper-normal.sg-wrapper {
    margin-left: 0;
  }

  .work-card-description {
    font-size: 10px;
  }

  .work-card-page-link, .work-card-video-lightbox {
    padding: 4vw;
  }

  .work-card-video-lightbox:hover {
    background-color: var(--dark);
  }

  .experience {
    padding-right: 12%;
  }

  .work-card-large-description {
    font-size: 10px;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .counters-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 6%;
    margin-right: 6%;
  }

  .counter-2 {
    height: 23vw;
    max-height: none;
    padding-left: 14%;
    padding-right: 14%;
    box-shadow: -1px -1px #ffffff1f;
  }

  .counter-text-2 {
    font-size: 15px;
    line-height: 24px;
  }

  .work-card-page-link-paintings {
    padding: 4vw;
  }

  .work-card-page-link-paintings:hover {
    background-color: var(--dark);
  }

  .exhibition-image {
    height: 100%;
    position: relative;
  }

  .event-info {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .event-location {
    margin-left: 0;
  }

  .work-card-category-sketch, .work-card-category-div {
    font-size: 10px;
  }

  .all-caps-text {
    margin-left: 0;
  }
}

@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, .button.follow-me {
    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;
  }

  .bg-image.page-image {
    background-position: 0%;
  }

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

  .event-item-content {
    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;
  }

  .counter-text.cotw {
    font-size: 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: 10px;
  }

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

  .side-media-box {
    height: 350px;
  }

  .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: 14px;
  }

  .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 {
    inset: auto 0% 0%;
  }

  .work-cards {
    grid-template-columns: 1fr;
  }

  .work-card-image {
    margin-bottom: 16px;
  }

  .post-info {
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .experience {
    padding-right: 8%;
  }

  .section-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .counters-2 {
    flex-wrap: wrap;
  }

  .counter-2 {
    flex: 0 auto;
  }

  .counter-text-2 {
    font-size: 13px;
    line-height: 20px;
  }
}

@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: 50vh;
  }

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

  .page-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .button.nav-button {
    height: 30px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 11px;
  }

  .button.follow-me {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 11px;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .bg-image.page-image {
    background-position: 20%;
  }

  .post-card-info {
    flex-wrap: wrap;
  }

  .input.search-input {
    margin: 0;
    padding-left: 0;
  }

  .nav-category-link {
    box-shadow: none;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    height: 48px;
    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 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .counter {
    width: 100%;
    height: 40vw;
    margin-right: 0;
    padding: 8%;
  }

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

  .event-item-content.sticky {
    padding-left: 0;
  }

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

  .counter-text.cotw {
    font-size: 16px;
  }

  .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 {
    margin-bottom: 60px;
    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: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 2vh;
  }

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

  .list-dropdown-arrow.dark {
    filter: invert();
  }

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

  .preloader {
    display: none;
  }

  .blog-tags {
    margin-left: 0%;
    margin-right: 0%;
  }

  .first-letter {
    margin-left: 0%;
  }

  .footer-left {
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 0;
  }

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

  .logo-text-2 {
    width: 100px;
    font-size: 16px;
    line-height: 20px;
  }

  .logo-text-2.landing-page {
    text-align: center;
    width: 100%;
    line-height: 32px;
  }

  .navigation {
    padding-left: 0;
  }

  .logo-description-2 {
    display: none;
  }

  .nav-content {
    flex-direction: column;
    padding-top: 80px;
  }

  .nav-link {
    font-size: 8vw;
    line-height: 8vw;
  }

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

  .brand.w--current {
    width: 50%;
  }

  .logo-info {
    display: flex;
  }

  .follow {
    padding-left: 0;
    padding-right: 0;
  }

  .follow-link {
    height: 40px;
  }

  .slider-button {
    width: 48px;
    height: 48px;
    font-size: 20px;
    inset: auto 0% 5% auto;
  }

  .slider-button.left {
    inset: auto auto 5% 0%;
  }

  .slide-heading {
    font-size: 7vw;
    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-image-lightbox {
    padding: 8vw;
  }

  .work-cards {
    grid-template-columns: 1fr;
  }

  .work-card-item {
    width: 100%;
  }

  .work-card-image {
    margin-bottom: 20px;
  }

  .work-card-image.painting {
    width: 75vw;
    height: 75vw;
  }

  .all-posts-text {
    display: flex;
  }

  .loading-text {
    display: none;
  }

  .contact-form-block {
    margin-left: 0%;
    margin-right: 0%;
  }

  .post-info {
    flex-wrap: wrap;
  }

  .footer-social {
    justify-content: flex-start;
    width: 100%;
  }

  .home-div {
    grid-template-areas: "Area Area"
                         "Area-2 Area-2";
    padding-top: 64px;
  }

  .page-wrapper-normal {
    margin-left: 20px;
    margin-right: 20px;
  }

  .work-card-description {
    margin-top: .8vw;
    margin-bottom: .8vw;
  }

  .work-card-page-link {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .work-card-video-lightbox {
    padding: 8vw;
  }

  .sold-block {
    margin-top: 8px;
  }

  .work-card-image-div {
    width: auto;
    height: auto;
    margin-bottom: 10vw;
  }

  .for-sale-block {
    margin-top: 8px;
  }

  .experience {
    flex: 0 auto;
    width: 100%;
    padding-right: 0%;
  }

  .counters-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .counter-2 {
    width: 100%;
    height: 40vw;
    margin-right: 0;
  }

  .work-card-page-link-paintings {
    padding: 8vw;
  }
}

#w-node-_2a911902-0ec1-27ae-93d0-d60e995e7c20-5e5929b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a32a245-4b6f-407c-4ff3-acf5376e75a9-5e5929b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_18e0bf36-e862-968f-aada-516a1609ccb4-c45929b5, #w-node-d66ee95e-b5a8-9603-94a0-ceadcbf551d9-c45929b5, #w-node-_58fff3b3-c867-ab27-5a64-da3230a830dc-c45929b5, #w-node-d91ad8af-3a2c-181b-0301-5ef307fd1e3e-c45929b5, #w-node-dceffdf1-ffd4-102c-7ceb-64524742b1e9-c45929b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5651e49-a67b-7b13-2b5a-9ecb5a225749-c45929b5 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-c5651e49-a67b-7b13-2b5a-9ecb5a225743-c45929b5 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: start;
}

#w-node-_2defc5b4-ef93-4cdf-e319-3c472b7ea85d-c45929b5 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_2defc5b4-ef93-4cdf-e319-3c472b7ea836-c45929b5 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#EMAIL.w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f12f-cd5929c4, #SUBJECT-2.w-node-_9f1ce841-1c44-72e3-8149-e21c7c9a3a04-cd5929c4, #MESSAGE.w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f131-cd5929c4, #w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f132-cd5929c4, #w-node-_6a543e6a-c586-257b-5f0c-66218dcd070a-cd5929c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_549fadba-70ad-fa09-1a38-e6a615d88a55-7a5929cf {
  align-self: center;
}

#w-node-_06a727d9-4b41-0545-600a-eb00bfe59dfb-e9592a1b {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-e9592a1b {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_4998b76f-f6af-7722-8d12-1aad96fe3352-b7592a1c {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_4998b76f-f6af-7722-8d12-1aad96fe3354-b7592a1c {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-fcfec5bb-de29-9b1c-fbf8-cb5c6ab4acd8-b7592a1c {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-fcfec5bb-de29-9b1c-fbf8-cb5c6ab4acda-b7592a1c {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#EMAIL-2.w-node-cecb9ef6-41e2-380a-4a9b-67ed5d9d7d4e-aa232ca3, #w-node-cecb9ef6-41e2-380a-4a9b-67ed5d9d7d4f-aa232ca3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_2a911902-0ec1-27ae-93d0-d60e995e7c20-5e5929b2 {
    grid-area: Area-2;
  }

  #w-node-_4a32a245-4b6f-407c-4ff3-acf5376e75a9-5e5929b2 {
    grid-area: Area;
  }

  #w-node-dceffdf1-ffd4-102c-7ceb-64524742b1e9-c45929b5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c5651e49-a67b-7b13-2b5a-9ecb5a225749-c45929b5 {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-c5651e49-a67b-7b13-2b5a-9ecb5a225743-c45929b5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2defc5b4-ef93-4cdf-e319-3c472b7ea85d-c45929b5 {
    grid-area: 1 / 1 / 2 / 9;
    align-self: start;
  }

  #w-node-_2defc5b4-ef93-4cdf-e319-3c472b7ea836-c45929b5 {
    grid-area: 2 / 1 / 3 / 9;
    align-self: center;
  }

  #w-node-_06a727d9-4b41-0545-600a-eb00bfe59dfb-e9592a1b {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-e9592a1b {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_4998b76f-f6af-7722-8d12-1aad96fe3352-b7592a1c, #w-node-_4998b76f-f6af-7722-8d12-1aad96fe3354-b7592a1c, #w-node-fcfec5bb-de29-9b1c-fbf8-cb5c6ab4acd8-b7592a1c, #w-node-fcfec5bb-de29-9b1c-fbf8-cb5c6ab4acda-b7592a1c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dceffdf1-ffd4-102c-7ceb-64524742b1e9-c45929b5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #MESSAGE.w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f131-cd5929c4, #w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f132-cd5929c4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4998b76f-f6af-7722-8d12-1aad96fe3352-b7592a1c {
    grid-area: 1 / 1 / 2 / 9;
    align-self: start;
  }

  #w-node-_4998b76f-f6af-7722-8d12-1aad96fe3354-b7592a1c {
    grid-area: 2 / 1 / 3 / 9;
    align-self: center;
  }

  #w-node-fcfec5bb-de29-9b1c-fbf8-cb5c6ab4acd8-b7592a1c {
    grid-area: 1 / 1 / 2 / 9;
    align-self: start;
  }

  #w-node-fcfec5bb-de29-9b1c-fbf8-cb5c6ab4acda-b7592a1c {
    grid-area: 2 / 1 / 3 / 9;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c5651e49-a67b-7b13-2b5a-9ecb5a225749-c45929b5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2defc5b4-ef93-4cdf-e319-3c472b7ea85d-c45929b5 {
    grid-column: 1 / 5;
  }

  #w-node-_2defc5b4-ef93-4cdf-e319-3c472b7ea836-c45929b5 {
    grid-column: span 4 / span 4;
  }

  #FNAME.w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f12d-cd5929c4, #LNAME.w-node-_40bf82ce-dac4-9b58-68cf-9f402c4052f8-cd5929c4, #EMAIL.w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f12f-cd5929c4, #MESSAGE.w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f131-cd5929c4, #w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f132-cd5929c4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_06a727d9-4b41-0545-600a-eb00bfe59dfb-e9592a1b, #w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-e9592a1b, #w-node-_4998b76f-f6af-7722-8d12-1aad96fe3352-b7592a1c, #w-node-_4998b76f-f6af-7722-8d12-1aad96fe3354-b7592a1c, #w-node-fcfec5bb-de29-9b1c-fbf8-cb5c6ab4acd8-b7592a1c, #w-node-fcfec5bb-de29-9b1c-fbf8-cb5c6ab4acda-b7592a1c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #FNAME-2.w-node-cecb9ef6-41e2-380a-4a9b-67ed5d9d7d4c-aa232ca3, #LNAME-2.w-node-cecb9ef6-41e2-380a-4a9b-67ed5d9d7d4d-aa232ca3, #w-node-cecb9ef6-41e2-380a-4a9b-67ed5d9d7d4f-aa232ca3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

