@charset "UTF-8";
/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  font-family: franklin-gothic-urw, sans-serif;
  margin: 0;
}

/*
  3. Allow percentage-based heights in the application
*/
html,
body {
  height: 100%;
  overflow-x: hidden;
}

/*
  Smooth scroll for id links
*/
html {
  scroll-behavior: smooth;
}

/*
  Typographic tweaks!
  4. Add accessible line-height
  5. Improve text rendering
*/
body {
  line-height: 1.5;
  max-width: 100vw;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/*
  6. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/*
  7. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
}

/*
  8. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.sitename {
  align-items: center;
  color: #fff;
  display: flex;
  height: 40px;
  text-decoration: none;
}
.sitename .divider {
  background-color: #fff;
  height: 100%;
  margin: 0 10px;
  width: 1px;
}
@media (min-width: 550px) {
  .sitename .divider {
    margin: 0 10px;
  }
}
.sitename .name {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 600;
  font-family: franklin-gothic-urw, sans-serif;
}
.header-main .sitename .name {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.0142857143em;
  font-weight: 600;
  font-family: franklin-gothic-urw, sans-serif;
}
@media (min-width: 550px) {
  .header-main .sitename .name {
    font-size: 1.25rem;
  }
}

.nav-open {
  height: 100vh;
  overflow: hidden;
}

main {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 90;
}
.nav-open .overlay {
  display: block;
}

.sronly {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vssl-stripe-column,
.column {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 700px;
  padding-left: 120px;
  padding-right: 120px;
  position: relative;
  z-index: 0;
}
@media (max-width: 899px) {
  .vssl-stripe-column,
.column {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 760px) {
  .vssl-stripe-column,
.column {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 599px) {
  .vssl-stripe-column,
.column {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.vssl-stripes--grid {
  box-sizing: content-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 4em;
  padding-right: 4em;
}
@media (max-width: 899px) {
  .vssl-stripes--grid {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 760px) {
  .vssl-stripes--grid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 599px) {
  .vssl-stripes--grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.vssl-stripe--link + .vssl-stripe--link,
.vssl-stripe--file + .vssl-stripe--file,
.vssl-stripe--cta + .vssl-stripe--cta,
.vssl-stripe--related + .vssl-stripe--related {
  margin-top: -30px;
}

.vssl-admin .vssl-modal-back .vssl-text-icon {
  position: relative;
  top: 4px;
}

.vssl-page--editor .vssl-stripe,
.vssl-page--editor .vssl-stripe-column {
  max-width: 100%;
}

.vssl-dropzone-container {
  width: 100%;
}

.header-main {
  align-items: center;
  background: #141e3c;
  color: #fff;
  column-gap: 20px;
  display: flex;
  flex: 1 0 auto;
  height: 45px;
  justify-content: space-between;
  max-height: 80px;
  padding: 0 20px;
  position: relative;
  z-index: 100;
}
@media (min-width: 550px) {
  .header-main {
    height: 80px;
    padding: 0 50px;
  }
}
.header-main::after {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 100;
}
.header-main nav {
  height: 100%;
}
.header-main .sitename {
  position: relative;
  z-index: 101;
}
@media (max-width: 549px) {
  .header-main .sitename {
    height: 30px;
  }
}
@media (max-width: 549px) {
  .header-main .logo {
    max-width: 65px;
  }
}

.primary-nav__input {
  position: absolute;
  left: -100vw;
}
@media (min-width: 1300px) {
  .primary-nav__input {
    display: none;
  }
}
.primary-nav__input:checked ~ .primary-nav {
  transform: none;
}
.primary-nav__input:checked ~ .primary-nav__label .hamburger .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.primary-nav__input:checked ~ .primary-nav__label .hamburger .line:nth-child(2) {
  opacity: 0;
}
.primary-nav__input:checked ~ .primary-nav__label .hamburger .line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.primary-nav__label {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  position: relative;
  z-index: 101;
}
@media (min-width: 1300px) {
  .primary-nav__label {
    display: none;
  }
}

.hamburger {
  box-sizing: content-box;
  color: #fff;
  cursor: pointer;
  height: 16px;
  padding: 5px;
  width: 21px;
}
.hamburger .line {
  background-color: currentColor;
  display: block;
  height: 2px;
  margin: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.hamburger .line:nth-child(2) {
  margin: 5px 0;
}

.primary-nav {
  list-style: none;
  padding: 0;
}
@media (max-width: 1299px) {
  .primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
    background: #141e3c;
    height: calc(100vh - 80px);
    max-width: 400px;
    padding: 30px 20px 30px 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    width: 100%;
  }
}
@media (max-width: 549px) {
  .primary-nav {
    height: calc(100vh - 45px);
  }
}
@media (min-width: 1300px) {
  .primary-nav {
    display: flex;
  }
}

.primary-nav__link {
  font-size: 1.0625rem;
  line-height: 1.2941176471;
  letter-spacing: -0.0058823529em;
  font-weight: 400;
  font-family: franklin-gothic-urw, sans-serif;
  align-items: center;
  color: #fff;
  display: flex;
  height: 40px;
  overflow-y: hidden;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  width: 100%;
  z-index: 101;
}
@media (min-width: 1300px) {
  .primary-nav__link {
    height: 80px;
  }
}
.primary-nav__link:hover::before, .primary-nav__link:focus::before {
  transform: none;
}
.primary-nav__link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #eb5f0c;
  display: block;
  height: 100%;
  transform: translateX(-100%);
  transition: transform 0.2s ease-in-out;
  width: 5px;
}
@media (min-width: 1300px) {
  .primary-nav__link::before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    top: initial;
    transform: translateY(100%);
    width: 100%;
  }
}
.exact-active .primary-nav__link {
  font-weight: 600;
}

.header-dropdown {
  align-items: center;
  display: flex;
  max-width: 350px;
  position: relative;
}
@media (max-width: 1299px) {
  .header-dropdown {
    display: block;
    padding-top: 20px;
  }
}
@media (min-width: 1300px) {
  .header-dropdown {
    padding-left: 20px;
  }
}
.header-dropdown input[type=checkbox] {
  position: absolute;
  left: -200vw;
}
.header-dropdown input[type=checkbox]:checked ~ ul {
  opacity: 1;
  z-index: 999;
}
.header-dropdown input[type=checkbox]:checked ~ ul a {
  z-index: 100;
}
.header-dropdown input[type=checkbox]:checked ~ label .icon {
  transform: rotate(90deg);
}
.header-dropdown label {
  font-size: 1.0625rem;
  line-height: 1.2941176471;
  letter-spacing: -0.0058823529em;
  font-weight: 400;
  font-family: franklin-gothic-urw, sans-serif;
  color: #fff;
  gap: 40px;
  padding-left: 20px;
  transition: all 0.1s ease-in;
  z-index: 101;
}
@media (max-width: 1299px) {
  .header-dropdown label {
    font-size: 0.9375rem;
    color: #ddd;
    text-transform: uppercase;
  }
}
@media (min-width: 1300px) {
  .header-dropdown label {
    align-items: center;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    display: flex;
    padding: 10px 15px;
  }
  .header-dropdown label:hover, .header-dropdown label:focus {
    background: #21375d;
    color: #fff;
  }
}
.header-dropdown label .icon {
  display: none;
}
@media (min-width: 1300px) {
  .header-dropdown label .icon {
    display: block;
    margin-left: auto;
    transform: rotate(-90deg);
  }
}
.header-dropdown label .icon path {
  fill: #fff;
  transition: fill 0.1s ease-in;
}
.header-dropdown ul {
  display: block;
  list-style: none;
  padding: 0;
}
@media (min-width: 1300px) {
  .header-dropdown ul {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 105;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    transform: translateY(calc(100% - 20px));
    opacity: 0;
    padding: 15px 20px;
    transition: opacity 0.3s ease-in-out;
    width: 210px;
  }
  .header-dropdown ul::before {
    position: absolute;
    top: -5px;
    right: 15px;
    height: 0;
    width: 0;
    content: "";
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
}
.header-dropdown a {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: -0.0277777778em;
  font-weight: 400;
  font-family: franklin-gothic-urw, sans-serif;
  color: #fff;
  display: block;
  position: relative;
  text-decoration: none;
}
@media (max-width: 1299px) {
  .header-dropdown a {
    overflow-y: hidden;
    padding: 5px 0 5px 20px;
  }
  .header-dropdown a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #eb5f0c;
    display: block;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in-out;
    width: 5px;
  }
  .header-dropdown a:hover::before, .header-dropdown a:focus::before {
    transform: none;
  }
}
@media (min-width: 1300px) {
  .header-dropdown a {
    color: #141e3c;
    z-index: -1;
  }
  .header-dropdown a:hover::before, .header-dropdown a:focus::before {
    background: #eb5f0c;
  }
  .header-dropdown a::before {
    height: 5px;
    width: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    background: transparent;
    border-radius: 50%;
    transform: translate(calc(-100% - 5px), -50%);
    transition: background 0.3s ease-in-out;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}
body.vssl-modal--open {
  position: fixed;
  width: 100%;
}

.vssl-page {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
.vssl-page.vssl-page--editor {
  background-color: #f5f5f5;
  margin-bottom: 0;
  margin-top: 0;
  padding: 70px 0;
}
.vssl-page.vssl-page--editor .vssl-stripes {
  min-height: 36em;
}
.vssl-page.vssl-page--editor .vssl-stripes .vssl-stripe-column {
  margin-top: 0;
}
.vssl-page.vssl-page--editor .vssl-stripes .vssl-stripe {
  margin: 20px 60px;
}
.vssl-page .stripes--main {
  display: block;
  max-width: 1320px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media (min-width: 1200px) {
  .vssl-page .stripes--main {
    display: flex;
    column-gap: 50px;
    margin-top: -90px;
    padding-left: 120px;
  }
}
.vssl-page .stripes--main .right {
  order: 2;
  flex: 1;
}
@media (min-width: 1200px) {
  .vssl-page .stripes--main .right .vssl-stripe--attributes {
    margin-left: 0;
    float: none;
  }
}
.vssl-page .stripes--main .left {
  margin: 0 auto;
  max-width: 800px;
}
@media (min-width: 1200px) {
  .vssl-page .stripes--main .left {
    margin-left: 0;
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .vssl-page .stripes--main .left .vssl-stripe-column {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .vssl-page .stripes--main .left .vssl-stripe--gallery {
    margin-top: 0;
  }
}
.vssl-page .stripes--main .left .vssl-stripe--textblock {
  margin-top: 80px;
}
.vssl-page .vssl-stripes .ql-editor a,
.vssl-page .vssl-stripes a {
  text-decoration: none;
}

.error-page {
  padding: 50px 0;
}
.error-page h3 {
  font-size: 1.5rem;
  line-height: 1.0833333333;
  letter-spacing: -0.0208333333em;
  font-weight: 600;
  font-family: adobe-caslon-pro, serif;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .error-page h3 {
    font-size: 2.5rem;
    line-height: 1.05;
  }
}
.error-page .btn {
  background-color: #232d4b;
  max-width: 400px;
  margin: 0 auto;
}

.footer-main {
  background-color: #232d4b;
  color: #fff;
  column-gap: 100px;
  flex: 1 0 auto;
  padding: 40px 50px;
  row-gap: 30px;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
}
.footer-main .sitename {
  display: block;
  row-gap: 10px;
  height: auto;
}
.footer-main .sitename svg {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .footer-main .sitename svg {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-main .logo {
  flex: 1 0 auto;
}

.navbar {
  column-gap: 100px;
  flex: 1 0 auto;
  row-gap: 30px;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
}
@media (min-width: 750px) {
  .navbar {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
    text-align: left;
    justify-content: space-evenly;
    justify-items: center;
  }
}
@media (min-width: 1400px) {
  .navbar {
    grid-template-columns: repeat(4, auto);
    justify-content: space-between;
  }
}

.footer-main__list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(4, auto);
  list-style: none;
  padding: 0;
}
.contact .footer-main__list {
  display: block;
}
.footer-main__nav .footer-main__list {
  column-gap: 50px;
  grid-auto-flow: column;
  row-gap: 10px;
}
@media (max-width: 1400px) {
  .footer-main__nav .footer-main__list {
    display: block;
  }
}

.footer-main__item {
  align-items: center;
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}
.footer-main__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .contact .footer-main__item, .footer-main__nav .footer-main__item {
    justify-content: center;
  }
}
@media (min-width: 1400px) {
  .footer-main__nav .footer-main__item {
    margin: 0;
  }
}
.footer-main__item .icon--location {
  align-self: flex-start;
  margin-top: 3px;
}
.footer-main__item a,
.footer-main__item span {
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  letter-spacing: -0.0013333333em;
}

.footer-main__link {
  color: #fff;
  text-decoration: none;
}
.footer-main__link:hover, .footer-main__link:focus {
  text-decoration: underline;
}

@media (min-width: 750px) and (max-width: 1399px) {
  .contact {
    order: 3;
  }
}

@media (min-width: 750px) and (max-width: 1399px) {
  .footer-main__nav {
    grid-row: 1/3;
    grid-column: 2;
  }
}

@media (min-width: 750px) {
  .footer-main__socialz {
    order: 4;
  }
}
.footer-main__socialz .btn {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  color: #fff;
  display: flex;
  gap: 10px;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  transition: background 0.1s ease-in;
  width: 200px;
}
.footer-main__socialz .btn:hover, .footer-main__socialz .btn:focus {
  background: #21375d;
}
@media (max-width: 750px) {
  .footer-main__socialz .btn {
    margin: 0 auto;
  }
}

.pagefooter--sub {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #232d4b;
  padding: 0 50px 40px;
}
@media (min-width: 1100px) {
  .pagefooter--sub {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
  }
}
.pagefooter--sub ul {
  padding: 0;
  list-style: none;
  margin: 0 0 15px;
}
@media (min-width: 1100px) {
  .pagefooter--sub ul {
    margin-bottom: 0;
  }
}
.pagefooter--sub li {
  display: inline-block;
  margin: 2px 12px;
}
@media (min-width: 1100px) {
  .pagefooter--sub li {
    margin-left: 0;
    margin-right: 20px;
  }
}
.pagefooter--sub a {
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  font-family: franklin-gothic-urw, sans-serif;
  color: inherit;
  text-decoration: none;
}
.pagefooter--sub a:hover, .pagefooter--sub a:focus {
  text-decoration: underline;
}
.pagefooter--sub .superfooter__legal {
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  font-family: franklin-gothic-urw, sans-serif;
  white-space: nowrap;
}

.btn {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: -0.0125em;
  font-weight: 400;
  font-family: franklin-gothic-urw, sans-serif;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 40px;
  text-decoration: none;
}
.btn:hover, .btn:focus {
  background-color: #21375d;
}

.form-wrap {
  display: flex;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 750px) {
  .form-wrap {
    max-width: 620px;
    margin: 0 auto;
  }
}

.form__section {
  max-width: calc(50% - 5px);
  min-width: calc(50% - 5px);
  margin-left: 10px;
}
@media (min-width: 750px) {
  .form__section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    flex-direction: row;
  }
}
.news-events .form__section {
  max-width: 100%;
}
.form__section:first-child {
  margin-left: 0;
}
.form__section label {
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: -0.000625em;
  font-weight: 400;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  color: #666;
}

.form__filter,
.form__sort {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 750px) {
  .form__filter,
.form__sort {
    align-items: center;
    flex-direction: row;
  }
}
.form__filter label,
.form__sort label {
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: -0.000625em;
  font-weight: 400;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  color: #666;
}

.dropdown {
  color: #666;
  position: relative;
}
.news-events .dropdown {
  flex: 1 0 auto;
  max-width: 200px;
}
.dropdown.has-active .dropdown-toggle {
  background-color: #21375d;
  color: #fff;
}
.dropdown.has-active .dropdown-toggle::after {
  content: "×";
  height: 24px;
  width: auto;
  border: 0;
  font-size: 24px;
  line-height: 24px;
  margin-top: -12px;
  transform: none;
}
.dropdown .dropdown-toggle {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #999;
  display: block;
  min-height: 0;
  padding: 11px 30px 9px 10px;
}
@media (min-width: 750px) {
  .dropdown .dropdown-toggle {
    min-width: 200px;
  }
}
.dropdown .dropdown-toggle:hover, .dropdown .dropdown-toggle:focus {
  background-color: #f9fbfc;
  box-shadow: none;
  color: #21375d;
  text-decoration: none;
  text-shadow: 0 0 0 #21375d;
}
.dropdown .dropdown-toggle::after {
  height: 0.5rem;
  width: 0.5rem;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  bottom: 0;
  content: "";
  background: 0 0;
  border-color: transparent transparent #232d4b #232d4b;
  border-style: solid;
  border-width: 0 0 2px 2px;
  display: block;
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.show .dropdown .dropdown-toggle {
  color: #21375d;
}
.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 1000;
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 5px;
  border: 0;
  box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.18);
  color: #222;
  display: none;
  float: left;
  font-size: 0.9rem;
  list-style: none;
  margin: 0.125rem 0 0;
  max-width: 300px;
  min-width: 300px;
  overflow: visible;
  padding: 0;
  text-align: left;
}
@media (max-width: 750px) {
  .dropdown .dropdown-menu {
    float: none;
  }
}
@media (min-width: 750px) {
  .dropdown .dropdown-menu {
    left: auto;
    right: -10px;
  }
}
.dropdown .dropdown-menu.show {
  display: block;
}
.dropdown .dropdown-menu.dropdown-menu--right {
  left: auto;
  right: -10px;
}
.dropdown .dropdown-menu.dropdown-menu--right::before, .dropdown .dropdown-menu.dropdown-menu--right::after {
  left: auto;
  right: 0.5em;
}
.dropdown .dropdown-menu::before, .dropdown .dropdown-menu::after {
  position: absolute;
  left: 0.5em;
  z-index: -1;
  content: "";
  display: block;
  font-size: 2.5em;
  height: 14px;
  line-height: 1.25;
  transform: rotate(45deg);
  width: 14px;
}
@media (min-width: 750px) {
  .dropdown .dropdown-menu::before, .dropdown .dropdown-menu::after {
    left: auto;
    right: 0.5em;
  }
}
.dropdown .dropdown-menu::before {
  background: #fff;
  top: -7px;
}
.dropdown .dropdown-menu::after {
  box-shadow: -2px -2px 2px 0 rgba(0, 0, 0, 0.12);
  top: -6px;
}
.dropdown .dropdown-menu .card-body {
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.dropdown .dropdown-menu .card-body::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  content: " ";
  display: block;
  height: 24px;
  pointer-events: none;
}
.dropdown .dropdown-menu .dropdown-menu-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 0.9375rem;
  padding-top: 0.5rem;
  position: relative;
}
.dropdown .dropdown-menu .filter-option {
  order: 2;
  margin: 0;
}
.dropdown .dropdown-menu .dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #222;
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.33333333;
  overflow: hidden;
  padding: 0.5rem 1.5rem 0.5rem 2.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  text-align: inherit;
  text-overflow: ellipsis;
  white-space: normal;
  white-space: nowrap;
  width: 100%;
}
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #f9fbfc;
  color: #21375d;
}

.teaser {
  color: #fff;
  display: block;
  text-decoration: none;
}
.teaser .teaser__image {
  align-items: center;
  background: #fff;
  display: flex;
}
.teaser .teaser__image img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.venture--teaser {
  margin: 0 20px;
  text-align: center;
}
.page--ventures .venture--teaser {
  width: 100%;
}
@media (min-width: 425px) {
  .page--ventures .venture--teaser {
    margin: 0 20px;
    max-width: unset;
    width: calc(50% - 40px);
  }
}
@media (min-width: 750px) {
  .page--ventures .venture--teaser {
    width: calc(33.33333% - 40px);
  }
}
@media (min-width: 1024px) {
  .page--ventures .venture--teaser {
    width: calc(25% - 40px);
  }
}
@media (min-width: 1400px) {
  .page--ventures .venture--teaser {
    width: calc(20% - 40px);
  }
}
.venture--teaser:hover img, .venture--teaser:focus img {
  filter: grayscale(0%);
  transform: scale(1.1);
}
.venture--teaser:hover .venture__title, .venture--teaser:focus .venture__title {
  text-decoration: underline;
}
.page--ventures .venture--teaser:hover .venture__title, .page--ventures .venture--teaser:focus .venture__title {
  color: #009fdf;
}
.venture--teaser:hover .teaser__image, .venture--teaser:focus .teaser__image {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
.page-is-home .venture--teaser {
  width: 150px;
}
.venture--teaser .teaser__image {
  align-items: center;
  aspect-ratio: 1;
  border-radius: 5px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  height: auto;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
  width: 100%;
}
.venture--teaser .teaser__image img {
  aspect-ratio: auto;
  transition: all 0.3s ease-in-out;
  padding: 10px;
}
.venture--teaser img {
  filter: grayscale(100%);
  transition: all 0.3s ease-in;
}
.venture--teaser .venture__title {
  font-size: 1.25rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-weight: 500;
  font-family: franklin-gothic-urw, sans-serif;
  margin-bottom: 10px;
}
.page--ventures .venture--teaser .venture__title {
  color: #21375d;
}
.venture--teaser .venture__year {
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  letter-spacing: -0.0153846154em;
  font-family: franklin-gothic-urw, sans-serif;
  color: #ccc;
}
.page--ventures .venture--teaser .venture__year {
  color: #666;
}

.post--teaser {
  border-left: 4px solid #eb5f0c;
  box-sizing: content-box;
  display: block;
  max-width: 325px;
  margin-bottom: 30px;
}
.post--teaser:hover, .post--teaser:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.page--news .post--teaser:hover, .page--news .post--teaser:focus {
  background-color: transparent;
}
@media (min-width: 750px) {
  .post--teaser {
    align-items: center;
    display: flex;
  }
}
.page-is-home .post--teaser {
  padding-left: 20px;
}
.post--teaser .teaser__image {
  margin-bottom: 10px;
  overflow: hidden;
}
.post--teaser img {
  transition: transform 0.3s ease-in-out;
}
.post--teaser .teaser__body {
  max-width: 600px;
}
.post--teaser h3 {
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: -0.0090909091em;
  font-weight: 600;
  font-family: franklin-gothic-urw, sans-serif;
  margin-bottom: 5px;
}
.post--teaser .teaser__url {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: -0.0142857143em;
  font-weight: 400;
  font-family: franklin-gothic-urw, sans-serif;
  color: #ccc;
}
.post--teaser .teaser__label {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.09375em;
  font-weight: 600;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.event--teaser {
  color: #21375d;
  margin-bottom: 10px;
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}
.event--teaser .event__date {
  color: #666;
}
.event--teaser .event__title {
  font-size: 1.25rem;
  line-height: 1.1;
  letter-spacing: -0.005em;
  font-weight: 500;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  margin-bottom: 5px;
}
.event--teaser .event__date {
  font-size: 0.875rem;
  line-height: 1.1428571429;
  letter-spacing: -0.0071428571em;
  font-weight: 500;
}

.vssl-page .vssl-stripes .vssl-stripe--attributes {
  background-color: #e9f0fc;
  max-width: 550px;
  margin: -40px auto 0;
  position: relative;
  width: 100%;
  z-index: 20;
}
@media (min-width: 1200px) {
  .vssl-page .vssl-stripes .vssl-stripe--attributes {
    float: right;
    max-width: 420px;
    margin-left: 30px;
    margin-top: 0;
  }
}
.vssl-page .vssl-stripes .vssl-stripe--attributes .vssl-stripe-column {
  padding: 40px 30px;
}
@media (min-width: 550px) {
  .vssl-page .vssl-stripes .vssl-stripe--attributes .vssl-stripe-column {
    padding: 40px 50px;
  }
}
.vssl-page .vssl-stripes .vssl-stripe--attributes--field {
  margin-bottom: 20px;
}
.vssl-page .vssl-stripes .vssl-stripe--attributes--label {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  color: #666;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.vssl-page .vssl-stripes .vssl-stripe--attributes--value {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0em;
}
.vssl-page .vssl-stripes .vssl-stripe--attributes--value a {
  color: #21375d;
  text-decoration: underline;
}
.vssl-page .vssl-stripes .vssl-stripe--attributes--value a:hover, .vssl-page .vssl-stripes .vssl-stripe--attributes--value a:focus {
  text-decoration: none;
  color: #232d4b;
}

@media (min-width: 1200px) {
  .vssl-page[data-type=person] .vssl-stripes .vssl-stripe--attributes {
    margin-top: -40px;
  }
}

.vssl-page--editor .vssl-stripes .vssl-stripe--attributes {
  float: none;
}
.vssl-page--editor .vssl-stripes .vssl-stripe--attributes.vssl-stripe {
  margin: 0 auto;
}

.vssl-page .vssl-stripes .vssl-stripe--break .vssl-stripe-column {
  max-width: 1000px;
}
.vssl-page .vssl-stripes .vssl-stripe--break h2 {
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: -0.0003333333em;
  font-weight: 600;
  font-family: adobe-caslon-pro, serif;
  color: #141e3c;
  margin: 40px auto;
  max-width: 700px;
}
.vssl-page .vssl-stripes .vssl-stripe--break h2 em {
  font-family: inherit;
}

.vssl-page .vssl-stripes .vssl-stripe--contact {
  margin: 40px 0;
}
.vssl-page .vssl-stripes .vssl-stripe--contact--card {
  background: #e9f0fc;
  border: none;
  border-radius: 5px;
  padding: 20px 30px;
}
.vssl-page .vssl-stripes .vssl-stripe--contact--headshot img {
  border-radius: 5px;
}
.vssl-page .vssl-stripes .vssl-stripe--contact--name {
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: -0.0003571429em;
  font-weight: 500;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  color: #141e3c;
  margin-bottom: 10px;
}
.vssl-page .vssl-stripes .vssl-stripe--contact--name a {
  color: inherit;
}
.vssl-page .vssl-stripes .vssl-stripe--contact--name a:hover, .vssl-page .vssl-stripes .vssl-stripe--contact--name a:focus {
  text-decoration: underline;
}
.vssl-page .vssl-stripes .vssl-stripe--contact--jobtitle {
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: 0em;
  font-weight: 400;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  color: #666;
  margin-bottom: 15px;
}
.vssl-page .vssl-stripes .vssl-stripe--contact--email a, .vssl-page .vssl-stripes .vssl-stripe--contact--phone a {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.009375em;
  font-weight: 400;
  font-family: franklin-gothic-urw, sans-serif;
  color: #21375d;
}
.vssl-page .vssl-stripes .vssl-stripe--contact--email a:hover, .vssl-page .vssl-stripes .vssl-stripe--contact--email a:focus, .vssl-page .vssl-stripes .vssl-stripe--contact--phone a:hover, .vssl-page .vssl-stripes .vssl-stripe--contact--phone a:focus {
  text-decoration: underline;
}
.vssl-page .vssl-stripes .vssl-stripe--contact--button {
  margin-left: auto;
}
.vssl-page .vssl-stripes .vssl-stripe--contact--button a {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: -0.00125em;
  font-weight: 400;
  font-family: franklin-gothic-urw, sans-serif;
  background: #232d4b;
  border: none;
  border-radius: 5px;
  color: #fff;
  transition: all 0.1s ease-in;
}
.vssl-page .vssl-stripes .vssl-stripe--contact--button a:hover, .vssl-page .vssl-stripes .vssl-stripe--contact--button a:focus {
  background: rgba(35, 45, 75, 0.2);
  color: #232d4b;
}

.vssl-page[data-type=person] .vssl-stripes .vssl-stripe--contact {
  background-color: #141e3c;
  margin-top: 0;
  margin-bottom: 0;
}
.vssl-page[data-type=person] .vssl-stripes .vssl-stripe--contact .vssl-stripe-column {
  max-width: 550px;
}
.vssl-page[data-type=person] .vssl-stripes .vssl-stripe--contact--card {
  background: transparent;
  padding-left: 0;
  padding-top: 40px;
  padding-bottom: 90px;
}
@media (min-width: 1000px) {
  .vssl-page[data-type=person] .vssl-stripes .vssl-stripe--contact--card {
    display: block;
  }
}
@media (min-width: 1200px) {
  .vssl-page[data-type=person] .vssl-stripes .vssl-stripe--contact--card {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.vssl-page[data-type=person] .vssl-stripes .vssl-stripe--contact--headshot {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .vssl-page[data-type=person] .vssl-stripes .vssl-stripe--contact--headshot {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    transform: translate(calc(-100% - 50px), 50px);
  }
}
.vssl-page[data-type=person] .vssl-stripes .vssl-stripe--contact--name, .vssl-page[data-type=person] .vssl-stripes .vssl-stripe--contact--jobtitle {
  color: #fff;
  text-align: center;
}
@media (min-width: 1200px) {
  .vssl-page[data-type=person] .vssl-stripes .vssl-stripe--contact--name, .vssl-page[data-type=person] .vssl-stripes .vssl-stripe--contact--jobtitle {
    text-align: left;
  }
}
.vssl-page[data-type=person] .vssl-stripes .vssl-stripe--contact--name {
  font-size: 2.0625rem;
  line-height: 1.1212121212;
  letter-spacing: 0.0151515152em;
  font-weight: 600;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
}
@media (min-width: 1200px) {
  .vssl-page[data-type=person] .vssl-stripes .vssl-stripe--contact--name {
    font-size: 2.1875rem;
    line-height: 1.0571428571;
  }
}
.vssl-page[data-type=person] .vssl-stripes .vssl-stripe--contact--jobtitle {
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: -0.0041666667em;
  font-weight: 400;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  margin: 0;
}

.vssl-page--editor[data-type=person] .vssl-stripes .vssl-stripe--contact {
  position: relative;
  z-index: 1;
}

.vssl-page .vssl-stripes .vssl-stripe--cta {
  margin: 40px 0;
}
.vssl-page .vssl-stripes .vssl-stripe--cta + .vssl-stripe--cta {
  margin-top: -30px;
}
.vssl-page .vssl-stripes .vssl-stripe--cta--card {
  background-color: #232d4b;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 35px 30px;
}
@media (min-width: 750px) {
  .vssl-page .vssl-stripes .vssl-stripe--cta--card {
    align-items: center;
    display: flex;
  }
}
.vssl-page .vssl-stripes .vssl-stripe--cta--text {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 750px) {
  .vssl-page .vssl-stripes .vssl-stripe--cta--text {
    text-align: left;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.vssl-page .vssl-stripes .vssl-stripe--cta--first {
  font-size: 1.75rem;
  line-height: 1.2142857143;
  letter-spacing: 0em;
  font-weight: 500;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  margin-bottom: 10px;
}
.vssl-page .vssl-stripes .vssl-stripe--cta--second {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  letter-spacing: -0.0138888889em;
  font-weight: 400;
  font-family: franklin-gothic-urw, sans-serif;
}
.vssl-page .vssl-stripes .vssl-stripe--cta--button {
  margin-left: auto;
}
.vssl-page .vssl-stripes .vssl-stripe--cta--button a {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: -0.00125em;
  font-weight: 400;
  font-family: franklin-gothic-urw, sans-serif;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 5px;
  color: #fff;
  transition: all 0.1s ease-in;
  width: 100%;
}
@media (min-width: 750px) {
  .vssl-page .vssl-stripes .vssl-stripe--cta--button a {
    max-width: 10em;
  }
}
.vssl-page .vssl-stripes .vssl-stripe--cta--button a:hover, .vssl-page .vssl-stripes .vssl-stripe--cta--button a:focus {
  background: #fff;
  color: #232d4b;
}

.vssl-page .vssl-stripes .vssl-stripe--file {
  margin: 40px 0;
}
.vssl-page .vssl-stripes .vssl-stripe--file + .vssl-stripe--file {
  margin-top: -30px;
}
.vssl-page .vssl-stripes .vssl-stripe--file--card {
  background: #e9f0fc;
  border: none;
  border-radius: 5px;
  color: #141e3c;
  padding: 35px;
  column-gap: 15px;
}
.vssl-page .vssl-stripes .vssl-stripe--file--icon {
  display: none;
}
@media (min-width: 1000px) {
  .vssl-page .vssl-stripes .vssl-stripe--file--icon {
    padding: 0;
    flex: 1 0 auto;
    display: block;
  }
}
.vssl-page .vssl-stripes .vssl-stripe--file--filename {
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 15px 0;
  width: 100%;
}
@media (min-width: 1000px) {
  .vssl-page .vssl-stripes .vssl-stripe--file--filename {
    margin: 0;
  }
}
.vssl-page .vssl-stripes .vssl-stripe--file--download {
  margin-left: auto;
  margin-right: 0;
}
.vssl-page .vssl-stripes .vssl-stripe--file--download a {
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  letter-spacing: -0.0013333333em;
  font-weight: 400;
  font-family: franklin-gothic-urw, sans-serif;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 5px;
  color: #141e3c;
  text-transform: none;
  transition: all 0.1s ease-in;
}
.vssl-page .vssl-stripes .vssl-stripe--file--download a:hover, .vssl-page .vssl-stripes .vssl-stripe--file--download a:focus {
  background: rgba(35, 45, 75, 0.2);
  color: #232d4b;
}

.vssl-page .vssl-stripes .vssl-stripe--gallery {
  margin: 40px auto;
  max-width: 800px;
}
.vssl-page .vssl-stripes .vssl-stripe--gallery + .vssl-stripe {
  margin-top: 3em;
}
.vssl-page .vssl-stripes .vssl-stripe--gallery .vssl-stripe-column {
  max-width: 800px;
}
@media (min-width: 900px) {
  .vssl-page .vssl-stripes .vssl-stripe--gallery .vssl-stripe-column {
    padding: 0;
  }
}
.vssl-page .vssl-stripes .vssl-stripe--gallery--image {
  margin-bottom: 10px;
}
.vssl-page .vssl-stripes .vssl-stripe--gallery--meta {
  padding: 0;
}
.vssl-page .vssl-stripes .vssl-stripe--gallery--caption {
  color: #000;
}
.vssl-page .vssl-stripes .vssl-stripe--gallery--credit {
  color: #666;
}
.vssl-page .vssl-stripes .vssl-stripe--gallery--prev .vssl-icon {
  transform: rotate(-135deg);
}
.vssl-page .vssl-stripes .vssl-stripe--gallery--next .vssl-icon {
  transform: rotate(45deg);
}
.vssl-page .vssl-stripes .vssl-stripe--gallery--counter {
  color: #232d4b;
}
.vssl-page .vssl-stripes .vssl-stripe--gallery--button {
  height: 40px;
  width: 40px;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
}
.vssl-page .vssl-stripes .vssl-stripe--gallery--button:hover, .vssl-page .vssl-stripes .vssl-stripe--gallery--button:focus {
  background: rgba(0, 0, 0, 0.8);
}
.vssl-page .vssl-stripes .vssl-stripe--gallery--button .vssl-icon {
  border: solid white;
  border-width: 3px 3px 0 0;
  display: block;
  height: 0.5em;
  margin-top: -0.25em;
  position: absolute;
  top: 50%;
  text-indent: -999em;
  width: 0.5em;
}

@media (min-width: 1200px) {
  .vssl-page[data-type=post] .vssl-stripes .vssl-stripe--gallery.is-sticky {
    margin-top: -100px;
  }
}

.vssl-page--editor .vssl-stripes .vssl-stripe--gallery {
  margin: 0 auto;
}
.vssl-page--editor .vssl-stripes .vssl-stripe--gallery .vssl-stripe--gallery--tray-caption,
.vssl-page--editor .vssl-stripes .vssl-stripe--gallery .vssl-stripe--gallery--tray-credit {
  width: auto;
}
.vssl-page--editor .vssl-stripes .vssl-stripe--gallery .vssl-stripe--gallery--tray-controls {
  box-sizing: content-box;
}

.vssl-page .vssl-stripes .vssl-stripe--googlemap {
  margin: 40px 0;
  padding: 0;
}
.vssl-page .vssl-stripes .vssl-stripe--googlemap .vssl-stripe-column {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
.vssl-page .vssl-stripes .vssl-stripe--googlemap .vssl-stripe--googlemap--embed {
  height: 23em;
  max-height: 80vh;
  position: relative;
}
.vssl-page .vssl-stripes .vssl-stripe--googlemap .vssl-stripe--googlemap--embed:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.vssl-page .vssl-stripes .vssl-stripe--googlemap .vssl-stripe--googlemap--embed.is-engaged:before {
  display: none;
}

.vssl-page .vssl-stripes .vssl-stripe--header {
  background: #141e3c;
  color: #fff;
  font-size: 2em;
  margin-bottom: 30px;
  padding: 50px 0;
}
@media (min-width: 750px) {
  .vssl-page .vssl-stripes .vssl-stripe--header {
    margin-bottom: 50px;
    padding: 80px 0;
  }
}
.vssl-page .vssl-stripes .vssl-stripe--header .vssl-stripe-column {
  box-sizing: content-box;
  max-width: 1200px;
}
.vssl-page .vssl-stripes .vssl-stripe--header--label {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.125em;
  font-weight: 600;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .vssl-page .vssl-stripes .vssl-stripe--header--body {
    justify-content: center;
    column-gap: 50px;
    display: flex;
  }
}
.vssl-page .vssl-stripes .vssl-stripe--header--hed {
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: -0.0004em;
  font-weight: 400;
  font-family: adobe-caslon-pro, serif;
  hyphens: auto;
}
@media (min-width: 1024px) {
  .vssl-page .vssl-stripes .vssl-stripe--header--hed {
    font-size: 3.75rem;
    line-height: 1;
    max-width: 60%;
  }
}
.vssl-page .vssl-stripes .vssl-stripe--header--dek {
  font-size: 1.375rem;
  line-height: 1.2727272727;
  letter-spacing: -0.0009090909em;
  max-width: 500px;
  flex: 1 0;
}
@media (min-width: 1024px) {
  .vssl-page .vssl-stripes .vssl-stripe--header--dek {
    margin-left: auto;
  }
}

.vssl-page[data-type=event] .vssl-stripes .vssl-stripe--header--body {
  display: block;
}
.vssl-page[data-type=event] .vssl-stripes .vssl-stripe--header--hed {
  font-size: 3.125rem;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .vssl-page[data-type=event] .vssl-stripes .vssl-stripe--header--hed {
    max-width: 100%;
  }
}
.vssl-page[data-type=event] .vssl-stripes .vssl-stripe--header--dek {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .vssl-page[data-type=event] .vssl-stripes .vssl-stripe--header--dek {
    max-width: 750px;
  }
}

.vssl-page[data-type=post] .vssl-stripes .vssl-stripe--header--body {
  display: block;
}
.vssl-page[data-type=post] .vssl-stripes .vssl-stripe--header--hed {
  font-size: 3.125rem;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .vssl-page[data-type=post] .vssl-stripes .vssl-stripe--header--hed {
    max-width: 100%;
  }
}
.vssl-page[data-type=post] .vssl-stripes .vssl-stripe--header--dek {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .vssl-page[data-type=post] .vssl-stripes .vssl-stripe--header--dek {
    max-width: 750px;
  }
}

.vssl-page[data-type=venture] .vssl-stripes .vssl-stripe--header {
  margin-bottom: 0;
  padding-bottom: 90px;
}
.vssl-page[data-type=venture] .vssl-stripes .vssl-stripe--header .vssl-stripe-column {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 550px) {
  .vssl-page[data-type=venture] .vssl-stripes .vssl-stripe--header .vssl-stripe-column {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.vssl-page[data-type=venture] .vssl-stripes .vssl-stripe--header--body {
  display: block;
}
.vssl-page[data-type=venture] .vssl-stripes .vssl-stripe--header--hed {
  margin-bottom: 10px;
}
@media (max-width: 550px) {
  .vssl-page[data-type=venture] .vssl-stripes .vssl-stripe--header--hed {
    font-size: 2.25rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .vssl-page[data-type=venture] .vssl-stripes .vssl-stripe--header--hed {
    max-width: 100%;
  }
}
.vssl-page[data-type=venture] .vssl-stripes .vssl-stripe--header--dek {
  margin-left: 0;
}
@media (max-width: 550px) {
  .vssl-page[data-type=venture] .vssl-stripes .vssl-stripe--header--dek {
    font-size: 1.125rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .vssl-page[data-type=venture] .vssl-stripes .vssl-stripe--header--dek {
    max-width: 750px;
  }
}

.vssl-page--editor .vssl-stripes .vssl-stripe--header .vssl-stripe-column {
  display: block;
}
.vssl-page--editor .vssl-stripes .vssl-stripe--header .ql-editor::before {
  color: rgba(255, 255, 255, 0.6);
}
.vssl-page--editor .vssl-stripes .vssl-stripe--header--hed .vssl-quill-indicator {
  top: 0.7em;
}
.vssl-page--editor .vssl-stripes .vssl-stripe--header--dek {
  margin-left: 0;
}

.vssl-page .vssl-stripes .vssl-stripe--lede {
  margin: 40px 0;
}
.vssl-page .vssl-stripes .vssl-stripe--lede p {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.00625em;
  font-weight: 400;
  font-family: adobe-caslon-pro, serif;
}

.vssl-page .vssl-stripes .vssl-stripe--link {
  margin: 40px 0;
  min-height: unset;
}
.vssl-page .vssl-stripes .vssl-stripe--link + .vssl-stripe--link {
  margin-top: -30px;
}
.vssl-page .vssl-stripes .vssl-stripe--link--card {
  background: #232d4b;
  border: none;
  border-radius: 5px;
  color: #fff;
  min-height: unset;
  padding: 30px;
  transition: all 0.2s ease-in-out;
}
.vssl-page .vssl-stripes .vssl-stripe--link--card:hover, .vssl-page .vssl-stripes .vssl-stripe--link--card:focus {
  background: #21375d;
}
.vssl-page .vssl-stripes .vssl-stripe--link--thumbnail {
  max-width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .vssl-page .vssl-stripes .vssl-stripe--link--thumbnail {
    max-width: 250px;
    min-height: 160px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.vssl-page .vssl-stripes .vssl-stripe--link--text {
  max-width: 100%;
  padding: 0;
}
.vssl-page .vssl-stripes .vssl-stripe--link--title {
  font-size: 1.5rem;
  line-height: 1.1666666667;
  letter-spacing: 0em;
  font-weight: 500;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  margin-bottom: 10px;
}
.vssl-page .vssl-stripes .vssl-stripe--link--description {
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  letter-spacing: -0.0333333333em;
  font-weight: 400;
  font-family: franklin-gothic-urw, sans-serif;
  margin: 10px 0;
}
.vssl-page .vssl-stripes .vssl-stripe--link--url {
  font-size: 0.8125rem;
  line-height: 1.1538461538;
  letter-spacing: 0em;
  font-weight: 400;
  font-family: franklin-gothic-urw, sans-serif;
  color: #ddd;
  font-style: italic;
}

.vssl-page .vssl-stripes .vssl-stripe--related {
  margin: 40px 0;
}
.vssl-page .vssl-stripes .vssl-stripe--related + .vssl-stripe--related {
  margin-top: -30px;
}
.vssl-page .vssl-stripes .vssl-stripe--related--links {
  box-shadow: none;
  max-width: 100%;
  min-height: unset;
  width: 100%;
}
.vssl-page .vssl-stripes .vssl-stripe--related--links a {
  background: #232d4b;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 30px;
  transition: all 0.2s ease-in-out;
}
.vssl-page .vssl-stripes .vssl-stripe--related--links a:hover, .vssl-page .vssl-stripes .vssl-stripe--related--links a:focus {
  background: #21375d;
}
@media (min-width: 750px) {
  .vssl-page .vssl-stripes .vssl-stripe--related--links a {
    align-items: center;
    display: flex;
  }
}
.vssl-page .vssl-stripes .vssl-stripe--related--thumbnail {
  max-width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
}
@media (min-width: 750px) {
  .vssl-page .vssl-stripes .vssl-stripe--related--thumbnail {
    max-width: 150px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.vssl-page .vssl-stripes .vssl-stripe--related--text {
  max-width: 100%;
  padding: 0;
}
.vssl-page .vssl-stripes .vssl-stripe--related--title {
  font-size: 1.5rem;
  line-height: 1.1666666667;
  letter-spacing: 0em;
  font-weight: 500;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  margin-bottom: 10px;
}
.vssl-page .vssl-stripes .vssl-stripe--related--description {
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  letter-spacing: -0.0333333333em;
  font-weight: 400;
  font-family: franklin-gothic-urw, sans-serif;
  margin: 10px 0;
}
.vssl-page .vssl-stripes .vssl-stripe--related--url {
  font-size: 0.8125rem;
  line-height: 1.1538461538;
  letter-spacing: 0em;
  font-weight: 400;
  font-family: franklin-gothic-urw, sans-serif;
  color: #ddd;
  font-style: italic;
  border: none;
}

.vssl-page .vssl-stripes .vssl-stripe--textblock {
  margin: 40px 0;
}
.vssl-page .vssl-stripes .vssl-stripe--textblock p {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: -0.0005em;
  font-weight: 400;
  font-family: franklin-gothic-urw, sans-serif;
  margin-bottom: 20px;
}
.vssl-page .vssl-stripes .vssl-stripe--textblock a {
  color: #284374;
  text-decoration: underline;
}
.vssl-page .vssl-stripes .vssl-stripe--textblock a:hover, .vssl-page .vssl-stripes .vssl-stripe--textblock a:focus {
  text-decoration: none;
}
.vssl-page .vssl-stripes .vssl-stripe--textblock h1,
.vssl-page .vssl-stripes .vssl-stripe--textblock h2 {
  color: #141e3c;
  margin: 40px 0;
}
.vssl-page .vssl-stripes .vssl-stripe--textblock h1 + ul, .vssl-page .vssl-stripes .vssl-stripe--textblock h1 + ol,
.vssl-page .vssl-stripes .vssl-stripe--textblock h2 + ul,
.vssl-page .vssl-stripes .vssl-stripe--textblock h2 + ol {
  margin-top: -20px;
}
.vssl-page .vssl-stripes .vssl-stripe--textblock h1 {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -0.00675em;
  font-weight: 500;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
}
.vssl-page .vssl-stripes .vssl-stripe--textblock h1 em {
  font-family: inherit;
}
.vssl-page .vssl-stripes .vssl-stripe--textblock h2 {
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: -0.0003333333em;
  font-weight: 600;
  font-family: adobe-caslon-pro, serif;
  margin-bottom: 20px;
}
.vssl-page .vssl-stripes .vssl-stripe--textblock h2 em {
  font-family: inherit;
}
.vssl-page .vssl-stripes .vssl-stripe--textblock ul,
.vssl-page .vssl-stripes .vssl-stripe--textblock ol {
  padding-left: 20px;
  margin: 20px 0;
}
.vssl-page .vssl-stripes .vssl-stripe--textblock li {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-bottom: 10px;
  padding-left: 10px;
}
.vssl-page .vssl-stripes .vssl-stripe--textblock li::marker {
  color: #eb5f0c;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  font-weight: 500;
}
.vssl-page .vssl-stripes .vssl-stripe--textblock blockquote {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: -0.0005555556em;
  font-weight: 400;
  font-family: franklin-gothic-urw, sans-serif;
  border-left: 3px solid #232d4b;
  padding-left: 15px;
}
@media (min-width: 750px) {
  .vssl-page .vssl-stripes .vssl-stripe--textblock hr {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 900px) {
  .vssl-page .vssl-stripes .vssl-stripe--textblock hr {
    margin-left: -75px;
    margin-right: -75px;
  }
}
@media (min-width: 1024px) {
  .vssl-page .vssl-stripes .vssl-stripe--textblock hr {
    margin-left: -150px;
    margin-right: -150px;
  }
}
.vssl-page .vssl-stripes .vssl-stripe--textblock strong {
  font-family: inherit;
}

.vssl-page[data-type=person] .vssl-stripes .vssl-stripe--textblock .vssl-stripe-column {
  max-width: 550px;
  padding: 0 30px;
}
@media (min-width: 550px) {
  .vssl-page[data-type=person] .vssl-stripes .vssl-stripe--textblock .vssl-stripe-column {
    padding: 0 50px;
  }
}
.vssl-page[data-type=person] .vssl-stripes .vssl-stripe--textblock--content {
  overflow: hidden;
}

.vssl-page[data-type=post] .vssl-stripes .vssl-stripe--textblock {
  margin-top: 40px;
}

.vssl-page[data-type=news] .vssl-stripes .vssl-stripe--textblock {
  margin-top: 40px;
}

.vssl-page[data-type=venture] .vssl-stripes .vssl-stripe--textblock {
  margin-top: 40px;
}
.vssl-page[data-type=venture] .vssl-stripes .vssl-stripe--textblock .vssl-stripe-column {
  max-width: 550px;
  padding: 0 30px;
}
@media (min-width: 550px) {
  .vssl-page[data-type=venture] .vssl-stripes .vssl-stripe--textblock .vssl-stripe-column {
    padding: 0 50px;
  }
}
.vssl-page[data-type=venture] .vssl-stripes .vssl-stripe--textblock--content {
  overflow: hidden;
}

.vssl-page--editor .vssl-stripes .vssl-stripe--textblock .vssl-stripe--textblock--content {
  overflow: visible;
}

.vssl-page .vssl-stripes .vssl-stripe--text-image {
  margin-bottom: 30px;
}
.vssl-page .vssl-stripes .vssl-stripe--text-image .vssl-stripe-column {
  column-gap: 40px;
  flex-direction: column;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 550px) {
  .vssl-page .vssl-stripes .vssl-stripe--text-image .vssl-stripe-column {
    flex-direction: row;
    align-items: center;
    max-width: 700px;
    box-sizing: content-box;
  }
}
.vssl-page .vssl-stripes .vssl-stripe--text-image--image {
  align-self: flex-start;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  max-width: 150px;
  margin: 0 auto 15px;
}
@media (min-width: 550px) {
  .vssl-page .vssl-stripes .vssl-stripe--text-image--image {
    margin: 0;
  }
}
.vssl-page .vssl-stripes .vssl-stripe--text-image--text {
  padding: 0;
  width: 100%;
  order: 2;
  text-align: center;
}
@media (min-width: 550px) {
  .vssl-page .vssl-stripes .vssl-stripe--text-image--text {
    text-align: left;
    width: 60%;
  }
}
.vssl-page .vssl-stripes .vssl-stripe--text-image--text h2 {
  font-size: 1.875rem;
  line-height: 1.1333333333;
  letter-spacing: -0.0033333333em;
  font-weight: 600;
  font-family: adobe-caslon-pro, serif;
}
.vssl-page .vssl-stripes .vssl-stripe--text-image--text p {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: -0.005em;
  font-weight: 400;
  font-family: franklin-gothic-urw, sans-serif;
}

.vssl-page .vssl-stripes .vssl-stripe--videoembed {
  margin: 40px 0;
}
.vssl-page .vssl-stripes .vssl-stripe--videoembed .vssl-stripe-column {
  max-width: 800px;
}
@media (min-width: 900px) {
  .vssl-page .vssl-stripes .vssl-stripe--videoembed .vssl-stripe-column {
    padding: 0;
  }
}

.page-is-home {
  background: #141e3c;
  color: #fff;
}

.hero {
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
}
@media (min-width: 1200px) {
  .hero {
    padding: 120px;
  }
}
.hero p {
  font-size: 1.375rem;
  line-height: 1.1818181818;
  letter-spacing: 0.0136363636em;
  font-weight: 400;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
}

.hero--inner {
  overflow-x: visible;
}

.hero__copy h1,
.hero__copy h2,
.hero__copy strong,
.hero__disclosure h1,
.hero__disclosure h2,
.hero__disclosure strong {
  font-family: adobe-caslon-pro, serif;
}
.hero__copy strong,
.hero__disclosure strong {
  font-style: italic;
}

.hero__copy {
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
@media (min-width: 750px) {
  .hero__copy {
    max-width: 650px;
  }
}
@media (min-width: 1200px) {
  .hero__copy {
    max-width: 750px;
  }
}
.hero__copy h1 {
  font-size: 2.5rem;
  line-height: 0.75;
  font-weight: 400;
  margin-bottom: 20px;
  max-width: 14ch;
}
@media (min-width: 425px) {
  .hero__copy h1 {
    font-size: 3rem;
    line-height: 0.7916666667;
  }
}
@media (min-width: 750px) {
  .hero__copy h1 {
    font-size: 5rem;
    line-height: 0.75;
  }
}
@media (min-width: 1200px) {
  .hero__copy h1 {
    font-size: 6.25rem;
    line-height: 0.8;
  }
}
.hero__copy .hero__circle {
  position: relative;
}
.hero__copy .circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: initial;
  transform: translate(-10px, 14px);
  width: 135%;
  z-index: -1;
}
@media (min-width: 750px) {
  .hero__copy .circle {
    transform: translate(-15px, 23px);
  }
}
@media (min-width: 1200px) {
  .hero__copy .circle {
    transform: translate(-20px, 30px);
  }
}
.hero__copy .circle path {
  stroke-dasharray: 512;
  stroke-dashoffset: 512;
  animation: draw 0.5s 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.hero__copy p {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.0125em;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  display: inline-block;
  max-width: 220px;
}
@media (min-width: 750px) {
  .hero__copy p {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .hero__copy p {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 350px;
    transform: translate(5%, 30%);
  }
}

.hero__about {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
@media (min-width: 1024px) {
  .hero__about {
    display: flex;
    gap: 50px;
    margin-left: auto;
    max-width: 100%;
  }
}
.hero__about video {
  margin-bottom: 20px;
  max-width: 700px;
  width: 100%;
}
@media (min-width: 1024px) {
  .hero__about video {
    max-width: 700px;
    margin-bottom: 0;
  }
}
.hero__about h2 {
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0.0277777778em;
  font-weight: 600;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  margin-bottom: 10px;
}
.hero__about p {
  margin-bottom: 20px;
}
.hero__about .btn {
  max-width: 200px;
}

.about__content {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .about__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 350px;
  }
}

.hero__disclosure {
  background: #232d4b;
  border-radius: 5px;
  padding: 30px 10px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 750px) {
  .hero__disclosure {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .hero__disclosure {
    align-items: center;
    display: flex;
    gap: 25px;
    text-align: left;
  }
}
.hero__disclosure.visible .underline path {
  stroke-dashoffset: 0;
}
.hero__disclosure h2 {
  font-size: 1.875rem;
  line-height: 1.2666666667;
  letter-spacing: -0.0066666667em;
}
@media (min-width: 750px) {
  .hero__disclosure h2 {
    white-space: nowrap;
  }
}
.hero__disclosure .disclosure__underline {
  position: relative;
}
.hero__disclosure .underline {
  position: absolute;
  bottom: -2px;
  left: 0;
}
.hero__disclosure .underline path {
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hero__disclosure p {
  font-size: 1.0625rem;
  line-height: 1.2941176471;
  letter-spacing: -0.0117647059em;
  font-family: franklin-gothic-urw, sans-serif;
  max-width: 350px;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  .hero__disclosure p {
    margin-bottom: 0;
    margin-left: 25px;
  }
}
.hero__disclosure .btn {
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .hero__disclosure .btn {
    width: 200px;
  }
}

.hero__ventures {
  position: relative;
}
.hero__ventures h2 {
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.2666666667em;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .hero__ventures h2 {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: top left;
  }
}
.hero__ventures .btn {
  max-width: 200px;
  margin: 0 auto;
}

.ventures--cards {
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  display: flex;
  grid-template-columns: repeat(5, auto);
  margin-bottom: 20px;
  margin-right: -20px;
  margin-left: -10px;
  overflow-x: scroll;
  scrollbar-width: none;
  scrollbar-width: none;
  /* for Firefox */
}
@media (min-width: 1024px) {
  .ventures--cards {
    margin-left: 100px;
  }
}
.ventures--cards::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.ventures--cards.visible .venture--teaser {
  opacity: 1;
  transform: none;
}
.ventures--cards .venture--teaser {
  flex: 1 0 auto;
  margin: 0 10px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.1s ease-in;
}
@media (min-width: 750px) {
  .ventures--cards .venture--teaser {
    width: calc(20% - 20px);
  }
}
.ventures--cards .venture--teaser:nth-child(2) {
  transition-delay: 0.12s;
}
.ventures--cards .venture--teaser:nth-child(3) {
  transition-delay: 0.24s;
}
.ventures--cards .venture--teaser:nth-child(4) {
  transition-delay: 0.36s;
}
.ventures--cards .venture--teaser:nth-child(5) {
  transition-delay: 0.48s;
}

