@import url("https://use.typekit.net/mzm3huv.css");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.jOWagV {
  margin: 0px !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
}

html {
  width: 100vw;
  overflow-x: hidden;
}

ol:not([class]), ul:not([class]) {
  list-style-position: outside;
  margin-left: 2rem;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

* > img:only-child {
  width: 100%;
}

hr {
  border: 0.25rem solid hsl(191, 61%, 72%);
  border-color: hsl(191, 61%, 60%);
}

html, body {
  color: hsl(217, 6%, 30%);
  font-family: museo-sans, sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 2.5vmin, 20px);
  font-weight: 300;
  line-height: 1.75rem;
  line-height: clamp(1.5rem, 3vmin, 1.75rem);
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures contextual;
  -moz-font-feature-settings: "liga", "clig", "calt";
  -webkit-font-feature-settings: "liga", "clig", "calt";
  font-feature-settings: "liga", "clig", "calt";
  font-kerning: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: museo-sans, sans-serif;
  letter-spacing: 0;
  margin-bottom: 1rem;
  color: hsl(259, 83%, 14%);
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6, ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6, ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6 {
  margin-top: 3rem;
}

h1, .h1 {
  font-size: 3.5rem;
  font-size: clamp(2.25rem, 5vmin, 3.5rem);
  font-weight: 900;
  line-height: 4rem;
  line-height: clamp(2.75rem, 6vmin, 4rem);
}

h2, .h2 {
  font-size: 2.25rem;
  font-size: clamp(1.75rem, 4vmin, 2.25rem);
  font-weight: 900;
  line-height: 2.75rem;
  line-height: clamp(2.25rem, 5vmin, 2.75rem);
}
h2.subtitle, .h2.subtitle {
  font-weight: 300;
}

h3, .h3 {
  font-size: 1.75rem;
  font-size: clamp(1.5rem, 3.5vmin, 1.75rem);
  font-weight: 400;
  line-height: 2.25rem;
  line-height: clamp(1.75rem, 4vmin, 2.25rem);
}
h3.subtitle, .h3.subtitle {
  font-weight: 300;
}

h4, .h4, .eyebrow {
  font-family: oswald, sans-serif;
  font-size: 1.15rem;
  font-size: clamp(1rem, 3vmin, 1.15rem);
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.75rem;
  line-height: clamp(1.75rem, 3.5vmin, 1.75rem);
  text-transform: uppercase;
}

.eyebrow {
  color: hsl(38, 95%, 50%);
  margin-bottom: 1rem;
}

h5, .lead, .h5 {
  font-family: museo-sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  line-height: clamp(1.25rem, 2.5vmin, 1.75rem);
}

h6, .eyebrow--sm, .h6 {
  font-family: oswald, sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}

.source-text {
  font-size: 0.7rem;
  letter-spacing: 0.025em;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
  color: hsl(217, 6%, 10%);
  font-weight: 100;
  font-style: italic;
}

.intro {
  font-size: 1.3rem;
  font-size: clamp(1.2rem, 2.75vmin, 1.3rem);
  line-height: 2rem;
  line-height: clamp(1.75rem, 3.5vmin, 2rem);
}

p {
  margin-bottom: 2rem;
}

.note {
  font-size: 0.85rem;
}

.caption {
  font-size: 0.85rem;
  font-weight: 300;
}

strong {
  font-weight: 900;
}

i {
  font-style: italic;
}

b {
  font-weight: 900;
}

a {
  text-decoration: none;
}

a:not(.btn, .card, .social__link, .logo) {
  background: linear-gradient(to right, transparent, transparent), linear-gradient(to right, hsl(191, 61%, 72%), hsl(191, 61%, 72%));
  background-size: 100% 0, 0 0;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.15s ease;
  color: hsl(255, 48%, 50%);
  display: inline;
  padding-bottom: calc(0.5rem / 3);
  position: relative;
  text-decoration: none;
}
a:not(.btn, .card, .social__link, .logo):hover:hover, a:not(.btn, .card, .social__link, .logo):hover:active, a:not(.btn, .card, .social__link, .logo):hover:focus {
  background-size: 0 0.15rem, 100% 0.15rem;
}

.card--alt a {
  background: linear-gradient(to right, transparent, transparent), linear-gradient(to right, hsl(257, 61%, 23%), hsl(257, 61%, 23%));
  background-size: 100% 0, 0 0;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.15s ease;
}

pre,
.highlighter-rouge {
  background-color: hsl(217, 6%, 10%);
  border-radius: 0.25rem;
  color: hsl(240, 100%, 94%);
  font-family: "Inconsolata", monospace;
  margin-bottom: 2rem;
  margin-top: 1rem;
  padding: 1rem;
}
pre .highlight,
.highlighter-rouge .highlight {
  background-color: transparent;
  padding: 0;
  white-space: pre-wrap;
}
pre code.hljs,
.highlighter-rouge code.hljs {
  background-color: transparent;
}

code.highlighter-rouge {
  background-color: hsl(217, 6%, 90%);
  box-decoration-break: clone;
  color: hsl(259, 83%, 14%);
  padding: calc(0.5rem / 3) 0.5rem;
}

.color--dark {
  color: hsl(259, 83%, 14%);
}
.color--off-dark {
  color: hsl(259, 83%, 20%) !important;
}
.color--light {
  color: hsl(240, 100%, 99%);
}
.color--off-light {
  color: hsl(240, 100%, 94%);
}
.color--gray-light {
  color: hsl(217, 6%, 50%) !important;
}
.color--splash-1 {
  color: hsl(255, 48%, 50%);
}
.color--splash-2 {
  color: hsl(191, 61%, 72%) !important;
}
.color--splash-3 {
  color: hsl(38, 95%, 50%) !important;
}
.color--title {
  color: hsl(259, 83%, 14%);
}
.color--title-accent {
  color: hsl(191, 61%, 72%) !important;
}

.u-border {
  border: 0.25rem solid hsl(191, 61%, 72%);
}
.u-border--top {
  border-top: 0.25rem solid hsl(191, 61%, 72%);
}
.u-border--right {
  border-right: 0.25rem solid hsl(191, 61%, 72%);
}
.u-border--bottom {
  border-bottom: 0.25rem solid hsl(191, 61%, 72%);
}
.u-border--left {
  border-left: 0.25rem solid hsl(191, 61%, 72%);
}
.u-border--light {
  border-width: 1px;
}

.u-fill--width {
  width: 100%;
  box-sizing: border-box;
}

.u-width-75 {
  width: 75%;
}
@media screen and (max-width: 576px) {
  .u-width-75--mobile {
    width: 75% !important;
  }
}

.u-width-50 {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .u-width-50--mobile {
    width: 50% !important;
  }
}

.u-full-fold {
  min-height: 99.5vh;
}

.u-full-height {
  height: 100%;
}

.u-display--block {
  display: block;
}

.u-pos-relative {
  position: relative;
}

.u-sticky {
  position: sticky;
}
.u-sticky--bottom {
  bottom: 0;
}

.u-display--in-block {
  display: inline-block;
}

.u-radius {
  border-radius: 0.25rem;
  overflow: hidden;
}

.u-overlap {
  margin-bottom: -35%;
}

.u-contained {
  margin-left: auto;
  margin-right: auto;
  max-width: 55rem;
}
.u-contained--sm {
  max-width: 40rem;
}
.u-contained--wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
}
.u-contained--max {
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}

.u-object-fit {
  object-fit: cover;
}

.u-flex {
  display: flex !important;
}
.u-flex-align--baseline {
  align-items: baseline;
}
.u-flex-align--center {
  align-items: center;
}
.u-flex-justify--center {
  justify-content: center;
}
.u-flex-justify--space-between {
  justify-content: space-between;
}
.u-flex-wrap {
  flex-wrap: wrap;
}
.u-flex-gap {
  gap: 1rem;
}
.u-flex-gap--sm {
  gap: 0.5rem;
}

@media (min-width: 576px) {
  .u-padded {
    padding: 3rem;
  }
  .u-padded--lg {
    padding: 5rem;
  }
  .u-padded--xlg {
    padding: 7rem;
  }
}
.u-padded--none {
  padding: 0;
}
.u-padded--sm {
  padding: 2rem;
}
.u-padded--xs {
  padding: 1rem;
}
@media (min-width: 576px) {
  .u-padded--xs--xs {
    padding: 1rem;
  }
  .u-padded--xs--sm {
    padding: 2rem;
  }
}
.u-padded-top {
  padding-top: 3rem;
}
.u-padded-top--none {
  padding-top: 0 !important;
}
.u-padded-top--xs {
  padding-top: 1rem;
}
.u-padded-top--sm {
  padding-top: 2rem;
}
.u-padded-top--lg {
  padding-top: 5rem;
}
.u-padded-top--xlg {
  padding-top: 7rem;
}
.u-padded-right {
  padding-right: 3rem;
}
.u-padded-right--none {
  padding-right: 0 !important;
}
.u-padded-right--xs {
  padding-right: 1rem;
}
.u-padded-right--sm {
  padding-right: 2rem;
}
.u-padded-right--lg {
  padding-right: 5rem;
}
.u-padded-right--xlg {
  padding-right: 7rem;
}
.u-padded-bottom {
  padding-bottom: 3rem;
}
.u-padded-bottom--none {
  padding-bottom: 0 !important;
}
.u-padded-bottom--xxs {
  padding-bottom: 0.5rem;
}
.u-padded-bottom--xs {
  padding-bottom: 1rem;
}
.u-padded-bottom--sm {
  padding-bottom: 2rem;
}
.u-padded-bottom--lg {
  padding-bottom: 5rem;
}
.u-padded-bottom--xlg {
  padding-bottom: 7rem;
}
.u-padded-left {
  padding-left: 3rem;
}
.u-padded-left--none {
  padding-left: 0 !important;
}
.u-padded-left--xs {
  padding-left: 1rem;
}
.u-padded-left--sm {
  padding-left: 2rem;
}
.u-padded-left--lg {
  padding-left: 5rem;
}
.u-padded-left--xlg {
  padding-left: 7rem;
}

.u-push {
  margin: 3rem;
}
.u-push--auto {
  margin-left: auto;
  margin-right: auto;
}
.u-push--none {
  margin: 0 !important;
}
.u-push--xs {
  margin: 1rem;
}
.u-push--sm {
  margin: 2rem;
}
.u-push--lg {
  margin: 5rem;
}
.u-push--xlg {
  margin: 7rem;
}
.u-push-bottom {
  margin-bottom: 3rem;
}
.u-push-bottom--none {
  margin-bottom: 0 !important;
}
.u-push-bottom--xs {
  margin-bottom: 1rem;
}
.u-push-bottom--sm {
  margin-bottom: 2rem;
}
.u-push-bottom--lg {
  margin-bottom: 5rem;
}
.u-push-bottom--xlg {
  margin-bottom: 7rem;
}
.u-push-top {
  margin-top: 3rem;
}
.u-push-top--none {
  margin-top: 0 !important;
}
.u-push-top--none {
  margin-top: 0;
}
.u-push-top--xs {
  margin-top: 1rem;
}
.u-push-top--sm {
  margin-top: 2rem !important;
}
.u-push-top--lg {
  margin-top: 5rem;
}
.u-push-top--xlg {
  margin-top: 7rem;
}
.u-push-right {
  margin-right: 3rem;
}
.u-push-right--none {
  margin-right: 0;
}
.u-push-right--xs {
  margin-right: 1rem;
}
.u-push-right--sm {
  margin-right: 2rem;
}
.u-push-right--lg {
  margin-right: 5rem;
}
.u-push-right--xlg {
  margin-right: 7rem;
}
.u-push-left {
  margin-left: 3rem;
}
.u-push-left--none {
  margin-left: 0;
}
.u-push-left--xs {
  margin-left: 1rem;
}
.u-push-left--sm {
  margin-left: 2rem;
}
.u-push-left--lg {
  margin-left: 5rem;
}
.u-push-left--xlg {
  margin-left: 7rem;
}

.u-left--xs {
  text-align: left;
}

.u-right--xs {
  text-align: right;
}

.u-center--xs {
  text-align: center;
}

@media (min-width: 576px) {
  .u-left--sm {
    text-align: left;
  }
  .u-right--sm {
    text-align: right;
  }
  .u-center--sm {
    text-align: center;
  }
}
@media (min-width: 744px) {
  .u-left--md {
    text-align: left;
  }
  .u-right--md {
    text-align: right;
  }
  .u-center--md {
    text-align: center;
  }
}
@media (min-width: 900px) {
  .u-left--lg {
    text-align: left;
  }
  .u-right--lg {
    text-align: right;
  }
  .u-center--lg {
    text-align: center;
  }
}
.u-float--left {
  float: left;
}

.u-float--right {
  float: right;
}

.u-clear--both {
  clear: both;
}

.u-box--border {
  box-sizing: border-box;
}
.u-box--content {
  box-sizing: content-box;
}

.u-stick__container {
  height: 100%;
}

.u-stick {
  display: block;
  position: sticky;
  top: 10px;
}

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

.u-column-2 {
  column-count: 2;
  column-gap: 2rem;
}

.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-sm {
  font-size: 0.9rem;
  line-height: 1.75rem;
  line-height: clamp(1.25rem, 2.5vmin, 1.75rem);
}
.u-text-lg {
  font-size: 1.3rem;
  font-size: clamp(1.2rem, 2.75vmin, 1.3rem);
  line-height: 2rem;
  line-height: clamp(1.75rem, 3.5vmin, 2rem);
}
.u-text-xlg {
  font-size: 2.25rem;
}
.u-text-bold {
  font-weight: bold;
}

@media screen and (min-width: 744px) {
  .u-show-tablet {
    display: none;
  }
}

@media screen and (max-width: 744px) {
  .u-show-desktop {
    display: none;
  }
}

.u-hide {
  display: none;
}

.border-color--dark {
  border-color: hsl(259, 83%, 14%);
}
.border-color--off-dark {
  border-color: hsl(259, 83%, 20%);
}
.border-color--light {
  border-color: hsl(240, 100%, 99%);
}
.border-color--off-light {
  border-color: hsl(240, 100%, 94%);
}
.border-color--splash-1 {
  border-color: hsl(255, 48%, 50%);
}
.border-color--splash-2 {
  border-color: hsl(191, 61%, 72%);
}
.border-color--splash-3 {
  border-color: hsl(38, 95%, 50%);
}

.fill--splash-1 {
  background-color: hsl(255, 48%, 50%);
  fill: hsl(255, 48%, 50%);
}
.fill--splash-2 {
  background-color: hsl(191, 61%, 72%);
  fill: hsl(191, 61%, 72%);
}
.fill--splash-3 {
  background-color: hsl(38, 95%, 50%);
  fill: hsl(38, 95%, 50%);
}
.fill--black {
  background-color: hsl(259, 83%, 14%);
  fill: hsl(259, 83%, 14%);
}

.u-overflow-visible {
  overflow: visible;
}

.width-150 {
  width: 150px;
  height: 150px;
}

.width-30 {
  width: 30px !important;
  height: 30px;
}

.height-150 {
  height: 150px;
}

.height-200 {
  height: 200px;
}

.height-300 {
  height: 300px;
}

