/* IMG */
/* -------------- FONTS -------------- */
/* BUTTON */
/* BUTTON */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInMove {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes effectline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/**
 * Selectores CSS
 * Ejemplo: fonts, h1, div, a, p, span, etc...
**/
html {
  font-size: 16px;
}

body {
  font-family: "Roboto";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #1b1c1e;
}

h1,
h2,
h3,
h4,
h5,
.title-h1,
.title-h2,
.title-h3,
.title-h4,
.title-h5 {
  margin-top: 0;
  margin-bottom: 10px;
}

h1.entry-title {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.688rem;
  letter-spacing: 1.1px;
  text-align: left;
  color: #1b1c1e;
}
@media only screen and (min-width: 1279px) {
  h1.entry-title {
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    font-size: 0.938rem;
    letter-spacing: 1.5px;
    text-align: left;
    color: #1b1c1e;
  }
}

.title-h1,
.title-1,
h1 {
  margin-bottom: 10px;
  font-family: "Roboto";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 1.563rem;
  line-height: 1.2;
  text-align: left;
  color: #1b1c1e;
}
@media only screen and (min-width: 1279px) {
  .title-h1,
  .title-1,
  h1 {
    font-family: "Roboto";
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    font-size: 1.875rem;
    line-height: 1.17;
    text-align: left;
    color: #1b1c1e;
  }
}

.title-h2,
h2 {
  margin-bottom: 10px;
  font-family: "Roboto";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 0.938rem;
  line-height: 1.33;
  text-align: left;
  color: #1b1c1e;
}

.big-section {
  display: block;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.688rem;
  letter-spacing: 1.1px;
  text-align: left;
  color: #1b1c1e;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 0 9px;
  border-top: 1px solid #1b1c1e;
  border-bottom: 1px solid #1b1c1e;
}
@media only screen and (min-width: 1279px) {
  .big-section {
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    font-size: 0.938rem;
    letter-spacing: 1.5px;
    text-align: left;
    color: #1b1c1e;
    text-align: center;
    padding: 11px 0;
    margin-bottom: 40px;
  }
}

table {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  table {
    font-size: 0.933rem;
    line-height: 1.21;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  table {
    font-size: 1.067rem;
    line-height: 1.38;
    margin-bottom: 29px;
  }
}
table tr {
  border-bottom: 1px solid rgba(205, 205, 205, 0.3);
  vertical-align: baseline;
}
table tr td {
  padding: 10px 0 9px;
}
@media only screen and (min-width: 1024px) {
  table tr td {
    padding: 11px 0 12px;
  }
}
@media only screen and (min-width: 1600px) {
  table tr td {
    padding: 9px 0;
  }
}
table tr td:first-child {
  padding-right: 7px;
}
@media only screen and (min-width: 1024px) {
  table tr td:first-child {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  table tr td:first-child {
    width: 65% !important;
  }
}
table tr td:last-child {
  padding-left: 7px;
}
@media only screen and (min-width: 1024px) {
  table tr td:last-child {
    width: 35% !important;
  }
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #1b1c1e;
  text-decoration: none;
}
a:hover {
  color: #A3A3A3;
}

/*Links*/
a[href^=sms],
a[href^="tel:"] {
  position: relative;
  text-decoration: none !important;
  pointer-events: auto;
  color: inherit;
  font-weight: inherit;
  z-index: 0;
  cursor: default;
}

i {
  font-style: italic;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

/* p:last-child {
  display: none;
}
 */
.btn,
a.button {
  display: inline-block;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  background: #fff;
  color: #1b1c1e;
  border-radius: 0;
  border: 1px solid #1b1c1e;
  margin: 0 auto;
  padding: 14px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover,
a.button:hover {
  color: #A3A3A3;
  border-color: #A3A3A3;
}
.btn:disabled,
a.button:disabled {
  opacity: 0.7;
}

input[type=submit] {
  display: inline-block;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  background: #1b1c1e;
  color: #fff;
  border-radius: 0;
  border: 1px solid #1b1c1e;
  margin: 0 auto;
  padding: 14px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
input[type=submit]:hover {
  background-color: #A3A3A3;
  border-color: #A3A3A3;
}
input[type=submit]:disabled {
  opacity: 0.7;
}

.wrapper {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.link__arrow {
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #1b1c1e;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1600px) {
  .link__arrow {
    height: 45px;
  }
}
.link__arrow span,
.link__arrow a {
  position: relative;
}
.link__arrow span:after,
.link__arrow a:after {
  content: "\e908";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "jontugores";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8rem;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  border: 1px solid #1b1c1e;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .link__arrow span:after,
  .link__arrow a:after {
    font-size: 1.2rem;
    width: 45px;
    height: 45px;
    right: -65px;
    padding: 0;
  }
}
.link__arrow:hover span:after,
.link__arrow:hover a:after {
  transform: translateY(-50%) translateX(4px);
}

.loadmore_posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 2px;
}
@media only screen and (min-width: 1024px) {
  .loadmore_posts {
    padding-top: 68px;
  }
}
.loadmore_posts .loader-plus {
  position: relative;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #1b1c1e;
  margin-top: 65px;
  cursor: pointer;
}
.loadmore_posts .loader-plus:hover:before {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.loadmore_posts .loader-plus:before {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "jontugores";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: -32px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1b1c1e;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cont__close {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .cont__close {
    width: 60px;
    height: 60px;
  }
}
.cont__close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "jontugores";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #1b1c1e;
  font-size: 19px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .cont__close:before {
    font-size: 20px;
  }
}
.cont__close:hover:before {
  color: #A3A3A3;
}

.cont__xxss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 11px 0 10px;
}
@media only screen and (min-width: 1024px) {
  .cont__xxss {
    padding: 0;
    column-gap: 20px;
    justify-content: flex-end;
  }
}
.cont__xxss a {
  font-family: "Roboto";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 0.75rem;
  line-height: 1.67;
}
@media only screen and (min-width: 1279px) {
  .cont__xxss a {
    font-size: 0.938rem;
    line-height: 1.33;
  }
}
.cont__xxss .instagram,
.cont__xxss .linkedin,
.cont__xxss .tiktok,
.cont__xxss .twitter {
  display: block;
  position: relative;
  min-width: 20px;
  min-height: 20px;
}
@media only screen and (min-width: 1279px) {
  .cont__xxss .instagram,
  .cont__xxss .linkedin,
  .cont__xxss .tiktok,
  .cont__xxss .twitter {
    min-width: 25px;
    min-height: 25px;
  }
}
.cont__xxss .instagram::before,
.cont__xxss .linkedin::before,
.cont__xxss .tiktok::before,
.cont__xxss .twitter::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  width: 20px;
  height: 20px;
  left: 0;
}
.cont__xxss .instagram::before {
  content: "\e914";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "jontugores";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 1024px) {
  .cont__xxss .instagram::before {
    font-size: 29px;
  }
}
.cont__xxss .linkedin::before {
  content: "\e916";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "jontugores";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.cont__xxss .tiktok::before {
  content: "\e90f";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "jontugores";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.cont__xxss .twitter::before {
  content: "\e906";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "jontugores";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.cont__xxss .cont__instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media only screen and (min-width: 1024px) {
  .cont__xxss .cont__instagram {
    flex-direction: row;
    column-gap: 20px;
  }
}
.cont__xxss .cont__instagram .instagram {
  padding-left: 30px;
}
.cont__xxss .cont__others {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 15px;
}
.cont__xxss .cont__others a {
  font-size: 0;
}

#showLess {
  display: none;
}

#loadMore,
#showLess {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 19px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#loadMore:hover,
#showLess:hover {
  color: #A3A3A3;
}

.gallery-overlay .cont__close {
  display: none;
}
.gallery-overlay.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  z-index: 5;
  background-color: #1b1c1e;
}
.gallery-overlay.open .cont__close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 20px;
  right: 20px;
}
@media only screen and (min-width: 1600px) {
  .gallery-overlay.open .cont__close {
    width: 80px;
    height: 80px;
  }
}
.gallery-overlay.open img {
  cursor: default;
}
.gallery-overlay img {
  cursor: zoom-in;
  width: 100%;
}

.go-up {
  display: none;
  font-size: 0;
  position: sticky;
  bottom: 70px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .go-up {
    display: block;
  }
}
.go-up span {
  width: 134px;
  height: 134px;
  background-color: #1b1c1e;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.go-up span::before {
  content: "\e908";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "jontugores";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  transform: rotate(-90deg);
}
.go-up span:hover {
  background-color: #A3A3A3;
}
.go-up.show {
  opacity: 1;
  z-index: 0;
}

body {
  position: relative;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
}

body.open-overlay {
  overflow: hidden;
}
body.open-overlay:before {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.page-template-page-basic-page .entry-content {
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-basic-page .entry-content {
    margin-bottom: 125px;
  }
}
@media only screen and (min-width: 1279px) {
  .page-template-page-basic-page .entry-content {
    max-width: 944px;
  }
}
@media only screen and (min-width: 1366px) {
  .page-template-page-basic-page .entry-content {
    max-width: 1160px;
  }
}

.owl-dots .owl-dot {
  margin-right: 5px;
}
@media only screen and (min-width: 1024px) {
  .owl-dots .owl-dot {
    margin-right: 10px;
  }
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background-color: #1b1c1e;
}
.owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #cdcdcd;
  border-radius: 50%;
  border: 2.5px solid #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border: 5px solid #fff;
  }
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1b1c1e;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1b1c1e;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

:root {
  --gutters: 20px;
}
@media only screen and (min-width: 768px) {
  :root {
    --gutters: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --gutters: 60px;
  }
}
@media only screen and (min-width: 1279px) {
  :root {
    --gutters: 80px;
  }
}
@media only screen and (min-width: 1920px) {
  :root {
    --gutters: 0px;
  }
}

.container, .section__hero-image .owl-dots {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .container, .section__hero-image .owl-dots {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .container, .section__hero-image .owl-dots {
    max-width: 1760px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(var(--gutters) * -1);
  margin-left: calc(var(--gutters) * -1);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* -------------- FONTS -------------- */
#header-wrapper .cont__header {
  border-bottom: 1px solid #1b1c1e;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1279px) {
  #header-wrapper .cont__header {
    margin-bottom: 40px;
  }
}
#header-wrapper header.site-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0 8px;
}
@media only screen and (min-width: 1024px) {
  #header-wrapper header.site-header {
    padding: 18px 0 20px;
  }
}
@media only screen and (min-width: 1279px) {
  #header-wrapper header.site-header {
    padding: 16px 0 18px;
  }
}
#header-wrapper header.site-header .site-branding {
  position: relative;
  z-index: 4;
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#header-wrapper header.site-header .site-branding .cont--logo img {
  display: block;
  width: inherit;
  max-height: 20px;
}
@media only screen and (min-width: 768px) {
  #header-wrapper header.site-header .site-branding .cont--logo img {
    max-height: 26px;
  }
}
#header-wrapper header.site-header .site-branding .cont--logo img.logo-white {
  display: none;
}
#header-wrapper header.site-header .cont--menu__open {
  position: relative;
  z-index: 4;
}
#header-wrapper header.site-header .cont--menu__open .burger {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media only screen and (min-width: 1279px) {
  #header-wrapper header.site-header .cont--menu__open .burger {
    width: 45px;
    height: 45px;
  }
}
#header-wrapper header.site-header .cont--menu__open .burger:hover span,
#header-wrapper header.site-header .cont--menu__open .burger:hover span:before,
#header-wrapper header.site-header .cont--menu__open .burger:hover span:after {
  background-color: #A3A3A3 !important;
  border-color: #A3A3A3 !important;
}
#header-wrapper header.site-header .cont--menu__open .burger span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #1b1c1e;
  border-radius: 20px;
}
#header-wrapper header.site-header .cont--menu__open .burger span:before, #header-wrapper header.site-header .cont--menu__open .burger span:after {
  position: absolute;
  content: "";
  border: 1px solid #1b1c1e;
  border-radius: 20px;
  margin-left: -1px;
}
#header-wrapper header.site-header .cont--menu__open .burger span:before {
  top: -9px;
}
#header-wrapper header.site-header .cont--menu__open .burger span:after {
  top: 7px;
}
#header-wrapper header.site-header .cont--menu__open .burger span,
#header-wrapper header.site-header .cont--menu__open .burger span:before,
#header-wrapper header.site-header .cont--menu__open .burger span:after {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #1b1c1e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span {
  background-color: transparent;
  border-color: transparent;
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span:before, #header-wrapper header.site-header .cont--menu__open .burger input:checked + span:after {
  top: -1px;
  background-color: #1b1c1e !important;
  border-color: #1b1c1e !important;
}
#header-wrapper header.site-header .cont--menu__open .hidden {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}
@media only screen and (min-width: 1024px) {
  #header-wrapper .page-title {
    position: fixed;
    right: 23px;
    transform: rotate(180deg);
    bottom: 100px;
  }
}
@media only screen and (min-width: 1279px) {
  #header-wrapper .page-title {
    right: 30px;
  }
}
#header-wrapper .page-title h1 {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.688rem;
  letter-spacing: 1.1px;
  text-align: left;
  color: #1b1c1e;
  text-transform: uppercase;
  margin-bottom: 7px;
}
@media only screen and (min-width: 768px) {
  #header-wrapper .page-title h1 {
    margin-bottom: 9px;
  }
}
@media only screen and (min-width: 1024px) {
  #header-wrapper .page-title h1 {
    writing-mode: vertical-lr;
    margin: 0;
  }
}
@media only screen and (min-width: 1279px) {
  #header-wrapper .page-title h1 {
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    font-size: 0.938rem;
    letter-spacing: 1.5px;
    text-align: left;
    color: #1b1c1e;
  }
}

