html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #ANIMATION
\*------------------------------------*/
/*------------------------------------*\
  #RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
  #MEDIA QUERRIES
\*------------------------------------*/
/*------------------------------------*\
  #GLOBAL STYLES
\*------------------------------------*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: 190%;
}
@media screen and (max-width: 3840px) {
  html {
    font-size: 95%;
  }
}
@media screen and (max-width: 3650px) {
  html {
    font-size: 90%;
  }
}
@media screen and (max-width: 3350px) {
  html {
    font-size: 85%;
  }
}
@media screen and (max-width: 2900px) {
  html {
    font-size: 75%;
  }
}
@media screen and (max-width: 2560px) {
  html {
    font-size: 70%;
  }
}
@media screen and (max-width: 2048px) {
  html {
    font-size: 65%;
  }
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 1350px) {
  html {
    font-size: 53%;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 57%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 54%;
  }
}
@media (max-width: 520px) {
  html {
    font-size: 48%;
  }
}

::selection {
  background-color: #000000;
  color: #ffffff;
}

body {
  overflow-x: hidden;
}

select::-ms-expand {
  display: none;
}

::-webkit-scrollbar {
  background-color: lightgray;
  width: 1rem;
}

::-webkit-scrollbar-thumb {
  background-color: #000000;
}

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

hr,
.hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

/*------------------------------------*\
  #TYPOGHRAPY
\*------------------------------------*/
body {
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.5rem;
  font-family: "IBM Plex Sans", serif;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  margin: 0 0 0.4em 0;
  font-weight: 700;
  line-height: 1;
}

h1,
.h1 {
  font-size: 5.5rem;
}
@media screen and (max-width: 1023px) {
  h1,
.h1 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 650px) {
  h1,
.h1 {
    font-size: 4.2rem;
  }
}

h2,
.h2 {
  font-size: 4.5rem;
}
@media screen and (max-width: 1023px) {
  h2,
.h2 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 650px) {
  h2,
.h2 {
    font-size: 3.2rem;
  }
}

h3,
.h3 {
  font-size: 3.5rem;
}
@media screen and (max-width: 1023px) {
  h3,
.h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 650px) {
  h3,
.h3 {
    font-size: 2.3rem;
  }
}

h4,
.h4 {
  font-size: 3rem;
}
@media screen and (max-width: 1023px) {
  h4,
.h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 650px) {
  h4,
.h4 {
    font-size: 2rem;
  }
}

h5,
.h5 {
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  h5,
.h5 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 650px) {
  h5,
.h5 {
    font-size: 1.5rem;
  }
}

h6,
.h6 {
  font-size: 1.8rem;
}
@media screen and (max-width: 1023px) {
  h6,
.h6 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 650px) {
  h6,
.h6 {
    font-size: 1.4rem;
  }
}

p,
.p {
  margin: 0 0 1em 0;
  line-height: 1.2;
  color: #000000;
}
p:last-child,
.p:last-child {
  margin-bottom: 0;
}
p strong,
.p strong {
  font-weight: 600;
}
p a,
.p a {
  text-decoration: underline;
  color: #27656B;
}

.strong {
  font-family: "IBM Plex Serif", serif;
  font-weight: 600;
  font-size: 1.8rem;
}

a {
  text-decoration: none;
  color: #000000;
}

small {
  font-size: 1.3rem;
}

