@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Prata");
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto:700");
/**
* ASSETS FOLDER
*/
/**
* FONTS
*/
/**
* COLORS
*/
/**
* BREAKPOINT
*/
/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, form input[type=text],
form input[type=password],
form input[type=email], textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  text-align: left;
}

html, body {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}

fieldset, img {
  border: 0;
  text-align: center;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

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

* {
  margin: 0;
  padding: 0;
  font: 15px/1.3em "Lato", sans-serif;
  color: #343333;
  z-index: 1;
  -webkit-text-size-adjust: none;
  outline: none;
}

html,
body,
html > body {
  max-width: 100%;
  margin: 0px auto;
  display: block;
  background: #f9f5ec;
}

body {
  text-align: center;
  position: relative;
  height: 100%;
  background: #f9f5ec;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #ad9a6f;
  transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
  line-height: 1em;
  margin-bottom: 15px;
  font-family: "Prata", serif;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 30px;
}

h4,
h4 * {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: bold !important;
  text-transform: inherit !important;
  font-size: inherit !important;
}

img {
  max-width: 100%;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

br {
  line-height: 1em;
}

strong {
  font-weight: bold;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.center {
  text-align: center;
}

p {
  margin: 0 0 15px 0;
}

span.custom01,
p span.custom01 {
  color: #ad9a6f;
  font-style: italic;
}

.centered-element {
  display: flex;
  justify-content: center;
  align-items: center;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

div.clear {
  clear: both;
}

.hamburger {
  padding: 10px;
  text-align: center;
  position: absolute;
  left: -75px;
  top: 12px;
  padding-bottom: 0;
}

.hamburger-box {
  left: 0px;
  width: 22px;
  height: 22px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  height: 3px;
}

.hamburger-inner,
.hamburger-inner:after {
  width: 16px;
}

.hamburger-inner:before {
  width: 22px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #666666;
}

.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #666666;
  width: 100%;
  left: 0;
}

.hamburger.is-active .hamburger-inner {
  background-color: transparent;
}

.hamburger-inner:before {
  left: -3px;
}

.hamburger--spring .hamburger-inner:before {
  top: 6px;
}

.hamburger--spring .hamburger-inner:after {
  top: 12px;
}

.loadingbar {
  position: fixed;
  top: 0;
  height: 3px;
  width: 100%;
  z-index: 9999;
  left: 0;
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}
.loadingbar .bar {
  display: block;
  height: 100%;
  background: #414342;
  width: 40%;
  transition: all 0.3s ease-out 0s;
}
.loadingbar--hide {
  opacity: 0;
}

@media (max-width: 979px) {
  .loadingbar {
    display: none;
  }
}
/* LAYOUT */
.container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 25px;
  }
}

.col {
  float: left;
  position: relative;
}

#header {
  background-color: #f9f5ec;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
@media screen and (max-width: 479px) {
  #header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#header .col.c1 {
  width: 15%;
}
#header .col.c1 p,
#header .col.c1 p * {
  margin: 0;
  font-family: "Prata", serif;
  font-size: 15px;
}
@media screen and (max-width: 869px) {
  #header .col.c1 p,
  #header .col.c1 p * {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #header .col.c1 p,
  #header .col.c1 p * {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header .col.c1 {
    width: 25%;
  }
}
#header .col.c2 {
  width: 70%;
  text-align: center;
}
#header .col.c2 img {
  width: 100%;
  max-width: 140px;
}
@media screen and (max-width: 869px) {
  #header .col.c2 img {
    max-width: 125px;
  }
}
@media screen and (max-width: 767px) {
  #header .col.c2 {
    width: 50%;
  }
}
#header .col.c3 {
  width: 15%;
  text-align: right;
}
@media screen and (max-width: 900px) {
  #header .col.c3 {
    padding-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  #header .col.c3 {
    width: 25%;
  }
}
@media screen and (max-width: 479px) {
  #header .col.c3 {
    padding-top: 0;
  }
}
#header .col.c3 #lang ul {
  list-style: none;
  text-align: right;
}
#header .col.c3 #lang ul li {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 939px) {
  #header .col.c3 #lang ul li {
    margin-left: 10px;
  }
}
#header .col.c3 #lang ul li a {
  font-size: 13px;
  text-transform: uppercase;
}
#header .col.c3 .contact {
  margin-left: 50px;
}
@media screen and (max-width: 939px) {
  #header .col.c3 .contact {
    margin-left: 25px;
  }
}
@media screen and (max-width: 869px) {
  #header .col.c3 .contact {
    display: none;
  }
}
#header .col.c3 .contact a {
  font-family: "Prata", serif;
  font-size: 18px;
}
@media screen and (max-width: 1599px) {
  #header .col.c3 .contact a {
    font-size: 15px;
  }
}
#header .col.c3 #lang,
#header .col.c3 .contact {
  float: right;
}
#header .col.c3 .social {
  display: block;
}
#header .col.c3 .social img.social-icon {
  width: 40px;
  transition: 0.3s ease-in-out;
}
#header .col.c3 .social:hover img.social-icon {
  opacity: 0.7;
}
@media screen and (max-width: 479px) {
  #header .col.c3 .social {
    display: none;
  }
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
  background-color: #f9f5ec;
  overflow: auto;
}
#menu #menu-content {
  width: 100%;
}
#menu #menu-content ul {
  list-style: none;
  padding-top: 150px;
}
@media screen and (max-width: 479px) {
  #menu #menu-content ul {
    padding-top: 120px;
  }
}
#menu #menu-content ul li {
  padding: 5px 5px 30px 5px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #menu #menu-content ul li {
    padding-bottom: 20px;
  }
}
#menu #menu-content ul li a {
  color: #414342;
  font-weight: bold;
  font-size: 35px;
  font-family: "Prata", serif;
}
@media screen and (max-width: 1023px) {
  #menu #menu-content ul li a {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #menu #menu-content ul li a {
    font-size: 25px;
  }
}
@media screen and (max-width: 479px) {
  #menu #menu-content ul li a {
    font-size: 18px;
  }
}
#menu #menu-content ul li.active a,
#menu #menu-content ul li a:hover {
  color: #ad9a6f;
}
#menu #menu-content ul li.menu_voice {
  display: none;
}
#menu #menu-content ul li.active ul.level_2 {
  display: block;
}
#menu #menu-content ul li .submenu {
  text-align: center;
}
#menu #menu-content ul li .submenu span.divider {
  margin: 25px auto;
}
#menu #menu-content ul li .submenu ul {
  padding-top: 20px;
}
#menu #menu-content ul li .submenu ul li a {
  font-size: 14px;
}
#menu #menu-content ul.level_2 {
  display: none;
  padding-top: 15px;
}
#menu #menu-content ul.level_2 li {
  padding: 5px;
}
#menu #menu-content ul.level_2 li a {
  font-size: 18px;
  color: #414342;
}
#menu.fixed-top #menu-content ul li.menu_voice {
  display: block;
}

#wrapper {
  margin-top: 50px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  #wrapper {
    margin-top: 25px;
  }
}
@media screen and (max-width: 900px) {
  #wrapper {
    margin-top: 120px;
  }
}

#footer {
  border-top: 1px solid #cccccc;
  margin-top: 50px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-top: 50px;
  }
}
#footer .col.c1 {
  width: 30%;
}
#footer .col.c2 {
  width: 50%;
}
#footer .col.c2 img.logo-footer {
  width: 100%;
  max-width: 140px;
  max-height: 38px;
}
#footer .col.c3 {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  overflow: hidden;
  margin-left: -5px;
  background-color: #f9f5ec;
}
#footer .col.c3 img.logo-cert {
  -o-object-fit: contain;
     object-fit: contain;
  height: 85px;
  width: 33%;
  margin-bottom: 20px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1300px) {
  #footer .col.c3 img.logo-cert {
    flex-basis: 40%;
    max-width: 200px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 869px) {
  #footer .col.c3 img.logo-cert {
    flex-basis: 20%;
  }
}
@media screen and (max-width: 520px) {
  #footer .col.c3 img.logo-cert {
    flex-basis: 40%;
  }
}
#footer .col.c3 img.logo-cert-1 {
  height: 100px;
}
#footer .col.c3 a.social {
  position: absolute;
  right: -80px;
  top: 10px;
  display: block;
}
@media screen and (max-width: 1599px) {
  #footer .col.c3 a.social {
    position: relative;
    right: inherit;
    top: inherit;
    float: right;
  }
}
@media screen and (max-width: 869px) {
  #footer .col.c3 a.social {
    float: none;
    margin-top: 30px;
  }
}
#footer .col.c3 a.social img.social-icon {
  width: 40px;
}
@media screen and (max-width: 1023px) {
  #footer .col.c3 a.social img.social-icon {
    width: 30px;
  }
}
@media screen and (max-width: 869px) {
  #footer .col.c3 a.social img.social-icon {
    width: 40px;
  }
}
#footer .col.c3 .footer__cert-text {
  width: 100%;
  margin-top: 25px;
  font-size: 13px;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (max-width: 869px) {
  #footer .col.c1, #footer .col.c2, #footer .col.c3 {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

.footer__c1-link {
  font-family: "Playfair Display";
  color: #1c1c1c;
  transition: all 0.3s;
}
.footer__c1-link:hover {
  color: #ad9a6f;
  transition: all 0.3s;
}
@media screen and (max-width: 869px) {
  .footer__c1-link {
    text-align: center;
    margin-bottom: 50px;
  }
}
.footer__c2 {
  display: flex;
  flex-wrap: wrap;
}
.footer__c2-link {
  flex-basis: 100%;
  display: flex;
  background-color: #f9f5ec;
}
@media (max-width: 991px) {
  .footer__c2 {
    justify-content: center;
  }
  .footer__c2-link {
    justify-content: center;
  }
}

#dati-soc {
  flex-basis: 100%;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  padding-bottom: 20px;
  max-width: 570px;
}
#dati-soc p,
#dati-soc p * {
  font-size: 13px;
  line-height: 1.6em;
  margin-bottom: 25px;
  font-weight: 300;
}
#dati-soc strong,
#dati-soc strong > a {
  font-weight: 600;
}
@media (max-width: 991px) {
  #dati-soc p {
    text-align: center;
  }
}

#credits {
  text-align: center;
  padding: 25px;
}
#credits a {
  font-family: "Prata", serif;
  font-size: 12px;
}
#credits a:hover {
  color: #ee5a2f;
}

.header-img img {
  width: 100%;
}

#header-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#header-image img.title,
#header-image img.bg {
  width: 100%;
}
#header-image img.bg {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #header-image img.bg {
    display: none;
  }
}
#header-image img.title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #header-image img.title {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  #header-image img.title-archive {
    left: 10%;
  }
}
#header-image iframe.video__video {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  #header-image {
    height: 100%;
    min-height: 350px;
  }
  #header-image.about img.title {
    top: 12%;
    left: -89%;
    width: 210%;
  }
}
@media screen and (max-width: 479px) {
  #header-image {
    min-height: 250px;
  }
}

.default {
  margin: 100px 0;
}
.default h1 {
  margin-bottom: 50px;
}

span.line {
  display: block;
  height: 9px;
  width: 165px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}
span.line.oblique {
  top: inherit;
  bottom: 20%;
  height: 4px;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

#page-preload {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #f9f5ec;
  z-index: 9995;
  top: 0;
  left: 0;
}
#page-preload img.logo-preload {
  width: 180px;
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 50%;
  margin-left: -90px;
  margin-top: -25px;
}