.hero__oculus {
  position: absolute;
  top: 150px;
  right: 0;
  max-width: 250px;
  transform: translateX(40%);
}
@media (min-width: 550px) {
  .hero__oculus {
    top: 50px;
    max-width: 350px;
  }
}
@media (min-width: 750px) {
  .hero__oculus {
    max-width: 400px;
    top: 50px;
    transform: translateX(10%);
  }
}
@media (min-width: 1200px) {
  .hero__oculus {
    max-width: 450px;
  }
}
@media (min-width: 1400px) {
  .hero__oculus {
    max-width: 550px;
  }
}
.hero__oculus path {
  animation: draw 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  stroke-dasharray: 77;
  stroke-dashoffset: 77;
}

.testimonial {
  background: #232d4b;
}
@media (min-width: 750px) {
  .testimonial {
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  .testimonial {
    align-items: center;
    display: flex;
    padding-top: 0;
  }
}

.testimonial__image {
  max-width: 750px;
  margin: 0 auto;
  padding: 30px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.visible .testimonial__image {
  opacity: 1;
}
@media (min-width: 1024px) {
  .testimonial__image {
    flex: 1 0 50%;
    max-width: 100%;
    order: 2;
  }
}
.testimonial__image img {
  width: 100%;
}

.testimonial__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 750px;
  padding: 30px 25px 60px;
  opacity: 0;
  transition: all 0.3s 0.2s ease-in-out;
  transform: translateY(20px);
}
.visible .testimonial__text {
  transform: none;
  opacity: 1;
}
@media (min-width: 750px) {
  .testimonial__text {
    padding: 30px 40px;
  }
}
@media (min-width: 1024px) {
  .testimonial__text {
    max-width: 100%;
    transform: translateX(20px);
  }
}
@media (min-width: 1200px) {
  .testimonial__text {
    padding: 80px 110px;
  }
}

.testimonial__quote {
  font-size: 1.3125rem;
  line-height: 1.3333333333;
  letter-spacing: -0.0095238095em;
  font-weight: 400;
  font-family: adobe-caslon-pro, serif;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 1200px) {
  .testimonial__quote {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}
.testimonial__quote::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "“";
  transform: translateX(-150%);
}
.testimonial__quote::after {
  content: "”";
}

.testimonial__person {
  margin-left: 20px;
  position: relative;
}
.testimonial__person::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "—";
  transform: translateX(-160%);
}
.testimonial__person .name {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: -0.003125em;
  font-weight: 400;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .testimonial__person .name {
    font-size: 1.125rem;
    line-height: 1.1111111111;
  }
}
.testimonial__person .jobtitle {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  letter-spacing: 0em;
  font-weight: 400;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
}
@media (min-width: 1200px) {
  .testimonial__person .jobtitle {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
.testimonial__person span {
  display: block;
}

.news {
  padding: 40px 20px;
}
@media (min-width: 1024px) {
  .news {
    padding: 60px 120px;
  }
}
.news .news__inner {
  position: relative;
}
.news .news__inner.visible .teaser .teaser__body {
  transform: none;
}
@media (min-width: 750px) {
  .news .news__inner {
    column-gap: 75px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, 1fr);
    grid-template-areas: "featured post-1" "featured post-2" "featured post-3" "featured post-4";
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 100px;
  }
}
.news h2 {
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.2666666667em;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 750px) {
  .news h2 {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: top left;
  }
}
.news .teaser {
  margin-bottom: 15px;
  overflow: hidden;
}
.news .teaser:first-of-type {
  border: none;
  display: block;
  max-width: 600px;
  margin: 0 0 15px 0;
  padding: 0;
}
@media (min-width: 750px) {
  .news .teaser:first-of-type {
    grid-area: featured;
    margin: 0;
  }
}
.news .teaser:first-of-type:hover, .news .teaser:first-of-type:focus {
  background-color: transparent;
}
.news .teaser:first-of-type:hover img, .news .teaser:first-of-type:focus img {
  transform: scale(1.2);
}
.news .teaser:nth-child(3) .teaser__body {
  transition-delay: 0.21s;
  transform: translateX(-110%);
}
.news .teaser:nth-child(4) .teaser__body {
  transition-delay: 0.42s;
  transform: translateX(-110%);
}
.news .teaser:nth-child(5) .teaser__body {
  transition-delay: 0.63s;
  transform: translateX(-110%);
}
.news .teaser:nth-child(6) .teaser__body {
  transition-delay: 0.84s;
  transform: translateX(-110%);
}
.news .teaser .teaser__body {
  padding: 10px 10px 10px 0;
  transition: transform 0.2s ease-in;
}

@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}
.page--news .vssl-stripes .vssl-stripe--header .vssl-stripe-column {
  display: block;
}
.page--news .vssl-stripes .vssl-stripe--header--hed {
  font-size: 2.1875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 750px) {
  .page--news .vssl-stripes .vssl-stripe--header--hed {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
.page--news .featured-post {
  max-width: 750px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .page--news .featured-post {
    max-width: 100%;
  }
}
.page--news .featured-post h3 {
  font-size: 1.5625rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .page--news .featured-post h3 {
    font-size: 1.875rem;
    line-height: 1;
  }
}
@media (min-width: 1400px) {
  .page--news .featured-post h3 {
    font-size: 2.75rem;
    line-height: 1;
  }
}
.page--news .featured-post .teaser {
  gap: 50px;
}
.page--news .featured-post .teaser__image {
  max-width: 600px;
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .page--news .featured-post .teaser__image {
    max-width: 450px;
  }
}
@media (min-width: 1400px) {
  .page--news .featured-post .teaser__image {
    max-width: 700px;
  }
}
.page--news .featured-post .teaser__description {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: -0.00625em;
  font-weight: 400;
  font-family: franklin-gothic-urw, sans-serif;
  color: #fff;
  margin-bottom: 15px;
}
.page--news .featured-post .teaser__url {
  display: none;
}
.page--news .featured-post .btn {
  font-weight: 600;
}
@media (min-width: 1024px) {
  .page--news .featured-post .btn {
    max-width: 200px;
  }
}
.page--news .news-events h2 {
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  color: #21375d;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 750px) {
  .page--news .news-events h2 {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .page--news .news-events .teaser__image {
    max-width: 250px;
  }
}
.page--news .news-events__inner {
  max-width: 1200px;
}
@media (min-width: 1024px) {
  .page--news .news-events__inner {
    display: flex;
    gap: 50px;
  }
}
@media (min-width: 1200px) {
  .page--news .news-events__inner {
    gap: 100px;
  }
}
.page--news .news-events__news {
  margin-bottom: 30px;
  width: 100%;
}
.page--news .news-events__news .news-events__form {
  display: block;
  margin-bottom: 10px;
  padding: 0;
}
@media (min-width: 750px) {
  .page--news .news-events__news .news-events__form {
    row-gap: 10px;
    align-items: center;
    display: flex;
  }
}
.page--news .news-events__news .form-wrap {
  padding: 0;
  width: auto;
  margin-right: 0;
}
.page--news .news-events__news .form__filter {
  flex-direction: column;
  width: 100%;
}
@media (min-width: 750px) {
  .page--news .news-events__news .form__filter {
    align-items: center;
    flex-direction: row;
  }
}
.page--news .news-events__news h2 {
  margin-bottom: 10px;
  text-align: left;
}
@media (min-width: 750px) {
  .page--news .news-events__news h2 {
    margin: 0;
  }
}
.page--news .news-events__news .teaser {
  border-top: 1px solid #ccc;
  padding-top: 25px;
  margin-bottom: 25px;
}
.page--news .news-events__news .teaser:hover h3, .page--news .news-events__news .teaser:focus h3 {
  color: #eb5f0c;
  text-decoration: underline;
}
.page--news .news-events__events {
  flex: 1 0 auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .page--news .news-events__events {
    max-width: 350px;
  }
}
.page--news .news-events__events h2 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .page--news .news-events__events .teaser__body {
    max-width: 450px;
  }
}
.page--news .post--teaser {
  border: none;
  max-width: 100%;
  padding-left: 0;
  display: block;
  color: #21375d;
}
@media (min-width: 1024px) {
  .page--news .post--teaser {
    align-items: center;
    display: flex;
    gap: 30px;
  }
}
.page--news .post--teaser .teaser__description {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: -0.00625em;
}
.page--news .post--teaser .teaser__url {
  color: #666;
}

.page--team .column {
  max-width: 1200px;
}
.page--team h2 {
  font-size: 1.875rem;
  line-height: 1.1333333333;
  letter-spacing: -0.0033333333em;
  font-weight: 600;
  font-family: adobe-caslon-pro, serif;
  margin-bottom: 15px;
}
.page--team hr {
  margin: 30px 0;
}
@media (min-width: 750px) {
  .page--team hr {
    margin: 50px 0;
  }
}

@media (min-width: 425px) {
  .team__person-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    row-gap: 20px;
  }
}

.team__person {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 425px) {
  .team__person {
    margin: 0 20px;
    max-width: unset;
    width: calc(50% - 40px);
    margin-bottom: 0;
  }
}
@media (min-width: 750px) {
  .team__person {
    width: calc(33.33333% - 40px);
  }
}
@media (min-width: 1024px) {
  .team__person {
    width: calc(25% - 40px);
  }
}
@media (min-width: 1400px) {
  .team__person {
    width: calc(20% - 40px);
  }
}

.person__card {
  text-decoration: none;
  display: block;
}
.person__card:hover img, .person__card:focus img {
  opacity: 0.8;
}
.person__card:hover h3, .person__card:focus h3 {
  color: #eb5f0c;
}

.person__image-wrap {
  display: block;
  height: auto;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.person__image-wrap img {
  aspect-ratio: 1;
  border-radius: 5px;
  object-fit: cover;
  object-position: top;
}

.person__text {
  text-align: center;
}
.person__text h3 {
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: -0.0041666667em;
  font-weight: 500;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  color: #21375d;
  margin-bottom: 5px;
}
.person__text p {
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: -0.00625em;
  font-weight: 400;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  color: #666;
}

.page--ventures.vssl-page {
  margin-bottom: 0;
}
.page--ventures.vssl-page .vssl-stripe--header {
  margin-bottom: 0;
}
.page--ventures .ventures__inner {
  max-width: 1200px;
}
.page--ventures .venture-form {
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  padding: 10px 0;
  position: relative;
}
.page--ventures .ventures {
  background-color: #e9f0fc;
  padding: 30px 0;
}
.page--ventures .ventures .count {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 400;
  font-family: franklin-gothic-urw-cond, condensed, sans-serif;
  color: #141e3c;
  font-style: italic;
}
.page--ventures .ventures-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -20px;
  row-gap: 20px;
}

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