/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

html, body {
  height: 100%;
}

html {
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.25;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  background: #FFFFFC;
  color: #343434;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  display: flex;
  flex-direction: column;
}

#body {
  overflow-x: hidden;
  flex: 1 0 auto;
}

.top-spacing {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

a {
  color: #8B994B;
  outline: none;
  text-decoration: none;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
a:focus, a:hover, a:active, a.active {
  color: #0f1008;
}
a:disabled, a.disabled {
  cursor: default;
  opacity: 0.8;
}
a.link-muted {
  color: inherit;
}
a.link-muted:focus, a.link-muted:hover, a.link-muted:active, a.link-muted.active {
  color: #8B994B;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.005em;
}

h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0em;
}

h1.title, h2.title {
  font-family: "Inter", "Source Sans Pro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.2307692308;
  letter-spacing: -0.015em;
  margin-bottom: 1rem;
}
@media (min-width: 50em) {
  h1.title, h2.title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.21875;
    letter-spacing: -0.015em;
  }
}
@media (min-width: 64em) {
  h1.title, h2.title {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.2083333333;
    letter-spacing: -0.015em;
    margin-bottom: 2rem;
  }
}

h3 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
}

h4 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2666666667;
  letter-spacing: 0em;
}

h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

h6 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.subtitle-lg {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media (min-width: 50em) {
  .subtitle-lg {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}
@media (min-width: 64em) {
  .subtitle-lg {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}

.subtitle {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4444444444;
  letter-spacing: 0.02em;
}

@media (min-width: break-point("tablet-portrait")) {
  html, body {
    font-size: 1rem;
  }
}
p:not(:last-child) {
  margin-bottom: 1rem;
}

b, strong {
  font-weight: 700;
}

pre, code {
  background: #F2F2F2;
}

pre {
  padding: 1.5rem 2rem;
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, post millennium */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

code {
  padding: 0.15rem 0.25rem;
  border-radius: 0.15em;
}

abbr {
  padding-bottom: 0.05em;
  border-bottom: #343434 0.05em dotted;
}

mark {
  background: #ffc38f;
}

kbd {
  background: #232323;
  color: #fff;
  padding: 0.15rem 0.25rem;
  border-radius: 0.15em;
}

ul.no-list-style, ol.no-list-style {
  list-style: none;
  margin: 0;
  padding: 0;
}

.d-none {
  display: none;
}

.about-files, .download-link, .agenda-files {
  display: flex;
  align-items: center;
  align-content: center;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.modal-header .modal-close, .about-illustration, .contact-illustration, .title-arrow, .navbar-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.about-desc, .title-desc {
  width: 100%;
  max-width: 50rem;
}

.contact-desc, .agenda-desc {
  width: 100%;
  max-width: 26.25rem;
}

.container {
  position: relative;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 37.5em) {
  .container {
    max-width: 35em;
  }
}
@media (min-width: 50em) {
  .container {
    max-width: 45em;
  }
}
@media (min-width: 64em) {
  .container {
    max-width: 61.25em;
  }
}
@media (min-width: 70em) {
  .container {
    max-width: 95em;
  }
}
@media (min-width: 70em) {
  .container {
    width: 95%;
  }
}

@media (min-width: 64em) {
  .container-text {
    max-width: 47.25rem;
  }
}

.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.row > [class^=col],
.row > [class*=" col"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-4 {
  margin-top: 4rem;
}

@media (min-width: 50em) {
  .col-md-4 {
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .justify-md-end {
    justify-content: flex-end;
  }

  .justify-md-center {
    justify-content: center;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }

  .text-md-left {
    text-align: left;
  }

  .mb-md-0 {
    margin-bottom: 0;
  }

  .mt-md-4 {
    margin-top: 4rem;
  }
}
@media (min-width: 64em) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .justify-lg-end {
    justify-content: flex-end;
  }

  .justify-lg-center {
    justify-content: center;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }

  .text-lg-left {
    text-align: left;
  }

  .mb-lg-0 {
    margin-bottom: 0;
  }

  .mt-lg-4 {
    margin-top: 4rem;
  }
}
@media (min-width: 70em) {
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .justify-xl-end {
    justify-content: flex-end;
  }

  .justify-xl-center {
    justify-content: center;
  }

  .text-xl-center {
    text-align: center;
  }

  .text-xl-right {
    text-align: right;
  }

  .text-xl-left {
    text-align: left;
  }

  .mb-xl-0 {
    margin-bottom: 0;
  }

  .mt-xl-4 {
    margin-top: 4rem;
  }
}
.header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #FFFFFC;
}
@media (min-width: 50em) {
  .header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 64em) {
  .header-desktop-spacing {
    height: 2rem;
    -webkit-transition: height 200ms ease-in-out;
    -moz-transition: height 200ms ease-in-out;
    -ms-transition: height 200ms ease-in-out;
    -o-transition: height 200ms ease-in-out;
    transition: height 200ms ease-in-out;
  }
  .collapsed .header-desktop-spacing {
    height: 0;
  }
}
.header.collapsed {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.top-spacing {
  height: 3.5rem;
}
@media (min-width: 50em) {
  .top-spacing {
    height: 5rem;
  }
}
@media (min-width: 64em) {
  .top-spacing {
    height: 7rem;
  }
}

.navbar-brand {
  display: inline-block;
  height: 2.5rem;
  color: #343434;
}
.navbar-brand-desktop {
  display: none;
}
.navbar-brand-desktop.display-always {
  display: inline-block;
}
@media (min-width: 50em) {
  .navbar-brand {
    height: 3rem;
    display: none;
  }
  .navbar-brand-desktop {
    display: inline-block;
  }
}
.navbar-brand svg, .navbar-brand img {
  height: 100%;
  max-width: 16rem;
}
.navbar-nav {
  z-index: 101;
  position: fixed;
  width: 100%;
  max-width: 20rem;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: -20rem;
  background-color: #FFFFFC;
  padding: 0.5rem;
  -webkit-transition: right 200ms ease-in-out;
  -moz-transition: right 200ms ease-in-out;
  -ms-transition: right 200ms ease-in-out;
  -o-transition: right 200ms ease-in-out;
  transition: right 200ms ease-in-out;
}
.navbar-nav.open {
  right: 0;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.navbar-nav .navbar-menu {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3rem;
  width: 3rem;
}
.navbar-nav ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-nav li {
  list-style: none;
  text-align: center;
}
.navbar-nav a {
  font-family: "Inter", "Source Sans Pro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0em;
  color: #343434;
  padding: 1rem;
  width: 100%;
  display: inline-block;
}
.navbar-nav a:hover {
  color: #8B994B;
}
@media (min-width: 70em) {
  .navbar-nav {
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto;
    top: auto;
    bottom: auto;
    right: auto;
    background-color: transparent;
    padding: 0;
  }
  .navbar-nav.open {
    right: auto;
    box-shadow: none;
  }
  .navbar-nav ul {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .navbar-nav li {
    text-align: left;
  }
  .navbar-nav li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1.125rem;
  }
  .navbar-nav li:not(:first-child) {
    margin-top: 0;
    margin-left: 1.125rem;
  }
  .navbar-nav a {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.navbar-menu {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  color: #343434;
}
@media (min-width: 70em) {
  .navbar-menu {
    display: none;
  }
}
.navbar-menu:hover {
  color: #343434;
}
.navbar-menu svg {
  max-height: 100%;
  max-width: 100%;
}

.modular {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 50em) {
  .modular {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .modular.title, .modular.about {
    padding-top: 7.25rem;
  }
  .modular.agenda {
    padding-bottom: 12.5rem;
  }
}

.title-svg {
  margin-bottom: 1rem;
}
.title-arrow {
  margin-top: 2rem;
}
@media (min-width: 64em) {
  .title-arrow {
    margin-top: 4rem;
  }
}
@media (min-width: 70em) {
  .title-arrow {
    margin-top: 6.25rem;
  }
}

.agenda-files {
  margin-top: 2rem;
  flex-wrap: wrap;
}
.agenda-dates {
  margin-top: 4rem;
}
.agenda-dates-card {
  margin-bottom: 1.5rem;
}
.agenda-dates-date {
  position: relative;
}
.agenda-dates-date .day {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
.agenda-dates-date .month {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
.agenda-dates-date:after {
  position: absolute;
  content: "";
  background-color: #D6D5CC;
  z-index: -1;
  height: 2.5rem;
  width: 100%;
  top: -0.4rem;
  left: 0.5rem;
}
.agenda-dates-desc {
  padding-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.agenda-dates-desc li {
  list-style: none;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.agenda-dates-desc b {
  font-weight: 600;
}
.agenda-illustration {
  position: absolute;
  z-index: -1;
  bottom: -12rem;
  right: -2rem;
  max-width: 80%;
  display: none;
}
.agenda-illustration svg {
  width: 100%;
}
@media (min-width: 50em) {
  .agenda-illustration {
    display: block;
  }
}

.download-arrow {
  transform: translateY(0);
  -webkit-transition: transform 200ms ease-in-out;
  -moz-transition: transform 200ms ease-in-out;
  -ms-transition: transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
}
.download-link {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  margin-bottom: 1rem;
}
.download-link svg {
  color: #343434;
  margin-right: 0.5rem;
}
.download-link:hover .download-arrow {
  transform: translateY(0.25rem);
}
.download-link:not(:last-child) {
  margin-right: 2rem;
}

.gallery-element-top, .gallery-element-bottom {
  position: absolute;
  z-index: -1;
}
@media (max-width: 41.25em) {
  .gallery-element-top, .gallery-element-bottom {
    display: none;
  }
}
.gallery-element-top {
  top: -2rem;
  left: -2rem;
}
.gallery-element-bottom {
  bottom: 0;
  right: -2rem;
}
.gallery-list {
  position: relative;
  margin-top: 4rem;
}
.gallery-list-img {
  width: 100%;
  height: 16rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery-list-link {
  display: inline-block;
  padding: 1.25rem 2rem;
  background-color: #D6D5CC;
  color: #343434;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0em;
  width: 100%;
  transform: translate(1rem, -50%);
}
.gallery-list-link span {
  margin-right: 1.125rem;
  -webkit-transition: margin-right 200ms ease-in-out;
  -moz-transition: margin-right 200ms ease-in-out;
  -ms-transition: margin-right 200ms ease-in-out;
  -o-transition: margin-right 200ms ease-in-out;
  transition: margin-right 200ms ease-in-out;
}
.gallery-list-link svg {
  color: #343434 !important;
}
.gallery-list-link:hover {
  color: #8B994B;
}
.gallery-list-link:hover span {
  margin-right: 1.5rem;
}

@media (min-width: 70em) {
  .contact {
    margin-bottom: 4rem;
  }
}
.contact-desc {
  margin-bottom: 3rem;
}
.contact-email {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.005em;
}
@media (min-width: 50em) {
  .contact-email {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.005em;
  }
}
@media (min-width: 64em) {
  .contact-email {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.005em;
  }
}
@media (min-width: 70em) {
  .contact-email {
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.005em;
  }
}
@media (min-width: 70em) and (max-width: 76.25em) {
  .contact-email {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3541666667;
    letter-spacing: -0.005em;
  }
}
.contact-social {
  margin-top: 4rem;
}
.contact-social a {
  display: inline-block;
  color: #343434;
}
.contact-social a:hover {
  color: #8B994B;
}
.contact-social a:not(:last-child) {
  margin-right: 2rem;
}
.contact-social svg {
  height: 4rem;
  width: 4rem;
}
.about-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.about-files {
  margin-top: 2rem;
  flex-wrap: wrap;
}
.about-illustration img {
  max-height: 20rem;
  max-width: 32.5rem;
}
@media (min-width: 64em) {
  .about-illustration img {
    max-height: 32.5rem;
    max-width: 32.5rem;
  }
}

.team-list {
  position: relative;
}
.team-group {
  margin-bottom: 4rem;
}
.team-group h2 {
  margin-bottom: 2rem;
}
.team-card {
  margin-bottom: 2rem;
}
.team-card-img {
  width: 100%;
  height: 25rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.team-card-title {
  padding-top: 1rem;
}
.team-card-meta {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
}
.team-card-meta p {
  margin-bottom: 0.25rem;
}

.privacy h1 {
  margin-bottom: 1rem;
  word-wrap: break-word;
  hyphens: auto;
}
@media (min-width: 64em) {
  .privacy h1 {
    margin-bottom: 2rem;
  }
}
.privacy h6 {
  margin-top: 2rem;
}

.footer h5 {
  margin-bottom: 1.5rem;
  vertical-align: baseline;
  line-height: 1rem;
  padding-top: 2rem;
}
.footer-illustration {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
  width: 100%;
  color: #D6D5CC;
  overflow: hidden;
}
.footer-illustration-stretch {
  display: none;
}
@media (min-width: 64em) {
  .footer-illustration-main svg {
    width: 100%;
  }
}
@media (min-width: 119.9375em) {
  .footer-illustration {
    display: flex;
  }
  .footer-illustration-main, .footer-illustration-stretch {
    display: flex;
    align-items: flex-end;
  }
  .footer-illustration-main svg {
    width: 119.9375rem;
  }
  .footer-illustration-stretch {
    margin-left: -0.9375rem;
  }
}
.footer-illustration-spacing {
  height: 12rem;
  position: relative;
}
@media (min-width: 31.25em) {
  .footer-illustration-spacing {
    height: 13rem;
  }
}
@media (min-width: 56.25em) {
  .footer-illustration-spacing {
    height: 15rem;
  }
}
@media (min-width: 88.75em) {
  .footer-illustration-spacing {
    height: 18rem;
  }
}
.footer-desc-row {
  padding-top: 2rem;
  margin-bottom: 3.75rem;
}
@media (min-width: 50em) {
  .footer-desc-row {
    padding-top: 0;
    margin-bottom: 6.25rem;
  }
}
.footer-partner-row {
  display: none;
}
@media (min-width: 64em) {
  .footer-partner-row {
    display: flex;
  }
}
.footer-partner-item h5 {
  margin-bottom: 2rem;
}
@media (min-width: 64em) {
  .footer-partner-item h5 {
    margin-bottom: 4rem;
  }
}
.footer-partner-item-images {
  display: flex;
  align-items: center;
  height: 6.25rem;
}
.footer-partner-item-images a:not(:last-child) {
  margin-right: 2rem;
}
.footer-partner-item-images img {
  width: 100%;
  max-width: 20rem;
  max-height: 6.25rem;
  min-width: 12rem;
}
.footer-logo {
  margin-bottom: 0.75rem;
  height: 3rem;
}
@media (min-width: 50em) {
  .footer-logo {
    margin-bottom: 1.5rem;
  }
}
.footer-links > *:not(:last-child) {
  display: none;
}
@media (min-width: 50em) {
  .footer-links > *:not(:last-child) {
    display: block;
  }
}
.footer-links-desc {
  margin-bottom: 1rem;
}
.footer-links-list {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.footer-links-list li {
  list-style: none;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4444444444;
  letter-spacing: 0em;
}
.footer-links-list li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.footer-links-list a {
  color: #343434;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.footer-links-list a:hover {
  opacity: 1;
}
.footer-top {
  background-color: #D6D5CC;
  padding-top: 1rem;
  padding-bottom: 4rem;
}
.footer-bottom {
  background-color: #999894;
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
}
.footer-bottom span, .footer-bottom a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
}
.footer-bottom a {
  color: #343434;
}
.footer-bottom a:hover {
  color: #000;
}
.footer-bottom-left, .footer-bottom-right {
  display: flex;
  align-items: center;
  align-content: center;
}
.footer-bottom-left {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 50em) {
  .footer-bottom-left {
    margin-bottom: 0;
    justify-content: flex-start;
  }
}
.footer-bottom-right {
  justify-content: center;
}
.footer-bottom-right a:not(:last-child):after {
  content: "|";
  padding-left: 0.6rem;
  opacity: 0.6;
}
.footer-bottom-right a:not(:first-child) {
  padding-left: 0.5rem;
}
@media (min-width: 50em) {
  .footer-bottom-right {
    justify-content: flex-end;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 103;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
  overflow: hidden;
  height: 100%;
  max-height: calc(100vh - 2rem);
  width: 90%;
  max-width: 60rem;
}
.modal.open {
  display: block;
}
.modal-header {
  height: 3rem;
  margin-bottom: 1rem;
}
.modal-header svg {
  height: 2rem;
  width: 2rem;
}
.modal-header .modal-close {
  margin-left: auto;
  margin-right: 0;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.modal-header .modal-close:hover {
  opacity: 1;
}
.modal-body {
  max-width: 90vw;
  height: calc(100% - 4rem);
  overflow: auto;
}
.modal-overlay {
  display: none;
  position: fixed;
  z-index: 102;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-overlay.open {
  display: block;
}
.modal-link-list-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.modal-link-list-item a {
  display: inline-block;
  padding: 1.25rem 2rem;
  border: #343434 solid 0.125rem;
  color: #343434;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0em;
  height: 100%;
  width: 100%;
  -webkit-transition: border 200ms ease-in-out;
  -moz-transition: border 200ms ease-in-out;
  -ms-transition: border 200ms ease-in-out;
  -o-transition: border 200ms ease-in-out;
  transition: border 200ms ease-in-out;
}
.modal-link-list-item a span {
  margin-right: 1.125rem;
  -webkit-transition: margin-right 200ms ease-in-out;
  -moz-transition: margin-right 200ms ease-in-out;
  -ms-transition: margin-right 200ms ease-in-out;
  -o-transition: margin-right 200ms ease-in-out;
  transition: margin-right 200ms ease-in-out;
}
.modal-link-list-item a svg {
  color: #343434 !important;
}
.modal-link-list-item a:hover {
  border-color: #8B994B;
  color: #8B994B;
}
.modal-link-list-item a:hover span {
  margin-right: 1.5rem;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  flex-direction: column;
}
@media (min-width: 50em) {
  .cc-window.cc-banner {
    flex-direction: row;
  }
}
@media (min-width: 64em) {
  .cc-window.cc-banner {
    padding: 1em 6em;
  }
}
.cc-window.cc-banner .cc-message {
  margin-bottom: 2rem;
}
@media (min-width: 50em) {
  .cc-window.cc-banner .cc-message {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}
.cc-window.cc-banner .cc-compliance {
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
@media (min-width: 50em) {
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 0;
    flex: 0;
  }
}

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