/* derived from normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15 /* 1 */;
  -webkit-text-size-adjust: 100% /* 2 */;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box /* 1 */;
  height: 0 /* 1 */;
  overflow: visible /* 2 */;
}
pre {
  font-family: monospace, monospace /* 1 */;
  font-size: 1em /* 2 */;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none /* 1 */;
  text-decoration: underline /* 2 */;
  text-decoration: underline dotted /* 2 */;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace /* 1 */;
  font-size: 1em /* 2 */;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit /* 1 */;
  font-size: 100% /* 1 */;
  line-height: 1.15 /* 1 */;
  margin: 0 /* 2 */;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box /* 1 */;
  color: inherit /* 2 */;
  display: table /* 1 */;
  max-width: 100% /* 1 */;
  padding: 0 /* 3 */;
  white-space: normal /* 1 */;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box /* 1 */;
  padding: 0 /* 2 */;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield /* 1 */;
  outline-offset: -2px /* 2 */;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button /* 1 */;
  font: inherit /* 2 */;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.margin {
  margin: 1rem;
}
.margin-top,
.margin-vertical {
  margin-top: 1rem;
}
.margin-bottom,
.margin-vertical {
  margin-bottom: 1rem;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top,
.no-margin-vertical {
  margin-top: 0 !important;
}
.no-margin-bottom,
.no-margin-vertical {
  margin-bottom: 0 !important;
}
.no-margin-after {
  margin-bottom: 0;
}
.no-margin-after + * {
  margin-top: 0;
}
.padding {
  padding: 1rem;
}
.padding-top,
.padding-vertical,
article section {
  padding-top: 1rem;
}
.padding-bottom,
.padding-vertical,
article section {
  padding-bottom: 1rem;
}
.padding-left,
.padding-horizontal,
.content {
  padding-left: 1rem;
}
.padding-right,
.padding-horizontal,
.content {
  padding-right: 1rem;
}
.no-padding {
  padding: 0;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}
.no-padding-horizontal {
  padding-left: 0;
  padding-right: 0;
}
.no-padding-after {
  padding-bottom: 0;
}
.no-padding-after + * {
  padding-top: 0;
}
.max-width,
.content {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.text-max-width {
  max-width: 45rem;
}
.text-center.text-max-width,
.text-center .text-max-width {
  margin-left: auto;
  margin-right: auto;
}
.text-center,
.card .subtitle {
  text-align: center;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}
.tabular-nums {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
.small-font {
  font-size: 0.8em;
}
.light-font,
.card .title .description {
  font-weight: 200;
}
.normal-font {
  font-weight: 400;
}
.bold-font,
b,
strong,
article section a,
header nav a {
  font-weight: 600;
}
.black-font,
h1,
h2,
h3,
h4,
h5,
h6,
.card .title,
.heart-beats .drop-cap {
  font-weight: 900;
}
.dark {
  background-color: #04090b;
  color: #fffcfb;
}
.overlay {
  position: relative;
}
.overlay > * {
  position: relative;
  z-index: 1;
}
.overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.overlay.strength-1::after {
  background-color: rgba(0,0,0,0.1);
}
.overlay.strength-2::after {
  background-color: rgba(0,0,0,0.2);
}
.overlay.strength-3::after {
  background-color: rgba(0,0,0,0.3);
}
.overlay.strength-4::after {
  background-color: rgba(0,0,0,0.4);
}
.overlay.strength-5::after {
  background-color: rgba(0,0,0,0.5);
}
.overlay.strength-6::after {
  background-color: rgba(0,0,0,0.6);
}
.overlay.strength-7::after {
  background-color: rgba(0,0,0,0.7);
}
.overlay.strength-8::after {
  background-color: rgba(0,0,0,0.8);
}
.overlay.strength-9::after {
  background-color: rgba(0,0,0,0.9);
}
.super-padding {
  padding-top: 10em;
  padding-bottom: 10em;
}
.bg-light-gray,
.bg-light-grey {
  background-color: #eaeae9;
}
.dark-gray-color,
.dark-grey-color {
  color: #353231;
}
.gray-color,
.grey-color,
.card .subtitle {
  color: #878783;
}
.light-gray-color,
.light-grey-color {
  color: #eaeae9;
}
.blue-color {
  color: #453f78;
}
.green-color {
  color: #42a36f;
}
.yellow-color {
  color: #ffd279;
}
.orange-color {
  color: #fc9f5b;
}
.red-color {
  color: #fe4a49;
}
.purple-color {
  color: #a63446;
}
.hidden {
  display: none;
}
.top-dash::before {
  content: '';
  display: block;
  width: 2rem;
  margin-bottom: 0.75rem;
  margin-top: 2.5rem;
  border-top: 1px solid #353231;
}
.dark .top-dash::before {
  border-top-color: #fffcfb;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body > :not(header) {
  overflow-x: hidden;
}
button {
  cursor: pointer;
}
.full-width-image img {
  width: 100%;
  max-height: 75vh;
  object-fit: cover;
}
section {
  background-size: cover;
  background-position: center;
}
section.light-gray {
  background-color: #eaeae9;
}
*:focus {
  outline-color: #ffd279;
}
.banner {
  background-color: #ffd279;
  padding: 1em 0;
}
html {
  line-height: 1.35;
}
body {
  font-family: 'sofia-pro', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.125em;
  background-color: #fffcfb;
  color: #353231;
}
@media (min-width: 45em) {
  body {
    font-size: 1.25em;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.5em 0;
}
a {
  color: inherit;
}
ul {
  padding-left: 2rem;
}
article section:not(:first-of-type) h1::before {
  content: '';
  display: block;
  width: 4rem;
  border-top: 1px solid #353231;
  margin-bottom: 0.5rem;
}
article section:not(.text-center) h1,
article section:not(.text-center) h2,
article section:not(.text-center) h3,
article section:not(.text-center) h4,
article section:not(.text-center) h5,
article section:not(.text-center) h6,
article section:not(.text-center) p,
article section:not(.text-center) ul,
article section:not(.text-center) ol,
article section:not(.text-center) blockquote {
  max-width: 45rem;
}
article section img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 0.1875rem;
}
blockquote {
  font-style: italic;
  border-left: 0.25em solid #eaeae9;
  padding-left: 0.75em;
  margin-left: 0;
  margin-right: 0;
  color: #878783;
}
.avatar {
  display: block;
  display: grid;
  grid-template: none/auto 1fr;
  grid-gap: 1em;
  align-items: center;
}
.avatar img {
  width: 4em;
  height: 4em;
  object-fit: cover;
  border-radius: 50%;
}
.button {
  display: inline-block;
  padding: 0.75em 1.5em;
  margin: 0.5em;
  border: 1px solid;
  border-color: #d3d3d1;
  border-radius: 0.1875rem;
  text-decoration: none;
  background-color: #eaeae9;
  color: #353231;
  will-change: background-color, color;
  transition: background-color 300ms ease, color 300ms ease;
}
.button:hover {
  background-color: #d3d3d1;
  color: #302d2c;
}
.button::before {
  content: '\0000BB';
  padding-right: 0.25em;
  font-size: 1.4em;
  line-height: 0;
}
.button.outline {
  border-color: #353231;
  background-color: transparent;
}
.button.outline:hover {
  background-color: #353231;
  color: #fffcfb;
}
.button.outline.light {
  border-color: #fffcfb;
  color: #fffcfb;
}
.button.outline.light:hover {
  background-color: #fffcfb;
  color: #353231;
}
.button.dark {
  background-color: #353231;
  color: #fffcfb;
  border-color: #302d2c;
}
.button.dark:hover {
  background-color: #302d2c;
}
.button.green {
  background-color: #42a36f;
  color: #fffcfb;
  border-color: #3b9364;
}
.button.green:hover {
  background-color: #3b9364;
}
.button.yellow {
  background-color: #ffd279;
  color: #353231;
  border-color: #ffc553;
}
.button.yellow:hover {
  background-color: #ffc553;
}
.button[disabled] {
  opacity: 0.4;
  pointer-events: none;
}
.card {
  border-radius: 0.1875rem;
}
.card .img {
  padding-bottom: 56.25%;
  background-color: #878783;
  background-size: cover;
  background-position: center;
  border-radius: 0.1875rem 0.1875rem 0 0;
}
.card.image-only .img {
  border-radius: 0.1875rem;
}
.card .title {
  padding: 1em;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 0.1875rem 0.1875rem;
  background-color: #eee;
  text-align: center;
  text-transform: uppercase;
}
.card .title .description {
  text-transform: none;
  font-size: 0.75em;
}
.card .subtitle {
  padding-top: 0.25em;
}
a.card {
  text-decoration: none;
}
a.card .title {
  will-change: background-color;
  transition: background-color 300ms ease;
}
a.card:hover .title {
  background-color: #d6d6d6;
}
a.card .img {
  will-change: filter;
  transition: filter 300ms ease;
}
a.card:hover .img {
  filter: saturate(120%);
}
form input,
form textarea,
form select {
  font-size: 1rem;
  padding: 1em;
  border: 1px solid #d3d3d1;
  background-color: #fffcfb;
  border-radius: 0.1875rem;
}
form input::placeholder,
form textarea::placeholder,
form select::placeholder {
  color: #bcbcb9;
  opacity: 1;
}
form input,
form select {
  height: 3em;
}
form textarea {
  resize: vertical;
}
form div.captcha {
  padding: 0 0 1em 1em;
}
#modal-bg {
  z-index: 299;
  display: none;
  position: fixed;
  background-color: rgba(0,0,0,0.3);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal {
  z-index: 300;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.modal .modal-content {
  position: relative;
  width: 95%;
  max-width: 40rem;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 1px 70px rgba(0,0,0,0.5);
  overflow: auto;
}
.modal .modal-content .btn {
  border-radius: 0;
  width: 50%;
  margin-right: -4px;
  padding: 0.75rem;
  cursor: pointer;
}
.modal .modal-content .btn-blue {
  background-color: #2575ed;
  color: rgba(255,255,255,0.9);
}
.modal .modal-content .btn-blue:disabled {
  background-color: #808080;
  pointer-events: none;
}
.modal .modal-content .modal-close {
  position: absolute;
  line-height: 1;
  font-size: 1.25rem;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  color: #b3b6b7;
}
.modal .modal-content .modal-close:hover {
  color: #363738;
}
.modal .modal-content h5 {
  font-size: 1.25rem;
  padding: 1.5rem;
}
.modal .modal-content form {
  padding-top: 1rem;
}
.modal .modal-content p,
.modal .modal-content label,
.modal .modal-content img {
  font-size: 1rem;
  padding: 0 1.5rem;
  display: block;
}
.modal .modal-content img {
  display: unset;
  max-width: 16rem;
  max-height: 16rem;
}
.modal .modal-content label:last-of-type {
  padding-bottom: 1.5rem;
}
.modal .modal-content legend {
  display: block;
  font-size: 1.125rem;
  padding: 0 1.5rem;
  text-decoration: underline;
}
.modal .modal-content input {
  width: 100%;
}
.modal .modal-content textarea {
  resize: none;
  width: 100%;
}
footer {
  font-size: 0.9em;
  margin-bottom: 2rem;
  background: linear-gradient(to bottom, #f9f9f9, #fffcfb);
  color: #55504e;
}
footer svg {
  display: inline-block;
  height: 0.9em;
  width: 0.9em;
  margin-bottom: -0.1em;
}
footer ul {
  list-style-type: none;
  padding: 0;
}
@media (min-width: 45em) {
  footer ul li {
    display: inline-block;
  }
  footer ul.links li:not(:last-of-type)::after {
    content: " \0000B7 ";
  }
  footer ul.social-media li:not(:last-of-type) {
    margin-right: 0.5em;
  }
}
header {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 0;
  top: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: block;
  display: grid;
  grid-template: auto 1fr/auto 1fr;
  grid-gap: 0;
  align-items: center;
}
header + * {
  padding-top: 2.75em;
}
header:not(.nav-visible) {
  position: absolute;
}
header a[aria-label=logo] {
  height: 4em;
  display: block;
  display: grid;
  grid-template: none/1fr;
  grid-gap: 0;
  align-items: center;
}
header a[aria-label=logo] svg {
  height: 100%;
  max-width: 10em;
  padding: 1.25em 0;
  will-change: fill;
  transition: fill 300ms ease;
  fill: #fffcfb;
}
header a[aria-label=logo] svg:hover {
  fill: #ffd279;
}
header button {
  justify-self: end;
  align-self: center;
}
header nav {
  grid-column: 1/span 2;
  height: calc(100vh - 4em);
  display: block;
  display: grid;
  grid-template: none/1fr;
  grid-gap: 1em;
  justify-items: center;
  align-content: center;
  text-align: center;
}
header nav a {
  text-decoration: none;
  text-transform: uppercase;
  will-change: color, border-color;
  transition: color 300ms ease, border-color 300ms ease;
  color: #fffcfb;
}
header nav a.active {
  color: #eaeae9;
}
header nav a:hover {
  color: #ffd279;
}
header nav a.border {
  padding: 0.2em 0.5em 0.3em;
  border: 2px solid #fffcfb;
}
header nav a.border:hover {
  border-color: #ffd279;
}
header::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  background-color: #353231;
  z-index: -1;
}
@supports (-webkit-backdrop-filter: blur(7px)) or (backdrop-filter: blur(7px)) {
  header::after {
    background-color: rgba(53,50,49,0.9);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
  }
}
header::after,
header nav {
  will-change: transform;
  transition: transform 300ms ease;
}
header:not(.nav-visible)::after,
header:not(.nav-visible) nav {
  transform: translateX(-100%);
}
@media (min-width: 45em) {
  header {
    position: absolute;
    height: auto;
  }
  header::after,
  header button {
    display: none;
  }
  header nav {
    height: auto;
    transform: none !important;
    grid-column: auto;
    justify-self: end;
    align-items: center;
    grid-auto-flow: column;
    font-size: 0.8em;
  }
  header nav a.hidden-on-tablet {
    display: none;
  }
}
@media (min-width: 60em) {
  header {
    padding: 1.25em 2.5em;
  }
  header + * {
    padding-top: 4em;
  }
  header nav a.hidden-on-tablet {
    display: unset;
  }
}
header nav {
  font-size: 1.5em;
}
@media (min-width: 45em) {
  header nav {
    font-size: 0.8em;
  }
}
@media (min-width: 60em) {
  header nav {
    font-size: 1em;
  }
}
header button {
  font-size: 1rem;
  background: none;
  border: none;
  outline: none;
}
header button .burger {
  width: 1.5em;
  height: 0.125em;
  display: block;
  background-color: #fffafa;
  will-change: transform;
  transition: transform 300ms ease;
  position: relative;
  margin: 0.5em 0;
}
header button .burger::before,
header button .burger::after {
  width: 1.5em;
  height: 0.125em;
  display: block;
  background-color: #fffafa;
  will-change: transform;
  transition: transform 300ms ease;
  content: '';
  position: absolute;
}
header button .burger::before {
  top: -0.5em;
}
header button .burger::after {
  bottom: -0.5em;
}
header.nav-visible .burger {
  background: none;
}
header.nav-visible .burger::before {
  top: 0;
  transform: rotate(-45deg);
}
header.nav-visible .burger::after {
  bottom: 0;
  transform: rotate(45deg);
}
@media all and (-ms-high-contrast: none) {
  header {
    height: auto;
    text-align: center;
    background: #333;
  }
  header + * {
    padding-top: 0;
  }
  header,
  header nav {
    position: relative !important;
    display: block;
  }
  header::after,
  header button {
    display: none;
  }
  header a[aria-label="logo"] {
    display: inline-block;
    height: 3em;
    padding: 1em 0;
  }
  header a[aria-label="logo"] svg {
    padding: 0;
  }
  header nav {
    height: auto;
    transform: none !important;
    padding-bottom: 1em;
  }
  header nav a {
    display: block;
    margin-top: 0.5em;
  }
}
@supports not (grid-template-columns: 1fr) {
  header {
    height: auto;
    text-align: center;
    background: #333;
  }
  header + * {
    padding-top: 0;
  }
  header,
  header nav {
    position: relative !important;
    display: block;
  }
  header::after,
  header button {
    display: none;
  }
  header a[aria-label="logo"] {
    display: inline-block;
    height: 3em;
    padding: 1em 0;
  }
  header a[aria-label="logo"] svg {
    padding: 0;
  }
  header nav {
    height: auto;
    transform: none !important;
    padding-bottom: 1em;
  }
  header nav a {
    display: block;
    margin-top: 0.5em;
  }
@media all and (-ms-high-contrast: none) and (min-width: 45em) {
    header header {
      text-align: left;
    }
    header nav {
      padding-top: 1.25em;
      float: right;
    }
    header nav a {
      display: inline;
      margin-left: 0.5em;
    }
}
}
@media all and (-ms-high-contrast: none) and (min-width: 45em) {
  header {
    text-align: left;
  }
  nav {
    padding-top: 1.25em;
    float: right;
  }
  nav a {
    display: inline;
    margin-left: 0.5em;
  }
}
.hero {
  min-height: 50vh;
  display: block;
  display: grid;
  grid-template: none/1fr;
  grid-gap: 1em;
  align-items: center;
  justify-items: center;
}
.hero video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero .content {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 45em) {
  .hero .content {
    font-size: 1.25em;
  }
}
.communities .grid {
  display: block;
  display: grid;
  grid-template: none/1fr;
  grid-gap: 1em;
}
@media (min-width: 45em) {
  .communities .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 60em) {
  .communities .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.events .grid {
  display: block;
  display: grid;
  grid-template: none/1fr;
  grid-gap: 1em;
}
@media (min-width: 45em) {
  .events .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.kleingruppen .s-group-grid {
  display: block;
  display: grid;
  grid-template: none/1fr;
  grid-gap: 1em;
}
@media (min-width: 45em) {
  .kleingruppen .s-group-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 60em) {
  .kleingruppen .s-group-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.kleingruppen .s-group {
  display: block;
  border: 1px solid #e0e3e5;
  border-radius: 4px;
  background-color: #f0f1f2;
  margin-bottom: 1em;
  padding: 1em 0.75em;
}
.kleingruppen .s-group .h4 {
  font-size: 1.25em;
  font-weight: 600;
  padding-bottom: 0;
}
.kleingruppen .s-group .p {
  font-size: 0.7em;
}
.kleingruppen .s-group .btn {
  font-size: 0.875em;
  padding: 0.5em 1.5em;
}
.heart-beats {
  display: block;
  display: grid;
  grid-template: none/1fr;
  grid-gap: 1em;
  align-items: start;
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .heart-beats {
    grid-template-columns: repeat(5, 1fr);
    font-size: 0.9em;
  }
}
.heart-beats .beat {
  background-color: #eaeae9;
  border-radius: 0.1875rem;
}
.heart-beats .drop-cap {
  font-size: 5em;
  line-height: 1;
}
.landing-logo {
  width: 100%;
  height: 10vh;
  min-height: 3em;
  background-color: #ffd279;
}
.landing-logo svg {
  display: block;
  height: 100%;
  margin: 0 auto;
  padding: 1em;
  fill: #353231;
}
.landing {
  height: 90vh;
  display: block;
  display: grid;
  grid-template: repeat(4, 1fr)/1fr;
  grid-gap: 0;
}
.landing a {
  background-size: cover;
  background-position: center;
  text-decoration: none;
  display: block;
  display: grid;
  grid-template: none/1fr;
  grid-gap: 0;
  align-content: center;
  border: 0px solid #ffd279;
  will-change: border, color;
  transition: border 300ms ease, color 300ms ease;
}
@media (min-width: 45em) {
  .landing a {
    font-size: 1.25em;
  }
}
.landing a:hover {
  border-width: 0.5rem;
  color: #ffd279;
}
.landing div#startups {
  display: block;
  display: grid;
  grid-template: none/repeat(1, 1fr);
  grid-gap: 0;
  position: relative;
}
.landing div#startups > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #04090b;
  z-index: 2;
  display: block;
  display: grid;
  grid-template: none/1fr;
  grid-gap: 0;
  align-content: center;
  will-change: color, opacity;
  transition: color 300ms ease, opacity 300ms ease;
  opacity: 0.92;
  cursor: pointer;
}
@media (min-width: 45em) {
  .landing div#startups > div {
    font-size: 1.25em;
  }
}
.landing div#startups > div:hover {
  color: #ffd279;
}
.landing div#startups > div.clicked {
  opacity: 0;
  pointer-events: none;
}
.newsletter {
  padding: 0 0 2em;
}
.newsletter form {
  display: block;
  display: grid;
  grid-template: none/1fr;
  grid-gap: 0;
  grid-column-gap: 1rem;
  align-items: center;
  grid-template-areas: 'name-label' 'name' 'email-label' 'email' 'submit';
}
.newsletter form label {
  padding: 0.2rem 0;
}
.newsletter form label:first-of-type {
  grid-area: name-label;
}
.newsletter form label:last-of-type {
  grid-area: email-label;
}
.newsletter form input {
  margin-bottom: 1rem;
}
.newsletter form input:first-of-type {
  grid-area: name;
}
.newsletter form input:last-of-type {
  grid-area: email;
}
.newsletter form button {
  line-height: 1;
  grid-area: submit;
  border-radius: 1px;
}
@media (min-width: 45em) {
  .newsletter form {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'name-label email-label' 'name email' 'submit submit';
  }
}
@media (min-width: 60em) {
  .newsletter form {
    grid-template-columns: 1fr 1fr auto;
    grid-template-areas: 'name-label email-label email-label' 'name email submit';
  }
  .newsletter form input {
    margin-bottom: 0;
  }
}
.promos {
  display: block;
  display: grid;
  grid-template: none/1fr;
  grid-gap: 0;
}
.promos .square {
  height: 100vw;
  text-decoration: none;
  background-size: cover;
  background-position: center center;
  padding: 1rem;
  display: block;
  display: grid;
  grid-template: none/1fr;
  grid-gap: 0;
  align-content: center;
  justify-content: center;
  text-align: center;
  border: 0px solid #ffd279;
  will-change: border;
  transition: border 300ms ease;
}
.promos .square:hover {
  border-bottom-width: 1rem;
}
.promos .square h2 {
  will-change: padding-top;
  transition: padding-top 300ms ease;
}
.promos .square:hover h2 {
  padding-top: 1rem;
}
@media (min-width: 45em) {
  .promos {
    grid-template-columns: repeat(3, 1fr);
  }
  .promos .square {
    height: 33.3333vw;
  }
}
.squares {
  display: block;
  display: grid;
  grid-template: repeat(2, 50vw)/repeat(2, 50vw);
  grid-gap: 0;
}
.squares > a,
.squares > div {
  text-decoration: none;
  display: block;
  display: grid;
  grid-template: none/1fr;
  grid-gap: 0;
  align-content: center;
  justify-content: center;
  text-align: center;
  will-change: background-color;
  transition: background-color 300ms ease;
}
.squares > a:nth-of-type(1),
.squares > div:nth-of-type(1) {
  background-color: #a63446;
}
.squares > a:nth-of-type(1):hover,
.squares > div:nth-of-type(1):hover {
  background-color: #952f3f;
}
.squares > a:nth-of-type(2),
.squares > div:nth-of-type(2) {
  background-color: #453f78;
}
.squares > a:nth-of-type(2):hover,
.squares > div:nth-of-type(2):hover {
  background-color: #3e396c;
}
.squares > a:nth-of-type(3),
.squares > div:nth-of-type(3) {
  background-color: #fe4a49;
}
.squares > a:nth-of-type(3):hover,
.squares > div:nth-of-type(3):hover {
  background-color: #fe3a39;
}
.squares > a:nth-of-type(4),
.squares > div:nth-of-type(4) {
  background-color: #fc9f5b;
}
.squares > a:nth-of-type(4):hover,
.squares > div:nth-of-type(4):hover {
  background-color: #fb8b39;
}
.squares > a .icon svg,
.squares > div .icon svg {
  fill: #fffcfb;
  width: 3em;
  height: 3em;
  margin-bottom: 0.25em;
}
@media (min-width: 60em) {
  .squares > a .icon svg,
  .squares > div .icon svg {
    width: 5em;
    height: 5em;
  }
}
@media (min-width: 45em) {
  .squares {
    display: block;
    display: grid;
    grid-template: 25vw/repeat(4, 25vw);
    grid-gap: 0;
  }
}
.countdown {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.countdown > div {
  display: inline;
  font-size: 3rem;
  margin-left: 0.5rem;
}
.encounter-squares {
  display: block;
  display: grid;
  grid-template: repeat(2, 50vw)/repeat(2, 50vw);
  grid-gap: 0;
}
@media (min-width: 45em) {
  .encounter-squares {
    display: block;
    display: grid;
    grid-template: 25vw/repeat(4, 25vw);
    grid-gap: 0;
  }
}
.encounter-squares > div {
  display: block;
  display: grid;
  grid-template: none/1fr;
  grid-gap: 0;
  align-content: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding: 0.5rem;
}
/* ==========================================================================
   FINAL RESPONSIVE TYPOGRAPHY & LAYOUT PATCH
   Synced directly with the theme's custom tablet boundary variable.
   ========================================================================== */
@media (max-width: 45em) {
  p,
  div,
  span,
  article,
  .text,
  .content {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    hyphens: manual !important;
  }
  p {
    padding-left: 24px !important;
    padding-right: 24px !important;
    text-align: left !important;
  }
}