.color-white {
  color: white !important;
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}
.grid > img {
  width: 100%;
}
.grid--mobile-2 {
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-columns: repeat(2, 1fr);
}
.grid--mobile-2 > *:nth-child(1) {
  -ms-grid-row: 1;
}
.grid--mobile-2 > *:nth-child(2) {
  -ms-grid-row: 2;
}
.grid--mobile-2 > *:nth-child(3) {
  -ms-grid-row: 3;
}
.grid--mobile-2 > *:nth-child(4) {
  -ms-grid-row: 4;
}
.grid--mobile-2 > *:nth-child(5) {
  -ms-grid-row: 5;
}
.grid--mobile-2 > *:nth-child(6) {
  -ms-grid-row: 6;
}
.grid--mobile-2 > *:nth-child(7) {
  -ms-grid-row: 7;
}
.grid--mobile-2 > *:nth-child(8) {
  -ms-grid-row: 8;
}
.grid--mobile-2 > *:nth-child(9) {
  -ms-grid-row: 9;
}
.grid--mobile-2 > *:nth-child(10) {
  -ms-grid-row: 10;
}
.grid--mobile-2 > *:nth-child(11) {
  -ms-grid-row: 11;
}
.grid--mobile-2 > *:nth-child(12) {
  -ms-grid-row: 12;
}
.grid--mobile-2 > *:nth-child(13) {
  -ms-grid-row: 13;
}
.grid--mobile-2 > *:nth-child(14) {
  -ms-grid-row: 14;
}
.grid--mobile-2 > *:nth-child(15) {
  -ms-grid-row: 15;
}
.grid--mobile-2 > *:nth-child(16) {
  -ms-grid-row: 16;
}
.grid--mobile-2 > *:nth-child(17) {
  -ms-grid-row: 17;
}
.grid--mobile-2 > *:nth-child(18) {
  -ms-grid-row: 18;
}
.grid--mobile-2 > *:nth-child(19) {
  -ms-grid-row: 19;
}
.grid--mobile-2 > *:nth-child(20) {
  -ms-grid-row: 20;
}
.grid--mobile-2 > *:nth-child(21) {
  -ms-grid-row: 21;
}
.grid--mobile-2 > *:nth-child(22) {
  -ms-grid-row: 22;
}
.grid--mobile-2 > *:nth-child(23) {
  -ms-grid-row: 23;
}
.grid--mobile-2 > *:nth-child(24) {
  -ms-grid-row: 24;
}
.grid--mobile-2 > *:nth-child(25) {
  -ms-grid-row: 25;
}
.grid--mobile-2 > *:nth-child(26) {
  -ms-grid-row: 26;
}
.grid--mobile-2 > *:nth-child(27) {
  -ms-grid-row: 27;
}
.grid--mobile-2 > *:nth-child(28) {
  -ms-grid-row: 28;
}
.grid--mobile-2 > *:nth-child(29) {
  -ms-grid-row: 29;
}
.grid--mobile-2 > *:nth-child(30) {
  -ms-grid-row: 30;
}
.grid--mobile-2 > *:nth-child(31) {
  -ms-grid-row: 31;
}
.grid--mobile-2 > *:nth-child(32) {
  -ms-grid-row: 32;
}
.grid--mobile-2 > *:nth-child(33) {
  -ms-grid-row: 33;
}
.grid--mobile-2 > *:nth-child(34) {
  -ms-grid-row: 34;
}
.grid--mobile-2 > *:nth-child(35) {
  -ms-grid-row: 35;
}
.grid--mobile-2 > *:nth-child(36) {
  -ms-grid-row: 36;
}
.grid--mobile-2 > *:nth-child(37) {
  -ms-grid-row: 37;
}
.grid--mobile-2 > *:nth-child(38) {
  -ms-grid-row: 38;
}
.grid--mobile-2 > *:nth-child(39) {
  -ms-grid-row: 39;
}
.grid--mobile-2 > *:nth-child(40) {
  -ms-grid-row: 40;
}
.grid--auto {
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
}
@media screen and (max-width: 576px) {
  .grid--auto {
    grid-template-columns: 1fr;
  }
}
.grid--2 > *:nth-child(1) {
  -ms-grid-row: 1;
}
.grid--2 > *:nth-child(2) {
  -ms-grid-row: 2;
}
.grid--2 > *:nth-child(3) {
  -ms-grid-row: 3;
}
.grid--2 > *:nth-child(4) {
  -ms-grid-row: 4;
}
.grid--2 > *:nth-child(5) {
  -ms-grid-row: 5;
}
.grid--2 > *:nth-child(6) {
  -ms-grid-row: 6;
}
.grid--2 > *:nth-child(7) {
  -ms-grid-row: 7;
}
.grid--2 > *:nth-child(8) {
  -ms-grid-row: 8;
}
.grid--2 > *:nth-child(9) {
  -ms-grid-row: 9;
}
.grid--2 > *:nth-child(10) {
  -ms-grid-row: 10;
}
.grid--2 > *:nth-child(11) {
  -ms-grid-row: 11;
}
.grid--2 > *:nth-child(12) {
  -ms-grid-row: 12;
}
@media screen and (min-width: 744px) {
  .grid--2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-row: unset;
  }
  .grid--2 > *:nth-child(2n+1) {
    -ms-grid-column: 1;
  }
  .grid--2 > *:nth-child(2n+2) {
    -ms-grid-column: 2;
  }
}
.grid--2-lg > *:nth-child(1) {
  -ms-grid-row: 1;
}
.grid--2-lg > *:nth-child(2) {
  -ms-grid-row: 2;
}
.grid--2-lg > *:nth-child(3) {
  -ms-grid-row: 3;
}
.grid--2-lg > *:nth-child(4) {
  -ms-grid-row: 4;
}
.grid--2-lg > *:nth-child(5) {
  -ms-grid-row: 5;
}
.grid--2-lg > *:nth-child(6) {
  -ms-grid-row: 6;
}
.grid--2-lg > *:nth-child(7) {
  -ms-grid-row: 7;
}
.grid--2-lg > *:nth-child(8) {
  -ms-grid-row: 8;
}
.grid--2-lg > *:nth-child(9) {
  -ms-grid-row: 9;
}
.grid--2-lg > *:nth-child(10) {
  -ms-grid-row: 10;
}
.grid--2-lg > *:nth-child(11) {
  -ms-grid-row: 11;
}
.grid--2-lg > *:nth-child(12) {
  -ms-grid-row: 12;
}
@media screen and (min-width: 900px) {
  .grid--2-lg {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-row: unset;
  }
  .grid--2-lg > *:nth-child(2n+1) {
    -ms-grid-column: 1;
  }
  .grid--2-lg > *:nth-child(2n+2) {
    -ms-grid-column: 2;
  }
}
.grid--3 > *:nth-child(1) {
  -ms-grid-row: 1;
}
.grid--3 > *:nth-child(2) {
  -ms-grid-row: 2;
}
.grid--3 > *:nth-child(3) {
  -ms-grid-row: 3;
}
.grid--3 > *:nth-child(4) {
  -ms-grid-row: 4;
}
.grid--3 > *:nth-child(5) {
  -ms-grid-row: 5;
}
.grid--3 > *:nth-child(6) {
  -ms-grid-row: 6;
}
.grid--3 > *:nth-child(7) {
  -ms-grid-row: 7;
}
.grid--3 > *:nth-child(8) {
  -ms-grid-row: 8;
}
.grid--3 > *:nth-child(9) {
  -ms-grid-row: 9;
}
.grid--3 > *:nth-child(10) {
  -ms-grid-row: 10;
}
.grid--3 > *:nth-child(11) {
  -ms-grid-row: 11;
}
.grid--3 > *:nth-child(12) {
  -ms-grid-row: 12;
}
.grid--3 > *:nth-child(13) {
  -ms-grid-row: 13;
}
.grid--3 > *:nth-child(14) {
  -ms-grid-row: 14;
}
.grid--3 > *:nth-child(15) {
  -ms-grid-row: 15;
}
.grid--3 > *:nth-child(16) {
  -ms-grid-row: 16;
}
.grid--3 > *:nth-child(17) {
  -ms-grid-row: 17;
}
.grid--3 > *:nth-child(18) {
  -ms-grid-row: 18;
}
.grid--3 > *:nth-child(19) {
  -ms-grid-row: 19;
}
.grid--3 > *:nth-child(20) {
  -ms-grid-row: 20;
}
.grid--3 > *:nth-child(21) {
  -ms-grid-row: 21;
}
.grid--3 > *:nth-child(22) {
  -ms-grid-row: 22;
}
.grid--3 > *:nth-child(23) {
  -ms-grid-row: 23;
}
.grid--3 > *:nth-child(24) {
  -ms-grid-row: 24;
}
.grid--3 > *:nth-child(25) {
  -ms-grid-row: 25;
}
.grid--3 > *:nth-child(26) {
  -ms-grid-row: 26;
}
.grid--3 > *:nth-child(27) {
  -ms-grid-row: 27;
}
.grid--3 > *:nth-child(28) {
  -ms-grid-row: 28;
}
.grid--3 > *:nth-child(29) {
  -ms-grid-row: 29;
}
.grid--3 > *:nth-child(30) {
  -ms-grid-row: 30;
}
.grid--3 > *:nth-child(31) {
  -ms-grid-row: 31;
}
.grid--3 > *:nth-child(32) {
  -ms-grid-row: 32;
}
.grid--3 > *:nth-child(33) {
  -ms-grid-row: 33;
}
.grid--3 > *:nth-child(34) {
  -ms-grid-row: 34;
}
.grid--3 > *:nth-child(35) {
  -ms-grid-row: 35;
}
.grid--3 > *:nth-child(36) {
  -ms-grid-row: 36;
}
.grid--3 > *:nth-child(37) {
  -ms-grid-row: 37;
}
.grid--3 > *:nth-child(38) {
  -ms-grid-row: 38;
}
.grid--3 > *:nth-child(39) {
  -ms-grid-row: 39;
}
.grid--3 > *:nth-child(40) {
  -ms-grid-row: 40;
}
@media screen and (min-width: 744px) {
  .grid--3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--3 > *:nth-child(2n+1) {
    -ms-grid-column: 1;
  }
  .grid--3 > *:nth-child(2n+2) {
    -ms-grid-column: 2;
  }
}
@media screen and (min-width: 900px) {
  .grid--3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--3 > *:nth-child(3n+1) {
    -ms-grid-column: 1;
  }
  .grid--3 > *:nth-child(3n+2) {
    -ms-grid-column: 2;
  }
  .grid--3 > *:nth-child(3n+3) {
    -ms-grid-column: 3;
  }
}
.grid--4 > *:nth-child(1) {
  -ms-grid-row: 1;
}
.grid--4 > *:nth-child(2) {
  -ms-grid-row: 2;
}
.grid--4 > *:nth-child(3) {
  -ms-grid-row: 3;
}
.grid--4 > *:nth-child(4) {
  -ms-grid-row: 4;
}
.grid--4 > *:nth-child(5) {
  -ms-grid-row: 5;
}
.grid--4 > *:nth-child(6) {
  -ms-grid-row: 6;
}
.grid--4 > *:nth-child(7) {
  -ms-grid-row: 7;
}
.grid--4 > *:nth-child(8) {
  -ms-grid-row: 8;
}
.grid--4 > *:nth-child(9) {
  -ms-grid-row: 9;
}
.grid--4 > *:nth-child(10) {
  -ms-grid-row: 10;
}
.grid--4 > *:nth-child(11) {
  -ms-grid-row: 11;
}
.grid--4 > *:nth-child(12) {
  -ms-grid-row: 12;
}
@media screen and (min-width: 744px) {
  .grid--4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--4 > *:nth-child(2n+1) {
    -ms-grid-column: 1;
  }
  .grid--4 > *:nth-child(2n+2) {
    -ms-grid-column: 2;
  }
}
@media screen and (min-width: 900px) {
  .grid--4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--4 > *:nth-child(4n+1) {
    -ms-grid-column: 1;
  }
  .grid--4 > *:nth-child(4n+2) {
    -ms-grid-column: 2;
  }
  .grid--4 > *:nth-child(4n+3) {
    -ms-grid-column: 3;
  }
  .grid--4 > *:nth-child(4n+4) {
    -ms-grid-column: 4;
  }
}
.grid--5 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.grid--5 > *:nth-child(1) {
  -ms-grid-row: 1;
}
.grid--5 > *:nth-child(2) {
  -ms-grid-row: 2;
}
.grid--5 > *:nth-child(3) {
  -ms-grid-row: 3;
}
.grid--5 > *:nth-child(4) {
  -ms-grid-row: 4;
}
.grid--5 > *:nth-child(5) {
  -ms-grid-row: 5;
}
.grid--5 > *:nth-child(6) {
  -ms-grid-row: 6;
}
.grid--5 > *:nth-child(7) {
  -ms-grid-row: 7;
}
.grid--5 > *:nth-child(8) {
  -ms-grid-row: 8;
}
.grid--5 > *:nth-child(9) {
  -ms-grid-row: 9;
}
.grid--5 > *:nth-child(10) {
  -ms-grid-row: 10;
}
.grid--5 > *:nth-child(11) {
  -ms-grid-row: 11;
}
.grid--5 > *:nth-child(12) {
  -ms-grid-row: 12;
}
@media screen and (min-width: 900px) {
  .grid--5 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid--5 > *:nth-child(5n+1) {
    -ms-grid-column: 1;
  }
  .grid--5 > *:nth-child(5n+2) {
    -ms-grid-column: 2;
  }
  .grid--5 > *:nth-child(5n+3) {
    -ms-grid-column: 3;
  }
  .grid--5 > *:nth-child(5n+4) {
    -ms-grid-column: 4;
  }
  .grid--5 > *:nth-child(5n+5) {
    -ms-grid-column: 5;
  }
}
.grid--narrow-wide {
  grid-template-areas: "narrow narrow" "wide wide";
  grid-template-columns: 2fr 3fr;
}
.grid--narrow-wide > *:first-child {
  grid-area: narrow;
}
.grid--narrow-wide > *:nth-child(2) {
  grid-area: wide;
}
@media screen and (min-width: 576px) {
  .grid--narrow-wide {
    grid-template-areas: "narrow wide";
  }
}
.grid--wide-narrow {
  grid-template-areas: "wide wide" "narrow narrow";
  grid-template-columns: 3fr 2fr;
}
.grid--wide-narrow > *:first-child {
  grid-area: wide;
}
.grid--wide-narrow > *:nth-child(2) {
  grid-area: narrow;
}
@media screen and (min-width: 576px) {
  .grid--wide-narrow {
    grid-template-areas: "wide narrow";
  }
}
.grid--events > *:nth-child(1) {
  -ms-grid-row: 1;
}
.grid--events > *:nth-child(2) {
  -ms-grid-row: 2;
}
.grid--events > *:nth-child(3) {
  -ms-grid-row: 3;
}
.grid--events > *:nth-child(4) {
  -ms-grid-row: 4;
}
.grid--events > *:nth-child(5) {
  -ms-grid-row: 5;
}
.grid--events > *:nth-child(6) {
  -ms-grid-row: 6;
}
.grid--events > *:nth-child(7) {
  -ms-grid-row: 7;
}
.grid--events > *:nth-child(8) {
  -ms-grid-row: 8;
}
.grid--events > *:nth-child(9) {
  -ms-grid-row: 9;
}
.grid--events > *:nth-child(10) {
  -ms-grid-row: 10;
}
.grid--events > *:nth-child(11) {
  -ms-grid-row: 11;
}
.grid--events > *:nth-child(12) {
  -ms-grid-row: 12;
}
@media screen and (min-width: 744px) {
  .grid--events {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--events > *:nth-child(2n+1) {
    -ms-grid-column: 1;
  }
  .grid--events > *:nth-child(2n+2) {
    -ms-grid-column: 2;
  }
}
@media screen and (min-width: 1200px) {
  .grid--events {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--events > *:nth-child(4n+1) {
    -ms-grid-column: 1;
  }
  .grid--events > *:nth-child(4n+2) {
    -ms-grid-column: 2;
  }
  .grid--events > *:nth-child(4n+3) {
    -ms-grid-column: 3;
  }
  .grid--events > *:nth-child(4n+4) {
    -ms-grid-column: 4;
  }
}
.grid--baseline {
  align-items: baseline;
}
.grid--center {
  align-items: center;
}
.grid--start {
  align-items: start;
}
.grid--end {
  align-items: end;
}
.grid--lg-gap {
  grid-gap: 5rem;
}
.grid--sm-gap {
  grid-gap: 1rem 2rem;
}
.grid__child--column-start-1 {
  grid-column-start: 1;
  -ms-grid-column: 1;
}
.grid__child--span-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.grid__child--span-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.grid__child--span-all {
  -ms-grid-column: 1/-1;
  grid-column: 1/-1;
}
@media screen and (min-width: 744px) {
  .grid__child--row-1 {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.flex-wrap--wrap {
  flex-wrap: wrap;
}

.justified-center {
  justify-content: center;
}

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

.content-center {
  align-items: center;
}

nav,
.nav {
  background-color: hsl(259, 83%, 14%);
  color: hsl(240, 100%, 99%);
  padding: 1rem 2rem 0.5rem;
  position: relative;
  z-index: 200;
}
nav > div,
.nav > div {
  display: grid;
  display: -ms-grid;
  grid-gap: 0 2rem;
  grid-template-columns: 1fr auto;
  -ms-grid-columns: 1fr auto;
  align-items: center;
  width: 100%;
}
nav a.nav__logo,
.nav a.nav__logo {
  height: 4rem;
}

.nav__toggle {
  grid-row: 1;
  -ms-grid-row: 1;
  grid-column: 2;
  -ms-grid-column: 2;
  height: 2rem;
  justify-self: end;
  position: relative;
  transition: all 0.3s ease;
  width: 2rem;
}
.nav__toggle::before, .nav__toggle::after {
  background: hsl(240, 100%, 99%);
  border-radius: 1rem;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  transform-origin: center;
  transition: all 0.3s ease;
}
.nav__toggle::before {
  transform: translateY(0.7rem);
  width: 100%;
}
.nav__toggle::after {
  transform: translateY(1.1rem);
  width: 75%;
}

#nav__toggle {
  margin: 0;
  opacity: 0;
}
#nav__toggle:checked + .nav__toggle {
  transform: rotate(45deg);
}
#nav__toggle:checked + .nav__toggle::before {
  transform: translate(0.1rem, 1rem);
  width: 75%;
}
#nav__toggle:checked + .nav__toggle::after {
  transform: rotate(-90deg) translate(-1rem, 0.1rem);
}
#nav__toggle:checked ~ .nav__list {
  max-height: 1200px;
  min-height: calc(100vh - 5rem);
  padding-bottom: 7rem;
}

.nav__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: museo-sans, sans-serif;
  font-weight: 400;
  grid-row: 2;
  -ms-grid-row: 2;
  grid-column: 1/-1;
  -ms-grid-column: 1/-1;
  max-height: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.3s ease;
}

.nav__link {
  border-bottom: 1px solid hsl(240, 100%, 99%);
  font-weight: 600;
  padding: 1rem 0;
}
.nav__link:last-of-type {
  border-bottom: 0;
}
.nav__link:not(.nav__cta) a {
  padding: 0.5rem;
  color: hsl(240, 100%, 99%);
  text-decoration: none;
}
.nav__link--dropdown {
  cursor: pointer;
  position: relative;
  text-align: center;
  transition: all 0.15s ease;
}
.nav__link--dropdown .dropdown {
  border-color: hsl(240, 100%, 99%);
  list-style: none;
  padding-bottom: 1rem;
  transition: all 0.15s ease;
  width: max-content;
}
.nav__link--dropdown .dropdown__trigger::after {
  content: "";
  border-right: 4px solid hsl(240, 100%, 99%);
  border-bottom: 4px solid hsl(240, 100%, 99%);
  border-left: 4px solid transparent;
  border-top: 4px solid transparent;
  display: inline-block;
  height: 0;
  position: relative;
  bottom: 3px;
  left: 0.5rem;
  text-align: revert;
  transform: rotate(45deg);
  transform-origin: center;
  transition: all 0.15s ease;
  width: 0;
}
.nav__link--dropdown .dropdown li {
  padding: 0.5rem 0;
}
.nav__link--dropdown .dropdown a {
  font-weight: 300;
  padding: 0 0 0.5rem;
}

.nav__cta {
  padding: 0.5rem 0;
}

.section--dark nav a:not(.nav__logo) {
  color: hsl(240, 100%, 99%);
}
.section--dark nav .nav__cta {
  display: none;
}

@media screen and (min-width: 1200px) {
  nav,
  .nav {
    background-color: hsl(259, 83%, 14%);
    color: hsl(240, 100%, 99%);
    padding: 1rem 2rem;
    position: relative;
    z-index: 200;
  }
  nav > div,
  .nav > div {
    display: grid;
    display: -ms-grid;
    grid-gap: 0 2rem;
    grid-template-columns: 1fr auto;
    -ms-grid-columns: 1fr auto;
    align-items: center;
    width: 100%;
  }
  nav a.nav__logo,
  .nav a.nav__logo {
    height: 6rem;
    margin: 0;
  }
  #nav__toggle,
  .nav__toggle {
    display: none;
  }
  .nav__list {
    font-size: 0.85rem;
    flex-direction: row;
    justify-content: flex-end;
    height: auto;
    grid-column: 2/-1;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1;
    overflow: visible;
    text-align: right;
  }
  .nav__link {
    border-bottom: 0;
  }
  .nav__link + .nav__link {
    margin-left: 1rem;
  }
  .nav__link--dropdown .dropdown {
    background-color: hsl(257, 61%, 23%);
    border-radius: 0.25rem;
    box-shadow: 0px 0px 35px rgba(24.8353, 6.069, 65.331, 0.2);
    max-height: 0;
    min-width: 8rem;
    overflow: hidden;
    padding: 0 1rem;
    position: absolute;
    top: 100%;
    text-align: left;
  }
  .nav__link--dropdown:hover .dropdown__trigger::after, .nav__link--dropdown:focus-within .dropdown__trigger::after {
    transform: rotate(225deg);
    bottom: 0;
  }
  .nav__link--dropdown:hover .dropdown, .nav__link--dropdown:focus-within .dropdown {
    max-height: 600px;
    padding: 1rem;
  }
}
body {
  background-color: hsl(240, 100%, 99%);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

section {
  box-sizing: border-box;
  padding: 5rem 2rem;
  width: 100vw;
}
section.full-bleed {
  padding: 7rem 0;
}
section.flush {
  padding: 0;
}

.section__copy {
  max-width: 55rem;
  margin: auto;
}

.section-break {
  grid-column: 1/-1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
}
.section-break div {
  width: 100%;
  height: 5px;
}
.section-break div:nth-child(1) {
  background-color: hsl(38, 95%, 50%);
  -ms-grid-column: 1;
}
.section-break div:nth-child(2) {
  background-color: hsl(255, 48%, 50%);
  -ms-grid-column: 2;
}
.section-break div:nth-child(3) {
  background-color: hsl(191, 61%, 72%);
  -ms-grid-column: 3;
}

.section--texture,
.section--texture-full-color {
  background-size: 500%;
  background-position: center;
}

.section--slim {
  padding: 3rem 2rem;
}

.section--dark, .section--dark-2 {
  background-color: hsl(259, 83%, 14%);
  color: hsl(240, 100%, 94%);
}
.section--dark.section--texture, .section--dark-2.section--texture {
  background-image: url(https://launchscout-website.s3.us-east-2.amazonaws.com/images/pattern-color-dark.svg);
}
.section--dark.section--texture-full-color, .section--dark-2.section--texture-full-color {
  background-image: url(https://launchscout-website.s3.us-east-2.amazonaws.com/images/pattern-full-color.svg);
}
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark-2 h1, .section--dark-2 h2, .section--dark-2 h3 {
  color: hsl(240, 100%, 99%);
}
.section--dark h4, .section--dark h5, .section--dark h6, .section--dark-2 h4, .section--dark-2 h5, .section--dark-2 h6 {
  color: hsl(240, 100%, 94%);
}
.section--dark a, .section--dark-2 a {
  color: hsl(260, 72%, 68%);
}
.section--dark a.btn, .section--dark-2 a.btn {
  color: hsl(240, 100%, 99%);
}
.section--dark a.btn:hover, .section--dark-2 a.btn:hover {
  color: hsl(240, 100%, 99%);
}
.section--dark input,
.section--dark textarea, .section--dark-2 input,
.section--dark-2 textarea {
  color: hsl(240, 100%, 99%);
  background-color: hsla(191, 61%, 72%, 0.5);
}
.section--dark input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=submit]),
.section--dark textarea, .section--dark-2 input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=submit]),
.section--dark-2 textarea {
  border-color: transparent !important;
}
.section--dark input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=submit]):focus,
.section--dark textarea:focus, .section--dark-2 input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=submit]):focus,
.section--dark-2 textarea:focus {
  box-shadow: 0 0 0 0.25rem hsl(259, 83%, 14%), 0 0 0 0.5rem hsl(191, 61%, 72%);
}
.section--dark .checkbox input[type=checkbox]:focus,
.section--dark .radio input[type=radio]:focus, .section--dark-2 .checkbox input[type=checkbox]:focus,
.section--dark-2 .radio input[type=radio]:focus {
  box-shadow: 0 0 0 0.25rem hsl(259, 83%, 14%), 0 0 0 0.5rem hsl(191, 61%, 72%);
}

.section--dark-2 {
  background-color: hsl(257, 61%, 23%);
}

