@font-face {
  font-family: 'NeueHaasGroteskText Std';
  src: local('Neue Haas Grotesk Text Std 56 Italic'), local('NHaasGroteskTXStd-56It'),
      url('/NHaasGroteskTXStd-56It.woff2') format('woff2'),
      url('/NHaasGroteskTXStd-56It.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'NeueHaasGroteskText Std';
  src: local('Neue Haas Grotesk Text Std 55 Roman'), local('NHaasGroteskTXStd-55Rg'),
      url('/NHaasGroteskTXStd-55Rg.woff2') format('woff2'),
      url('/NHaasGroteskTXStd-55Rg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


body {
  color: black;
  font-size: 1rem;
  font-family: "NeueHaasGroteskText Std";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "kern" 1;
  -ms-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

::-webkit-scrollbar {
}

img,
video {
  width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  margin-bottom: 0.8rem;

}

.text p {
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.x {
  display: flex;
}

.c12 {width: 100%;}

.xw {
  flex-wrap: wrap;
}

.xjb {
  justify-content:space-between;
}

.c6 {
  width: 50%;
}

h1 {
  font-size: 3.56rem;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

h3,h4,h5,h6, p {
  font-size: inherit;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "777";
  line-height: 1;
}

.psa {
  position: absolute;
}

.psr {
  position: relative;
}

.indent-large .label {
  width: 8rem;
  padding-right: 2rem;
}

.indent-large .text {
  width: calc(100% - 8rem);
}

.indent .label {
  width: 4rem;
  padding-right: 2rem;
}

.indent .text {
  width: calc(100% - 4rem);
}

.q-a {
  margin-bottom: 2rem;
}

a {text-decoration: underline}

@media (max-width: 850px) {
  .q-a {margin-bottom: 1rem;}
  .q-a p:last-of-type {margin-bottom: 0}
}

.text h6:last-of-type, .text p:last-of-type {margin-bottom: 0}

.read-more {
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  margin-top: 0.5rem;
  /* transition: 0.3s ease-out opacity; */
  animation: 0.3s 1 hoverOff alternate forwards;
}

.tac {text-align: center}

button {
  text-align:left;
}

.q-a:hover .read-more {
  animation: 0.2s 5 hover ease-out alternate forwards;
  /* transition-delay: 0.2s; */
}
.q-a:hover .read-more-text {
  animation: 0.2s 4 hover2 ease-out alternate-reverse forwards;
  animation-delay: 0.2s;
}

@keyframes hover {
  from {opacity:0.2}
  to{opacity:1}
}

@keyframes hover2 {
  from {opacity:0.2}  
  to{opacity:1}
}

@keyframes hoverOff {
  to {opacity: 0}
}

@media (max-width: 850px) {
  .read-more {
    display: none;
  }

  .indent-large .label {
    display: none;
    width: 8rem;
    padding-right: 2rem;
  }
  
  .indent-large .text {
    width: 100%;
  }
}

