html, body {
  font-family: neue-haas-grotesk-text, fot-cezanne-pron, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

html, body {
  font-family: neue-haas-grotesk-text, fot-cezanne-pron, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  background-color: #b0d8ee;
  font-feature-settings: "palt"; }

html:not(.wf-active, .wf-inactive) {
  color: transparent !important; }
  html:not(.wf-active, .wf-inactive) * {
    color: transparent !important; }
  html:not(.wf-active, .wf-inactive) .profile__title__icon,
  html:not(.wf-active, .wf-inactive) a:before,
  html:not(.wf-active, .wf-inactive) a:after {
    opacity: 0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

::-moz-selection {
  color: #b0d8ee;
  background-color: #000; }

::selection {
  color: #b0d8ee;
  background-color: #000; }

body {
  height: auto;
  min-height: 100dvh; }
  body:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 0;
    background-image: url(images/bg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat; }
  body:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: #b0d8ee;
    transition: opacity 0s linear;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  body.open:after {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    transition: opacity 0s linear; }

a {
  color: #000;
  text-decoration: none;
  transition: opacity .1s linear;
  display: inline-block;
  position: relative; }
  a:after {
    content: "";
    display: block;
    width: 100%;
    background-color: #000;
    position: absolute;
    left: 0px;
    height: 1px;
    bottom: 2px; }
  a:hover:after {
    animation: hoverWipe .8s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

@keyframes hoverWipe {
  0% {
    transform-origin: right center;
    transform: scaleX(1); }
  50% {
    transform-origin: right center;
    transform: scaleX(0); }
  50.001% {
    transform-origin: left center;
    transform: scaleX(0); }
  100% {
    transform-origin: left center;
    transform: scaleX(1); } }

.main {
  position: relative;
  padding-left: 80px;
  padding-top: 68px;
  z-index: 2; }

.lead {
  font-size: 48px;
  line-height: 58px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-right: 40px; }
  .lead__line1 {
    display: block;
    text-indent: -21px; }
  .lead__line2 {
    display: block; }

.outline {
  font-family: neue-haas-grotesk-text, fot-cezanne-pron, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0px;
  margin-top: 36px; }

.profile {
  font-family: neue-haas-grotesk-text, fot-cezanne-pron, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0px;
  margin-top: 25px;
  width: auto;
  max-width: 390px;
  padding-bottom: 40px; }

.profile__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  gap: 0 10px;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer; }

.profile__title__label {
  display: block; }

.profile__title__icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25); }
  .profile__title__icon:before, .profile__title__icon:after {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    transition: opacity 0.1s linear, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .profile__title__icon:before {
    -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg); }
  .profile__title__icon:after {
    -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg); }
  .open .profile__title__icon:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg); }
  .open .profile__title__icon:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg); }

.profile__body {
  margin-top: 12px;
  position: relative;
  width: 100%;
  height: 0px;
  overflow: hidden;
  transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

.profile__body__container {
  position: relative;
  width: 100%;
  height: auto; }
  .profile__body__container dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-top: 22px; }
  .profile__body__container dt {
    width: 110px;
    -ms-flex: 0 0 110px;
        flex: 0 0 110px; }
  .profile__body__container dd {
    width: calc(100% - 110px);
    -ms-flex: 1 1 calc(100% - 110px);
        flex: 1 1 calc(100% - 110px); }

@media (max-width: 640px) {
  body {
    height: auto;
    min-height: 100dvh; }
    body:before {
      background-size: 200% auto; }
  .main {
    position: relative;
    left: 0px;
    top: 0px;
    padding: 30px 20px 0px; }
  .lead {
    font-size: 28px;
    line-height: 32px;
    padding-right: 0px; }
    .lead__line1 {
      text-indent: -12px; }
  .outline {
    font-size: 12px;
    line-height: 21px;
    margin-top: 28px; }
  .profile {
    padding-bottom: 40px; } }
