h2.turquoise {
  font-family: roboto, sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
}

h3.turquoise {
  line-height: 40px;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-size: 28px;
  margin: 20px 0;
  color: #00ADA4;
}

h4.turquoise {
  line-height: 22px;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-size: 17px;
  margin: 2px 0 15px 0;
  padding-bottom: 3px;
  color: #00ADA4;
}

h5.turquoise {
  font-family: roboto, monospace;
  margin: 2px 0 15px 0;
  padding-bottom: 3px;
  text-transform: none;
  font-weight: 500;
}

.darktheme .node--unpublished {
  background-color: #1c1c1c;
}

.darktheme .modal-content {
  background-color: #1c1c1c;
}
.darktheme .modal-header .close {
  color: #ffffff;
  opacity: 0.8;
}

.fade.in {
  opacity: 1;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 50px;
}

.modal-backdrop.fade.in {
  opacity: 0.85;
  z-index: 0;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.cta-primary a,
.cta-secondary a,
.cta-tertiary a {
  font-weight: 500;
  font-size: 16px;
  opacity: 1;
  border-radius: 10px;
  padding: 16px 32px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  line-height: 20px;
  text-decoration: none;
  display: block;
  position: relative;
}

.cta-primary a {
  background-color: #30E4D0;
  border-color: #30E4D0;
  color: #1c1c1c;
}
.cta-primary a:hover {
  color: #1c1c1c;
}
@media screen and (min-width: 991px) {
  .cta-primary a:hover {
    box-shadow: 0 4px 24px 0 rgba(48, 228, 208, 0.4);
  }
}

.cta-secondary a {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  border-width: 1px;
  border-style: solid;
}
.cta-secondary a:hover {
  color: #1c1c1c;
  background-color: #fff;
}

.cta-tertiary a {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
  color: #fff;
}
.cta-tertiary a:hover {
  color: #fff;
  background-color: #333333;
}
@media screen and (max-width: 580px) {
  .cta-tertiary a {
    border-color: #333333;
    border-width: 2px;
  }
}

.paragraph--hero--unified .wr-hero {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0;
  margin-left: 30px;
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .paragraph--hero--unified .wr-hero {
    margin-left: 0;
  }
}
.paragraph--hero--unified .wr-hero .wr-hero-description {
  position: relative;
  bottom: auto;
  left: -1em;
  padding-left: 20px;
  min-width: 350px;
}
.paragraph--hero--unified .wr-hero .wr-hero-description p {
  color: #1c1c1c;
  font-family: roboto-mono, monospace;
  background-color: #ffffff;
  box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;
  -moz-box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;
  -webkit-box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;
  display: inline;
  padding: 8px 3px;
  font-weight: 500;
  line-height: 25px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.paragraph--hero--unified .wr-hero .wr-hero-cta-container {
  position: relative;
  bottom: auto;
  padding-top: 40px;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .paragraph--hero--unified .wr-hero .wr-hero-cta-container {
    margin-top: 40px;
  }
}
.paragraph--hero--unified .wr-hero .wr-hero-cta {
  margin: 16px 10px;
}
.paragraph--hero--unified .wr-hero .wr-hero-cta a {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.paragraph--hero--unified .wr-hero .wr-hero-cta a:hover {
  font-weight: normal;
  background-color: #00877D;
}
.paragraph--hero--unified .wr-hero .wr-hero-title {
  margin-top: -25px;
  margin-left: -2em;
}
.paragraph--hero--unified .wr-hero .wr-hero-title h1, .paragraph--hero--unified .wr-hero .wr-hero-title h2 {
  background-color: #1c1c1c;
  display: inline;
  line-height: 64px;
  color: #fff;
  font-family: roboto, sans-serif;
  font-weight: 300;
  margin: 0;
  font-size: 48px;
  padding: 0 20px 0 13px;
}
.paragraph--hero--unified .wr-hero .wr-hero-title h1 {
  padding-bottom: 3px;
}
.paragraph--hero--unified .wr-hero .wr-hero-title h2 {
  padding-top: 4px;
}
.paragraph--hero--unified .field--name-field-navigation-links {
  padding-top: 10px;
}
.paragraph--hero--unified.short .wr-hero {
  min-height: 300px;
}

body.darktheme .paragraph--hero--unified .wr-hero .wr-hero-description p {
  color: #fff;
  background-color: #1c1c1c;
  box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
  -moz-box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
  -webkit-box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
}
body.darktheme .paragraph--hero--unified .wr-hero .wr-hero-title h1, body.darktheme .paragraph--hero--unified .wr-hero .wr-hero-title h2 {
  color: #1AADA4;
}
body.darktheme .paragraph--hero--unified .wr-hero-description p, body.darktheme .paragraph--hero--unified .wr-hero-description span {
  background: transparent;
  color: #FFFFFF;
}
body.darktheme .paragraph--hero--unified .wr-hero-description span {
  box-shadow: inherit;
}

.paragraph--hero--video .wr-hero {
  height: 100%;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.paragraph--hero--video .wr-hero .hero-bg-video, .paragraph--hero--video .wr-hero .hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.paragraph--hero--video .wr-hero .hero-bg-overlay.turquoise {
  background: linear-gradient(-94.024deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(-85.788deg, rgba(2, 173, 164, 0.1) 0%, #127782 64%, #034E8B 98%);
}
.paragraph--hero--video .wr-hero .hero-bg-overlay.black {
  background: linear-gradient(95deg, #1C1C1C 49.99%, rgba(0, 0, 0, 0) 80.71%), linear-gradient(97deg, #1C1C1C 51.44%, rgba(23, 25, 27, 0) 78.48%), rgba(0, 255, 242, 0.1);
}
.paragraph--hero--video .wr-hero .wr-hero-content-wrapper {
  width: 100%;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .paragraph--hero--video .wr-hero .wr-hero-content-wrapper {
    max-width: 90%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1199px) {
  .paragraph--hero--video .wr-hero .wr-hero-content-wrapper {
    max-width: 1200px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .paragraph--hero--video .wr-hero .wr-hero-content-wrapper {
    padding: 0 20px;
  }
}
@media screen and (min-width: 767px) {
  .paragraph--hero--video .wr-hero {
    margin-left: 0;
  }
}
@media screen and (min-width: 581px) {
  .paragraph--hero--video .wr-hero.mobile-only {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .paragraph--hero--video .wr-hero {
    min-height: 490px;
  }
  .paragraph--hero--video .wr-hero.mobile-only {
    display: block;
    min-height: 210px;
  }
  .paragraph--hero--video .wr-hero.mobile-only .hero-bg-overlay.black {
    background: linear-gradient(95deg, #1C1C1C 5.99%, rgba(0, 0, 0, 0) 90.71%), linear-gradient(97deg, #1C1C1C 5.44%, rgba(23, 25, 27, 0) 78.48%), rgba(0, 255, 242, 0.1);
  }
  .paragraph--hero--video .wr-hero.desktop-only {
    background-image: none !important;
  }
  .paragraph--hero--video .wr-hero.desktop-only video, .paragraph--hero--video .wr-hero.desktop-only .hero-bg-overlay {
    display: none;
  }
  .paragraph--hero--video .wr-hero.desktop-only .wr-hero-content {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .paragraph--hero--video .wr-hero.desktop-only .wr-hero-content .wr-hero-cta-container {
    display: block;
  }
  .paragraph--hero--video .wr-hero.desktop-only .wr-hero-content .wr-hero-cta-container .wr-hero-cta, .paragraph--hero--video .wr-hero.desktop-only .wr-hero-content .wr-hero-cta-container .wr-hero-cta a {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.paragraph--hero--video .wr-hero .wr-hero-description {
  position: relative;
  bottom: auto;
  padding: 0;
  margin-top: 2em;
  min-width: 350px;
}
@media screen and (max-width: 580px) {
  .paragraph--hero--video .wr-hero .wr-hero-description {
    margin-top: 1em;
  }
}
.paragraph--hero--video .wr-hero .wr-hero-description p {
  font-family: roboto-mono, monospace;
  color: #fff;
  display: inline;
  padding: 0;
  font-weight: 400;
  line-height: 25px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: 18px;
}
@media screen and (max-width: 580px) {
  .paragraph--hero--video .wr-hero .wr-hero-description p {
    font-size: 16px;
  }
}
.paragraph--hero--video .wr-hero .wr-hero-cta-container {
  position: relative;
  bottom: auto;
  padding-top: 40px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.paragraph--hero--video .wr-hero .wr-hero-cta {
  margin: 16px 0;
  float: none;
  display: block;
}
.paragraph--hero--video .wr-hero .wr-hero-cta.cta a {
  color: #fff;
  background-color: #00ADA4;
  border-color: #00ADA4;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 6px;
  padding: 0.5em 2em;
  position: relative;
  z-index: 5;
}
.paragraph--hero--video .wr-hero .wr-hero-cta.cta a:hover {
  color: white;
  font-weight: bold;
}
.paragraph--hero--video .wr-hero .wr-hero-content {
  display: block;
  position: relative;
  max-height: 22em;
}
@media screen and (min-width: 767px) {
  .paragraph--hero--video .wr-hero .wr-hero-content {
    margin-top: 5em;
  }
}
.paragraph--hero--video .wr-hero .wr-hero-content.white_top .wr-hero-title h1, .paragraph--hero--video .wr-hero .wr-hero-content.white_top .wr-hero-title h2 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
}
@media screen and (max-width: 580px) {
  .paragraph--hero--video .wr-hero .wr-hero-content.white_top .wr-hero-title h1, .paragraph--hero--video .wr-hero .wr-hero-content.white_top .wr-hero-title h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}
.paragraph--hero--video .wr-hero .wr-hero-content.white_top .wr-hero-title h2 {
  color: #30E4D0;
}
.paragraph--hero--video .wr-hero .wr-hero-content.white_top .wr-hero-description {
  max-width: 690px;
}
.paragraph--hero--video .wr-hero .wr-hero-content.turquoise_top .wr-hero-title h1, .paragraph--hero--video .wr-hero .wr-hero-content.turquoise_top .wr-hero-title h2 {
  color: #fff;
  line-height: 1.1;
}
@media screen and (max-width: 580px) {
  .paragraph--hero--video .wr-hero .wr-hero-content.turquoise_top .wr-hero-title h1, .paragraph--hero--video .wr-hero .wr-hero-content.turquoise_top .wr-hero-title h2 {
    font-size: 24px;
    padding-bottom: 5px;
  }
}
.paragraph--hero--video .wr-hero .wr-hero-content.turquoise_top .wr-hero-title h1 {
  color: #fff;
}
.paragraph--hero--video .wr-hero .wr-hero-content.turquoise_top .wr-hero-title h1 em {
  font-style: normal;
  color: #30E4D0;
}
.paragraph--hero--video .wr-hero .wr-hero-content.turquoise_top .wr-hero-title h1 strong {
  text-transform: uppercase;
}
.paragraph--hero--video .wr-hero .wr-hero-content.turquoise_top .wr-hero-description {
  max-width: 690px;
}
.paragraph--hero--video .wr-hero .wr-hero-title {
  display: flex;
  flex-direction: column;
  margin: 0;
  left: 0;
  max-width: 770px;
}
.paragraph--hero--video .wr-hero .wr-hero-title h1, .paragraph--hero--video .wr-hero .wr-hero-title h2 {
  display: inline;
  font-family: roboto, sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 580px) {
  .paragraph--hero--video .wr-hero .wr-hero-title h1, .paragraph--hero--video .wr-hero .wr-hero-title h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}
.paragraph--hero--video .wr-hero .wr-hero-title h1 {
  padding-bottom: 16px;
  font-size: 51px;
}
.paragraph--hero--video .wr-hero .wr-hero-title h2 {
  font-size: 32px;
}

.visible-md-block-video {
  display: none;
}
@media screen and (min-width: 767px) {
  .visible-md-block-video {
    display: block;
  }
}

@media screen and (max-width: 580px) {
  .path-frontpage .paragraph--hero--video .wr-hero .wr-hero-content .wr-hero-title h1, .path-frontpage .paragraph--hero--video .wr-hero .wr-hero-content .wr-hero-title h2 {
    font-size: 32px;
    line-height: 1;
    padding-bottom: 5px;
  }
}
/*# sourceMappingURL=paragraph-content-hero.css.map */
