:root {
  --black: black;
  --white: white;
  --red: #fd3939;
}

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

body {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: .06em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  letter-spacing: .06em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  letter-spacing: .06em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  letter-spacing: .06em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  letter-spacing: .06em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}

h6 {
  letter-spacing: .06em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 1.6;
}

a {
  color: rgba(0, 0, 0, .7);
  font-family: Merriweather, serif;
  font-size: 1em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
  text-decoration: underline;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid rgba(0, 0, 0, .7);
  margin-bottom: 10px;
  margin-left: 40px;
  padding: 10px 20px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.6;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: left;
  letter-spacing: .03em;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  display: inline;
}

.page-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.page-wrapper.full-screen {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.medium {
  font-weight: 500;
}

.bg-secondary {
  background-color: var(--white);
  line-height: 1.2;
}

.bg-secondary.square-box {
  width: 100%;
}

.black {
  font-weight: 800;
}

.container-heading-style.style-guide {
  border: 1px #000;
  padding: 20px 0;
  position: relative;
}

.info-heading {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.main-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.col-right {
  border-top: 1px #e5e5e5;
  margin-left: 0;
}

.bold {
  font-weight: 700;
}

.container-info-color {
  margin-top: 20px;
}

.style-text {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: static;
  top: 9%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.style-text.static {
  color: #000;
  text-align: left;
  letter-spacing: -.03em;
  margin-top: 5px;
  font-weight: 400;
  position: static;
}

.col-left {
  margin-top: 0;
  margin-bottom: 60px;
  margin-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  top: 38px;
  bottom: auto;
}

.italic {
  font-style: italic;
}

.brand {
  position: absolute;
}

.search {
  color: #161616;
  cursor: pointer;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
}

.link-text {
  letter-spacing: .06em;
  margin-top: 20px;
  font-size: 18px;
}

.link-text.uppercase.secondary-font {
  font-style: normal;
  font-weight: 400;
  transition: letter-spacing .4s ease-in-out;
}

.link-text.uppercase.secondary-font:hover {
  letter-spacing: .1em;
}

.search-button {
  display: none;
}

.search-button.show {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  font-size: 24px;
  display: block;
}

.search-button.show.secondary-font.uppercase {
  padding-right: 0;
  font-weight: 700;
}

.nav-logo-svg {
  max-width: 145px;
}

.main-link {
  color: #000;
  width: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: relative;
}

.main-link.nav {
  perspective: 1471px;
  margin-right: 20px;
  font-style: normal;
  font-weight: 400;
  transform: perspective(1353px);
}

.main-link.nav.second {
  font-style: normal;
}

.main-link.nav.align-center.hide {
  display: none;
}

.main-link.left, .main-link.second {
  margin-left: auto;
  margin-right: 0;
}

.main-link.nav {
  perspective: 1471px;
  margin-right: 20px;
  transform: perspective(1353px);
}

.main-link.nav.second {
  margin-top: 15px;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.right-side-nav-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-links-wrapper {
  display: flex;
}

.main-nav-container {
  z-index: 1;
  background-color: var(--white);
  border-bottom: 2px solid #000;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 0 25px;
  display: flex;
  position: relative;
}

.search-input {
  color: #161616;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 20px;
  margin-bottom: 0;
  display: none;
}

.navbar {
  z-index: 9999;
  background-color: var(--white);
  border: 1px #000;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-social-icon {
  width: 20px;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  transition: transform .4s ease-in-out;
  display: none;
}

.navbar-social-icon:hover {
  transform: scale(1.3);
}

.location-address {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.location-heading {
  color: #000;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.footer-logo-wrapper {
  width: 130px;
}

.footer-links {
  color: #c44f4f;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 30px;
  margin-bottom: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bg-primary {
  background-color: var(--black);
}

.bg-primary.square-box {
  width: 100%;
}

.social-link {
  color: #020202;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: letter-spacing .4s ease-in-out;
}

.social-link:hover {
  letter-spacing: .06em;
}

.newsletter-footer-wrap {
  border-right: 2px solid #000;
  padding: 0 20px 20px 0;
  display: none;
}

.follow-us-footer-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.address {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-style: normal;
  display: flex;
}

.text-field {
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  min-height: 58px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.text-field:focus {
  border-style: solid;
  border-color: #000;
}

.mail {
  color: #000;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.footer-links-text {
  opacity: 1;
  color: #000;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  outline-style: none;
  outline-color: #e5e5e5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: transform .4s ease-in-out;
}

.footer-links-text:hover {
  text-transform: none;
  transform: scale(1.1);
}

.highlighted-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 5px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.highlighted-title.margin-top-large.hover {
  border: 1px solid var(--white);
  transition: filter .4s ease-in-out;
}

.highlighted-title.margin-top-large.hover:hover {
  filter: invert();
}

.newsletter-form {
  margin-top: 20px;
  margin-bottom: 0;
}

.footer-links-wrap {
  border-top: 1px #000;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}

.submit-button {
  text-transform: uppercase;
  background-color: #000;
  width: 100%;
  min-height: 58px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 1;
}

.submit-button.sidebar {
  border: 1px solid var(--white);
  min-height: 30px;
  transition: filter .4s ease-in-out;
}

.submit-button.sidebar:hover {
  filter: invert();
}

.submit-button.password {
  border: 1px solid var(--white);
  width: auto;
  min-height: 40px;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  transition: filter .4s ease-in-out;
}

.submit-button.password:hover {
  filter: invert();
}

.locations {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  padding-top: 10px;
  text-decoration: none;
}

.credits-text {
  color: #000;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.credits-text.auto {
  margin-left: 0;
}

.footer {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 60px;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 2px #000;
  border-bottom: 2px solid #000;
  grid-template: "."
  / .5fr .5fr 1fr;
  width: 100%;
  padding-bottom: 20px;
  text-decoration: none;
}

.footer-info {
  border-bottom: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 25px;
  display: flex;
}

.credits {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.social-links {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.contact-footer-wrap {
  border-left: 2px #000;
  padding-left: 0;
  text-decoration: none;
}

.error-message {
  color: var(--red);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.text-style-bold {
  font-size: 18px;
  font-weight: 700;
}

.text-style-italic {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.square-box {
  width: 100px;
  height: 100px;
}

.main-border {
  border: 1px solid var(--black);
}

.secondary-font {
  letter-spacing: .06em;
  transform-style: preserve-3d;
  font-family: Oswald, sans-serif;
}

.secondary-font:hover {
  transform: scale3d(1none, 1none, 1none);
}

.hero-section {
  text-align: center;
  position: relative;
}

.wrap-heading-page-content {
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.wrap-heading-page-content.margin-bottom-medium {
  padding-top: 20px;
}

.hero-heading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
}

.page-featured-image {
  max-height: 80vh;
}

.page-featured-image.margin-top-40 {
  margin-top: 40px;
}

.block-quote {
  z-index: 2;
  border-left-style: none;
  font-family: Merriweather, serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.block-quote.main-paragraph.secondary-font.quote-wrap {
  width: 427px;
}

.block-quote.main-paragraph.secondary-font.quote-wrap.uppercase {
  padding-right: 0;
  font-weight: 400;
}

.separator {
  background-color: #000;
  width: 100%;
  min-height: 2px;
  margin-top: 0;
  margin-bottom: 0;
}

.separator.full {
  min-height: 40px;
}

.hero-subtitle {
  text-transform: lowercase;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  display: block;
}

.text-span {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 96px;
  font-weight: 400;
}

.text-span.margin {
  margin-left: 30px;
}

.text-span.uppercase.secondary-font {
  line-height: 1.1;
}

.text-span.uppercase.secondary-font.blog-posts-title {
  font-size: 66px;
}

.blog-post-card {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.blog-post-card:last-child {
  border-right-style: none;
  padding-right: 0;
}

.title-post {
  color: var(--black);
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.post-text {
  font-size: 16px;
}

.post-text.margin {
  margin-left: 5px;
  margin-right: 5px;
}

.post-text.uppercase.secondary-font.lignt {
  margin-top: 10px;
  font-weight: 300;
}

.post-paragraph {
  margin-top: 15px;
}

.post-paragraph.hide-tablet {
  color: var(--black);
  letter-spacing: .02em;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.post-paragraph.margin-bottom {
  text-align: justify;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 1.5;
}

.post-image {
  height: 230px;
}

.grid-3-column {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.grid-3-column.gap {
  grid-column-gap: 20px;
}

.grid-5-columns {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-5-columns.medium-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 65px;
  padding-right: 65px;
}

.card-authors {
  position: relative;
}

.wrap-image-authors {
  overflow: hidden;
}

.authors-name {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 400;
}

.card-paragraph {
  margin-top: 15px;
}

.card-blog-v2 {
  position: relative;
}

.main-layout {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  width: 100%;
}

.row-post {
  font-size: 18px;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.post {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
}

.card-blog-hero-home {
  color: #000;
  text-align: left;
  border: 1px #000;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.primary-button {
  border: 1px solid var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  transition: filter .4s ease-in-out;
}

.primary-button:hover {
  filter: invert();
}

.primary-button.right {
  border-color: var(--white);
  margin-top: 30px;
  margin-right: 0;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.primary-button.right:hover {
  filter: invert();
}

.post-text-v1 {
  letter-spacing: .155em;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.main-paragraph {
  font-size: 24px;
  line-height: 1.1;
}

.main-paragraph.secondary-font {
  margin-bottom: 10px;
}

.post-image-sidebar {
  height: 320px;
}

.location-text {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 1;
}

.about-paragraph {
  margin-bottom: 25px;
  font-family: Merriweather, serif;
  font-weight: 300;
  line-height: 1.5;
}

.about-paragraph.no-margin {
  margin-bottom: 0;
}

.year-card {
  align-self: auto;
}

.year-image {
  width: 100%;
  height: 230px;
}

.large-text {
  color: var(--white);
  margin-left: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.large-text.white-text {
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.large-text.white-text.secondary-font {
  margin-top: 0;
}

.large-text.white-text.secondary-font.uppercase.margin {
  margin-left: 5px;
}

.large-text.margin-top {
  line-height: 1.5;
}

.large-text.margin-top.is-black {
  color: var(--black);
}

.large-text.normal {
  color: var(--black);
  font-style: normal;
  text-decoration: none;
}

.large-text.secondary-font.margin-bottom-small {
  margin-bottom: 19px;
}

.large-text.invert {
  color: var(--black);
  margin-left: 0;
}

.author-name {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.overflow-image {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.top-author-card {
  border-bottom: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.author-image {
  width: 100px;
}

.author-image.mobile-image-post {
  display: none;
}

.info-author-wrap {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.card-popular-post {
  color: var(--black);
  width: 100%;
  margin-bottom: 20px;
  font-style: normal;
  text-decoration: none;
}

.image-popular-post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 189px;
  margin-bottom: 0;
}

.heading-popular-post {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.3;
}

.heading-popular-post.uppercase {
  font-weight: 400;
}

.author-text {
  margin-bottom: 5px;
  line-height: 1;
}

.author-text.uppercase.secondary-font {
  font-weight: 500;
}

.post-info-texts {
  margin-left: 0;
}

.categories {
  letter-spacing: .06em;
  text-transform: uppercase;
}

.categories.secondary-font {
  font-weight: 500;
}

.link {
  font-size: 14px;
}

.link.secondary-font {
  color: var(--black);
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  transition: letter-spacing .4s ease-in-out;
}

.link.secondary-font:hover {
  letter-spacing: .1em;
}

.read-more-div {
  align-self: flex-end;
  margin-top: 10px;
}

.blog-post-description {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.2;
}

.title-post-blog {
  font-size: 24px;
  line-height: 1;
}

.title-post-blog.secondary-font.margin-top {
  font-weight: 500;
}

.blog-page-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr 1fr;
  margin-bottom: 100px;
}

.card-blog-post {
  color: #000;
  text-align: left;
  border-bottom: 1px solid #000;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.card-blog-post:last-child {
  border-bottom-style: none;
}

.image-blog-post-page {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 285px;
  display: flex;
  position: relative;
}

.image-blog-post-page.is-tall {
  height: 405px;
}

.related-card {
  color: var(--black);
  align-self: auto;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.related-image {
  object-fit: cover;
  width: 100%;
  height: 260px;
  min-height: auto;
}

.post-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1;
}

.row-related-card {
  justify-content: space-between;
  display: flex;
}

.medium-text {
  color: var(--black);
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.medium-text.uppercase.secondary-font.mobile {
  color: var(--black);
  font-weight: 400;
}

.post-cardv2 {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.post-cardv2:first-child {
  border-bottom: 1px solid #e5e5e5;
}

.exhibition-image {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 370px;
  display: flex;
  position: relative;
}

.card-meta {
  align-items: center;
  margin-bottom: 37px;
  display: flex;
}

.card-meta.align-end {
  align-items: flex-end;
}

.category {
  margin-left: 20px;
  font-family: Oswald, sans-serif;
}

.text-exhibition-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 60px;
  display: flex;
}

.avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin-right: 10px;
  display: none;
}

.card-title {
  color: #000;
  text-align: left;
  margin-top: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}

.category-post-card {
  align-self: auto;
  padding: 20px;
}

.category-post-card.border {
  height: 100%;
  transition: transform .4s ease-in-out, box-shadow .4s ease-in-out;
}

.category-post-card.border:hover {
  height: 100%;
  transform: scale(1.02);
  box-shadow: 1px 1px 7px 2px rgba(148, 145, 145, .52);
}

.border {
  border: 1px solid var(--black);
}

.category-post-image {
  height: 330px;
}

.uppercase {
  text-transform: uppercase;
}

.uppercase.margin-right {
  margin-right: 5px;
}

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

.author-link {
  justify-content: space-between;
  display: flex;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.larger-text {
  letter-spacing: .155em;
}

.normal {
  font-weight: 400;
}

.social-icon {
  width: 18px;
}

.social-icon.margin-right {
  margin-right: 5px;
  transition: transform .4s ease-in-out;
}

.social-icon.margin-right:hover {
  transform: scale(1.3);
}

.text-link.uppercase.secondary-font.static {
  text-transform: uppercase;
  transition: transform .2s ease-in-out;
}

.text-link.uppercase.secondary-font.static.white-text {
  text-transform: uppercase;
  font-size: 16px;
}

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

.text-link.uppercase.secondary-font {
  transition: transform .4s ease-in-out;
}

.text-link.uppercase.secondary-font:hover {
  transform: scale(1.1);
}

.text-link.uppercase.secondary-font.static {
  font-size: 18px;
}

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

.hide-tablet {
  display: block;
}

.show-tablet {
  display: none;
}

.margin-bottom-large {
  margin-bottom: 90px;
}

.margin-bottom-medium {
  margin-bottom: 60px;
}

.margin-bottom-small {
  margin-bottom: 50px;
}

.collection-list-wrapper-blog-post {
  width: 100%;
  height: auto;
}

.collection-list-blog-post {
  width: 100%;
}

.workshops-section.margin-bottom-medium.hide {
  display: block;
}

.authors-section.margin-bottom-small.hide {
  display: none;
}

.arrow-icon {
  width: 40px;
  height: auto;
}

.arrow-icon.rotate {
  transform: rotate(-180deg);
}

.location-image {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 325px;
}

.title-banner {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.title-banner.no-margin-top {
  margin-top: 0;
  margin-bottom: 20px;
}

.title-banner.align-left {
  padding-left: 20px;
}

.title-banner.hover {
  border: 1px solid var(--white);
  color: var(--white);
  margin-top: 0;
  font-style: normal;
  text-decoration: none;
  transition: filter .4s ease-in-out;
}

.title-banner.hover:hover {
  filter: invert();
}

.title-banner.hide {
  display: none;
}

.instagram-image {
  background-image: url('../images/28.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 85px;
  height: 85px;
  transition: filter .4s ease-in-out, transform .4s ease-in-out;
}

.instagram-image:hover {
  filter: grayscale();
  transform: scale(.85);
}

.instagram-image.first {
  background-image: url('../images/28.jpg');
}

.sticky-column {
  margin-top: auto;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.sticky-column.padding {
  padding-bottom: 20px;
}

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

.location-image {
  margin-bottom: 10px;
}

.location-image.second {
  object-fit: contain;
  height: 231px;
  margin-bottom: 0;
}

.exhibition-section.margin-bottom-medium.hide {
  display: none;
}

.category-card {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.social-wrap {
  justify-content: center;
  display: flex;
}

.social-wrap.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.image {
  height: auto;
}

.image.hide-desktop {
  display: none;
}

.empty-state {
  background-color: var(--black);
  color: var(--white);
  font-size: 16px;
}

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

.image-quote {
  width: 100px;
  height: auto;
}

.image-quote.absolute {
  top: 9%;
  bottom: auto;
  left: 14%;
  right: auto;
}

.image-quote.absolute.author {
  display: none;
  top: -57%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.blog-posts-title {
  color: #000;
  text-align: center;
  letter-spacing: .06em;
  border-top: 1px #000;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.year-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  margin: 10px 0 50px;
  display: grid;
}

.page-title {
  border-top: 1px #000;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.page-title.post {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.page-title.hide {
  display: none;
}

.page-title.left-alin {
  margin-right: auto;
}

.right-arrow {
  background-color: rgba(229, 229, 229, .5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  padding-left: 5px;
  transition: background-color .4s ease-in-out;
  display: flex;
}

.right-arrow:hover {
  background-color: #fdfdfd;
}

.work-title {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  border-top: 1px #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

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

.slide.second {
  background-image: url('../images/37.jpg');
}

.slide.third {
  background-image: url('../images/19.jpg');
}

.work-subtitle {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.background-video {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.block-quote-about {
  border-left-style: none;
  padding: 0;
  font-size: 24px;
  line-height: 1.2;
}

.slider-section {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gallery-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.gallery-image.big {
  width: 205%;
  max-width: none;
}

.page-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.column {
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 60px;
  display: flex;
}

.column.align-start {
  border-right-style: none;
}

.column.align-start.overflow-hidden {
  position: relative;
}

.column.align-end {
  align-items: flex-end;
}

.column.align-end.overflow-hidden {
  position: relative;
}

.column.main-layout {
  border-right-style: none;
  align-items: stretch;
  width: auto;
  padding: 0;
}

.column.main-layout.overflow-hidden {
  justify-content: flex-start;
}

.work-with-us {
  width: 100%;
}

.arrow {
  width: 40%;
  height: auto;
}

.arrow.rotate {
  width: 40%;
  height: auto;
  transform: rotate(-180deg);
}

.paragraph {
  font-size: 18px;
  font-weight: 400;
}

.left-title {
  color: #000;
  letter-spacing: .06em;
  max-width: 400px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}

.left-arrow {
  background-color: rgba(229, 229, 229, .5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  padding-right: 5px;
  transition: background-color .4s ease-in-out;
  display: flex;
}

.left-arrow:hover {
  background-color: #fff;
}

.two-columns-grid {
  align-items: center;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
  display: flex;
}

.slide-nav {
  display: none;
}

.page-subtitle {
  color: #000;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.slider {
  width: 100%;
  min-height: 675px;
  margin-top: 0;
  margin-bottom: 0;
}

.collection-list-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 630px;
}

.collection-list-wrapper.margin-bottom-small {
  background-image: none;
  min-height: 0;
  margin-top: 50px;
}

.collection-list {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 150px 1fr 150px;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.collection-item-authors {
  width: 100%;
  display: block;
  position: static;
}

.collection-item-authors:nth-child(odd) {
  justify-content: flex-start;
  display: flex;
}

.collection-item-authors:nth-child(2n) {
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  display: flex;
}

.author-link-wrapper {
  color: #000;
  border: 1px solid #000;
  width: 100%;
  padding: 10px 20px;
  font-style: normal;
  text-decoration: none;
  transition: color .3s, background-color .3s linear;
}

.author-link-wrapper:hover {
  background-color: var(--black);
  color: #fff;
}

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

.margin-top-large {
  margin-top: 40px;
}

.grid-column {
  column-count: 2;
  column-gap: 20px;
  position: relative;
}

.grid-column.hide {
  display: none;
}

.post-info {
  align-items: flex-end;
  display: flex;
}

.post-card-sidebar {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  padding: 20px 10px;
  display: flex;
}

.post-card-sidebar:last-child {
  border-bottom-style: none;
}

.post-card-sidebar.border-bottom {
  border-bottom-style: solid;
}

.heading-post {
  color: #000;
  text-transform: uppercase;
  font-size: 96px;
  font-weight: 400;
}

.grid-3-columns {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.large {
  width: 100%;
}

.filter-collection-list-wrapper {
  flex: 1;
}

.filter-collection-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.filter-collection-item {
  flex: 1;
  width: auto;
  margin-right: 20px;
}

.filter-collection-item:last-child {
  margin-right: 0;
}

.row-filters {
  width: 100%;
  display: flex;
}

.instagram-section.margin-bottom-large.hide {
  display: none;
}

.images-grid-protected-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  width: 100%;
  height: 167px;
  margin-top: 0;
  display: grid;
  overflow: hidden;
}

.square-images-box {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 170px;
  transition: transform .4s ease-in-out, filter .4s ease-in-out;
}

.square-images-box:hover {
  filter: grayscale();
  transform: scale(.9);
}

.collection-list-post-page {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form {
  padding-bottom: 0;
}

.form.blog-page {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.collection-list-wrapper-popular-post {
  margin-bottom: 30px;
}

.about-us-title-text {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.form-block {
  margin-top: 20px;
  margin-bottom: 0;
}

.text-field-blog {
  color: #000;
  border: 1px solid #000;
  min-height: 58px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.text-field-blog:focus {
  border-style: solid;
  border-color: #000;
}

.text-field-blog.height {
  min-height: 40px;
  margin-bottom: 15px;
}

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

.small {
  font-size: 64px;
  line-height: 1.1;
}

.contact-content {
  width: 100%;
  display: flex;
}

.contact-image {
  color: #c9c9c9;
  background-image: url('../images/group-555.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  background-attachment: scroll;
  width: 50%;
  height: 640px;
}

.form-wrapper {
  text-align: center;
  padding: 40px;
}

.form-text-field {
  border: 1px #000;
  border-bottom: 2px solid #000;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
}

.form-text-field:focus {
  border-bottom-color: #000;
}

.textarea {
  border: 1px #000;
  border-bottom: 2px solid #000;
  align-items: flex-start;
  height: auto;
  min-height: 200px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 1;
  display: flex;
  overflow: visible;
}

.textarea:focus {
  border-bottom-color: #000;
}

.submit-contact-button {
  border: 1px solid var(--white);
  background-color: #000;
  height: 40px;
  margin-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 1;
  transition: filter .4s ease-in-out;
}

.submit-contact-button:hover {
  filter: invert();
}

.succes-text {
  color: #000;
  font-family: Oswald, sans-serif;
}

.form-block-contact {
  align-self: center;
  width: 50%;
}

.location-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: start;
  width: 100%;
  margin: 80px 0 50px;
}

.location-grid.hide {
  display: none;
}

.location-grid-card {
  border-right: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 0;
  display: flex;
}

.location-grid-card.last {
  border-right-style: none;
}

.address-contact-page {
  color: #000;
  text-align: center;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.vertical-separator {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.faq-question-wrap {
  border-bottom: 2px solid var(--black);
  cursor: pointer;
  background-color: rgba(255, 255, 255, .6);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.faq-question-wrap.margin-top-large {
  border-bottom-width: 2px;
  border-bottom-color: var(--black);
}

.faq-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.faq-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 114px auto 0;
  display: block;
}

.faq-wrapper.hide {
  display: none;
}

.faq-question-bar {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(0, 0, 0, .07);
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.faq-icon {
  width: auto;
  height: 28px;
}

.align-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-post-image {
  height: 741px;
}

.border-bottom {
  border-bottom: 1px solid #000;
}

.quote-row {
  display: flex;
}

.quote-image {
  width: 50%;
  height: 780px;
}

.wrap-quote-text {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.block-quote-post-page {
  border-left-style: none;
  font-size: 24px;
}

.block-quote-post-page.margin-bottom-small.secondary-font.uppercase {
  line-height: 1.1;
}

.block-quote-post-page.margin-bottom-small.secondary-font.uppercase.hide-tablet {
  z-index: 1;
  position: relative;
}

.button-small {
  border: 1px solid var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  width: 25%;
  height: 40px;
  margin-left: auto;
  margin-right: 20px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  transition: filter .4s ease-in-out;
}

.button-small:hover {
  filter: invert();
}

.rich-text-block {
  font-size: 18px;
  line-height: 1.7px;
}

.rich-text-block p {
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
}

.rich-text-block-second {
  column-count: 2;
  column-rule-style: solid;
  column-rule-width: 1px;
  column-gap: 120px;
  font-size: 16px;
}

.row-author {
  justify-content: space-between;
  display: flex;
}

.full-screen {
  height: 100vh;
}

.coming-soon-image {
  height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.coming-soon {
  text-align: center;
  background-color: rgba(255, 255, 255, .62);
  width: 100%;
  max-width: 750px;
  padding-top: 78px;
  padding-bottom: 140px;
  position: absolute;
}

.brand-image {
  width: 250px;
}

.coming-soon-heading {
  font-size: 64px;
  font-weight: 400;
}

.utility-page-wrap {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 0;
  display: flex;
}

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

.utility-page-form {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  font-weight: 400;
  display: flex;
}

.image-box {
  background-image: url('../images/27.jpg');
  background-position: 50%;
  background-size: cover;
  width: 650px;
  height: 435px;
  margin-right: 20px;
}

.protect-heading {
  font-size: 48px;
  font-weight: 400;
}

.password-field {
  border: 1px #000;
  border-bottom-style: solid;
}

.password-field.secondary-font {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.body {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.columns-404 {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  height: 633px;
  padding-left: 20px;
  padding-right: 20px;
}

.columns-404.overflow-hidden.second {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.heading-404 {
  color: #000;
  font-size: 144px;
  font-weight: 400;
}

.text-404 {
  width: 100%;
  max-width: 418px;
  font-size: 24px;
  line-height: 1.1;
}

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

.grid-404 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 245px 1fr 245px;
}

.page-not-found-heading {
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
}

.utility-page-content-404 {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 520px;
  display: flex;
}

.bg-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.container {
  border-bottom: 2px solid #000;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.container.no-border {
  border-bottom-style: none;
}

.button {
  border: 1px solid var(--white);
  text-transform: uppercase;
  background-color: #000;
  height: 40px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  transition: filter .4s ease-in-out;
}

.button:hover {
  filter: invert();
}

.image-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 16px;
  margin-bottom: 0;
}

.player-image {
  width: 90px;
  height: 90px;
  position: absolute;
}

.effect-wrapper {
  background-color: var(--white);
  margin-bottom: auto;
  padding-left: 35px;
  padding-right: 35px;
}

.wrap-text-post {
  color: var(--black);
  font-style: normal;
  text-decoration: none;
}

.search-wrapper {
  background-color: var(--white);
  cursor: pointer;
  width: 100%;
  max-width: 1200px;
  padding-top: 25px;
  padding-bottom: 23px;
  display: none;
  position: fixed;
  top: 112px;
}

.main-search {
  display: flex;
}

.main-search-imput {
  color: var(--black);
  border: 1px #000;
  border-bottom-width: 2px;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  font-family: Oswald, sans-serif;
  font-size: 96px;
  line-height: 1;
}

.hide-button {
  display: none;
}

.link-blog {
  font-style: normal;
  text-decoration: none;
}

.wrap-heading-404 {
  display: flex;
}

.social-image {
  width: 35px;
  height: 35px;
}

.licensing-paragraph {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
}

.image-licensing {
  border: 1px solid #272727;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.image-licensing.second {
  background-image: url('../images/34.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  min-height: 300px;
}

.image-licensing.first {
  background-image: url('../images/ricardo-gomez-angel-xeo82llsxty-unsplash-1.jpg');
  background-position: 50% 90%;
  background-size: cover;
  border-style: none;
  width: 100%;
  min-height: 150px;
}

.image-licensing.fifth {
  background-image: url('../images/22.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  min-height: 150px;
}

.image-licensing.fourth {
  background-image: url('../images/10.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  min-height: 150px;
}

.image-licensing.sixth {
  background-image: url('../images/trinh-minh-th-qg2vjseg-bg-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  min-height: 300px;
}

.image-licensing.third {
  background-image: url('../images/36.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-color: #272727;
  min-height: 150px;
}

.license-link {
  color: #333;
  font-weight: 400;
  transition: letter-spacing .4s ease-in-out;
}

.license-link:hover {
  color: var(--black);
  letter-spacing: .06em;
}

.images-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.licensing-container {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
}

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

.source-link {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 20px;
  font-weight: 400;
  transition: letter-spacing .4s;
}

.source-link:hover {
  color: var(--black);
  letter-spacing: .06em;
}

.licensing-text-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-meta.show-tablet {
  display: block;
}

.link-block {
  width: 100%;
}

.main-text.uppercase {
  font-style: normal;
  text-decoration: none;
}

.burgher-menu {
  z-index: 1002;
  padding: 8px 9px;
  position: static;
  top: 3.5%;
  bottom: auto;
  left: auto;
  right: 33px;
}

.line-burgher-menu {
  opacity: 1;
  background-color: #000;
  width: 25px;
  height: 2px;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}

.line-burgher-menu._2 {
  height: 2px;
  margin-top: 0;
  margin-bottom: 5px;
}

.search-page {
  border-bottom: 2px solid #000;
  display: flex;
}

.search-input-search-page {
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 300;
}

.search-result-list {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-search-result {
  height: 300px;
}

.search-result-item {
  border: 1px solid #000;
  padding: 20px;
}

.link-search {
  font-size: 36px;
}

.link-search-result {
  font-size: 16px;
}

.link-authors.overflow-hidden {
  color: var(--black);
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.changelog-wrap {
  border: 2px solid #000;
  width: 250px;
  padding: 40px 25px;
}

.move-image-first {
  flex: 0 auto;
  height: 100%;
  margin-top: 0;
}

.container-effect {
  flex-direction: column;
  justify-content: flex-start;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-effect.second {
  justify-content: flex-end;
}

.empty-state {
  display: none;
}

.link-block-2 {
  color: var(--black);
  font-style: normal;
  text-decoration: none;
}

.lnk-block-right {
  color: var(--black);
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.link-block-3 {
  color: var(--black);
  font-style: normal;
  text-decoration: none;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.fs-slider_arrow-right {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fs-slider_arrow-left {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.fs-slider_slider {
  background-color: var(--black);
  height: 100%;
}

.fs-slider_slide {
  padding-bottom: 0;
  padding-left: 5rem;
  padding-right: 5rem;
}

.hide {
  display: none;
}

.wrap-text-review {
  position: relative;
  bottom: auto;
  right: auto;
  overflow: hidden;
}

.review-image {
  background-image: url('../images/group-556.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  position: relative;
}

.left-arrow-silderv2 {
  justify-content: flex-end;
  align-items: center;
  width: 90px;
  padding-left: 50px;
  display: flex;
}

.revies-slider {
  background-color: #000;
  height: 100%;
  margin-top: 40px;
}

.div-wrapper-text-review {
  flex-direction: column;
  flex: 1;
  padding: 35px;
  display: flex;
}

.review-wrap-slide {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 60px 120px;
  display: flex;
}

.right-arrow-sliderv2 {
  justify-content: center;
  align-items: center;
  width: 90px;
  padding-right: 50px;
  display: flex;
}

.slide-nav-hide {
  justify-content: center;
  display: none;
}

.vote-text {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 64px;
  line-height: 1;
}

.overflow {
  height: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.profilbild {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin-right: 10px;
}

.title-post-2 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: 400;
}

.title-post-2.white-text {
  margin-bottom: 15px;
}

.heading-review-slide {
  z-index: 11;
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.arrow-icon-2 {
  width: 40px;
  height: auto;
}

.arrow-icon-2.rotate {
  background-color: rgba(0, 0, 0, 0);
  transform: rotate(-180deg);
}

.flex-wrapper {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.location {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  line-height: 1.5;
}

.apply-link {
  color: var(--black);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.textarea-apply {
  text-transform: uppercase;
  min-height: 200px;
  font-family: Oswald, sans-serif;
}

.author-collection {
  margin-bottom: 20px;
}

.hero-link-block {
  color: var(--black);
  font-style: normal;
  text-decoration: none;
}

.link-card {
  color: rgba(0, 0, 0, .7);
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  p {
    font-weight: 400;
    line-height: 1.6;
  }

  .page-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .page-wrapper.full-screen {
    justify-content: center;
  }

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

  .col-right {
    margin-left: 20px;
  }

  .nav-logo-svg {
    max-width: none;
  }

  .navbar {
    background-color: var(--white);
    padding-left: 0;
    padding-right: 1px;
    position: -webkit-sticky;
    position: sticky;
  }

  .hero-section {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .wrap-heading-page-content.margin-bottom-medium {
    perspective: 1000px;
    transform: perspective(1196px);
  }

  .hero-heading {
    margin-bottom: 10px;
    font-size: 90px;
  }

  .text-span.uppercase.secondary-font.blog-posts-title {
    font-size: 76px;
  }

  .grid-3-column.gap {
    grid-column-gap: 50px;
  }

  .blog-page-grid {
    grid-template-columns: 1fr 2.5fr 1fr;
  }

  .sticky-column.style-guide {
    margin-top: 0;
    margin-bottom: auto;
    top: 117px;
    bottom: auto;
  }

  .social-wrap.grid {
    grid-row-gap: 29px;
  }

  .page-title.post {
    margin-bottom: 20px;
    line-height: 1;
  }

  .faq-question-wrap {
    background-color: rgba(255, 255, 255, .6);
    border-bottom-style: solid;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .rich-text-block {
    font-family: Merriweather, serif;
    font-size: 17px;
  }

  .rich-text-block p {
    font-size: 22px;
    line-height: 1.7;
  }

  .utility-page-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .body {
    padding-top: 0;
  }

  .container {
    opacity: 1;
  }

  .effect-wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }

  .licensing-paragraph {
    text-align: center;
    font-weight: 400;
  }

  .image-licensing {
    border: 1px solid #ebebeb;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px;
    display: flex;
  }

  .licensing-container {
    border-style: solid;
    border-color: var(--black);
    background-color: #fff;
    width: 100%;
    max-width: none;
  }

  .burgher-menu {
    padding-right: 0;
    position: relative;
    top: 34.5%;
    right: 0%;
  }

  .line-burgher-menu {
    height: 2px;
    margin-top: 1.5px;
    margin-bottom: 1.5px;
  }
}

@media screen and (max-width: 991px) {
  a {
    font-style: italic;
    font-weight: 300;
  }

  blockquote {
    margin-left: 20px;
  }

  figcaption {
    font-family: Roboto, sans-serif;
  }

  .page-wrapper {
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .main-text.secondary-font {
    color: var(--black);
    font-size: 22px;
  }

  .brand {
    margin-right: auto;
    padding-left: 10px;
    position: static;
  }

  .search {
    display: none;
  }

  .nav-logo-svg {
    max-width: none;
  }

  .main-link.nav.w--current {
    background-color: var(--black);
    color: var(--white);
  }

  .main-link.nav {
    text-align: left;
    width: 100%;
  }

  .main-link.nav.w--current {
    color: #fff;
    background-color: #000;
  }

  .nav-menu {
    background-color: var(--white);
    padding-top: 0;
    padding-bottom: 40px;
  }

  .right-side-nav-wrapper {
    margin-top: 10px;
    padding-left: 10px;
  }

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

  .main-nav-container {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .newsletter-footer-wrap {
    border: 1px #000;
    padding-right: 0;
  }

  .follow-us-footer-wrap {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-info {
    border-bottom-style: none;
  }

  .contact-footer-wrap {
    border: 1px #000;
    padding-left: 0;
  }

  .wrap-heading-page-content.margin-bottom-medium {
    margin-bottom: 20px;
  }

  .hero-heading {
    font-size: 35px;
  }

  .page-featured-image {
    max-height: 50vh;
  }

  .block-quote {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-subtitle {
    margin-right: auto;
  }

  .text-span.uppercase.secondary-font {
    font-size: 70px;
  }

  .text-span.uppercase.secondary-font.blog-posts-title {
    font-size: 39px;
  }

  .text-span.uppercase.secondary-font.blog-posts-title.margin {
    margin-left: 10px;
  }

  .blog-post-card {
    flex-direction: row-reverse;
    padding-right: 0;
  }

  .title-post {
    margin-top: 5px;
    font-size: 30px;
  }

  .post-paragraph.margin-bottom {
    text-align: justify;
    font-family: Merriweather, serif;
    line-height: 1.2;
  }

  .post-image {
    width: 100%;
  }

  .grid-3-column {
    grid-template-columns: 1fr;
  }

  .grid-5-columns {
    grid-row-gap: 40px;
    column-count: 2;
    grid-template-columns: 1fr;
  }

  .card-authors {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .card-authors:nth-child(odd) {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card-authors:nth-child(2n) {
    flex-direction: row-reverse;
  }

  .card-authors:first-child {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .authors-name.uppercase {
    margin-top: 0;
    font-size: 36px;
    font-weight: 500;
  }

  .card-blog-v2 {
    margin-bottom: 20px;
    display: flex;
  }

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

  .main-layout.margin-bottom-medium {
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
  }

  .row-post.margin-top.margin-bottom-small.border-bottom {
    margin-bottom: 20px;
  }

  .row-post.show-tablet {
    display: flex;
  }

  .overflow-hidden {
    width: auto;
  }

  .primary-button.right {
    margin-right: auto;
  }

  .primary-button.margin-top-large {
    margin-top: 0;
  }

  .primary-button.margin-top-large.large-tablet.show-tablet {
    margin-top: 40px;
  }

  .post-text-v1 {
    font-size: 22px;
  }

  .year-card {
    display: flex;
  }

  .large-text {
    font-size: 24px;
  }

  .large-text.margin-top-large {
    margin-top: 0;
    font-size: 24px;
  }

  .large-text.white-text {
    font-size: 24px;
  }

  .large-text.invert {
    font-size: 12px;
  }

  .image-popular-post {
    object-fit: cover;
  }

  .blog-page-grid {
    flex-direction: column-reverse;
    margin-bottom: 0;
    display: flex;
  }

  .blog-page-grid.flex-workshop {
    flex-direction: column;
  }

  .post-wrap {
    order: -1;
  }

  .related-card {
    display: flex;
  }

  .post-title.secondary-font {
    margin-top: 0;
  }

  .medium-text.uppercase.secondary-font {
    font-size: 23px;
  }

  .medium-text.uppercase.secondary-font.mobile {
    text-transform: none;
    font-family: Roboto, sans-serif;
  }

  .post-cardv2 {
    flex-direction: column;
  }

  .card-meta {
    margin-bottom: 10px;
  }

  .card-meta.align-end {
    align-items: center;
    margin-bottom: 0;
  }

  .text-exhibition-wrap.large-tablet {
    padding-top: 20px;
    padding-left: 0;
  }

  .avatar {
    width: 43px;
    height: 43px;
  }

  .text-link.uppercase.secondary-font {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .text-link.uppercase.secondary-font:hover {
    transform: none;
  }

  .text-link.uppercase.secondary-font.static.white-text {
    font-size: 27px;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .collection-list-wrapper-blog-post, .post-slide {
    height: 100%;
  }

  .instagram-image {
    max-width: none;
    height: 150px;
  }

  .instagram-image.first {
    max-width: none;
  }

  .sticky-column, .sticky-column.padding, .sticky-column.hide-tablet {
    position: static;
  }

  .sticky-column.show-all-viewports {
    order: 1;
    width: 100%;
  }

  .social-wrap.hide {
    display: none;
  }

  .image.hide-desktop {
    display: block;
  }

  .image-quote.absolute {
    left: 0%;
  }

  .blog-posts-title {
    font-size: 50px;
  }

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

  .page-title {
    text-align: center;
    margin-left: 0;
    margin-right: auto;
    font-size: 63px;
  }

  .page-title.uppercase {
    margin-left: 0;
  }

  .page-title.uppercase.small {
    font-size: 57px;
  }

  .block-quote-about {
    margin-left: 60px;
    font-size: 20px;
  }

  .page-content {
    align-items: flex-start;
  }

  .page-content.align-left {
    align-items: center;
    display: flex;
  }

  .column.align-start {
    width: 100%;
    padding: 0;
  }

  .column.align-end {
    border: 1px #000;
    align-items: flex-start;
    width: 100%;
    padding: 0;
  }

  .column.main-layout {
    grid-column-gap: 0px;
  }

  .paragraph.roboto {
    font-size: 16px;
  }

  .left-title {
    font-size: 24px;
  }

  .two-columns-grid {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .page-subtitle {
    font-size: 39px;
  }

  .collection-list-wrapper.margin-bottom-small {
    background-image: none;
    min-height: 0;
  }

  .collection-list {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .collection-item-authors {
    width: 100%;
  }

  .author-link-wrapper {
    border: 1px #000;
    width: 100%;
    height: auto;
  }

  .grid-3-columns {
    grid-column-gap: 19px;
    grid-template-columns: 1fr 1fr;
  }

  .row-filters.margin-bottom-medium {
    flex-direction: column;
    align-items: flex-start;
  }

  .images-grid-protected-page {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contact-content.overflow-hidden {
    flex-direction: column;
    width: 100%;
  }

  .contact-image {
    background-position: 0%;
    background-size: contain;
    width: 100%;
    height: 150px;
    display: none;
  }

  .form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-contact {
    width: 100%;
  }

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

  .vertical-separator {
    display: none;
  }

  .faq-question-wrap {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-content {
    flex-direction: column;
  }

  .faq-wrapper {
    margin-top: 40px;
  }

  .quote-row.margin-top {
    flex-direction: column;
  }

  .quote-image {
    width: 100%;
  }

  .wrap-quote-text {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .block-quote-post-page.margin-bottom-small.secondary-font.uppercase.show-tablet {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button-small.full {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text-block {
    font-size: 16px;
    line-height: 1.7px;
  }

  .rich-text-block p {
    line-height: 1.7;
  }

  .columns-404.overflow-hidden {
    width: 100%;
  }

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

  .effect-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-text-post {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    width: 50%;
    padding-left: 0;
    padding-right: 20px;
    display: flex;
  }

  .wrap-text-post.padding {
    flex: 1;
    width: auto;
    padding-left: 0;
  }

  .link-blog {
    flex-direction: row-reverse;
    width: 100%;
    display: flex;
  }

  .container-info-card {
    flex-direction: column;
    flex: none;
    justify-content: center;
    width: 60%;
    padding-left: 20px;
    display: flex;
  }

  .container-info-card.full-width-tablet {
    width: 100%;
  }

  .image-mobile {
    width: 40%;
  }

  .image-licensing.fourth, .image-licensing.third {
    min-height: 300px;
  }

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

  .licensing-container {
    width: 100%;
  }

  .card-meta.show-tablet {
    margin-bottom: 0;
    display: flex;
  }

  .large-tablet {
    width: 100%;
  }

  .mobile-image-post {
    width: 215px;
    height: 215px;
  }

  .menu-button, .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    padding-right: 10px;
  }

  .burgher-menu {
    padding-right: 0;
  }

  .search-result-list {
    grid-template-columns: 1fr 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .wrap-text-review {
    left: auto;
    right: 0;
  }

  .review-image {
    width: 100%;
    height: 400px;
  }

  .left-arrow-silderv2 {
    justify-content: center;
    padding-left: 0;
  }

  .revies-slider {
    height: auto;
  }

  .div-wrapper-text-review {
    padding-left: 0;
    padding-right: 0;
  }

  .review-wrap-slide {
    flex-direction: column;
    padding: 35px 90px;
  }

  .right-arrow-sliderv2 {
    padding-right: 0;
  }

  .slide-nav-hide {
    display: none;
  }

  .overflow {
    position: static;
  }

  .profilbild {
    width: 43px;
    height: 43px;
  }

  .title-post-2 {
    font-size: 30px;
  }

  .title-post-2.white-text {
    font-size: 57px;
  }

  .author-collection {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 18px;
  }

  .page-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-heading-style.style-guide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-text.secondary-font {
    font-size: 18px;
  }

  .col-right {
    margin-left: 0;
  }

  .col-left {
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-logo-svg {
    display: block;
  }

  .main-nav-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-logo-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .hero-heading {
    font-size: 35px;
  }

  .block-quote {
    font-size: 22px;
  }

  .hero-subtitle {
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
  }

  .text-span.uppercase.secondary-font {
    font-size: 57px;
  }

  .text-span.uppercase.secondary-font.blog-posts-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .title-post {
    margin-top: 10px;
    font-size: 22px;
  }

  .post-image {
    height: 150px;
  }

  .grid-5-columns.medium-gap {
    border: 1px #000;
    padding-left: 0;
    padding-right: 1px;
  }

  .card-authors {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }

  .card-authors:last-child {
    border-bottom-style: none;
  }

  .authors-name.uppercase {
    margin-top: 0;
    font-size: 18px;
  }

  .overflow-hidden {
    width: auto;
  }

  .primary-button.large {
    margin-bottom: 10px;
  }

  .post-text-v1, .main-paragraph.uppercase.secondary-font {
    font-size: 18px;
  }

  .year-image.image-mobile {
    height: 150px;
  }

  .large-text.white-text {
    font-size: 18px;
  }

  .large-text.margin-top-large {
    margin-top: 0;
    font-size: 13px;
  }

  .large-text.secondary-font {
    font-size: 22px;
  }

  .large-text.secondary-font.margin-bottom-small.show-tablet.absolute {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .large-text.secondary-font.show-tablet, .large-text.white-text {
    font-size: 18px;
  }

  .medium-text.uppercase.secondary-font {
    font-size: 13px;
  }

  .card-title.secondary-font.margin-top {
    font-size: 18px;
  }

  .text-link.uppercase.secondary-font.static.white-text {
    font-size: 16px;
  }

  .collection-list-wrapper-blog-post, .post-slide {
    height: 100%;
  }

  .arrow-icon {
    background-color: var(--black);
    object-fit: fill;
    object-position: 50% 50%;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .arrow-icon.rotate {
    background-color: var(--black);
    border-radius: 50px;
  }

  .page-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 52px;
  }

  .page-title.uppercase.small {
    margin-right: auto;
    font-size: 35px;
  }

  .block-quote-about {
    font-size: 18px;
  }

  .page-content {
    align-items: center;
  }

  .left-title {
    max-width: 210px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .page-subtitle {
    margin-top: 20px;
    margin-right: auto;
    font-size: 30px;
  }

  .collection-list {
    display: block;
  }

  .collection-item-authors {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .author-link-wrapper {
    width: auto;
  }

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

  .filter-collection-list-wrapper {
    width: 100%;
  }

  .filter-collection-list {
    flex-direction: column;
  }

  .filter-collection-item {
    margin-right: 0;
  }

  .row-filters.margin-bottom-medium {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .blog-post-image {
    object-fit: cover;
    object-position: 50% 50%;
    height: auto;
  }

  .button-small.full {
    width: 100%;
    margin-bottom: 10px;
  }

  .coming-soon-image {
    height: 200px;
  }

  .coming-soon {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .coming-soon-heading {
    font-size: 50px;
  }

  .utility-page-wrap {
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .utility-page-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-box {
    max-width: 100%;
    height: 350px;
    margin-right: 0;
  }

  .utility-page-wrap-404 {
    overflow: hidden;
  }

  .wrap-text-post {
    padding-left: 0;
  }

  .wrap-text-post.padding {
    padding-left: 10px;
  }

  .image-licensing.first, .image-licensing.fifth, .image-licensing.fourth, .image-licensing.third {
    min-height: 300px;
  }

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

  .licensing-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-image-post {
    width: 150px;
    height: 150px;
  }

  .container-search {
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .review-wrap-slide {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .title-post-2 {
    margin-top: 10px;
    font-size: 22px;
  }

  .title-post-2.white-text {
    font-size: 25px;
  }

  .arrow-icon-2 {
    object-fit: fill;
    object-position: 50% 50%;
    background-color: #000;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .arrow-icon-2.rotate {
    background-color: #000;
    border-radius: 50px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 17px;
  }

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

  .container-heading-style.style-guide {
    padding-left: 0;
    padding-right: 0;
  }

  .main-text.secondary-font {
    font-size: 13px;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .main-link.nav.second {
    margin-top: 0;
  }

  .mail {
    margin-bottom: 20px;
  }

  .credits-text {
    margin-top: 10px;
    margin-left: 0;
  }

  .credits {
    flex-direction: column;
    align-items: center;
  }

  .wrap-heading-page-content.margin-bottom-medium {
    margin-top: 5px;
    margin-bottom: 27px;
  }

  .hero-heading {
    text-align: center;
    font-size: 24px;
  }

  .page-featured-image {
    height: 254px;
  }

  .page-featured-image.margin-top-40 {
    object-fit: contain;
  }

  .block-quote {
    margin-bottom: 0;
    font-size: 18px;
  }

  .hero-subtitle {
    text-align: left;
    font-size: 16px;
  }

  .text-span.uppercase.secondary-font {
    font-size: 30px;
  }

  .text-span.uppercase.secondary-font.margin {
    margin-left: 10px;
  }

  .text-span.uppercase.secondary-font.blog-posts-title {
    font-size: 18px;
  }

  .text-span.uppercase.secondary-font.blog-posts-title.margin {
    margin-left: 5px;
  }

  .text-span.uppercase.secondary-font.work-title {
    font-size: 22px;
  }

  .text-span.uppercase.secondary-font.work-title.margin {
    margin-left: 5px;
  }

  .title-post {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .post-text.margin {
    font-size: 13px;
  }

  .post-paragraph.margin-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 300;
  }

  .grid-3-column {
    grid-row-gap: 22px;
  }

  .main-layout.margin-bottom-large {
    margin-bottom: 20px;
  }

  .overflow-hidden {
    width: auto;
  }

  .primary-button.right {
    font-size: 13px;
  }

  .primary-button.large {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 13px;
  }

  .primary-button.margin-top-large {
    margin-top: 0;
  }

  .post-text-v1 {
    font-size: 15px;
  }

  .year-image.image-mobile {
    height: 100px;
  }

  .large-text.margin-top-large {
    margin-top: 0;
  }

  .large-text.margin-top {
    margin-top: 10px;
    font-size: 14px;
  }

  .large-text.normal {
    font-size: 18px;
  }

  .large-text.secondary-font {
    font-size: 14px;
  }

  .large-text.secondary-font.show-tablet {
    font-size: 15px;
  }

  .large-text.white-text {
    font-size: 14px;
  }

  .related-card {
    flex-direction: row;
  }

  .post-title.uppercase.normal {
    margin-bottom: 0;
    font-size: 18px;
  }

  .post-title.secondary-font {
    font-size: 24px;
  }

  .row-related-card {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .medium-text.uppercase.secondary-font {
    font-size: 14px;
  }

  .post-cardv2 {
    flex-direction: column;
  }

  .exhibition-image {
    width: 100%;
  }

  .card-meta {
    margin-bottom: 10px;
  }

  .text-exhibition-wrap {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }

  .avatar {
    width: 30px;
    height: 30px;
  }

  .card-title.secondary-font.margin-top {
    margin-top: 0;
  }

  .larger-text.uppercase {
    font-size: 13px;
  }

  .collection-list-wrapper-blog-post.margin-bottom-medium {
    margin-bottom: 45px;
  }

  .workshops-section.margin-bottom-medium {
    margin-bottom: 30px;
  }

  .review-slide {
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .instagram-image {
    height: 80px;
  }

  .page-title, .page-title.uppercase.small {
    font-size: 24px;
  }

  .work-subtitle.letter-spacing {
    font-size: 16px;
  }

  .background-video {
    height: 213px;
  }

  .block-quote-about {
    font-size: 16px;
  }

  .gallery-image {
    margin-bottom: 10px;
  }

  .gallery-image.big {
    width: 208%;
    margin-bottom: 0;
  }

  .paragraph.roboto {
    font-size: 13px;
  }

  .left-title {
    max-width: 185px;
    font-size: 18px;
  }

  .page-subtitle {
    font-size: 18px;
  }

  .collection-list-wrapper.margin-bottom-small {
    width: 100%;
  }

  .collection-list {
    display: block;
  }

  .collection-item-authors {
    border-bottom: 1px solid #000;
    width: auto;
  }

  .collection-item-authors:last-child {
    border-bottom: 1px #fff;
  }

  .author-link-wrapper {
    border-bottom-style: none;
    width: auto;
    padding: 15px 0 5px;
  }

  .grid-column {
    column-gap: 10px;
  }

  .post-card-sidebar.border-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-post.margin-bottom-large {
    margin-bottom: 20px;
    font-size: 24px;
  }

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

  .filter-collection-list {
    flex-direction: column;
  }

  .filter-collection-item {
    margin-bottom: 0;
    margin-right: 0;
  }

  .row-filters.margin-bottom-medium {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .images-grid-protected-page {
    grid-template-columns: 1fr 1fr 1fr;
    height: auto;
  }

  .square-images-box {
    height: 80px;
  }

  .contact-image {
    height: 85px;
  }

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

  .address-contact-page.margin-top {
    font-size: 18px;
  }

  .faq-question-wrap {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .faq-question-bar {
    padding: 15px 0;
  }

  .blog-post-image {
    height: 250px;
  }

  .quote-image {
    height: 200px;
  }

  .button-small {
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .rich-text-block p {
    font-size: 16px;
    line-height: 1.5;
  }

  .coming-soon-heading {
    font-size: 24px;
  }

  .columns-404.overflow-hidden {
    border: 1px #000;
    padding-bottom: 0;
  }

  .heading-404 {
    font-size: 72px;
  }

  .text-404 {
    max-width: none;
    font-size: 14px;
  }

  .page-not-found-heading {
    font-size: 18px;
  }

  .utility-page-content-404 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-info-card {
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    display: flex;
  }

  .licensing-paragraph, .license-link {
    font-size: 16px;
  }

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

  .licensing-head {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .licensing-container {
    width: 100%;
    padding: 20px;
  }

  .source-link {
    font-size: 16px;
  }

  .mobile-image-post {
    width: 100px;
    height: 100px;
  }

  .menu-button, .burgher-menu {
    padding-right: 0;
  }

  .search-result-list {
    grid-template-columns: 1fr;
  }

  .container-search {
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-slider_collection-list, .fs-slider_collection-list-wrapper {
    height: 100%;
  }

  .fs-slider_arrow-right {
    width: 56px;
    height: 56px;
  }

  .fs-slider_arrow-left {
    width: 56px;
    height: 56px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .fs-slider_slider {
    height: auto;
  }

  .fs_slider-collection-item {
    height: 100%;
  }

  .fs-slider_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-text-review {
    top: -10%;
  }

  .review-image {
    height: auto;
  }

  .left-arrow-silderv2 {
    width: auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .revies-slider {
    height: 100%;
  }

  .div-wrapper-text-review {
    padding-bottom: 0;
  }

  .review-wrap-slide {
    justify-content: flex-start;
    height: 100%;
    padding: 35px 50px;
  }

  .right-arrow-sliderv2 {
    width: auto;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-review {
    height: 180px;
  }

  .vote-text {
    font-size: 30px;
  }

  .profilbild {
    width: 30px;
    height: 30px;
  }

  .title-post-2, .title-post-2.white-text {
    font-size: 18px;
  }

  .heading-review-slide {
    font-size: 30px;
  }
}

#w-node-ed0123da-edf0-fab1-f252-56d2937faa64-a304b3ab {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-faab7751-592c-b080-30a5-b0e5b2985db5-a304b3ab {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-f75a768c-3aac-f44e-92eb-48598af5e3bc-a304b3ab {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91c531c5-627c-ee0d-1d98-857d69862f76-69862f64 {
  align-self: auto;
  justify-self: stretch;
}

#w-node-_91c531c5-627c-ee0d-1d98-857d69862f92-69862f64 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0916d6bf-7c86-9ea6-79b8-f849b3601c81-a204b3b6, #w-node-_177612a5-2122-365e-2176-581673ee9343-a204b3b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74a1cda9-4e74-8872-ced1-20bec6b68245-a204b3b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_74a1cda9-4e74-8872-ced1-20bec6b6824e-a204b3b6 {
  align-self: end;
}

#w-node-_70f24edb-f28b-fa47-6971-218e58a05efe-3004b3b7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_70d5e79d-e2c1-4745-da53-0b4e2ae811af-0904b3ba {
  align-self: start;
}

#w-node-_1a310b1e-1a49-e9c9-26c2-46c28abf9d69-5904b3bc {
  grid-area: 1 / 1 / 4 / 2;
  align-self: start;
}

#w-node-e002d5a0-b2e7-3ec4-3bde-21107f3aade5-5904b3bc {
  grid-area: 1 / 2 / 4 / 3;
  align-self: start;
}

#w-node-_4e08f51f-2684-401d-b95e-6611dc832feb-5904b3bc {
  grid-area: 1 / 3 / 4 / 4;
  align-self: start;
}

#w-node-_74449af7-5e95-db4c-8d57-524bc7d5d88d-5904b3bc {
  grid-area: 1 / 4 / 4 / 5;
  align-self: start;
}

#w-node-_90f74ab2-44d9-0f40-97f0-279839b8665a-5904b3bc {
  grid-area: 1 / 5 / 4 / 6;
  align-self: start;
}

#w-node-b213fede-848a-7aa6-61a0-6943172563d5-f604b3bf {
  justify-self: stretch;
}

#w-node-_4e45041d-0afb-6247-cbdd-0f8abccae7fc-e804b3c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc84d6d-a13a-67db-16b5-74c929f23b7c-8304b3c1 {
  align-self: start;
}

#w-node-_374fa271-43b9-86f6-228b-6eaee356e43b-8304b3c1 {
  justify-self: stretch;
}

#w-node-_30d71260-3bbe-90ed-fb16-5b1b0a3f556e-41c73931 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8a1ab334-3dc7-c47e-afad-af921cb016b6-41c73931 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_30d71260-3bbe-90ed-fb16-5b1b0a3f556e-41c73931 {
    grid-column-end: 3;
  }

  #w-node-_8a1ab334-3dc7-c47e-afad-af921cb016b6-41c73931 {
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7b5cb46f-7a08-552a-050e-1639f31d4465-3704b3b9 {
    justify-self: center;
  }
}