body.menu-open {
  overflow: hidden;
  position: relative;
  height: 100%;
}
body.menu-open #header-wrapper header.site-header .site-branding .cont--logo img {
  display: block !important;
}
body.menu-open #header-wrapper header.site-header .site-branding .cont--logo img.logo-white {
  display: none !important;
}

.main-navigation {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  visibility: hidden;
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  overflow-y: auto;
  background: #fff;
  transform: translateY(-100%);
  -webkit-transition: all 500ms cubic-bezier(0.43, 0.125, 0.535, 0.83);
  transition: all 500ms cubic-bezier(0.43, 0.125, 0.535, 0.83);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.main-navigation.show {
  visibility: visible;
  z-index: 3;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transform: translateY(0);
}
.main-navigation.show .cont--menu {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.main-navigation.show .cont--menu .cont__top:before,
.main-navigation.show .cont--menu .cont__bottom:before,
.main-navigation.show .cont--menu .cont__bottom:after,
.main-navigation.show .cont--menu .cont__bottom .menu--right:before,
.main-navigation.show .cont--menu .cont__bottom .menu--right:after {
  animation-name: effectline;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
  animation-fill-mode: backwards;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main-navigation.show .cont--menu .cont__top .menu--left,
.main-navigation.show .cont--menu .cont__top .menu--right {
  animation-name: fadeInMove;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-delay: 1.1s;
  animation-fill-mode: backwards;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main-navigation.show .cont--menu .cont__bottom .menu--left,
.main-navigation.show .cont--menu .cont__bottom .menu--right .cont__xxss {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 1.1s;
  animation-fill-mode: backwards;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main-navigation ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation ul.menu li.menu-item a {
  display: block;
  text-decoration: none;
}
.main-navigation .cont--menu {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 59px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu {
    padding-top: 77px;
  }
}
@media only screen and (min-width: 1279px) {
  .main-navigation .cont--menu {
    padding-top: 79px;
    min-height: 100%;
    flex-direction: row;
    padding-bottom: 30px;
  }
}
.main-navigation .cont--menu .cont__top {
  position: relative;
  padding: 26px 0 29px;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 52px 0 74px;
  }
}
.main-navigation .cont--menu .cont__top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1b1c1e;
}
.main-navigation .cont--menu .cont__top .menu--left {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont__top .menu--left {
    width: 59%;
    margin-bottom: 0;
    border-right: 1px solid #1b1c1e;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .main-navigation .cont--menu .cont__top .menu--left {
    width: 46%;
    padding-right: 100px;
  }
}
.main-navigation .cont--menu .cont__top .menu--left .item__menu {
  margin-bottom: 27px;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont__top .menu--left .item__menu {
    margin-bottom: 44px;
  }
}
.main-navigation .cont--menu .cont__top .menu--left .item__menu:last-child {
  margin-bottom: 0;
}
.main-navigation .cont--menu .cont__top .menu--left .item__menu > a {
  font-family: "Roboto";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 2.5rem;
  line-height: 1.13;
}
@media only screen and (min-width: 1279px) {
  .main-navigation .cont--menu .cont__top .menu--left .item__menu > a {
    font-size: 3.75rem;
    line-height: 1.08;
  }
}
.main-navigation .cont--menu .cont__top .menu--left .item__menu .item__submenu {
  margin-top: 5px;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont__top .menu--left .item__menu .item__submenu {
    margin-top: 12px;
  }
}
.main-navigation .cont--menu .cont__top .menu--left .item__menu .item__submenu .cont__label {
  font-family: "Roboto";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  opacity: 0.5;
}
.main-navigation .cont--menu .cont__top .menu--left .item__menu .item__submenu .cont__links {
  display: none;
  margin: 8px 0 0;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont__top .menu--left .item__menu .item__submenu .cont__links {
    display: block !important;
    columns: auto 2;
    column-gap: 20px;
    margin: 11px 0 0 !important;
    height: inherit !important;
  }
}
@media only screen and (min-width: 1600px) {
  .main-navigation .cont--menu .cont__top .menu--left .item__menu .item__submenu .cont__links {
    columns: auto 3;
  }
}
.main-navigation .cont--menu .cont__top .menu--left .item__menu .item__submenu .cont__links .cont__link {
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont__top .menu--left .item__menu .item__submenu .cont__links .cont__link {
    margin-bottom: 6px;
  }
}
.main-navigation .cont--menu .cont__top .menu--left .item__menu .item__submenu .cont__links .cont__link a {
  font-family: "Roboto";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-size: 0.938rem;
  line-height: 1.33;
}
.main-navigation .cont--menu .cont__top .menu--left ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont__top .menu--left ul.menu {
    row-gap: 29px;
  }
}
.main-navigation .cont--menu .cont__top .menu--left ul.menu li a {
  font-family: "Roboto";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 2.5rem;
  line-height: 1.13;
  width: fit-content;
}
@media only screen and (min-width: 1279px) {
  .main-navigation .cont--menu .cont__top .menu--left ul.menu li a {
    font-size: 3.75rem;
    line-height: 1.08;
  }
}
.main-navigation .cont--menu .cont__top .menu--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont__top .menu--right {
    width: 41%;
    padding-left: 42px;
  }
}
@media only screen and (min-width: 1600px) {
  .main-navigation .cont--menu .cont__top .menu--right {
    width: 54%;
  }
}
.main-navigation .cont--menu .cont__top .menu--right ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont__top .menu--right ul.menu {
    row-gap: 15px;
  }
}
.main-navigation .cont--menu .cont__top .menu--right ul.menu li.menu-item a {
  font-family: "Roboto";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.14;
  width: fit-content;
}
@media only screen and (min-width: 1279px) {
  .main-navigation .cont--menu .cont__top .menu--right ul.menu li.menu-item a {
    font-size: 1.875rem;
    line-height: 1.17;
  }
}
.main-navigation .cont--menu .cont__bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont__bottom {
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1279px) {
  .main-navigation .cont--menu .cont__bottom {
    padding: 20px 0 11px;
  }
}
.main-navigation .cont--menu .cont__bottom:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1b1c1e;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont__bottom:before {
    content: "";
  }
}
.main-navigation .cont--menu .cont__bottom:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1b1c1e;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont__bottom:after {
    content: "";
  }
}
.main-navigation .cont--menu .cont__bottom .menu--left {
  margin: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont__bottom .menu--left {
    margin: 0;
  }
}
.main-navigation .cont--menu .cont__bottom .menu--left ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10px;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont__bottom .menu--left ul.menu {
    column-gap: 20px;
  }
}
.main-navigation .cont--menu .cont__bottom .menu--left ul.menu li a {
  font-family: "Roboto";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.67;
}
@media only screen and (min-width: 1279px) {
  .main-navigation .cont--menu .cont__bottom .menu--left ul.menu li a {
    font-size: 0.938rem;
    line-height: 1.33;
  }
}
.main-navigation .cont--menu .cont__bottom .menu--right {
  position: relative;
}
.main-navigation .cont--menu .cont__bottom .menu--right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1b1c1e;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont__bottom .menu--right:before {
    content: none;
  }
}
.main-navigation .cont--menu .cont__bottom .menu--right:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1b1c1e;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont__bottom .menu--right:after {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .cont__signatures {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.main-navigation .cont--menu .cont__signatures .kit-digital {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.main-navigation .cont--menu .cont__signatures .kit-digital img {
  display: block;
  max-height: 20px;
}
@media only screen and (min-width: 768px) {
  .main-navigation .cont--menu .cont__signatures .kit-digital img {
    max-height: inherit;
  }
}

.menu-item-gtranslate {
  position: absolute;
  bottom: 0;
  right: 0;
}
.menu-item-gtranslate .gt-current-wrapper {
  display: none !important;
}
.menu-item-gtranslate ul.dropdown-menu {
  list-style: none;
  padding: 0;
  display: flex;
}
.menu-item-gtranslate ul.dropdown-menu li {
  margin-right: 15px;
}
.menu-item-gtranslate ul.dropdown-menu li a.gt-current-lang {
  color: #a3a3a3;
}

.menu-menu-principal-container {
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 1024px) {
  body.home.open_section_photography .cont__scroll {
    display: block;
  }
}
body.home.open_section_photography .cont__titles-section.title-photography {
  display: block;
}
@media only screen and (min-width: 1024px) {
  body.home.open_section_architecture .cont__scroll {
    display: block;
  }
}
body.home.open_section_architecture .cont__scroll .cont__text span {
  color: #fff;
}
body.home.open_section_architecture .cont__scroll .bar-long {
  background-color: rgba(255, 255, 255, 0.2);
}
body.home.open_section_architecture .cont__scroll .bar-long .cont__bar {
  background-color: #fff;
}
body.home.open_section_architecture .cont__titles-section.title-architecture {
  display: block;
}
body.home.open_section_architecture .cont__titles-section.title-architecture span {
  color: #fff;
}
body.home .cont__titles-section {
  display: none;
  margin-bottom: 8px;
  padding: 0 20px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  body.home .cont__titles-section {
    position: fixed;
    right: 30px;
    transform: rotate(180deg);
    bottom: 100px;
    margin-bottom: 0;
    padding: 0;
  }
}
body.home .cont__titles-section span {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.688rem;
  letter-spacing: 1.1px;
  text-align: left;
  color: #1b1c1e;
  text-transform: uppercase;
  margin-bottom: 7px;
}
@media only screen and (min-width: 768px) {
  body.home .cont__titles-section span {
    margin-bottom: 9px;
  }
}
@media only screen and (min-width: 1024px) {
  body.home .cont__titles-section span {
    writing-mode: vertical-lr;
    margin: 0;
  }
}
@media only screen and (min-width: 1279px) {
  body.home .cont__titles-section span {
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    font-size: 0.938rem;
    letter-spacing: 1.5px;
    text-align: left;
    color: #1b1c1e;
  }
}
body.home .site-main {
  min-height: calc(100vh - 57px);
  background-color: #1b1c1e;
}
@media only screen and (min-width: 1024px) {
  body.home .site-main {
    min-height: inherit;
    background-color: transparent;
  }
}
body.home #header-wrapper .cont__header {
  border-bottom: none;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  body.home #header-wrapper .cont__header header.site-header .site-branding .cont--logo.open-architecture img {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  body.home #header-wrapper .cont__header header.site-header .site-branding .cont--logo.open-architecture img.logo-white {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  body.home #header-wrapper .cont__header header.site-header .cont--menu__open .burger.open-photography span,
  body.home #header-wrapper .cont__header header.site-header .cont--menu__open .burger.open-photography span:before,
  body.home #header-wrapper .cont__header header.site-header .cont--menu__open .burger.open-photography span:after {
    background-color: #1b1c1e;
    border-color: #1b1c1e;
  }
}
@media only screen and (min-width: 1024px) {
  body.home #header-wrapper .cont__header header.site-header .cont--menu__open .burger span,
  body.home #header-wrapper .cont__header header.site-header .cont--menu__open .burger span:before,
  body.home #header-wrapper .cont__header header.site-header .cont--menu__open .burger span:after {
    background-color: #fff;
    border-color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  body.home #primary.site-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 200vw;
    height: 100vh;
    transform: translateX(-25%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    min-height: 830px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 1024px) {
  body.home #primary.site-main.open_photography {
    transform: translateX(0);
  }
}
body.home #primary.site-main.open_photography .cont__open {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
body.home #primary.site-main.open_photography .collection_list {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  body.home #primary.site-main.open_photography .collection_list {
    padding-bottom: 100px;
  }
}
body.home #primary.site-main.open_architecture {
  background-color: #1b1c1e;
}
@media only screen and (min-width: 1024px) {
  body.home #primary.site-main.open_architecture {
    transform: translateX(-50%);
  }
}
body.home #primary.site-main.open_architecture .cont__architecture .cont__titles-section {
  display: block;
}
body.home #primary.site-main.open_architecture .cont__architecture .cont__titles-section span {
  color: #fff;
}
body.home #primary.site-main.open_architecture .cont__open {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
body.home #primary.site-main.open_architecture .architecture_list {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  body.home #primary.site-main.open_architecture .architecture_list {
    padding-bottom: 100px;
  }
}

