@font-face {
  font-family: Monotype helvetica now display;
  src: url('../fonts/Monotype----Helvetica-Now-Display-Bold.otf') format("opentype"), url('../fonts/Monotype----Helvetica-Now-Display-XBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Monotype helvetica now display lt it;
  src: url('../fonts/Monotype----Helvetica-Now-Display-Lt-It.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Monotype helvetica now display;
  src: url('../fonts/Monotype----Helvetica-Now-Display-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #2e2a27;
  --cream: #fdecc9;
  --orange: #ffbb01;
  --waves-library--white: white;
  --waves-library--black: #131313;
  --waves-library--dark-elevation: #ede0d8;
  --beige: #d5b16c;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--dark);
  color: var(--cream);
  font-family: Monotype helvetica now display, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.6;
}

h1 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12.08em;
  font-weight: 700;
  line-height: .8;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.08em;
}

.container.is--nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.is--header {
  text-align: center;
  padding-top: 8.78em;
  padding-bottom: 8.78em;
}

.container.is--categories {
  padding-top: 6.18em;
  padding-bottom: 6.18em;
}

.container.is--grid {
  padding-bottom: 0;
}

.html {
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.sticky_nav.is--nav {
  z-index: 990;
  background-color: var(--cream);
  margin-top: -1px;
  position: sticky;
  top: 0;
}

.sticky_nav.is--nav.design-page {
  margin-top: 19px;
}

.sticky_nav.is--hero {
  background-image: url('../images/Henry_Hero.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sticky_nav.is--grid {
  z-index: 1;
  position: relative;
}

.sticky_nav.is--catories {
  z-index: 2;
  position: relative;
}

.nav_side {
  z-index: 2;
  text-transform: uppercase;
  width: 19em;
  position: relative;
}

.nav_side.is--right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav_logo {
  width: 11.61em;
  position: absolute;
}

.nav_logo-img {
  width: 100%;
}

.nav_link {
  text-transform: uppercase;
  padding-right: .89em;
}

.nav_link:hover {
  text-decoration: underline;
}

.hero_img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.nav_top {
  z-index: 1;
  border-bottom: 1px solid var(--cream);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 6em;
  padding-top: 2.08em;
  padding-bottom: 2.08em;
  display: flex;
  position: relative;
}

.wrapper {
  background-color: var(--orange);
}

.header_text-move.is--last {
  padding-bottom: 2.4em;
}

.header_text-wrap {
  position: relative;
  overflow: hidden;
}

.is--alt-text {
  font-family: Monotype helvetica now display lt it, sans-serif;
  font-weight: 400;
}

.sticky-circle {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 6em;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-circle_element {
  border-radius: 35em;
  justify-content: center;
  align-items: center;
  width: 35em;
  height: 35em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sticky-circle_img {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.sticky-circle_wrap {
  height: 300vh;
}

.categories {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 82em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.categories_link {
  border-radius: 100vw;
  margin: .4em;
  padding: .6em 1.82em;
  position: relative;
}

.categories_link-text {
  z-index: 2;
  font-size: 3.96em;
  line-height: .8;
  position: relative;
}

.categories_border {
  z-index: 1;
  border: 1px solid var(--cream);
  opacity: .35;
  border-radius: 100vw;
  position: absolute;
  inset: 0%;
}

.grid_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid_item {
  padding: .36em;
}

.grid_element {
  width: 100%;
  padding-top: 131%;
  position: relative;
}

.grid_list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3.6em;
  display: flex;
}

.grid_wrapper {
  z-index: 2;
  position: relative;
}

.grid_wrapper.is--alt {
  padding-bottom: 23.7em;
}

.grid_text-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  margin-top: -50vh;
  padding-bottom: 2.08em;
  display: flex;
  position: sticky;
  top: 0;
}

.grid_text-title {
  letter-spacing: -.04em;
  font-size: 21.88em;
  font-weight: 700;
  line-height: .8;
  position: relative;
}

.nav_logo-contain {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid_text-list {
  margin-left: -.5em;
  position: relative;
}

.grid_text-item {
  opacity: 0;
  font-size: 1em;
  transition: opacity .1s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero_container {
  z-index: 3;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  vertical-align: middle;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  max-width: 90vw;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.hero_heading {
  color: var(--orange);
  letter-spacing: -.01em;
  margin-bottom: 45px;
  padding-bottom: 16px;
  font-size: 18em;
  position: relative;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.hero_head_grid {
  vertical-align: middle;
  justify-content: center;
  display: inline-block;
}

.container-2 {
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  display: inline-flex;
}

.heading {
  margin-top: 0;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
}

.waves---main-container {
  max-width: 90vw;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-gradient-hero-5 {
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  position: absolute;
  inset: 0%;
}

.hero_desktop {
  color: var(--waves-library--white);
  background-image: url('../images/Henry_Hero.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 105vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.hero_image {
  z-index: 1;
  height: 100vh;
  display: block;
  position: relative;
}

.hero_mobile {
  display: none;
}

.body {
  background-color: var(--orange);
  flex-flow: column;
  padding-top: 0;
  display: flex;
}

.navbar-logo-center {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  background-color: var(--cream);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100svw;
  padding: 20px 0;
  display: block;
}

.navbar_container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-logo {
  z-index: 5;
  justify-content: center;
  position: absolute;
}

.nav-logo.w--current {
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  grid-column-gap: 14px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: inline-grid;
}

.nav-menu-three.design {
  grid-template-columns: 1fr 2fr 1fr;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block.left {
  margin-right: 220px;
}

.nav-link {
  color: #1a1b1f;
  text-align: center;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-size: 2em;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.section {
  height: auto;
}

.footer_logo_text {
  color: var(--dark);
  letter-spacing: -.02em;
  -webkit-text-stroke-width: .01em;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 5em;
  font-weight: 700;
  display: flex;
}

.waves---nav-cta {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-link {
  padding: 12px 16px;
}

.waves---dropdown-link {
  text-align: center;
}

.waves-dropdown-list.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves---nav-menu, .waves-right-nav-4 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---brand {
  max-width: none;
  height: 100%;
}

.waves---nav-brand-link {
  height: 24px;
}

.waves-master-nav-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.waves---nav-container {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-4 {
  background-color: var(--waves-library--white);
  border-bottom: 1px solid #13131333;
  height: 80px;
}

.waves-divider-nav-4 {
  background-color: #1313130d;
  border-radius: 5px;
  width: 100%;
  height: 1px;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.waves-right-top-nav-4 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.feature-paragraph-small {
  color: var(--dark);
  font-size: 16px;
  line-height: 130%;
  display: none;
}

.feature-paragraph-small.white {
  color: var(--waves-library--white);
}

.feature-paragraph-small.white.space {
  margin-top: 20px;
}

.waves---icon-text-vertical {
  grid-column-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.waves-left-top-nav-4 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves-inside-top-nav-4 {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.waves-master-top-navbar-4 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 75px;
}

.waves-wrapper-navbar-4 {
  z-index: 102;
  background-color: var(--waves-library--white);
  flex-direction: column;
  display: block;
  position: relative;
}

.footer-subscribe {
  background-color: var(--cream);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.footer-social-link-three {
  margin-left: 20px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---paragraph-big {
  color: var(--dark);
  font-size: 20px;
  line-height: 130%;
  display: block;
}

.waves---paragraph-big.bio {
  font-size: 18px;
}

.feature_heading {
  color: var(--dark);
  -webkit-text-stroke-width: .02em;
  -webkit-text-stroke-color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8em;
  font-weight: 700;
  line-height: 130%;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-3 {
  border-radius: 24px;
  width: 100%;
  max-width: none;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  display: flex;
}

.waves---main-container-2 {
  justify-content: center;
  align-items: center;
  max-width: 95vw;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.about_me {
  z-index: 5;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: static;
}

.scrolltext_container {
  align-items: center;
  width: 60vw;
  padding-top: 10em;
  padding-left: 4em;
  display: block;
  position: static;
}

.column-scroll-sticky {
  width: 100%;
  height: 90vh;
  margin-top: 625px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.column-scroll-wrapper {
  width: 100%;
  height: 100vh;
  padding-top: 0;
  position: relative;
}

.scrolltext-heading {
  z-index: 1;
  color: var(--orange);
  text-align: center;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  font-family: Monotype helvetica now display, sans-serif;
  font-size: 8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: relative;
}

.column-scroll-sticky-inner {
  z-index: 2;
  width: 45vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.section-3-column-scroll {
  z-index: 1000;
  position: static;
}

.column-scroll-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column-scroll-item {
  flex: none;
  width: 33.3333vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: 1.5rem 0 2rem #0000001c;
}

.column-scroll-item.is-2 {
  margin-left: auto;
  margin-right: auto;
  top: auto;
  right: 0;
}

.column-scroll-item.is-3 {
  inset: 0% 0% 0% auto;
}

._3columun_section {
  z-index: 1000;
  background-color: var(--waves-library--black);
  padding-top: 0;
  position: relative;
}

.section-3 {
  height: 300em;
}

.image-2 {
  background-image: url('../images/Henry-051.jpg');
  background-position: 0 0;
  background-size: auto;
}

.feature_h2 {
  color: var(--dark);
  letter-spacing: 0;
  -webkit-text-stroke-width: .02em;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 4em;
  font-weight: 700;
  line-height: 120%;
}

.feature_h2.white {
  color: var(--waves-library--white);
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 0;
}

.waves-tile-feature-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 32px;
  display: flex;
}

.waves-grid-features-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 2rem;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---mg-bottom-100 {
  margin-bottom: 100px;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 60px;
  padding-right: 60px;
}

.activities_section {
  padding: 100px 60px;
}

.scrolltext_container-2 {
  align-items: center;
  width: 60vw;
  padding-top: 13.9em;
  padding-left: 4em;
  display: block;
  position: relative;
}

.column-scroll-sticky-2 {
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.column-scroll-wrapper-2 {
  width: 100%;
  height: 350vh;
  position: relative;
}

.scrolltext-heading-2 {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 10rem;
  display: flex;
  position: relative;
}

.footer-block-logo {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.quick-stack {
  grid-column-gap: 51px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer_text_logo {
  color: var(--dark);
  text-align: center;
  letter-spacing: -.02em;
  justify-content: center;
  align-items: flex-start;
  font-size: 5em;
  display: flex;
}

.cell, .cell-2, .cell-3 {
  flex-flow: row;
}

.waves-icon-33 {
  width: 24px;
  height: 24px;
}

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---paragraph-small {
  color: var(--dark);
  font-size: 16px;
  line-height: 130%;
}

.waves-bottom-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-divider-footer-1 {
  background-color: #13131333;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.waves-link-footer-1 {
  text-decoration: none;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-brand-footer-1 {
  height: 100%;
}

.waves-brand-link-footer-1 {
  height: 32px;
}

.waves-top-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---main-container-4 {
  max-width: 90vw;
  padding-left: 24px;
  padding-right: 24px;
}

.henry_link_footer {
  background-color: var(--cream);
  padding-top: 80px;
  padding-bottom: 64px;
}

.big_logo_footer {
  background-color: var(--dark);
  justify-content: center;
  align-items: flex-start;
  height: 250px;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.footer_text_container {
  overflow-wrap: normal;
  vertical-align: text-bottom;
  max-width: 100vw;
  font-size: 1em;
  display: block;
}

.footer_jumbo_text {
  aspect-ratio: auto;
  color: var(--orange);
  text-align: center;
  letter-spacing: -.01em;
  vertical-align: text-bottom;
  object-fit: contain;
  margin-bottom: 73px;
  padding-top: 0;
  font-size: 20vw;
  line-height: 0;
  display: block;
}

.waves-icon-34 {
  width: 24px;
  height: 24px;
}

.waves---paragraph-small-2 {
  font-size: 16px;
  line-height: 130%;
}

.waves---main-container-5 {
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-footer-1 {
  background-color: var(--dark);
  vertical-align: baseline;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.div-block-2 {
  padding-top: 0;
}

.copyright {
  opacity: .23;
  margin-top: 53px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.logo_footer {
  background-color: var(--dark);
  padding-top: 70px;
  padding-bottom: 46px;
}

.section-4 {
  max-width: 100%;
  height: 700px;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-35 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-101 {
  margin-bottom: 16px;
}

.waves-tile-features-6 {
  grid-row-gap: 16px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.waves---grid-features-6 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---section-medium {
  padding-top: 40px;
  padding-bottom: 100px;
}

.waves-icon-36 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-102 {
  margin-bottom: 16px;
}

.waves---paragraph-big-3 {
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-511 {
  justify-content: center;
  max-width: 510px;
  display: flex;
}

.waves---main-container-6 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.image-3, .image-4, .image-5 {
  border-radius: 20px;
}

.section-5 {
  background-image: url('../images/Henry-058.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 700px;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.color {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.color.cc-pulm {
  background-image: linear-gradient(225deg, #667eea, #764ba2);
}

.color.cc-sunset-forest {
  background-image: linear-gradient(225deg, #e3bf54, #23bcba);
}

.color.cc-forest {
  background-image: linear-gradient(225deg, #23bcba, #45e994);
}

.color.cc-sunset {
  background-image: linear-gradient(225deg, #fb8332, #e3bf54);
}

.color.cc-pulm-sunset {
  background-image: linear-gradient(225deg, #764ba2, #fb8332);
}

.color.cc-forest-pulm {
  background-image: linear-gradient(225deg, #23bcba, #764ba2);
}

.label {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.label.cc-grey {
  color: #939393;
}

.video-block-view {
  background-image: url('../images/Henry-046.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 0 8px 8px 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  inset: 0%;
}

.video-block-view.play_performance {
  background-image: url('../images/HenryPlayThumbnail.png');
  background-position: 50%;
  background-size: contain;
}

.video-block-view.seventypercent {
  width: 100%;
}

.video-block-view.seventyfive {
  background-image: url('../images/Monologue.png');
  background-position: 0 0;
  background-size: cover;
  width: 75%;
}

.video-block-view.addams {
  background-image: url('../images/Addams-Family.png');
  background-position: 100% 100%;
}

.play-icon {
  z-index: 7;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-gradient-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-gradient-2._3 {
  z-index: 3;
}

.button-gradient-2._2 {
  z-index: 2;
}

.button-gradient-2._1 {
  z-index: 1;
}

.button-gradient-2._6 {
  z-index: 6;
}

.button-gradient-2._5 {
  z-index: 5;
}

.button-gradient-2.static {
  opacity: 0;
  position: static;
}

.button-gradient-2._4 {
  z-index: 4;
}

.video-card {
  background-color: #121212;
  border-radius: 8px;
  flex-direction: row;
  width: 100%;
  padding-left: 0;
  display: flex;
  box-shadow: 1px 1px 3px #222;
}

.video-card.addams {
  padding-bottom: 0;
}

.text-block {
  margin: 50px 60px 60px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.video_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 4rem;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.divider {
  background-color: #f1f1f1;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-block-2 {
  z-index: 99;
  cursor: pointer;
  border-radius: 8px;
  width: 80px;
  height: 80px;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-block-2:hover {
  transform: scale(1.05);
}

.cc-blue {
  color: var(--orange);
}

.cc-white {
  color: #fff;
}

.lightbox-link {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.awards-info {
  text-align: left;
  margin-top: 10px;
  font-size: 1.3em;
  line-height: 140%;
}

.heading-2 {
  color: var(--dark);
}

.paragraph {
  color: var(--dark);
  font-size: 1.5em;
}

.heading-3 {
  color: var(--dark);
}

.rich-text-block {
  color: var(--dark);
  text-align: left;
  width: 70svw;
}

.bold-text {
  margin-bottom: 10px;
  font-size: 1.7rem;
  display: block;
}

.paragraph-2 {
  font-size: 1.4em;
  font-weight: 500;
}

.rt_para {
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 140%;
}

.rt_para.center {
  color: var(--dark);
}

.date {
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-style: italic;
  display: block;
}

.paragraph-3 {
  margin-top: -10px;
  margin-bottom: 10px;
}

.bio-image-2 {
  border-radius: 24px;
  margin-top: 40px;
}

.image_margin {
  margin-bottom: 20px;
}

.image_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: auto;
  column-rule-style: none;
  column-rule-width: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  column-gap: 40px;
  max-width: 90svw;
  margin-top: 40px;
  display: flex;
}

.caption {
  color: var(--dark);
  text-align: center;
  letter-spacing: 0;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 3em;
  line-height: 1em;
  display: flex;
}

.caption.bottom {
  margin-top: 60px;
}

.cell-4 {
  align-items: center;
}

.cell-5, .cell-6 {
  justify-content: flex-start;
  align-items: center;
}

.cell-7 {
  justify-content: center;
  align-items: center;
}

.cell-8, .cell-9 {
  justify-content: flex-start;
  align-items: center;
}

.cell-10, .cell-11, .cell-12, .cell-13, .cell-14, .cell-15, .cell-16 {
  justify-content: center;
  align-items: center;
}

.cell-17, .cell-18, .cell-19, .cell-20, .cell-21, .cell-22, .cell-23, .cell-24 {
  justify-content: flex-start;
  align-items: center;
}

.menu-logo {
  color: var(--dark);
  text-align: center;
  letter-spacing: 0;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 5em;
}

.mobile-nav-logo.w--current, .mobile-logo {
  display: none;
}

.center-conatiner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--dark);
  font-size: 1.5em;
}

.rich-text-block-2 {
  color: var(--dark);
  text-align: left;
  width: 70svw;
  font-size: 1.3rem;
}

.list-item {
  line-height: 1.6;
}

.paragraph-4 {
  font-size: 1.5em;
}

@media screen and (min-width: 1280px) {
  .navbar-logo-center-container.shadow-three {
    max-width: 100svw;
    padding-top: 10px;
  }

  .navbar_container {
    max-width: 90svw;
  }

  .rt_para {
    color: var(--dark);
  }

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

  .menu-logo {
    margin-left: 20px;
    margin-right: 20px;
  }

  .link {
    color: var(--dark);
    font-family: Monotype helvetica now display, sans-serif;
    font-weight: 700;
  }

  .link.portfolio {
    text-align: center;
    font-size: 2em;
  }

  .center-conatiner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: flex;
  }

  .button {
    background-color: var(--waves-library--black);
    justify-content: center;
    align-items: center;
    width: 220px;
    margin-top: 10px;
    font-size: 1.5em;
    font-weight: 700;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .section-6 {
    background-color: var(--cream);
    padding-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .hero_desktop {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 240px;
  }

  .navbar-logo-center-container.shadow-three {
    color: var(--dark);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar_container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 60px;
  }

  .nav-logo {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: var(--dark);
    border-radius: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    color: var(--cream);
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 4em;
  }

  .nav-link:hover {
    color: var(--orange);
  }

  .nav-link.w--current {
    padding-bottom: 20px;
    font-size: 4em;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--cream);
    color: var(--dark);
  }

  .waves---hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    background-color: var(--waves-library--black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves---nav-menu {
    background-color: var(--waves-library--white);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves-right-top-nav-4 {
    grid-column-gap: 18px;
  }

  .waves-left-top-nav-4 {
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .waves-master-top-navbar-4 {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block {
    margin-top: 40px;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-features-1 {
    grid-template-columns: 1fr 1fr;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .waves---grid-features-6 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-5 {
    background-position: 50% 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .quick-stack-3 {
    padding-bottom: 0;
  }

  .menu-logo {
    display: none;
  }

  .mobile-nav-logo {
    font-size: .7em;
  }

  .mobile-nav-logo.w--current {
    display: block;
  }

  .heading-4 {
    font-size: 10em;
  }

  .mobile-logo {
    letter-spacing: 0;
    font-size: 8em;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero_desktop {
    background-position: 50%;
    padding-top: 160px;
  }

  .navbar-wrapper-three {
    padding-left: 40px;
  }

  .nav-logo {
    padding-left: 0;
  }

  .nav-menu-three {
    background-color: var(--dark);
    color: var(--cream);
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    color: var(--cream);
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 6em;
    display: inline-block;
  }

  .nav-link:hover {
    color: var(--orange);
  }

  .nav-link.w--current {
    padding-top: 20px;
    font-size: 6em;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .waves-right-top-nav-4 {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    max-width: 130px;
    display: none;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .feature_heading {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about_me {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .column-scroll-sticky {
    position: static;
  }

  .column-scroll-wrapper {
    height: auto;
  }

  .column-scroll-sticky-inner {
    width: 100%;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .activities_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .column-scroll-sticky-2 {
    position: static;
  }

  .column-scroll-wrapper-2 {
    height: auto;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .waves---main-container-4, .waves---main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---main-container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-2 {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .video-block-view {
    width: 100%;
  }

  .text-block {
    margin: 20px 40px 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .sticky_nav.is--hero {
    background-image: none;
    width: 100vw;
  }

  .hero_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .hero_heading {
    text-align: center;
    vertical-align: text-top;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 33px;
    display: flex;
  }

  .heading {
    z-index: 3;
  }

  .image {
    overflow-wrap: normal;
    width: 100vw;
    height: 100vh;
    display: block;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 14em;
  }

  .hero_desktop {
    background-position: 50% 100%;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .hero_image {
    display: none;
  }

  .hero_mobile {
    background-image: url('../images/Henry-Mobile.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    display: inline-block;
  }

  .navbar-logo-center-container.shadow-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar_container {
    max-width: none;
  }

  .navbar-wrapper-three {
    margin-top: 2px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-three {
    grid-row-gap: 20px;
    background-color: var(--dark);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-direction: column;
    width: 100svw;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    color: var(--cream);
    padding-top: 20px;
    font-size: 10em;
    display: inline-flex;
  }

  .nav-link.w--current {
    color: var(--cream);
    font-size: 10em;
    display: inline-flex;
  }

  .nav-link.home {
    display: inline-flex;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer_logo_text {
    font-size: 12em;
  }

  .waves---nav-cta {
    display: none;
  }

  .feature-paragraph-small {
    justify-content: center;
    max-width: 85vw;
    font-size: 20px;
    display: flex;
  }

  .feature-paragraph-small.white.space {
    text-align: center;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .waves---paragraph-big.bio {
    text-align: left;
  }

  .feature_heading {
    text-align: center;
    padding-top: 0;
    font-size: 40px;
  }

  .waves---content-image-halves {
    align-items: stretch;
    max-width: none;
  }

  .waves---main-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .about_me {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .column-scroll-sticky {
    height: auto;
  }

  .scrolltext-heading {
    font-size: 4rem;
    display: block;
  }

  .column-scroll-sticky-inner {
    position: relative;
  }

  .column-scroll-image {
    aspect-ratio: auto;
    max-height: 100%;
    display: inline-block;
    overflow: visible;
  }

  .column-scroll-item {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    position: relative;
  }

  ._3columun_section {
    display: none;
  }

  .feature_h2 {
    font-size: 22px;
  }

  .feature_h2.white {
    text-align: center;
    font-size: 28px;
  }

  .waves-tile-feature-1 {
    text-align: center;
    justify-content: center;
    padding-right: 0;
  }

  .waves-grid-features-1 {
    grid-column-gap: 14px;
    grid-row-gap: 38px;
    grid-template-columns: minmax(max-content, 1fr);
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---mg-bottom-100 {
    margin-bottom: 40px;
  }

  .waves---main-container-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .activities_section {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 64px 0;
    display: flex;
  }

  .column-scroll-sticky-2 {
    height: auto;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .copyright {
    margin-top: 0;
  }

  .logo_footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves---grid-features-6 {
    margin-top: 40px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---main-container-6 {
    max-width: none;
  }

  .section-5 {
    background-position: 50%;
    background-size: cover;
    width: 100vw;
    height: 50vh;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-three-2 {
    flex-direction: column;
  }

  .icon {
    color: var(--dark);
  }

  .video-block-view {
    order: -1;
    height: 240px;
  }

  .video-block-view.play_performance {
    padding-bottom: 0;
  }

  .video-block-view.seventyfive {
    width: 100%;
    height: 250px;
  }

  .video-card {
    flex-direction: column;
  }

  .video-card.addams {
    padding-bottom: 20px;
  }

  .text-block {
    margin-right: 20px;
  }

  .cc-blue {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

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

  .awards-info {
    font-size: 1.2em;
  }

  .rich-text-block {
    width: 90svw;
  }

  .bold-text {
    font-size: 1.2rem;
  }

  .rt_para, .date {
    font-size: 1rem;
  }

  .quick-stack-2 {
    width: 90svw;
    padding-left: 0;
    padding-right: 0;
  }

  .image_margin {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .image_container {
    margin-top: 20px;
  }

  .caption {
    order: 0;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 10em;
    line-height: 1.2em;
  }

  .caption.bottom {
    font-size: 10em;
    line-height: 1.2em;
  }

  .cell-11 {
    justify-content: center;
    align-items: flex-end;
  }

  .quick-stack-4 {
    order: 1;
    padding-top: 0;
  }

  .phantom-quick {
    grid-column-gap: 0px;
  }

  .quick-stack-6 {
    grid-row-gap: 20px;
  }

  .mobile-logo {
    font-size: 16em;
  }

  .link-block {
    display: none;
  }

  .rich-text-block-2 {
    width: 90svw;
    font-size: 1rem;
  }
}

#w-node-_5f3521d8-cad5-9fc1-c2c3-118c546feed5-171bf67a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_79535053-660b-f6c0-99e4-a64208646c1c-171bf67a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79535053-660b-f6c0-99e4-a64208646c1d-171bf67a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c626edc6-97aa-0196-61f7-a647e3a9a524-171bf67a, #w-node-c626edc6-97aa-0196-61f7-a647e3a9a52b-171bf67a, #w-node-c626edc6-97aa-0196-61f7-a647e3a9a532-171bf67a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c626edc6-97aa-0196-61f7-a647e3a9a539-171bf67a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_24ac57e2-fd74-d1f2-1f2d-495a2e806c4b-082102cf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f4108cb8-5f61-1b62-430a-e0c7b0bb8c51-082102cf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2c5b40da-6fd8-f6c8-76c7-6fcf4a007667-082102cf, #w-node-_6397366e-cd02-b36f-7956-07011147cca9-082102cf, #w-node-_4d722238-dad3-8325-6de1-e2e80d09f984-082102cf, #w-node-_86b70ea5-5e29-37c1-97ad-1ef312f00c25-082102cf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7e96bc9f-7cca-95b5-2550-fff86beb7b5b-082102cf {
  grid-column: span 2 / span 2;
}

#w-node-_63171d52-3408-fa04-969f-4da78ac72781-082102cf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_924f377f-04e4-5a66-e029-edbb3717b7a1-082102cf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_31c23fb9-0b87-6e66-1a6c-c71b2126feca-082102cf, #w-node-_42073124-6090-693c-df9c-c1f467fa578c-082102cf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_79535053-660b-f6c0-99e4-a64208646c1c-171bf67a {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5f3521d8-cad5-9fc1-c2c3-118c546feed5-171bf67a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_24ac57e2-fd74-d1f2-1f2d-495a2e806c4b-082102cf {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-f4108cb8-5f61-1b62-430a-e0c7b0bb8c51-082102cf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f4108cb8-5f61-1b62-430a-e0c7b0bb8c52-082102cf {
    order: 1;
  }

  #w-node-f4108cb8-5f61-1b62-430a-e0c7b0bb8c53-082102cf {
    order: 3;
  }

  #w-node-d600e8bf-84c5-ccbb-331d-10bc57fb319a-082102cf {
    order: 5;
  }

  #w-node-_80076733-5e20-4c09-70a5-4a9f82661970-082102cf {
    order: 2;
  }

  #w-node-be1b5b68-677a-674c-a7c9-56a8a45b469d-082102cf {
    order: 4;
  }

  #w-node-b7b442e8-62ba-a807-267f-ea57aa19693d-082102cf {
    order: 6;
  }

  #w-node-_2c5b40da-6fd8-f6c8-76c7-6fcf4a007667-082102cf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2c5b40da-6fd8-f6c8-76c7-6fcf4a007668-082102cf {
    order: 1;
  }

  #w-node-_2c5b40da-6fd8-f6c8-76c7-6fcf4a007669-082102cf {
    order: 3;
  }

  #w-node-_3c26a190-7fa8-528d-eb6b-077ffc7df231-082102cf {
    order: 2;
  }

  #w-node-_891f9426-6c3c-4d42-f8df-3c99003d97ca-082102cf {
    order: 4;
  }

  #w-node-_6397366e-cd02-b36f-7956-07011147cca9-082102cf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4d722238-dad3-8325-6de1-e2e80d09f984-082102cf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4d722238-dad3-8325-6de1-e2e80d09f985-082102cf {
    order: -9999;
  }

  #w-node-_4d722238-dad3-8325-6de1-e2e80d09f986-082102cf {
    order: 3;
  }

  #w-node-_39321404-b7d2-588d-985e-eab7bf88158d-082102cf {
    order: 2;
  }

  #w-node-cba72a35-a03a-b21d-3456-0f140d452b46-082102cf {
    order: 9999;
  }

  #w-node-_86b70ea5-5e29-37c1-97ad-1ef312f00c25-082102cf {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_63171d52-3408-fa04-969f-4da78ac72781-082102cf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_63171d52-3408-fa04-969f-4da78ac72782-082102cf {
    order: 1;
  }

  #w-node-_63171d52-3408-fa04-969f-4da78ac72783-082102cf {
    order: 2;
  }

  #w-node-_038199ed-c63e-c2c3-9c1d-79d275d249cc-082102cf {
    order: 4;
  }

  #w-node-fec00092-817d-b9fb-3897-11360849bff3-082102cf {
    order: 3;
  }

  #w-node-_924f377f-04e4-5a66-e029-edbb3717b7a1-082102cf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c283a147-a754-3885-0d65-58233afd41cc-082102cf {
    order: 1;
  }

  #w-node-_7d4755dd-b6f2-ea83-0297-b2856d173f65-082102cf {
    order: 3;
  }

  #w-node-_8a4d2619-7ad6-7197-5968-9d5e924cab84-082102cf {
    order: 5;
  }

  #w-node-_3e40e8c8-ef4b-8dbc-1a68-d4b66c76280d-082102cf {
    order: 2;
  }

  #w-node-e0c8bbc9-ce7e-5b12-0a41-a9971a69d48f-082102cf {
    order: 4;
  }

  #w-node-_7c907a5e-ea76-b604-8fb2-e6c84fada7e2-082102cf {
    order: 6;
  }

  #w-node-_31c23fb9-0b87-6e66-1a6c-c71b2126feca-082102cf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_31c23fb9-0b87-6e66-1a6c-c71b2126fecb-082102cf {
    order: 1;
  }

  #w-node-_31c23fb9-0b87-6e66-1a6c-c71b2126fecc-082102cf {
    order: 3;
  }

  #w-node-_2f4761c7-680c-04dc-c4fc-cc1dfbec7f36-082102cf {
    order: 2;
  }

  #w-node-_3680bc09-78da-bc69-a9dd-05068e0e09dc-082102cf {
    order: 4;
  }

  #w-node-_42073124-6090-693c-df9c-c1f467fa578c-082102cf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Monotype helvetica now display';
  src: url('../fonts/Monotype----Helvetica-Now-Display-Bold.otf') format('opentype'), url('../fonts/Monotype----Helvetica-Now-Display-XBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monotype helvetica now display lt it';
  src: url('../fonts/Monotype----Helvetica-Now-Display-Lt-It.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monotype helvetica now display';
  src: url('../fonts/Monotype----Helvetica-Now-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}