.section--light {
  background-color: hsl(240, 100%, 99%);
}
.section--light.section--texture {
  background-image: url(https://launchscout-website.s3.us-east-2.amazonaws.com/images/pattern-color-light.svg);
}
.section--light.section--texture-full-color {
  background-image: url(https://launchscout-website.s3.us-east-2.amazonaws.com/images/pattern-full-color.svg);
}

.section--off-dark {
  background-color: hsl(259, 83%, 20%);
  color: hsl(240, 100%, 94%);
}

.section--off-light {
  background-color: hsl(240, 100%, 94%);
}

.section--splash-1 {
  background-color: hsl(255, 48%, 50%);
}
.section--splash-1.section--texture {
  background-image: url(https://launchscout-website.s3.us-east-2.amazonaws.com/images/pattern-color-1.svg);
}

.section--splash-2 {
  background-color: hsl(191, 61%, 72%);
}
.section--splash-2.section--texture {
  background-image: url(https://launchscout-website.s3.us-east-2.amazonaws.com/images/pattern-color-2.svg);
}

.section--splash-3 {
  background-color: hsl(38, 95%, 50%);
}
.section--splash-3.section--texture {
  background-image: url(https://launchscout-website.s3.us-east-2.amazonaws.com/images/pattern-color-3.svg);
}

.section--gray {
  background-color: hsl(217, 6%, 30%);
}

.section--red {
  background-color: hsl(337, 95%, 51%);
}

.section--yellow {
  background-color: hsl(38, 95%, 50%);
}

.section--blue {
  background-color: hsl(191, 61%, 72%);
}

.section--purple-400 {
  background-color: hsl(260, 72%, 68%);
}

.section--purple-500 {
  background-color: hsl(255, 48%, 50%);
}

.section--purple-600 {
  background-color: hsl(257, 61%, 23%);
}

.section--purple-700 {
  background-color: hsl(259, 83%, 14%);
}

footer, .footer {
  background-color: hsl(259, 83%, 14%);
  color: hsl(240, 100%, 99%);
  font-size: 0.85rem;
  padding: 3rem 2rem 5rem;
}
footer__container, .footer__container {
  display: grid;
  grid-template-areas: "logo" "social" "description" "menu" "copyright";
  grid-gap: 2rem;
  max-width: 70rem;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  footer__container, .footer__container {
    grid-template-areas: "logo         social" "description  description" "menu         menu" "copyright    copyright";
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  footer__container, .footer__container {
    grid-template-areas: "logo        social" "description menu" "copyright   menu";
    grid-template-columns: 15em 1fr;
    grid-gap: 2rem 8rem;
    justify-content: space-between;
  }
}
footer__logo, .footer__logo {
  grid-area: logo;
  height: 10rem;
  background-position: center;
}
@media screen and (min-width: 744px) {
  footer__logo, .footer__logo {
    height: 6rem;
    background-position: unset;
  }
}
footer__description, .footer__description {
  grid-area: description;
  line-height: 1.6;
}
footer__copyright, .footer__copyright {
  grid-area: copyright;
  align-self: end;
  line-height: 1.6;
}
footer__social, .footer__social {
  grid-area: social;
  align-self: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 744px) {
  footer__social, .footer__social {
    justify-content: end;
  }
}
footer__social .social__link, .footer__social .social__link {
  width: 2rem;
}
footer__menu, .footer__menu {
  grid-area: menu;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
footer__menu ul, footer__menu li, .footer__menu ul, .footer__menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer__menu li, .footer__menu li {
  margin-bottom: 1rem;
  line-height: 1.6;
}
footer__menu a, .footer__menu a {
  color: hsl(240, 100%, 99%);
}
footer__menu a:hover, footer__menu a:focus, .footer__menu a:hover, .footer__menu a:focus {
  color: hsl(260, 72%, 68%);
}

.apprent-logo-grid {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 576px) {
  .apprent-logo-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 744px) {
  .apprent-logo-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.apprent-logo-grid__item-short {
  display: flex;
  align-self: center;
  justify-self: center;
}
.apprent-logo-grid__item-short img {
  width: 150px;
}
.apprent-logo-grid__item {
  display: flex;
  align-self: center;
  justify-self: center;
}
.apprent-logo-grid__item img {
  height: 70px;
}

.banner {
  background-color: hsl(255, 48%, 50%);
  box-shadow: 0px 0px 35px rgba(24.8353, 6.069, 65.331, 0.2);
  color: hsl(240, 100%, 99%);
  font-weight: 500;
  padding: 1rem 3rem;
  position: sticky;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 300;
}
.banner p {
  margin: 0;
}
.banner a {
  color: hsl(240, 100%, 99%) !important;
}

.bio {
  text-align: center;
}
.bio__name {
  color: hsl(255, 48%, 50%);
  font-size: 1rem;
  margin: 0;
}
.bio__title {
  font-size: 0.85rem;
  line-height: 1.25rem;
  margin: 0;
}
.bio img {
  border-radius: 50%;
  max-height: 15rem;
  max-width: 15rem;
  width: 100%;
}
.bio__image-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.bio__image-grid img {
  width: 100%;
}

.bio-header {
  display: grid;
  gap: 3rem;
  align-items: center;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "image copy";
}
@media screen and (max-width: 576px) {
  .bio-header {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "copy copy" "image .";
  }
}
.bio-header img {
  border-radius: 50%;
  grid-area: image;
  overflow: hidden;
  margin-bottom: -5rem;
  width: 100%;
}
.bio-header div {
  grid-area: copy;
}

blockquote,
.blockquote {
  border-radius: 0.25rem;
  color: hsl(257, 61%, 23%);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2rem;
  margin: 0 auto;
  max-width: 40rem;
  position: relative;
  text-align: center;
  white-space: normal;
}
blockquote::before, blockquote::after,
.blockquote::before,
.blockquote::after {
  content: "";
  border-top: 0.25rem solid hsl(191, 61%, 72%);
  border-radius: 0.25rem;
  display: block;
  margin: 3rem auto;
  width: 4rem;
}
blockquote::before,
.blockquote::before {
  border-color: hsl(191, 61%, 72%);
}
blockquote::after,
.blockquote::after {
  border-color: hsl(38, 95%, 50%);
}
blockquote p,
.blockquote p {
  margin-bottom: 0;
}
blockquote__attribution,
.blockquote__attribution {
  color: hsl(259, 83%, 14%);
  font-size: 20px;
  font-size: clamp(16px, 2.5vmin, 20px);
  font-weight: 400;
}
blockquote__attribution::before,
.blockquote__attribution::before {
  content: "—";
}
blockquote__image,
.blockquote__image {
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  height: 12.5rem;
  width: 12.5rem;
  margin: 0 auto 0;
}
@media screen and (min-width: 576px) {
  blockquote.quote__right,
  .blockquote.quote__right {
    float: right;
    max-width: 10em;
    padding-right: 0;
  }
  blockquote.quote__left,
  .blockquote.quote__left {
    float: left;
    max-width: 10em;
    padding-left: 0;
  }
}

.section--dark blockquote,
.section--dark .blockquote {
  color: hsl(240, 100%, 99%) !important;
}
.section--dark blockquote__attribution,
.section--dark .blockquote__attribution {
  color: hsl(240, 100%, 94%) !important;
}

.blog-filters {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 2rem;
  list-style-type: none;
  margin-bottom: 2rem;
  position: relative;
}
.blog-filters .current {
  background-color: hsl(240, 100%, 94%);
  border-radius: 0.25rem;
  color: hsl(259, 83%, 14%);
}
.blog-filters__search {
  font-size: 0.85rem;
  order: 1;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .blog-filters__search {
    margin-top: 0;
    min-width: 280px;
    order: 2;
    width: unset;
  }
}
.blog-filters__search input {
  margin-bottom: 0 !important;
}
.blog-filters__search-results {
  background-color: hsl(240, 100%, 99%);
  border: 0.25rem solid hsl(191, 61%, 72%);
  border-color: hsl(240, 100%, 94%);
  border-radius: 0.25rem;
  box-shadow: 0px 0px 35px rgba(24.8353, 6.069, 65.331, 0.2);
  list-style: none;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 100%;
  text-align: left;
  width: 100%;
  z-index: 300;
}
@media screen and (min-width: 900px) {
  .blog-filters__search-results {
    width: 150%;
  }
}
.blog-filters__search-results li {
  line-height: 1.5rem;
  padding: 0.5rem 0;
}
.blog-filters__search-results li a {
  border-radius: 0.25rem;
  display: block;
  padding: 0 0.5rem;
}
.blog-filters__search-results li a:hover, .blog-filters__search-results li a:active, .blog-filters__search-results li a:focus {
  background-color: hsl(191, 61%, 72%);
  color: hsl(259, 83%, 14%);
}
.blog-filters__search-results li a:hover::before, .blog-filters__search-results li a:active::before, .blog-filters__search-results li a:focus::before {
  content: unset;
}
.blog-filters__options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  order: 2;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .blog-filters__options {
    justify-content: flex-end;
    order: 1;
    width: unset;
  }
}
.blog-filters__options li a {
  display: inline-block;
  margin: 0.5rem;
  padding: 0.5rem 1rem;
}
.blog-filters__options li a:first-of-type {
  margin-left: 0;
}

a.btn, .btn, input.hs-button {
  background: transparent;
  border: 4px solid hsl(255, 48%, 50%);
  border-radius: 50px;
  color: hsl(259, 83%, 14%);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: museo-sans, sans-serif;
  font-size: 0.85rem;
  font-weight: 900;
  line-height: 1.25rem;
  position: relative;
  bottom: 0;
  left: 0;
  padding: 0.5rem 2rem;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.15s ease;
  box-shadow: 0px 0px 0 hsl(255, 48%, 50%), 0px 0px 0 rgba(0, 0, 0, 0);
}
a.btn:hover, a.btn:active, a.btn:focus, .btn:hover, .btn:active, .btn:focus, input.hs-button:hover, input.hs-button:active, input.hs-button:focus {
  box-shadow: 0px 0px 0 hsl(255, 48%, 50%), -1px 1px 0 hsl(255, 48%, 50%), -2px 2px 0 hsl(255, 48%, 50%), -3px 3px 0 hsl(255, 48%, 50%), -4px 4px 0 hsl(255, 48%, 50%), -5px 5px 0 hsl(255, 48%, 50%), -6px 6px 0 hsl(255, 48%, 50%), -7px 7px 0 hsl(255, 48%, 50%), -8px 8px 0 hsl(255, 48%, 50%), -9px 9px 0 hsl(255, 48%, 50%), -10px 10px 0 hsl(255, 48%, 50%), 12px 12px 0 rgba(0, 0, 0, 0);
  color: hsl(259, 83%, 14%);
  bottom: 4px;
  left: 8px;
}
a.btn + .btn, .btn + .btn, input.hs-button + .btn {
  margin-left: 1rem;
}
a.btn--sm, .btn--sm, input.hs-button--sm {
  font-size: 0.85rem;
  line-height: 0.75rem;
  min-height: 0.25rem;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
}
a.btn--sm + .btn--sm, .btn--sm + .btn--sm, input.hs-button--sm + .btn--sm {
  margin-left: 0.5rem;
}
a.btn--nav, .btn--nav, input.hs-button--nav {
  border: 4px solid hsl(191, 61%, 72%);
  box-shadow: 0px 0px 0 hsl(191, 61%, 72%), 0px 0px 0 rgba(0, 0, 0, 0);
}
a.btn--nav:hover, a.btn--nav:active, a.btn--nav:focus, .btn--nav:hover, .btn--nav:active, .btn--nav:focus, input.hs-button--nav:hover, input.hs-button--nav:active, input.hs-button--nav:focus {
  box-shadow: 0px 0px 0 hsl(191, 61%, 72%), -1px 1px 0 hsl(191, 61%, 72%), -2px 2px 0 hsl(191, 61%, 72%), -3px 3px 0 hsl(191, 61%, 72%), -4px 4px 0 hsl(191, 61%, 72%), -5px 5px 0 hsl(191, 61%, 72%), -6px 6px 0 hsl(191, 61%, 72%), -7px 7px 0 hsl(191, 61%, 72%), -8px 8px 0 hsl(191, 61%, 72%), -9px 9px 0 hsl(191, 61%, 72%), -10px 10px 0 hsl(191, 61%, 72%), 12px 12px 0 rgba(0, 0, 0, 0);
  color: hsl(240, 100%, 99%);
  bottom: 4px;
  left: 8px;
}

input.hs-button {
  width: auto;
  margin-top: 2rem;
}

@property --start-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
.btn--cta, a.btn--cta,
.section--dark .btn--cta,
.section--dark a.btn--cta, input.hs-button {
  background-color: hsl(38, 95%, 50%);
  border-color: hsl(38, 95%, 50%);
  color: hsl(259, 83%, 14%);
  box-shadow: 0px 0px 0 hsl(38, 95%, 50%), 0px 0px 0 rgba(0, 0, 0, 0);
}
.btn--cta::before, a.btn--cta::before,
.section--dark .btn--cta::before,
.section--dark a.btn--cta::before, input.hs-button::before {
  --start-angle: 0deg;
  content: "";
  position: absolute;
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  border-radius: 50px;
  border: 4px solid transparent; /*2*/
  background: conic-gradient(from var(--start-angle), transparent 180deg, hsl(191, 61%, 60%) 180deg 300deg, transparent 300deg) border-box; /*3*/
  -webkit-mask: linear-gradient(hsl(240, 100%, 99%) 0 0) padding-box, linear-gradient(hsl(240, 100%, 99%) 0 0);
  -webkit-mask-composite: destination-out; /*5'*/
  mask-composite: exclude; /*5*/
  transition: --start-angle 0.25s ease;
}
.btn--cta:hover, .btn--cta:active, .btn--cta:focus, a.btn--cta:hover, a.btn--cta:active, a.btn--cta:focus,
.section--dark .btn--cta:hover,
.section--dark .btn--cta:active,
.section--dark .btn--cta:focus,
.section--dark a.btn--cta:hover,
.section--dark a.btn--cta:active,
.section--dark a.btn--cta:focus, input.hs-button:hover, input.hs-button:active, input.hs-button:focus {
  background-color: hsl(240, 100%, 99%);
  color: hsl(259, 83%, 14%);
  box-shadow: 0px 0px 0 hsl(38, 95%, 50%), -1px 1px 0 hsl(38, 95%, 50%), -2px 2px 0 hsl(38, 95%, 50%), -3px 3px 0 hsl(38, 95%, 50%), -4px 4px 0 hsl(38, 95%, 50%), -5px 5px 0 hsl(38, 95%, 50%), -6px 6px 0 hsl(38, 95%, 50%), -7px 7px 0 hsl(38, 95%, 50%), -8px 8px 0 hsl(38, 95%, 50%), -9px 9px 0 hsl(38, 95%, 50%), -10px 10px 0 hsl(38, 95%, 50%), 12px 12px 0 rgba(0, 0, 0, 0);
}
.btn--cta:hover::before, .btn--cta:active::before, .btn--cta:focus::before, a.btn--cta:hover::before, a.btn--cta:active::before, a.btn--cta:focus::before,
.section--dark .btn--cta:hover::before,
.section--dark .btn--cta:active::before,
.section--dark .btn--cta:focus::before,
.section--dark a.btn--cta:hover::before,
.section--dark a.btn--cta:active::before,
.section--dark a.btn--cta:focus::before, input.hs-button:hover::before, input.hs-button:active::before, input.hs-button:focus::before {
  --start-angle: 160deg;
}
.btn--cta.btn--sm::before, a.btn--cta.btn--sm::before,
.section--dark .btn--cta.btn--sm::before,
.section--dark a.btn--cta.btn--sm::before, input.hs-button.btn--sm::before {
  content: unset;
}

.section--dark .btn,
.card:not(.card--light, .card--off-light) .btn,
.photo-callout__callout .btn {
  color: hsl(240, 100%, 99%);
  border-color: hsl(260, 72%, 68%);
  box-shadow: 0px 0px 0 hsl(260, 72%, 68%), 0px 0px 0 rgba(0, 0, 0, 0);
}
.section--dark .btn:hover, .section--dark .btn:active, .section--dark .btn:focus,
.card:not(.card--light, .card--off-light) .btn:hover,
.card:not(.card--light, .card--off-light) .btn:active,
.card:not(.card--light, .card--off-light) .btn:focus,
.photo-callout__callout .btn:hover,
.photo-callout__callout .btn:active,
.photo-callout__callout .btn:focus {
  box-shadow: 0px 0px 0 hsl(260, 72%, 68%), -1px 1px 0 hsl(260, 72%, 68%), -2px 2px 0 hsl(260, 72%, 68%), -3px 3px 0 hsl(260, 72%, 68%), -4px 4px 0 hsl(260, 72%, 68%), -5px 5px 0 hsl(260, 72%, 68%), -6px 6px 0 hsl(260, 72%, 68%), -7px 7px 0 hsl(260, 72%, 68%), -8px 8px 0 hsl(260, 72%, 68%), -9px 9px 0 hsl(260, 72%, 68%), -10px 10px 0 hsl(260, 72%, 68%), 12px 12px 0 rgba(0, 0, 0, 0);
  color: hsl(240, 100%, 99%);
}
.section--dark .btn--cta:hover, .section--dark .btn--cta:active, .section--dark .btn--cta:focus,
.card:not(.card--light, .card--off-light) .btn--cta:hover,
.card:not(.card--light, .card--off-light) .btn--cta:active,
.card:not(.card--light, .card--off-light) .btn--cta:focus,
.photo-callout__callout .btn--cta:hover,
.photo-callout__callout .btn--cta:active,
.photo-callout__callout .btn--cta:focus {
  color: hsl(240, 100%, 99%);
}

.landing__cover {
  display: grid;
  display: -ms-grid;
  grid-area: cover;
  grid-template-columns: 50px 1fr;
  grid-template-rows: max-content 1fr;
  -ms-grid-columns: 50px 1fr;
  grid-template-areas: "pic pic" "title title";
  grid-template: "pic pic" "title title" 50px 1fr;
  background: rgb(34, 8, 58);
  background: linear-gradient(90deg, rgb(34, 8, 58) 0%, rgb(34, 43, 117) 82%, rgb(34, 43, 117) 100%);
  color: white;
}
@media screen and (min-width: 1200px) {
  .landing__cover {
    display: grid;
    display: -ms-grid;
    grid-area: cover;
    grid-template-rows: 1fr;
    grid-template-columns: 100px 1.5fr 1fr;
    -ms-grid-columns: 100px 1.5fr 1fr;
    grid-template-areas: "social title pic";
    grid-template: "social title pic" 100px 1.5fr 1fr;
  }
}
.landing__cover-title {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-area: title;
  margin: 0 2em 0;
}
@media screen and (min-width: 1200px) {
  .landing__cover-title {
    padding: 50px 100px 50px;
    margin: 0;
  }
}
.landing__cover-title h1 {
  font-size: 2.6rem;
  line-height: 1.4;
}
.landing__cover-title .btn {
  width: auto;
  border-color: hsl(240, 100%, 99%);
  color: hsl(240, 100%, 99%);
  display: inline-block;
}
.landing__cover-pic {
  grid-area: pic;
  margin: auto;
  text-align: center;
}
.landing__cover-pic img {
  width: 100%;
  max-width: 400px;
  box-shadow: none;
}
@media screen and (min-width: 1200px) {
  .landing__cover-pic img {
    max-width: none;
    width: 90%;
  }
}
.landing__cover-social {
  display: none;
  grid-area: social;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 1200px) {
  .landing__cover-social {
    align-self: end;
    display: block;
    padding-bottom: 2rem;
  }
}
.landing__content {
  margin: 50px;
  max-width: 1200px;
}
@media screen and (min-width: 1200px) {
  .landing__content {
    margin: 50px auto 100px;
    padding: 0 25px;
  }
}
.landing__content .form {
  width: 85%;
  margin: auto;
}
.landing__content .grid {
  grid-gap: 4em;
  align-items: flex-start;
}
.landing__content .bio {
  display: none;
}
@media screen and (min-width: 900px) {
  .landing__content .bio {
    display: block;
  }
}
.landing__content img {
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .landing__content--grid {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    display: grid;
    grid-gap: 6em;
    display: -ms-grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
  }
}
.landing__content--grid img {
  margin: 0 auto 50px;
}
.landing__content--grid img.limit {
  max-width: 350px;
}
.landing__post {
  padding: 3rem 3rem 0;
}
.landing__post .card__image {
  height: auto;
}
@media screen and (min-width: 1200px) {
  .landing__card {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    display: grid;
    display: -ms-grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-columns: 1fr 2fr;
  }
}
.landing__shapes {
  grid-row: 1;
  -ms-grid-row: 1;
  grid-column: 1/-1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  align-self: flex-end;
  position: absolute;
  z-index: 0;
}

.callout {
  background-color: white;
  border: 3px solid hsl(191, 61%, 60%);
  margin: 20px 10px;
  padding: 20px 40px 10px 40px;
  border-radius: 0.25rem;
  text-align: center;
  vertical-align: middle;
}

a.card {
  outline-style: solid;
  outline-width: 4px;
  outline-offset: 0px;
  outline-color: transparent;
  transition: all 0.15s ease;
}
a.card:hover, a.card:active, a.card:focus {
  outline-offset: 4px;
  outline-color: hsl(38, 95%, 50%);
}
a.card:hover .card__image, a.card:active .card__image, a.card:focus .card__image {
  transform: skew(0, 0) scale(1.1, 1.1);
  transition: all 0.3s ease-out;
}
a.card:hover .card__image img, a.card:active .card__image img, a.card:focus .card__image img {
  transform: skew(0, 0);
  transition: all 0.3s ease-out;
}

.card,
a.card {
  background-color: hsl(255, 48%, 50%);
  border-radius: 0.25rem;
}
.card__content,
a.card__content {
  color: hsl(240, 100%, 99%);
  padding: 2rem;
}
.card__image,
a.card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  overflow: hidden;
}
.card__image img,
a.card__image img {
  width: 100%;
  transform: skew(0, -10deg);
}
.card h1, .card h2, .card h3, .card h4, .card h5, .card h6,
a.card h1,
a.card h2,
a.card h3,
a.card h4,
a.card h5,
a.card h6 {
  color: inherit;
}
.card--sm .card__content,
a.card--sm .card__content {
  padding: 1rem;
}
.card--border,
a.card--border {
  border: 0.25rem solid hsl(191, 61%, 72%);
}
.card--dark,
a.card--dark {
  background-color: hsl(259, 83%, 14%);
  color: hsl(240, 100%, 99%);
}
.card--dark .btn,
a.card--dark .btn {
  color: hsl(240, 100%, 99%);
}
.card--dark .btn:hover, .card--dark .btn:active, .card--dark .btn:focus,
a.card--dark .btn:hover,
a.card--dark .btn:active,
a.card--dark .btn:focus {
  color: hsl(240, 100%, 99%);
}
.card--light,
a.card--light {
  background-color: hsl(240, 100%, 99%);
}
.card--light .card__content,
a.card--light .card__content {
  color: hsl(217, 6%, 30%);
}
.card--off-light,
a.card--off-light {
  background-color: hsl(240, 100%, 94%);
}
.card--off-light .card__content,
a.card--off-light .card__content {
  color: hsl(217, 6%, 30%) !important;
}
.card--alt,
a.card--alt {
  background-color: hsl(191, 61%, 72%);
}
.card--alt .card__content,
a.card--alt .card__content {
  color: hsl(259, 83%, 14%) !important;
}
.card--with-image,
a.card--with-image {
  background-color: hsl(255, 48%, 50%);
  margin-top: 6rem;
  margin-left: 2rem;
  outline-style: solid;
  outline-width: 4px;
  outline-offset: 0px;
  outline-color: transparent;
  transition: all 0.15s ease;
}
.card--with-image .card__content h3,
a.card--with-image .card__content h3 {
  font-size: 1.15rem;
  font-size: clamp(1rem, 3vmin, 1.15rem);
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.card--with-image .card__content p,
a.card--with-image .card__content p {
  line-height: 1.5rem;
}
.card--with-image .card__image,
a.card--with-image .card__image {
  width: 85%;
  position: relative;
  top: -3rem;
  left: -1rem;
  height: 180px;
  margin-bottom: -3rem;
  transform: skew(0, -10deg) scale(1, 1);
  transition: all 0.3s ease-out;
}
.card--with-image .card__image img,
a.card--with-image .card__image img {
  height: 130%;
  width: 130%;
  object-fit: cover;
  transform: skew(0, 10deg) scale(1.2, 1.2);
  transition: all 0.3s ease-out;
}
.card--event,
a.card--event {
  background-color: hsl(240, 100%, 94%);
}
.card--event *,
a.card--event * {
  color: hsl(259, 83%, 14%);
}
.card--event .eyebrow,
a.card--event .eyebrow {
  color: hsl(255, 48%, 50%) !important;
}
.card--event h5,
a.card--event h5 {
  margin-top: 0 !important;
  margin-bottom: 0.5rem;
}
.card--event p,
a.card--event p {
  font-size: 0.85rem;
  line-height: 1.5rem;
}
.card--event p:last-of-type,
a.card--event p:last-of-type {
  margin-bottom: 0;
}
.card--disabled,
a.card--disabled {
  background-color: hsl(217, 6%, 50%);
  opacity: 0.85;
}

#cookie-notice {
  background-color: hsl(257, 61%, 23%) !important;
  width: 100% !important;
  z-index: 1;
  color: hsl(240, 100%, 99%);
  padding: 0.25rem 1rem !important;
  border-top: 2px solid hsl(255, 48%, 50%);
}
#cookie-notice a.btn {
  color: white !important;
}

.core-value-grid {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 576px) {
  .core-value-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 744px) {
  .core-value-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.core-value-grid__item img {
  width: 150px;
}

.cta {
  background: hsl(259, 83%, 14%);
  margin-top: calc(7rem * 2.5);
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}
.cta__container {
  position: relative;
  transform: translateY(-25%);
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .cta__container {
    flex-direction: row;
    transform: translateY(-50%);
  }
}
.cta__cards {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-gap: 3rem;
  justify-content: center;
  flex-direction: column;
}
.cta__card {
  background-color: hsl(255, 48%, 50%);
  border-radius: 0.25rem;
  color: hsl(240, 100%, 99%);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding: 2rem 3rem;
}
.cta__card h2 {
  color: hsl(240, 100%, 99%);
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.cta__card + .cta__card {
  background-color: hsl(191, 61%, 72%);
}
.cta__card + .cta__card h2 {
  color: hsl(259, 83%, 14%);
}
.cta .motion-line-divider {
  position: absolute;
  top: -7rem;
  left: 50%;
}
.cta .gradient {
  max-width: 600px;
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0%;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 576px) {
  .cta .gradient {
    top: -100px;
    bottom: unset;
  }
}
.cta + .footer {
  padding-top: 0;
}

input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=submit]),
textarea,
.input input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=submit]),
.input textarea {
  border: 0.25rem solid hsl(191, 61%, 72%);
  border-color: hsl(217, 6%, 90%);
  border-radius: 0.25rem;
  box-sizing: border-box;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.5rem 0 2rem;
  padding: 0.5rem 1rem;
  transition: box-shadow 0.15s ease-in-out;
  width: 100% !important;
}
input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=submit]):focus,
textarea:focus,
.input input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=submit]):focus,
.input textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem hsl(240, 100%, 99%), 0 0 0 0.4375rem hsl(191, 61%, 72%);
}