.header--mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  .header {
    display: none;
  }
  .header--mobile {
    display: block;
  }
  .header--mobile .hamburger {
    top: 50%;
  }
}
.header__inner {
  height: 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .header__inner {
    height: 100%;
  }
}
.header__logo {
  height: 40px;
  align-self: center;
}
.header__logo a {
  height: 100%;
  display: flex;
}
.header__logo-img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__menu {
  height: 60px;
  align-self: center;
  display: flex;
  justify-content: center;
}
.header__menu .level_1 {
  align-self: center;
  display: flex;
  justify-content: center;
}
.header__menu .level_1 .voice {
  margin: 0 15px;
}
.header__menu .level_1 .voice a {
  font-size: 15px;
  font-family: "Prata";
}
@media screen and (max-width: 1300px) {
  .header__menu .level_1 .voice {
    margin: 0 9px;
  }
  .header__menu .level_1 .voice a {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .header__menu .level_1 .voice {
    margin: 0 7px;
  }
  .header__menu .level_1 .voice a {
    font-size: 13px;
  }
}
.header__menu .level_1 .voice.active a {
  color: #ad9a6f;
}
.header__actions {
  display: flex;
  justify-content: flex-end;
}
.header__actions .social {
  display: flex !important;
}
.header__actions .social img {
  width: 40px !important;
  height: 40px !important;
  align-self: center;
}
.header__actions #lang {
  margin-left: 15px;
}
.header__actions #lang ul {
  width: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header__actions #lang ul li {
  flex-basis: 100%;
  height: 40px;
  width: 40px;
  align-self: center;
  margin: 0 !important;
  text-transform: uppercase;
  display: flex !important;
  justify-content: center;
  cursor: pointer;
}
.header__actions #lang ul li a {
  align-self: center;
}
.header__actions #lang ul li:first-child {
  border: 1px solid black;
  border-radius: 50%;
}
.header__actions #lang ul {
  overflow: hidden;
  max-height: 40px;
  transition: max-height 0.3s;
}
.header__actions #lang ul:hover {
  max-height: 120px;
  transition: max-height 0.3s;
}

@media (min-width: 901px) {
  .header-home.scrolled {
    transition: transform 0.2s ease-in-out;
    transform: translateY(0);
  }
}

@media (min-width: 901px) {
  .header-home:not(.scrolled) {
    transition: transform 0.2s ease-in-out;
    transform: translateY(-100%);
  }
}

.popup {
  position: fixed;
  bottom: 10%;
  left: -100%;
  width: 550px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.16);
  z-index: 9999;
  transition: left 0.5s ease-in-out;
}
@media (max-width: 650px) {
  .popup {
    bottom: 0;
    width: 100%;
    height: auto;
  }
}
.popup--open {
  left: 0;
}
.popup__container {
  padding: 30px;
}
@media (max-width: 650px) {
  .popup__container {
    padding: 25px;
  }
}
.popup__title {
  margin-bottom: 15px;
  color: #343333;
  font-size: 21px;
  font-weight: normal;
  text-transform: uppercase;
}
.popup__text {
  margin-bottom: 52px;
  color: #343333;
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 650px) {
  .popup__text {
    margin-bottom: 35px;
  }
}
.popup__button {
  color: #f8545f;
  border: 2px solid #f8545f;
  background-color: #ffffff;
  padding: 14px 40px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}
.popup__button:hover {
  background-color: #f8545f;
  color: #ffffff;
}
@media screen and (max-width: 479px) {
  .popup__button {
    padding: 14px 20px;
  }
}
.popup__img {
  width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 25px;
}
@media (max-width: 650px) {
  .popup__img {
    display: none;
  }
}
.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 650px) {
  .popup__close {
    width: 40px;
    height: 40px;
  }
}

.title__columns {
  max-width: 650px;
  margin: 80px auto 160px;
}
@media (max-width: 767px) {
  .title__columns {
    margin: 40px 0 95px;
  }
}
.title__columns p,
.title__columns strong {
  color: #343333;
  font-size: 15px;
  line-height: 25px;
}
@media (min-width: 1024px) {
  .title__columns p,
  .title__columns strong {
    font-size: 18px;
    line-height: 32px;
  }
}

.lottie-hero {
  margin-bottom: 160px;
}
@media (max-width: 1023px) {
  .lottie-hero {
    margin-bottom: 95px;
  }
}
@media (max-width: 767px) {
  .lottie-hero__animation--desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .lottie-hero__animation--mobile {
    display: none;
  }
}

.page-anchors {
  scroll-margin-top: 110px;
}

/*********************************************
----------- Iubenda  -----------------
*********************************************/
#iubenda-cs-banner .iubenda-banner-content * {
  color: white !important;
}

/* FORM RESET */
form input, form input[type=text],
form input[type=password],
form input[type=email] {
  display: block;
  font-size: 16px;
  background-color: transparent;
  border: 0;
  margin: 0px auto 25px auto;
  padding: 5px;
  width: 85%;
  max-width: 500px;
  border-radius: 0;
}
@media screen and (min-width: 400px) {
  form input, form input[type=text],
  form input[type=password],
  form input[type=email] {
    font-size: 20px;
  }
}
form input::-webkit-input-placeholder, form input[type=text]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2e303d;
}
form input::-moz-placeholder, form input[type=text]::-moz-placeholder,
form input[type=password]::-moz-placeholder,
form input[type=email]::-moz-placeholder {
  /* Firefox 19+ */
  color: #2e303d;
}
form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #2e303d;
}
form input:-moz-placeholder {
  /* Firefox 18- */
  color: #2e303d;
}
form input[type=text],
form input[type=password],
form input[type=email] {
  border-bottom: 1px solid #b9b8b9;
  text-align: center;
  font-weight: 300;
}
form input[type=submit] {
  text-align: center;
  color: #414342;
  font-size: 17px;
  width: 100%;
  margin: 15px 0 0 0;
}
form .err {
  text-transform: uppercase;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 11px !important;
  background: #d60000;
  padding: 3px 6px;
  color: #f9f5ec !important;
  border: 1px solid #f9f5ec;
  text-align: center;
}

