/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Neue Haas Display';
  src: url('fonts/NeueHaasDisplay-Roman.woff') format('woff'),
    url('fonts/NeueHaasDisplay-Roman.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Display';
  src: url('fonts/NeueHaasDisplay-Medium.woff') format('woff'),
    url('fonts/NeueHaasDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

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

body,
html {
  margin: 0;
  padding: 0;
  height: 100dvh;
  width: 100%;
  overflow: hidden;
  font-family: 'Neue Haas Display', 'HelveticaNeue-Light',
    'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande',
    sans-serif;
  font-weight: 300;
  color: #968e7e;
  font-size: 19px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}

a {
  color: #968e7e;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

a:hover {
  text-decoration-thickness: 3px;
}

strong {
  font-weight: 500;
}

.glide img {
  width: 100%;
  height: 100dvh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.glide__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100dvh;
  background-color: transparent;
  opacity: 0.5;
  padding: 0;
  border: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 0;
  opacity: 0;
}

.glide__arrow--left {
  left: 0;
}

.glide__arrow--right {
  right: 0;
}
.first-slide {
  position: relative;
}
.glide__image-legend {
  position: absolute;
  bottom: 3rem;
  left: 0;
  background-color: #ffffff;
  padding: 1rem 1rem 1rem 2rem;
  border-bottom: 2px solid #968e7e;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.logo {
  margin: 1rem;
  width: 8rem;
  height: auto;
}

.address {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-shadow: 1px 1px 1px black;
}

.navigation {
  position: absolute;
  top: 0;
  right: 0;
  width: 100dvh;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-90deg) translateY(-100%);
  -ms-transform: rotate(-90deg) translateY(-100%);
  transform: rotate(-90deg) translateY(-100%);
  padding: 1rem;
  font-size: 1.1rem;
  cursor: pointer;
}

.navigation-titles {
  white-space: nowrap;
}

.navigation h1 {
  font-weight: 500;
  text-transform: uppercase;
}

.navigation__col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.content {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100dvh;
  padding: 3rem 2rem 2rem;
  background-color: white;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.content.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

p.margin-bottom {
  margin-bottom: 1.5rem;
}

.relative {
  position: relative;
}

.close-icon {
  position: absolute;
  top: -2rem;
  right: -1rem;
  cursor: pointer;
}

.close-icon img {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;

  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

address::before {
  content: '';
  background-color: #968e7e;
  position: relative;
  -webkit-transform: translateX(-2rem);
  -ms-transform: translateX(-2rem);
  transform: translateX(-2rem);
  height: 2px;
  margin-bottom: 2rem;
  display: block;
  width: calc(100% + 2rem);
}

@media screen and (max-width: 1000px) {
  body,
  html {
    font-size: 16px;
    line-height: 24px;
  }

  .content {
    width: 90%;
  }

  .content.active {
    opacity: 0;
    visibility: hidden;
  }

  .content.active-mobile {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    -o-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }

  .glide .portrait-position {
    -o-object-position: 30% center;
    object-position: 30% center;
  }

  .logo {
    margin: 0.5rem;
    width: 7rem;
    height: auto;
  }

  .glide__image-legend {
    position: absolute;
    bottom: 3rem;
    left: 0;
    background-color: #ffffff;
    padding: 0.75rem 0.75rem 0.75rem 1rem;
    max-width: 80%;
    font-size: 14.5px;
  }
}

@media screen and (max-height: 550px) {
  .navigation-titles {
    display: none;
  }
}
