/* Text Elements */

h1 span.heading-text-1 {
  color: #fff;
}

h1.hero-heading-page-2 {
  margin-top: 0;
  margin-bottom: 0;
  color: #4bacca;
  text-shadow: #000 2px 2px 0;
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 72px;
  font-family: 'Inter', sans-serif;
  line-height: 1.2;
}

h2.hero-subheading-page-2 {
  margin-top: 96px;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 48px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

h2 span.heading-text-2 {
  letter-spacing: 0;
}

/* Layout Elements */

.container.hero-page-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  min-height: 100vh;
  background-color: #000;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-filter: brightness(1) opacity(1) blur(0px);
          filter: brightness(1) opacity(1) blur(0px);
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;

  background-blend-mode: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  mix-blend-mode: normal;
}

.container.container-text-page-2 {
  padding: 66px 96px 96px;
  max-width: 1200px;
}

div.responsive-picture.picture-1 {
  margin-top: 60px;
  width: 100%;
  background-color: transparent;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

@media screen and (max-width: 60rem) {
  /* Text Elements */

  h1.hero-heading-page-2 {
    font-size: 62px;
  }
}

@media screen and (max-width: 48rem) {
  /* Text Elements */

  h1.hero-heading-page-2 {
    font-size: 40px;
  }

  h2.hero-subheading-page-2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 35.3125rem) {
  /* Text Elements */

  h1.hero-heading-page-2 {
    font-size: 6.5vw;
  }

  h2.hero-subheading-page-2 {
    margin-top: 60px;
    letter-spacing: -1px;
    font-size: 5.72vw;
  }

  /* Layout Elements */

  .container.container-text-page-2 {
    padding-right: 48px;
    padding-left: 48px;
  }
}

@media screen and (max-width: 20rem) {
  /* Text Elements */

  h1.hero-heading-page-2 {
    font-size: 22px;
    line-height: 1.1;
  }

  h2.hero-subheading-page-2 {
    letter-spacing: -1px;
    font-size: 18px;
  }

  div.responsive-picture.picture-1 {
    width: 100%;
  }
}