.section {
  position: relative;
}
.section .title-area {
  position: absolute;
  width: 100%;
  z-index: 15;
  top: -52%;
}
.section .title-area--row {
  margin-bottom: 7%;
}
.section .title-area--row.r1 {
  margin-left: 5%;
}
.section .title-area--row.r2 {
  margin-left: 42%;
}
@media screen and (max-width: 767px) {
  .section .title-area--row.r2 {
    margin-left: 25%;
  }
}
.section .title-area--row.r3 {
  margin-left: 73%;
}
.section .title-area--row span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 108px;
  margin-right: 10%;
}
.section .title-area--row span:last-child {
  margin-right: 0;
}
@media screen and (max-width: 479px) {
  .section .title-area--row span {
    font-size: 80px;
  }
}
@media screen and (max-width: 400px) {
  .section .title-area--row span {
    font-size: 65px;
  }
}
@media screen and (max-width: 1199px) {
  .section .title-area--row {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 1023px) {
  .section .title-area--row {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 869px) {
  .section .title-area--row {
    margin-bottom: 0%;
  }
}
.section .title-area--claim {
  top: 26%;
  left: 25%;
  position: absolute;
  z-index: 10;
  transform-origin: 0 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
@media screen and (max-width: 1199px) {
  .section .title-area--claim {
    top: 22%;
  }
}
@media screen and (max-width: 1023px) {
  .section .title-area--claim {
    top: 37%;
    left: 8%;
  }
}
@media screen and (max-width: 767px) {
  .section .title-area--claim {
    left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .section .title-area {
    position: relative;
    top: 0;
    margin-bottom: -20%;
  }
}
.section .row {
  position: relative;
  margin: 150px 0;
}
.section .row .claim {
  position: absolute;
  z-index: 10;
}
.section .row .claim p,
.section .row .claim a {
  font-weight: bold;
  margin: 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .section .row .claim {
    display: none;
  }
}
.section .row .images {
  position: relative;
}
.section .row .images img.img1 {
  width: 100%;
}
.section .row .images img.img2 {
  max-width: 40%;
  position: absolute;
}
.section .row .images .description {
  text-align: center;
  max-width: 40%;
  padding: 20px 10px;
}
.section .row .images .description p {
  text-align: center;
  font-weight: 300;
  font-size: 14px;
}
.section .row .images .description p * {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .section .row .images .description p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section .row .images .description {
    max-width: 100%;
  }
}
.section .row.r1 .claim {
  top: 0;
  left: 0;
}
.section .row.r1 .images {
  float: right;
  width: 60%;
  margin-top: 10px;
}
.section .row.r1 .images img.img1 {
  padding-right: 10%;
}
@media screen and (max-width: 767px) {
  .section .row.r1 .images img.img1 {
    padding-right: 0;
  }
}
.section .row.r1 .images img.img2 {
  right: 0;
  top: 55%;
  /*                    @media screen and (max-width:$w_mobile_break){
                display: none;
            }*/
}
.section .row.r1 .images .description {
  margin-left: 0%;
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  .section .row.r1 .images .description {
    margin-left: 0%;
  }
}
@media screen and (max-width: 767px) {
  .section .row.r1 .images {
    width: 100%;
  }
}
.section .row.r2 .claim {
  bottom: 45%;
  right: 0;
  padding: 0 0 15px 25px;
  border-bottom: 9px solid #000000;
}
@media screen and (max-width: 1023px) {
  .section .row.r2 .claim {
    bottom: 10%;
  }
}
.section .row.r2 .images {
  float: left;
  width: 50%;
}
.section .row.r2 .images img.img1 {
  padding-left: 10%;
}
@media screen and (max-width: 767px) {
  .section .row.r2 .images img.img1 {
    padding-left: 0;
  }
}
.section .row.r2 .images img.img2 {
  left: 78%;
  bottom: -15%;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  .section .row.r2 .images img.img2 {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .section .row.r2 .images img.img2 {
    left: 62%;
    bottom: 30%;
  }
}
.section .row.r2 .images .description {
  margin-left: 10%;
  width: 90%;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .section .row.r2 .images .description {
    margin-left: 0%;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section .row.r2 .images {
    width: 83%;
  }
}
.section .row.r3 .claim, .section .row.r5 .claim {
  top: 25%;
  right: 0%;
  position: absolute;
  z-index: 10;
  transform-origin: 100% 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.section .row.r3 .images, .section .row.r5 .images {
  float: right;
  width: 50%;
}
.section .row.r3 .images img.img1, .section .row.r5 .images img.img1 {
  padding-right: 10%;
}
@media screen and (max-width: 767px) {
  .section .row.r3 .images img.img1, .section .row.r5 .images img.img1 {
    padding-right: 0%;
  }
}
.section .row.r3 .images img.img2, .section .row.r5 .images img.img2 {
  right: 90%;
  bottom: 0;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .section .row.r3 .images img.img2, .section .row.r5 .images img.img2 {
    display: none;
  }
}
.section .row.r3 .images .description, .section .row.r5 .images .description {
  margin-right: 10%;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .section .row.r3 .images .description, .section .row.r5 .images .description {
    margin-right: 0%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section .row.r3 .images, .section .row.r5 .images {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section .row.r3 span.line.oblique, .section .row.r5 span.line.oblique {
    bottom: 0;
    width: 70px;
  }
}
.section .row.r4 .claim {
  bottom: 25%;
  right: 0;
  padding: 0 0 15px 25px;
  border-bottom: 9px solid #000000;
}
.section .row.r4 .images {
  float: left;
  width: 55%;
}
.section .row.r4 .images img.img1 {
  padding-left: 0;
}
.section .row.r4 .images img.img2 {
  left: 85%;
  bottom: 0;
}
@media screen and (max-width: 400px) {
  .section .row.r4 .images img.img2 {
    bottom: 10%;
  }
}
.section .row.r4 .images .description {
  margin-left: 0;
  max-width: 85%;
}
@media screen and (max-width: 767px) {
  .section .row.r4 .images {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .section .row.r5 .images img.img2 {
    display: block;
    right: 72%;
    top: 42%;
    width: 70%;
  }
}
@media screen and (max-width: 400px) {
  .section .row.r5 .images img.img2 {
    top: 35%;
  }
}
@media screen and (max-width: 767px) {
  .section .row.r5 .images {
    width: 70%;
  }
}
.section .row.r5 .images .description {
  margin-right: 0%;
  margin-left: 12%;
  max-width: 78%;
}
@media screen and (max-width: 767px) {
  .section .row.r5 .images .description {
    padding-top: 12%;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.section .row.r5 span.line {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .section .row {
    margin: 120px auto;
  }
}
.section.aboutus, .section.workplace {
  margin: 250px 0 150px 0;
}
.section.aboutus .image, .section.workplace .image {
  line-height: 0;
}
.section.aboutus .image img, .section.workplace .image img {
  width: 100%;
}
.section.aboutus .image.img1, .section.workplace .image.img1 {
  float: right;
  width: 55%;
  padding-right: 8%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section.aboutus .image.img1, .section.workplace .image.img1 {
    padding-right: 0;
    width: 60%;
  }
}
.section.aboutus .image.img2, .section.workplace .image.img2 {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .section.aboutus .image.img2, .section.workplace .image.img2 {
    width: 100%;
  }
}
.section.aboutus .title-area, .section.workplace .title-area {
  top: 13%;
}
.section.aboutus .title-area--row span, .section.workplace .title-area--row span {
  letter-spacing: 20px;
}
.section.aboutus .title-area--row.r1, .section.workplace .title-area--row.r1 {
  margin-left: 31%;
}
.section.aboutus .title-area--row.r1 span, .section.workplace .title-area--row.r1 span {
  margin-right: 38%;
}
.section.aboutus .title-area--row.r1 span:last-child, .section.workplace .title-area--row.r1 span:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .section.aboutus .title-area--row.r1, .section.workplace .title-area--row.r1 {
    margin-left: 21%;
  }
  .section.aboutus .title-area--row.r1 span, .section.workplace .title-area--row.r1 span {
    margin-right: 25%;
  }
}
.section.aboutus .title-area--row.r2, .section.workplace .title-area--row.r2 {
  margin-left: 64%;
}
@media screen and (max-width: 1023px) {
  .section.aboutus .title-area--row.r2, .section.workplace .title-area--row.r2 {
    margin-left: 44%;
  }
  .section.aboutus .title-area--row.r2 span, .section.workplace .title-area--row.r2 span {
    margin-right: 25%;
  }
}
.section.aboutus .title-area--row.r3, .section.workplace .title-area--row.r3 {
  margin-left: 74%;
}
.section.aboutus .title-area--row.r3 span, .section.workplace .title-area--row.r3 span {
  margin-right: 35%;
}
.section.aboutus .title-area--row.r3 span:last-child, .section.workplace .title-area--row.r3 span:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .section.aboutus .title-area--row.r3, .section.workplace .title-area--row.r3 {
    margin-left: 64%;
  }
  .section.aboutus .title-area--row.r3 span, .section.workplace .title-area--row.r3 span {
    margin-right: 25%;
  }
}
@media screen and (max-width: 869px) {
  .section.aboutus .title-area, .section.workplace .title-area {
    top: 3%;
  }
}
@media screen and (max-width: 1023px) {
  .section.aboutus .title-area, .section.workplace .title-area {
    top: 8%;
  }
}
@media screen and (max-width: 767px) {
  .section.aboutus .title-area, .section.workplace .title-area {
    top: 0;
    position: absolute;
    margin-bottom: 0;
  }
  .section.aboutus .title-area--row span, .section.workplace .title-area--row span {
    letter-spacing: 10px;
  }
  .section.aboutus .title-area--row span:last-child, .section.workplace .title-area--row span:last-child {
    margin-right: 0;
  }
  .section.aboutus .title-area--row.r1, .section.workplace .title-area--row.r1 {
    margin-left: 5%;
  }
  .section.aboutus .title-area--row.r1 span, .section.workplace .title-area--row.r1 span {
    margin-right: 15%;
  }
  .section.aboutus .title-area--row.r1 span:last-child, .section.workplace .title-area--row.r1 span:last-child {
    margin-right: 0;
  }
  .section.aboutus .title-area--row.r2, .section.workplace .title-area--row.r2 {
    margin-left: 39%;
  }
  .section.aboutus .title-area--row.r2 span, .section.workplace .title-area--row.r2 span {
    margin-right: 25%;
  }
  .section.aboutus .title-area--row.r2 span:last-child, .section.workplace .title-area--row.r2 span:last-child {
    margin-right: 0;
  }
  .section.aboutus .title-area--row.r3, .section.workplace .title-area--row.r3 {
    margin-left: 0;
    text-align: right;
  }
  .section.aboutus .title-area--row.r3 span, .section.workplace .title-area--row.r3 span {
    margin-right: 10%;
  }
  .section.aboutus .title-area--row.r3 span:last-child, .section.workplace .title-area--row.r3 span:last-child {
    margin-right: 0;
  }
}
.section.aboutus .claim, .section.workplace .claim {
  bottom: 3%;
  left: 52%;
  position: absolute;
  z-index: 10;
  transform-origin: 0 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
@media screen and (max-width: 400px) {
  .section.aboutus .claim, .section.workplace .claim {
    display: none;
  }
}
.section.aboutus .link-box, .section.workplace .link-box {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  padding: 0 0 25px 25px;
  border-bottom: 9px solid #000000;
}
.section.aboutus .link-box a, .section.workplace .link-box a {
  font-weight: bold;
  margin: 0;
  text-decoration: none;
}
.section.aboutus .link-box a:hover, .section.workplace .link-box a:hover {
  color: #ad9a6f;
}
@media screen and (max-width: 767px) {
  .section.aboutus .link-box, .section.workplace .link-box {
    bottom: -105px;
  }
}
@media screen and (max-width: 767px) {
  .section.aboutus, .section.workplace {
    margin: 60px 0 140px 0;
  }
}

#newsletter-sub {
  padding-top: 100px;
}

#newsletter-subscription {
  background-color: #f0eadc;
  padding: 50px 25px 120px 25px;
  position: relative;
}
#newsletter-subscription h4 {
  color: #032820;
  text-align: center;
}
#newsletter-subscription h4.white {
  color: #bc9130;
}
#newsletter-subscription .form {
  margin-top: 60px;
  text-align: center;
}
#newsletter-subscription .form p.input,
#newsletter-subscription .form p.checkbox,
#newsletter-subscription .form p.submit {
  display: inline-table;
  vertical-align: top;
}
#newsletter-subscription .form p.input--email,
#newsletter-subscription .form p.checkbox--email,
#newsletter-subscription .form p.submit--email {
  width: 100%;
  max-width: 495px;
  padding: 0 15px;
}
#newsletter-subscription .form p.input--email input[type=text],
#newsletter-subscription .form p.checkbox--email input[type=text],
#newsletter-subscription .form p.submit--email input[type=text] {
  width: 100%;
  border-bottom: 1px solid #2e303d;
  margin-bottom: 5px;
  color: #2e303d;
}
@media screen and (max-width: 767px) {
  #newsletter-subscription .form p.input--email,
  #newsletter-subscription .form p.checkbox--email,
  #newsletter-subscription .form p.submit--email {
    padding: 0;
  }
}
#newsletter-subscription .form p.input input[type=submit],
#newsletter-subscription .form p.checkbox input[type=submit],
#newsletter-subscription .form p.submit input[type=submit] {
  color: #2e303d;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  width: auto;
  padding-top: 27px;
  cursor: pointer;
}
#newsletter-subscription .form p.input--privacy,
#newsletter-subscription .form p.checkbox--privacy,
#newsletter-subscription .form p.submit--privacy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  bottom: 60px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 530px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #newsletter-subscription .form p.input--privacy,
  #newsletter-subscription .form p.checkbox--privacy,
  #newsletter-subscription .form p.submit--privacy {
    max-width: 490px;
    margin: 0;
  }
}
#newsletter-subscription .form p.input--privacy input[type=checkbox],
#newsletter-subscription .form p.checkbox--privacy input[type=checkbox],
#newsletter-subscription .form p.submit--privacy input[type=checkbox] {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
#newsletter-subscription .form p.input--privacy input[type=checkbox]:checked + label,
#newsletter-subscription .form p.checkbox--privacy input[type=checkbox]:checked + label,
#newsletter-subscription .form p.submit--privacy input[type=checkbox]:checked + label {
  background-image: url("/i/checkbox.png") !important;
  background-size: 25px;
  transition: all 0.3s ease;
}
#newsletter-subscription .form p.input--privacy label.checkbox,
#newsletter-subscription .form p.checkbox--privacy label.checkbox,
#newsletter-subscription .form p.submit--privacy label.checkbox {
  color: #032820;
  font-size: 14px;
  margin: 0;
  padding: 2px 0 2px 40px;
  cursor: pointer;
  background: url("/i/checkbox-start.png") left center no-repeat;
  background-size: 25px;
  display: inline-block;
  text-align: left;
  transition: all 0.3s ease;
  margin-bottom: 5px;
}
#newsletter-subscription .form p.input--privacy label.checkbox a,
#newsletter-subscription .form p.checkbox--privacy label.checkbox a,
#newsletter-subscription .form p.submit--privacy label.checkbox a {
  color: #032820;
  font-size: 14px;
}
#newsletter-subscription .form p.input--privacy label.checkbox a:hover,
#newsletter-subscription .form p.checkbox--privacy label.checkbox a:hover,
#newsletter-subscription .form p.submit--privacy label.checkbox a:hover {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #newsletter-subscription .form p.input--privacy,
  #newsletter-subscription .form p.checkbox--privacy,
  #newsletter-subscription .form p.submit--privacy {
    bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #newsletter-subscription .form p.input--privacy,
  #newsletter-subscription .form p.checkbox--privacy,
  #newsletter-subscription .form p.submit--privacy {
    bottom: 0px;
    position: relative;
    margin-top: 20px;
  }
}
#newsletter-subscription .form .form-feedback {
  text-align: center;
}
#newsletter-subscription .form .form-feedback.error .content-feedback .message {
  color: #f8545e;
}
#newsletter-subscription .form .form-feedback.confirm .content-feedback .message {
  color: #00ab15;
}
#newsletter-subscription .form .form-feedback .content-feedback {
  display: inline-block;
  padding: 8px 25px;
  margin-bottom: 15px;
  background-color: rgb(255, 255, 255);
}
#newsletter-subscription .form .form-feedback .content-feedback .message {
  text-align: center;
  color: #ffffff;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #newsletter-subscription {
    padding: 40px 15px 40px 15px;
  }
}