/*------------------------------------*\
  #STANDARD BUTTON
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .btn-wrap {
    display: flex;
    flex-direction: column;
  }
}
.btn-wrap a, .btn-wrap button {
  margin-right: 2rem;
}
@media screen and (max-width: 600px) {
  .btn-wrap a, .btn-wrap button {
    margin-right: 0;
    margin-top: 1.5rem;
  }
  .btn-wrap a:first-of-type, .btn-wrap button:first-of-type {
    margin-top: 0;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem 2rem;
  border: 2px solid transparent;
  transition: 0.3s all;
}
.btn:hover span {
  text-decoration: none;
}
.btn span {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  transition: 0.3s all;
}
.btn--rounded {
  border-radius: 10rem;
}
.btn--beige {
  background-color: #FDF5EE;
}
.btn--beige span {
  color: #27656B;
}
.btn--beige:hover {
  background-color: #fae8d7;
}
.btn--beige-dark {
  background-color: #F7D9A2;
}
.btn--beige-dark span {
  color: #000000;
}
.btn--beige-dark:hover {
  background-color: #f5cf8b;
}
.btn--green {
  background-color: #27656B;
}
.btn--green span {
  color: #ffffff;
}
.btn--green:hover {
  background-color: #205358;
}
.btn--white {
  background-color: #ffffff;
}
.btn--white span {
  color: #27656B;
}
.btn--white:hover {
  background-color: #205358;
}
.btn--white:hover span {
  color: #ffffff;
}
.btn--outline-white {
  background-color: transparent;
  border: 2px solid #ffffff;
}
.btn--outline-white span {
  color: #ffffff;
}
.btn--outline-white:hover {
  background-color: #ffffff;
}
.btn--outline-white:hover span {
  color: #27656B;
}
.btn--outline-green {
  background-color: transparent;
  border: 2px solid #27656B;
}
.btn--outline-green span {
  color: #27656B;
}
.btn--outline-green:hover {
  background-color: #205358;
  border: 2px solid #205358;
}
.btn--outline-green:hover span {
  color: #ffffff;
}

/*------------------------------------*\
  #Form
\*------------------------------------*/
.c-form {
  display: flex;
  flex-direction: column;
}
.c-form__row {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .c-form__row {
    margin-bottom: 0;
  }
}
.c-form__row:last-of-type {
  margin-bottom: 0;
}
.c-form__row--name {
  display: flex;
}
@media screen and (max-width: 600px) {
  .c-form__row--name {
    flex-direction: column;
  }
}
.c-form__row--name .c-form__group:nth-of-type(1), .c-form__row--name .c-form__group:nth-of-type(3) {
  width: 40%;
}
@media screen and (max-width: 600px) {
  .c-form__row--name .c-form__group:nth-of-type(1), .c-form__row--name .c-form__group:nth-of-type(3) {
    width: 100%;
  }
}
.c-form__row--name .c-form__group:nth-of-type(2) {
  width: 20%;
  margin: 0 1.5rem;
}
@media screen and (max-width: 600px) {
  .c-form__row--name .c-form__group:nth-of-type(2) {
    width: 100%;
    margin: 0 0 1.5rem;
  }
}
.c-form__row--half {
  display: flex;
}
@media screen and (max-width: 600px) {
  .c-form__row--half {
    flex-direction: column;
  }
}
.c-form__row--half .c-form__group {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .c-form__row--half .c-form__group {
    width: 100%;
  }
}
.c-form__row--half .c-form__group:first-of-type {
  margin-right: 1.5rem;
}
@media screen and (max-width: 600px) {
  .c-form__row--half .c-form__group:first-of-type {
    margin-right: 0;
  }
}
.c-form__row--radio {
  display: flex;
  flex-wrap: wrap;
}
.c-form__row--radio .c-form__group {
  width: auto;
}
.c-form__row--radio .c-form__group .radio-label {
  margin: 0 0 0.5rem;
  font-weight: 500;
}
.c-form__row--radio .c-form__group label {
  display: flex;
}
.c-form__row--radio .c-form__group label input {
  margin-right: 0.5rem;
}
.c-form__row--radio .c-form__group label span {
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .c-form__group {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.c-form__group label {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
  display: flex;
  color: #ffffff;
}
.c-form__group label span a {
  color: #ffffff;
  text-decoration: underline;
}
.c-form__group input, .c-form__group select {
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 1rem;
  padding: 0.5rem 1.5rem;
  height: 5.5rem;
  width: 100%;
  color: #ffffff;
  font-size: 1.7rem;
}
.c-form__group input:focus, .c-form__group select:focus {
  outline: none;
  border: 2px solid #F7D9A2;
}
.c-form__group input[type=checkbox] {
  height: auto;
  width: auto;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  -ms-progress-appearance: checkbox;
  -moz-appearance: checkbox;
  cursor: pointer;
}
.c-form__group textarea {
  width: 100%;
  resize: vertical;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  min-height: 10rem;
  color: #ffffff;
  font-size: 1.7rem;
}
.c-form__group textarea:focus {
  outline: none;
  border: 2px solid #F7D9A2;
}
.c-form__group select {
  cursor: pointer;
}
/*------------------------------------*\
  #Form
\*------------------------------------*/
table {
  width: 100%;
}

th {
  text-align: left;
  font-size: 1.7rem;
}

tr:last-child {
  border-bottom: none;
}

tr:after {
  margin-bottom: 30px;
  content: "";
  display: inline-block;
}
tr:after:last-child {
  display: none;
}

.o-container {
  width: 100%;
  margin: 0 auto;
}
.o-container--primary {
  max-width: 114rem;
}
@media screen and (max-width: 1140px) {
  .o-container--primary {
    max-width: calc(100% - 10rem);
  }
}
@media screen and (max-width: 750px) {
  .o-container--primary {
    max-width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 500px) {
  .o-container--primary {
    max-width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 350px) {
  .o-container--primary {
    max-width: calc(100% - 4rem);
  }
}
.o-container--secondary {
  max-width: 12.7rem;
}
@media (max-width: 1375px) {
  .o-container--secondary {
    max-width: calc(100% - 10rem);
  }
}
@media (max-width: 750px) {
  .o-container--secondary {
    max-width: calc(100% - 8rem);
  }
}
@media (max-width: 500px) {
  .o-container--secondary {
    max-width: calc(100% - 5rem);
  }
}
@media (max-width: 350px) {
  .o-container--secondary {
    max-width: calc(100% - 4rem);
  }
}

.c-header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 15;
  transition: 0.3s all;
}
@media screen and (max-width: 1150px) {
  .c-header--fixed {
    padding: 3rem 5rem;
    position: fixed;
  }
}
@media screen and (max-width: 750px) {
  .c-header--fixed {
    padding: 2rem 4rem;
  }
}
@media screen and (max-width: 500px) {
  .c-header--fixed {
    padding: 1.5rem 2.5rem;
  }
}
@media screen and (max-width: 1150px) {
  .c-header--appointment .u-max-width {
    height: 15rem !important;
    min-height: 15rem !important;
  }
  .c-header--appointment .c-header__logo {
    width: 13rem;
    position: absolute;
    top: auto;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
    max-width: 10rem;
  }
}
@media screen and (max-width: 1150px) {
  .c-header--appointment ul {
    display: flex !important;
  }
}
.c-header--appointment ul li {
  margin: 0 !important;
}
@media screen and (max-width: 1350px) {
  .c-header--appointment ul li {
    margin-left: 5rem !important;
  }
}
@media screen and (max-width: 1150px) {
  .c-header--appointment ul li {
    margin: 0 !important;
  }
}
.c-header .u-max-width {
  height: 18rem;
  min-height: 18rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: 0.3s all;
}
@media screen and (max-width: 1150px) {
  .c-header .u-max-width {
    height: initial !important;
    min-height: initial !important;
  }
}
.c-header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8rem;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .c-header__nav {
    padding: 0 7rem;
  }
}
@media screen and (max-width: 1350px) {
  .c-header__nav {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 1150px) {
  .c-header__nav {
    padding: 0;
  }
}
.c-header__nav ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1150px) {
  .c-header__nav ul {
    display: none;
  }
}
.c-header__nav ul li a {
  color: #ffffff;
  font-size: 1.8rem;
  transition: 0.3s all;
  cursor: pointer;
}
.c-header__nav ul li a:hover {
  text-decoration: underline;
}
.c-header__nav ul .current_page_item a {
  color: #F7D9A2;
  text-decoration: underline;
}
.c-header__nav ul:first-of-type li {
  margin: 0 5rem 0 0;
}
.c-header__nav ul:last-of-type li {
  margin: 0 0 0 5rem;
}
.c-header__logo {
  width: 19rem;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
@media screen and (max-width: 1150px) {
  .c-header__logo {
    position: relative;
    top: initial !important;
    left: initial;
    right: initial;
    margin: initial;
    width: 15rem;
  }
}
@media screen and (max-width: 600px) {
  .c-header__logo {
    width: 10rem;
  }
}
@media screen and (max-width: 400px) {
  .c-header__logo {
    width: 8rem;
  }
}
.c-header__logo svg {
  width: 19rem;
  height: 13rem;
  transition: 0.3s all;
}
@media screen and (max-width: 1150px) {
  .c-header__logo svg {
    width: 15rem;
    height: 10rem;
  }
}
.c-header__logo svg path, .c-header__logo svg mask {
  transition: 0.3s all;
}
.c-header__button {
  padding: 0 1.75rem;
  height: 40px;
  min-height: 40px;
  display: none;
}
@media screen and (max-width: 1150px) {
  .c-header__button {
    display: inline-flex;
  }
}
@media screen and (max-width: 600px) {
  .c-header__button {
    height: 35px;
    min-height: 35px;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .c-header__button {
    height: 30px;
    min-height: 30px;
    padding: 0 1.25rem;
  }
  .c-header__button span {
    font-size: 1.5rem;
  }
}
.c-header__menu-button {
  height: 40px;
  min-height: 40px;
  padding: 0 1.75rem;
  border: 2px solid white;
  display: none;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1150px) {
  .c-header__menu-button {
    display: inline-flex;
  }
  .c-header__menu-button:hover {
    background-color: inherit;
    box-shadow: inherit;
  }
  .c-header__menu-button:hover span {
    color: #ffffff;
  }
}
@media screen and (max-width: 600px) {
  .c-header__menu-button {
    height: 35px;
    min-height: 35px;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .c-header__menu-button {
    height: 30px;
    min-height: 30px;
    padding: 0 1.25rem;
  }
  .c-header__menu-button span {
    font-size: 1.5rem;
  }
}
.c-header__menu-button span {
  line-height: 1;
}
.c-header__menu-button figure {
  display: flex;
  align-items: center;
  margin-left: 3px;
  margin-top: 2px;
}
@media screen and (max-width: 400px) {
  .c-header__menu-button figure {
    margin-top: 0;
  }
}
.c-header__menu-button figure span {
  width: 11px;
  height: 11px;
  min-width: 11px;
  min-height: 11px;
  border-radius: 50%;
  border: 2px solid white;
  margin-left: 3px;
  transition: 0.3s all;
}
@media screen and (max-width: 400px) {
  .c-header__menu-button figure span {
    width: 9px;
    height: 9px;
    min-width: 9px;
    min-height: 9px;
  }
}
.c-header__menu-button:hover figure span {
  border: 2px solid #27656B;
}
@media screen and (max-width: 1150px) {
  .c-header__menu-button:hover figure span {
    border: 2px solid #ffffff;
  }
}
@media screen and (max-width: 1150px) {
  .c-header--appointment .u-max-width {
    height: 8rem !important;
    min-height: 8rem !important;
  }
  .c-header--appointment .c-header__logo {
    width: 13rem;
    position: absolute;
    top: auto;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
    max-width: 10rem;
  }
}
@media screen and (max-width: 650px) {
  .c-header--appointment .u-max-width {
    height: 5rem !important;
    min-height: 5rem !important;
  }
  .c-header--appointment .c-header__logo {
    width: 8rem !important;
  }
}
@media screen and (max-width: 1150px) {
  .c-header--appointment ul {
    display: flex !important;
  }
}
.c-header--appointment ul li {
  margin: 0 !important;
}
@media screen and (max-width: 1350px) {
  .c-header--appointment ul li {
    margin-left: 5rem !important;
  }
}
@media screen and (max-width: 1150px) {
  .c-header--appointment ul li {
    margin: 0 !important;
  }
}

@media screen and (max-width: 1150px) {
  .headerActive {
    background-color: #ffffff;
    padding: 1.5rem 3rem;
  }
  .headerActive .c-header__button {
    background-color: #27656B;
  }
  .headerActive .c-header__button span {
    color: #ffffff;
  }
  .headerActive .c-header__menu-button {
    border: 2px solid #27656B;
  }
  .headerActive .c-header__menu-button span {
    color: #27656B;
  }
  .headerActive .c-header__menu-button figure span {
    border: 2px solid #27656B;
  }
}
@media screen and (max-width: 750px) {
  .headerActive {
    padding: 1.5rem 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .headerActive {
    padding: 1.5rem 2rem;
  }
}
.headerActive .u-max-width {
  height: 10rem;
  min-height: 10rem;
  background-color: #ffffff;
}
@media screen and (max-width: 1150px) {
  .headerActive .u-max-width {
    background-color: transparent;
  }
}
.headerActive ul li a {
  color: #27656B;
}
.headerActive .c-header__logo {
  width: 10rem;
  top: 1.4rem;
  padding: 0.1rem 0;
}
.headerActive .c-header__logo svg {
  width: 10rem;
  height: 7.2rem;
  padding: 0.1rem 0;
}
@media screen and (max-width: 500px) {
  .headerActive .c-header__logo svg {
    width: 8rem;
    height: 5.2rem;
  }
}
.headerActive .c-header__logo svg path, .headerActive .c-header__logo svg mask {
  fill: #27656B;
}

.menuActive .c-header__button {
  background-color: #ffffff;
}
.menuActive .c-header__button span {
  color: #27656B;
}
.menuActive .c-header__logo svg path, .menuActive .c-header__logo svg mask {
  fill: #ffffff;
}
.menuActive .c-header__menu-button {
  border: 2px solid white;
}
.menuActive .c-header__menu-button span {
  color: white;
}
.menuActive .c-header__menu-button figure span {
  border: 2px solid white;
}

.c-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background-color: #27656B;
  z-index: 14;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
}
.c-menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.5s all;
  opacity: 0;
  background-image: url("../images/zoon-pattern.png");
  background-repeat: repeat;
}
.c-menu__nav {
  z-index: 2;
  margin: 4rem 0;
  padding: 0 0 0 4rem;
}
@media screen and (max-width: 600px) {
  .c-menu__nav {
    padding: 0 0 0 2rem;
  }
}
.c-menu__nav ul {
  margin-bottom: 4rem;
}
.c-menu__nav ul li {
  margin: 2rem 0;
}
.c-menu__nav ul li a {
  font-size: 2.5rem;
  color: #ffffff;
}
.c-menu__nav address {
  font-style: normal;
  display: flex;
  flex-direction: column;
}
.c-menu__nav address span {
  font-size: 1.8rem;
  color: #ffffff;
}
.c-menu__button {
  width: 100%;
  z-index: 2;
}

.menuActive .c-menu {
  opacity: 1;
  pointer-events: all;
}
.menuActive .c-menu__bg {
  opacity: 1;
}
.menuActive .c-header {
  background-color: transparent;
}
.menuActive .c-header__menu-button figure span {
  background-color: #ffffff;
}

.noScroll {
  overflow: hidden;
}

.c-search-results__intro {
  padding: 5rem 0;
}
@media screen and (max-width: 500px) {
  .c-search-results__intro {
    padding: 4rem 0;
  }
}
.c-search-results__intro .o-container {
  display: flex;
  flex-direction: column;
}
.c-search-results__intro h1 {
  margin: 0;
  font-family: "Merlod-Regular", serif;
  font-weight: 300;
}
.c-search-results__intro h1 strong {
  font-size: 600;
}
.c-search-results__intro p {
  margin: 0;
}
.c-search-results__wrap {
  padding: 5rem 0;
}
@media screen and (max-width: 500px) {
  .c-search-results__wrap {
    padding: 3rem 0;
  }
}
.c-search-results__single {
  background-color: #ffffff;
  border: 2px solid #000000;
  padding: 4rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 700px) {
  .c-search-results__single {
    padding: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .c-search-results__single {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-search-results__single:last-of-type {
  margin-bottom: 0;
}
.c-search-results__single__image {
  display: flex;
  margin-right: 5rem;
}
@media screen and (max-width: 700px) {
  .c-search-results__single__image {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .c-search-results__single__image {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.c-search-results__single__image img {
  max-width: 15rem;
  max-height: 15rem;
}
@media screen and (max-width: 700px) {
  .c-search-results__single__image img {
    max-width: 10rem;
    max-height: 10rem;
  }
}
@media screen and (max-width: 550px) {
  .c-search-results__single__image img {
    max-width: 8rem;
    max-height: 8rem;
  }
}
.c-search-results__single__text {
  display: flex;
  width: 100%;
}
.c-search-results__single__text a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: calc(100% - 7.5rem);
}
.c-search-results__single__text a h2 {
  margin: 0;
  font-size: 3.5rem;
}
@media screen and (max-width: 700px) {
  .c-search-results__single__text a h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 550px) {
  .c-search-results__single__text a h2 {
    font-size: 2.5rem;
  }
}
.c-search-results__single__text a h2:hover {
  text-decoration: underline;
}
.c-search-results__single__text a p {
  margin: 1rem 0 0;
}
@media screen and (max-width: 700px) {
  .c-search-results__single__text a p {
    display: none;
  }
}
.c-search-results__single i {
  position: absolute;
  right: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .c-search-results__single i {
    right: 2rem;
  }
}

.c-hero {
  min-height: 82.5rem;
  height: 82.5rem;
}
@media screen and (max-width: 600px) {
  .c-hero {
    min-height: 80vh;
    height: 80vh;
  }
}
.c-hero--article {
  min-height: initial;
  height: auto;
}
.c-hero--article .u-max-width {
  padding: 30rem 0 10rem;
  background-color: #27656B;
  background-image: url("../../../images/zoon-pattern.png");
  background-repeat: repeat;
}
@media screen and (max-width: 1150px) {
  .c-hero--article .u-max-width {
    padding: 25rem 0 5rem;
  }
}
@media screen and (max-width: 600px) {
  .c-hero--article .u-max-width {
    padding: 20rem 0 5rem !important;
  }
}
.c-hero--article .c-hero__text {
  max-width: 100%;
}
.c-hero--article .c-hero__text h1 {
  font-size: 7rem;
}
@media screen and (max-width: 1150px) {
  .c-hero--article .c-hero__text h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .c-hero--article .c-hero__text h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .c-hero--article .c-hero__text h1 {
    font-size: 3.5rem;
  }
}
.c-hero--article .c-hero__text p {
  font-size: 1.7rem;
  font-weight: 300;
  max-width: 85rem;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .c-hero--article .c-hero__text p {
    display: flex;
  }
}
.c-hero--small {
  min-height: 64rem;
  height: 64rem;
}
@media screen and (max-width: 600px) {
  .c-hero--small {
    min-height: auto;
    height: auto;
  }
  .c-hero--small .u-max-width {
    padding-top: 12rem;
  }
}
.c-hero--small .o-container {
  margin-top: 5rem;
}
.c-hero--small .c-hero__text {
  max-width: 93.3rem;
}
.c-hero--small .c-hero__text h1 {
  font-size: 6.9rem;
}
@media screen and (max-width: 1023px) {
  .c-hero--small .c-hero__text h1 {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 600px) {
  .c-hero--small .c-hero__text h1 {
    font-size: 4.3rem;
  }
}
.c-hero--extra-small {
  min-height: auto;
  height: auto;
}
.c-hero--extra-small .u-max-width {
  padding: 15rem 0 12rem;
}
@media screen and (max-width: 1023px) {
  .c-hero--extra-small .u-max-width {
    padding: 13rem 0 10rem !important;
  }
}
@media screen and (max-width: 600px) {
  .c-hero--extra-small .u-max-width {
    padding: 10rem 0 5rem !important;
  }
}
.c-hero--extra-small .o-container {
  margin-top: 7.5rem;
}
.c-hero--extra-small .c-hero__text {
  max-width: 93.3rem;
}
.c-hero--extra-small .c-hero__text h1 {
  font-size: 6.9rem;
}
@media screen and (max-width: 1023px) {
  .c-hero--extra-small .c-hero__text h1 {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 600px) {
  .c-hero--extra-small .c-hero__text h1 {
    font-size: 4.3rem;
  }
}
.c-hero--green .u-max-width {
  background-color: #27656B;
}
.c-hero--contact .c-hero__float {
  bottom: 1rem;
}
.c-hero--visual {
  min-height: 77rem;
  height: 77rem;
  position: relative;
  z-index: 2;
  margin-bottom: 21rem;
}
@media screen and (max-width: 1150px) {
  .c-hero--visual {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 950px) {
  .c-hero--visual {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 900px) {
  .c-hero--visual {
    margin-bottom: 18rem;
  }
}
@media screen and (max-width: 550px) {
  .c-hero--visual {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 350px) {
  .c-hero--visual {
    margin-bottom: 18rem;
  }
}
.c-hero--visual .u-max-width {
  display: flex;
  flex-direction: column;
}
.c-hero--visual .c-hero__heading {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15rem;
  color: #ffffff;
  font-family: "IBM Plex Serif", serif;
  margin-right: 14rem;
}
@media screen and (max-width: 1150px) {
  .c-hero--visual .c-hero__heading {
    font-size: 12.5rem;
  }
}
@media screen and (max-width: 950px) {
  .c-hero--visual .c-hero__heading {
    position: relative;
    top: initial;
    left: initial;
    order: 1;
    font-size: 10rem;
    max-width: 100%;
    display: flex;
    margin: 0 0 0 4rem;
  }
}
@media screen and (max-width: 750px) {
  .c-hero--visual .c-hero__heading {
    font-size: 8rem;
  }
}
@media screen and (max-width: 600px) {
  .c-hero--visual .c-hero__heading {
    font-size: 5rem;
  }
}
@media screen and (max-width: 500px) {
  .c-hero--visual .c-hero__heading {
    margin: 0 0 0 2.5rem;
  }
}
@media screen and (max-width: 350px) {
  .c-hero--visual .c-hero__heading {
    margin: 0 0 0 2rem;
  }
}
.c-hero--visual .c-hero__text {
  max-width: 46.5rem;
  padding: 3.5rem;
  background-color: #27656B;
  margin-top: 23rem;
}
@media screen and (max-width: 1150px) {
  .c-hero--visual .c-hero__text {
    max-width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .c-hero--visual .c-hero__text {
    order: 2;
    margin-top: 0;
    padding: 4rem;
  }
}
@media screen and (max-width: 500px) {
  .c-hero--visual .c-hero__text {
    padding: 3rem 2.5rem;
  }
}
@media screen and (max-width: 350px) {
  .c-hero--visual .c-hero__text {
    padding: 3rem 2rem;
  }
}
.c-hero--visual .c-hero__text .strong {
  font-size: 1.8rem;
}
.c-hero--visual .c-hero__text p {
  font-size: 1.5rem;
  font-weight: 300;
  color: #DBC2A7;
}
@media screen and (max-width: 600px) {
  .c-hero--visual .c-hero__text p {
    display: block;
  }
}
.c-hero__visual-wrap {
  margin-top: 20rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .c-hero__visual-wrap {
    flex-direction: column;
    margin-top: 17.5rem;
  }
}
.c-hero__visual {
  width: 83rem;
  height: 56rem;
  min-width: 83rem;
  min-height: 56rem;
  margin-right: 5rem;
  transform: translateY(12rem);
}
@media screen and (max-width: 1150px) {
  .c-hero__visual {
    width: 63rem;
    min-width: 63rem;
    height: 43rem;
    min-height: 43rem;
    transform: translateY(9rem);
    margin-right: 0;
  }
}
@media screen and (max-width: 950px) {
  .c-hero__visual {
    order: 3;
    transform: translateY(0);
  }
}
@media screen and (max-width: 750px) {
  .c-hero__visual {
    width: calc(100% - 6rem);
    min-width: calc(100% - 6rem);
  }
}
.c-hero .u-max-width {
  position: relative;
  height: 100%;
}
.c-hero__bg {
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.c-hero__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .c-hero__bg-image {
    display: none;
  }
}
.c-hero__bg-image--responsive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 600px) {
  .c-hero__bg-image--responsive {
    display: block;
  }
}
.c-hero .u-max-width {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .c-hero .u-max-width {
    align-items: flex-end;
    padding-bottom: 13rem;
  }
}
.c-hero__name {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.c-hero__name span {
  text-transform: uppercase;
  font-weight: 700;
  color: #DBC2A7;
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
  line-height: 1;
}
.c-hero__name small {
  text-transform: none !important;
  font-weight: 300 !important;
  color: #ffffff;
  font-size: 1.5rem !important;
}
.c-hero__float {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  .c-hero__float {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .c-hero__float {
    padding: 4rem;
  }
}
@media screen and (max-width: 500px) {
  .c-hero__float {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 350px) {
  .c-hero__float {
    padding: 2rem;
  }
}
.c-hero .c-review-block {
  margin-right: 3rem;
}
@media screen and (max-width: 850px) {
  .c-hero .c-review-block {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.c-hero__message {
  font-size: 1.8rem;
  color: #ffffff;
}
.c-hero .o-container {
  position: relative;
  z-index: 2;
}
.c-hero__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 85rem;
}
.c-hero__text small {
  font-weight: 300;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1rem;
}
.c-hero__text h1 {
  margin-bottom: 1.5rem;
  font-size: 7rem;
  color: #ffffff;
  font-family: "IBM Plex Serif", serif;
}
@media screen and (max-width: 600px) {
  .c-hero__text h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 400px) {
  .c-hero__text h1 {
    font-size: 4rem;
  }
}
.c-hero__text p {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  .c-hero__text p {
    display: none;
  }
}
.c-hero__text .btn-wrap {
  margin-top: 2.5rem;
}
@media screen and (max-width: 600px) {
  .c-hero__text .btn-wrap {
    display: flex;
    flex-direction: column;
  }
  .c-hero__text .btn-wrap a, .c-hero__text .btn-wrap button {
    margin-top: 1.5rem;
  }
  .c-hero__text .btn-wrap a:first-of-type, .c-hero__text .btn-wrap button:first-of-type {
    margin-top: 0;
  }
}

.gb-container table tr {
  border-top: 1px solid #27656B;
  border-right: 1px solid #27656B;
}
.gb-container table tr td {
  border-left: 1px solid #27656B;
  border-bottom: 1px solid #27656B;
  padding: 0.5rem 1rem;
  color: #27656B;
}
.gb-container .wp-block-buttons {
  max-width: 114rem;
  margin: 5rem auto;
}
@media screen and (max-width: 1150px) {
  .gb-container .wp-block-buttons {
    max-width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 500px) {
  .gb-container .wp-block-buttons {
    max-width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 350px) {
  .gb-container .wp-block-buttons {
    max-width: calc(100% - 4rem);
  }
}
.gb-container .wp-block-buttons .wp-block-button__link {
  background-color: #27656B;
  padding: 1.5rem 2.5rem;
  border-radius: 0.5rem;
  transition: 0.4s all;
  font-size: 1.8rem;
  text-align: center;
  color: white;
}
.gb-container div:first-child {
  margin-top: 0;
}
.gb-container div:last-child {
  margin-bottom: 0;
}
.gb-container ul, .gb-container ol {
  padding-left: 2rem;
}
.gb-container .wp-block-quote {
  max-width: 114rem;
  margin: 5rem auto;
  padding: 4rem;
  background: #27656B;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .gb-container .wp-block-quote {
    max-width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 500px) {
  .gb-container .wp-block-quote {
    max-width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 350px) {
  .gb-container .wp-block-quote {
    max-width: calc(100% - 4rem);
  }
}
.gb-container .wp-block-quote p {
  color: #fff;
  font-size: 2.2rem;
  font-style: italic;
  line-height: 1.5;
}
.gb-container .wp-block-quote cite {
  font-size: 1.8rem;
  color: #27656B;
  font-style: normal;
}
.gb-container .wp-block-quote h1, .gb-container .wp-block-quote h2, .gb-container .wp-block-quote h3, .gb-container .wp-block-quote h4, .gb-container .wp-block-quote h5, .gb-container .wp-block-quote h6, .gb-container .wp-block-quote p, .gb-container .wp-block-quote ul, .gb-container .wp-block-quote ol, .gb-container .wp-block-quote span, .gb-container .wp-block-quote small {
  max-width: 100% !important;
}
.gb-container .wp-block-media-text {
  max-width: 114rem;
  margin: 5rem auto;
}
@media screen and (max-width: 1150px) {
  .gb-container .wp-block-media-text {
    max-width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 500px) {
  .gb-container .wp-block-media-text {
    max-width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 350px) {
  .gb-container .wp-block-media-text {
    max-width: calc(100% - 4rem);
  }
}
.gb-container .wp-block-media-text .wp-block-media-text__content {
  padding-right: 0;
  padding-left: 8%;
}
.gb-container .wp-block-media-text h1, .gb-container .wp-block-media-text h2, .gb-container .wp-block-media-text h3, .gb-container .wp-block-media-text h4, .gb-container .wp-block-media-text h5, .gb-container .wp-block-media-text h6, .gb-container .wp-block-media-text p, .gb-container .wp-block-media-text ul, .gb-container .wp-block-media-text ol, .gb-container .wp-block-media-text span, .gb-container .wp-block-media-text small {
  max-width: 100% !important;
}
.gb-container .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 8%;
}
.gb-container .wp-block-gallery {
  max-width: 114rem;
  margin: 5rem auto;
}
@media screen and (max-width: 1150px) {
  .gb-container .wp-block-gallery {
    max-width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 500px) {
  .gb-container .wp-block-gallery {
    max-width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 350px) {
  .gb-container .wp-block-gallery {
    max-width: calc(100% - 4rem);
  }
}
.gb-container .wp-block-gallery .blocks-gallery-grid {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.gb-container .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
  max-height: 30rem;
}
.gb-container .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:before {
  display: none;
}
.gb-container .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gb-container .wp-block-gallery h1, .gb-container .wp-block-gallery h2, .gb-container .wp-block-gallery h3, .gb-container .wp-block-gallery h4, .gb-container .wp-block-gallery h5, .gb-container .wp-block-gallery h6, .gb-container .wp-block-gallery p, .gb-container .wp-block-gallery ul, .gb-container .wp-block-gallery ol, .gb-container .wp-block-gallery span, .gb-container .wp-block-gallery small {
  max-width: 100% !important;
}
.gb-container .wp-block-embed {
  max-width: 114rem;
  margin: 5rem auto;
}
@media screen and (max-width: 1150px) {
  .gb-container .wp-block-embed {
    max-width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 500px) {
  .gb-container .wp-block-embed {
    max-width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 350px) {
  .gb-container .wp-block-embed {
    max-width: calc(100% - 4rem);
  }
}
.gb-container .wp-block-embed .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 50rem;
}
.gb-container .wp-block-embed h1, .gb-container .wp-block-embed h2, .gb-container .wp-block-embed h3, .gb-container .wp-block-embed h4, .gb-container .wp-block-embed h5, .gb-container .wp-block-embed h6, .gb-container .wp-block-embed p, .gb-container .wp-block-embed ul, .gb-container .wp-block-embed ol, .gb-container .wp-block-embed span, .gb-container .wp-block-embed small {
  max-width: 100% !important;
}
.gb-container figure.wp-block-image {
  max-width: 114rem;
  margin: 5rem auto;
  max-height: 50rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1150px) {
  .gb-container figure.wp-block-image {
    max-width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 500px) {
  .gb-container figure.wp-block-image {
    max-width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 350px) {
  .gb-container figure.wp-block-image {
    max-width: calc(100% - 4rem);
  }
}
.gb-container figure.wp-block-image img {
  width: 100%;
  height: auto;
}
.gb-container figure.wp-block-image h1, .gb-container figure.wp-block-image h2, .gb-container figure.wp-block-image h3, .gb-container figure.wp-block-image h4, .gb-container figure.wp-block-image h5, .gb-container figure.wp-block-image h6, .gb-container figure.wp-block-image p, .gb-container figure.wp-block-image ul, .gb-container figure.wp-block-image ol, .gb-container figure.wp-block-image span, .gb-container figure.wp-block-image small {
  max-width: 100% !important;
}
.gb-container .wp-block-columns {
  max-width: 114rem;
  margin: 5rem auto;
}
@media screen and (max-width: 1150px) {
  .gb-container .wp-block-columns {
    max-width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 500px) {
  .gb-container .wp-block-columns {
    max-width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 350px) {
  .gb-container .wp-block-columns {
    max-width: calc(100% - 4rem);
  }
}
.gb-container .wp-block-columns .wp-block-column figure {
  margin: 0;
}
.gb-container .wp-block-columns h1, .gb-container .wp-block-columns h2, .gb-container .wp-block-columns h3, .gb-container .wp-block-columns h4, .gb-container .wp-block-columns h5, .gb-container .wp-block-columns h6, .gb-container .wp-block-columns p, .gb-container .wp-block-columns ul, .gb-container .wp-block-columns ol, .gb-container .wp-block-columns span, .gb-container .wp-block-columns small {
  max-width: 100% !important;
}
.gb-container .c-accordion {
  max-width: 114rem;
  margin: 5rem auto;
}
@media screen and (max-width: 1150px) {
  .gb-container .c-accordion {
    max-width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 500px) {
  .gb-container .c-accordion {
    max-width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 350px) {
  .gb-container .c-accordion {
    max-width: calc(100% - 4rem);
  }
}
.gb-container .c-accordion h1, .gb-container .c-accordion h2, .gb-container .c-accordion h3, .gb-container .c-accordion h4, .gb-container .c-accordion h5, .gb-container .c-accordion h6, .gb-container .c-accordion p, .gb-container .c-accordion ul, .gb-container .c-accordion ol, .gb-container .c-accordion span, .gb-container .c-accordion small {
  max-width: 100% !important;
}

.c-hero-visual {
  position: relative;
}
.c-hero-visual:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 3rem;
  min-height: 3rem;
  background-color: #FDF5EE;
}
.c-hero-visual--green .u-max-width {
  background-color: #27656B;
}
.c-hero-visual--green .u-max-width .c-hero-visual__text .strong {
  color: #DBC2A7;
}
.c-hero-visual--green .u-max-width .c-hero-visual__text p {
  color: #ffffff;
}
.c-hero-visual--pattern .u-max-width {
  background-image: url("../images/zoon-pattern.png");
  background-repeat: repeat;
}
.c-hero-visual .u-max-width {
  padding-top: 20rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .c-hero-visual .u-max-width {
    padding-top: 15rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 900px) {
  .c-hero-visual .u-max-width {
    flex-direction: column;
    padding-bottom: 5rem;
  }
}
.c-hero-visual__image {
  margin-right: 5rem;
  max-width: 50rem;
}
@media screen and (max-width: 1023px) {
  .c-hero-visual__image {
    max-width: 30rem;
  }
}
@media screen and (max-width: 900px) {
  .c-hero-visual__image {
    max-width: 20rem;
    margin-right: 0;
    margin-left: 5rem;
  }
}
.c-hero-visual__text {
  width: 100%;
  max-width: 51rem;
  background-color: #27656B;
  padding: 5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 900px) {
  .c-hero-visual__text {
    max-width: 100%;
    margin-top: 0;
    padding: 3rem 5rem 5rem;
  }
}

.c-profile-slider {
  position: relative;
}
.c-profile-slider__heading {
  font-size: 15rem;
  color: #DBC2A7;
  font-family: "IBM Plex Serif", serif;
  text-align: right;
  padding-right: 5rem;
  margin-bottom: -20rem;
  position: relative;
  z-index: 11;
  pointer-events: none;
}
@media screen and (max-width: 1150px) {
  .c-profile-slider__heading {
    font-size: 13rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-profile-slider__heading {
    margin-bottom: 3rem;
    text-align: left;
    margin-left: 4rem;
    font-size: 8rem;
  }
}
@media screen and (max-width: 600px) {
  .c-profile-slider__heading {
    font-size: 6rem;
  }
}
.c-profile-slider__single {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .c-profile-slider__single {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-profile-slider__single__image {
  width: 100%;
  max-width: 44rem;
  min-height: 65rem;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .c-profile-slider__single__image {
    max-width: 100%;
    width: auto;
    min-height: auto;
    margin-left: 5rem;
    margin-bottom: 3rem;
  }
}
.c-profile-slider__single__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 55rem;
  margin-left: 7.5rem;
  padding-bottom: 13rem;
}
@media screen and (max-width: 1023px) {
  .c-profile-slider__single__text {
    max-width: 85%;
    width: auto;
    margin-left: 5rem;
    padding-bottom: 0;
  }
}
.c-profile-slider__single__text h1, .c-profile-slider__single__text h2, .c-profile-slider__single__text h3, .c-profile-slider__single__text h4, .c-profile-slider__single__text h5, .c-profile-slider__single__text h6 {
  font-size: 3.9rem;
}
.c-profile-slider__single__text h1 q, .c-profile-slider__single__text h2 q, .c-profile-slider__single__text h3 q, .c-profile-slider__single__text h4 q, .c-profile-slider__single__text h5 q, .c-profile-slider__single__text h6 q {
  font-family: "IBM Plex Serif", serif;
  quotes: none;
}
.c-profile-slider__single__text blockquote {
  padding: 0;
  margin: 0 0 1.5rem;
  font-weight: 300;
}
.c-profile-slider__single__text div {
  display: flex;
  flex-direction: column;
}
.c-profile-slider__single__text div span {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
}
.c-profile-slider__single__text div small {
  font-size: 1.5rem;
  font-weight: 300;
}
.c-profile-slider__nav {
  display: flex;
  align-items: center;
  flex-direction: row !important;
  justify-content: center;
  position: absolute;
  bottom: 3.5rem;
  left: 8rem;
  right: 0;
  margin: auto;
  z-index: 11;
}
@media screen and (max-width: 1023px) {
  .c-profile-slider__nav {
    position: relative;
    bottom: initial;
    left: initial;
    margin-top: 5rem;
  }
}
.c-profile-slider__nav button {
  width: 5.5rem;
  height: 5.5rem;
  min-width: 5.5rem;
  min-height: 5.5rem;
  border-radius: 50%;
  border: 2px solid #27656B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.75rem;
  background: transparent;
}
.c-profile-slider__nav button svg g path {
  fill: #27656B;
}
.c-profile-slider__nav button:hover {
  background-color: #27656B;
  border: 2px solid #27656B;
}
.c-profile-slider__nav button:hover svg g path {
  fill: #FDF5EE;
}

.c-content {
  padding: 5rem 0;
}
.c-content h1, .c-content h2, .c-content h3, .c-content h4, .c-content h5, .c-content h6, .c-content p, .c-content ul, .c-content ol, .c-content span, .c-content small {
  max-width: 114rem;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .c-content h1, .c-content h2, .c-content h3, .c-content h4, .c-content h5, .c-content h6, .c-content p, .c-content ul, .c-content ol, .c-content span, .c-content small {
    max-width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 500px) {
  .c-content h1, .c-content h2, .c-content h3, .c-content h4, .c-content h5, .c-content h6, .c-content p, .c-content ul, .c-content ol, .c-content span, .c-content small {
    max-width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 350px) {
  .c-content h1, .c-content h2, .c-content h3, .c-content h4, .c-content h5, .c-content h6, .c-content p, .c-content ul, .c-content ol, .c-content span, .c-content small {
    max-width: calc(100% - 4rem);
  }
}
.c-content p, .c-content ul, .c-content ol, .c-content span, .c-content small {
  margin-bottom: 2rem;
  font-weight: 300;
}
.c-content h1, .c-content h2, .c-content h3, .c-content h4, .c-content h5, .c-content h6 {
  color: #27656B;
  font-family: "IBM Plex Serif", serif;
  margin-bottom: 1rem;
}
.c-content .c-accordion {
  margin: 3rem auto;
  max-width: 114rem;
}
.c-content .c-image-slider {
  background-color: #27656B;
  padding-top: 8rem;
  margin: 3rem 0;
  position: relative;
}
.c-content .c-image-slider h1, .c-content .c-image-slider h2, .c-content .c-image-slider h3, .c-content .c-image-slider h4, .c-content .c-image-slider h5, .c-content .c-image-slider h6 {
  margin: 0 0 1rem;
}
.c-content .c-image-slider p {
  margin: 0;
}
.c-content .c-image-slider ul {
  max-width: initial;
}
.c-content .c-image-slider:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 6.5rem;
  min-height: 6.5rem;
  background-color: #FDF5EE;
}
@media screen and (max-width: 1350px) {
  .c-content .c-image-slider:after {
    height: 14rem;
    min-height: 14rem;
  }
}

.c-accordion__single {
  background-color: white;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
.c-accordion__single__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-accordion__single__header h2, .c-accordion__single__header h3, .c-accordion__single__header h4, .c-accordion__single__header h5, .c-accordion__single__header h6 {
  color: #27656B;
  font-size: 2.2rem;
  margin: initial;
  margin-right: 2rem;
  max-width: initial;
}
.c-accordion__single__header div {
  width: 2.8rem;
  height: 2.8rem;
  min-width: 2.8rem;
  min-height: 2.8rem;
  border-radius: 50%;
  background-color: #F7D9A2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-accordion__single__header div figure {
  width: 1.4rem;
  height: 0.3rem;
  background-color: #27656B;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.c-accordion__single__header div figure:nth-of-type(2) {
  transform: rotate(90deg);
}
.c-accordion__single__content {
  display: none;
  padding: 1rem 0 2rem;
}
.c-accordion__single__content p {
  color: white;
  margin: 0;
}
.c-accordion .accordionActive {
  background-color: #27656B;
  padding: 1.5rem 1.5rem 0 2.5rem;
}
.c-accordion .accordionActive .c-accordion__single__header h2, .c-accordion .accordionActive .c-accordion__single__header h3, .c-accordion .accordionActive .c-accordion__single__header h4, .c-accordion .accordionActive .c-accordion__single__header h5, .c-accordion .accordionActive .c-accordion__single__header h6 {
  color: white;
}
.c-accordion .accordionActive .c-accordion__single__header div figure:nth-of-type(2) {
  opacity: 0;
}
.c-accordion .accordionActive .c-accordion__single__content {
  display: flex;
  flex-direction: column;
}

.c-project .u-max-width {
  display: flex;
  align-items: center;
  background-color: #27656B;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-project .u-max-width {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-project__text {
  display: flex;
  max-width: initial;
  margin-right: -9.2rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .c-project__text {
    margin-right: 0;
    order: 2;
    flex-direction: column;
  }
}
.c-project__text article {
  min-height: 49rem;
  min-width: 64.5rem;
  width: 100%;
  background-color: #262A2C;
  padding: 4rem 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1450px) {
  .c-project__text article {
    min-width: auto;
    padding: 4rem 7.5rem;
  }
}
@media screen and (max-width: 1150px) {
  .c-project__text article {
    padding: 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-project__text article {
    min-height: auto;
    padding: 5rem;
    order: 2;
  }
}
@media screen and (max-width: 600px) {
  .c-project__text article {
    padding: 4rem;
  }
}
.c-project__text article h2, .c-project__text article h3, .c-project__text article h4, .c-project__text article h5, .c-project__text article h6 {
  color: #DBC2A7;
  font-size: 4.5rem;
  font-family: "IBM Plex Serif", serif;
  font-weight: 700;
}
@media screen and (max-width: 1150px) {
  .c-project__text article h2, .c-project__text article h3, .c-project__text article h4, .c-project__text article h5, .c-project__text article h6 {
    font-size: 3.5rem;
  }
}
.c-project__text article p {
  color: #ffffff;
  font-weight: 300;
}
.c-project__text article div {
  display: flex;
  flex-direction: column;
}
.c-project__text article div span {
  color: #ffffff;
  font-weight: 700;
}
.c-project__text article div small {
  color: #ffffff;
}
.c-project__text .c-project__buttons {
  width: 9.2rem;
  min-width: 9.2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .c-project__text .c-project__buttons {
    width: 100%;
    height: 7rem;
    flex-direction: row;
  }
}
.c-project__text .c-project__buttons button {
  height: 50%;
  border: none;
  border-radius: 0;
  position: relative;
  background-color: #3e4447;
}
@media screen and (max-width: 1023px) {
  .c-project__text .c-project__buttons button {
    height: 100%;
    width: 50%;
  }
}
.c-project__text .c-project__buttons button span {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.3rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transform: rotate(90deg);
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .c-project__text .c-project__buttons button span {
    transform: rotate(0);
  }
}
@media screen and (max-width: 600px) {
  .c-project__text .c-project__buttons button span {
    font-size: 2rem;
  }
}
.c-project__text .c-project__buttons .isActive {
  background-color: #262A2C;
}
.c-project__text .c-project__buttons .isActive span {
  font-weight: 500;
}
.c-project__slider {
  display: flex;
  flex-direction: column;
  width: 79.5rem;
  height: 60.5rem;
  min-width: 79.5rem;
  min-height: 60.5rem;
}
@media screen and (max-width: 1023px) {
  .c-project__slider {
    width: 64rem;
    height: 48rem;
    min-width: 64rem;
    min-height: 48rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .c-project__slider {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .c-project__slider {
    height: 40rem;
    min-height: 40rem;
  }
}
@media screen and (max-width: 400px) {
  .c-project__slider {
    height: 35rem;
    min-height: 35rem;
  }
}
.c-project__slider__single {
  width: 79.5rem;
  height: 60.5rem;
  min-width: 79.5rem;
  min-height: 60.5rem;
}
@media screen and (max-width: 1023px) {
  .c-project__slider__single {
    width: 64rem;
    height: 48rem;
    min-width: 64rem;
    min-height: 48rem;
  }
}
@media screen and (max-width: 700px) {
  .c-project__slider__single {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .c-project__slider__single {
    height: 40rem;
    min-height: 40rem;
  }
}
@media screen and (max-width: 400px) {
  .c-project__slider__single {
    height: 35rem;
    min-height: 35rem;
  }
}
.c-project__slider__nav {
  display: flex;
  align-items: center;
  flex-direction: row !important;
  justify-content: flex-end;
  position: absolute;
  bottom: 10rem;
  left: 0;
  right: 6rem;
  margin: auto;
  z-index: 11;
}
@media screen and (max-width: 1023px) {
  .c-project__slider__nav {
    margin: initial;
    bottom: initial;
    left: initial;
    right: 5rem;
    top: 38rem;
  }
}
@media screen and (max-width: 600px) {
  .c-project__slider__nav {
    top: 30rem;
  }
}
@media screen and (max-width: 400px) {
  .c-project__slider__nav {
    top: 26rem;
  }
}
.c-project__slider__nav button {
  width: 5.5rem;
  height: 5.5rem;
  min-width: 5.5rem;
  min-height: 5.5rem;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.75rem;
  background: transparent;
}
.c-project__slider__nav button svg g path {
  fill: #ffffff;
}
.c-project__slider__nav button:hover {
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
.c-project__slider__nav button:hover svg g path {
  fill: #27656B;
}
.c-project--reverse .c-project__text {
  order: 2;
  margin-left: -9.2rem;
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .c-project--reverse .c-project__text {
    margin-left: 0;
  }
}
.c-project--reverse .c-project__text article {
  order: 2;
}
.c-project--reverse .c-project__text .c-project__buttons {
  order: 1;
}
.c-project--reverse .c-project__slider {
  order: 1;
}
.c-project--reverse .c-project__slider__nav {
  left: 6rem;
  right: initial;
}
@media screen and (max-width: 1023px) {
  .c-project--reverse .c-project__slider__nav {
    left: initial;
    right: 5rem;
  }
}

.c-cta-text {
  padding: 8rem 0;
}
@media screen and (max-width: 600px) {
  .c-cta-text {
    padding: 5rem 0;
  }
}
.c-cta-text .u-max-width {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 950px) {
  .c-cta-text .u-max-width {
    flex-direction: column;
  }
}
.c-cta-text .u-max-width h2, .c-cta-text .u-max-width h3, .c-cta-text .u-max-width h4, .c-cta-text .u-max-width h5, .c-cta-text .u-max-width h6 {
  font-size: 5.5rem;
  font-family: "IBM Plex Serif", serif;
  color: #27656B;
  text-align: right;
  max-width: 45rem;
}
@media screen and (max-width: 950px) {
  .c-cta-text .u-max-width h2, .c-cta-text .u-max-width h3, .c-cta-text .u-max-width h4, .c-cta-text .u-max-width h5, .c-cta-text .u-max-width h6 {
    text-align: center;
    max-width: 100%;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 600px) {
  .c-cta-text .u-max-width h2, .c-cta-text .u-max-width h3, .c-cta-text .u-max-width h4, .c-cta-text .u-max-width h5, .c-cta-text .u-max-width h6 {
    font-size: 3.2rem;
  }
}
.c-cta-text .u-max-width div {
  margin-left: 4.5rem;
  max-width: 45rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 950px) {
  .c-cta-text .u-max-width div {
    align-items: center;
    max-width: 100%;
    margin-left: 0;
  }
}
.c-cta-text .u-max-width div p {
  font-size: 2.5rem;
}
@media screen and (max-width: 950px) {
  .c-cta-text .u-max-width div p {
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .c-cta-text .u-max-width div p {
    font-size: 1.8rem;
  }
}
.c-cta-text--black .u-max-width {
  background-color: #262A2C;
}
.c-cta-text--black .u-max-width h2, .c-cta-text--black .u-max-width h3, .c-cta-text--black .u-max-width h4, .c-cta-text--black .u-max-width h5, .c-cta-text--black .u-max-width h6 {
  color: #DBC2A7;
}
.c-cta-text--black .u-max-width div p {
  color: #ffffff;
}

.c-review-block {
  display: flex;
  align-items: center;
}
.c-review-block span {
  font-size: 1.9rem;
}
.c-review-block__wrap {
  display: flex;
  align-items: center;
}
.c-review-block__wrap span {
  font-weight: 700;
  font-size: 4rem;
  margin-left: 2rem;
}
.c-review-block__stars {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.c-review-block__stars img {
  margin: 0 1px;
}
.c-review-block a {
  text-decoration: underline;
}
.c-review-block--white span, .c-review-block--white a {
  color: #ffffff;
}
.c-review-block--small span {
  font-size: 1.8rem;
}
.c-review-block--small .c-review-block__wrap span {
  font-size: 1.8rem;
  margin-left: 1rem;
}
.c-review-block--small .c-review-block__stars img {
  max-width: 2rem;
}
.c-review-block--small a {
  font-size: 1.5rem;
  margin-left: 1rem;
}

.c-image-slider .o-container {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.c-image-slider__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7rem;
}
@media screen and (max-width: 900px) {
  .c-image-slider__header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: initial;
    margin-bottom: 4rem;
  }
}
.c-image-slider__header div {
  display: flex;
  flex-direction: column;
}
.c-image-slider__header div h3 {
  font-size: 5.5rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-family: "IBM Plex Serif", serif;
}
@media screen and (max-width: 600px) {
  .c-image-slider__header div h3 {
    font-size: 4.2rem;
  }
}
.c-image-slider__header div p {
  font-size: 2.5rem;
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  .c-image-slider__header div p {
    font-size: 2rem;
  }
}
.c-image-slider__nav {
  display: flex;
  align-items: center;
  flex-direction: row !important;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .c-image-slider__nav {
    margin-top: 3rem;
  }
}
.c-image-slider__nav button {
  width: 5.5rem;
  height: 5.5rem;
  min-width: 5.5rem;
  min-height: 5.5rem;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.5rem;
  background: transparent;
}
.c-image-slider__nav button:hover {
  background-color: #DBC2A7;
  border: 2px solid #DBC2A7;
}
.c-image-slider__nav button:hover svg g path {
  fill: #27656B;
}
@media screen and (max-width: 900px) {
  .c-image-slider__nav button {
    margin-left: 0;
    margin-right: 1.5rem;
  }
}
.c-image-slider__slider {
  position: relative;
  z-index: 1;
}
.c-image-slider__slider--plus .c-image-slider__slider__single {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-image-slider__slider--plus .c-image-slider__slider__single img {
  opacity: 0;
  transition: 0.5s all;
}
.c-image-slider__slider--plus .c-image-slider__slider__single:hover img {
  opacity: 1;
}
.c-image-slider__slider li {
  width: 43rem;
}
@media screen and (max-width: 1350px) {
  .c-image-slider__slider li {
    width: 38rem;
  }
}
@media screen and (max-width: 800px) {
  .c-image-slider__slider li {
    width: 32rem;
  }
}
@media screen and (max-width: 600px) {
  .c-image-slider__slider li {
    width: 30rem;
  }
}
.c-image-slider__slider__single {
  width: 43rem;
  height: 43rem;
  min-width: 43rem;
  min-height: 43rem;
  background-color: #DBC2A7;
}
@media screen and (max-width: 1350px) {
  .c-image-slider__slider__single {
    width: 38rem;
    height: 38rem;
    min-width: 38rem;
    min-height: 38rem;
  }
}
@media screen and (max-width: 800px) {
  .c-image-slider__slider__single {
    width: 32rem;
    height: 32rem;
    min-width: 32rem;
    min-height: 32rem;
  }
}
@media screen and (max-width: 600px) {
  .c-image-slider__slider__single {
    width: 30rem;
    height: 30rem;
    min-width: 30rem;
    min-height: 30rem;
  }
}
.c-image-slider .lightSlider, .c-image-slider .lSSlideOuter, .c-image-slider .lSSlideWrapper {
  overflow: visible;
  display: flex;
}
@media screen and (max-width: 1350px) {
  .c-image-slider .lightSlider {
    overflow: hidden;
  }
}

.c-text-image--overlap {
  position: relative;
  z-index: 2;
}
.c-text-image--overlap .u-max-width {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .c-text-image--overlap .u-max-width {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .c-text-image--overlap .u-max-width {
    padding-bottom: 3rem;
  }
}
.c-text-image--overlap .c-text-image__text {
  padding: 8rem 0 10rem;
  position: relative;
  z-index: 1;
  max-width: 50rem;
  margin-left: 12rem;
  margin-right: 5rem;
}
@media screen and (max-width: 1150px) {
  .c-text-image--overlap .c-text-image__text {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 1023px) {
  .c-text-image--overlap .c-text-image__text {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 900px) {
  .c-text-image--overlap .c-text-image__text {
    order: 1;
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .c-text-image--overlap .c-text-image__text {
    padding: 6rem 4rem;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .c-text-image--overlap .c-text-image__text {
    padding: 5rem 2.5rem;
  }
}
@media screen and (max-width: 350px) {
  .c-text-image--overlap .c-text-image__text {
    padding: 4rem 2rem;
  }
}
.c-text-image--overlap .c-text-image__text h2, .c-text-image--overlap .c-text-image__text h3, .c-text-image--overlap .c-text-image__text h4, .c-text-image--overlap .c-text-image__text h5, .c-text-image--overlap .c-text-image__text h6 {
  font-size: 5.5rem;
  color: #27656B;
  font-family: "IBM Plex Serif", serif;
}
@media screen and (max-width: 1023px) {
  .c-text-image--overlap .c-text-image__text h2, .c-text-image--overlap .c-text-image__text h3, .c-text-image--overlap .c-text-image__text h4, .c-text-image--overlap .c-text-image__text h5, .c-text-image--overlap .c-text-image__text h6 {
    font-size: 3.5rem;
  }
}
.c-text-image--overlap .c-text-image__image {
  width: 58rem;
  min-width: 58rem;
  margin-top: 3.5rem;
  display: flex;
  position: relative;
}
.c-text-image--overlap .c-text-image__image picture {
  display: flex;
}
@media screen and (max-width: 900px) {
  .c-text-image--overlap .c-text-image__image picture {
    width: 100%;
  }
}
@media screen and (max-width: 1150px) {
  .c-text-image--overlap .c-text-image__image {
    width: 55rem;
    min-width: 55rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-text-image--overlap .c-text-image__image {
    width: 45rem;
    min-width: 45rem;
  }
}
@media screen and (max-width: 900px) {
  .c-text-image--overlap .c-text-image__image {
    order: 2;
    margin-top: 0;
    width: 100%;
    min-width: 100%;
  }
}
.c-text-image--overlap .c-text-image__image img {
  width: 100%;
}
.c-text-image--overlap .c-usp-list {
  margin: 2rem 0 3rem;
}

.c-text-image--regular .u-max-width {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .c-text-image--regular .u-max-width {
    flex-direction: column;
  }
}
.c-text-image--regular .c-text-image__image {
  margin-right: 8rem;
  max-width: 70rem;
}
@media screen and (max-width: 1150px) {
  .c-text-image--regular .c-text-image__image {
    max-width: 60rem;
    margin-right: 5rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-text-image--regular .c-text-image__image {
    max-width: 50rem;
  }
}
@media screen and (max-width: 900px) {
  .c-text-image--regular .c-text-image__image {
    order: 2;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.c-text-image--regular .c-text-image__text {
  max-width: 54rem;
  margin-right: 5rem;
}
@media screen and (max-width: 900px) {
  .c-text-image--regular .c-text-image__text {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    padding: 0 5rem 5rem;
  }
}
.c-text-image--regular .c-text-image__text h2, .c-text-image--regular .c-text-image__text h3, .c-text-image--regular .c-text-image__text h4, .c-text-image--regular .c-text-image__text h5, .c-text-image--regular .c-text-image__text h6 {
  font-size: 4rem;
  color: #27656B;
}
.c-text-image--regular .c-text-image__text .intro {
  font-family: "IBM Plex Serif", serif;
  font-size: 1.8rem;
  font-weight: 400;
}
.c-text-image--regular .c-text-image__text p {
  font-weight: 300;
}
.c-text-image--regular .btn-wrap {
  margin-top: 2rem;
}
@media screen and (max-width: 600px) {
  .c-text-image--regular .btn-wrap a, .c-text-image--regular .btn-wrap button {
    width: 100%;
  }
}

.c-text-image--label .u-max-width {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .c-text-image--label .u-max-width {
    flex-direction: column;
  }
}
.c-text-image--label .c-text-image__image {
  margin-right: -7.6rem;
  width: 79.5rem;
  min-width: 79.5rem;
  height: 60.5rem;
  min-height: 60.5rem;
}
@media screen and (max-width: 1150px) {
  .c-text-image--label .c-text-image__image {
    width: 60rem;
    min-width: 60rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-text-image--label .c-text-image__image {
    width: 100%;
    min-width: 100%;
    height: 45rem;
    min-height: 45rem;
    margin-right: 0;
    order: 1;
  }
}
@media screen and (max-width: 550px) {
  .c-text-image--label .c-text-image__image {
    height: 32rem;
    min-height: 32rem;
  }
}
@media screen and (max-width: 350px) {
  .c-text-image--label .c-text-image__image {
    height: 28rem;
    min-height: 28rem;
  }
}
.c-text-image--label .c-text-image__text {
  display: flex;
  max-width: initial;
  min-height: 49rem;
  min-width: 64.5rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-text-image--label .c-text-image__text {
    flex-direction: column;
    min-height: auto;
    min-width: 100%;
    order: 2;
  }
}
.c-text-image--label .c-text-image__text--black article {
  background-color: #262A2C;
}
.c-text-image--label .c-text-image__text--black article h2, .c-text-image--label .c-text-image__text--black article h3, .c-text-image--label .c-text-image__text--black article h4, .c-text-image--label .c-text-image__text--black article h5, .c-text-image--label .c-text-image__text--black article h6, .c-text-image--label .c-text-image__text--black article small {
  color: #DBC2A7;
}
.c-text-image--label .c-text-image__text--black article p {
  color: #ffffff;
}
.c-text-image--label .c-text-image__text--green {
  background-color: #27656B;
}
.c-text-image--label .c-text-image__text__label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 7.6rem;
  min-width: 7.6rem;
}
@media screen and (max-width: 1023px) {
  .c-text-image--label .c-text-image__text__label {
    width: 100%;
    min-width: 100%;
    min-height: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 600px) {
  .c-text-image--label .c-text-image__text__label {
    width: 100%;
    min-width: 100%;
    min-height: 7rem;
    height: 7rem;
  }
}
.c-text-image--label .c-text-image__text__label span {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.3rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transform: rotate(90deg);
}
@media screen and (max-width: 1023px) {
  .c-text-image--label .c-text-image__text__label span {
    transform: rotate(0);
    font-size: 2.2rem;
  }
}
.c-text-image--label .c-text-image__text__label--green {
  background-color: #27656B;
}
.c-text-image--label .c-text-image__text__label--green span {
  color: #DBC2A7;
}
.c-text-image--label .c-text-image__text__label--green div small, .c-text-image--label .c-text-image__text__label--green div span {
  color: #DBC2A7;
}
.c-text-image--label .c-text-image__text__label--black {
  background-color: #262A2C;
}
.c-text-image--label .c-text-image__text__label--black span {
  color: #DBC2A7;
}
.c-text-image--label .c-text-image__text__label--black div small, .c-text-image--label .c-text-image__text__label--black div span {
  color: #DBC2A7;
}
.c-text-image--label .c-text-image__text__label--nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 0 0;
}
.c-text-image--label .c-text-image__text__label--nav div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-text-image--label .c-text-image__text__label--nav div small {
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.c-text-image--label .c-text-image__text__label--nav div span {
  font-family: "IBM Plex Serif", serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1;
}
.c-text-image--label .c-text-image__text__label--nav a {
  width: 100%;
  height: 5rem;
  min-height: 5rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-text-image--label .c-text-image__text__label--nav a img {
  max-width: 2.3rem;
}
.c-text-image--label .c-text-image__text article {
  padding: 4rem 9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .c-text-image--label .c-text-image__text article {
    padding: 5rem;
    order: 1;
  }
}
@media screen and (max-width: 750px) {
  .c-text-image--label .c-text-image__text article {
    padding: 4rem;
  }
}
@media screen and (max-width: 500px) {
  .c-text-image--label .c-text-image__text article {
    padding: 4rem 2.5rem;
  }
}
.c-text-image--label .c-text-image__text article small {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 600px) {
  .c-text-image--label .c-text-image__text article small {
    font-size: 2rem;
  }
}
.c-text-image--label .c-text-image__text article h2, .c-text-image--label .c-text-image__text article h3, .c-text-image--label .c-text-image__text article h4, .c-text-image--label .c-text-image__text article h5, .c-text-image--label .c-text-image__text article h6 {
  font-family: "IBM Plex Serif", serif;
  font-size: 4rem;
}
@media screen and (max-width: 600px) {
  .c-text-image--label .c-text-image__text article h2, .c-text-image--label .c-text-image__text article h3, .c-text-image--label .c-text-image__text article h4, .c-text-image--label .c-text-image__text article h5, .c-text-image--label .c-text-image__text article h6 {
    font-size: 3rem;
  }
}
.c-text-image--label .c-text-image__text article .btn-wrap {
  margin-top: 2rem;
}
.c-text-image--label .c-text-image__info {
  padding: 5rem 8rem;
  font-style: normal;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-text-image--label .c-text-image__info__logo {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.c-text-image--label .c-text-image__info__logo img {
  max-width: 15rem;
  margin-right: 4rem;
}
.c-text-image--label .c-text-image__info__logo small {
  text-transform: uppercase;
  color: #DBC2A7;
  font-weight: 500;
  font-size: 2.5rem;
}
.c-text-image--label .c-text-image__info__address {
  display: flex;
  flex-direction: column;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.c-text-image--label .c-text-image__info__address span {
  color: #ffffff;
}
.c-text-image--label .c-text-image__info__times {
  column-count: 2;
}
.c-text-image--label .c-text-image__info__times li {
  display: flex;
}
.c-text-image--label .c-text-image__info__times li span {
  font-weight: 300;
  font-size: 1.5rem;
  color: #ffffff;
}
.c-text-image--label .c-text-image__info__times li span:nth-of-type(1) {
  width: 10rem;
  min-width: 10rem;
  padding-right: 1rem;
}

.c-text-image--label--reverse .u-max-width .c-text-image__image {
  order: 2;
  margin-right: 0;
  margin-left: -7.6rem;
}
@media screen and (max-width: 1023px) {
  .c-text-image--label--reverse .u-max-width .c-text-image__image {
    margin-left: 0;
    order: 1;
  }
}
.c-text-image--label--reverse .u-max-width .c-text-image__text {
  order: 1;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-text-image--label--reverse .u-max-width .c-text-image__text {
    order: 2;
  }
}
.c-text-image--label--reverse .u-max-width .c-text-image__text .c-text-image__text__label {
  order: 2;
}
@media screen and (max-width: 1023px) {
  .c-text-image--label--reverse .u-max-width .c-text-image__text .c-text-image__text__label {
    order: 1;
  }
}

.c-text-image-visual--green-border .u-max-width {
  position: relative;
}
.c-text-image-visual--green-border .u-max-width:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  min-height: 5rem;
  background-color: #27656B;
}
@media screen and (max-width: 1150px) {
  .c-text-image-visual--green-border .u-max-width:after {
    height: 10rem;
    min-height: 10rem;
  }
}
.c-text-image-visual--black-border .u-max-width {
  position: relative;
}
.c-text-image-visual--black-border .u-max-width:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  min-height: 5rem;
  background-color: #262A2C;
}
.c-text-image-visual--last {
  margin-bottom: 5rem;
}
.c-text-image-visual--last .u-max-width {
  padding-bottom: 2.5rem;
}
.c-text-image-visual--reverse .c-text-image-visual__intro {
  justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  .c-text-image-visual--reverse .c-text-image-visual__intro {
    align-items: flex-start;
  }
}
.c-text-image-visual--reverse .c-text-image-visual__heading {
  left: inherit;
  right: 20rem;
  margin: 8rem 0 0 0;
}
@media screen and (max-width: 1150px) {
  .c-text-image-visual--reverse .c-text-image-visual__heading {
    margin: 5rem 0 0 0;
  }
}
@media screen and (max-width: 900px) {
  .c-text-image-visual--reverse .c-text-image-visual__heading {
    order: 1;
    margin: 2rem 4rem 3rem;
    right: initial;
  }
}
.c-text-image-visual--reverse .c-text-image-visual__text {
  order: 2;
  margin: 28rem 0 3rem 7rem;
}
@media screen and (max-width: 1150px) {
  .c-text-image-visual--reverse .c-text-image-visual__text {
    margin: 20rem 5rem 3rem 5rem;
  }
}
@media screen and (max-width: 900px) {
  .c-text-image-visual--reverse .c-text-image-visual__text {
    order: 2;
    margin: 0 4rem 3rem;
  }
}
.c-text-image-visual--reverse .c-text-image-visual__visual {
  order: 1;
}
@media screen and (max-width: 900px) {
  .c-text-image-visual--reverse .c-text-image-visual__visual {
    order: 3;
  }
}
.c-text-image-visual--reverse .c-text-image-visual__slider:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 7rem;
  z-index: 11;
}
@media screen and (max-width: 900px) {
  .c-text-image-visual--reverse .c-text-image-visual__slider:before {
    display: none;
  }
}
.c-text-image-visual--reverse .c-text-image-visual__slider .lightSlider {
  padding-left: 0;
  padding-right: 13.8rem;
}
@media screen and (max-width: 900px) {
  .c-text-image-visual--reverse .c-text-image-visual__slider .lightSlider {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.c-text-image-visual--reverse .c-text-image-visual__slider__nav {
  left: inherit;
  right: 8rem;
}
@media screen and (max-width: 900px) {
  .c-text-image-visual--reverse .c-text-image-visual__slider__nav {
    right: initial;
  }
}
.c-text-image-visual--reverse .c-text-image-visual__slider__nav button {
  border: 2px solid #ffffff;
}
.c-text-image-visual--reverse .c-text-image-visual__slider__nav button svg g path {
  fill: #ffffff;
}
.c-text-image-visual--reverse .c-text-image-visual__slider__nav button:hover {
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
.c-text-image-visual--reverse .c-text-image-visual__slider__nav button:hover svg g path {
  fill: #27656B;
}
.c-text-image-visual--green .u-max-width {
  padding-top: 10rem;
  background-color: #27656B;
}
@media screen and (max-width: 1150px) {
  .c-text-image-visual--green .u-max-width {
    padding-top: 6rem;
  }
}
.c-text-image-visual--green .c-text-image-visual__heading, .c-text-image-visual--green .c-text-image-visual__text {
  color: #ffffff;
}
.c-text-image-visual--green .c-text-image-visual__heading p, .c-text-image-visual--green .c-text-image-visual__text p {
  color: #ffffff;
}
.c-text-image-visual--green .c-text-image-visual__slider:before {
  background-color: #27656B;
}
.c-text-image-visual--black .u-max-width {
  padding-top: 10rem;
  background-color: #262A2C;
}
@media screen and (max-width: 950px) {
  .c-text-image-visual--black .u-max-width {
    padding-top: 5rem;
  }
}
.c-text-image-visual--black .c-text-image-visual__heading, .c-text-image-visual--black .c-text-image-visual__text {
  color: #ffffff;
}
.c-text-image-visual--black .c-text-image-visual__heading p, .c-text-image-visual--black .c-text-image-visual__text p {
  color: #ffffff;
}
.c-text-image-visual--black .c-text-image-visual__slider:before {
  background-color: #262A2C;
}
.c-text-image-visual__intro {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 6.5rem;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .c-text-image-visual__intro {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 5rem;
  }
}
.c-text-image-visual__heading {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15rem;
  color: #DBC2A7;
  font-family: "IBM Plex Serif", serif;
  margin: 8rem 0 0 8rem;
}
@media screen and (max-width: 1150px) {
  .c-text-image-visual__heading {
    font-size: 10rem;
    margin: 8rem 0 0 4rem;
  }
}
@media screen and (max-width: 950px) {
  .c-text-image-visual__heading {
    font-size: 9rem;
    margin: 6rem 0 0 4rem;
  }
}
@media screen and (max-width: 900px) {
  .c-text-image-visual__heading {
    position: relative;
    margin: 0 4rem 3rem;
  }
}
@media screen and (max-width: 750px) {
  .c-text-image-visual__heading {
    font-size: 8rem;
  }
}
@media screen and (max-width: 600px) {
  .c-text-image-visual__heading {
    font-size: 5rem;
  }
}
.c-text-image-visual__text {
  max-width: 40rem;
  margin: 27rem 5rem 3rem 0;
}
@media screen and (max-width: 1150px) {
  .c-text-image-visual__text {
    margin: 22rem 5rem 3rem 5rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .c-text-image-visual__text {
    margin: 18rem 3rem 3rem 4rem;
  }
}
@media screen and (max-width: 900px) {
  .c-text-image-visual__text {
    margin: 0 4rem 3rem;
  }
}
@media screen and (max-width: 500px) {
  .c-text-image-visual__text {
    margin: 0 2.5rem 3rem;
  }
}
@media screen and (max-width: 350px) {
  .c-text-image-visual__text {
    margin: 0 2.5rem 2.5rem;
  }
}
.c-text-image-visual__text p {
  font-size: 1.7rem;
  font-weight: 300;
}
.c-text-image-visual__visual {
  width: 84rem;
  height: 53rem;
  min-width: 84rem;
  min-height: 53rem;
}
@media screen and (max-width: 1150px) {
  .c-text-image-visual__visual {
    width: 63rem;
    min-width: 63rem;
    height: 43rem;
    min-height: 43rem;
  }
}
@media screen and (max-width: 750px) {
  .c-text-image-visual__visual {
    width: calc(100% - 6rem);
    min-width: calc(100% - 6rem);
  }
}
@media screen and (max-width: 600px) {
  .c-text-image-visual__visual {
    width: calc(100% - 4rem);
    min-width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 500px) {
  .c-text-image-visual__visual {
    width: calc(100% - 2.5rem);
    min-width: calc(100% - 2.5rem);
  }
}
.c-text-image-visual__slider {
  position: relative;
  z-index: 1;
}
.c-text-image-visual__slider .lightSlider {
  padding-left: 13.8rem;
}
@media screen and (max-width: 950px) {
  .c-text-image-visual__slider .lightSlider {
    padding-left: 4rem;
  }
}
.c-text-image-visual__slider__single {
  width: 43.5rem;
  height: 43.5rem;
  min-width: 43.5rem;
  min-height: 43.5rem;
}
@media screen and (max-width: 1150px) {
  .c-text-image-visual__slider__single {
    width: 35rem;
    height: 35rem;
    min-width: 35rem;
    min-height: 35rem;
  }
}
@media screen and (max-width: 600px) {
  .c-text-image-visual__slider__single {
    width: 28rem;
    height: 28rem;
    min-width: 28rem;
    min-height: 28rem;
  }
}
.c-text-image-visual__slider__nav {
  display: flex;
  align-items: center;
  position: absolute;
  top: -9.2rem;
  left: 13.8rem;
  z-index: 11;
}
@media screen and (max-width: 950px) {
  .c-text-image-visual__slider__nav {
    left: 5rem;
  }
}
@media screen and (max-width: 900px) {
  .c-text-image-visual__slider__nav {
    position: relative;
    left: initial;
    top: initial;
    margin: 0 5rem 5rem;
    justify-content: flex-end;
  }
}
.c-text-image-visual__slider__nav button {
  width: 5.5rem;
  height: 5.5rem;
  min-width: 5.5rem;
  min-height: 5.5rem;
  border-radius: 50%;
  border: 2px solid #27656B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.75rem;
  background: transparent;
}
.c-text-image-visual__slider__nav button svg g path {
  fill: #27656B;
}
.c-text-image-visual__slider__nav button:hover {
  background-color: #27656B;
  border: 2px solid #27656B;
}
.c-text-image-visual__slider__nav button:hover svg g path {
  fill: #ffffff;
}

.c-usp-list li {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.c-usp-list li img {
  margin-right: 1rem;
}
.c-usp-list li span {
  font-size: 1.5rem;
  font-family: "IBM Plex Serif", serif;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
}
.c-modal__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.c-modal__content {
  background-color: #ffffff;
  position: relative;
  z-index: 5;
}
.c-modal__close {
  position: absolute;
  top: 3rem;
  right: 5rem;
  background-color: transparent;
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  min-height: 5rem;
  padding: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 56576;
  transform: rotate(45deg);
}

.c-modal-slider {
  width: 100%;
  height: 100vh;
}
.c-modal-slider__single {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-modal-slider__single img {
  max-width: 95%;
  max-height: 95%;
}
.c-modal-slider__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 567675;
}
@media screen and (max-width: 600px) {
  .c-modal-slider__nav {
    justify-content: center;
  }
}
.c-modal-slider__nav button {
  width: 5.5rem;
  height: 5.5rem;
  min-width: 5.5rem;
  min-height: 5.5rem;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transform: translateY(-48vh);
}
@media screen and (max-width: 600px) {
  .c-modal-slider__nav button {
    transform: translateY(0);
    margin: 0 1rem 3rem;
  }
}
.c-modal-slider__nav button:hover {
  background-color: #DBC2A7;
  border: 2px solid #DBC2A7;
}
.c-modal-slider__nav button:hover svg g path {
  fill: #27656B;
}
.c-modal-slider__nav button:nth-of-type(1) {
  margin-left: 4rem;
}
.c-modal-slider__nav button:nth-of-type(2) {
  margin-right: 4rem;
}

.js-modalActive {
  opacity: 1;
  pointer-events: all;
}

.lSSlideOuter .lightSlider {
  max-width: initial !important;
}

.c-breadcrumbs ul {
  display: flex;
}
.c-breadcrumbs ul li a {
  font-size: 2rem;
  text-decoration: none;
  text-transform: lowercase;
}
.c-breadcrumbs ul li a:hover {
  text-decoration: underline;
}
.c-breadcrumbs ul li:last-of-type a {
  pointer-events: none;
}
.c-breadcrumbs ul li:last-of-type i {
  display: none;
}
.c-breadcrumbs ul li i {
  margin: 0 1.2rem;
  font-size: 1rem;
}

.c-pagination {
  display: flex;
  align-items: center;
}
.c-pagination a {
  text-decoration: none;
  width: 3.3rem;
  height: 3.3rem;
  min-width: 3.3rem;
  min-height: 3.3rem;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid gray;
  margin-right: 0.7rem;
}
.c-pagination span {
  line-height: 1;
  font-size: 1.5rem;
}
.c-pagination small {
  margin-right: 0.7rem;
}
.c-pagination .isActive {
  background-color: #000000;
  border: 1px solid #000000;
}
.c-pagination .isActive span {
  color: #ffffff;
  font-weight: 700;
}

.c-faq {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-faq__half {
  width: calc(50% - 2.3rem);
}
@media screen and (max-width: 650px) {
  .c-faq__half {
    width: 100%;
  }
}
.c-faq__single {
  width: 100%;
  margin-bottom: 3rem;
}
.c-faq__single dt button {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem 0 0.75rem;
}
.c-faq__single dt button span {
  font-family: "Merlod-SemiBold", serif;
  font-size: 2.4rem;
  text-align: left;
  line-height: 1.2;
  transition: 0.38s all;
  margin-right: 2rem;
}
.c-faq__single dt button figure {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c-faq__single dt button figure span {
  position: absolute;
  width: 1.7rem;
  height: 0.5rem;
  background-color: #000000;
  display: flex;
  margin: 0 !important;
}
.c-faq__single dt button figure span:nth-of-type(1) {
  transform: rotate(90deg);
}
.c-faq__single dd {
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 0;
  pointer-events: none;
  transition: 0.38s all;
}
.c-faq__single dd p {
  font-family: "Merlod-Light", serif;
  font-size: 2rem;
  line-height: 1.4;
}
.js-faqIsActive dt figure span:nth-of-type(1) {
  opacity: 0;
}
.js-faqIsActive dd {
  opacity: 1;
  height: initial;
  pointer-events: all;
  padding: 2rem 0 0;
}

.c-footer {
  position: relative;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1600px) {
  .c-footer {
    padding-bottom: 0;
  }
}
.c-footer .u-max-width {
  position: relative;
  z-index: 1;
}
.c-footer .u-max-width:nth-of-type(1) {
  background-color: #27656B;
}
.c-footer .u-max-width:nth-of-type(2) {
  background-color: #FDF5EE;
}
.c-footer .c-review-block {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 3px solid #568588;
}
.c-footer .c-review-block span, .c-footer .c-review-block a {
  color: #ffffff;
}
.c-footer .c-review-block a {
  margin-left: 3rem;
}
.c-footer .o-container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .c-footer .o-container {
    max-width: 100%;
  }
}
.c-footer__primary {
  display: flex;
  justify-content: space-between;
  padding: 8rem 0;
}
@media screen and (max-width: 1075px) {
  .c-footer__primary {
    flex-direction: column;
    justify-content: flex-start;
    padding: 5rem 0;
  }
}
@media screen and (max-width: 900px) {
  .c-footer__primary {
    padding: 4rem 0 0;
  }
}
.c-footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 5rem;
}
@media screen and (max-width: 1075px) {
  .c-footer__info {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .c-footer__info {
    padding: 0 5rem 3rem;
    border-bottom: 3px solid #568588;
  }
}
@media screen and (max-width: 600px) {
  .c-footer__info {
    padding: 0 3rem 3rem 3rem;
  }
}
.c-footer__info div {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1075px) {
  .c-footer__info div {
    margin-right: 5rem;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .c-footer__info img {
    max-width: 15rem;
  }
}
.c-footer__info small {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.15rem;
  color: #DBC2A7;
  text-transform: uppercase;
}
@media screen and (max-width: 1075px) {
  .c-footer__info small {
    margin-top: 0;
    margin-left: 2rem;
  }
}
.c-footer__info a[href^=tel] {
  color: #ffffff;
}
.c-footer__info address {
  padding: 0;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
}
.c-footer__info address a[href^=tel] {
  color: #ffffff;
}
.c-footer__info address a span {
  color: #ffffff;
}
.c-footer__info address span {
  color: #ffffff;
  font-style: normal;
}
.c-footer__info address span a {
  color: #ffffff;
}
.c-footer__info address a {
  color: #ffffff;
}
.c-footer__info__wrap {
  display: flex;
  flex-direction: column;
}
.c-footer__info__wrap .c-review-block {
  margin-bottom: 4rem;
}
@media screen and (max-width: 900px) {
  .c-footer__info__wrap .c-review-block {
    padding: 3rem 5rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .c-footer__info__wrap .c-review-block .c-review-block__wrap span {
    margin-left: 0;
  }
  .c-footer__info__wrap .c-review-block a {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .c-footer__info__wrap .c-review-block {
    padding: 2rem 3rem;
  }
}
.c-footer__nav {
  display: flex;
}
@media screen and (max-width: 900px) {
  .c-footer__nav {
    flex-direction: column;
  }
}
.c-footer__nav__single {
  margin: 0 10rem 0 0;
}
@media screen and (max-width: 900px) {
  .c-footer__nav__single {
    margin: 0;
  }
}
.c-footer__nav__single a:hover {
  text-decoration: underline;
}
.c-footer__nav__single:last-of-type {
  margin-right: 0;
}
.c-footer__nav__single:last-of-type header {
  border-bottom: none;
}
@media screen and (max-width: 900px) {
  .c-footer__nav__single:last-of-type header {
    border-bottom: 3px solid #568588;
  }
}
.c-footer__nav__single:last-of-type ul {
  padding: 0;
}
.c-footer__nav__single header {
  display: flex;
}
@media screen and (max-width: 900px) {
  .c-footer__nav__single header {
    padding: 2rem 5rem;
    border-bottom: 3px solid #568588;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
}
@media screen and (max-width: 600px) {
  .c-footer__nav__single header {
    padding: 2rem 3rem;
  }
}
.c-footer__nav__single header div {
  display: none;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  .c-footer__nav__single header div {
    display: flex;
  }
}
.c-footer__nav__single header div span {
  width: 25px;
  height: 5px;
  min-width: 25px;
  min-height: 5px;
  background-color: #DBC2A7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .c-footer__nav__single header div span {
    width: 20px;
    height: 4px;
    min-width: 20px;
    min-height: 4px;
  }
}
.c-footer__nav__single header div span:nth-of-type(2) {
  transform: rotate(90deg);
}
.c-footer__nav__single header h2, .c-footer__nav__single header h3, .c-footer__nav__single header h4, .c-footer__nav__single header h5, .c-footer__nav__single header h6 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #DBC2A7;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 900px) {
  .c-footer__nav__single header h2, .c-footer__nav__single header h3, .c-footer__nav__single header h4, .c-footer__nav__single header h5, .c-footer__nav__single header h6 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .c-footer__nav__single header h2, .c-footer__nav__single header h3, .c-footer__nav__single header h4, .c-footer__nav__single header h5, .c-footer__nav__single header h6 {
    font-size: 2rem;
  }
}
.c-footer__nav__single .headerActive {
  background-color: #27656B !important;
}
.c-footer__nav__single .headerActive div span:nth-of-type(2) {
  opacity: 0;
}
.c-footer__nav__single ul {
  padding: 0 0 0 1.75rem;
  column-count: 2;
  column-gap: 5rem;
}
@media screen and (max-width: 900px) {
  .c-footer__nav__single ul {
    display: none;
    padding: 3rem 5rem !important;
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .c-footer__nav__single ul {
    column-count: 1;
  }
}
.c-footer__nav__single ul li::marker {
  color: white;
}
.c-footer__nav__single ul li a {
  color: #ffffff;
  font-size: 1.5rem;
}
.c-footer__nav__single ul li span {
  color: #ffffff;
  font-size: 1.5rem;
}
.c-footer__nav__single .u-reset-ul li {
  display: flex;
}
.c-footer__nav__single .u-reset-ul li span {
  display: flex;
}
.c-footer__nav__single .u-reset-ul li span:nth-of-type(1) {
  width: 9rem;
  white-space: nowrap;
}
.c-footer__nav__single .u-reset-ul .isActive {
  border-bottom: none !important;
}
.c-footer__nav .isActive {
  display: block;
  border-bottom: 3px solid #568588;
}
.c-footer__secondary {
  padding: 2.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-footer__secondary a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  .c-footer__secondary {
    padding: 2.5rem 5rem;
  }
}
@media screen and (max-width: 600px) {
  .c-footer__secondary {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .c-footer__secondary span {
    margin-bottom: 2rem;
  }
}
.c-footer__social {
  display: flex;
  align-items: center;
}
.c-footer__social a {
  margin-left: 0.5rem;
}
.c-footer__social a img {
  max-width: 2.6rem;
}

.c-appointment {
  min-height: 100vh;
}
.c-appointment .u-max-width {
  background-color: #27656B;
  background-image: url("../images/zoon-pattern.png");
  background-repeat: repeat;
  min-height: 100vh;
  padding-top: 20rem;
}
@media screen and (max-width: 600px) {
  .c-appointment .u-max-width {
    padding-top: 15rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 400px) {
  .c-appointment .u-max-width {
    padding-top: 12.5rem;
  }
}
.c-appointment__content {
  max-width: 85rem;
  width: 100%;
  margin: 0 auto;
  background-color: #27656B;
  padding: 6.5rem 10rem;
}
@media screen and (max-width: 800px) {
  .c-appointment__content {
    max-width: 100%;
    padding: 4rem 5rem;
  }
}
@media screen and (max-width: 600px) {
  .c-appointment__content {
    padding: 4rem;
  }
}
@media screen and (max-width: 400px) {
  .c-appointment__content {
    padding: 4rem 3rem;
  }
}
.c-appointment__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 65rem;
  margin: 0 auto 3.5rem;
}
@media screen and (max-width: 800px) {
  .c-appointment__intro {
    margin: 0 auto 3rem;
    max-width: calc(100% - 8rem);
  }
}
.c-appointment__intro h1, .c-appointment__intro h2, .c-appointment__intro h3, .c-appointment__intro h4 {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.c-appointment__intro p {
  color: #ffffff;
  font-size: 2.1rem;
}
.c-appointment__tabs {
  display: flex;
  margin-bottom: 3rem;
}
@media screen and (max-width: 475px) {
  .c-appointment__tabs {
    flex-direction: column;
  }
}
.c-appointment__tabs a {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 1rem;
  opacity: 0.3;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .c-appointment__tabs a {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.c-appointment__tabs a:last-of-type {
  margin-right: 0;
}
.c-appointment__tabs a span {
  color: #ffffff;
  font-family: "IBM Plex Serif", serif;
  font-weight: 700;
}
.c-appointment__tabs a span:nth-of-type(1) {
  margin-right: 1rem;
  font-size: 1.7rem;
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .c-appointment__tabs a span:nth-of-type(1) {
    font-size: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
  }
}
.c-appointment__tabs a span:nth-of-type(2) {
  font-size: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 800px) {
  .c-appointment__tabs a span:nth-of-type(2) {
    font-size: 1.7rem;
  }
}
.c-appointment__tabs .isActive {
  opacity: 1;
}
.c-appointment__header {
  margin-bottom: 3rem;
}
.c-appointment__header h1 {
  font-size: 2.6rem;
  color: #ffffff;
  font-family: "IBM Plex Serif", serif;
  font-weight: 700;
}
.c-appointment__header p {
  color: #ffffff;
}
.c-appointment__content--date {
  display: flex;
}
.c-appointment__content-1 {
  display: flex;
}
@media screen and (max-width: 700px) {
  .c-appointment__content-1 {
    flex-direction: column;
  }
}
.c-appointment__footer {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-appointment__footer button {
  width: 100%;
}
.c-appointment__datepicker {
  width: 100%;
  background-color: white;
}
.c-appointment__time {
  width: 25rem;
  min-width: 25rem;
  background-color: #DEE8E8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 3rem;
}
@media screen and (max-width: 700px) {
  .c-appointment__time {
    min-width: 100%;
    width: 100%;
  }
}
.c-appointment__time span {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.c-appointment__time div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.c-appointment__time__single {
  width: 8.5rem;
  height: 3.7rem;
  min-width: 8.5rem;
  min-height: 3.7rem;
  border: 2px solid #27656B;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: transparent;
  margin: 0.5rem;
}
.c-appointment__time__single span {
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
}
.c-appointment__time .isActive {
  background-color: #27656B;
}
.c-appointment__time .isActive span {
  color: #ffffff;
}
.c-appointment__buttons {
  display: flex;
  flex-wrap: wrap;
}
.c-appointment__buttons__single {
  width: calc(50% - 1.25rem);
  height: 6.5rem;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  padding: 0.75rem 2rem;
  background-color: transparent;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.c-appointment__buttons__single:hover {
  border: 2px solid #F7D9A2;
}
@media screen and (max-width: 600px) {
  .c-appointment__buttons__single {
    width: 100%;
    margin-right: 0;
  }
}
.c-appointment__buttons__single .title {
  position: absolute;
  top: 0;
  left: 7.5rem;
  bottom: 0;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-appointment__buttons__single:last-of-type {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.c-appointment__buttons__single:last-of-type span {
  line-height: 1;
}
.c-appointment__buttons__single:last-of-type small {
  color: #ffffff;
}
.c-appointment__buttons__single:nth-of-type(odd) {
  margin-right: 2.5rem;
}
@media screen and (max-width: 600px) {
  .c-appointment__buttons__single:nth-of-type(odd) {
    margin-right: 0;
  }
}
.c-appointment__buttons__single .optie-logo {
  margin-right: 2rem;
  position: relative;
  pointer-events: all;
  opacity: 1;
  top: 0;
  right: 0;
}
.c-appointment__buttons__single span {
  font-size: 1.7rem;
  color: #ffffff;
}
.c-appointment__buttons__single img {
  position: absolute;
  top: -1.1rem;
  right: -1.1rem;
  opacity: 0;
  pointer-events: none;
}
.c-appointment__buttons .isActive {
  border: 2px solid #F7D9A2;
}
.c-appointment__buttons .isActive svg path {
  fill: #F7D9A2;
}
.c-appointment__buttons .isActive span {
  font-weight: 700;
  color: #F7D9A2;
}
.c-appointment__buttons .isActive small {
  color: #F7D9A2;
}
.c-appointment__buttons .isActive img {
  opacity: 1;
}
.c-appointment__comment {
  margin-top: 1.5rem;
}

.u-bg-cover-center {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.u-bg-contain-top {
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.u-max-width {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .u-max-width {
    max-width: 100%;
  }
}

.u-bg-white {
  background-color: #ffffff;
}

.u-bg-beige {
  background-color: #FDF5EE;
}

.u-bx-shadow {
  box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.35);
}
.u-bx-shadow--small {
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.15);
}

.u-reset-ul {
  padding: 0;
  margin: 0;
}
.u-reset-ul li {
  list-style-type: none;
}

.u-reset-arrow-list {
  margin-bottom: 2rem;
}
.u-reset-arrow-list li a {
  display: block;
}
.u-reset-arrow-list li a img {
  width: 15px;
}

.u-border-radius-primary {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.s-landing-slider {
  margin-top: -8rem;
  margin-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .s-landing-slider {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 1150px) {
  .s-landing-slider {
    margin-top: -6rem;
  }
}
@media screen and (max-width: 900px) {
  .s-landing-slider {
    margin-top: 0;
  }
}
.s-landing-slider:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 6.5rem;
  min-height: 6.5rem;
  background-color: #FDF5EE;
}
@media screen and (max-width: 1350px) {
  .s-landing-slider:after {
    height: 14rem;
    min-height: 14rem;
  }
}
.s-landing-slider .u-max-width {
  padding-top: 17rem;
  overflow: hidden;
  background-color: #27656B;
  background-image: url("../images/zoon-pattern.png");
  background-repeat: repeat;
}
@media screen and (max-width: 1150px) {
  .s-landing-slider .u-max-width {
    padding-top: 15rem;
  }
}
@media screen and (max-width: 900px) {
  .s-landing-slider .u-max-width {
    padding-top: 7.5rem;
  }
}

.s-landing-text-image {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1023px) {
  .s-landing-text-image {
    margin-bottom: 0;
  }
}

.s-steps {
  margin-top: -5.6rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .s-steps {
    margin-top: -3rem;
  }
}
@media screen and (max-width: 1023px) {
  .s-steps .c-text-image--label .c-text-image__text__label--nav div {
    flex-direction: row;
    align-items: center;
  }
  .s-steps .c-text-image--label .c-text-image__text__label--nav div small {
    margin: 0 1rem 0 0;
  }
}
.s-steps .c-text-image--label .c-text-image__text__label--nav div span {
  transform: rotate(0);
}
@media screen and (max-width: 1023px) {
  .s-steps .c-text-image--label .c-text-image__text__label--nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 3rem;
  }
  .s-steps .c-text-image--label .c-text-image__text__label--nav a {
    width: auto;
    padding: 0;
  }
}
.s-steps .c-text-image {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  .s-steps .c-text-image {
    margin-bottom: 0;
  }
}
.s-steps .c-text-image:last-of-type .c-text-image__text__label a {
  display: none;
}

.s-showroom {
  margin-top: -2.6rem;
  position: relative;
}
@media screen and (max-width: 600px) {
  .s-showroom {
    margin-top: 0;
  }
}
.s-showroom .c-profile-slider {
  margin: 12.5rem 0 7.5rem;
}
@media screen and (max-width: 1023px) {
  .s-showroom .c-profile-slider {
    margin: 8rem 0 5rem;
  }
}
.s-showroom__last {
  margin-bottom: 9rem;
}
@media screen and (max-width: 1023px) {
  .s-showroom__last {
    margin-bottom: 1rem;
  }
  .s-showroom__last .c-text-image__info {
    padding: 4rem;
  }
}

.s-projects--first .c-project:first-of-type .c-project__text, .s-projects--first .c-project:first-of-type .c-project__slider {
  margin-top: -8rem;
}
@media screen and (max-width: 1023px) {
  .s-projects--first .c-project:first-of-type .c-project__text, .s-projects--first .c-project:first-of-type .c-project__slider {
    z-index: 1;
    margin-top: 0;
  }
}
.s-projects--first .u-max-width {
  padding-bottom: 5rem;
  padding-top: 0 !important;
}
@media screen and (max-width: 1023px) {
  .s-projects--first .u-max-width {
    padding-bottom: 1rem;
  }
}
.s-projects .u-max-width {
  padding-top: 7.5rem;
}
@media screen and (max-width: 1023px) {
  .s-projects .u-max-width {
    padding-top: 1rem;
  }
}

.s-inspiration-cta {
  display: flex;
  justify-content: flex-end;
  max-width: 144rem;
  margin: 0 auto 7.5rem;
  padding: 0;
  border-top: 2.5rem solid #27656B;
}
@media screen and (max-width: 900px) {
  .s-inspiration-cta {
    border-top: 4rem solid #27656B;
  }
}
@media screen and (max-width: 600px) {
  .s-inspiration-cta {
    margin: 0 auto 5rem;
  }
}
.s-inspiration-cta .u-max-width {
  max-width: 123.8rem;
  margin: initial;
  padding: 10rem 0;
}
@media screen and (max-width: 950px) {
  .s-inspiration-cta .u-max-width {
    padding: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .s-inspiration-cta .u-max-width {
    padding: 3.5rem 3rem;
  }
}

.DayPicker, .DayPicker-Month, .DayPicker-wrapper {
  width: 100%;
}

.DayPicker {
  display: inline-block;
  font-size: 1rem;
}

.DayPicker {
  background: #fff;
}

.DayPicker-wrapper {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
  position: relative;
}

.DayPicker-wrapper {
  position: relative;
  flex-direction: row;
  padding-bottom: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.DayPicker-NavBar {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6.6rem;
}

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

.DayPicker-NavBar button {
  background: transparent;
  color: #27656B;
  font-size: 2rem;
  height: 6.6rem;
  border: none;
}

.DayPicker-Month {
  margin: 0;
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left;
}

.DayPicker-Caption {
  color: #000;
  font-size: 1.7rem;
  font-family: Source Sans Pro, sans-serif;
  margin-bottom: 0;
  padding: 2rem 0;
}

.DayPicker-Weekdays {
  border-top: 1px solid #f0ede6;
  margin-bottom: 2rem;
}

.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em;
}

.DayPicker-Body {
  padding-top: 1.5rem;
  display: table-row-group;
}

.DayPicker-Week {
  position: relative;
  display: table-row;
}

.DayPicker-WeekdaysRow {
  display: table-row;
}

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #8b9898;
  text-align: center;
  font-size: 0.875em;
}

.DayPicker-Day, .DayPicker-Weekdays .DayPicker-Weekday abbr {
  color: black;
  text-transform: lowercase;
  font-size: 1.6rem;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
}

.DayPicker-Weekdays .DayPicker-Weekday abbr {
  margin: 0.75rem 0;
  display: block;
}

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.DayPicker-Caption div {
  font-weight: 800;
  text-align: center;
}

.DayPicker-Day, .DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  vertical-align: middle;
  cursor: pointer;
}

.DayPicker-Day {
  position: relative;
  transition: all 0.28s;
  display: table-cell;
  padding: 0.5em;
  vertical-align: middle;
  cursor: pointer;
  color: black;
}

.DayPicker-Day {
  padding: 1.5rem 0.5rem;
  z-index: 2;
}

.DayPicker-Day {
  border-radius: 50%;
  text-align: center;
}

.DayPicker-Day--disabled {
  color: #000;
  cursor: not-allowed;
  pointer-events: none;
}

.DayPicker-Day--disabled:before {
  border: 2px solid #fdf0d9 !important;
  background: #fdf0d9 !important;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;
  background: transparent;
  z-index: 1;
  color: #fff;
}

.DayPicker-Day:before {
  position: absolute;
  top: calc(50% - 1.8rem);
  left: calc(50% - 1.9rem);
  content: "";
  width: 3.25rem;
  height: 3.25rem;
  background: transparent;
  border: 2px solid #27656B;
  border-radius: 50%;
  transition: all 0.28s;
  z-index: -1;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):before {
  border: 2px solid #27656B;
  background: #27656B;
  z-index: -1;
}

.DayPicker-Day--outside {
  opacity: 0;
  cursor: not-allowed;
  pointer-events: none;
}

.nav-btn {
  cursor: pointer;
}

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

.form-error-message {
  color: red;
  padding: 1rem;
  border: 1px solid red;
  border-radius: 10px;
  margin-top: 1rem;
}

/*# sourceMappingURL=main.css.map */
