/* dm-sans-500 - latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/dm-sans-v11-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/dm-sans-v11-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-regular - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/eb-garamond-v26-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/eb-garamond-v26-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-italic - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/eb-garamond-v26-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/eb-garamond-v26-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.font--small {
  font-size: 22px;
}
.font--xmedium {
  font-size: 28px;
}
@media only screen and (max-width: 540px) {
  .font--xmedium {
    font-size: 22px;
  }
}
.font--medium {
  font-size: 38px;
  line-height: 1.2;
}
@media only screen and (max-width: 540px) {
  .font--medium {
    font-size: 28px;
  }
}
.font--large {
  font-size: 52px;
}
@media only screen and (max-width: 540px) {
  .font--large {
    font-size: 38px;
  }
}
.font--xlarge {
  font-size: 78px;
}
@media only screen and (max-width: 1080px) {
  .font--xlarge {
    font-size: 52px;
  }
}
@media only screen and (max-width: 540px) {
  .font--xlarge {
    font-size: 36px;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  color: #3C444C;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
body.stop-scrolling {
  overflow: hidden;
}
.font-serif {
  font-family: "EB Garamond", serif;
}
.font-sans {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
}
h2 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.2;
}
h2.space--minimal {
  margin: 0;
}
h3 {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 52px;
  font-weight: 400;
}
@media only screen and (max-width: 540px) {
  h3 {
    font-size: 38px;
  }
}
h3.space--minimal {
  margin: 0;
}
p {
  font-family: "EB Garamond", serif;
  font-size: 38px;
  line-height: 1.2;
  max-width: 760px;
}
@media only screen and (max-width: 540px) {
  p {
    font-size: 28px;
  }
}
p.small {
  font-size: 22px;
}
p .emphasized {
  font-style: italic;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: #FFCD00;
}
.button {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  display: inline-block;
  background-color: #FFCD00;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 7px 20px 8px;
  margin-bottom: 10px;
  border-radius: 20px;
  transition: background-color 0.2s, color 0.2s;
}
.button--invert {
  border: 1px solid #FFCD00;
  background-color: transparent;
  color: #fff;
}
.button:hover {
  background-color: #ffd52a;
  color: #fff;
}
.link {
  color: #fff;
  position: relative;
  text-decoration: none;
  transition: color 0.2s;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  z-index: 20;
}
.link:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  z-index: 19;
  background-color: #FFCD00;
  transition: background-color 0.2s;
}
.link:hover {
  color: #FFCD00;
}
.link.link--grey {
  color: #3C444C;
}
.link.link--grey:after {
  background-color: #3C444C;
}
.link.link--grey:hover {
  color: #FFCD00;
}
.link.link--grey:hover:after {
  background-color: #FFCD00;
}
.link.link--none {
  color: rgba(255, 255, 255, 0.5);
}
.link.link--none:after {
  background-color: transparent;
}
.link.link--none:hover {
  color: #FFCD00;
}
.text--big {
  max-width: 960px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 78px;
}
@media only screen and (max-width: 1080px) {
  .text--big {
    font-size: 52px;
  }
}
@media only screen and (max-width: 540px) {
  .text--big {
    font-size: 36px;
  }
}
.text--big .link {
  font-size: inherit;
}
.text--big .link:after {
  height: 8px;
}
.center {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}
.center .center-inner {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.center:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  margin-right: -0.25em;
  height: 100%;
}
.grid-1-2,
.grid-1-3 {
  float: left;
  box-sizing: border-box;
  padding-right: 40px;
}
@media only screen and (max-width: 540px) {
  .grid-1-2,
  .grid-1-3 {
    float: none;
  }
}
.grid-1-2 {
  width: 50%;
}
@media only screen and (max-width: 540px) {
  .grid-1-2 {
    width: 100%;
  }
}
.grid-1-3 {
  width: 33%;
}
@media only screen and (max-width: 1080px) {
  .grid-1-3 {
    width: 100%;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 540px) {
  .grid-1-3 {
    width: 100%;
    padding: 30px 0;
  }
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.width {
  max-width: 1080px;
  margin: 0 auto;
  width: 90%;
}
.width--text {
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  .width {
    width: 100%;
    box-sizing: border-box;
    padding: 0 80px;
  }
}
@media only screen and (max-width: 540px) {
  .width {
    padding: 0 30px;
  }
}
.color--white {
  color: #fff;
}
.color--dark {
  color: #3C444C;
}
.color--green {
  color: #8BC7A8;
}
.color--blue {
  color: #7AAADE;
}
.color--purple {
  color: #9EA2FF;
}
.color--red {
  color: #e8776d;
}
.color--brown {
  color: #BCA88C;
}
.background--light {
  background-color: #FAF9F8;
}
.background--lightwhite {
  background-color: #FAF9F8;
}
.background--dark {
  background-color: #0f0f10;
}
.background--yellow {
  background-color: #ffd660;
}
.background--brown {
  background-color: #BCA88C;
}
.background--green {
  background-color: #8BC7A8;
  color: #fff;
}
.header {
  position: absolute;
  width: 100%;
  top: 65px;
  z-index: 100;
}
@media only screen and (max-width: 1080px) {
  .header {
    top: 40px;
  }
}
.header.pusheddown {
  top: 80px;
}
@media only screen and (max-width: 1080px) {
  .header.pusheddown {
    top: 100px;
  }
}
.header .width {
  position: relative;
}
.header-logo {
  width: 157px;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 1080px) {
  .header-logo {
    left: 80px;
  }
}
@media only screen and (max-width: 540px) {
  .header-logo {
    left: 30px;
  }
}
.header-menu {
  text-align: right;
}
.header-menu a {
  margin-left: 10px;
  color: #A8A5A3;
}
.header-menu .link--none {
  color: rgba(168, 165, 163, 0.5);
}
@media only screen and (max-width: 1080px) {
  .header-menu {
    width: 280px;
    float: right;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 540px) {
  .header-menu {
    padding-top: 80px;
    text-align: left;
    float: none;
    /*.link--none {
                position: absolute;
                left: 30px;
                top: 70px;
                color: @grey;
            }*/
  }
  .header-menu a {
    margin-left: 0;
    margin-right: 10px;
  }
}
.section {
  position: relative;
  padding: 150px 0;
}
@media only screen and (max-width: 540px) {
  .section {
    padding: 75px 0;
  }
}
.section-inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 2;
}
.section-inner--text {
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  .section-inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 80px;
  }
}
@media only screen and (max-width: 540px) {
  .section-inner {
    padding: 0 30px;
  }
}
.section-background {
  background-color: #f5f3f1;
  position: absolute;
}
.section--image img {
  display: block;
  width: 100%;
}
.section--image--left {
  width: 75%;
  width: calc(50% + 540px);
}
.section--image--right {
  width: 75%;
  width: calc(50% + 540px);
  left: calc(50% - 540px);
}
@media only screen and (max-width: 1080px) {
  .section--image--left,
  .section--image--right {
    width: 100%;
    left: 0;
  }
}
.section.space--minimal {
  padding-top: 0;
  padding-bottom: 0;
}
.section--text {
  background-position: center;
  background-size: cover;
}
.section--text .width--text {
  margin-top: 50px;
}
.section--text.background--dark p {
  color: #fff;
}
.section--quote p {
  max-width: 960px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 78px;
  position: relative;
  z-index: 15;
}
@media only screen and (max-width: 1080px) {
  .section--quote p {
    font-size: 52px;
  }
}
@media only screen and (max-width: 540px) {
  .section--quote p {
    font-size: 36px;
  }
}
.section--quote p .link {
  font-size: inherit;
}
.section--quote p .link:after {
  height: 8px;
}
.section--gallery {
  padding: 0;
}
.section--gallery-item {
  position: relative;
  overflow: hidden;
}
.section--gallery-item-quote {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  background-color: #E9DBBE;
  width: 50vw;
  height: 50vw;
  max-height: 840px;
  position: relative;
  float: right;
}
.section--gallery-item-quote .center-inner {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.section--gallery-item-quote:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  margin-right: -0.25em;
  height: 100%;
}
.section--gallery-item-quote-inner {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.section--gallery-item-quote-inner p {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  color: #fff;
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  .section--gallery-item-quote {
    float: none;
    width: 100%;
    height: auto;
    padding: 100px 0;
  }
}
.section--gallery-item-description {
  width: 100%;
  white-space: nowrap;
  text-align: center;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.section--gallery-item-description .center-inner {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.section--gallery-item-description:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  margin-right: -0.25em;
  height: 100%;
}
.section--gallery-item-description-inner {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
  margin: 0 auto;
}
.section--gallery-item-description-inner p {
  font-size: 28px;
  max-width: 480px;
  margin: 0 auto;
  width: 80%;
  white-space: normal;
}
@media only screen and (max-width: 540px) {
  .section--gallery-item-description-inner p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1080px) {
  .section--gallery-item-description {
    position: relative;
    width: 100%;
    padding: 100px 0;
  }
}
.section--gallery-item--right .section--gallery-item-description {
  left: 50%;
}
@media only screen and (max-width: 1080px) {
  .section--gallery-item--right .section--gallery-item-description {
    left: 0;
  }
}
.section--gallery-item--right .section--gallery-item-quote {
  float: left;
  background-color: #D3DDE9;
}
@media only screen and (max-width: 1080px) {
  .section--gallery-item--right .section--gallery-item-quote {
    float: none;
  }
}
.section--gallery-item:after {
  display: block;
  content: '';
  clear: both;
}
.section--footer p.small {
  color: rgba(255, 255, 255, 0.5);
}
.section--footer .button--phone {
  margin-top: 30px;
  margin-right: 10px;
}
.section--footer .button--way {
  margin-top: 10px;
}
.section--footer-links {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  color: #3C444C;
  position: relative;
  width: 100%;
  margin-top: 75px;
}
.section--footer-links-left,
.section--footer-links-right {
  position: absolute;
  left: 0;
}
.section--footer-links-left a,
.section--footer-links-right a {
  color: inherit;
}
@media only screen and (max-width: 540px) {
  .section--footer-links-left,
  .section--footer-links-right {
    position: relative;
  }
}
.section--footer-links-right {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 540px) {
  .section--footer-links-right {
    margin-top: 7px;
  }
}
.section.hero {
  padding-top: 180px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1080px) {
  .section.hero {
    padding-bottom: 120px;
  }
}
.section.hero .section-inner {
  z-index: 20;
}
.section.hero p {
  max-width: 960px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 78px;
}
@media only screen and (max-width: 1080px) {
  .section.hero p {
    font-size: 52px;
  }
}
@media only screen and (max-width: 540px) {
  .section.hero p {
    font-size: 36px;
  }
}
.section.hero p .link {
  font-size: inherit;
}
.section.hero p .link:after {
  height: 8px;
}
.section.hero p a {
  color: inherit;
}
.section.hero p a:hover {
  color: #FFCD00;
}
.section.hero .section-background {
  left: 50%;
  width: 50%;
  height: 100%;
  padding-bottom: 100px;
  bottom: -100px;
  margin-left: -180px;
  padding-right: 180px;
}
@media only screen and (max-width: 1080px) {
  .section.hero .section-background {
    margin-left: 0;
    padding-right: 0;
  }
}
.section.hero .element-circle {
  border-color: #7AAADE;
}
.section.concept .section-background {
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  top: -100px;
  background-color: #FAF9F8;
  z-index: -1;
}
.section.quotefirst .element-circle {
  border-color: #BCA88C;
}
.element-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 10;
  width: 20px;
  height: 20px;
  bottom: 600px;
  left: 50%;
  -webkit-animation: scroll3 35s infinite;
  animation: scroll3 35s infinite;
}
.element-circle:first-child {
  width: 500px;
  height: 500px;
  bottom: -50px;
  left: 10%;
  right: auto;
  -webkit-animation: scroll 30s infinite;
  animation: scroll 30s infinite;
}
.element-circle:last-child {
  width: 200px;
  height: 200px;
  bottom: 300px;
  right: 22%;
  left: auto;
  -webkit-animation: scroll2 40s infinite;
  animation: scroll2 40s infinite;
}
@media only screen and (max-width: 1080px) {
  .element-circle {
    display: none;
  }
}
.overlay {
  white-space: nowrap;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 300;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s, transform 0.75s;
  transform: scale(1.1);
}
.overlay .center-inner {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.overlay:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  margin-right: -0.25em;
  height: 100%;
}
.overlay-inner {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.overlay-inner p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.overlay-inner a {
  color: inherit;
}
.overlay-inner a:hover {
  color: #FFCD00;
}
.overlay-inner-close {
  margin-top: 50px;
  display: inline-block;
}
.overlay.show {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.notice {
  padding: 1px 0;
  display: flex;
  justify-content: center;
}
.notice p {
  margin: 12px;
}
.notice a {
  text-decoration: underline;
}
@-webkit-keyframes scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(50px, 200px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(50px, 200px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes scroll2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-100px, 200px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes scroll2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-100px, 200px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes scroll3 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  30% {
    transform: translate3d(100px, 50px, 0);
  }
  60% {
    transform: translate3d(30px, 100px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes scroll3 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  30% {
    transform: translate3d(100px, 50px, 0);
  }
  60% {
    transform: translate3d(30px, 100px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