/*---------------------------------------------*\
                   #instagram 
\*---------------------------------------------*/
#instagram {
  overflow: hidden;
  margin-top: 120px;
  padding-top: 65px;
  padding-bottom: 50px;
  text-align: center;
  border-top: 1px solid #cccccc;
}
#instagram .social-title {
  margin-bottom: 50px;
}
#instagram .social-title h4 {
  text-align: center;
}
#instagram .social-title h4.red, #instagram .social-title h4.red * {
  color: #f8545f;
}
#instagram .content {
  margin: 0 auto;
}
#instagram .posts {
  display: flex;
  flex-wrap: wrap;
}
#instagram .box {
  width: 20%;
  margin: 0;
  float: left;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
#instagram .box .thumb {
  width: 100%;
  background: #fff;
  overflow: hidden;
  line-height: 0;
  padding-bottom: 100%;
}
#instagram .box .thumb .image {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#instagram .box .message {
  display: none;
  width: 100%;
  padding: 30px 25px;
  color: #ffffff;
  height: 80px;
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  font-size: 13px;
  line-height: 1em;
}
#instagram .box:hover .message {
  display: block;
}
#instagram .box .admin {
  position: absolute;
  top: 0;
  left: 0;
  background: #e80303;
  color: #fff;
  padding: 8px;
  border-radius: 0px 0px 10px 0px;
  z-index: 99;
}
#instagram .box .admin:hover {
  background: #a70000;
}
#instagram .box .admin:empty {
  display: none;
}
#instagram .box .admin a {
  color: #ffffff;
}
#instagram .box .admin img {
  max-width: 25px;
}
#instagram .box .admin .visit > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #instagram .box {
    width: 33.33333%;
  }
  #instagram .box:last-child {
    display: none; /* così mostro 9 elementi anzichè 10 */
  }
}
@media screen and (max-width: 767px) {
  #instagram {
    margin-top: 60px;
  }
}

#header-image.header-image-home {
  overflow: visible;
  margin-bottom: 270px;
}
@media (max-width: 1024px) {
  #header-image.header-image-home {
    margin-bottom: 170px;
  }
}
@media (max-width: 767px) {
  #header-image.header-image-home {
    overflow: hidden;
    margin-bottom: 0;
  }
}

.section.workplace {
  margin: 100px 0;
}
.section.workplace.aboutus .title-area--row, .section.workplace .title-area--row {
  margin-bottom: 3%;
}
.section.workplace.aboutus .title-area--row span, .section.workplace .title-area--row span {
  letter-spacing: 20px;
}
@media screen and (max-width: 479px) {
  .section.workplace.aboutus .title-area--row span, .section.workplace .title-area--row span {
    font-size: 80px;
  }
}
@media screen and (max-width: 400px) {
  .section.workplace.aboutus .title-area--row span, .section.workplace .title-area--row span {
    font-size: 65px;
  }
}
@media screen and (max-width: 639px) {
  .section.workplace.aboutus .title-area--row span, .section.workplace .title-area--row span {
    letter-spacing: 10px;
  }
}
.section.workplace.aboutus .title-area--row.r1, .section.workplace .title-area--row.r1 {
  margin-left: 22%;
}
.section.workplace.aboutus .title-area--row.r1 span, .section.workplace .title-area--row.r1 span {
  margin-right: 12%;
}
.section.workplace.aboutus .title-area--row.r1 span:last-child, .section.workplace .title-area--row.r1 span:last-child {
  margin-right: 0;
}
@media screen and (max-width: 639px) {
  .section.workplace.aboutus .title-area--row.r1 span, .section.workplace .title-area--row.r1 span {
    margin-right: 8%;
  }
}
.section.workplace.aboutus .title-area--row.r2, .section.workplace .title-area--row.r2 {
  margin-left: 67%;
}
.section.workplace.aboutus .title-area--row.r2 span, .section.workplace .title-area--row.r2 span {
  margin-right: 45%;
}
.section.workplace.aboutus .title-area--row.r2 span:last-child, .section.workplace .title-area--row.r2 span:last-child {
  margin-right: 0;
}
@media screen and (max-width: 639px) {
  .section.workplace.aboutus .title-area--row.r2 span, .section.workplace .title-area--row.r2 span {
    margin-right: 8%;
  }
}
@media screen and (max-width: 1023px) {
  .section.workplace.aboutus .title-area--row.r2, .section.workplace .title-area--row.r2 {
    text-align: right;
    margin-left: 0;
    width: 100%;
  }
  .section.workplace.aboutus .title-area--row.r2 span, .section.workplace .title-area--row.r2 span {
    margin-right: 8%;
  }
}
.section.workplace.aboutus .title-area--row.r3, .section.workplace .title-area--row.r3 {
  margin-left: 44%;
}
.section.workplace.aboutus .title-area--row.r3 span, .section.workplace .title-area--row.r3 span {
  margin-right: 19%;
}
.section.workplace.aboutus .title-area--row.r3 span:last-child, .section.workplace .title-area--row.r3 span:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1380px) {
  .section.workplace.aboutus .title-area--row.r3 span, .section.workplace .title-area--row.r3 span {
    margin-right: 10%;
  }
}
@media screen and (max-width: 1199px) {
  .section.workplace.aboutus .title-area--row.r3, .section.workplace .title-area--row.r3 {
    text-align: right;
    margin-left: 0;
    width: 100%;
  }
  .section.workplace.aboutus .title-area--row.r3 span, .section.workplace .title-area--row.r3 span {
    margin-right: 8%;
  }
}
@media screen and (max-width: 639px) {
  .section.workplace.aboutus .title-area--row.r3 span, .section.workplace .title-area--row.r3 span {
    margin-right: 0%;
  }
}
.section.workplace.aboutus .claim, .section.workplace .claim {
  bottom: 61%;
  left: 85%;
}
@media screen and (max-width: 1199px) {
  .section.workplace.aboutus .claim, .section.workplace .claim {
    bottom: inherit;
    left: 15px;
    top: 0;
  }
}

.content-row {
  margin: 120px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f8545f;
}
.content-row img.title {
  width: 100%;
  max-width: 1180px;
  display: block;
  margin: 0 auto;
}
.content-row img.title-responsive {
  padding: 50px 0;
  display: none;
}
@media screen and (max-width: 1199px) {
  .content-row img.title {
    width: 90%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 1100px) {
  .content-row img.title {
    display: none;
  }
  .content-row img.title-responsive {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .content-row img.title {
    margin-bottom: 50px;
  }
}
.content-row .space-title {
  width: 100%;
  height: 300px;
}
.content-row--images img {
  display: none;
}
@media screen and (max-width: 1199px) {
  .content-row--images img {
    position: absolute;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .content-row--images {
    position: relative;
    height: 100%;
    width: 100%;
    aspect-ratio: 1400/670;
  }
}
@media screen and (max-width: 767px) {
  .content-row--images {
    min-height: 350px;
  }
}
@media screen and (max-width: 479px) {
  .content-row--images {
    min-height: 250px;
  }
}
.content-row--box {
  width: 90%;
  max-width: 1180px;
  background-color: #f9f5ec;
  padding: 85px 25px 35px 25px;
  margin: 0 auto;
}
.content-row--box h4,
.content-row--box article,
.content-row--box article p {
  text-align: center;
}
.content-row--box h4 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .content-row--box h4 {
    margin-bottom: 30px;
  }
}
.content-row--box article {
  width: 100%;
  max-width: 650px;
  display: block;
  margin: 0 auto;
  line-height: 1.8em;
}
.content-row--box article p {
  line-height: 1.8em;
}
@media (min-width: 1024px) {
  .content-row--box .about-text p,
  .content-row--box .about-text strong {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .content-row--box {
    width: 100%;
    padding: 50px 25px 35px 25px;
  }
}
@media screen and (max-width: 768px) {
  .content-row {
    margin: 60px 0;
  }
}
.content-row__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .content-row__buttons {
    flex-direction: column;
    margin-top: 15px;
  }
}
.content-row__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bc9130;
  background-color: #f9f5ec;
  padding: 14px 28px;
  font-weight: bold;
  border: 1px solid #bc9130;
  font-size: 15px;
  text-align: center;
  min-width: 250px;
}
.content-row__button a:hover {
  background-color: #bc9130;
  color: #ffffff;
}
.content-row__button a:hover > img {
  filter: invert(100%) sepia(93%) saturate(0%) hue-rotate(229deg) brightness(106%) contrast(110%);
}
@media (max-width: 1300px) {
  .content-row__button a {
    margin-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .content-row__button a {
    padding: 14px 20px;
  }
}
.content-row__button a > img {
  margin-left: 10px;
  filter: invert(49%) sepia(97%) saturate(314%) hue-rotate(4deg) brightness(98%) contrast(92%);
  transition: filter 0.1s ease-in-out;
}
.content-row__button:not(:first-child) {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .content-row__button:not(:first-child) {
    margin-left: 0;
  }
}

#header-image.about-header-image {
  height: 100% !important;
}

.about-header-image .bg {
  display: block;
}
@media (max-width: 767px) {
  .about-header-image .bg {
    display: none;
  }
}
.about-header-image .bg-mobile {
  display: none;
}
@media (max-width: 767px) {
  .about-header-image .bg-mobile {
    display: block;
  }
}

.news-events span.line {
  width: 18%;
}
.news-events span.line.top {
  top: 0;
  right: 0;
  left: inherit;
}
@media screen and (max-width: 479px) {
  .news-events span.line.top {
    top: -60px;
  }
}
.news-events span.line.bottom {
  top: inherit;
  bottom: 0;
}
.news-events .news-intro {
  margin: 90px 0;
  position: relative;
  width: 100%;
}
.news-events .news-intro article {
  display: block;
  width: 82%;
}
@media screen and (max-width: 479px) {
  .news-events .news-intro article {
    width: 100%;
  }
}
.news-events .news-intro article p,
.news-events .news-intro article strong {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .news-events .news-intro article p,
  .news-events .news-intro article strong {
    font-size: 18px;
    line-height: 32px;
  }
}
.news-events #news-events {
  position: relative;
  padding-bottom: 120px;
  margin-bottom: 150px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-bottom: 60px;
}
@media (max-width: 1300px) {
  .news-events #news-events {
    gap: 40px;
  }
}
@media (max-width: 900px) {
  .news-events #news-events {
    grid-template-columns: 1fr;
  }
}
.news-events #news-events .event-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  background-color: #f0eadc;
}
@media (max-width: 1300px) {
  .news-events #news-events .event-row {
    padding: 35px;
  }
}
.news-events #news-events .event-row__top {
  margin-bottom: 50px;
}
.news-events #news-events .event-row__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .news-events #news-events .event-row__bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.news-events #news-events .event-row__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 20px;
}
.news-events #news-events .event-row__inner h3 {
  margin-bottom: 4px;
  color: #032820;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.news-events #news-events .event-row__inner p {
  margin-bottom: 0;
  color: #343333;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}
.news-events #news-events .event-row__button a {
  color: #032820;
  background-color: #ffffff;
  padding: 14px 28px;
  display: inline-block;
  font-weight: bold;
  border: 2px solid #ffffff;
  font-size: 15px;
  text-align: center;
  width: 100%;
  max-width: 217px;
  display: block;
}
.news-events #news-events .event-row__button a:hover {
  background-color: transparent;
}
@media (max-width: 1300px) {
  .news-events #news-events .event-row__button a {
    margin-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .news-events #news-events .event-row__button a {
    padding: 14px 20px;
  }
}
.news-events #news-events .event-row__button .button-black {
  background-color: #000000;
  color: #f9f5ec;
  border: 1px solid #000000;
  margin-bottom: 15px;
  margin-right: 15px;
}
.news-events #news-events .event-row__button .button-black:hover {
  color: #000000;
}
@media (max-width: 1300px) {
  .news-events #news-events .event-row__button .button-black {
    margin-bottom: 0;
  }
}