.section__home {
  position: relative;
  padding: 0 20px 65px;
}
@media only screen and (min-width: 1024px) {
  .section__home {
    max-height: 100vh;
    padding: 70px 80px 80px;
  }
}
.section__home.cont__photography {
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .section__home.cont__photography {
    display: block !important;
    height: 100% !important;
    padding: 70px 80px 80px !important;
  }
}
.section__home.cont__photography .cont__open i {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
@media only screen and (min-width: 1024px) {
  .section__home.cont__photography .cont__open i {
    -ms-transform: rotate(0);
    /* IE 9 */
    -webkit-transform: rotate(0);
    /* Chrome, Safari, Opera */
    transform: rotate(0);
  }
}
.section__home.cont__architecture {
  background-color: #1b1c1e;
  padding-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .section__home.cont__architecture {
    display: block !important;
    height: 100% !important;
    padding: 70px 80px 80px !important;
  }
}
.section__home.cont__architecture .cont__open {
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .section__home.cont__architecture .cont__open {
    left: 80px;
    right: inherit;
    color: #1b1c1e;
  }
  .section__home.cont__architecture .cont__open:before {
    background-color: #fff;
  }
}
.section__home .collection_list .cont__group:first-child .cont__item:first-child,
.section__home .architecture_list .cont__group:first-child .cont__item:first-child {
  display: block;
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .section__home .collection_list .cont__group:first-child .cont__item:first-child,
  .section__home .architecture_list .cont__group:first-child .cont__item:first-child {
    min-height: calc(100vh - 80px - 80px);
    margin-bottom: 10px;
  }
}
.section__home .collection_list .cont__group:first-child .cont__item:first-child a .cont__img img,
.section__home .architecture_list .cont__group:first-child .cont__item:first-child a .cont__img img {
  height: calc(100vh - 80px - 80px);
}
.section__home .collection_list .cont__group .cont__item,
.section__home .architecture_list .cont__group .cont__item {
  display: none;
}
.section__home .cont__open {
  position: relative;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.688rem;
  letter-spacing: 1.1px;
  text-align: left;
  color: #1b1c1e;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: end;
  column-gap: 37px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0 20px 20px;
}
@media only screen and (min-width: 1024px) {
  .section__home .cont__open:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 300px;
    height: 300px;
    background-color: #1b1c1e;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section__home .cont__open:before {
    width: 390px;
    height: 390px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__home .cont__open {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 80px;
    left: inherit;
    right: 80px;
    width: calc(50% - 80px);
    height: calc(100vh - 80px - 80px);
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media only screen and (min-width: 1279px) {
  .section__home .cont__open {
    font-size: 0.938rem;
    letter-spacing: 1.5px;
  }
}
.section__home .cont__open:hover {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .section__home .cont__open:hover:before {
    width: 330px;
    height: 330px;
    opacity: 1;
  }
}
@media only screen and (min-width: 1600px) {
  .section__home .cont__open:hover:before {
    width: 420px;
    height: 420px;
  }
}
.section__home .cont__open span {
  position: relative;
  max-width: calc(50% - 40px);
}
@media only screen and (min-width: 1024px) {
  .section__home .cont__open span {
    max-width: 165px;
    margin-bottom: 25px;
  }
}
.section__home .cont__open i {
  position: relative;
  font-size: 27px;
}
@media only screen and (min-width: 1024px) {
  .section__home .cont__open i {
    margin-bottom: -52px;
  }
}

.cont__scroll {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cont__scroll .cont__text {
    position: fixed;
    left: 30px;
    bottom: 200px;
    transform: rotate(180deg);
    margin-bottom: 0;
    z-index: 1;
  }
}
.cont__scroll .cont__text span {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.688rem;
  letter-spacing: 1.1px;
  text-align: left;
  color: #1b1c1e;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}
@media only screen and (min-width: 1279px) {
  .cont__scroll .cont__text span {
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    font-size: 0.938rem;
    letter-spacing: 1.5px;
    text-align: left;
    color: #1b1c1e;
  }
}
.cont__scroll .bar-long {
  z-index: 1000;
  position: fixed;
  bottom: 100px;
  left: 40px;
  height: 80px;
  width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(27, 28, 30, 0.2);
}
.cont__scroll .bar-long .cont__bar {
  background-color: #1b1c1e;
  width: 1px;
  height: 0px;
}

.div-emfasi-logo {
  margin-top: 10px;
  cursor: pointer;
}
.cli-modal-backdrop {
  background-color: rgba(37, 29, 25, 0.21) !important;
}
.cli-modal-backdrop.cli-show {
  opacity: 1;
}

.wt-cli-cookie-bar-container #cookie-law-info-bar {
  bottom: 0 !important;
  top: inherit !important;
  right: 0 !important;
  left: inherit !important;
  transform: inherit !important;
  width: calc(100% - 20px - 20px) !important;
  max-width: 500px;
  margin: 20px !important;
  padding: 20px !important;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    margin: 30px !important;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
  font-size: 0.875rem;
  line-height: 1.29;
  padding-bottom: 11px;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
    padding-bottom: 28px;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message a:hover {
  opacity: 0.7;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container {
    display: flex;
    flex-wrap: wrap;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a {
    width: 49% !important;
    margin: auto !important;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a.cli_settings_button, .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a#wt-cli-reject-btn {
  display: inline-block;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  background: #fff;
  color: #1b1c1e;
  border-radius: 0;
  border: 1px solid #1b1c1e;
  margin: 0 auto;
  padding: 14px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  margin: auto !important;
  margin-top: 5px !important;
  color: #1b1c1e !important;
  padding: 14px 20px 12px !important;
  background-color: transparent !important;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a.cli_settings_button:hover, .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a#wt-cli-reject-btn:hover {
  color: #A3A3A3;
  border-color: #A3A3A3;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a.cli_settings_button:disabled, .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a#wt-cli-reject-btn:disabled {
  opacity: 0.7;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a.cli_settings_button:hover, .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a#wt-cli-reject-btn:hover {
  color: #A3A3A3 !important;
  border-color: #A3A3A3 !important;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a#wt-cli-accept-btn {
  display: inline-block;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  background: #1b1c1e;
  color: #fff;
  border-radius: 0;
  border: 1px solid #1b1c1e;
  margin: 0 auto;
  padding: 14px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  background-color: #1b1c1e !important;
  padding: 14px 20px 12px !important;
  margin: auto !important;
  margin-top: 5px !important;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a#wt-cli-accept-btn:hover {
  background-color: #A3A3A3;
  border-color: #A3A3A3;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a#wt-cli-accept-btn:disabled {
  opacity: 0.7;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a#wt-cli-accept-btn:hover {
  background-color: #A3A3A3 !important;
  border-color: #A3A3A3 !important;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies {
    float: left;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
  padding-top: 5px;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
    padding-top: 0;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
  color: #1b1c1e !important;
  background-color: transparent !important;
  background-image: none !important;
}

form .title_form {
  font-family: "Roboto";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 0.938rem;
  line-height: 1.33;
  text-align: left;
  color: #1b1c1e;
  margin-bottom: 9px;
}
form a:hover {
  opacity: 0.7;
}
form small {
  color: #C4C4C4;
}
form .wpcf7-not-valid-tip {
  font-family: "Roboto";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-size: 0.813rem;
  line-height: 1.15;
  text-align: right;
  color: #ff4d4d;
  padding-top: 6px;
}
form .wpcf7-response-output {
  font-family: "Roboto";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-size: 0.813rem;
  line-height: 1.15;
  text-align: center;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
form p {
  margin-bottom: 9px;
}
form input,
form textarea {
  font-size: 0.938rem;
  line-height: 1.33;
  letter-spacing: normal;
  color: #1b1c1e;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-family: inherit;
  padding: 9px 12px 6px;
  transition: all 0.15s ease;
  border: none;
  border: 1px solid #A3A3A3;
  border-radius: 0;
  background-color: transparent;
}
form input::placeholder,
form textarea::placeholder {
  font-size: 0.938rem;
  line-height: 1.33;
  color: rgba(27, 28, 30, 0.5);
}
form textarea {
  max-height: 142px;
}
@media only screen and (min-width: 1024px) {
  form textarea {
    max-height: 140px;
  }
}
form input[type=submit] {
  margin-top: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #1b1c1e !important;
}

.cont--input {
  position: relative;
  margin: auto;
  width: 100%;
  overflow: hidden;
}
.cont--input .label {
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #c4c4c4;
  position: absolute;
  top: 27px;
  left: 0;
  transform-origin: 0 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  pointer-events: none;
}

.cbx {
  font-size: 0.933rem;
  line-height: 1.43;
  letter-spacing: normal;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .cbx {
    font-size: 1.067rem;
    line-height: 1.38;
  }
}
.cbx:hover span:first-child {
  border-color: #1b1c1e;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 18px;
  min-width: 18px;
  height: 18px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #c4c4c4;
  transition: all 0.2s ease;
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #1b1c1e;
  display: block;
  transform: scale(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.cbx span:last-child {
  margin-left: 10px;
}

.inp-cbx {
  display: none;
}
.inp-cbx:checked + .cbx span:first-child {
  border-color: #1b1c1e;
  background: #1b1c1e;
  animation: check 0.6s ease;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(2.2);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes check {
  50% {
    transform: scale(1.2);
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ff4d4d !important;
}

.cont__contact {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1279px) {
  .cont__contact {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.cont__contact .cont__top {
  margin-bottom: 29px;
}
@media only screen and (min-width: 1279px) {
  .cont__contact .cont__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 47px;
  }
}
.cont__contact .cont__top .cont__contact-left {
  margin-bottom: 29px;
}
@media only screen and (min-width: 1279px) {
  .cont__contact .cont__top .cont__contact-left {
    width: 57%;
    margin-bottom: 0;
  }
}
.cont__contact .cont__top .cont__contact-left .entry-header {
  font-family: "Roboto";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 1.563rem;
  line-height: 1.2;
  margin-bottom: 21px;
}
@media only screen and (min-width: 1279px) {
  .cont__contact .cont__top .cont__contact-left .entry-header {
    font-size: 1.875rem;
    line-height: 1.17;
    margin-bottom: 30px;
  }
}
.cont__contact .cont__top .cont__contact-left .entry-content {
  display: grid;
  row-gap: 30px;
}
@media only screen and (min-width: 1024px) {
  .cont__contact .cont__top .cont__contact-left .entry-content {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__contact .cont__top .cont__contact-left .entry-content {
    grid-template-columns: 27% 21% 19%;
    column-gap: 100px;
  }
}
.cont__contact .cont__top .cont__contact-left .entry-content .cont__info .cont__title {
  font-family: "Roboto";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 0.938rem;
  line-height: 1.33;
  text-align: left;
  color: #1b1c1e;
  margin-bottom: 10px;
}
.cont__contact .cont__top .cont__contact-left .entry-content .cont__info .cont__text {
  font-family: "Roboto";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.25;
  display: grid;
  row-gap: 10px;
}
@media only screen and (min-width: 1279px) {
  .cont__contact .cont__top .cont__contact-right {
    width: 43%;
  }
}
.cont__contact .cont__top .cont__contact-right img {
  display: block;
}
.cont__contact .cont__bottom {
  border-top: 1px solid #1b1c1e;
  border-bottom: 1px solid #1b1c1e;
}
.cont__contact .cont__bottom .cont__xxss {
  padding: 11px 0 8px;
}
@media only screen and (min-width: 1024px) {
  .cont__contact .cont__bottom .cont__xxss {
    padding: 19px 0 11px;
  }
}

body.error404 #wrapper-navbar {
  position: relative;
}
body.error404 section.error-404 {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 100px 0;
}
body.error404 section.error-404 header.page-header img {
  display: block;
  margin: 0 auto;
  padding-bottom: 37px;
}
body.error404 section.error-404 .page-content .cont__subtitle {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
body.error404 section.error-404 .page-content .cont__subtitle:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #444;
}
body.error404 section.error-404 .page-content a:hover {
  opacity: 0.7;
}

body.blog #header-wrapper .cont__header,
body.page-template-page-exhibitions #header-wrapper .cont__header {
  margin-bottom: 0;
}

.blog-grid {
  margin-bottom: 100px;
}
@media only screen and (min-width: 1600px) {
  .blog-grid {
    margin: 0 30px 100px;
  }
}
.blog-grid:before {
  position: absolute;
  top: 0;
  left: 33.333%;
  width: 1px;
  height: calc(100% + 100px);
  background-color: #1b1c1e;
}
@media only screen and (min-width: 1024px) {
  .blog-grid:before {
    content: "";
  }
}
.blog-grid:after {
  position: absolute;
  top: 0;
  left: 66.666%;
  width: 1px;
  height: calc(100% + 100px);
  background-color: #1b1c1e;
}
@media only screen and (min-width: 1024px) {
  .blog-grid:after {
    content: "";
  }
}
.blog-grid .grid-sizer,
.blog-grid .cont--post {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .blog-grid .grid-sizer,
  .blog-grid .cont--post {
    width: 33.333%;
  }
}
.blog-grid .cont--post {
  float: left;
  border-bottom: 1px solid #1b1c1e;
}
@media only screen and (min-width: 1600px) {
  .blog-grid .cont--post:nth-child(3n+3) {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-grid .cont--post:nth-child(3n+2) .cont--inner .cont--post-info {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-grid .cont--post:nth-child(3n+4) .cont--inner .cont--post-info {
    padding-right: 20px;
  }
}
.blog-grid .cont--post .cont--inner a {
  position: relative;
  display: block;
}
.blog-grid .cont--post .cont--inner a:hover {
  color: #fff;
}
.blog-grid .cont--post .cont--inner a:hover:before {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .blog-grid .cont--post .cont--inner a:hover {
    background-color: #1b1c1e;
  }
}
.blog-grid .cont--post .cont--inner a:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -20px;
  width: calc(100% + 20px + 20px);
  height: calc(100% + 2px);
  background-color: #1b1c1e;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .blog-grid .cont--post .cont--inner a:before {
    left: -50px;
    width: calc(100% + 50px + 50px);
  }
}
@media only screen and (min-width: 1024px) {
  .blog-grid .cont--post .cont--inner a:before {
    content: none;
  }
}
.blog-grid .cont--post .cont--inner .cont--post-info {
  padding: 20px 0 30px;
}
@media only screen and (min-width: 1024px) {
  .blog-grid .cont--post .cont--inner .cont--post-info {
    padding: 20px;
  }
}
@media only screen and (min-width: 1279px) {
  .blog-grid .cont--post .cont--inner .cont--post-info {
    padding: 50px;
  }
}
.blog-grid .cont--post .cont--inner .cont--post-info .cont--post-year {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.813rem;
  letter-spacing: normal;
  margin-bottom: 11px;
}
.blog-grid .cont--post .cont--inner .cont--post-info .cont--post-title {
  font-family: "Roboto";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-size: 1.563rem;
  line-height: 1.2;
}
@media only screen and (min-width: 1279px) {
  .blog-grid .cont--post .cont--inner .cont--post-info .cont--post-title {
    font-size: 1.875rem;
    line-height: 1.17;
  }
}
.blog-grid .cont--post .cont--inner .cont--post-info .cont--post-title p {
  margin-bottom: 0;
}
.blog-grid .cont--post .cont--inner .cont--post-info .cont__readmore {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 17px;
}

.exhibitions-list .cont--post .cont--inner a:before {
  content: none;
}
.exhibitions-list .cont--post .cont--inner a:hover {
  background-color: transparent;
}
.exhibitions-list .cont--post .cont--inner a:hover .cont--post-info .cont__img img {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}
.exhibitions-list .cont--post .cont--inner a .cont--post-info .cont__img {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1279px) {
  .exhibitions-list .cont--post .cont--inner a .cont--post-info .cont__img {
    margin-bottom: 14px;
  }
}
.exhibitions-list .cont--post .cont--inner a .cont--post-info .cont__img img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.exhibitions-list .cont--post .cont--inner a .cont--post-info .cont--post-title {
  font-family: "Roboto";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #1b1c1e;
}

body.single-post #header-wrapper .cont__header {
  border: none;
}
body.single-post #header-wrapper .page-title {
  display: none;
}

#single-post {
  overflow-x: hidden;
}
#single-post .cont--top {
  margin-bottom: 100px;
  max-width: 800px;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 1279px) {
  #single-post .cont--top {
    margin-bottom: 40px;
  }
}
#single-post .cont--top .cont__back {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  margin-bottom: 23px;
}
#single-post .cont--top .cont__back a {
  position: relative;
  padding-left: 30px;
}
#single-post .cont--top .cont__back a::before {
  content: "\e90c";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "jontugores";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 16px;
}
#single-post .cont--top .cont--header {
  border-top: 1px solid #1b1c1e;
  border-bottom: 1px solid #1b1c1e;
  padding: 20px 0 24px;
}
@media only screen and (min-width: 1279px) {
  #single-post .cont--top .cont--header {
    padding: 20px 0 9px;
  }
}
#single-post .cont--top .cont--header .cont--post-year {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.813rem;
  letter-spacing: normal;
  margin-bottom: 9px;
}
#single-post .content {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
  animation-name: fadeInMove;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-delay: 0.2s;
  animation-fill-mode: backwards;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1279px) {
  #single-post .content {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 1279px) {
  #single-post .content img {
    margin-top: 30px;
  }
}