textarea,
.input textarea {
  min-height: 12.5rem;
}

.field-error {
  color: hsl(337, 95%, 51%);
  font-size: 0.85rem;
  order: 3;
  flex-basis: 100%;
}
.field label {
  display: flex;
  flex-wrap: wrap;
}

.required:after {
  content: "*";
  margin-right: 1rem;
  order: 2;
}

.radio,
.checkbox {
  display: flex;
  align-items: center;
}
.radio + .radio,
.radio + .checkbox,
.checkbox + .radio,
.checkbox + .checkbox {
  margin-top: 1rem;
}
.radio input[type=radio],
.radio input[type=checkbox],
.checkbox input[type=radio],
.checkbox input[type=checkbox] {
  appearance: none;
  background-color: hsl(240, 100%, 99%);
  border: 0.25rem solid hsl(191, 61%, 72%);
  border-color: hsl(217, 6%, 90%);
  border-radius: 0.25rem;
  box-shadow: none;
  height: 1.5rem;
  margin-right: 0.75rem;
  padding: 1%;
  transition: box-shadow 0.15s ease;
  width: 1.5rem !important;
}
.radio input[type=radio]:focus, .radio input[type=radio]:active,
.radio input[type=checkbox]:focus,
.radio input[type=checkbox]:active,
.checkbox input[type=radio]:focus,
.checkbox input[type=radio]:active,
.checkbox input[type=checkbox]:focus,
.checkbox input[type=checkbox]:active {
  box-shadow: 0 0 0 0.25rem hsl(240, 100%, 99%), 0 0 0 0.4375rem hsl(191, 61%, 72%);
  outline: none;
}
.radio input[type=checkbox]:checked,
.checkbox input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
.radio input[type=radio],
.checkbox input[type=radio] {
  border-radius: 50%;
}
.radio input[type=radio]:checked,
.checkbox input[type=radio]:checked {
  background-color: hsl(255, 48%, 50%);
  background-clip: content-box;
}

.pipedriveWebForms {
  text-align: center;
}
.pipedriveWebForms iframe {
  margin: 0 auto;
}
.pipedriveWebForms iframe button.css-obqd2f {
  background-color: hsl(38, 95%, 50%) !important;
  border-radius: 50px;
}

.pipedrive-bg {
  background-color: white;
  padding: 25px 50px;
  border-radius: 1em;
  width: 75%;
  margin: auto;
}

.width-margin {
  width: 75%;
  margin: auto;
}

.header,
header {
  background-color: hsl(259, 83%, 14%);
  color: hsl(240, 100%, 99%);
  padding: 2rem;
}
.header h1,
header h1 {
  color: hsl(240, 100%, 99%);
}
.header--simple,
header--simple {
  padding: 5rem 2rem;
  position: relative;
}
.header--simple .gradient,
header--simple .gradient {
  max-width: 475px;
  position: absolute;
  top: -1rem;
  left: -5rem;
  transform: rotate(180deg);
  width: 50%;
}