.contacts--row {
  padding: 110px 0 90px 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .contacts--row {
    padding: 50px 0 60px 0;
  }
}
.contacts--intro {
  position: relative;
  width: 100%;
  float: left;
  width: 50%;
  padding-right: 25px;
}
.contacts--intro article {
  display: block;
  width: 82%;
}
.contacts--intro article p {
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .contacts--intro article {
    width: 100%;
    text-align: center;
  }
  .contacts--intro article p {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .contacts--intro {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0;
  }
}
.contacts--form {
  position: relative;
  float: left;
  width: 50%;
  padding-left: 25px;
}
.contacts--form .form input {
  display: inline-block;
  height: 33px;
  margin: 0;
  padding: 8px;
  max-width: 100%;
  text-align: left;
  color: #000000;
  background-color: #f9f5ec;
  -webkit-appearance: none;
}
.contacts--form .form input.submit {
  background-color: #000000;
  color: #f9f5ec;
  border: 1px solid #000000;
  width: 250px;
  padding: 15px;
  height: auto;
  text-align: center;
  font-weight: 300;
  letter-spacing: 1px;
  cursor: pointer;
  margin: 35px 0;
  transition: all 0.3s ease;
}
.contacts--form .form input.submit:hover {
  background-color: #f9f5ec;
  color: #000000;
  transition: all 0.3s ease;
}
.contacts--form .form select {
  background: url(/i/select-arrow.png) no-repeat right center #f9f5ec;
  color: #000000;
  font-size: 16px;
  width: 100%;
  padding: 8px 45px 8px 8px;
  height: 35px;
  line-height: 1;
  border: 1px solid #2e303d;
  border-radius: 0;
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  min-height: 38px;
  cursor: pointer;
  font-weight: 300;
}
.contacts--form .form select::-ms-expand {
  display: none;
}
.contacts--form .form input[type=text],
.contacts--form .form input[type=password] {
  border: 0;
  -webkit-appearance: none;
  width: 100%;
  color: #000000;
  background-color: #f9f5ec;
  border-bottom: 1px solid #2e303d;
  font-size: 16px;
}
.contacts--form .form textarea {
  font-size: 16px;
  border: 0;
  padding: 8px;
  width: 100%;
  height: 200px;
  border: 1px solid #2e303d;
  color: #000000;
  background-color: #f9f5ec;
  font-weight: 300;
  border-radius: 0;
}
.contacts--form .form label {
  display: block;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 5px;
  color: #616161;
  font-weight: 300;
}
.contacts--form .form .input--privacy {
  width: 100%;
}
.contacts--form .form .input--privacy input[type=checkbox] {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.contacts--form .form .input--privacy input[type=checkbox]:checked + label {
  background-image: url("/i/checkbox-c.png") !important;
  background-size: 25px;
  transition: all 0.3s ease;
}
.contacts--form .form .input--privacy label.checkbox {
  color: #032820;
  font-size: 12px;
  margin: 0;
  padding: 2px 0 2px 40px;
  cursor: pointer;
  background: url("/i/checkbox-start-c.png") left center no-repeat;
  background-size: 25px;
  min-height: 40px;
  text-transform: none;
  transition: all 0.3s ease;
}
.contacts--form .form .input--privacy label.checkbox a {
  color: #032820;
  font-size: 12px;
}
.contacts--form .form .input--privacy label.checkbox a:hover {
  color: #ad9a6f;
}
.contacts--form .form p.mandatory-text {
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .contacts--form .form p.mandatory-text {
    text-align: center;
  }
}
.contacts--form .form .form-feedback {
  margin-bottom: 20px;
  text-align: center;
}
.contacts--form .form .form-feedback.error {
  background: #f96363 url(effect.png);
  padding: 5px;
}
.contacts--form .form .form-feedback.error .content {
  background: #f9f5ec;
  padding: 10px;
}
.contacts--form .form .form-feedback.error .message {
  color: #d25353;
}
.contacts--form .form .form-feedback.confirm {
  background: #38e200 url(effect.png);
  padding: 5px;
}
.contacts--form .form .form-feedback.confirm .content {
  background: #f9f5ec;
  padding: 10px;
}
.contacts--form .form .form-feedback.confirm .message {
  color: #2bad01;
}
@media screen and (max-width: 1023px) {
  .contacts--form .form {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .contacts--form {
    width: 100%;
    padding-left: 0;
  }
  .contacts--form p.submit {
    text-align: center;
  }
}
.contacts .init-map {
  margin-top: 50px;
  height: 100%;
  min-height: 520px;
  width: 90%;
  display: block;
}
.contacts .init-map.mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .contacts .init-map {
    width: 100%;
  }
  .contacts .init-map.desktop {
    display: none;
  }
  .contacts .init-map.mobile {
    display: block;
  }
}
.contacts span.line {
  width: 50%;
}
.contacts span.line.top {
  top: -50px;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .contacts span.line.top {
    top: inherit;
    left: inherit;
    position: relative;
    margin: 0 auto 50px auto;
  }
}

.collection {
  margin-top: 80px;
}
.collection--title {
  margin-bottom: 50px;
}
.collection--title h1 {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  float: left;
  width: 75%;
}
.collection--title p {
  float: left;
  width: 25%;
  font-weight: bold;
  text-align: right;
  margin: 25px 0 0 0;
}
@media screen and (max-width: 767px) {
  .collection--title h1,
  .collection--title p {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .collection {
    margin-top: 30px;
  }
  .collection--title {
    margin-bottom: 20px;
  }
  .collection--title h1 {
    font-size: 30px;
  }
}
.collection--mood {
  margin: 150px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .collection--mood {
    margin: 30px auto;
  }
}
.collection--mood .title-area {
  position: relative;
  margin-bottom: 100px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .collection--mood .title-area {
    margin-bottom: 30px;
  }
}
.collection--mood .title-area img.img-title {
  position: relative;
  z-index: 5;
  max-width: 71%;
}
.collection--mood .title-area img.img-title.full-w {
  width: 100%;
  max-width: 100%;
}
.collection--mood .title-area img.img-mood {
  position: absolute;
  z-index: 10;
  max-width: 32.3%;
  left: 51%;
  top: 15%;
}
.collection--mood .title-area p.payoff {
  position: absolute;
  z-index: 1;
  margin: 0;
  font-weight: bold;
  top: 38%;
  left: 12%;
  font-size: 18px;
}
.collection--mood .title-area p.payoff span {
  font-weight: bold;
  font-size: 18px;
}
.collection--mood .title-area .author {
  right: 0%;
  top: 0%;
  position: absolute;
  z-index: 10;
  margin: 0;
  font-weight: bold;
  transform-origin: 100% 50%;
  transform: rotate(90deg) translate(50%, 50%);
}
@media screen and (max-width: 869px) {
  .collection--mood .title-area {
    display: none;
  }
}
.collection--mood .title-area-responsive {
  display: none;
}
@media screen and (max-width: 869px) {
  .collection--mood .title-area-responsive {
    display: block;
    margin-bottom: 50px;
  }
  .collection--mood .title-area-responsive img.img-responsive {
    width: auto;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .collection--mood .title-area-responsive p.payoff {
    font-weight: bold;
    text-align: right;
    margin-bottom: 3px;
  }
  .collection--mood .title-area-responsive p.payoff--over {
    text-align: left;
    margin-bottom: 15px;
  }
  .collection--mood .title-area-responsive p.author {
    font-weight: 300;
    text-align: right;
    font-style: italic;
    margin-bottom: 0px;
  }
}
.collection--mood.mood_2 .title-area img.img-mood {
  z-index: 3;
  left: 61%;
  top: -4%;
}
.collection--mood.mood_2 p.payoff {
  top: 56%;
}
.collection--mood.mood_3 .title-area img.img-mood {
  z-index: 3;
  left: 70%;
  top: -6%;
}
.collection--mood.mood_3 p.payoff {
  top: 60%;
}
.collection--mood.mood_4 .title-area img.img-mood {
  z-index: 3;
  left: 54%;
  top: -4%;
}
.collection--mood.mood_4 p.payoff {
  top: 57%;
}
.collection--mood.mood_5 .title-area img.img-mood {
  z-index: 3;
  left: 67%;
  top: -4%;
}
.collection--mood.mood_5 p.payoff {
  top: 61%;
}
.collection--mood.mood_6 .title-area img.img-mood {
  z-index: 20;
  left: 52%;
  top: -20%;
  max-width: 38%;
}
@media screen and (max-width: 1400px) {
  .collection--mood.mood_6 .title-area img.img-mood {
    right: 1%;
    left: inherit;
  }
}
.collection--mood.mood_6 p.payoff {
  top: 57%;
}
.collection--mood .gallery-area {
  margin: 0px -10px;
  position: relative;
  z-index: 3;
  display: flex;
}
.collection--mood .gallery-area .image-box {
  width: 25%;
  /*float: left;*/
  padding: 20px;
  vertical-align: top;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .collection--mood .gallery-area .image-box {
    padding: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .collection--mood .gallery-area .image-box {
    width: 33.3333333%;
  }
}
@media screen and (max-width: 639px) {
  .collection--mood .gallery-area .image-box {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .collection--mood .gallery-area .image-box {
    width: 100%;
  }
}
.collection--mood .gallery-area .image-box a {
  display: block;
}
.collection--mood .gallery-area .image-box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.collection--mood .gallery-area .image-box img.mobile {
  display: block;
  width: 100%;
  height: auto;
}
.collection--mood .gallery-area .image-box--description {
  padding: 25px 0 10px 0;
}
@media screen and (max-width: 479px) {
  .collection--mood .gallery-area .image-box--description {
    padding-top: 15px;
  }
}
.collection--mood .gallery-area .image-box--description h5 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.collection--mood .gallery-area .image-box--description p {
  font-size: 14px;
}
.collection--mood .gallery-area .image-box--description p.description {
  font-style: italic;
  color: #ad9a6f;
}
.collection--mood .gallery-area span.line.oblique {
  left: inherit;
  top: inherit;
  right: -50px;
  bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .collection--mood .gallery-area span.line.oblique {
    bottom: -70px;
  }
}
@media screen and (max-width: 869px) {
  .collection--mood {
    margin-top: 60px;
  }
}
.collection.ajax .collection--title {
  display: none;
}
.collection.ajax .collection--mood {
  margin: 80px auto 150px auto;
}
.collection.collection-4 .collection--mood.mood_1 .title-area p.payoff {
  top: 57%;
}
.collection.collection-4 .collection--mood.mood_2 .title-area img.img-mood {
  z-index: 6;
  left: inherit;
  max-width: 57%;
  right: 0;
  top: -6%;
}
.collection.collection-4 .collection--mood.mood_4 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-4 .collection--mood.mood_4 .title-area img.img-mood {
  z-index: 6;
  left: 36%;
  max-width: 35%;
  top: -10%;
}
.collection.collection-4 .collection--mood.mood_5 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-4 .collection--mood.mood_5 .title-area img.img-mood {
  z-index: 6;
  left: 60.4%;
  max-width: 35%;
  top: -19%;
}
.collection.collection-4 .collection--mood.mood_6 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-4 .collection--mood.mood_6 .title-area img.img-mood {
  z-index: 6;
  left: 76.4%;
  max-width: 17%;
  top: -15%;
}
.collection.collection-4 .collection--mood.mood_7 .title-area p.payoff {
  top: 72%;
}
.collection.collection-4 .collection--mood.mood_7 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-4 .collection--mood.mood_7 .title-area img.img-mood {
  z-index: 3;
  left: 69%;
  max-width: 22%;
  top: -15%;
}
.collection.collection-17 .collection--mood.mood_1 .title-area p.payoff {
  top: -15%;
  left: 0;
}
.collection.collection-17 .collection--mood.mood_1 .title-area img.img-title {
  max-width: 94%;
  margin-left: 5%;
}
.collection.collection-17 .collection--mood.mood_1 .title-area img.img-mood {
  max-width: 18%;
  left: 67.5%;
  top: -49%;
}
.collection.collection-17 .collection--mood.mood_2 .title-area p.payoff {
  top: 61%;
  left: 60%;
}
.collection.collection-17 .collection--mood.mood_2 .title-area img.img-title {
  max-width: 95.8%;
}
.collection.collection-17 .collection--mood.mood_2 .title-area img.img-mood {
  max-width: 25.5%;
  left: 73.7%;
  top: 3%;
}
.collection.collection-17 .collection--mood.mood_3 .title-area p.payoff {
  top: 55%;
  left: 48%;
}
.collection.collection-17 .collection--mood.mood_3 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-17 .collection--mood.mood_3 .title-area img.img-mood {
  max-width: 34.6%;
  left: 68.3%;
  top: -10%;
  z-index: 9;
}
.collection.collection-17 .collection--mood.mood_4 .title-area p.payoff {
  top: 59%;
  left: 41%;
}
.collection.collection-17 .collection--mood.mood_4 .title-area img.img-title {
  max-width: 93%;
}
.collection.collection-17 .collection--mood.mood_4 .title-area img.img-mood {
  max-width: 39.2%;
  left: 60.8%;
  top: -20%;
}
.collection.collection-17 .collection--mood .gallery-area span.line.oblique {
  bottom: -80px;
}
.collection.collection-22 .collection--mood.mood_1 .title-area p.payoff {
  top: 10%;
  left: 0;
  z-index: 9;
}
.collection.collection-22 .collection--mood.mood_1 .title-area img.img-title {
  max-width: 100%;
  margin-left: 0;
}
.collection.collection-22 .collection--mood.mood_1 .title-area .author {
  top: 25%;
}
.collection.collection-22 .collection--mood.mood_2 .title-area p.payoff {
  top: 97%;
  left: 64%;
  z-index: 9;
}
.collection.collection-22 .collection--mood.mood_2 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-22 .collection--mood.mood_2 .title-area .author {
  top: 15%;
}
.collection.collection-22 .collection--mood.mood_3 .title-area p.payoff {
  top: 95%;
  left: 82%;
  z-index: 9;
}
.collection.collection-22 .collection--mood.mood_3 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-22 .collection--mood.mood_3 .title-area .author {
  top: 15%;
}
.collection.collection-22 .collection--mood.mood_4 .title-area p.payoff {
  top: 0%;
  left: 0%;
  z-index: 9;
}
.collection.collection-22 .collection--mood.mood_4 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-22 .collection--mood.mood_4 .title-area .author {
  top: 20%;
}
.collection.collection-22 .collection--mood.mood_5 .title-area p.payoff {
  top: 90%;
  left: 55%;
  z-index: 9;
}
.collection.collection-22 .collection--mood.mood_5 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-22 .collection--mood.mood_5 .title-area .author {
  top: 20%;
}
.collection.collection-22 .collection--mood.mood_6 .title-area p.payoff {
  top: 0%;
  left: 0%;
  z-index: 9;
}
.collection.collection-22 .collection--mood.mood_6 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-22 .collection--mood.mood_6 .title-area .author {
  top: 20%;
}
.collection.collection-22 .collection--mood .gallery-area span.line.oblique {
  bottom: -80px;
}
.collection.collection-30 .collection--mood.mood_1 .title-area p.payoff {
  top: -5%;
  left: 0;
  z-index: 9;
}
.collection.collection-30 .collection--mood.mood_1 .title-area img.img-title {
  max-width: 113%;
  width: 113%;
  margin-left: -9%;
}
.collection.collection-30 .collection--mood.mood_1 .title-area img.img-mood {
  max-width: 36%;
  left: 52.5%;
  top: 3%;
}
.collection.collection-30 .collection--mood.mood_1 .title-area .author {
  top: 25%;
}
.collection.collection-30 .collection--mood.mood_2 .title-area p.payoff {
  top: 97%;
  left: 64%;
  z-index: 9;
}
.collection.collection-30 .collection--mood.mood_2 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-30 .collection--mood.mood_2 .title-area .author {
  top: 15%;
}
.collection.collection-30 .collection--mood.mood_3 .title-area p.payoff {
  top: 95%;
  left: 82%;
  z-index: 9;
}
.collection.collection-30 .collection--mood.mood_3 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-30 .collection--mood.mood_3 .title-area img.img-mood {
  z-index: 5;
  left: 50%;
  top: -26%;
  max-width: 37%;
}
.collection.collection-30 .collection--mood.mood_3 .title-area .author {
  top: 75%;
}
.collection.collection-30 .collection--mood.mood_4 .title-area p.payoff {
  top: 0%;
  left: 0%;
  z-index: 9;
}
.collection.collection-30 .collection--mood.mood_4 .title-area img.img-title {
  max-width: 100%;
  margin-left: -5%;
  margin-top: 5%;
}
.collection.collection-30 .collection--mood.mood_4 .title-area img.img-mood {
  z-index: 5;
  left: 54.3%;
  top: -18%;
  max-width: 26.5%;
}
.collection.collection-30 .collection--mood.mood_4 .title-area .author {
  top: 50%;
}
.collection.collection-30 .collection--mood .gallery-area span.line.oblique {
  bottom: -80px;
}
.collection.collection-29 .collection--mood.mood_1 .title-area p.payoff {
  top: -5%;
  left: 10%;
  z-index: 9;
}
.collection.collection-29 .collection--mood.mood_1 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-29 .collection--mood.mood_1 .title-area img.img-mood {
  max-width: 35.5%;
  left: 45%;
  top: -20%;
}
.collection.collection-29 .collection--mood.mood_1 .title-area .author {
  top: 90%;
}
.collection.collection-29 .collection--mood.mood_2 .title-area p.payoff {
  top: 97%;
  left: 64%;
  z-index: 9;
}
.collection.collection-29 .collection--mood.mood_2 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-29 .collection--mood.mood_2 .title-area img.img-mood {
  z-index: 5;
  left: 47.5%;
  top: -29%;
  max-width: 43%;
}
.collection.collection-29 .collection--mood.mood_2 .title-area .author {
  top: 15%;
}
.collection.collection-29 .collection--mood.mood_3 .title-area p.payoff {
  top: 5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-29 .collection--mood.mood_3 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-29 .collection--mood.mood_3 .title-area img.img-mood {
  z-index: 5;
  left: 43%;
  top: 27%;
  max-width: 52%;
}
.collection.collection-29 .collection--mood.mood_3 .title-area .author {
  top: 75%;
}
.collection.collection-29 .collection--mood.mood_4 .title-area p.payoff {
  top: 0%;
  left: 0%;
  z-index: 9;
}
.collection.collection-29 .collection--mood.mood_4 .title-area img.img-title {
  max-width: 100%;
  margin-left: -5%;
  margin-top: 5%;
}
.collection.collection-29 .collection--mood.mood_4 .title-area img.img-mood {
  z-index: 5;
  left: 54.3%;
  top: -18%;
  max-width: 26.5%;
}
.collection.collection-29 .collection--mood.mood_4 .title-area .author {
  top: 50%;
}
.collection.collection-29 .collection--mood .gallery-area span.line.oblique {
  bottom: -80px;
}
.collection.collection-38 .collection--mood.mood_1 .title-area p.payoff {
  top: -5%;
  left: 10%;
  z-index: 9;
}
.collection.collection-38 .collection--mood.mood_1 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-38 .collection--mood.mood_1 .title-area img.img-mood {
  max-width: 53%;
  left: 38%;
  top: 20%;
}
.collection.collection-38 .collection--mood.mood_1 .title-area .author {
  top: 30%;
  right: 3%;
}
.collection.collection-38 .collection--mood.mood_2 .title-area p.payoff {
  top: -60px;
  left: 0;
  z-index: 9;
}
.collection.collection-38 .collection--mood.mood_2 .title-area img.img-title {
  max-width: 120%;
  width: 120%;
  margin-left: -10%;
  margin-top: -5%;
}
.collection.collection-38 .collection--mood.mood_2 .title-area img.img-mood {
  z-index: 5;
  left: 57%;
  top: 13%;
  max-width: 47%;
}
.collection.collection-38 .collection--mood.mood_2 .title-area .author {
  top: 15%;
}
.collection.collection-38 .collection--mood.mood_3 .title-area p.payoff {
  top: -10%;
  left: 9%;
  z-index: 9;
}
.collection.collection-38 .collection--mood.mood_3 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-38 .collection--mood.mood_3 .title-area img.img-mood {
  z-index: 5;
  left: 67.5%;
  top: 18%;
  max-width: 25%;
}
.collection.collection-38 .collection--mood.mood_3 .title-area .author {
  top: 75%;
}
.collection.collection-38 .collection--mood.mood_4 .title-area p.payoff {
  top: 0%;
  left: 9%;
  z-index: 9;
}
.collection.collection-38 .collection--mood.mood_4 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-38 .collection--mood.mood_4 .title-area img.img-mood {
  z-index: 5;
  left: 45.5%;
  top: 5%;
  max-width: 31%;
}
.collection.collection-38 .collection--mood.mood_4 .title-area .author {
  top: 50%;
}
.collection.collection-38 .collection--mood.mood_5 .title-area p.payoff {
  top: 0%;
  left: 9%;
  z-index: 9;
}
.collection.collection-38 .collection--mood.mood_5 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-38 .collection--mood.mood_5 .title-area img.img-mood {
  z-index: 5;
  left: 59.5%;
  top: -18%;
  max-width: 20%;
}
.collection.collection-38 .collection--mood.mood_5 .title-area .author {
  top: 50%;
}
.collection.collection-38 .collection--mood .gallery-area span.line.oblique {
  bottom: -80px;
}
.collection.collection-45 .button-more {
  display: none;
}
.collection.collection-45 .collection--mood.mood_1 .title-area p.payoff {
  top: -30px;
  left: 9%;
  z-index: 9;
}
.collection.collection-45 .collection--mood.mood_1 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-45 .collection--mood.mood_1 .title-area img.img-mood {
  max-width: 53%;
  left: 39%;
  top: -4%;
}
.collection.collection-45 .collection--mood.mood_1 .title-area .author {
  top: 0;
  right: 2%;
}
.collection.collection-45 .collection--mood.mood_2 .title-area {
  margin-top: 200px;
}
.collection.collection-45 .collection--mood.mood_2 .title-area p.payoff {
  top: -20px;
  left: 8%;
  z-index: 9;
}
.collection.collection-45 .collection--mood.mood_2 .title-area img.img-title {
  max-width: 100%;
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
}
.collection.collection-45 .collection--mood.mood_2 .title-area img.img-mood {
  z-index: 5;
  left: 43%;
  top: -28%;
  max-width: 38%;
  width: 38%;
}
.collection.collection-45 .collection--mood.mood_2 .title-area .author {
  top: 5%;
  right: 0;
}
.collection.collection-45 .collection--mood.mood_3 .title-area p.payoff {
  top: -10%;
  left: 8%;
  z-index: 9;
}
.collection.collection-45 .collection--mood.mood_3 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-45 .collection--mood.mood_3 .title-area img.img-mood {
  z-index: 5;
  left: 36%;
  top: 4%;
  max-width: 53%;
  width: 53%;
}
.collection.collection-45 .collection--mood.mood_3 .title-area .author {
  top: 5%;
}
.collection.collection-45 .collection--mood.mood_4 .title-area p.payoff {
  top: 0%;
  left: 9%;
  z-index: 9;
}
.collection.collection-45 .collection--mood.mood_4 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-45 .collection--mood.mood_4 .title-area img.img-mood {
  z-index: 5;
  left: 34%;
  top: -9%;
  max-width: 47%;
}
.collection.collection-45 .collection--mood.mood_4 .title-area .author {
  top: 10%;
}
.collection.collection-45 .collection--mood.mood_5 .title-area p.payoff {
  top: 0%;
  left: 7%;
  z-index: 9;
}
.collection.collection-45 .collection--mood.mood_5 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-45 .collection--mood.mood_5 .title-area img.img-mood {
  z-index: 5;
  left: 44.5%;
  top: -20%;
  max-width: 30%;
}
.collection.collection-45 .collection--mood.mood_5 .title-area .author {
  top: 20%;
}
.collection.collection-45 .collection--mood.mood_6 .title-area p.payoff {
  top: 0%;
  left: 7%;
  z-index: 9;
}
.collection.collection-45 .collection--mood.mood_6 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-45 .collection--mood.mood_6 .title-area img.img-mood {
  z-index: 5;
  left: 43%;
  top: 5%;
  max-width: 40%;
}
.collection.collection-45 .collection--mood.mood_6 .title-area .author {
  top: 15%;
}
.collection.collection-45 .collection--mood .gallery-area span.line.oblique {
  bottom: -80px;
}
.collection.collection-53 .button-more {
  display: none;
}
.collection.collection-53 .collection--mood.mood_1 .title-area p.payoff {
  top: -30px;
  left: 8%;
  z-index: 9;
}
@media screen and (max-width: 1450px) {
  .collection.collection-53 .collection--mood.mood_1 .title-area p.payoff {
    left: 4%;
  }
}
.collection.collection-53 .collection--mood.mood_1 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-53 .collection--mood.mood_1 .title-area img.img-mood {
  max-width: 53%;
  left: 48%;
  top: -11%;
  height: 107%;
}
.collection.collection-53 .collection--mood.mood_1 .title-area .author {
  top: 30px;
  right: 2%;
}
@media screen and (max-width: 1024px) {
  .collection.collection-53 .collection--mood.mood_1 .title-area .author {
    top: 15px;
  }
}
.collection.collection-53 .collection--mood.mood_2 .title-area {
  margin-top: 200px;
}
.collection.collection-53 .collection--mood.mood_2 .title-area p.payoff {
  top: -40px;
  left: 8%;
  z-index: 9;
}
.collection.collection-53 .collection--mood.mood_2 .title-area img.img-title {
  max-width: 100%;
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
}
.collection.collection-53 .collection--mood.mood_2 .title-area img.img-mood {
  z-index: 5;
  left: 42%;
  top: -24%;
  max-width: 38%;
  width: 38%;
}
.collection.collection-53 .collection--mood.mood_2 .title-area .author {
  top: 4.5%;
  right: 0;
}
.collection.collection-53 .collection--mood.mood_3 .title-area p.payoff {
  top: -8.5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-53 .collection--mood.mood_3 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-53 .collection--mood.mood_3 .title-area img.img-mood {
  z-index: 5;
  left: 43.5%;
  top: -25.5%;
  max-width: 38%;
  width: 53%;
}
.collection.collection-53 .collection--mood.mood_3 .title-area .author {
  top: 0;
}
.collection.collection-53 .collection--mood.mood_4 .title-area p.payoff {
  top: 5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-53 .collection--mood.mood_4 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-53 .collection--mood.mood_4 .title-area img.img-mood {
  z-index: 5;
  left: 49%;
  top: -11%;
  max-width: 45%;
}
.collection.collection-53 .collection--mood.mood_4 .title-area .author {
  top: 12%;
}
.collection.collection-53 .collection--mood.mood_5 .title-area p.payoff {
  top: 1%;
  left: 8%;
  z-index: 9;
}
.collection.collection-53 .collection--mood.mood_5 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-53 .collection--mood.mood_5 .title-area img.img-mood {
  z-index: 5;
  left: 49.5%;
  top: 12%;
  max-width: 30%;
}
.collection.collection-53 .collection--mood.mood_5 .title-area .author {
  top: 16%;
}
.collection.collection-59 .button-more {
  display: none;
}
@media screen and (min-width: 1281px) {
  .collection.collection-59 .collection--mood .title-area p.payoff {
    font-size: 30px;
  }
  .collection.collection-59 .collection--mood .title-area p.payoff span {
    font-size: 30px;
  }
}
.collection.collection-59 .collection--mood.mood_1 .title-area p.payoff {
  top: -30px;
  left: 8%;
  z-index: 9;
}
.collection.collection-59 .collection--mood.mood_1 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-59 .collection--mood.mood_1 .title-area img.img-mood {
  max-width: 53%;
  left: 62%;
  top: -11%;
  height: 107%;
}
.collection.collection-59 .collection--mood.mood_1 .title-area .author {
  top: 0;
  right: 1.7%;
}
.collection.collection-59 .collection--mood.mood_2 .title-area p.payoff {
  top: -40px;
  left: 8%;
  z-index: 9;
}
.collection.collection-59 .collection--mood.mood_2 .title-area img.img-title {
  max-width: 100%;
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
}
.collection.collection-59 .collection--mood.mood_2 .title-area img.img-mood {
  z-index: 5;
  left: 61%;
  top: 1%;
  max-width: 28%;
  width: 28%;
}
.collection.collection-59 .collection--mood.mood_2 .title-area .author {
  top: -10px;
  right: 20px;
}
.collection.collection-59 .collection--mood.mood_3 .title-area p.payoff {
  top: -8.5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-59 .collection--mood.mood_3 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-59 .collection--mood.mood_3 .title-area img.img-mood {
  z-index: 5;
  left: 55%;
  top: -6.5%;
  max-width: 33%;
  width: 33%;
}
.collection.collection-59 .collection--mood.mood_3 .title-area .author {
  top: -10%;
  right: 1.5%;
}
.collection.collection-59 .collection--mood.mood_4 .title-area p.payoff {
  top: 6.5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-59 .collection--mood.mood_4 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-59 .collection--mood.mood_4 .title-area img.img-mood {
  z-index: 5;
  left: 62%;
  top: 10%;
  max-width: 32%;
  width: 32%;
}
.collection.collection-59 .collection--mood.mood_4 .title-area .author {
  top: 14%;
  right: 1.7%;
}
.collection.collection-59 .collection--mood.mood_5 .title-area p.payoff {
  top: 8.5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-59 .collection--mood.mood_5 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-59 .collection--mood.mood_5 .title-area img.img-mood {
  z-index: 5;
  left: 59.5%;
  top: 22%;
  max-width: 35%;
}
.collection.collection-59 .collection--mood.mood_5 .title-area .author {
  top: 21%;
  right: 1.7%;
}
.collection.collection-59 .collection--mood.mood_6 .title-area p.payoff {
  top: 8.5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-59 .collection--mood.mood_6 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-59 .collection--mood.mood_6 .title-area img.img-mood {
  z-index: 5;
  left: 68%;
  top: 22%;
  max-width: 27%;
}
.collection.collection-59 .collection--mood.mood_6 .title-area .author {
  top: 18%;
  right: 1.5%;
}
.collection.collection-59 .collection--mood.mood_7 .title-area p.payoff {
  top: 8.5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-59 .collection--mood.mood_7 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-59 .collection--mood.mood_7 .title-area img.img-mood {
  z-index: 5;
  left: 65.5%;
  top: 19%;
  max-width: 35%;
}
.collection.collection-59 .collection--mood.mood_7 .title-area .author {
  top: 18%;
  right: 1.5%;
}
.collection.collection-67 .button-more {
  display: none;
}
@media screen and (min-width: 1281px) {
  .collection.collection-67 .collection--mood .title-area p.payoff {
    font-size: 30px;
  }
  .collection.collection-67 .collection--mood .title-area p.payoff span {
    font-size: 30px;
  }
}
.collection.collection-67 .collection--mood.mood_1 .title-area p.payoff {
  top: -30px;
  left: 8%;
  z-index: 9;
}
.collection.collection-67 .collection--mood.mood_1 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-67 .collection--mood.mood_1 .title-area img.img-mood {
  max-width: 53%;
  left: 62%;
  top: 2%;
  height: 97.5%;
}
.collection.collection-67 .collection--mood.mood_1 .title-area .author {
  top: 0;
  right: 1.7%;
}
.collection.collection-67 .collection--mood.mood_2 .title-area p.payoff {
  top: -40px;
  left: 8%;
  z-index: 9;
}
.collection.collection-67 .collection--mood.mood_2 .title-area img.img-title {
  max-width: 100%;
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
}
.collection.collection-67 .collection--mood.mood_2 .title-area img.img-mood {
  z-index: 5;
  left: 64%;
  top: 1%;
  max-width: 28%;
  width: 28%;
}
.collection.collection-67 .collection--mood.mood_2 .title-area .author {
  top: -10px;
  right: 20px;
}
.collection.collection-67 .collection--mood.mood_3 .title-area p.payoff {
  top: -8.5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-67 .collection--mood.mood_3 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-67 .collection--mood.mood_3 .title-area img.img-mood {
  z-index: 5;
  left: 64%;
  top: -2.5%;
  max-width: 29%;
  width: 29%;
}
.collection.collection-67 .collection--mood.mood_3 .title-area .author {
  top: -10%;
  right: 1.5%;
}
.collection.collection-67 .collection--mood.mood_4 .title-area p.payoff {
  top: 6.5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-67 .collection--mood.mood_4 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-67 .collection--mood.mood_4 .title-area img.img-mood {
  z-index: 5;
  left: 63.5%;
  top: 10%;
  max-width: 29%;
  width: 29%;
}
.collection.collection-67 .collection--mood.mood_4 .title-area .author {
  top: 14%;
  right: 1.7%;
}
.collection.collection-67 .collection--mood.mood_5 .title-area p.payoff {
  top: 8.5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-67 .collection--mood.mood_5 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-67 .collection--mood.mood_5 .title-area img.img-mood {
  z-index: 5;
  left: 64.5%;
  top: 17%;
  max-width: 29%;
}
.collection.collection-67 .collection--mood.mood_5 .title-area .author {
  top: 21%;
  right: 1.7%;
}
.collection.collection-67 .collection--mood.mood_6 .title-area p.payoff {
  top: 8.5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-67 .collection--mood.mood_6 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-67 .collection--mood.mood_6 .title-area img.img-mood {
  z-index: 5;
  left: 68%;
  top: 22%;
  max-width: 27%;
}
.collection.collection-67 .collection--mood.mood_6 .title-area .author {
  top: 18%;
  right: 1.5%;
}
.collection.collection-67 .collection--mood.mood_7 .title-area p.payoff {
  top: 8.5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-67 .collection--mood.mood_7 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-67 .collection--mood.mood_7 .title-area img.img-mood {
  z-index: 5;
  left: 65.5%;
  top: 19%;
  max-width: 35%;
}
.collection.collection-67 .collection--mood.mood_7 .title-area .author {
  top: 18%;
  right: 1.5%;
}
.collection.collection-73 .button-more {
  display: none;
}
@media screen and (min-width: 1281px) {
  .collection.collection-73 .collection--mood .title-area p.payoff {
    font-size: 30px;
  }
  .collection.collection-73 .collection--mood .title-area p.payoff span {
    font-size: 30px;
  }
}
.collection.collection-73 .collection--mood.mood_1 .title-area p.payoff {
  top: -30px;
  left: 8%;
  z-index: 9;
}
.collection.collection-73 .collection--mood.mood_1 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-73 .collection--mood.mood_1 .title-area img.img-mood {
  max-width: 53%;
  left: 65%;
  top: 2%;
  height: 97.5%;
}
.collection.collection-73 .collection--mood.mood_1 .title-area .author {
  top: 0;
  right: 1.7%;
}
.collection.collection-73 .collection--mood.mood_2 .title-area p.payoff {
  top: -40px;
  left: 8%;
  z-index: 9;
}
.collection.collection-73 .collection--mood.mood_2 .title-area img.img-title {
  max-width: 100%;
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
}
.collection.collection-73 .collection--mood.mood_2 .title-area img.img-mood {
  z-index: 5;
  left: 66%;
  top: 1%;
  max-width: 28%;
  width: 28%;
}
.collection.collection-73 .collection--mood.mood_2 .title-area .author {
  top: -10px;
  right: 20px;
}
.collection.collection-73 .collection--mood.mood_3 .title-area p.payoff {
  top: -8.5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-73 .collection--mood.mood_3 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-73 .collection--mood.mood_3 .title-area img.img-mood {
  z-index: 5;
  left: 64%;
  top: -2.5%;
  max-width: 29%;
  width: 29%;
}
.collection.collection-73 .collection--mood.mood_3 .title-area .author {
  top: -10%;
  right: 1.5%;
}
.collection.collection-73 .collection--mood.mood_4 .title-area p.payoff {
  top: 6.5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-73 .collection--mood.mood_4 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-73 .collection--mood.mood_4 .title-area img.img-mood {
  z-index: 5;
  left: 65.6%;
  top: 25%;
  max-width: 29%;
  width: 29%;
}
.collection.collection-73 .collection--mood.mood_4 .title-area .author {
  top: 14%;
  right: 1.7%;
}
.collection.collection-73 .collection--mood.mood_5 .title-area p.payoff {
  top: 8.5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-73 .collection--mood.mood_5 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-73 .collection--mood.mood_5 .title-area img.img-mood {
  z-index: 5;
  left: 64.5%;
  top: 17%;
  max-width: 29%;
}
.collection.collection-73 .collection--mood.mood_5 .title-area .author {
  top: 21%;
  right: 1.7%;
}
.collection.collection-73 .collection--mood.mood_6 .title-area p.payoff {
  top: 8.5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-73 .collection--mood.mood_6 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-73 .collection--mood.mood_6 .title-area img.img-mood {
  z-index: 5;
  left: 68%;
  top: 22%;
  max-width: 27%;
}
.collection.collection-73 .collection--mood.mood_6 .title-area .author {
  top: 18%;
  right: 1.5%;
}
.collection.collection-73 .collection--mood.mood_7 .title-area p.payoff {
  top: 8.5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-73 .collection--mood.mood_7 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-73 .collection--mood.mood_7 .title-area img.img-mood {
  z-index: 5;
  left: 65.5%;
  top: 19%;
  max-width: 35%;
}
.collection.collection-73 .collection--mood.mood_7 .title-area .author {
  top: 18%;
  right: 1.5%;
}
.collection.collection-79 .button-more {
  display: none;
}
@media screen and (min-width: 1281px) {
  .collection.collection-79 .collection--mood .title-area p.payoff {
    font-size: 30px;
  }
  .collection.collection-79 .collection--mood .title-area p.payoff span {
    font-size: 30px;
  }
}
.collection.collection-79 .collection--mood.mood_1 .title-area p.payoff {
  top: -30px;
  left: 8%;
  z-index: 9;
  right: 5.9%;
}
.collection.collection-79 .collection--mood.mood_1 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-79 .collection--mood.mood_1 .title-area img.img-mood {
  max-width: 53%;
  left: 65.5%;
  top: 12%;
  height: 81.5%;
}
.collection.collection-79 .collection--mood.mood_1 .title-area .author {
  top: 0;
  right: 1.7%;
}
.collection.collection-79 .collection--mood.mood_2 .title-area p.payoff {
  top: -40px;
  left: 8%;
  z-index: 9;
}
.collection.collection-79 .collection--mood.mood_2 .title-area img.img-title {
  max-width: 100%;
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
}
.collection.collection-79 .collection--mood.mood_2 .title-area img.img-mood {
  z-index: 5;
  left: 66%;
  top: 1%;
  max-width: 28%;
  width: 28%;
}
.collection.collection-79 .collection--mood.mood_2 .title-area .author {
  top: -10px;
  right: 20px;
}
.collection.collection-79 .collection--mood.mood_3 .title-area p.payoff {
  top: -8.5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-79 .collection--mood.mood_3 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-79 .collection--mood.mood_3 .title-area img.img-mood {
  z-index: 5;
  left: 65.5%;
  top: -2.5%;
  max-width: 29%;
  width: 29%;
}
.collection.collection-79 .collection--mood.mood_3 .title-area .author {
  top: -10%;
  right: 1.5%;
}
.collection.collection-79 .collection--mood.mood_4 .title-area p.payoff {
  top: 6.5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-79 .collection--mood.mood_4 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-79 .collection--mood.mood_4 .title-area img.img-mood {
  z-index: 5;
  left: 65.5%;
  top: 17%;
  max-width: 29%;
  width: 29%;
}
.collection.collection-79 .collection--mood.mood_4 .title-area .author {
  top: 14%;
  right: 1.7%;
}
.collection.collection-79 .collection--mood.mood_5 .title-area p.payoff {
  top: 8.5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-79 .collection--mood.mood_5 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-79 .collection--mood.mood_5 .title-area img.img-mood {
  z-index: 5;
  left: 65.5%;
  top: 17%;
  max-width: 29%;
}
.collection.collection-79 .collection--mood.mood_5 .title-area .author {
  top: 21%;
  right: 1.7%;
}
.collection.collection-79 .collection--mood.mood_6 .title-area p.payoff {
  top: 8.5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-79 .collection--mood.mood_6 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-79 .collection--mood.mood_6 .title-area img.img-mood {
  z-index: 5;
  left: 68%;
  top: 22%;
  max-width: 27%;
}
.collection.collection-79 .collection--mood.mood_6 .title-area .author {
  top: 18%;
  right: 1.5%;
}
.collection.collection-79 .collection--mood.mood_7 .title-area p.payoff {
  top: 8.5%;
  left: 8%;
  z-index: 9;
}
.collection.collection-79 .collection--mood.mood_7 .title-area img.img-title {
  max-width: 100%;
  margin-top: 5%;
}
.collection.collection-79 .collection--mood.mood_7 .title-area img.img-mood {
  z-index: 5;
  left: 65.5%;
  top: 19%;
  max-width: 35%;
}
.collection.collection-79 .collection--mood.mood_7 .title-area .author {
  top: 18%;
  right: 1.5%;
}
.collection.collection-85 .button-more {
  display: none;
}
@media screen and (min-width: 1281px) {
  .collection.collection-85 .collection--mood .title-area p.payoff {
    font-size: 30px;
  }
  .collection.collection-85 .collection--mood .title-area p.payoff span {
    font-size: 30px;
  }
}
.collection.collection-85 .collection--mood .gallery-area {
  flex-wrap: wrap;
}
.collection.collection-85 .collection--mood .gallery-area .image-box {
  width: 25% !important;
}
.collection.collection-85 .collection--mood.mood_1 .title-area p.payoff {
  top: -30px;
  left: 8%;
  z-index: 9;
  right: 5.9%;
}
.collection.collection-85 .collection--mood.mood_1 .title-area img.img-title {
  max-width: 100%;
}
.collection.collection-85 .collection--mood.mood_1 .title-area img.img-mood {
  max-width: 53%;
  left: 62%;
  top: 5%;
  height: 97.7%;
}
.collection.collection-85 .collection--mood.mood_1 .title-area .author {
  top: 0;
  right: 1.7%;
}

.button-more {
  width: 90%;
  max-width: 400px;
  margin: 40px auto 20px;
  padding: 25px 40px;
  background-color: black;
}
.button-more__inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.button-more__text {
  align-self: center;
  color: white;
  font-size: 22px;
  font-style: italic;
  margin: 0;
  font-family: "Prata";
}
@media screen and (max-width: 768px) {
  .button-more {
    padding: 10px 15px;
  }
  .button-more__text {
    font-size: 15px;
  }
}

.archive {
  position: relative;
}
.archive .archive-section {
  margin-bottom: 50px;
}
.archive .archive-section__title-row {
  position: relative;
  cursor: pointer;
}
.archive .archive-section__title-row h3 {
  position: relative;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  text-decoration: underline;
  margin-left: 50px;
}
.archive .archive-section__title-row h3:before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: url(/i/expand.png) no-repeat;
  background-size: 34px;
  background-position-y: -34px;
  position: absolute;
  top: 0;
  left: -60px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1599px) {
  .archive .archive-section__title-row h3:before {
    left: -45px;
  }
}
@media screen and (max-width: 1023px) {
  .archive .archive-section__title-row h3:before {
    left: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .archive .archive-section__title-row h3 {
    padding-left: 60px;
    margin-left: 0;
  }
}
.archive .archive-section__title-row h3:hover:before {
  background-position-y: 0px;
  transition: all 0.3s ease;
}
.archive .archive-section__title-row.active h3:before {
  background-position-y: 0px;
  transition: all 0.3s ease;
}
.archive .archive-section__content-row {
  display: none;
}
.archive .archive-section__content-row > div {
  margin-bottom: 150px;
}

.sustainability-logos {
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  margin-bottom: 160px;
}
@media (max-width: 900px) {
  .sustainability-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .sustainability-logos {
    grid-template-columns: 1fr;
  }
}

.sustainability-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  max-width: 240px;
  margin: 0 auto;
}
.sustainability-block__logo {
  width: 180px;
  height: 180px;
  background-color: #f0eadc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .sustainability-block__logo {
    width: 150px;
    height: 150px;
  }
}
.sustainability-block__logo-img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 70%;
  max-height: 110px;
  align-self: center;
  mix-blend-mode: darken;
}
.sustainability-block__title {
  margin: 25px 0 15px;
}
.sustainability-block__text {
  max-width: 240px;
}
.sustainability-block__text p {
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}
.sustainability-block__text a {
  font-weight: 700;
  text-decoration: underline;
  word-break: break-word;
}
.sustainability-block__title, .sustainability-block__text {
  flex-basis: 100%;
  text-align: center;
}
.sustainability-block__title p, .sustainability-block__text p {
  text-align: center;
}

@media screen and (max-width: 1599px) {
  .hamburger {
    position: relative;
    left: 0;
    top: -8px;
    float: left;
  }
  #header .col.c1 p {
    float: left;
    margin-left: 15px;
  }
  #header .col.c3 .social {
    position: relative;
    right: inherit;
    top: inherit;
    float: right;
    margin-left: 25px;
    margin-top: -4px;
  }
  #header .col.c3 .social img.social-icon {
    width: 30px;
  }
}
@media screen and (max-width: 869px) {
  .hamburger {
    top: -10px;
    padding-left: 0;
  }
}/*# sourceMappingURL=main.css.map */