.section_cta_promotional .cta__fixed-button {
  display: none;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: fixed;
  right: 0;
  bottom: 100px;
  padding: 11px 20px;
  border-radius: 100px 0 0 100px;
  background-image: linear-gradient(15deg, #1b1c1e 36%, #1b1c1e 87%);
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section_cta_promotional .cta__fixed-button {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .section_cta_promotional .cta__fixed-button {
    font-size: 0.867rem;
    line-height: 1.14;
    letter-spacing: 1.3px;
    padding: 15px 24px 15px 26px;
  }
}
.section_cta_promotional .cta__fixed-button:hover {
  text-decoration: none;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.section_cta_promotional .cta__fixed-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
  background-color: #fff;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  padding: 10px 50px 50px;
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  max-width: 90vw;
  max-height: 90vh;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section_cta_promotional .cta__fixed-overlay.show {
  z-index: 3;
  visibility: visible;
  opacity: 1;
}
.section_cta_promotional .cta__fixed-overlay .close-info-overlay {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .section_cta_promotional .cta__fixed-overlay .close-info-overlay {
    width: 60px;
    height: 60px;
  }
}
.section_cta_promotional .cta__fixed-overlay .close-info-overlay:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "jontugores";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #1b1c1e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .section_cta_promotional .cta__fixed-overlay .close-info-overlay:before {
    font-size: 26px;
  }
}
.section_cta_promotional .cta__fixed-overlay .close-info-overlay:hover:before {
  color: #444;
}
.section_cta_promotional .cta__fixed-overlay iframe {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
}

.section__cta {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}
.section__cta .cont__cta {
  border-top: 2px solid #1b1c1e;
  border-bottom: 2px solid #1b1c1e;
  padding: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta {
    padding: 40px 0 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.section__cta .cont__cta a:hover .link__arrow span:after {
  transform: translateY(-50%) translateX(4px);
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta a .cont__description p {
    font-size: 1.5rem;
    line-height: 1.17;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section__cta .cont__cta a .cont__description p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta a .link__arrow {
    padding-right: 65px;
  }
}

.section_cta_fixed {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section_cta_fixed.show.show-mobile {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .section_cta_fixed.show {
    opacity: 1;
  }
}
.section_cta_fixed a {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section_cta_fixed a {
    left: inherit;
    right: 30px;
    bottom: 20px;
    transform: none;
    letter-spacing: normal;
    padding: 10px 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_cta_fixed a {
    letter-spacing: 1.4px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    padding: 13px 25px;
  }
}

.section__hero-image {
  margin-bottom: 100px;
  overflow-x: hidden;
}
.section__hero-image .cont__banners .owl-item {
  font-size: 0;
}
.section__hero-image .cont__banners .owl-item.active .image__product {
  opacity: 1;
  transform: translateY(0);
}
.section__hero-image .cont__banners .owl-item .image__product {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  transition-delay: 1s;
}
.section__hero-image .cont__banners .cont__banner {
  max-height: 100vh;
}
.section__hero-image .owl-dots {
  position: relative;
  margin-top: -25px;
  margin-left: 60px;
}
@media only screen and (min-width: 768px) {
  .section__hero-image .owl-dots {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__hero-image .owl-dots {
    margin-left: auto;
    padding-left: 100px;
    margin-top: -83px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-image .owl-dots {
    padding-left: 80px;
    margin-top: -130px;
  }
}

.section_info_parallax {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section_info_parallax .cont__parallax {
  position: relative;
  width: 100%;
}
.section_info_parallax .cont__parallax .cont__info {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section_info_parallax .cont__parallax .cont__info {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 640px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__info--inner {
  background-color: #fff;
  padding: 60px 25px 35px;
  border-radius: 0 100px 0 0;
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  .section_info_parallax .cont__parallax .cont__info .cont__info--inner {
    max-width: 543px;
    padding: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__info--inner {
    padding: 90px 80px;
    max-width: 750px;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .title-1 {
  margin-bottom: 5px;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description .title-1 {
    margin-bottom: 9px;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .text-important {
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description .text-important {
    margin-bottom: 30px;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .text-important:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #444;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description p {
    margin-bottom: 16px;
  }
}
.section_info_parallax .cont__parallax .cont__info .link__arrow {
  text-decoration: none;
  color: #1b1c1e;
}
.section_info_parallax .cont__parallax .cont__image {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section__last-articles {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section__last-articles .cont__title h2 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .section__last-articles .cont__title h2 {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__last-articles .cont__title h2 {
    margin-bottom: 42px;
  }
}
.section__last-articles .owl-carousel .owl-stage {
  display: flex;
}
.section__last-articles .cont--post {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.section__last-articles .aticle-box {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */
  /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.section__links {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section__links .cont__links {
  border-top: 2px solid #1b1c1e;
}
@media only screen and (min-width: 1024px) {
  .section__links .cont__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    border-top: none;
  }
}
@media only screen and (min-width: 1279px) {
  .section__links .cont__links {
    column-gap: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__links .cont__links {
    column-gap: 160px;
  }
}
.section__links .cont__links .cont__link {
  border-bottom: 2px solid #1b1c1e;
}
@media only screen and (min-width: 1024px) {
  .section__links .cont__links .cont__link {
    border-top: 2px solid #1b1c1e;
  }
}
.section__links .cont__links .cont__link .cont__inner a {
  display: block;
  text-decoration: none;
  padding: 21px 0 18px;
}
@media only screen and (min-width: 1600px) {
  .section__links .cont__links .cont__link .cont__inner a {
    padding: 39px 0 23px;
  }
}
.section__links .cont__links .cont__link .cont__inner a:hover .link__arrow span:after {
  transform: translateY(-50%) translateX(4px);
}
.section__links .cont__links .cont__link .cont__inner a .cont__title h3 {
  margin-bottom: 4px;
}
@media only screen and (min-width: 1600px) {
  .section__links .cont__links .cont__link .cont__inner a .cont__title h3 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__links .cont__links .cont__link .cont__inner a .cont__description {
    font-size: 2rem;
    line-height: 1.17;
  }
}
@media only screen and (min-width: 1024px) {
  .section__links .cont__links .cont__link .cont__inner a .cont__description p {
    margin-bottom: 16px;
  }
}

.section__overlay_information {
  margin-top: 100px;
  margin-bottom: 100px;
}

.tax-cat_product .page-header {
  padding-bottom: 41px;
}
@media only screen and (min-width: 1024px) {
  .tax-cat_product .page-header {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .tax-cat_product .page-header {
    padding-bottom: 77px;
  }
}

.section__overlay_information .overlay__info,
.section__overlay_information .cont__inner,
.tax-cat_product .page-header .overlay__info,
.tax-cat_product .page-header .cont__inner {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info,
  .section__overlay_information .cont__inner,
  .tax-cat_product .page-header .overlay__info,
  .tax-cat_product .page-header .cont__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.section__overlay_information .overlay__info .cont__image img,
.section__overlay_information .cont__inner .cont__image img,
.tax-cat_product .page-header .overlay__info .cont__image img,
.tax-cat_product .page-header .cont__inner .cont__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__overlay_information .overlay__info .cont__text,
.section__overlay_information .cont__inner .cont__text,
.tax-cat_product .page-header .overlay__info .cont__text,
.tax-cat_product .page-header .cont__inner .cont__text {
  color: #fff;
  padding-top: 180px;
  padding-bottom: 75px;
  margin-top: -150px;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__text,
  .section__overlay_information .cont__inner .cont__text,
  .tax-cat_product .page-header .overlay__info .cont__text,
  .tax-cat_product .page-header .cont__inner .cont__text {
    display: flex;
    align-items: center;
    padding-top: 69px;
    padding-bottom: 69px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section__overlay_information .overlay__info .cont__text,
  .section__overlay_information .cont__inner .cont__text,
  .tax-cat_product .page-header .overlay__info .cont__text,
  .tax-cat_product .page-header .cont__inner .cont__text {
    padding-top: 146px;
    padding-bottom: 167px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__overlay_information .overlay__info .cont__text .cont__text--inner,
  .section__overlay_information .cont__inner .cont__text .cont__text--inner,
  .tax-cat_product .page-header .overlay__info .cont__text .cont__text--inner,
  .tax-cat_product .page-header .cont__inner .cont__text .cont__text--inner {
    padding-right: 130px;
    padding-left: 110px;
  }
}
.section__overlay_information .overlay__info .cont__text h1,
.section__overlay_information .cont__inner .cont__text h1,
.tax-cat_product .page-header .overlay__info .cont__text h1,
.tax-cat_product .page-header .cont__inner .cont__text h1 {
  color: #fff;
}
.section__overlay_information .overlay__info .cont__text .text-medium,
.section__overlay_information .cont__inner .cont__text .text-medium,
.tax-cat_product .page-header .overlay__info .cont__text .text-medium,
.tax-cat_product .page-header .cont__inner .cont__text .text-medium {
  color: #fff;
  margin-bottom: 7px;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__text .text-medium,
  .section__overlay_information .cont__inner .cont__text .text-medium,
  .tax-cat_product .page-header .overlay__info .cont__text .text-medium,
  .tax-cat_product .page-header .cont__inner .cont__text .text-medium {
    margin-bottom: 17px;
  }
}
.section__overlay_information .overlay__info .cont__text p:not(.text-medium),
.section__overlay_information .cont__inner .cont__text p:not(.text-medium),
.tax-cat_product .page-header .overlay__info .cont__text p:not(.text-medium),
.tax-cat_product .page-header .cont__inner .cont__text p:not(.text-medium) {
  font-size: 1.067rem;
  line-height: 1.38;
  margin-bottom: 17px;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__text p:not(.text-medium),
  .section__overlay_information .cont__inner .cont__text p:not(.text-medium),
  .tax-cat_product .page-header .overlay__info .cont__text p:not(.text-medium),
  .tax-cat_product .page-header .cont__inner .cont__text p:not(.text-medium) {
    font-size: 1.2rem;
    line-height: 1.56;
  }
}
.section__overlay_information .overlay__info .cont__text .link__arrow,
.section__overlay_information .cont__inner .cont__text .link__arrow,
.tax-cat_product .page-header .overlay__info .cont__text .link__arrow,
.tax-cat_product .page-header .cont__inner .cont__text .link__arrow {
  color: #fff;
}
.section__overlay_information .overlay__info .cont__text .link__arrow span:after,
.section__overlay_information .cont__inner .cont__text .link__arrow span:after,
.tax-cat_product .page-header .overlay__info .cont__text .link__arrow span:after,
.tax-cat_product .page-header .cont__inner .cont__text .link__arrow span:after {
  border-color: #fff;
}
.section__overlay_information .overlay__info .cont__overlay,
.section__overlay_information .cont__inner .cont__overlay,
.tax-cat_product .page-header .overlay__info .cont__overlay,
.tax-cat_product .page-header .cont__inner .cont__overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 3;
  transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: auto;
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__overlay,
  .section__overlay_information .cont__inner .cont__overlay,
  .tax-cat_product .page-header .overlay__info .cont__overlay,
  .tax-cat_product .page-header .cont__inner .cont__overlay {
    max-width: 960px;
    transform: translateY(0) translateX(100%);
  }
}
.section__overlay_information .overlay__info .cont__overlay.show,
.section__overlay_information .cont__inner .cont__overlay.show,
.tax-cat_product .page-header .overlay__info .cont__overlay.show,
.tax-cat_product .page-header .cont__inner .cont__overlay.show {
  transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__overlay.show,
  .section__overlay_information .cont__inner .cont__overlay.show,
  .tax-cat_product .page-header .overlay__info .cont__overlay.show,
  .tax-cat_product .page-header .cont__inner .cont__overlay.show {
    transform: translateY(0) translateX(0);
  }
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner {
  padding-top: 21px;
  padding-bottom: 75px;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner {
    padding-top: 29px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__close,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__close,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__close,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__close {
    margin-right: 50px;
  }
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__description,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__description {
  font-size: 1.067rem;
  line-height: 1.38;
  max-width: 660px;
  margin: 0 auto;
  padding-top: 9px;
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__description .title-1,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__description .title-1,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__description .title-1,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__description .title-1 {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1366px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__description .title-1,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__description .title-1,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__description .title-1,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__description .title-1 {
    margin-bottom: 30px;
  }
}

.section__text_image {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section__text_image .cont__text_image {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.text-position-right {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.text-position-right .cont__text {
    padding-right: 0;
    padding-left: 75px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image .cont__text_image.text-position-right .cont__text {
    padding-left: 160px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text {
    width: 50%;
    padding-right: 75px;
    padding-top: 29px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image .cont__text_image .cont__text {
    padding-right: 160px;
  }
}
.section__text_image .cont__text_image .cont__text h2 {
  margin-bottom: 14px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text h2 {
    margin-bottom: 7px;
  }
}
.section__text_image .cont__text_image .cont__text .text-important {
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1366px) {
  .section__text_image .cont__text_image .cont__text .text-important {
    margin-bottom: 30px;
  }
}
.section__text_image .cont__text_image .cont__text .text-important:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #444;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text p {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__image {
    width: 50%;
  }
}
.section__text_image .cont__text_image .cont__image img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.section__hero-image-video {
  position: relative;
  background: #1b1c1e;
}
.section__hero-image-video.center .cont__info {
  text-align: center;
  top: inherit;
  bottom: 11px;
  transform: none;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video.center .cont__info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 57px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__hero-image-video.center .cont__info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section__hero-image-video.center .cont__info .cont__title {
  padding-bottom: 0;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video.center .cont__info .cont__title {
    padding-bottom: 22px;
    margin: 0;
  }
}
.section__hero-image-video.center .cont__info .cont__title span {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 5px;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video.center .cont__info .cont__title span {
    font-size: 67px;
    line-height: 1.04;
    letter-spacing: 13.4px;
  }
}
.section__hero-image-video .cont__video {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.section__hero-image-video .cont__video #myVideo {
  max-height: 100vh;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__video #myVideo {
    min-height: 550px;
  }
}
.section__hero-image-video .cont--video--iframe {
  background-color: #1b1c1e;
}
.section__hero-image-video .cont--video--iframe.active {
  display: flex !important;
}
.section__hero-image-video .cont--video--iframe .close-video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont--video--iframe .close-video {
    top: 25px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close {
    width: 48px;
    height: 48px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "jontugores";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  color: #1b1c1e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
    font-size: 14px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close:hover {
  background-color: #1b1c1e;
}
.section__hero-image-video .cont__image img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__image .image__mobile {
    display: none;
  }
}
.section__hero-image-video .cont__image .image__desktop {
  display: none;
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;*/
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__image .image__desktop {
    display: block;
  }
}
.section__hero-image-video .cont__info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1920px) {
  .section__hero-image-video .cont__info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.section__hero-image-video .cont__info .cont__title {
  padding-bottom: 3px;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__title {
    margin-bottom: -29px;
  }
}
.section__hero-image-video .cont__info .cont__title span {
  font-size: 90px;
  line-height: 0.89;
  letter-spacing: 1.35px;
  color: #fff;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__title span {
    font-size: 160px;
    letter-spacing: 3px;
  }
}
.section__hero-image-video .cont__info .cont__subtitle {
  padding-bottom: 14px;
}
.section__hero-image-video .cont__info .cont__subtitle span {
  font-size: 30px;
  line-height: normal;
  letter-spacing: 0.45px;
  color: #1b1c1e;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__subtitle span {
    font-size: 99.3px;
    letter-spacing: 1.49px;
  }
}
.section__hero-image-video .cont__info .cont__link-video span {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  color: #1b1c1e;
  cursor: pointer;
  background-image: linear-gradient(120deg, #1b1c1e 0%, #1b1c1e 100%);
  background-repeat: no-repeat;
  background-size: 0 65%;
  background-position: 0 110%;
  transition: background-size 0.4s ease-in;
  background-image: linear-gradient(120deg, #1b1c1e 0%, #1b1c1e 100%);
}
.section__hero-image-video .cont__info .cont__link-video span:hover {
  background-size: 100% 65%;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__link-video span {
    font-size: 15px;
    letter-spacing: 0.23px;
  }
}

.cont--video--iframe {
  opacity: 0;
  z-index: -1;
}
.cont--video--iframe.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  background-color: #fff;
}
.cont--video--iframe.overlay.active {
  z-index: 999;
}
.cont--video--iframe.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 1;
}
.cont--video--iframe iframe {
  width: calc(100vw - 50px);
  height: calc(100vh - 156px);
}
@media only screen and (min-width: 1024px) {
  .cont--video--iframe iframe {
    width: calc(100vw - 200px);
    height: calc(100vh - 200px);
  }
}

.content-jontugores > .entry-content .cont__header {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1279px) {
  .content-jontugores > .entry-content .cont__header {
    display: grid;
    grid-template-columns: 45% 55%;
    margin-bottom: 39px;
  }
}
@media only screen and (min-width: 1279px) {
  .content-jontugores > .entry-content .cont__header .cont__left {
    padding-right: 50px;
  }
}
.content-jontugores > .entry-content .cont__header .cont__left .cont__pagetitle h1 {
  font-family: "Roboto";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 2.5rem;
  line-height: 1.13;
}
@media only screen and (min-width: 1279px) {
  .content-jontugores > .entry-content .cont__header .cont__left .cont__pagetitle h1 {
    font-size: 6.25rem;
    line-height: 1.2;
  }
}
.content-jontugores > .entry-content .cont__header .cont__left .cont__subtitle {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.938rem;
  line-height: normal;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1279px) {
  .content-jontugores > .entry-content .cont__header .cont__left .cont__subtitle {
    font-size: 1.563rem;
  }
}
.content-jontugores > .entry-content .cont__header .cont__right .cont__image img {
  display: block;
}
.content-jontugores > .entry-content .cont__content {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1279px) {
  .content-jontugores > .entry-content .cont__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
  }
}
.content-jontugores > .entry-content .cont__content > .cont__description {
  margin-bottom: 27px;
}
@media only screen and (min-width: 1279px) {
  .content-jontugores > .entry-content .cont__content > .cont__description {
    width: 61%;
    border-right: 1px solid #1b1c1e;
    padding-right: 56px;
    margin-bottom: 0;
  }
}
.content-jontugores > .entry-content .cont__content > .cont__description ul {
  line-height: 1.56;
  padding-left: 24px;
}
.content-jontugores > .entry-content .cont__content > .cont__description ul li {
  display: none;
}
@media only screen and (min-width: 1279px) {
  .content-jontugores > .entry-content .cont__content > .cont__description ul li {
    display: list-item !important;
  }
}
@media only screen and (min-width: 1279px) {
  .content-jontugores > .entry-content .cont__content > .cont__description #loadMore,
  .content-jontugores > .entry-content .cont__content > .cont__description #showLess {
    display: none !important;
  }
}
@media only screen and (min-width: 1279px) {
  .content-jontugores > .entry-content .cont__content .cont__they-talk-about {
    width: 39%;
    padding-left: 37px;
  }
}
.content-jontugores > .entry-content .cont__content .cont__they-talk-about .cont__rows {
  margin-top: 30px;
}
.content-jontugores > .entry-content .cont__content .cont__they-talk-about .cont__rows .cont__row {
  border-bottom: 1px solid #1b1c1e;
  margin-top: 20px;
  padding-bottom: 28px;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .content-jontugores > .entry-content .cont__content .cont__they-talk-about .cont__rows .cont__row {
    display: grid;
    grid-template-columns: 42% 58%;
    margin-top: 29px;
  }
}
@media only screen and (min-width: 768px) {
  .content-jontugores > .entry-content .cont__content .cont__they-talk-about .cont__rows .cont__row:hover .cont__image:before, .content-jontugores > .entry-content .cont__content .cont__they-talk-about .cont__rows .cont__row:hover .cont__image:after {
    opacity: 1;
  }
}
.content-jontugores > .entry-content .cont__content .cont__they-talk-about .cont__rows .cont__row .cont__image {
  position: relative;
  width: 38%;
  height: fit-content;
  margin-bottom: 20px;
}
.content-jontugores > .entry-content .cont__content .cont__they-talk-about .cont__rows .cont__row .cont__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.content-jontugores > .entry-content .cont__content .cont__they-talk-about .cont__rows .cont__row .cont__image:after {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "jontugores";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .content-jontugores > .entry-content .cont__content .cont__they-talk-about .cont__rows .cont__row .cont__image {
    width: 100%;
    margin-bottom: 0;
  }
}
.content-jontugores > .entry-content .cont__content .cont__they-talk-about .cont__rows .cont__row .cont__image img {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .content-jontugores > .entry-content .cont__content .cont__they-talk-about .cont__rows .cont__row .cont__info {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1279px) {
  .content-jontugores > .entry-content .cont__content .cont__they-talk-about .cont__rows .cont__row .cont__info {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .content-jontugores > .entry-content .cont__content .cont__they-talk-about .cont__rows .cont__row .cont__info {
    padding-left: 50px;
  }
}
.content-jontugores > .entry-content .cont__content .cont__they-talk-about .cont__rows .cont__row .cont__info .cont__description {
  font-family: "Roboto";
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1279px) {
  .content-jontugores > .entry-content .cont__content .cont__they-talk-about .cont__rows .cont__row .cont__info .cont__description {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 1600px) {
  .content-jontugores > .entry-content .cont__content .cont__they-talk-about .cont__rows .cont__row .cont__info .cont__description {
    font-size: 1.25rem;
  }
}
.content-jontugores > .entry-content .cont__content .cont__they-talk-about .cont__rows .cont__row .cont__info .cont__description p {
  margin-bottom: 16px;
}
.content-jontugores > .entry-content .cont__content .cont__they-talk-about .cont__rows .cont__row .cont__info .cont__name {
  font-family: "Roboto";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 0.938rem;
  line-height: 1.33;
  text-align: left;
  color: #1b1c1e;
}
.content-jontugores > .cont__overlay .cont__rows .cont__row {
  position: fixed;
  bottom: env(safe-area-inset-bottom);
  right: 0;
  max-height: 100vh;
  width: 100%;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
  visibility: hidden;
  padding-top: 70px;
}
@media only screen and (min-width: 1279px) {
  .content-jontugores > .cont__overlay .cont__rows .cont__row {
    min-height: 100vh;
    width: 960px;
    transform: translateX(100%) translateY(0);
  }
}
.content-jontugores > .cont__overlay .cont__rows .cont__row.show {
  transform: translateX(0) translateY(0);
  z-index: 4;
  visibility: visible;
}
@media only screen and (min-width: 768px) {
  .content-jontugores > .cont__overlay .cont__rows .cont__row {
    padding-top: 0;
  }
}
.content-jontugores > .cont__overlay .cont__rows .cont__row .cont__close {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-right: 20px;
}
@media only screen and (min-width: 1279px) {
  .content-jontugores > .cont__overlay .cont__rows .cont__row .cont__close {
    margin-top: 20px;
  }
}
.content-jontugores > .cont__overlay .cont__rows .cont__row .cont__inner {
  margin-top: 9px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1279px) {
  .content-jontugores > .cont__overlay .cont__rows .cont__row .cont__inner {
    margin-top: 19px;
  }
}
@media only screen and (min-width: 1920px) {
  .content-jontugores > .cont__overlay .cont__rows .cont__row .cont__inner {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 1279px) {
  .content-jontugores > .cont__overlay .cont__rows .cont__row .big-section {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 1279px) {
  .content-jontugores > .cont__overlay .cont__rows .cont__row .cont_info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    margin-top: 48px;
  }
}
.content-jontugores > .cont__overlay .cont__rows .cont__row .cont__left {
  margin-top: 30px;
}
@media only screen and (min-width: 1279px) {
  .content-jontugores > .cont__overlay .cont__rows .cont__row .cont__left {
    margin-top: 0;
  }
}
.content-jontugores > .cont__overlay .cont__rows .cont__row .cont__right .cont__image {
  margin-bottom: 20px;
}
.content-jontugores > .cont__overlay .cont__rows .cont__row .cont__right .cont__image img {
  display: block;
}
.content-jontugores > .cont__overlay .cont__rows .cont__row .cont__right .cont__name {
  font-family: "Roboto";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 0.938rem;
  line-height: 1.33;
  text-align: left;
  color: #1b1c1e;
  margin-bottom: 10px;
}
.content-jontugores > .cont__overlay .cont__rows .cont__row .cont__right .cont__information {
  font-family: "Roboto";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.29;
  color: #A3A3A3;
  margin-bottom: 8px;
}
.content-jontugores > .cont__overlay .cont__rows .cont__row .cont__right .cont__information p {
  margin-bottom: 8px;
}
.content-jontugores > .cont__overlay .cont__rows .cont__row .cont__right .cont__weblink a {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.architecture_list .cont__items,
.collection_list .cont__items {
  display: grid;
  grid-gap: 5px;
}
@media only screen and (min-width: 768px) {
  .architecture_list .cont__items,
  .collection_list .cont__items {
    grid-gap: 0;
  }
}
.architecture_list .cont__items .cont__group,
.collection_list .cont__items .cont__group {
  display: grid;
  grid-gap: 5px;
}
@media only screen and (min-width: 768px) {
  .architecture_list .cont__items .cont__group,
  .collection_list .cont__items .cont__group {
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, [col] 10%);
    grid-template-rows: repeat(auto-fill);
  }
}

@media only screen and (min-width: 768px) {
  .architecture_list .cont__items .cont__group .item-1 {
    grid-column: col/span 10;
    grid-row: row;
  }
}
@media only screen and (min-width: 768px) {
  .architecture_list .cont__items .cont__group .item-2 {
    grid-column: col/span 3;
    grid-row: row 2;
  }
}
@media only screen and (min-width: 768px) {
  .architecture_list .cont__items .cont__group .item-3 {
    grid-column: col 4/span 7;
    grid-row: row 2;
  }
}
@media only screen and (min-width: 768px) {
  .architecture_list .cont__items .cont__group .item-4 {
    grid-column: col/span 10;
    grid-row: row 3;
  }
}
@media only screen and (min-width: 768px) {
  .architecture_list .cont__items .cont__group .item-5 {
    grid-column: col/span 5;
    grid-row: row 4;
  }
}
@media only screen and (min-width: 768px) {
  .architecture_list .cont__items .cont__group .item-6 {
    grid-column: col 6/span 5;
    grid-row: row 4;
  }
}

@media only screen and (min-width: 768px) {
  .collection_list .cont__items .cont__group .item-1 {
    grid-column: col/span 10;
    grid-row: row;
  }
}
@media only screen and (min-width: 768px) {
  .collection_list .cont__items .cont__group .item-2 {
    grid-column: col/span 7;
    grid-row: row 2;
  }
}
@media only screen and (min-width: 768px) {
  .collection_list .cont__items .cont__group .item-3 {
    grid-column: col 8/span 3;
    grid-row: row 2;
  }
}
@media only screen and (min-width: 768px) {
  .collection_list .cont__items .cont__group .item-4 {
    grid-column: col/span 5;
    grid-row: row 3;
  }
}
@media only screen and (min-width: 768px) {
  .collection_list .cont__items .cont__group .item-5 {
    grid-column: col 6/span 5;
    grid-row: row 3;
  }
}

body.page-template-page-architecture {
  background-color: #1b1c1e;
}
body.page-template-page-architecture #header-wrapper header.site-header .site-branding .cont--logo img {
  display: none;
}
body.page-template-page-architecture #header-wrapper header.site-header .site-branding .cont--logo img.logo-white {
  display: block;
}
body.page-template-page-architecture #header-wrapper .cont__header {
  border-bottom: none;
  margin-bottom: 0;
}
body.page-template-page-architecture #header-wrapper .cont__header .page-title h1 {
  color: #fff;
}
body.page-template-page-architecture #header-wrapper .cont__header header.site-header .cont--menu__open .burger span,
body.page-template-page-architecture #header-wrapper .cont__header header.site-header .cont--menu__open .burger span:before,
body.page-template-page-architecture #header-wrapper .cont__header header.site-header .cont--menu__open .burger span:after {
  background-color: #fff;
  border-color: #fff;
}
body.page-template-page-architecture .architecture_list {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1600px) {
  body.page-template-page-architecture .architecture_list {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  body.page-template-page-architecture .cont__scroll {
    display: block;
  }
}
body.page-template-page-architecture .cont__scroll .cont__text span {
  color: #fff;
}
body.page-template-page-architecture .cont__scroll .bar-long {
  background-color: rgba(255, 255, 255, 0.2);
}
body.page-template-page-architecture .cont__scroll .bar-long .cont__bar {
  background-color: #fff;
}

.architecture_list .cont__items .cont__group .cont__item {
  animation-name: fadeInMove;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
  animation-fill-mode: backwards;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.architecture_list .cont__items .cont__group .cont__item a {
  display: block;
  position: relative;
  height: 100%;
}
.architecture_list .cont__items .cont__group .cont__item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.architecture_list .cont__items .cont__group .cont__item a:after {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "jontugores";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #1b1c1e;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b1c1e;
}
@media only screen and (min-width: 1024px) {
  .architecture_list .cont__items .cont__group .cont__item a:after {
    bottom: 40px;
    right: 40px;
  }
}
@media only screen and (min-width: 1279px) {
  .architecture_list .cont__items .cont__group .cont__item a:after {
    font-size: 19px;
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .architecture_list .cont__items .cont__group .cont__item a:after {
    font-size: 25px;
    width: 134px;
    height: 134px;
  }
}
.architecture_list .cont__items .cont__group .cont__item a:hover:before, .architecture_list .cont__items .cont__group .cont__item a:hover:after,
.architecture_list .cont__items .cont__group .cont__item a:hover .cont__info {
  opacity: 1;
}
.architecture_list .cont__items .cont__group .cont__item a .cont__info {
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: calc(100% - 20px - 20px);
}
@media only screen and (min-width: 1024px) {
  .architecture_list .cont__items .cont__group .cont__item a .cont__info {
    top: 50px;
    left: 50px;
    width: calc(100% - 50px - 50px);
  }
}
@media only screen and (min-width: 1600px) {
  .architecture_list .cont__items .cont__group .cont__item a .cont__info {
    top: 100px;
    left: 100px;
    width: calc(100% - 100px - 100px);
  }
}
.architecture_list .cont__items .cont__group .cont__item a .cont__info .cont__typepost {
  margin-bottom: 15px;
}
.architecture_list .cont__items .cont__group .cont__item a .cont__info .cont__typepost span {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1b1c1e;
}
@media only screen and (min-width: 1279px) {
  .architecture_list .cont__items .cont__group .cont__item a .cont__info .cont__typepost span {
    font-size: 0.938rem;
  }
}
.architecture_list .cont__items .cont__group .cont__item a .cont__info .cont__title {
  font-family: "Roboto";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 1.75rem;
  line-height: 1.08;
  color: #1b1c1e;
}
@media only screen and (min-width: 1279px) {
  .architecture_list .cont__items .cont__group .cont__item a .cont__info .cont__title {
    font-size: 3.75rem;
  }
}
.architecture_list .cont__items .cont__group .cont__item a .cont__info .cont__subtitle {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.938rem;
  letter-spacing: normal;
  color: #1b1c1e;
}
.architecture_list .cont__items .cont__group .cont__item a .cont__img {
  height: 100%;
}
.architecture_list .cont__items .cont__group .cont__item a .cont__img img {
  display: block;
  min-height: 220px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .architecture_list .cont__items .cont__group .cont__item a .cont__img img {
    min-height: 325px;
  }
}
@media only screen and (min-width: 1024px) {
  .architecture_list .cont__items .cont__group .cont__item a .cont__img img {
    min-height: inherit;
  }
}

body.single-architecture {
  background-color: #1b1c1e;
}
body.single-architecture.architecture-open {
  overflow: hidden;
  position: relative;
  height: 100%;
}
body.single-architecture #header-wrapper header.site-header .site-branding .cont--logo img {
  display: none;
}
body.single-architecture #header-wrapper header.site-header .site-branding .cont--logo img.logo-white {
  display: block;
}
body.single-architecture #header-wrapper .cont__header {
  border-bottom: none;
  margin-bottom: 0;
}
body.single-architecture #header-wrapper .cont__header .page-title h1 {
  color: #fff;
}
body.single-architecture #header-wrapper .cont__header header.site-header .cont--menu__open .burger span,
body.single-architecture #header-wrapper .cont__header header.site-header .cont--menu__open .burger span:before,
body.single-architecture #header-wrapper .cont__header header.site-header .cont--menu__open .burger span:after {
  background-color: #fff;
  border-color: #fff;
}

@media only screen and (min-width: 1024px) {
  article.architecture {
    display: grid;
    grid-template-columns: 60% 40%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  article.architecture {
    grid-template-columns: 68% 32%;
  }
}
@media only screen and (min-width: 1920px) {
  article.architecture {
    grid-template-columns: 74% 26%;
  }
}
article.architecture .cont__back {
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  article.architecture .cont__back {
    margin-bottom: 21px;
  }
}
article.architecture .cont__back a {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
article.architecture .cont__back a::before {
  content: "\e90c";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "jontugores";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 16px;
}
article.architecture .cont__back a:hover {
  color: #A3A3A3;
}
article.architecture .cont__left {
  position: relative;
  margin-bottom: 38px;
}
@media only screen and (min-width: 1024px) {
  article.architecture .cont__left {
    margin-bottom: 0;
    max-height: calc(100vh - 79px - 20px - 20px);
    overflow-y: auto;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
}
article.architecture .cont__left::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
article.architecture .cont__left .video-container {
  position: relative;
}
article.architecture .cont__left .video-container.play-video .image-cover {
  opacity: 0;
  visibility: hidden;
}
article.architecture .cont__left .video-container .cont__video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 3px;
}
@media only screen and (min-width: 1024px) {
  article.architecture .cont__left .video-container .cont__video {
    margin-bottom: 10px;
  }
}
article.architecture .cont__left .video-container .cont__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article.architecture .cont__left .video-container .image-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
article.architecture .cont__left .video-container .image-cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  article.architecture .cont__left .video-container .image-cover:hover:before {
    opacity: 1;
  }
}
article.architecture .cont__left .video-container .image-cover:hover .cont__play .cont__text {
  opacity: 1;
}
article.architecture .cont__left .video-container .image-cover img {
  display: block;
  width: 100%;
}
article.architecture .cont__left .video-container .image-cover .cont__play {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
article.architecture .cont__left .video-container .image-cover .cont__play .cont__icon {
  width: 134px;
  height: 134px;
  border: 1px solid #1b1c1e;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
article.architecture .cont__left .video-container .image-cover .cont__play .cont__icon img {
  width: auto;
}
article.architecture .cont__left .video-container .image-cover .cont__text {
  font-family: "Roboto";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-top: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  article.architecture .cont__left .cont__back {
    display: none;
  }
}
article.architecture .cont__left .cont__gallery {
  display: grid;
  row-gap: 3px;
}
@media only screen and (min-width: 1024px) {
  article.architecture .cont__left .cont__gallery {
    row-gap: 10px;
    margin-bottom: -134px;
  }
}
article.architecture .cont__left .cont__gallery .cont__item img {
  display: block;
}
article.architecture .cont__left .cont__gallery.open .go-up {
  display: none;
}
article.architecture .cont__right {
  color: #fff;
}
article.architecture .cont__right::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1024px) {
  article.architecture .cont__right {
    padding-left: 40px;
    margin-top: 3px;
    max-height: calc(100vh - 79px - 20px - 20px);
    overflow-y: auto;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
}
@media only screen and (min-width: 1600px) {
  article.architecture .cont__right {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  article.architecture .cont__right {
    position: fixed;
    bottom: 0;
    left: 0;
    transform: translateY(calc(100% - 85px));
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    background-color: #1b1c1e;
    box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 0 20px 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  article.architecture .cont__right.show {
    transform: translateY(0);
    top: 0;
    z-index: 4;
  }
  article.architecture .cont__right.show .cont__show::before {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
  }
}
@media only screen and (min-width: 1024px) {
  article.architecture .cont__right.fixed .cont__right_inner {
    position: fixed;
    width: 33%;
    bottom: 0;
  }
}
@media only screen and (min-width: 1600px) {
  article.architecture .cont__right.fixed .cont__right_inner {
    width: 24%;
  }
}
@media only screen and (min-width: 1920px) {
  article.architecture .cont__right.fixed .cont__right_inner {
    width: 20%;
  }
}
@media only screen and (min-width: 1024px) {
  article.architecture .cont__right .cont__right_inner {
    padding-bottom: 50px;
    min-height: calc(100vh - 79px - 20px);
  }
}
article.architecture .cont__right .cont__show {
  font-size: 0;
  padding: 20px 0;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  article.architecture .cont__right .cont__show {
    display: none;
  }
}
article.architecture .cont__right .cont__show::before {
  content: "\e90d";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "jontugores";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 11px;
}
article.architecture .cont__right .cont__back {
  display: none;
}
@media only screen and (min-width: 1024px) {
  article.architecture .cont__right .cont__back {
    display: block;
  }
}
article.architecture .cont__right .cont__title_subtitle {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 0 19px;
}
article.architecture .cont__right .cont__title_subtitle .cont__title h1 {
  font-family: "Roboto";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 1.875rem;
  line-height: 1.17;
  color: #fff;
  margin-bottom: 9px;
}
article.architecture .cont__right .cont__title_subtitle .cont__subtitle {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.813rem;
  line-height: normal;
}
article.architecture .cont__right .cont__team {
  margin-top: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 1024px) {
  article.architecture .cont__right .cont__team {
    margin-top: 30px;
  }
}
article.architecture .cont__right .cont__team p {
  font-family: "Roboto";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.39;
}
article.architecture .cont__right .cont__team p strong {
  font-family: "Roboto";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
@media only screen and (min-width: 1279px) {
  article.architecture .cont__right .cont__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
article.architecture .cont__right .cont__group .cont__item:first-child::before {
  content: none;
}
@media only screen and (min-width: 1279px) {
  article.architecture .cont__right .cont__group .cont__item {
    display: block;
    position: relative;
    border-bottom: 0;
    padding: 13px 0;
  }
  article.architecture .cont__right .cont__group .cont__item:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 1px;
    height: calc(100% - 30px);
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (min-width: 1279px) {
  article.architecture .cont__right .cont__group .cont__item .cont__label {
    margin-bottom: 8px;
  }
}
article.architecture .cont__right .cont__item {
  display: grid;
  grid-template-columns: 43% 57%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 11px 0 8px;
}
@media only screen and (min-width: 1024px) {
  article.architecture .cont__right .cont__item {
    grid-template-columns: 37% 63%;
  }
}
article.architecture .cont__right .cont__item.cont__item--labelteam {
  margin-top: 35px;
}
@media only screen and (min-width: 1024px) {
  article.architecture .cont__right .cont__item.cont__item--labelteam {
    margin-top: 83px;
  }
}
article.architecture .cont__right .cont__item .cont__label {
  font-family: "Roboto";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 3px;
  margin-right: 20px;
}
article.architecture .cont__right .cont__item .cont__text {
  font-family: "Roboto";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-size: 0.938rem;
  line-height: 1.33;
}
article.architecture .cont__right .cont__description {
  font-family: "Roboto";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-size: 0.938rem;
  line-height: 1.33;
  margin-top: 51px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  article.architecture .cont__right .cont__description {
    margin-bottom: 83px;
  }
}
article.architecture .cont__right .cont__description p {
  display: none;
}

body.page-template-page-photography #header-wrapper .cont__header {
  border-bottom: none;
  margin-bottom: 0;
}
body.page-template-page-photography .collection_list {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1600px) {
  body.page-template-page-photography .collection_list {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  body.page-template-page-photography .cont__scroll {
    display: block;
  }
}

.collection_list .cont__items .cont__group .cont__item {
  animation-name: fadeInMove;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
  animation-fill-mode: backwards;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.collection_list .cont__items .cont__group .cont__item a {
  display: block;
  position: relative;
  height: 100%;
}
.collection_list .cont__items .cont__group .cont__item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.collection_list .cont__items .cont__group .cont__item a:after {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "jontugores";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .collection_list .cont__items .cont__group .cont__item a:after {
    bottom: 40px;
    right: 40px;
  }
}
@media only screen and (min-width: 1279px) {
  .collection_list .cont__items .cont__group .cont__item a:after {
    font-size: 19px;
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .collection_list .cont__items .cont__group .cont__item a:after {
    font-size: 25px;
    width: 134px;
    height: 134px;
  }
}
.collection_list .cont__items .cont__group .cont__item a:hover:before, .collection_list .cont__items .cont__group .cont__item a:hover:after,
.collection_list .cont__items .cont__group .cont__item a:hover .cont__info {
  opacity: 1;
}
.collection_list .cont__items .cont__group .cont__item a .cont__info {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: calc(100% - 20px - 20px);
}
@media only screen and (min-width: 1024px) {
  .collection_list .cont__items .cont__group .cont__item a .cont__info {
    top: 50px;
    left: 50px;
    width: calc(100% - 50px - 50px);
  }
}
@media only screen and (min-width: 1600px) {
  .collection_list .cont__items .cont__group .cont__item a .cont__info {
    top: 100px;
    left: 100px;
    width: calc(100% - 100px - 100px);
  }
}
.collection_list .cont__items .cont__group .cont__item a .cont__info .cont__typepost {
  margin-bottom: 15px;
}
.collection_list .cont__items .cont__group .cont__item a .cont__info .cont__typepost span {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 1279px) {
  .collection_list .cont__items .cont__group .cont__item a .cont__info .cont__typepost span {
    font-size: 0.938rem;
  }
}
.collection_list .cont__items .cont__group .cont__item a .cont__info .cont__title {
  font-family: "Roboto";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 1.75rem;
  line-height: 1.08;
  color: #fff;
}
@media only screen and (min-width: 1279px) {
  .collection_list .cont__items .cont__group .cont__item a .cont__info .cont__title {
    font-size: 3.75rem;
  }
}
.collection_list .cont__items .cont__group .cont__item a .cont__img {
  height: 100%;
}
.collection_list .cont__items .cont__group .cont__item a .cont__img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body.single-collection #header-wrapper .cont__header,
body.single-photography #header-wrapper .cont__header,
body.single-exhibitions_publi #header-wrapper .cont__header {
  border-bottom: none;
  margin-bottom: 0;
}

#content-collection {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  #content-collection {
    margin-bottom: 100px;
  }
}
#content-collection .cont__gallery .cont__items {
  display: grid;
  row-gap: 5px;
}
@media only screen and (min-width: 1024px) {
  #content-collection .cont__gallery .cont__items {
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    column-gap: 10px;
  }
}
#content-collection .cont__gallery .cont__items .cont__item {
  animation-name: fadeInMove;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
  animation-fill-mode: backwards;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#content-collection .cont__gallery .cont__items .cont__item a {
  display: block;
  position: relative;
  height: 100%;
}
#content-collection .cont__gallery .cont__items .cont__item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#content-collection .cont__gallery .cont__items .cont__item a:after {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "jontugores";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media only screen and (min-width: 1279px) {
  #content-collection .cont__gallery .cont__items .cont__item a:after {
    font-size: 19px;
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  #content-collection .cont__gallery .cont__items .cont__item a:after {
    bottom: 50px;
    right: 50px;
  }
}
#content-collection .cont__gallery .cont__items .cont__item a:hover:before, #content-collection .cont__gallery .cont__items .cont__item a:hover:after,
#content-collection .cont__gallery .cont__items .cont__item a:hover .cont__info {
  opacity: 1;
}
#content-collection .cont__gallery .cont__items .cont__item a .cont__info {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: calc(100% - 20px - 20px);
}
@media only screen and (min-width: 1024px) {
  #content-collection .cont__gallery .cont__items .cont__item a .cont__info {
    top: 50px;
    left: 50px;
    width: calc(100% - 50px - 50px);
  }
}
#content-collection .cont__gallery .cont__items .cont__item a .cont__info .cont__post-title {
  font-family: "Roboto";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 1.875rem;
  line-height: 1.17;
  margin-bottom: 8px;
  color: #fff;
}
#content-collection .cont__gallery .cont__items .cont__item a .cont__info .cont__collection-title {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.813rem;
  line-height: normal;
  color: #fff;
}
#content-collection .cont__gallery .cont__items .cont__item a .cont__img {
  height: 100%;
}
#content-collection .cont__gallery .cont__items .cont__item a .cont__img img {
  display: block;
  max-height: 185px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  #content-collection .cont__gallery .cont__items .cont__item a .cont__img img {
    max-height: 315px;
  }
}
@media only screen and (min-width: 1024px) {
  #content-collection .cont__gallery .cont__items .cont__item a .cont__img img {
    max-height: inherit;
  }
}

@media only screen and (min-width: 1024px) {
  article.photography,
  article.exhibitions_publi {
    display: grid;
    grid-template-columns: 60% 40%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  article.photography,
  article.exhibitions_publi {
    grid-template-columns: 68% 32%;
  }
}
@media only screen and (min-width: 1920px) {
  article.photography,
  article.exhibitions_publi {
    grid-template-columns: 74% 26%;
  }
}
article.photography .cont__back,
article.exhibitions_publi .cont__back {
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  article.photography .cont__back,
  article.exhibitions_publi .cont__back {
    margin-bottom: 21px;
  }
}
article.photography .cont__back a,
article.exhibitions_publi .cont__back a {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: 1.2px;
  position: relative;
  padding-left: 30px;
}
article.photography .cont__back a::before,
article.exhibitions_publi .cont__back a::before {
  content: "\e90c";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "jontugores";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 16px;
}
article.photography .cont__left,
article.exhibitions_publi .cont__left {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  article.photography .cont__left,
  article.exhibitions_publi .cont__left {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  article.photography .cont__left .cont__back,
  article.exhibitions_publi .cont__left .cont__back {
    display: none;
  }
}
article.photography .cont__left .cont__image img,
article.exhibitions_publi .cont__left .cont__image img {
  display: block;
  margin: 0 auto;
}
article.photography .cont__right,
article.exhibitions_publi .cont__right {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  article.photography .cont__right,
  article.exhibitions_publi .cont__right {
    padding-left: 40px;
    margin-top: 3px;
  }
}
@media only screen and (min-width: 1600px) {
  article.photography .cont__right,
  article.exhibitions_publi .cont__right {
    padding-left: 80px;
  }
}
article.photography .cont__right .cont__back,
article.exhibitions_publi .cont__right .cont__back {
  display: none;
}
@media only screen and (min-width: 1024px) {
  article.photography .cont__right .cont__back,
  article.exhibitions_publi .cont__right .cont__back {
    display: block;
  }
}
article.photography .cont__right .cont__title--collection,
article.exhibitions_publi .cont__right .cont__title--collection {
  border-top: 1px solid #1b1c1e;
  border-bottom: 1px solid #1b1c1e;
  padding: 20px 0 18px;
  margin-bottom: 31px;
}
article.photography .cont__right .cont__title--collection h1,
article.exhibitions_publi .cont__right .cont__title--collection h1 {
  font-family: "Roboto";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 1.875rem;
  line-height: 1.17;
  margin-bottom: 8px;
}
article.photography .cont__right .cont__title--collection .cont__collections .cont__collection,
article.exhibitions_publi .cont__right .cont__title--collection .cont__collections .cont__collection {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.813rem;
  line-height: normal;
}
article.photography .cont__right .cont__description,
article.exhibitions_publi .cont__right .cont__description {
  font-size: 0.938rem;
  line-height: 1.33;
  margin-bottom: 40px;
}
article.photography .cont__right .cont__description p,
article.exhibitions_publi .cont__right .cont__description p {
  display: none;
}
article.photography .cont__right .cont__photography-formats,
article.exhibitions_publi .cont__right .cont__photography-formats {
  margin-bottom: 40px;
}
article.photography .cont__right .cont__photography-formats span,
article.exhibitions_publi .cont__right .cont__photography-formats span {
  display: block;
  font-family: "Roboto";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 0.938rem;
  line-height: 1.33;
  text-align: left;
  color: #1b1c1e;
  margin-bottom: 9px;
}
article.photography .cont__right .cont__photography-formats .cont__items,
article.exhibitions_publi .cont__right .cont__photography-formats .cont__items {
  display: grid;
  row-gap: 9px;
}
article.photography .cont__right .cont__photography-formats .cont__items.empty .cont__item button,
article.exhibitions_publi .cont__right .cont__photography-formats .cont__items.empty .cont__item button {
  border-color: #A3A3A3;
  color: #A3A3A3;
}
article.photography .cont__right .cont__photography-formats .cont__items .cont__item.active button,
article.exhibitions_publi .cont__right .cont__photography-formats .cont__items .cont__item.active button {
  border-color: #1b1c1e;
  color: #1b1c1e;
}
article.photography .cont__right .cont__photography-formats .cont__items .cont__item.disabled button,
article.exhibitions_publi .cont__right .cont__photography-formats .cont__items .cont__item.disabled button {
  border-color: #A3A3A3;
  color: #A3A3A3;
}
article.photography .cont__right .cont__photography-formats .cont__items .cont__item button,
article.exhibitions_publi .cont__right .cont__photography-formats .cont__items .cont__item button {
  font-family: "Roboto";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-size: 0.938rem;
  line-height: 1.33;
  text-align: left;
  width: 100%;
  border: solid 1px #a3a3a3;
  border-radius: 0;
  background-color: transparent;
  padding: 9px 11px 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
article.photography .cont__right .cont__photography-formats .cont__items .cont__item button:hover,
article.exhibitions_publi .cont__right .cont__photography-formats .cont__items .cont__item button:hover {
  border-color: #1b1c1e;
}
article.photography .cont__right .cont__photography-formats .cont__items .cont__error,
article.exhibitions_publi .cont__right .cont__photography-formats .cont__items .cont__error {
  font-family: "Roboto";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-size: 0.813rem;
  line-height: 1.15;
  text-align: right;
  color: #ff4d4d;
  display: none;
}
article.photography .cont__right .cont__buttons,
article.exhibitions_publi .cont__right .cont__buttons {
  display: grid;
  row-gap: 9px;
}
article.photography .cont__right .cont__buttons .cont__how-to-buy span,
article.exhibitions_publi .cont__right .cont__buttons .cont__how-to-buy span {
  display: inline-block;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  background: #fff;
  color: #1b1c1e;
  border-radius: 0;
  border: 1px solid #1b1c1e;
  margin: 0 auto;
  padding: 14px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  width: 100%;
}
article.photography .cont__right .cont__buttons .cont__how-to-buy span:hover,
article.exhibitions_publi .cont__right .cont__buttons .cont__how-to-buy span:hover {
  color: #A3A3A3;
  border-color: #A3A3A3;
}
article.photography .cont__right .cont__buttons .cont__how-to-buy span:disabled,
article.exhibitions_publi .cont__right .cont__buttons .cont__how-to-buy span:disabled {
  opacity: 0.7;
}
article.photography .cont__right .cont__buttons .cont__request-quote span,
article.exhibitions_publi .cont__right .cont__buttons .cont__request-quote span {
  display: inline-block;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  background: #1b1c1e;
  color: #fff;
  border-radius: 0;
  border: 1px solid #1b1c1e;
  margin: 0 auto;
  padding: 14px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  width: 100%;
}
article.photography .cont__right .cont__buttons .cont__request-quote span:hover,
article.exhibitions_publi .cont__right .cont__buttons .cont__request-quote span:hover {
  background-color: #A3A3A3;
  border-color: #A3A3A3;
}
article.photography .cont__right .cont__buttons .cont__request-quote span:disabled,
article.exhibitions_publi .cont__right .cont__buttons .cont__request-quote span:disabled {
  opacity: 0.7;
}
article.photography .cont__right .cont__buttons .cont__buy-with-nft a,
article.photography .cont__right .cont__buttons .cont__buy-with-nft span,
article.exhibitions_publi .cont__right .cont__buttons .cont__buy-with-nft a,
article.exhibitions_publi .cont__right .cont__buttons .cont__buy-with-nft span {
  display: inline-block;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  background: #1b1c1e;
  color: #fff;
  border-radius: 0;
  border: 1px solid #1b1c1e;
  margin: 0 auto;
  padding: 14px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  width: 100%;
}
article.photography .cont__right .cont__buttons .cont__buy-with-nft a:hover,
article.photography .cont__right .cont__buttons .cont__buy-with-nft span:hover,
article.exhibitions_publi .cont__right .cont__buttons .cont__buy-with-nft a:hover,
article.exhibitions_publi .cont__right .cont__buttons .cont__buy-with-nft span:hover {
  background-color: #A3A3A3;
  border-color: #A3A3A3;
}
article.photography .cont__right .cont__buttons .cont__buy-with-nft a:disabled,
article.photography .cont__right .cont__buttons .cont__buy-with-nft span:disabled,
article.exhibitions_publi .cont__right .cont__buttons .cont__buy-with-nft a:disabled,
article.exhibitions_publi .cont__right .cont__buttons .cont__buy-with-nft span:disabled {
  opacity: 0.7;
}
article.photography .cont__overlay,
article.exhibitions_publi .cont__overlay {
  position: fixed;
  bottom: env(safe-area-inset-bottom);
  right: 0;
  max-height: 100vh;
  width: 100%;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
  visibility: hidden;
}
@media only screen and (min-width: 1279px) {
  article.photography .cont__overlay,
  article.exhibitions_publi .cont__overlay {
    min-height: 100vh;
    width: 960px;
    transform: translateX(100%) translateY(0);
  }
}
article.photography .cont__overlay.show,
article.exhibitions_publi .cont__overlay.show {
  transform: translateX(0) translateY(0);
  z-index: 4;
  visibility: visible;
}
@media only screen and (min-width: 1279px) {
  article.photography .cont__overlay.request-quote,
  article.exhibitions_publi .cont__overlay.request-quote {
    width: 530px;
  }
}
article.photography .cont__overlay .cont__close,
article.exhibitions_publi .cont__overlay .cont__close {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-right: 20px;
}
@media only screen and (min-width: 1279px) {
  article.photography .cont__overlay .cont__close,
  article.exhibitions_publi .cont__overlay .cont__close {
    margin-top: 20px;
  }
}
article.photography .cont__overlay .cont__inner,
article.exhibitions_publi .cont__overlay .cont__inner {
  margin-top: 9px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1279px) {
  article.photography .cont__overlay .cont__inner,
  article.exhibitions_publi .cont__overlay .cont__inner {
    margin-top: 19px;
  }
}
@media only screen and (min-width: 1920px) {
  article.photography .cont__overlay .cont__inner,
  article.exhibitions_publi .cont__overlay .cont__inner {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 1279px) {
  article.photography .cont__overlay .cont__inner .big-section,
  article.exhibitions_publi .cont__overlay .cont__inner .big-section {
    padding: 15px 0;
    margin-bottom: 50px;
  }
}
article.photography .cont__overlay .cont__inner .overlay_title,
article.exhibitions_publi .cont__overlay .cont__inner .overlay_title {
  font-family: "Roboto";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 1.875rem;
  line-height: 1.17;
  text-align: left;
  color: #1b1c1e;
  margin-bottom: 27px;
}
article.photography .cont__overlay .cont__inner .cont__content ol,
article.exhibitions_publi .cont__overlay .cont__inner .cont__content ol {
  padding-left: 17px;
}
article.photography .cont__overlay .cont__inner .cont__content ul,
article.exhibitions_publi .cont__overlay .cont__inner .cont__content ul {
  padding-left: 25px;
}/*# sourceMappingURL=styles3.css.map */