.home-splash {
  background-image: url("https://s3.amazonaws.com/gaslight-website/website-images/texture-fade-small.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: hsl(259, 83%, 14%);
  display: flex;
  min-height: calc(100vh - 150px - 10rem);
  padding-top: 15vmin;
  padding-bottom: 25vmin;
  position: relative;
  transition: all 0.15s ease;
}
@media screen and (min-width: 744px) {
  .home-splash {
    background-image: url("https://s3.amazonaws.com/gaslight-website/website-images/texture-fade.svg");
    background-size: auto 70%;
  }
}
@media screen and (min-width: 900px) {
  .home-splash {
    background-size: auto 85%;
  }
  .home-splash::before {
    content: "";
    background: linear-gradient(to right, hsla(259, 83%, 14%, 0.9) 35%, transparent 85%);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-splash {
    background-size: auto 100%;
  }
}
.home-splash .header {
  padding: 0;
}
@media screen and (min-width: 744px) {
  .home-splash h1 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
}
.home-splash__container {
  margin: auto;
  max-width: 70rem;
}
.home-splash__container * {
  position: relative;
  z-index: 1;
}
.home-splash__container .gradient {
  position: absolute;
  bottom: -25vmin;
  left: -15%;
  width: 100%;
  z-index: 0;
}
.home-splash__content {
  background: radial-gradient(hsla(259, 83%, 14%, 0.5), transparent 75%);
  width: 100%;
  width: clamp(100px, 100%, 870px);
}
.home-splash + * {
  position: relative;
  z-index: 1;
}

.image-bg {
  background-color: hsl(259, 83%, 14%);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 5%;
  position: relative;
}
.image-bg img {
  width: 100%;
}

.image-grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr min-content;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr min-content;
  align-items: start;
  width: 100%;
}
.image-grid img {
  border-radius: 8px;
  grid-row: span 1;
  grid-column: span 6;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .image-grid img:nth-last-child(2n+1):first-child {
    grid-row: span 1;
    grid-column: span 6;
  }
  .image-grid img:nth-last-child(2n+1):first-child ~ img {
    grid-row: span 1;
    grid-column: span 3;
  }
  .image-grid img:nth-last-child(2n):first-child, .image-grid img:nth-last-child(2n):first-child ~ img {
    grid-row: span 2;
    grid-column: span 3;
  }
  .image-grid img:nth-last-child(3n):first-child {
    grid-row: span 2;
    grid-column: span 4;
  }
  .image-grid img:nth-last-child(3n):first-child ~ img {
    grid-row: span 1;
    grid-column: span 2;
  }
  .image-grid img:nth-last-child(3n):first-child ~ img:nth-of-type(6n-1),
  .image-grid img:nth-last-child(3n):first-child ~ img:nth-of-type(6n+1) {
    grid-row: span 2;
    grid-column: span 4;
  }
}

.image-pane {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 47% 47%;
  -ms-grid-columns: 47% 47%;
  grid-template-rows: max-content min-content;
  -ms-grid-rows: max-content min-content;
  grid-gap: 6%;
  align-items: start;
  margin: 0 auto;
  max-width: 70rem;
}
.image-pane__visual {
  grid-column: 1/-1;
  grid-row: 2;
  position: relative;
}
.image-pane__image {
  border-radius: 0.25rem;
  box-shadow: 0px 0px 35px rgba(24.8353, 6.069, 65.331, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  overflow: hidden;
  position: relative;
  transform: skew(0, -10deg);
  z-index: 1;
}
.image-pane__image img {
  object-fit: cover;
  width: 130%;
  height: 140%;
  transform: skew(0, 10deg);
}
.image-pane__content {
  grid-column: 1/-1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 2;
  position: relative;
}
.image-pane__content *:not([class=gradient]) {
  position: relative;
  z-index: 1;
}
.image-pane__content .gradient {
  position: absolute;
  bottom: calc(-100% - 100px);
  left: -60%;
  width: 120%;
  z-index: 0;
}
.image-pane__box {
  margin-bottom: -35%;
  margin-top: 2rem;
}
@media screen and (max-width: 744px) {
  .image-pane__box {
    margin-bottom: 3rem;
  }
}
.image-pane--left .image-pane__visual {
  grid-column: 1/-1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
.image-pane--right .image-pane__content {
  grid-column: 1/-1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
.image-pane--gradient .image-pane__visual {
  margin-bottom: 3rem;
}

@media screen and (min-width: 744px) {
  .image-pane {
    grid-template-rows: 1fr;
    -ms-grid-rows: 1fr;
    margin-bottom: -2rem;
  }
  .image-pane__visual {
    grid-row: 1;
    -ms-grid-row: 1;
    height: 100%;
    margin-bottom: -100%;
    margin-top: 1.5rem;
  }
  .image-pane__image {
    height: 100%;
    max-height: 800px;
  }
  .image-pane__content {
    grid-row: 1;
    -ms-grid-row: 1;
    padding-bottom: 4rem;
  }
  .image-pane--left .image-pane__visual {
    grid-column: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
  }
  .image-pane--left .image-pane__content {
    grid-column: 2/-1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .image-pane--right .image-pane__visual {
    grid-column: 2/-1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .image-pane--right .image-pane__content {
    grid-column: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .image-pane--gradient .gradient {
    bottom: 0;
    left: -20%;
  }
  .image-pane--gradient .image-pane__visual {
    margin-right: -2rem;
    margin-bottom: -100%;
  }
  .image-pane--gradient .image-pane__content {
    margin-top: 5rem;
    padding-bottom: 10rem;
  }
  .image-pane--blog .image-pane__visual {
    min-height: unset;
  }
}
.iteration-cycle {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas: ".      one     one     one     .       .       ." "four   four    four    .       two     two     two" ".      .       three   three   three   .       .";
  gap: 0 1rem;
  margin-top: 3rem;
  text-align: left;
}
.iteration-cycle li:first-child {
  grid-area: one;
}
.iteration-cycle li:nth-child(2) {
  grid-area: two;
}
.iteration-cycle li:nth-child(3) {
  grid-area: three;
}
.iteration-cycle li:nth-child(4) {
  grid-area: four;
}
.iteration-cycle li:nth-child(5) {
  grid-area: five;
  list-style: none;
}
.iteration-cycle li:nth-child(6) {
  grid-area: six;
  list-style: none;
}
.iteration-cycle li:nth-child(7) {
  grid-area: seven;
  list-style: none;
}
.iteration-cycle li:nth-child(8) {
  grid-area: eight;
  list-style: none;
}
.iteration-cycle h4 {
  margin-bottom: 0;
}

.lp-header {
  position: relative;
  text-align: center;
}
.lp-header .neon h1 {
  animation: blink linear 1s;
  color: hsl(240, 100%, 99%);
  font-size: 20vmin;
  font-size: clamp(5rem, 20vmin, 15rem);
  line-height: 21vmin;
  line-height: clamp(6rem, 22vmin, 17.5rem);
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 0 0px 100px, 0 0 2px, 0 0 1em hsl(260, 72%, 68%), 0 0 0.5em hsl(260, 72%, 68%), 0 0 0.1em hsl(260, 72%, 68%), 0 10px 3px hsl(259, 83%, 14%);
}
.lp-header .neon h2 {
  animation: blink linear 1s;
  color: hsl(240, 100%, 99%);
  font-size: 10vmin;
  font-size: clamp(2rem, 6vmin, 5rem);
  line-height: 12vmin;
  line-height: clamp(2.5rem, 6vmin, 5.5rem);
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 0 0px 100px, 0 0 2px, 0 0 1em hsl(191, 61%, 72%), 0 0 0.5em hsl(191, 61%, 72%), 0 0 0.1em hsl(191, 61%, 72%), 0 2px 3px hsl(259, 83%, 14%);
  position: relative;
}
.lp-header .neon h3 {
  animation: blink linear 1s;
  color: hsl(240, 100%, 104%);
  font-size: 5vmin;
  font-size: clamp(1.5rem, 3vmin, 5rem);
  font-weight: 500;
  line-height: 7vmin;
  line-height: clamp(1.5rem, 5vmin, 4rem);
  text-shadow: 0 0px 100px, 0 0 2px, 0 0 2em hsl(260, 72%, 68%), 0 0 0.8em hsl(260, 72%, 68%), 0 0 0.1em hsl(260, 72%, 68%), 0 3px 3px hsl(259, 83%, 14%);
}
.lp-header .neon h4 {
  animation: blink linear 1s;
  color: hsl(240, 100%, 99%);
  font-size: 5vmin;
  font-size: clamp(1.5rem, 3vmin, 5rem);
  line-height: 7vmin;
  line-height: clamp(1rem, 3vmin, 2rem);
  text-shadow: 0 0px 100px, 0 0 2px, 0 0 2em hsl(255, 48%, 50%), 0 0 0.8em hsl(255, 48%, 50%), 0 0 0.1em hsl(255, 48%, 50%), 0 10px 3px hsl(259, 83%, 14%);
}
.lp dl {
  display: grid;
  align-items: baseline;
  gap: 1rem;
  grid-template-columns: 1fr 2fr;
}
@media screen and (max-width: 576px) {
  .lp dl {
    grid-template-columns: 1fr;
  }
}
.lp dl dd {
  margin-bottom: 1rem;
}
.lp .card {
  transform: skewY(-6deg);
}
.lp .card__content h4 {
  color: hsl(259, 83%, 14%);
  font-size: 0.9rem;
  line-height: 1.25rem;
}
.lp .confetti {
  position: absolute;
  top: -120%;
  left: 0;
  z-index: 0;
}
.lp .particle {
  animation: shoot 3s ease-out infinite;
  animation-name: shoot, fade;
  border-radius: 50%;
  position: absolute;
  width: 1vmin;
  height: 1vmin;
}
.lp .particle:nth-child(1) {
  animation-delay: -1.152s;
  background-color: hsl(155, 100%, 70%);
  transform: translate(73vw, 114vh);
}
.lp .particle:nth-child(2) {
  animation-delay: -6.615s;
  background-color: hsl(184, 100%, 70%);
  transform: translate(77vw, 111vh);
}
.lp .particle:nth-child(3) {
  animation-delay: -4.401s;
  background-color: hsl(252, 100%, 70%);
  transform: translate(77vw, 206vh);
}
.lp .particle:nth-child(4) {
  animation-delay: -3.4155s;
  background-color: hsl(194, 100%, 70%);
  transform: translate(37vw, 92vh);
}
.lp .particle:nth-child(5) {
  animation-delay: -1.222s;
  background-color: hsl(237, 100%, 70%);
  transform: translate(93vw, 127vh);
}
.lp .particle:nth-child(6) {
  animation-delay: -1.365s;
  background-color: hsl(314, 100%, 70%);
  transform: translate(94vw, 148vh);
}
.lp .particle:nth-child(7) {
  animation-delay: -0.095s;
  background-color: hsl(15, 100%, 70%);
  transform: translate(46vw, 230vh);
}
.lp .particle:nth-child(8) {
  animation-delay: -2.9045s;
  background-color: hsl(190, 100%, 70%);
  transform: translate(26vw, 188vh);
}
.lp .particle:nth-child(9) {
  animation-delay: -0.9s;
  background-color: hsl(201, 100%, 70%);
  transform: translate(11vw, 116vh);
}
.lp .particle:nth-child(10) {
  animation-delay: -7.848s;
  background-color: hsl(337, 100%, 70%);
  transform: translate(66vw, 106vh);
}
.lp .particle:nth-child(11) {
  animation-delay: -1.45s;
  background-color: hsl(21, 100%, 70%);
  transform: translate(88vw, 233vh);
}
.lp .particle:nth-child(12) {
  animation-delay: -1.734s;
  background-color: hsl(284, 100%, 70%);
  transform: translate(40vw, 207vh);
}
.lp .particle:nth-child(13) {
  animation-delay: -0.3575s;
  background-color: hsl(187, 100%, 70%);
  transform: translate(33vw, 199vh);
}
.lp .particle:nth-child(14) {
  animation-delay: -2.496s;
  background-color: hsl(120, 100%, 70%);
  transform: translate(96vw, 132vh);
}
.lp .particle:nth-child(15) {
  animation-delay: -2.142s;
  background-color: hsl(112, 100%, 70%);
  transform: translate(19vw, 258vh);
}
.lp .particle:nth-child(16) {
  animation-delay: -1.705s;
  background-color: hsl(44, 100%, 70%);
  transform: translate(2vw, 264vh);
}
.lp .particle:nth-child(17) {
  animation-delay: -1.86s;
  background-color: hsl(125, 100%, 70%);
  transform: translate(35vw, 121vh);
}
.lp .particle:nth-child(18) {
  animation-delay: -3.3565s;
  background-color: hsl(213, 100%, 70%);
  transform: translate(15vw, 102vh);
}
.lp .particle:nth-child(19) {
  animation-delay: -2.4035s;
  background-color: hsl(53, 100%, 70%);
  transform: translate(2vw, 220vh);
}
.lp .particle:nth-child(20) {
  animation-delay: -0.9s;
  background-color: hsl(271, 100%, 70%);
  transform: translate(35vw, 138vh);
}
.lp .particle:nth-child(21) {
  animation-delay: -1.566s;
  background-color: hsl(52, 100%, 70%);
  transform: translate(10vw, 232vh);
}
.lp .particle:nth-child(22) {
  animation-delay: -2.037s;
  background-color: hsl(184, 100%, 70%);
  transform: translate(68vw, 175vh);
}
.lp .particle:nth-child(23) {
  animation-delay: -0.059s;
  background-color: hsl(245, 100%, 70%);
  transform: translate(64vw, 101vh);
}
.lp .particle:nth-child(24) {
  animation-delay: -2.316s;
  background-color: hsl(136, 100%, 70%);
  transform: translate(20vw, 225vh);
}
.lp .particle:nth-child(25) {
  animation-delay: -2.92s;
  background-color: hsl(261, 100%, 70%);
  transform: translate(7vw, 178vh);
}
.lp .particle:nth-child(26) {
  animation-delay: -5.856s;
  background-color: hsl(318, 100%, 70%);
  transform: translate(76vw, 254vh);
}
.lp .particle:nth-child(27) {
  animation-delay: -5.546s;
  background-color: hsl(235, 100%, 70%);
  transform: translate(93vw, 217vh);
}
.lp .particle:nth-child(28) {
  animation-delay: -1.54s;
  background-color: hsl(226, 100%, 70%);
  transform: translate(69vw, 154vh);
}
.lp .particle:nth-child(29) {
  animation-delay: -1.84s;
  background-color: hsl(61, 100%, 70%);
  transform: translate(63vw, 162vh);
}
.lp .particle:nth-child(30) {
  animation-delay: -5.1925s;
  background-color: hsl(70, 100%, 70%);
  transform: translate(50vw, 247vh);
}
.lp .particle:nth-child(31) {
  animation-delay: -1.1505s;
  background-color: hsl(275, 100%, 70%);
  transform: translate(76vw, 220vh);
}
.lp .particle:nth-child(32) {
  animation-delay: -1.995s;
  background-color: hsl(339, 100%, 70%);
  transform: translate(5vw, 186vh);
}
.lp .particle:nth-child(33) {
  animation-delay: -2.394s;
  background-color: hsl(313, 100%, 70%);
  transform: translate(97vw, 248vh);
}
.lp .particle:nth-child(34) {
  animation-delay: -4.05s;
  background-color: hsl(323, 100%, 70%);
  transform: translate(38vw, 153vh);
}
.lp .particle:nth-child(35) {
  animation-delay: -2.1715s;
  background-color: hsl(147, 100%, 70%);
  transform: translate(88vw, 173vh);
}
.lp .particle:nth-child(36) {
  animation-delay: -4.16s;
  background-color: hsl(148, 100%, 70%);
  transform: translate(78vw, 191vh);
}
.lp .particle:nth-child(37) {
  animation-delay: -2.0925s;
  background-color: hsl(0, 100%, 70%);
  transform: translate(92vw, 204vh);
}
.lp .particle:nth-child(38) {
  animation-delay: -2.5315s;
  background-color: hsl(107, 100%, 70%);
  transform: translate(3vw, 259vh);
}
.lp .particle:nth-child(39) {
  animation-delay: -7.285s;
  background-color: hsl(21, 100%, 70%);
  transform: translate(27vw, 141vh);
}
.lp .particle:nth-child(40) {
  animation-delay: -3.8985s;
  background-color: hsl(318, 100%, 70%);
  transform: translate(11vw, 96vh);
}
.lp .particle:nth-child(41) {
  animation-delay: -0.7095s;
  background-color: hsl(186, 100%, 70%);
  transform: translate(11vw, 123vh);
}
.lp .particle:nth-child(42) {
  animation-delay: -1.419s;
  background-color: hsl(210, 100%, 70%);
  transform: translate(48vw, 248vh);
}
.lp .particle:nth-child(43) {
  animation-delay: -0.88s;
  background-color: hsl(20, 100%, 70%);
  transform: translate(94vw, 196vh);
}
.lp .particle:nth-child(44) {
  animation-delay: -7.82s;
  background-color: hsl(342, 100%, 70%);
  transform: translate(100vw, 220vh);
}
.lp .particle:nth-child(45) {
  animation-delay: -4.941s;
  background-color: hsl(229, 100%, 70%);
  transform: translate(47vw, 196vh);
}
.lp .particle:nth-child(46) {
  animation-delay: -4.717s;
  background-color: hsl(29, 100%, 70%);
  transform: translate(97vw, 103vh);
}
.lp .particle:nth-child(47) {
  animation-delay: -8.592s;
  background-color: hsl(186, 100%, 70%);
  transform: translate(13vw, 257vh);
}
.lp .particle:nth-child(48) {
  animation-delay: -1.144s;
  background-color: hsl(47, 100%, 70%);
  transform: translate(78vw, 94vh);
}
.lp .particle:nth-child(49) {
  animation-delay: -3.0745s;
  background-color: hsl(135, 100%, 70%);
  transform: translate(5vw, 147vh);
}
.lp .particle:nth-child(50) {
  animation-delay: -0.4545s;
  background-color: hsl(105, 100%, 70%);
  transform: translate(23vw, 115vh);
}
.lp .particle:nth-child(51) {
  animation-delay: -0.306s;
  background-color: hsl(218, 100%, 70%);
  transform: translate(61vw, 121vh);
}
.lp .particle:nth-child(52) {
  animation-delay: -0.308s;
  background-color: hsl(132, 100%, 70%);
  transform: translate(28vw, 115vh);
}
.lp .particle:nth-child(53) {
  animation-delay: -2.6775s;
  background-color: hsl(169, 100%, 70%);
  transform: translate(92vw, 129vh);
}
.lp .particle:nth-child(54) {
  animation-delay: -2.4585s;
  background-color: hsl(112, 100%, 70%);
  transform: translate(2vw, 205vh);
}
.lp .particle:nth-child(55) {
  animation-delay: -4.002s;
  background-color: hsl(24, 100%, 70%);
  transform: translate(70vw, 218vh);
}
.lp .particle:nth-child(56) {
  animation-delay: -6.46s;
  background-color: hsl(11, 100%, 70%);
  transform: translate(42vw, 136vh);
}
.lp .particle:nth-child(57) {
  animation-delay: -3.4185s;
  background-color: hsl(23, 100%, 70%);
  transform: translate(65vw, 103vh);
}
.lp .particle:nth-child(58) {
  animation-delay: -3.2155s;
  background-color: hsl(113, 100%, 70%);
  transform: translate(63vw, 148vh);
}
.lp .particle:nth-child(59) {
  animation-delay: -1.53s;
  background-color: hsl(173, 100%, 70%);
  transform: translate(84vw, 123vh);
}
.lp .particle:nth-child(60) {
  animation-delay: -2.849s;
  background-color: hsl(20, 100%, 70%);
  transform: translate(81vw, 199vh);
}
.lp .particle:nth-child(61) {
  animation-delay: -0.385s;
  background-color: hsl(264, 100%, 70%);
  transform: translate(92vw, 241vh);
}
.lp .particle:nth-child(62) {
  animation-delay: -1.26s;
  background-color: hsl(304, 100%, 70%);
  transform: translate(87vw, 128vh);
}
.lp .particle:nth-child(63) {
  animation-delay: -0.156s;
  background-color: hsl(253, 100%, 70%);
  transform: translate(33vw, 164vh);
}
.lp .particle:nth-child(64) {
  animation-delay: -0.6105s;
  background-color: hsl(335, 100%, 70%);
  transform: translate(78vw, 139vh);
}
.lp .particle:nth-child(65) {
  animation-delay: -0.935s;
  background-color: hsl(196, 100%, 70%);
  transform: translate(79vw, 121vh);
}
.lp .particle:nth-child(66) {
  animation-delay: -2.6625s;
  background-color: hsl(275, 100%, 70%);
  transform: translate(13vw, 109vh);
}
.lp .particle:nth-child(67) {
  animation-delay: -4.18s;
  background-color: hsl(164, 100%, 70%);
  transform: translate(51vw, 128vh);
}
.lp .particle:nth-child(68) {
  animation-delay: -3.971s;
  background-color: hsl(29, 100%, 70%);
  transform: translate(29vw, 184vh);
}
.lp .particle:nth-child(69) {
  animation-delay: -2.53s;
  background-color: hsl(293, 100%, 70%);
  transform: translate(34vw, 237vh);
}
.lp .particle:nth-child(70) {
  animation-delay: -2.394s;
  background-color: hsl(203, 100%, 70%);
  transform: translate(95vw, 197vh);
}
.lp .particle:nth-child(71) {
  animation-delay: -0.204s;
  background-color: hsl(216, 100%, 70%);
  transform: translate(28vw, 113vh);
}
.lp .particle:nth-child(72) {
  animation-delay: -4.8025s;
  background-color: hsl(327, 100%, 70%);
  transform: translate(47vw, 156vh);
}
.lp .particle:nth-child(73) {
  animation-delay: -6.1s;
  background-color: hsl(347, 100%, 70%);
  transform: translate(23vw, 150vh);
}
.lp .particle:nth-child(74) {
  animation-delay: -4.2435s;
  background-color: hsl(266, 100%, 70%);
  transform: translate(5vw, 226vh);
}
.lp .particle:nth-child(75) {
  animation-delay: -3.724s;
  background-color: hsl(189, 100%, 70%);
  transform: translate(3vw, 255vh);
}
.lp .particle:nth-child(76) {
  animation-delay: -2.891s;
  background-color: hsl(67, 100%, 70%);
  transform: translate(79vw, 95vh);
}
.lp .particle:nth-child(77) {
  animation-delay: -3.1025s;
  background-color: hsl(29, 100%, 70%);
  transform: translate(16vw, 149vh);
}
.lp .particle:nth-child(78) {
  animation-delay: -6.545s;
  background-color: hsl(357, 100%, 70%);
  transform: translate(92vw, 146vh);
}
.lp .particle:nth-child(79) {
  animation-delay: -4.2075s;
  background-color: hsl(52, 100%, 70%);
  transform: translate(9vw, 207vh);
}
.lp .particle:nth-child(80) {
  animation-delay: -4.6655s;
  background-color: hsl(76, 100%, 70%);
  transform: translate(38vw, 97vh);
}
.lp .particle:nth-child(81) {
  animation-delay: -0.209s;
  background-color: hsl(277, 100%, 70%);
  transform: translate(23vw, 118vh);
}
.lp .particle:nth-child(82) {
  animation-delay: -4.732s;
  background-color: hsl(313, 100%, 70%);
  transform: translate(7vw, 147vh);
}
.lp .particle:nth-child(83) {
  animation-delay: -2.48s;
  background-color: hsl(314, 100%, 70%);
  transform: translate(94vw, 113vh);
}
.lp .particle:nth-child(84) {
  animation-delay: -0.6435s;
  background-color: hsl(141, 100%, 70%);
  transform: translate(12vw, 257vh);
}
.lp .particle:nth-child(85) {
  animation-delay: -1.591s;
  background-color: hsl(251, 100%, 70%);
  transform: translate(20vw, 242vh);
}
.lp .particle:nth-child(86) {
  animation-delay: -2.033s;
  background-color: hsl(65, 100%, 70%);
  transform: translate(56vw, 120vh);
}
.lp .particle:nth-child(87) {
  animation-delay: -0.957s;
  background-color: hsl(226, 100%, 70%);
  transform: translate(11vw, 165vh);
}
.lp .particle:nth-child(88) {
  animation-delay: -4.7275s;
  background-color: hsl(36, 100%, 70%);
  transform: translate(92vw, 166vh);
}
.lp .particle:nth-child(89) {
  animation-delay: -3.772s;
  background-color: hsl(14, 100%, 70%);
  transform: translate(94vw, 208vh);
}
.lp .particle:nth-child(90) {
  animation-delay: -2.499s;
  background-color: hsl(324, 100%, 70%);
  transform: translate(93vw, 247vh);
}
.lp .particle:nth-child(91) {
  animation-delay: -3.237s;
  background-color: hsl(113, 100%, 70%);
  transform: translate(2vw, 150vh);
}
.lp .particle:nth-child(92) {
  animation-delay: -1.403s;
  background-color: hsl(103, 100%, 70%);
  transform: translate(17vw, 101vh);
}
.lp .particle:nth-child(93) {
  animation-delay: -0.5655s;
  background-color: hsl(121, 100%, 70%);
  transform: translate(92vw, 263vh);
}
.lp .particle:nth-child(94) {
  animation-delay: -1.4595s;
  background-color: hsl(184, 100%, 70%);
  transform: translate(59vw, 112vh);
}
.lp .particle:nth-child(95) {
  animation-delay: -1.815s;
  background-color: hsl(191, 100%, 70%);
  transform: translate(2vw, 123vh);
}
.lp .particle:nth-child(96) {
  animation-delay: -8.15s;
  background-color: hsl(216, 100%, 70%);
  transform: translate(49vw, 261vh);
}
.lp .particle:nth-child(97) {
  animation-delay: -2.214s;
  background-color: hsl(100, 100%, 70%);
  transform: translate(18vw, 255vh);
}
.lp .particle:nth-child(98) {
  animation-delay: -6.076s;
  background-color: hsl(153, 100%, 70%);
  transform: translate(97vw, 142vh);
}
.lp .particle:nth-child(99) {
  animation-delay: -3.589s;
  background-color: hsl(332, 100%, 70%);
  transform: translate(24vw, 147vh);
}
.lp .particle:nth-child(100) {
  animation-delay: -7.215s;
  background-color: hsl(348, 100%, 70%);
  transform: translate(23vw, 142vh);
}
.lp .particle:nth-child(101) {
  animation-delay: -2.625s;
  background-color: hsl(120, 100%, 70%);
  transform: translate(73vw, 145vh);
}
.lp .particle:nth-child(102) {
  animation-delay: -7.785s;
  background-color: hsl(38, 100%, 70%);
  transform: translate(41vw, 146vh);
}
.lp .particle:nth-child(103) {
  animation-delay: -3.161s;
  background-color: hsl(76, 100%, 70%);
  transform: translate(47vw, 197vh);
}
.lp .particle:nth-child(104) {
  animation-delay: -7.9s;
  background-color: hsl(35, 100%, 70%);
  transform: translate(80vw, 116vh);
}
.lp .particle:nth-child(105) {
  animation-delay: -2.444s;
  background-color: hsl(201, 100%, 70%);
  transform: translate(24vw, 127vh);
}
.lp .particle:nth-child(106) {
  animation-delay: -3.657s;
  background-color: hsl(71, 100%, 70%);
  transform: translate(33vw, 98vh);
}
.lp .particle:nth-child(107) {
  animation-delay: -9.118s;
  background-color: hsl(161, 100%, 70%);
  transform: translate(92vw, 132vh);
}
.lp .particle:nth-child(108) {
  animation-delay: -8.175s;
  background-color: hsl(324, 100%, 70%);
  transform: translate(89vw, 159vh);
}
.lp .particle:nth-child(109) {
  animation-delay: -6.7425s;
  background-color: hsl(359, 100%, 70%);
  transform: translate(79vw, 265vh);
}
.lp .particle:nth-child(110) {
  animation-delay: -0.343s;
  background-color: hsl(314, 100%, 70%);
  transform: translate(6vw, 159vh);
}
.lp .particle:nth-child(111) {
  animation-delay: -8.19s;
  background-color: hsl(204, 100%, 70%);
  transform: translate(92vw, 105vh);
}
.lp .particle:nth-child(112) {
  animation-delay: -0.5565s;
  background-color: hsl(306, 100%, 70%);
  transform: translate(89vw, 260vh);
}
.lp .particle:nth-child(113) {
  animation-delay: -3.51s;
  background-color: hsl(152, 100%, 70%);
  transform: translate(23vw, 228vh);
}
.lp .particle:nth-child(114) {
  animation-delay: -4.675s;
  background-color: hsl(150, 100%, 70%);
  transform: translate(62vw, 260vh);
}
.lp .particle:nth-child(115) {
  animation-delay: -0.672s;
  background-color: hsl(195, 100%, 70%);
  transform: translate(6vw, 159vh);
}
.lp .particle:nth-child(116) {
  animation-delay: -0.3375s;
  background-color: hsl(312, 100%, 70%);
  transform: translate(71vw, 140vh);
}
.lp .particle:nth-child(117) {
  animation-delay: -7.1295s;
  background-color: hsl(317, 100%, 70%);
  transform: translate(43vw, 269vh);
}
.lp .particle:nth-child(118) {
  animation-delay: -0.896s;
  background-color: hsl(189, 100%, 70%);
  transform: translate(9vw, 249vh);
}
.lp .particle:nth-child(119) {
  animation-delay: -7.009s;
  background-color: hsl(13, 100%, 70%);
  transform: translate(1vw, 149vh);
}
.lp .particle:nth-child(120) {
  animation-delay: -1.666s;
  background-color: hsl(204, 100%, 70%);
  transform: translate(46vw, 207vh);
}
.lp .particle:nth-child(121) {
  animation-delay: -1.209s;
  background-color: hsl(237, 100%, 70%);
  transform: translate(34vw, 242vh);
}
.lp .particle:nth-child(122) {
  animation-delay: -4.794s;
  background-color: hsl(106, 100%, 70%);
  transform: translate(98vw, 267vh);
}
.lp .particle:nth-child(123) {
  animation-delay: -2.685s;
  background-color: hsl(343, 100%, 70%);
  transform: translate(10vw, 161vh);
}
.lp .particle:nth-child(124) {
  animation-delay: -3.976s;
  background-color: hsl(193, 100%, 70%);
  transform: translate(78vw, 171vh);
}
.lp .particle:nth-child(125) {
  animation-delay: -2.184s;
  background-color: hsl(41, 100%, 70%);
  transform: translate(89vw, 185vh);
}
.lp .particle:nth-child(126) {
  animation-delay: -1.9s;
  background-color: hsl(319, 100%, 70%);
  transform: translate(82vw, 181vh);
}
.lp .particle:nth-child(127) {
  animation-delay: -1.08s;
  background-color: hsl(190, 100%, 70%);
  transform: translate(68vw, 127vh);
}
.lp .particle:nth-child(128) {
  animation-delay: -3.76s;
  background-color: hsl(238, 100%, 70%);
  transform: translate(74vw, 220vh);
}
.lp .particle:nth-child(129) {
  animation-delay: -6.2225s;
  background-color: hsl(27, 100%, 70%);
  transform: translate(23vw, 159vh);
}
.lp .particle:nth-child(130) {
  animation-delay: -2.66s;
  background-color: hsl(150, 100%, 70%);
  transform: translate(72vw, 156vh);
}
.lp .particle:nth-child(131) {
  animation-delay: -0.792s;
  background-color: hsl(335, 100%, 70%);
  transform: translate(87vw, 228vh);
}
.lp .particle:nth-child(132) {
  animation-delay: -3.888s;
  background-color: hsl(67, 100%, 70%);
  transform: translate(50vw, 160vh);
}
.lp .particle:nth-child(133) {
  animation-delay: -0.806s;
  background-color: hsl(252, 100%, 70%);
  transform: translate(59vw, 195vh);
}
.lp .particle:nth-child(134) {
  animation-delay: -6.42s;
  background-color: hsl(141, 100%, 70%);
  transform: translate(36vw, 238vh);
}
.lp .particle:nth-child(135) {
  animation-delay: -0.7695s;
  background-color: hsl(104, 100%, 70%);
  transform: translate(82vw, 215vh);
}
.lp .particle:nth-child(136) {
  animation-delay: -1.232s;
  background-color: hsl(132, 100%, 70%);
  transform: translate(5vw, 266vh);
}
.lp .particle:nth-child(137) {
  animation-delay: -5.36s;
  background-color: hsl(232, 100%, 70%);
  transform: translate(47vw, 251vh);
}
.lp .particle:nth-child(138) {
  animation-delay: -1.157s;
  background-color: hsl(227, 100%, 70%);
  transform: translate(80vw, 177vh);
}
.lp .particle:nth-child(139) {
  animation-delay: -3.8s;
  background-color: hsl(171, 100%, 70%);
  transform: translate(8vw, 174vh);
}
.lp .particle:nth-child(140) {
  animation-delay: -0.552s;
  background-color: hsl(269, 100%, 70%);
  transform: translate(85vw, 119vh);
}
.lp .particle:nth-child(141) {
  animation-delay: -2.8565s;
  background-color: hsl(122, 100%, 70%);
  transform: translate(35vw, 98vh);
}
.lp .particle:nth-child(142) {
  animation-delay: -0.556s;
  background-color: hsl(7, 100%, 70%);
  transform: translate(95vw, 133vh);
}
.lp .particle:nth-child(143) {
  animation-delay: -4.5125s;
  background-color: hsl(134, 100%, 70%);
  transform: translate(8vw, 196vh);
}
.lp .particle:nth-child(144) {
  animation-delay: -0.8325s;
  background-color: hsl(18, 100%, 70%);
  transform: translate(7vw, 150vh);
}
.lp .particle:nth-child(145) {
  animation-delay: -5.346s;
  background-color: hsl(316, 100%, 70%);
  transform: translate(98vw, 217vh);
}
.lp .particle:nth-child(146) {
  animation-delay: -0.783s;
  background-color: hsl(251, 100%, 70%);
  transform: translate(4vw, 243vh);
}
.lp .particle:nth-child(147) {
  animation-delay: -1.65s;
  background-color: hsl(18, 100%, 70%);
  transform: translate(73vw, 186vh);
}
.lp .particle:nth-child(148) {
  animation-delay: -8.0095s;
  background-color: hsl(261, 100%, 70%);
  transform: translate(17vw, 128vh);
}
.lp .particle:nth-child(149) {
  animation-delay: -0.24s;
  background-color: hsl(73, 100%, 70%);
  transform: translate(57vw, 198vh);
}
.lp .particle:nth-child(150) {
  animation-delay: -5.915s;
  background-color: hsl(190, 100%, 70%);
  transform: translate(9vw, 142vh);
}
.lp .particle:nth-child(151) {
  animation-delay: -0.434s;
  background-color: hsl(329, 100%, 70%);
  transform: translate(10vw, 250vh);
}
.lp .particle:nth-child(152) {
  animation-delay: -4.214s;
  background-color: hsl(97, 100%, 70%);
  transform: translate(10vw, 157vh);
}
.lp .particle:nth-child(153) {
  animation-delay: -0.4s;
  background-color: hsl(232, 100%, 70%);
  transform: translate(12vw, 225vh);
}
.lp .particle:nth-child(154) {
  animation-delay: -0.437s;
  background-color: hsl(119, 100%, 70%);
  transform: translate(16vw, 204vh);
}
.lp .particle:nth-child(155) {
  animation-delay: -3.3165s;
  background-color: hsl(229, 100%, 70%);
  transform: translate(100vw, 201vh);
}
.lp .particle:nth-child(156) {
  animation-delay: -7.622s;
  background-color: hsl(130, 100%, 70%);
  transform: translate(21vw, 136vh);
}
.lp .particle:nth-child(157) {
  animation-delay: -6.123s;
  background-color: hsl(271, 100%, 70%);
  transform: translate(36vw, 262vh);
}
.lp .particle:nth-child(158) {
  animation-delay: -4.233s;
  background-color: hsl(70, 100%, 70%);
  transform: translate(8vw, 241vh);
}
.lp .particle:nth-child(159) {
  animation-delay: -0.6885s;
  background-color: hsl(229, 100%, 70%);
  transform: translate(10vw, 103vh);
}
.lp .particle:nth-child(160) {
  animation-delay: -4.8195s;
  background-color: hsl(327, 100%, 70%);
  transform: translate(58vw, 144vh);
}
.lp .particle:nth-child(161) {
  animation-delay: -5.9535s;
  background-color: hsl(181, 100%, 70%);
  transform: translate(63vw, 101vh);
}
.lp .particle:nth-child(162) {
  animation-delay: -1.518s;
  background-color: hsl(227, 100%, 70%);
  transform: translate(71vw, 199vh);
}
.lp .particle:nth-child(163) {
  animation-delay: -0.2345s;
  background-color: hsl(154, 100%, 70%);
  transform: translate(80vw, 166vh);
}
.lp .particle:nth-child(164) {
  animation-delay: -4.65s;
  background-color: hsl(345, 100%, 70%);
  transform: translate(52vw, 214vh);
}
.lp .particle:nth-child(165) {
  animation-delay: -5.8175s;
  background-color: hsl(356, 100%, 70%);
  transform: translate(77vw, 91vh);
}
.lp .particle:nth-child(166) {
  animation-delay: -3.64s;
  background-color: hsl(20, 100%, 70%);
  transform: translate(89vw, 142vh);
}
.lp .particle:nth-child(167) {
  animation-delay: -1.978s;
  background-color: hsl(35, 100%, 70%);
  transform: translate(71vw, 149vh);
}
.lp .particle:nth-child(168) {
  animation-delay: -0.16s;
  background-color: hsl(150, 100%, 70%);
  transform: translate(85vw, 126vh);
}
.lp .particle:nth-child(169) {
  animation-delay: -0.176s;
  background-color: hsl(271, 100%, 70%);
  transform: translate(71vw, 165vh);
}
.lp .particle:nth-child(170) {
  animation-delay: -3.7525s;
  background-color: hsl(117, 100%, 70%);
  transform: translate(18vw, 124vh);
}
.lp .particle:nth-child(171) {
  animation-delay: -6.615s;
  background-color: hsl(224, 100%, 70%);
  transform: translate(50vw, 140vh);
}
.lp .particle:nth-child(172) {
  animation-delay: -0.332s;
  background-color: hsl(76, 100%, 70%);
  transform: translate(29vw, 107vh);
}
.lp .particle:nth-child(173) {
  animation-delay: -3.76s;
  background-color: hsl(164, 100%, 70%);
  transform: translate(61vw, 148vh);
}
.lp .particle:nth-child(174) {
  animation-delay: -0.924s;
  background-color: hsl(261, 100%, 70%);
  transform: translate(66vw, 175vh);
}
.lp .particle:nth-child(175) {
  animation-delay: -4.118s;
  background-color: hsl(355, 100%, 70%);
  transform: translate(100vw, 216vh);
}
.lp .particle:nth-child(176) {
  animation-delay: -0.4185s;
  background-color: hsl(79, 100%, 70%);
  transform: translate(72vw, 159vh);
}
.lp .particle:nth-child(177) {
  animation-delay: -0.74s;
  background-color: hsl(115, 100%, 70%);
  transform: translate(70vw, 237vh);
}
.lp .particle:nth-child(178) {
  animation-delay: -1.6215s;
  background-color: hsl(5, 100%, 70%);
  transform: translate(38vw, 264vh);
}
.lp .particle:nth-child(179) {
  animation-delay: -3.915s;
  background-color: hsl(2, 100%, 70%);
  transform: translate(68vw, 202vh);
}
.lp .particle:nth-child(180) {
  animation-delay: -7.469s;
  background-color: hsl(336, 100%, 70%);
  transform: translate(100vw, 97vh);
}
.lp .particle:nth-child(181) {
  animation-delay: -2.397s;
  background-color: hsl(232, 100%, 70%);
  transform: translate(24vw, 179vh);
}
.lp .particle:nth-child(182) {
  animation-delay: -2.61s;
  background-color: hsl(122, 100%, 70%);
  transform: translate(69vw, 149vh);
}
.lp .particle:nth-child(183) {
  animation-delay: -0.6235s;
  background-color: hsl(301, 100%, 70%);
  transform: translate(85vw, 246vh);
}
.lp .particle:nth-child(184) {
  animation-delay: -8.5715s;
  background-color: hsl(183, 100%, 70%);
  transform: translate(99vw, 226vh);
}
.lp .particle:nth-child(185) {
  animation-delay: -0.1125s;
  background-color: hsl(314, 100%, 70%);
  transform: translate(1vw, 241vh);
}
.lp .particle:nth-child(186) {
  animation-delay: -0.079s;
  background-color: hsl(8, 100%, 70%);
  transform: translate(93vw, 108vh);
}
.lp .particle:nth-child(187) {
  animation-delay: -1.15s;
  background-color: hsl(85, 100%, 70%);
  transform: translate(67vw, 98vh);
}
.lp .particle:nth-child(188) {
  animation-delay: -6.895s;
  background-color: hsl(182, 100%, 70%);
  transform: translate(80vw, 266vh);
}
.lp .particle:nth-child(189) {
  animation-delay: -9.7485s;
  background-color: hsl(327, 100%, 70%);
  transform: translate(55vw, 268vh);
}
.lp .particle:nth-child(190) {
  animation-delay: -0.85s;
  background-color: hsl(171, 100%, 70%);
  transform: translate(97vw, 162vh);
}
.lp .particle:nth-child(191) {
  animation-delay: -4.186s;
  background-color: hsl(313, 100%, 70%);
  transform: translate(71vw, 123vh);
}
.lp .particle:nth-child(192) {
  animation-delay: -1.073s;
  background-color: hsl(272, 100%, 70%);
  transform: translate(91vw, 174vh);
}
.lp .particle:nth-child(193) {
  animation-delay: -1.3175s;
  background-color: hsl(339, 100%, 70%);
  transform: translate(90vw, 201vh);
}
.lp .particle:nth-child(194) {
  animation-delay: -1.9475s;
  background-color: hsl(322, 100%, 70%);
  transform: translate(88vw, 224vh);
}
.lp .particle:nth-child(195) {
  animation-delay: -4.641s;
  background-color: hsl(28, 100%, 70%);
  transform: translate(82vw, 143vh);
}
.lp .particle:nth-child(196) {
  animation-delay: -6.85s;
  background-color: hsl(127, 100%, 70%);
  transform: translate(28vw, 155vh);
}
.lp .particle:nth-child(197) {
  animation-delay: -1.4985s;
  background-color: hsl(10, 100%, 70%);
  transform: translate(36vw, 98vh);
}
.lp .particle:nth-child(198) {
  animation-delay: -1.782s;
  background-color: hsl(27, 100%, 70%);
  transform: translate(18vw, 234vh);
}
.lp .particle:nth-child(199) {
  animation-delay: -2.45s;
  background-color: hsl(306, 100%, 70%);
  transform: translate(63vw, 168vh);
}
.lp .particle:nth-child(200) {
  animation-delay: -0.534s;
  background-color: hsl(102, 100%, 70%);
  transform: translate(82vw, 229vh);
}
.lp .particle:nth-child(201) {
  animation-delay: -5.715s;
  background-color: hsl(236, 100%, 70%);
  transform: translate(6vw, 162vh);
}
.lp .particle:nth-child(202) {
  animation-delay: -0.6335s;
  background-color: hsl(87, 100%, 70%);
  transform: translate(63vw, 197vh);
}
.lp .particle:nth-child(203) {
  animation-delay: -0.594s;
  background-color: hsl(211, 100%, 70%);
  transform: translate(50vw, 119vh);
}
.lp .particle:nth-child(204) {
  animation-delay: -3.645s;
  background-color: hsl(190, 100%, 70%);
  transform: translate(49vw, 99vh);
}
.lp .particle:nth-child(205) {
  animation-delay: -0.184s;
  background-color: hsl(14, 100%, 70%);
  transform: translate(58vw, 106vh);
}
.lp .particle:nth-child(206) {
  animation-delay: -0.747s;
  background-color: hsl(285, 100%, 70%);
  transform: translate(96vw, 177vh);
}
.lp .particle:nth-child(207) {
  animation-delay: -1.144s;
  background-color: hsl(111, 100%, 70%);
  transform: translate(75vw, 269vh);
}
.lp .particle:nth-child(208) {
  animation-delay: -8.37s;
  background-color: hsl(306, 100%, 70%);
  transform: translate(30vw, 214vh);
}
.lp .particle:nth-child(209) {
  animation-delay: -0.149s;
  background-color: hsl(35, 100%, 70%);
  transform: translate(43vw, 214vh);
}
.lp .particle:nth-child(210) {
  animation-delay: -7.857s;
  background-color: hsl(91, 100%, 70%);
  transform: translate(38vw, 110vh);
}
.lp .particle:nth-child(211) {
  animation-delay: -7.4625s;
  background-color: hsl(78, 100%, 70%);
  transform: translate(45vw, 249vh);
}
.lp .particle:nth-child(212) {
  animation-delay: -1.0875s;
  background-color: hsl(277, 100%, 70%);
  transform: translate(81vw, 206vh);
}
.lp .particle:nth-child(213) {
  animation-delay: -0.9425s;
  background-color: hsl(272, 100%, 70%);
  transform: translate(19vw, 231vh);
}
.lp .particle:nth-child(214) {
  animation-delay: -0.82s;
  background-color: hsl(203, 100%, 70%);
  transform: translate(76vw, 207vh);
}
.lp .particle:nth-child(215) {
  animation-delay: -5.624s;
  background-color: hsl(41, 100%, 70%);
  transform: translate(24vw, 254vh);
}
.lp .particle:nth-child(216) {
  animation-delay: -0.581s;
  background-color: hsl(341, 100%, 70%);
  transform: translate(85vw, 134vh);
}
.lp .particle:nth-child(217) {
  animation-delay: -1.258s;
  background-color: hsl(202, 100%, 70%);
  transform: translate(81vw, 255vh);
}
.lp .particle:nth-child(218) {
  animation-delay: -1.125s;
  background-color: hsl(70, 100%, 70%);
  transform: translate(41vw, 198vh);
}
.lp .particle:nth-child(219) {
  animation-delay: -8.28s;
  background-color: hsl(150, 100%, 70%);
  transform: translate(8vw, 108vh);
}
.lp .particle:nth-child(220) {
  animation-delay: -0.944s;
  background-color: hsl(34, 100%, 70%);
  transform: translate(15vw, 114vh);
}
.lp .particle:nth-child(221) {
  animation-delay: -3.315s;
  background-color: hsl(85, 100%, 70%);
  transform: translate(51vw, 260vh);
}
.lp .particle:nth-child(222) {
  animation-delay: -0.4935s;
  background-color: hsl(283, 100%, 70%);
  transform: translate(93vw, 241vh);
}
.lp .particle:nth-child(223) {
  animation-delay: -2.009s;
  background-color: hsl(235, 100%, 70%);
  transform: translate(4vw, 202vh);
}
.lp .particle:nth-child(224) {
  animation-delay: -2.73s;
  background-color: hsl(113, 100%, 70%);
  transform: translate(89vw, 150vh);
}
.lp .particle:nth-child(225) {
  animation-delay: -0.768s;
  background-color: hsl(280, 100%, 70%);
  transform: translate(57vw, 265vh);
}
.lp .particle:nth-child(226) {
  animation-delay: -0.216s;
  background-color: hsl(28, 100%, 70%);
  transform: translate(84vw, 103vh);
}
.lp .particle:nth-child(227) {
  animation-delay: -2.5175s;
  background-color: hsl(201, 100%, 70%);
  transform: translate(38vw, 121vh);
}
.lp .particle:nth-child(228) {
  animation-delay: -8.162s;
  background-color: hsl(32, 100%, 70%);
  transform: translate(95vw, 123vh);
}
.lp .particle:nth-child(229) {
  animation-delay: -0.9145s;
  background-color: hsl(146, 100%, 70%);
  transform: translate(85vw, 251vh);
}
.lp .particle:nth-child(230) {
  animation-delay: -0.98s;
  background-color: hsl(78, 100%, 70%);
  transform: translate(32vw, 127vh);
}
.lp .particle:nth-child(231) {
  animation-delay: -1.8245s;
  background-color: hsl(109, 100%, 70%);
  transform: translate(76vw, 241vh);
}
.lp .particle:nth-child(232) {
  animation-delay: -2.115s;
  background-color: hsl(265, 100%, 70%);
  transform: translate(82vw, 170vh);
}
.lp .particle:nth-child(233) {
  animation-delay: -2.055s;
  background-color: hsl(280, 100%, 70%);
  transform: translate(24vw, 161vh);
}
.lp .particle:nth-child(234) {
  animation-delay: -5.88s;
  background-color: hsl(305, 100%, 70%);
  transform: translate(32vw, 255vh);
}
.lp .particle:nth-child(235) {
  animation-delay: -2.318s;
  background-color: hsl(51, 100%, 70%);
  transform: translate(42vw, 151vh);
}
.lp .particle:nth-child(236) {
  animation-delay: -6.29s;
  background-color: hsl(78, 100%, 70%);
  transform: translate(5vw, 108vh);
}
.lp .particle:nth-child(237) {
  animation-delay: -5.6s;
  background-color: hsl(205, 100%, 70%);
  transform: translate(95vw, 234vh);
}
.lp .particle:nth-child(238) {
  animation-delay: -0.374s;
  background-color: hsl(337, 100%, 70%);
  transform: translate(3vw, 193vh);
}
.lp .particle:nth-child(239) {
  animation-delay: -4.6225s;
  background-color: hsl(135, 100%, 70%);
  transform: translate(35vw, 212vh);
}
.lp .particle:nth-child(240) {
  animation-delay: -6.0695s;
  background-color: hsl(25, 100%, 70%);
  transform: translate(71vw, 209vh);
}
.lp .particle:nth-child(241) {
  animation-delay: -1.679s;
  background-color: hsl(90, 100%, 70%);
  transform: translate(95vw, 216vh);
}
.lp .particle:nth-child(242) {
  animation-delay: -5.404s;
  background-color: hsl(135, 100%, 70%);
  transform: translate(21vw, 190vh);
}
.lp .particle:nth-child(243) {
  animation-delay: -0.493s;
  background-color: hsl(195, 100%, 70%);
  transform: translate(53vw, 198vh);
}
.lp .particle:nth-child(244) {
  animation-delay: -0.792s;
  background-color: hsl(249, 100%, 70%);
  transform: translate(82vw, 154vh);
}
.lp .particle:nth-child(245) {
  animation-delay: -0.855s;
  background-color: hsl(248, 100%, 70%);
  transform: translate(31vw, 182vh);
}
.lp .particle:nth-child(246) {
  animation-delay: -1.224s;
  background-color: hsl(305, 100%, 70%);
  transform: translate(94vw, 158vh);
}
.lp .particle:nth-child(247) {
  animation-delay: -8.946s;
  background-color: hsl(342, 100%, 70%);
  transform: translate(21vw, 140vh);
}
.lp .particle:nth-child(248) {
  animation-delay: -0.345s;
  background-color: hsl(236, 100%, 70%);
  transform: translate(32vw, 234vh);
}
.lp .particle:nth-child(249) {
  animation-delay: -2.88s;
  background-color: hsl(312, 100%, 70%);
  transform: translate(17vw, 196vh);
}
.lp .particle:nth-child(250) {
  animation-delay: -0.61s;
  background-color: hsl(242, 100%, 70%);
  transform: translate(52vw, 205vh);
}
.lp .particle:nth-child(251) {
  animation-delay: -3.285s;
  background-color: hsl(188, 100%, 70%);
  transform: translate(21vw, 259vh);
}
.lp .particle:nth-child(252) {
  animation-delay: -4.928s;
  background-color: hsl(124, 100%, 70%);
  transform: translate(53vw, 210vh);
}
.lp .particle:nth-child(253) {
  animation-delay: -0.0615s;
  background-color: hsl(129, 100%, 70%);
  transform: translate(91vw, 123vh);
}
.lp .particle:nth-child(254) {
  animation-delay: -1.316s;
  background-color: hsl(211, 100%, 70%);
  transform: translate(89vw, 199vh);
}
.lp .particle:nth-child(255) {
  animation-delay: -4.611s;
  background-color: hsl(204, 100%, 70%);
  transform: translate(70vw, 197vh);
}
.lp .particle:nth-child(256) {
  animation-delay: -1.4375s;
  background-color: hsl(320, 100%, 70%);
  transform: translate(35vw, 154vh);
}
.lp .particle:nth-child(257) {
  animation-delay: -7.3525s;
  background-color: hsl(276, 100%, 70%);
  transform: translate(72vw, 165vh);
}
.lp .particle:nth-child(258) {
  animation-delay: -0.611s;
  background-color: hsl(313, 100%, 70%);
  transform: translate(88vw, 124vh);
}
.lp .particle:nth-child(259) {
  animation-delay: -6.51s;
  background-color: hsl(283, 100%, 70%);
  transform: translate(82vw, 255vh);
}
.lp .particle:nth-child(260) {
  animation-delay: -2.3355s;
  background-color: hsl(245, 100%, 70%);
  transform: translate(30vw, 206vh);
}
.lp .particle:nth-child(261) {
  animation-delay: -1.479s;
  background-color: hsl(231, 100%, 70%);
  transform: translate(99vw, 262vh);
}
.lp .particle:nth-child(262) {
  animation-delay: -0.174s;
  background-color: hsl(30, 100%, 70%);
  transform: translate(82vw, 229vh);
}
.lp .particle:nth-child(263) {
  animation-delay: -4.053s;
  background-color: hsl(5, 100%, 70%);
  transform: translate(87vw, 253vh);
}
.lp .particle:nth-child(264) {
  animation-delay: -6.552s;
  background-color: hsl(299, 100%, 70%);
  transform: translate(20vw, 251vh);
}
.lp .particle:nth-child(265) {
  animation-delay: -8.3235s;
  background-color: hsl(198, 100%, 70%);
  transform: translate(94vw, 252vh);
}
.lp .particle:nth-child(266) {
  animation-delay: -3.6075s;
  background-color: hsl(37, 100%, 70%);
  transform: translate(16vw, 236vh);
}
.lp .particle:nth-child(267) {
  animation-delay: -2.632s;
  background-color: hsl(155, 100%, 70%);
  transform: translate(34vw, 217vh);
}
.lp .particle:nth-child(268) {
  animation-delay: -2.544s;
  background-color: hsl(43, 100%, 70%);
  transform: translate(88vw, 194vh);
}
.lp .particle:nth-child(269) {
  animation-delay: -0.9545s;
  background-color: hsl(246, 100%, 70%);
  transform: translate(85vw, 243vh);
}
.lp .particle:nth-child(270) {
  animation-delay: -0.2175s;
  background-color: hsl(213, 100%, 70%);
  transform: translate(33vw, 222vh);
}
.lp .particle:nth-child(271) {
  animation-delay: -4.0875s;
  background-color: hsl(183, 100%, 70%);
  transform: translate(71vw, 214vh);
}
.lp .particle:nth-child(272) {
  animation-delay: -5.495s;
  background-color: hsl(186, 100%, 70%);
  transform: translate(59vw, 190vh);
}
.lp .particle:nth-child(273) {
  animation-delay: -8.928s;
  background-color: hsl(165, 100%, 70%);
  transform: translate(45vw, 174vh);
}
.lp .particle:nth-child(274) {
  animation-delay: -3.6855s;
  background-color: hsl(162, 100%, 70%);
  transform: translate(85vw, 135vh);
}
.lp .particle:nth-child(275) {
  animation-delay: -3.267s;
  background-color: hsl(122, 100%, 70%);
  transform: translate(20vw, 210vh);
}
.lp .particle:nth-child(276) {
  animation-delay: -2.9s;
  background-color: hsl(104, 100%, 70%);
  transform: translate(38vw, 259vh);
}
.lp .particle:nth-child(277) {
  animation-delay: -2.626s;
  background-color: hsl(171, 100%, 70%);
  transform: translate(60vw, 200vh);
}
.lp .particle:nth-child(278) {
  animation-delay: -1.496s;
  background-color: hsl(286, 100%, 70%);
  transform: translate(87vw, 211vh);
}
.lp .particle:nth-child(279) {
  animation-delay: -1.424s;
  background-color: hsl(42, 100%, 70%);
  transform: translate(95vw, 117vh);
}
.lp .particle:nth-child(280) {
  animation-delay: -6.188s;
  background-color: hsl(266, 100%, 70%);
  transform: translate(53vw, 240vh);
}
.lp .particle:nth-child(281) {
  animation-delay: -3.729s;
  background-color: hsl(256, 100%, 70%);
  transform: translate(54vw, 226vh);
}
.lp .particle:nth-child(282) {
  animation-delay: -0.648s;
  background-color: hsl(355, 100%, 70%);
  transform: translate(29vw, 130vh);
}
.lp .particle:nth-child(283) {
  animation-delay: -2.158s;
  background-color: hsl(26, 100%, 70%);
  transform: translate(60vw, 196vh);
}
.lp .particle:nth-child(284) {
  animation-delay: -6.622s;
  background-color: hsl(47, 100%, 70%);
  transform: translate(39vw, 153vh);
}
.lp .particle:nth-child(285) {
  animation-delay: -5.2155s;
  background-color: hsl(206, 100%, 70%);
  transform: translate(25vw, 103vh);
}
.lp .particle:nth-child(286) {
  animation-delay: -4.554s;
  background-color: hsl(264, 100%, 70%);
  transform: translate(24vw, 145vh);
}
.lp .particle:nth-child(287) {
  animation-delay: -4.559s;
  background-color: hsl(18, 100%, 70%);
  transform: translate(44vw, 113vh);
}
.lp .particle:nth-child(288) {
  animation-delay: -3.016s;
  background-color: hsl(249, 100%, 70%);
  transform: translate(82vw, 211vh);
}
.lp .particle:nth-child(289) {
  animation-delay: -0.3465s;
  background-color: hsl(144, 100%, 70%);
  transform: translate(69vw, 100vh);
}
.lp .particle:nth-child(290) {
  animation-delay: -0.861s;
  background-color: hsl(171, 100%, 70%);
  transform: translate(94vw, 219vh);
}
.lp .particle:nth-child(291) {
  animation-delay: -3.504s;
  background-color: hsl(1, 100%, 70%);
  transform: translate(48vw, 191vh);
}
.lp .particle:nth-child(292) {
  animation-delay: -1.136s;
  background-color: hsl(347, 100%, 70%);
  transform: translate(61vw, 134vh);
}
.lp .particle:nth-child(293) {
  animation-delay: -0.272s;
  background-color: hsl(341, 100%, 70%);
  transform: translate(70vw, 268vh);
}
.lp .particle:nth-child(294) {
  animation-delay: -1.584s;
  background-color: hsl(157, 100%, 70%);
  transform: translate(11vw, 159vh);
}
.lp .particle:nth-child(295) {
  animation-delay: -3.7765s;
  background-color: hsl(59, 100%, 70%);
  transform: translate(20vw, 264vh);
}
.lp .particle:nth-child(296) {
  animation-delay: -10.8405s;
  background-color: hsl(322, 100%, 70%);
  transform: translate(89vw, 131vh);
}
.lp .particle:nth-child(297) {
  animation-delay: -1.875s;
  background-color: hsl(295, 100%, 70%);
  transform: translate(31vw, 240vh);
}
.lp .particle:nth-child(298) {
  animation-delay: -2.769s;
  background-color: hsl(9, 100%, 70%);
  transform: translate(64vw, 102vh);
}
.lp .particle:nth-child(299) {
  animation-delay: -1.909s;
  background-color: hsl(247, 100%, 70%);
  transform: translate(78vw, 194vh);
}
.lp .particle:nth-child(300) {
  animation-delay: -6.364s;
  background-color: hsl(328, 100%, 70%);
  transform: translate(66vw, 207vh);
}
.lp .particle:nth-child(301) {
  animation-delay: -0.875s;
  background-color: hsl(96, 100%, 70%);
  transform: translate(32vw, 123vh);
}
.lp .particle:nth-child(302) {
  animation-delay: -2.2125s;
  background-color: hsl(58, 100%, 70%);
  transform: translate(89vw, 123vh);
}
.lp .particle:nth-child(303) {
  animation-delay: -3.744s;
  background-color: hsl(3, 100%, 70%);
  transform: translate(97vw, 257vh);
}
.lp .particle:nth-child(304) {
  animation-delay: -5.8425s;
  background-color: hsl(158, 100%, 70%);
  transform: translate(53vw, 100vh);
}
.lp .particle:nth-child(305) {
  animation-delay: -4.522s;
  background-color: hsl(359, 100%, 70%);
  transform: translate(69vw, 107vh);
}
.lp .particle:nth-child(306) {
  animation-delay: -0.6225s;
  background-color: hsl(202, 100%, 70%);
  transform: translate(75vw, 155vh);
}
.lp .particle:nth-child(307) {
  animation-delay: -1.8525s;
  background-color: hsl(271, 100%, 70%);
  transform: translate(41vw, 202vh);
}
.lp .particle:nth-child(308) {
  animation-delay: -4.674s;
  background-color: hsl(210, 100%, 70%);
  transform: translate(55vw, 193vh);
}
.lp .particle:nth-child(309) {
  animation-delay: -4.158s;
  background-color: hsl(77, 100%, 70%);
  transform: translate(44vw, 109vh);
}
.lp .particle:nth-child(310) {
  animation-delay: -0.153s;
  background-color: hsl(27, 100%, 70%);
  transform: translate(14vw, 100vh);
}
.lp .particle:nth-child(311) {
  animation-delay: -4.182s;
  background-color: hsl(242, 100%, 70%);
  transform: translate(36vw, 203vh);
}
.lp .particle:nth-child(312) {
  animation-delay: -1.037s;
  background-color: hsl(252, 100%, 70%);
  transform: translate(3vw, 174vh);
}
.lp .particle:nth-child(313) {
  animation-delay: -4.818s;
  background-color: hsl(139, 100%, 70%);
  transform: translate(32vw, 245vh);
}
.lp .particle:nth-child(314) {
  animation-delay: -0.34s;
  background-color: hsl(65, 100%, 70%);
  transform: translate(62vw, 140vh);
}
.lp .particle:nth-child(315) {
  animation-delay: -1.2685s;
  background-color: hsl(127, 100%, 70%);
  transform: translate(20vw, 122vh);
}
.lp .particle:nth-child(316) {
  animation-delay: -3.41s;
  background-color: hsl(6, 100%, 70%);
  transform: translate(7vw, 160vh);
}
.lp .particle:nth-child(317) {
  animation-delay: -1.2985s;
  background-color: hsl(21, 100%, 70%);
  transform: translate(20vw, 192vh);
}
.lp .particle:nth-child(318) {
  animation-delay: -3.811s;
  background-color: hsl(162, 100%, 70%);
  transform: translate(4vw, 138vh);
}
.lp .particle:nth-child(319) {
  animation-delay: -0.6955s;
  background-color: hsl(204, 100%, 70%);
  transform: translate(89vw, 92vh);
}
.lp .particle:nth-child(320) {
  animation-delay: -4.4175s;
  background-color: hsl(285, 100%, 70%);
  transform: translate(46vw, 255vh);
}
.lp .particle:nth-child(321) {
  animation-delay: -0.7425s;
  background-color: hsl(174, 100%, 70%);
  transform: translate(91vw, 124vh);
}
.lp .particle:nth-child(322) {
  animation-delay: -2.9645s;
  background-color: hsl(314, 100%, 70%);
  transform: translate(12vw, 232vh);
}
.lp .particle:nth-child(323) {
  animation-delay: -1.872s;
  background-color: hsl(53, 100%, 70%);
  transform: translate(93vw, 121vh);
}
.lp .particle:nth-child(324) {
  animation-delay: -1.47s;
  background-color: hsl(51, 100%, 70%);
  transform: translate(58vw, 188vh);
}
.lp .particle:nth-child(325) {
  animation-delay: -2.16s;
  background-color: hsl(90, 100%, 70%);
  transform: translate(79vw, 231vh);
}
.lp .particle:nth-child(326) {
  animation-delay: -2.82s;
  background-color: hsl(258, 100%, 70%);
  transform: translate(77vw, 179vh);
}
.lp .particle:nth-child(327) {
  animation-delay: -0.572s;
  background-color: hsl(92, 100%, 70%);
  transform: translate(92vw, 124vh);
}
.lp .particle:nth-child(328) {
  animation-delay: -8.358s;
  background-color: hsl(240, 100%, 70%);
  transform: translate(3vw, 198vh);
}
.lp .particle:nth-child(329) {
  animation-delay: -0.4845s;
  background-color: hsl(215, 100%, 70%);
  transform: translate(38vw, 189vh);
}
.lp .particle:nth-child(330) {
  animation-delay: -5.662s;
  background-color: hsl(103, 100%, 70%);
  transform: translate(8vw, 200vh);
}
.lp .particle:nth-child(331) {
  animation-delay: -1.485s;
  background-color: hsl(241, 100%, 70%);
  transform: translate(32vw, 174vh);
}
.lp .particle:nth-child(332) {
  animation-delay: -5.487s;
  background-color: hsl(56, 100%, 70%);
  transform: translate(7vw, 202vh);
}
.lp .particle:nth-child(333) {
  animation-delay: -4.59s;
  background-color: hsl(207, 100%, 70%);
  transform: translate(33vw, 232vh);
}
.lp .particle:nth-child(334) {
  animation-delay: -8.832s;
  background-color: hsl(253, 100%, 70%);
  transform: translate(59vw, 138vh);
}
.lp .particle:nth-child(335) {
  animation-delay: -0.441s;
  background-color: hsl(188, 100%, 70%);
  transform: translate(80vw, 247vh);
}
.lp .particle:nth-child(336) {
  animation-delay: -9.118s;
  background-color: hsl(324, 100%, 70%);
  transform: translate(31vw, 92vh);
}
.lp .particle:nth-child(337) {
  animation-delay: -6.8975s;
  background-color: hsl(82, 100%, 70%);
  transform: translate(99vw, 146vh);
}
.lp .particle:nth-child(338) {
  animation-delay: -4.982s;
  background-color: hsl(14, 100%, 70%);
  transform: translate(74vw, 128vh);
}
.lp .particle:nth-child(339) {
  animation-delay: -1.581s;
  background-color: hsl(34, 100%, 70%);
  transform: translate(100vw, 184vh);
}
.lp .particle:nth-child(340) {
  animation-delay: -5.985s;
  background-color: hsl(51, 100%, 70%);
  transform: translate(23vw, 270vh);
}
.lp .particle:nth-child(341) {
  animation-delay: -0.19s;
  background-color: hsl(121, 100%, 70%);
  transform: translate(53vw, 133vh);
}
.lp .particle:nth-child(342) {
  animation-delay: -1.3395s;
  background-color: hsl(22, 100%, 70%);
  transform: translate(29vw, 232vh);
}
.lp .particle:nth-child(343) {
  animation-delay: -6.15s;
  background-color: hsl(244, 100%, 70%);
  transform: translate(2vw, 97vh);
}
.lp .particle:nth-child(344) {
  animation-delay: -0.648s;
  background-color: hsl(50, 100%, 70%);
  transform: translate(14vw, 220vh);
}
.lp .particle:nth-child(345) {
  animation-delay: -2.76s;
  background-color: hsl(255, 100%, 70%);
  transform: translate(87vw, 124vh);
}
.lp .particle:nth-child(346) {
  animation-delay: -0.162s;
  background-color: hsl(200, 100%, 70%);
  transform: translate(52vw, 200vh);
}
.lp .particle:nth-child(347) {
  animation-delay: -8.95s;
  background-color: hsl(123, 100%, 70%);
  transform: translate(7vw, 228vh);
}
.lp .particle:nth-child(348) {
  animation-delay: -1.104s;
  background-color: hsl(11, 100%, 70%);
  transform: translate(8vw, 227vh);
}
.lp .particle:nth-child(349) {
  animation-delay: -5.952s;
  background-color: hsl(202, 100%, 70%);
  transform: translate(83vw, 246vh);
}
.lp .particle:nth-child(350) {
  animation-delay: -4.959s;
  background-color: hsl(76, 100%, 70%);
  transform: translate(57vw, 243vh);
}
.lp .particle:nth-child(351) {
  animation-delay: -1.001s;
  background-color: hsl(37, 100%, 70%);
  transform: translate(17vw, 168vh);
}
.lp .particle:nth-child(352) {
  animation-delay: -0.78s;
  background-color: hsl(308, 100%, 70%);
  transform: translate(33vw, 134vh);
}
.lp .particle:nth-child(353) {
  animation-delay: -1.17s;
  background-color: hsl(140, 100%, 70%);
  transform: translate(93vw, 237vh);
}
.lp .particle:nth-child(354) {
  animation-delay: -3.4125s;
  background-color: hsl(6, 100%, 70%);
  transform: translate(87vw, 115vh);
}
.lp .particle:nth-child(355) {
  animation-delay: -0.465s;
  background-color: hsl(277, 100%, 70%);
  transform: translate(80vw, 217vh);
}
.lp .particle:nth-child(356) {
  animation-delay: -1.261s;
  background-color: hsl(152, 100%, 70%);
  transform: translate(55vw, 137vh);
}
.lp .particle:nth-child(357) {
  animation-delay: -6.834s;
  background-color: hsl(3, 100%, 70%);
  transform: translate(69vw, 181vh);
}
.lp .particle:nth-child(358) {
  animation-delay: -9.118s;
  background-color: hsl(174, 100%, 70%);
  transform: translate(72vw, 215vh);
}
.lp .particle:nth-child(359) {
  animation-delay: -4.818s;
  background-color: hsl(18, 100%, 70%);
  transform: translate(78vw, 165vh);
}
.lp .particle:nth-child(360) {
  animation-delay: -7.095s;
  background-color: hsl(339, 100%, 70%);
  transform: translate(58vw, 229vh);
}
.lp .particle:nth-child(361) {
  animation-delay: -6.86s;
  background-color: hsl(221, 100%, 70%);
  transform: translate(46vw, 230vh);
}
.lp .particle:nth-child(362) {
  animation-delay: -1.6385s;
  background-color: hsl(212, 100%, 70%);
  transform: translate(3vw, 247vh);
}
.lp .particle:nth-child(363) {
  animation-delay: -1.4625s;
  background-color: hsl(174, 100%, 70%);
  transform: translate(83vw, 241vh);
}
.lp .particle:nth-child(364) {
  animation-delay: -7.9785s;
  background-color: hsl(71, 100%, 70%);
  transform: translate(37vw, 115vh);
}
.lp .particle:nth-child(365) {
  animation-delay: -4.8755s;
  background-color: hsl(22, 100%, 70%);
  transform: translate(25vw, 175vh);
}
.lp .particle:nth-child(366) {
  animation-delay: -4.266s;
  background-color: hsl(17, 100%, 70%);
  transform: translate(21vw, 234vh);
}
.lp .particle:nth-child(367) {
  animation-delay: -0.8595s;
  background-color: hsl(226, 100%, 70%);
  transform: translate(93vw, 122vh);
}
.lp .particle:nth-child(368) {
  animation-delay: -0.9295s;
  background-color: hsl(269, 100%, 70%);
  transform: translate(13vw, 107vh);
}
.lp .particle:nth-child(369) {
  animation-delay: -0.441s;
  background-color: hsl(239, 100%, 70%);
  transform: translate(59vw, 109vh);
}
.lp .particle:nth-child(370) {
  animation-delay: -1.008s;
  background-color: hsl(70, 100%, 70%);
  transform: translate(29vw, 109vh);
}
.lp .particle:nth-child(371) {
  animation-delay: -4.59s;
  background-color: hsl(83, 100%, 70%);
  transform: translate(96vw, 239vh);
}
.lp .particle:nth-child(372) {
  animation-delay: -4.3785s;
  background-color: hsl(266, 100%, 70%);
  transform: translate(17vw, 207vh);
}
.lp .particle:nth-child(373) {
  animation-delay: -1.2s;
  background-color: hsl(333, 100%, 70%);
  transform: translate(33vw, 268vh);
}
.lp .particle:nth-child(374) {
  animation-delay: -4.5135s;
  background-color: hsl(125, 100%, 70%);
  transform: translate(91vw, 194vh);
}
.lp .particle:nth-child(375) {
  animation-delay: -5.2805s;
  background-color: hsl(245, 100%, 70%);
  transform: translate(67vw, 183vh);
}
.lp .particle:nth-child(376) {
  animation-delay: -8.755s;
  background-color: hsl(163, 100%, 70%);
  transform: translate(95vw, 246vh);
}
.lp .particle:nth-child(377) {
  animation-delay: -1.197s;
  background-color: hsl(51, 100%, 70%);
  transform: translate(54vw, 217vh);
}
.lp .particle:nth-child(378) {
  animation-delay: -0.9425s;
  background-color: hsl(35, 100%, 70%);
  transform: translate(13vw, 125vh);
}
.lp .particle:nth-child(379) {
  animation-delay: -0.45s;
  background-color: hsl(238, 100%, 70%);
  transform: translate(31vw, 225vh);
}
.lp .particle:nth-child(380) {
  animation-delay: -2.989s;
  background-color: hsl(31, 100%, 70%);
  transform: translate(67vw, 203vh);
}
.lp .particle:nth-child(381) {
  animation-delay: -0.8475s;
  background-color: hsl(15, 100%, 70%);
  transform: translate(89vw, 260vh);
}
.lp .particle:nth-child(382) {
  animation-delay: -1.886s;
  background-color: hsl(200, 100%, 70%);
  transform: translate(27vw, 242vh);
}
.lp .particle:nth-child(383) {
  animation-delay: -1.152s;
  background-color: hsl(266, 100%, 70%);
  transform: translate(54vw, 148vh);
}
.lp .particle:nth-child(384) {
  animation-delay: -0.1505s;
  background-color: hsl(112, 100%, 70%);
  transform: translate(10vw, 245vh);
}
.lp .particle:nth-child(385) {
  animation-delay: -3.366s;
  background-color: hsl(83, 100%, 70%);
  transform: translate(4vw, 265vh);
}
.lp .particle:nth-child(386) {
  animation-delay: -1.704s;
  background-color: hsl(25, 100%, 70%);
  transform: translate(75vw, 220vh);
}
.lp .particle:nth-child(387) {
  animation-delay: -1.815s;
  background-color: hsl(351, 100%, 70%);
  transform: translate(5vw, 205vh);
}
.lp .particle:nth-child(388) {
  animation-delay: -1.71s;
  background-color: hsl(33, 100%, 70%);
  transform: translate(4vw, 214vh);
}
.lp .particle:nth-child(389) {
  animation-delay: -1.235s;
  background-color: hsl(259, 100%, 70%);
  transform: translate(100vw, 228vh);
}
.lp .particle:nth-child(390) {
  animation-delay: -2.2785s;
  background-color: hsl(115, 100%, 70%);
  transform: translate(78vw, 137vh);
}
.lp .particle:nth-child(391) {
  animation-delay: -1.675s;
  background-color: hsl(115, 100%, 70%);
  transform: translate(91vw, 93vh);
}
.lp .particle:nth-child(392) {
  animation-delay: -2.491s;
  background-color: hsl(61, 100%, 70%);
  transform: translate(88vw, 149vh);
}
.lp .particle:nth-child(393) {
  animation-delay: -1.8975s;
  background-color: hsl(172, 100%, 70%);
  transform: translate(78vw, 252vh);
}
.lp .particle:nth-child(394) {
  animation-delay: -7.313s;
  background-color: hsl(310, 100%, 70%);
  transform: translate(43vw, 139vh);
}
.lp .particle:nth-child(395) {
  animation-delay: -1.2285s;
  background-color: hsl(232, 100%, 70%);
  transform: translate(78vw, 166vh);
}
.lp .particle:nth-child(396) {
  animation-delay: -2.4225s;
  background-color: hsl(226, 100%, 70%);
  transform: translate(45vw, 225vh);
}
.lp .particle:nth-child(397) {
  animation-delay: -2.48s;
  background-color: hsl(141, 100%, 70%);
  transform: translate(77vw, 91vh);
}
.lp .particle:nth-child(398) {
  animation-delay: -5.814s;
  background-color: hsl(122, 100%, 70%);
  transform: translate(73vw, 232vh);
}
.lp .particle:nth-child(399) {
  animation-delay: -6.437s;
  background-color: hsl(65, 100%, 70%);
  transform: translate(18vw, 264vh);
}
.lp .particle:nth-child(400) {
  animation-delay: -3.424s;
  background-color: hsl(314, 100%, 70%);
  transform: translate(6vw, 116vh);
}
@keyframes shoot {
  0% {
    transform: translate(50vw, 50vh);
  }
}
@keyframes fade {
  to {
    opacity: 0;
  }
}

@keyframes blink {
  78% {
    color: inherit;
    text-shadow: inherit;
  }
  79% {
    color: hsl(259, 83%, 14%);
  }
  80% {
    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: hsl(259, 83%, 14%);
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: hsl(259, 83%, 14%);
    text-shadow: none;
  }
  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}
.list--unstyled {
  list-style-type: none;
  padding: 0;
}
.list--unstyled li {
  list-style-type: none;
  padding: 0;
}
.list--horizontal {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 1rem;
  align-items: baseline;
}
.list--two-col {
  column-count: 2;
  column-gap: 3rem;
}
@media screen and (max-width: 576px) {
  .list--two-col {
    column-count: 1;
  }
}
.list--three-col {
  column-count: 3;
  column-gap: 3rem;
}
.list--large-number {
  list-style-position: inside;
}
.list--large-number li::marker {
  display: block;
  font-size: 2em;
}

.logo {
  background-image: url("https://launchscout-website.s3.us-east-2.amazonaws.com/images/rgb_launch-scout-logo_full-color-inverse.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  transition: none;
}

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 3rem;
  width: 100%;
}
.logo-grid img {
  height: 3.75rem;
}
@media screen and (max-width: 576px) {
  .logo-grid img {
    margin: 0.5rem 1rem;
  }
}
.logo-grid img.logo--xs {
  height: 1.5rem;
}
.logo-grid img.logo--sm {
  height: 2rem;
}
.logo-grid img.logo--lg {
  height: 6.25rem;
}
.logo-grid--feature img {
  height: unset;
  max-width: 100px;
  width: 100%;
}
.logo-grid--feature img.logo--sm {
  max-width: 80px;
  height: unset;
}
.logo-grid--feature img.logo--lg {
  max-width: 150px;
  height: unset;
}

.modal {
  background: hsl(240, 100%, 99%);
  border: 0.25rem solid hsl(191, 61%, 72%);
  border-color: hsl(240, 100%, 94%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 2rem 2rem;
  position: fixed;
  bottom: -100%;
  left: 2rem;
  transition: all 0.5s ease;
  width: calc(100% - 3rem);
  z-index: 600;
}
.modal__close {
  align-self: flex-end;
  cursor: pointer;
  padding: 2rem 0 1rem;
}
@media screen and (min-width: 744px) {
  .modal__close {
    padding: 2rem 1rem 2rem 2rem;
  }
}
@media screen and (min-width: 744px) {
  .modal {
    max-width: 720px;
    padding: 1rem 2rem 3rem;
    width: 50%;
  }
}

.motion-line, .motion-line::before, .motion-line::after {
  border-radius: 1rem;
  display: block;
  height: 0.65rem;
  position: absolute;
  transform: rotate(-10deg);
}
.motion-line::before, .motion-line::after {
  content: "";
  position: relative;
  transform: rotate(0);
}
.motion-line--over {
  z-index: 2;
}
.motion-line--under {
  z-index: 0;
}
.motion-line--bottom-left {
  bottom: 0;
  left: 0;
}
.motion-line--set-1 {
  background-color: hsl(257, 61%, 23%);
  bottom: 8rem;
  left: -6rem;
  width: 15rem;
}
.motion-line--set-1::before {
  background-color: hsl(191, 61%, 72%);
  bottom: -5rem;
  left: -3rem;
  width: 20rem;
}
.motion-line--set-1::after {
  background-color: hsl(257, 61%, 23%);
  bottom: -12rem;
  left: 10rem;
  width: 15rem;
}
.motion-line--set-2 {
  background-color: hsl(255, 48%, 50%);
  bottom: 10rem;
  left: -3rem;
  width: 11rem;
}
.motion-line--set-2::before {
  background-color: hsl(38, 95%, 50%);
  left: -2rem;
  width: 0.75rem;
}
.motion-line--set-2::after {
  background-color: hsl(38, 95%, 50%);
  bottom: -8rem;
  left: 0rem;
  width: 6rem;
}

.motion-line-divider {
  margin-left: -5vmin;
  max-width: 100px;
  min-width: 60px;
  width: 10vmin;
}

.pagination {
  margin-top: 5rem;
  text-align: center;
  width: 100%;
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination ul li a {
  padding: 0.25rem 0.25rem 0.3rem 0.25rem;
}
.pagination ul li a span {
  padding: 0.25rem 0.25rem 0.3rem 0.25rem;
  transition: background 0.3s ease-in-out;
}
@media screen and (min-width: 744px) {
  .pagination ul li a span {
    padding: 1rem 2rem;
  }
}
.pagination ul li a:hover {
  cursor: pointer;
}
.pagination ul li.selected a {
  background: hsl(240, 100%, 94%);
  border-radius: 0.25rem;
  color: hsl(259, 83%, 14%);
}

.photo-callout {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
}
.photo-callout__photo {
  border-radius: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1/4;
  grid-row: 1;
  overflow: hidden;
  width: 100%;
}
.photo-callout__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.photo-callout__callout {
  background-color: hsl(257, 61%, 23%);
  border-radius: 0.25rem 0.25rem 3rem 0.25rem;
  grid-column: 3/6;
  grid-row: 1;
  padding: 2rem;
  position: relative;
}
.photo-callout__callout h1, .photo-callout__callout h2, .photo-callout__callout h3, .photo-callout__callout h4, .photo-callout__callout h5, .photo-callout__callout h6, .photo-callout__callout p {
  color: hsl(240, 100%, 99%);
}
.photo-callout__callout::after {
  content: "";
  display: block;
  border-radius: 0.25rem 0.25rem 3rem 0.25rem;
  border: 0.25rem solid hsl(191, 61%, 72%);
  border-color: hsl(191, 61%, 72%);
  border-top-color: transparent;
  border-left-color: transparent;
  height: 50%;
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 50%;
}

@media screen and (max-width: 576px) {
  .photo-callout__photo {
    grid-column: 1/10;
    grid-row: 1/7;
  }
  .photo-callout__callout {
    grid-column: 2/12;
    grid-row: 6/8;
  }
}
.perk-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  grid-gap: 3rem;
  margin-top: 3rem;
}
.perk-list__item {
  --half-width: calc(0.5rem / 2);
  --line-color: hsl(255, 48%, 50%);
  position: relative;
}
.perk-list__item p {
  margin-bottom: 0;
}
.perk-list__item::before {
  content: "";
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) calc(50% - var(--half-width)), var(--line-color) calc(50% - var(--half-width)), var(--line-color) calc(50% + var(--half-width)), rgba(0, 0, 0, 0) calc(50% + var(--half-width)));
  border-radius: 0.25rem;
  display: block;
  height: 2rem;
  margin-bottom: 1rem;
  position: absolute;
  left: -2rem;
  top: -0.5rem;
  width: 2rem;
}
.perk-list__item:nth-of-type(2), .perk-list__item:nth-of-type(4), .perk-list__item:nth-of-type(8) {
  --line-color: hsl(191, 61%, 72%);
}
.perk-list__item:nth-of-type(3), .perk-list__item:nth-of-type(5), .perk-list__item:nth-of-type(9) {
  --line-color: hsl(38, 95%, 50%);
}

.post__header {
  position: relative;
}
.post__title {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 576px) {
  .post__title h2 {
    margin-top: 2rem;
  }
}
.post__author {
  grid-gap: 1rem;
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
}
.post__author img {
  border: 0.25rem solid hsl(191, 61%, 72%);
  border-color: hsl(38, 95%, 50%);
  border-radius: 50%;
  height: 4.5rem;
}
.post__author p {
  width: auto;
}
.post__body {
  margin: 0 auto;
  max-width: 55rem;
  padding: inherit 2rem 5rem;
}
.post__body img {
  display: block;
  max-width: 100%;
  margin: 3rem auto;
}
.post__body h1 {
  font-size: 2.25rem;
}
.post__body h2 {
  font-size: 1.75rem;
}
.post__body h3 {
  font-size: 1.15rem;
}
.post__body ol,
.post__body ul {
  list-style: revert;
  list-style-position: outside;
  margin: revert;
  padding: revert;
}
.post__tags {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 7rem;
}
.post__tags h5 {
  margin-right: 1rem;
}
.post__related {
  margin: 0 auto 1em;
  max-width: 70rem;
  padding: 0 2rem;
}
.post__date {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 2rem;
  padding-right: 1rem;
  order: 1;
}
@media screen and (min-width: 576px) {
  .post__date {
    margin-bottom: 2rem;
    order: 0;
  }
}

.process-overview {
  background-color: hsl(255, 48%, 50%);
  border-radius: 0.25rem;
  display: grid;
  align-items: baseline;
  justify-content: center;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "one two three four";
  padding: 2rem;
}
@media screen and (max-width: 744px) {
  .process-overview {
    grid-template-areas: "one one two two" "three three four four";
  }
}
.process-overview__item:nth-child(1) {
  grid-area: one;
}
.process-overview__item:nth-child(2) {
  grid-area: two;
}
.process-overview__item:nth-child(3) {
  grid-area: three;
}
.process-overview__item:nth-child(4) {
  grid-area: four;
}
.process-overview__item img {
  max-width: 150px;
  width: 50%;
}
.process-overview__item span {
  --arrow-height: .6;
  background-color: hsl(260, 72%, 68%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0 0.5rem -1rem;
  width: 110%;
}
.process-overview__item span::before {
  content: "";
  border-top: calc(var(--arrow-height) * 0.5rem) solid transparent;
  border-bottom: calc(var(--arrow-height) * 0.5rem) solid transparent;
  border-left: calc(var(--arrow-height) * 0.5rem) solid hsl(255, 48%, 50%);
  display: block;
  height: 0;
  position: relative;
  width: 0;
}
.process-overview__item span::after {
  content: "";
  border-top: calc(var(--arrow-height) * 0.5rem) solid transparent;
  border-bottom: calc(var(--arrow-height) * 0.5rem) solid transparent;
  border-left: calc(var(--arrow-height) * 0.5rem) solid hsl(260, 72%, 68%);
  display: block;
  height: 0;
  position: relative;
  left: calc(0.6 * 0.5rem);
  width: 0;
}
@media screen and (max-width: 744px) {
  .process-overview__item span {
    display: none;
  }
}
.process-overview__item:last-of-type span {
  width: 100%;
}
.process-overview__title {
  font-weight: 600;
  line-height: 1.5rem;
  margin: 0.5rem 0 0 0;
}
.process-overview__description {
  color: hsl(240, 100%, 94%);
  line-height: 1.75rem;
  line-height: clamp(1.25rem, 2.5vmin, 1.75rem);
  margin: 0;
}

.service-icon {
  margin-bottom: 1rem;
  max-width: 120px;
  width: 100%;
}

.service-list__item {
  display: block;
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .service-list__item {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 100px 1fr;
  }
}
.service-list__icon {
  margin-bottom: 1rem;
  max-width: 150px;
  width: 100%;
}
a.social__link {
  background: transparent;
  border-bottom: 0;
}
a.social__link svg {
  display: block;
  max-height: 1.25rem;
  margin: 0 auto;
  vertical-align: bottom;
  fill: hsl(240, 100%, 94%);
}
a.social__link:nth-child(1):hover svg, a.social__link:nth-child(1):active svg, a.social__link:nth-child(1):focus svg {
  fill: hsl(255, 48%, 50%);
}
a.social__link:nth-child(2):hover svg, a.social__link:nth-child(2):active svg, a.social__link:nth-child(2):focus svg {
  fill: hsl(191, 61%, 72%);
}
a.social__link:nth-child(3):hover svg, a.social__link:nth-child(3):active svg, a.social__link:nth-child(3):focus svg {
  fill: hsl(38, 95%, 50%);
}
a.social__link:nth-child(4):hover svg, a.social__link:nth-child(4):active svg, a.social__link:nth-child(4):focus svg {
  fill: hsl(255, 48%, 50%);
}
a.social__link:nth-child(5):hover svg, a.social__link:nth-child(5):active svg, a.social__link:nth-child(5):focus svg {
  fill: hsl(191, 61%, 72%);
}
a.social__link:nth-child(6):hover svg, a.social__link:nth-child(6):active svg, a.social__link:nth-child(6):focus svg {
  fill: hsl(38, 95%, 50%);
}

.software-process {
  display: grid;
  gap: 5rem;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "one two" "four three";
}
@media screen and (max-width: 576px) {
  .software-process {
    gap: 0;
    grid-template-columns: 1fr;
    grid-template-areas: "one" "two" "three" "four";
    max-width: 80%;
    margin: auto;
  }
}
.software-process__step {
  list-style-type: none;
  position: relative;
}
.software-process__step:after {
  content: "";
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-radius: 2px;
  display: block;
  height: 1rem;
  width: 1rem;
  position: absolute;
  transform-origin: center;
}
.software-process__step:nth-child(1) {
  grid-area: one;
}
.software-process__step:nth-child(1):after {
  border-color: hsl(260, 72%, 68%);
  bottom: 50%;
  right: -3rem;
  transform: rotate(45deg);
}
.software-process__step:nth-child(2) {
  grid-area: two;
}
.software-process__step:nth-child(2):after {
  border-color: hsl(191, 61%, 72%);
  bottom: calc(0.75 * -2rem);
  left: 50%;
  transform: rotate(135deg);
}
.software-process__step:nth-child(3) {
  grid-area: three;
}
.software-process__step:nth-child(3):after {
  border-color: hsl(255, 48%, 50%);
  top: 50%;
  left: -3rem;
  transform: rotate(-135deg);
}
.software-process__step:nth-child(4) {
  grid-area: four;
}
.software-process__step:nth-child(4):after {
  border-color: hsl(38, 95%, 50%);
  top: calc(1.25 * -3rem);
  right: 50%;
  transform: rotate(-45deg);
}
@media screen and (max-width: 576px) {
  .software-process__step:after {
    content: unset;
  }
}

.splash-intro__image {
  margin: 0;
  max-width: 100%;
  background-position: center;
  background-size: cover;
  height: 13.75rem;
  overflow: hidden;
}
.splash-intro__section {
  overflow: visible;
  padding: 0 3rem 3rem;
}
.splash-intro__section-container {
  display: grid;
  display: -ms-grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 4fr;
  -ms-grid-columns: 1fr 4fr;
  grid-template-areas: "header header" "copy copy" "confetti confetti";
  margin: 0 auto;
  max-width: 70rem;
}
.splash-intro__section--dark {
  background-color: hsl(259, 83%, 14%);
  color: hsl(240, 100%, 99%);
}
.splash-intro__section--light {
  background-color: hsl(240, 100%, 99%);
  color: hsl(259, 83%, 14%);
}
.splash-intro__header {
  grid-area: header;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  margin: -1rem 0 0;
}
.splash-intro__confetti {
  grid-area: confetti;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 5;
}
.splash-intro__confetti--mobile {
  display: block;
  height: 4.75rem;
  justify-self: center;
}
.splash-intro__confetti--desktop {
  display: none;
}
.splash-intro__copy {
  grid-area: copy;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 3;
}

@media screen and (min-width: 744px) {
  .splash-intro__image {
    height: 21.25rem;
  }
  .splash-intro__section-container {
    grid-template-areas: "header header" "confetti copy";
  }
  .splash-intro__copy {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
  }
  .splash-intro__confetti {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
  }
  .splash-intro__confetti--mobile {
    display: none;
  }
  .splash-intro__confetti--desktop {
    display: block;
    max-height: 100%;
    max-width: 100%;
  }
}
.splash-title__grid {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  min-height: calc(100vh - 6.5rem - 5px);
}
@media screen and (min-width: 744px) {
  .splash-title__grid {
    grid-rows: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-columns: 100px 1fr;
    -ms-grid-columns: 100px 1fr;
    grid-template-areas: "social content";
    grid-template: "social content" 100px 1fr;
  }
}
.splash-title__social {
  display: none;
  grid-area: social;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 744px) {
  .splash-title__social {
    align-self: end;
    display: block;
    padding-bottom: 2rem;
  }
}
.splash-title__content {
  grid-area: content;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-columns: repeat(5, 1fr);
  height: inherit;
  justify-items: end;
  position: relative;
}
.splash-title__shapes {
  grid-row: 1;
  -ms-grid-row: 1;
  grid-column: 1/-1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  align-self: flex-end;
  position: absolute;
  z-index: 0;
}
.splash-title__cta {
  align-self: center;
  grid-column: 1/-1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-row: 1;
  -ms-grid-row: 1;
  padding: 0 2rem;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 744px) {
  .splash-title__cta {
    grid-column: 1/5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
}
@media screen and (min-width: 900px) {
  .splash-title__cta {
    grid-column: 1/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

svg.homepage__title-shapes {
  grid-column: 1/-1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-row: 1;
  -ms-grid-row: 1;
  align-self: end;
}
svg.homepage__title-shapes--texture {
  grid-column: 1/-1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-row: 1;
  -ms-grid-row: 1;
  align-self: end;
  margin-bottom: -5rem;
}
svg.homepage__title-shapes--confetti {
  grid-column: 1/-1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-row: 1;
  -ms-grid-row: 1;
  align-self: end;
}

@media (min-width: 744px) {
  svg.homepage__title-shapes {
    max-height: 750px;
  }
  svg.homepage__title-shapes--confetti {
    grid-column: 2/-1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
}
.ia-day__grid {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  min-height: calc(100vh - 6.5rem - 5px);
}
@media screen and (min-width: 744px) {
  .ia-day__grid {
    grid-template-rows: auto auto;
    -ms-grid-rows: 1fr;
    grid-template-columns: 100px 1fr;
    -ms-grid-columns: 100px 1fr;
    grid-template-areas: "title title" "social content";
    grid-template: "title title" "social content" 100px 1fr;
  }
}
.ia-day__title {
  grid-area: title;
  position: relative;
  z-index: 10;
  margin-top: 100px;
  margin-bottom: -65px;
}
.ia-day__social {
  display: none;
  grid-area: social;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 744px) {
  .ia-day__social {
    align-self: end;
    display: block;
    padding-bottom: 2rem;
  }
}
.ia-day__content {
  grid-area: content;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  display: grid;
  display: -ms-grid;
  grid-template-rows: 100%, 1fr;
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-columns: repeat(5, 1fr);
  height: inherit;
  justify-items: end;
  position: relative;
}
.ia-day__shapes {
  grid-row: 1;
  -ms-grid-row: 1;
  grid-column: 1/-1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  align-self: flex-end;
  position: absolute;
  z-index: 0;
}
.ia-day__cta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  align-self: center;
  grid-column: 1/-1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-row: 1;
  -ms-grid-row: 1;
  padding: 0 2rem;
  position: relative;
  z-index: 100;
}

.cover {
  height: 500px;
  background: url(https://s3.amazonaws.com/gaslight-website/website-images/InternalBrandCover.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.input-bg {
  width: 60% !important;
}

.split-pane {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  gap: 2rem;
  max-width: 90rem;
  overflow: visible;
  padding: 0 2rem;
}
.split-pane .pane--left, .split-pane .pane--right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.split-pane .pane--left img, .split-pane .pane--right img {
  margin-left: -40%;
  width: 140%;
}

@media screen and (max-width: 744px) {
  .split-pane {
    grid-template-columns: 1fr;
  }
  .split-pane .pane--left img, .split-pane .pane--right img {
    margin-left: -20%;
  }
}
.stat__number {
  font-weight: 800;
  font-size: 3.5rem !important;
  font-size: clamp(2.25rem, 5vmin, 3.5rem) !important;
  margin: 0 0 1rem 0;
}
.stat__divider {
  background-color: hsl(255, 48%, 50%);
  border-radius: 50px;
  display: inline-block;
  height: 0.5rem;
  margin: 0 0 1rem 0;
  max-width: 75px;
  width: 50%;
}
.stat:nth-of-type(2n+1) .stat__divider {
  background-color: hsl(38, 95%, 50%);
}

.tag {
  border-radius: 3px;
  box-sizing: border-box;
  color: hsl(259, 83%, 14%) !important;
  display: inline-block !important;
  font-family: museo-sans, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1rem;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.5rem !important;
  position: relative;
}
.tag.development {
  background-color: hsl(260, 72%, 68%);
}
.tag.design {
  background-color: hsl(191, 61%, 72%);
}
.tag.design:hover::before, .tag.design:active::before, .tag.design:focus::before {
  background-color: hsl(191, 61%, 60%);
}
.tag.business {
  background-color: hsl(38, 95%, 50%);
}
.tag.elixir {
  background-color: hsl(255, 48%, 50%);
  color: hsl(240, 100%, 99%) !important;
}
.tag.culture, .tag.ai, .tag.metabase, .tag.fly-io {
  background-color: hsl(257, 61%, 23%);
  color: hsl(240, 100%, 99%) !important;
}

.work-template--logo {
  text-align: center;
  margin-bottom: 2rem;
}
.work-template--logo img {
  width: 25%;
}
.work-template--feature_image {
  text-align: center;
  margin-bottom: -5.5rem;
}
.work-template--feature_image img {
  width: 75%;
}
.work-template--columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5rem;
  grid-template-areas: "form image" "form image";
}
.work-template--columns .column-1 {
  grid-area: form;
}
.work-template--columns .column-2 {
  grid-area: image;
}
.work-template--columns img {
  width: 100%;
}
@media (max-width: 744px) {
  .work-template--columns {
    grid-template-areas: "image image" "form form";
    justify-content: center;
  }
}
.work-template--socials {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.work-template--socials img {
  border: 4px solid hsl(38, 95%, 50%);
  padding: 0.5rem;
  border-radius: 20px;
}
@media (max-width: 900px) {
  .work-template--socials {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.image-grid--socials {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: start;
  width: 100%;
  justify-content: center;
}
.image-grid--socials .image-border {
  border: 2px solid hsl(38, 95%, 50%);
  border-radius: 20px;
  padding: 0.5rem;
  position: relative;
  bottom: 0;
  left: 0;
  transition: all 0.15s ease;
  box-shadow: 0px 0px 0 hsl(255, 48%, 50%), 0px 0px 0 rgba(0, 0, 0, 0);
}
.image-grid--socials .image-border a:hover {
  text-decoration: none;
}
.image-grid--socials .image-border:hover {
  box-shadow: 0px 0px 0 hsl(38, 95%, 50%), -1px 1px 0 hsl(38, 95%, 50%), -2px 2px 0 hsl(38, 95%, 50%), -3px 3px 0 hsl(38, 95%, 50%), -4px 4px 0 hsl(38, 95%, 50%), -5px 5px 0 hsl(38, 95%, 50%), -6px 6px 0 hsl(38, 95%, 50%), -7px 7px 0 hsl(38, 95%, 50%), -8px 8px 0 hsl(38, 95%, 50%), -9px 9px 0 hsl(38, 95%, 50%), -10px 10px 0 hsl(38, 95%, 50%), 12px 12px 0 rgba(0, 0, 0, 0);
  background-color: hsl(240, 100%, 99%);
  bottom: 4px;
  left: 8px;
}
.image-grid--socials .image-border .image-bg {
  height: 350px;
  width: 350px;
  background-color: white;
  border-radius: 0.65rem;
}
.image-grid--socials--wrap img {
  max-height: 300px;
  height: 100%;
  max-width: 45%;
  border: 2px solid hsl(38, 95%, 50%);
  border-radius: 20px;
  padding: 0.5rem;
}
@media (max-width: 576px) {
  .image-grid--socials--wrap img {
    width: 100%;
    max-width: 350px;
  }
}
.image-grid--socials--wrap img:hover {
  box-shadow: 0px 0px 0 hsl(38, 95%, 50%), -1px 1px 0 hsl(38, 95%, 50%), -2px 2px 0 hsl(38, 95%, 50%), -3px 3px 0 hsl(38, 95%, 50%), -4px 4px 0 hsl(38, 95%, 50%), -5px 5px 0 hsl(38, 95%, 50%), -6px 6px 0 hsl(38, 95%, 50%), -7px 7px 0 hsl(38, 95%, 50%), -8px 8px 0 hsl(38, 95%, 50%), -9px 9px 0 hsl(38, 95%, 50%), -10px 10px 0 hsl(38, 95%, 50%), 12px 12px 0 rgba(0, 0, 0, 0);
  background-color: hsl(240, 100%, 99%);
  bottom: 4px;
  left: 8px;
}

.logical-progression-icon {
  width: 70px !important;
  display: block;
  margin: -30px auto 0px;
}

.logical-progression-icon-above {
  margin-top: -30px;
}

launch-comments {
  border: 1px solid lightgray;
  border-radius: 4px;
  display: grid;
  grid-template-areas: "form" "comments";
}

launch-comments::part(previous-comments) {
  grid-area: comments;
  max-height: 50vh;
  overflow: scroll;
  padding: 0 1rem;
}

launch-comments::part(comment) {
  border-bottom: 1px solid lightgray;
  display: grid;
  grid-template-areas: "byline" "comment";
  padding: 1rem 0;
}

launch-comments::part(byline) {
  color: gray;
  font-size: 0.8rem;
  grid-area: byline;
}

launch-comments::part(comment-text) {
  grid-area: comment;
}

launch-comments::part(comment-author) {
  color: initial;
  font-size: 0.9rem;
  font-weight: bold;
}

launch-comments::part(new-comment) {
  background-color: #e0e0ff;
  border-radius: 4px 4px 0 0;
  grid-area: form;
  padding: 1.2rem 1rem 1rem 1rem;
}

launch-comments::part(form) {
  display: flex;
  flex-direction: column;
}

launch-comments::part(comment-field) {
  margin-bottom: 0.5rem;
}

launch-comments::part(label) {
  display: block;
}

launch-comments::part(author-input) {
  border: 0;
  border-radius: 4px;
  font-family: museo-sans, serif;
  padding: 0.5rem;
  width: 100%;
  width: -webkit-fill-available;
  width: fill-available;
}

launch-comments::part(comment-input) {
  border: 0;
  border-radius: 4px;
  font-family: museo-sans, serif;
  padding: 0.5rem;
  width: 100%;
  width: -webkit-fill-available;
  width: fill-available;
}

launch-comments::part(add-comment-button) {
  align-self: end;
  background-color: #6042BC;
  border: 0;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-size: 0.9rem;
  padding: 0.5rem 0.75rem;
}

.transition-box {
  width: 100%;
}
.transition-box__container {
  margin: 0 auto;
  max-width: 40rem;
}
.transition-box__container--wide {
  max-width: 70rem;
}
.transition-box__container--max {
  max-width: 90rem;
}
.transition-box__container--primary {
  background-color: hsl(255, 48%, 50%);
  color: hsl(240, 100%, 99%);
}
.transition-box__container--primary h1, .transition-box__container--primary h2, .transition-box__container--primary h3, .transition-box__container--primary h4, .transition-box__container--primary h5, .transition-box__container--primary h6 {
  color: hsl(240, 100%, 99%);
}
.transition-box__content {
  background-color: hsl(191, 61%, 72%);
  border-radius: 0.25rem;
  color: hsl(259, 83%, 14%);
  padding: 3rem;
}
.transition-box--dark-top {
  background: linear-gradient(to bottom, hsl(259, 83%, 14%) 0%, hsl(259, 83%, 14%) 50%, hsl(240, 100%, 99%) 50%, hsl(240, 100%, 99%) 100%);
}
.transition-box--light-top {
  background: linear-gradient(to top, hsl(259, 83%, 14%) 0%, hsl(259, 83%, 14%) 50%, hsl(240, 100%, 99%) 50%, hsl(240, 100%, 99%) 100%);
}
.transition-box--with-image .transition-box__container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2rem;
  align-items: start;
  max-width: 55rem;
}
.transition-box--with-image .transition-box__image {
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1/3;
  grid-row: 1;
  height: 70%;
  overflow: hidden;
  position: relative;
  transform: skew(0, -10deg);
}
.transition-box--with-image .transition-box__image img {
  height: 125%;
  object-fit: cover;
  transform: skew(0, 10deg);
  width: 125%;
}
.transition-box--with-image .transition-box__content {
  grid-column: 2/-1;
  grid-row: 1;
  padding-left: 20%;
}
@media screen and (max-width: 744px) {
  .transition-box--with-image .transition-box__image {
    grid-row: 4/7;
    grid-column: 1/-1;
    margin: auto;
    width: 75%;
  }
  .transition-box--with-image .transition-box__content {
    grid-row: 1/6;
    grid-column: 1/-1;
    padding-left: 3rem;
    padding-bottom: 35%;
  }
}

.process {
  display: grid;
  grid-gap: 3rem;
}
.process img {
  width: 100%;
}
.process > img:nth-of-type(1) {
  order: 1;
}
.process > img:nth-of-type(2) {
  order: 3;
}
.process > img:nth-of-type(3) {
  order: 5;
}
.process > img:nth-of-type(4) {
  order: 7;
}
.process > img:nth-of-type(5) {
  order: 9;
}
.process div {
  margin-bottom: 3rem;
}
.process > div:nth-of-type(1) {
  order: 2;
}
.process > div:nth-of-type(2) {
  order: 4;
}
.process > div:nth-of-type(3) {
  order: 6;
}
.process > div:nth-of-type(4) {
  order: 8;
}
.process > div:nth-of-type(5) {
  order: 10;
}
@media screen and (min-width: 744px) {
  .process {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5rem 3rem;
  }
  .process > img, .process > div {
    order: unset !important;
  }
}

.style-guide-layout .top-nav {
  display: none;
  position: sticky;
  background-color: hsl(259, 83%, 14%);
  padding: 1rem 2rem;
  width: 100%;
  z-index: 1001;
  justify-content: space-between;
  top: 0;
}
@media screen and (min-width: 576px) {
  .style-guide-layout .top-nav {
    display: flex;
  }
}
.style-guide-layout .top-nav .top-nav__link {
  padding: 0.5rem;
}
.style-guide-layout .top-nav a {
  color: hsl(240, 100%, 99%);
}

.downloads {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .downloads {
    flex-direction: row;
  }
}

.logos {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 2rem;
}
@media screen and (min-width: 900px) {
  .logos {
    width: 25%;
  }
}
.logos img {
  align-self: center;
  width: 100%;
}
.logos a {
  align-self: center;
  width: fit-content;
}

.photos {
  display: flex;
  flex-wrap: wrap;
}
.photos img {
  width: 33%;
  height: 100%;
  padding: 2rem;
}

.dark-texture {
  width: 100%;
  height: 200px;
}

.style-colors {
  width: 100%;
  height: 100px;
}

@media print {
  .print-hide {
    display: none;
  }
  body {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
  }
  .u-text-sm {
    font-size: 10px;
  }
  section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  img {
    page-break-inside: avoid;
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
  }
  h1.highlight span, h2.highlight span, h3.highlight span, h4.highlight span, h5.highlight span, h6.highlight span {
    background: transparent;
    box-shadow: none;
    color: hsl(259, 83%, 14%);
    padding: 0;
  }
  .highlight {
    background: transparent;
    box-shadow: none;
    color: hsl(259, 83%, 14%);
    padding: 0;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 16px;
  }
  h3 {
    font-size: 14px;
  }
  h4 {
    font-size: 12px;
  }
  h5 {
    font-size: 10px;
  }
  h6 {
    font-size: 10px;
  }
  p {
    page-break-inside: avoid;
  }
  ul li,
  ol li {
    margin: 5px 0;
  }
  .service-list li img {
    height: 18px;
  }
  blockquote,
  .blockquote {
    font-size: 14px;
    line-height: 0.25rem;
    padding: 0;
  }
  blockquote__image,
  .blockquote__image {
    display: none;
  }
  .image-pane__image {
    display: none;
  }
  .image-pane__content h1, .image-pane__content h2 {
    margin-top: 0;
  }
  .image-grid {
    grid-template-columns: 15% 15% 15% 15% 15% 15%;
    width: 80%;
  }
  .image-grid img:nth-last-child(2n+1):first-child {
    grid-row: span 1;
    grid-column: span 6;
  }
  .image-grid img:nth-last-child(2n+1):first-child ~ img {
    grid-row: span 1;
    grid-column: span 3;
  }
  .image-grid img:nth-last-child(2n):first-child, .image-grid img:nth-last-child(2n):first-child ~ img {
    grid-row: span 2;
    grid-column: span 3;
  }
  .image-grid img:nth-last-child(3n):first-child {
    grid-row: span 2;
    grid-column: span 4;
  }
  .image-grid img:nth-last-child(3n):first-child ~ img {
    grid-row: span 1;
    grid-column: span 2;
  }
  .image-grid img:nth-last-child(3n):first-child ~ img:nth-of-type(6n-1),
  .image-grid img:nth-last-child(3n):first-child ~ img:nth-of-type(6n+1) {
    grid-row: span 2;
    grid-column: span 4;
  }
  .u-contained,
  .u-contained--wide,
  .u-contained--max {
    max-width: unset;
  }
  .grid--2 {
    grid-template-columns: 50% 50%;
  }
  .grid--3 {
    grid-template-columns: 30% 30% 30%;
  }
  .grid--4 {
    grid-template-columns: 25% 25% 25% 25%;
  }
  .grid--5 {
    grid-template-columns: 20% 20% 20% 20% 20%;
  }
  .u-push-top--lg {
    margin-top: 3rem;
  }
  nav,
  footer {
    display: none;
  }
}

/*# sourceMappingURL=/assets/application-6bf99510.css.map */
