@charset "UTF-8";
:root {
  --color-electricblue: #1628f4;
  --color-electricblue-light: #a2a9fb;
  --color-coral: #ff8577;
  --color-green: #388538;
  --color-yellow: #f9d22d;
  --color-orange: #f17625;
  --color-pink: #f2c4d3;
  --color-peach: #ffecc1;
  --color-cream: #fff9f0;
  --color-blue-10: #ecf1f9;
  --color-blue-30: #c1d7ec;
  --color-blue-50: #85b1d7;
  --color-blue-70: #1e75b3;
  --color-focus-blue: #9edcff;
  --color-mint: #1aaba8;
  --color-gray: #191d2f;
  --color-gray-90: #2c3042;
  --color-gray-80: #45495b;
  --color-gray-70: #5c6072;
  --color-gray-60: #737789;
  --color-gray-50: #898d9f;
  --color-gray-40: #a0a4b6;
  --color-gray-30: #b6bacf;
  --color-gray-20: #cdd1e3;
  --color-gray-10: #e5e8f4;
  --color-gray-4: #f5f6fb;
  --color-red: #4b0110;
  --color-red-90: #990120;
  --color-red-80: #c60128;
  --color-red-70: #eb002f; /* Better contrast for error states */
  --color-white: #fff;
}

@font-face {
  font-family: "Open Sans";
  src: url("/assets/open-sans-variable-latin-2e954972.woff2") format("woff2 supports variations"), url("/assets/open-sans-variable-latin-2e954972.woff2") format("woff2-variations");
  font-stretch: 75% 100%;
  font-weight: 300 800;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/assets/open-sans-italic-variable-latin-afb379a0.woff2") format("woff2 supports variations"), url("/assets/open-sans-italic-variable-latin-afb379a0.woff2") format("woff2-variations");
  font-stretch: 75% 100%;
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

/*
  Typographic tweaks!
  4. Add accessible line-height
  5. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

html {
  font-size: 16px;
}

body {
  color: var(--color-gray);
  line-height: 1.5;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.0125em;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

hr {
  display: block;
  border: 0;
  border-top: 1px solid var(--color-gray-20);
  margin: 1rem 0;
  padding: 0;
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading--xxl,
.heading--xl,
.heading--l,
.heading--m,
.heading--s,
.heading--xs,
.heading--xxs {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  font-weight: 800;
}

h5,
h6,
.heading--xs,
.heading--xxs {
  line-height: 1.3;
  font-weight: 650;
}

.heading--xxl {
  font-size: 2.5rem;
}
@media screen and (min-width: 480px) {
  .heading--xxl {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 640px) {
  .heading--xxl {
    font-size: 4.5rem;
  }
}

h1,
.heading--xl {
  font-size: 2rem;
}
@media screen and (min-width: 480px) {
  h1,
  .heading--xl {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 640px) {
  h1,
  .heading--xl {
    font-size: 3.125rem;
  }
}

h2,
.heading--l {
  font-size: 1.5rem;
}
@media screen and (min-width: 480px) {
  h2,
  .heading--l {
    font-size: 2rem;
  }
}
@media screen and (min-width: 640px) {
  h2,
  .heading--l {
    font-size: 2.5rem;
  }
}

h3,
.heading--m {
  font-size: 1.25rem;
}
@media screen and (min-width: 480px) {
  h3,
  .heading--m {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 640px) {
  h3,
  .heading--m {
    font-size: 2rem;
  }
}

h4,
.heading--s {
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  h4,
  .heading--s {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 640px) {
  h4,
  .heading--s {
    font-size: 1.5rem;
  }
}

h5,
.heading--xs {
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  h5,
  .heading--xs {
    font-size: 1.25rem;
  }
}

h6,
.heading--xxs {
  font-size: 1rem;
}

.heading--eyebrow {
  font-size: 1rem;
  font-weight: normal;
  color: var(--color-electricblue);
  margin-bottom: 0;
}

.bodycopy--big {
  font-size: 1.25rem;
}
@media screen and (min-width: 480px) {
  .bodycopy--big {
    font-size: 1.5rem;
  }
}

.bodycopy--default {
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  .bodycopy--default {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 640px) {
  .bodycopy--default {
    font-size: 1.25rem;
  }
}

.bodycopy--small {
  font-size: 0.75rem;
}
@media screen and (min-width: 480px) {
  .bodycopy--small {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 640px) {
  .bodycopy--small {
    font-size: 1rem;
  }
}

ul,
ol {
  margin-left: 0;
  padding-left: 1rem;
  line-height: 1.5;
}
ul > li,
ol > li {
  margin-bottom: 1rem;
}

.list-icon {
  padding-left: 0;
}
.list-icon > li {
  position: relative;
  list-style: none;
  padding-left: 2em;
}
.list-icon > li::before {
  content: "";
  position: absolute;
  top: 0.125em;
  left: 0;
  display: block;
  margin-right: 0.5rem;
  background-image: url("/assets/icons/check-solid-c2b7c132.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25em;
  height: 1.25em;
  width: 1.25em;
}
.list-icon > .list-icon__item-reset {
  padding-left: 0;
}
.list-icon > .list-icon__item-reset::before {
  display: none;
}

.list-inline {
  display: inline-flex;
  gap: 1rem;
}

.list--icon-check-circle > li::before {
  background-image: url("/assets/icons/circle-check-solid-76a2d331.svg");
  background-size: 1.25em;
  height: 1.25em;
  width: 1.25em;
}

.list--icon-check-square > li {
  padding-left: 3em;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.list--icon-check-square > li::before {
  background-image: url("/assets/icons/check-solid-electricblue-eea6e9db.svg");
  background-size: 1.25em;
  height: 1.75em;
  width: 1.75em;
  background-color: var(--color-white);
  padding: 0.25rem;
  border-radius: 0.25rem;
}

.list--icon-infinity > li {
  padding-left: 1.5em;
}
.list--icon-infinity > li::before {
  opacity: 0.25;
  height: 1em;
  width: 1em;
  top: 0.3em;
  background-size: 1rem;
  background-image: url("/assets/icons/infinity-solid-80e64117.svg");
}

.list--icon-plus > li::before {
  background-image: url("/assets/icons/plus-solid-ed9ce442.svg");
  background-size: 1.125em;
  height: 1.125em;
  width: 1.125em;
}

.list--icon-check > li::before {
  background-image: url("/assets/icons/check-solid-c2b7c132.svg");
  background-size: 1.25em;
  height: 1.25em;
  width: 1.25em;
}

.feature-icons {
  display: flex;
  gap: var(--gutter);
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.feature-icons__item {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.testimonials {
  overflow-x: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none; /* Firefox */
}

.testimonials--unanimateScroll {
  scroll-behavior: initial;
}

.testimonials__column {
  grid-column-end: span 12;
  max-width: 100%;
}
@media screen and (min-width: 480px) {
  .testimonials__column {
    grid-column-end: span 8;
  }
}
@media screen and (min-width: 960px) {
  .testimonials__column {
    grid-column-end: span 6;
  }
}
@media screen and (min-width: 1280px) {
  .testimonials__column {
    grid-column-end: span 4;
  }
}
@media screen and (min-width: 1920px) {
  .testimonials__column {
    grid-column-end: span 3;
  }
}

.testimonials__slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  grid-column-gap: var(--gutter);
}
.testimonials__slider::after {
  content: "";
  width: var(--gutter);
}

.testimonial {
  display: block;
  position: relative;
  margin-top: 3rem;
}

.testimonial--solo {
  display: block;
  position: relative;
  margin-top: 3rem;
  grid-column-end: span 12;
}
@media screen and (min-width: 480px) {
  .testimonial--solo {
    grid-column-end: span 8;
  }
}
@media screen and (min-width: 960px) {
  .testimonial--solo {
    grid-column-end: span 6;
  }
}
@media screen and (min-width: 1280px) {
  .testimonial--solo {
    grid-column-end: span 4;
  }
}

.testimonial__card {
  position: relative;
  display: flex;
  flex-direction: column;
}
.testimonial__card.testimonial__card--coral {
  background: var(--color-coral);
}
.testimonial__card.testimonial__card--yellow {
  background: var(--color-yellow);
}
.testimonial__card.testimonial__card--blue-70 {
  background: var(--color-blue-70);
}
.testimonial__card.testimonial__card--gray {
  background: var(--color-gray);
}
.testimonial__card.testimonial__card--gray-10 {
  background: var(--color-gray-10);
}
.testimonial__card.testimonial__card--white {
  background: var(--color-white);
}
.testimonial__card.testimonial__card--electricblue {
  background: var(--color-electricblue);
}

.testimonial__card--small {
  justify-content: center;
  height: 14rem;
  padding: 2rem 1rem 0 1rem;
}
@media screen and (min-width: 480px) {
  .testimonial__card--small {
    height: 20rem;
    padding: 4rem 2rem 1rem 2rem;
  }
}
@media screen and (min-width: 640px) {
  .testimonial__card--small {
    height: 18rem;
    padding: 4rem 1rem 1rem 2rem;
  }
}

.testimonial__avatar {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
}
@media screen and (min-width: 480px) {
  .testimonial__avatar {
    height: 6rem;
    width: 6rem;
  }
}

.testimonial__avatar--overflow {
  position: absolute;
  top: -2rem;
  left: 1rem;
}
@media screen and (min-width: 480px) {
  .testimonial__avatar--overflow {
    left: 2rem;
  }
}

.testimonial__image-overlap {
  position: relative;
  margin-top: 16rem;
}
@media screen and (min-width: 640px) {
  .testimonial__image-overlap {
    margin-top: 18rem;
  }
}
@media screen and (min-width: 960px) {
  .testimonial__image-overlap {
    margin-top: 6rem;
  }
}

.testimonial__card--large {
  grid-column-end: -2;
  grid-row: 1;
  grid-column-start: 1;
  z-index: 0;
  padding: 2rem 1rem 2rem 1rem;
}
.testimonial__card--large.testimonial__card--large-right {
  grid-column-start: 2;
}
.testimonial__card--large.testimonial__card--large-right .testimonial__avatar {
  align-self: flex-end;
}
@media screen and (min-width: 480px) {
  .testimonial__card--large {
    grid-column-end: span 11;
    padding: 2rem 1rem 2rem 1rem;
  }
}
@media screen and (min-width: 640px) {
  .testimonial__card--large {
    padding: 4.5rem 3rem 3rem 3rem;
  }
}
@media screen and (min-width: 960px) {
  .testimonial__card--large {
    grid-column-end: span 8;
    padding: 3rem 8rem 3rem 3rem;
  }
  .testimonial__card--large.testimonial__card--large-right {
    grid-column-start: 5;
    padding: 3rem 3rem 3rem 8rem;
  }
  .testimonial__card--large.testimonial__card--large-right .testimonial__avatar {
    align-self: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .testimonial__card--large.testimonial__card--large-right {
    padding: 6rem 9rem 3rem 14rem;
  }
  .testimonial__card--large.testimonial__card--large-left {
    padding: 6rem 14rem 3rem 9rem;
  }
}

.testimonial__card--image {
  grid-column: span 8/-1;
  max-height: 18rem;
  z-index: 1;
  border-radius: 1rem;
  object-fit: cover;
  height: auto;
  position: absolute;
  bottom: calc(100% - 4.5rem);
}
.testimonial__card--image.testimonial__card--image-right {
  grid-column: 1/span 8;
}
@media screen and (min-width: 640px) {
  .testimonial__card--image {
    max-height: 24rem;
    bottom: calc(100% - 7.5rem);
  }
}
@media screen and (min-width: 960px) {
  .testimonial__card--image {
    grid-column: span 5/-1;
    max-height: 32rem;
    top: -2rem;
    bottom: unset;
  }
  .testimonial__card--image.testimonial__card--image-right {
    grid-column: 1/span 5;
  }
}
@media screen and (min-width: 1280px) {
  .testimonial__card--image {
    max-height: 34rem;
    top: -4rem;
  }
}

/* Testimonial slider dashes in landing page */
.slider-controls {
  display: flex;
  align-self: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.slider-control {
  width: 50px;
  height: 22px;
  margin: 0 5px;
  position: relative;
}

.slider-control__item {
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
  border-bottom: none;
}

.slider-control__lines {
  height: 3px;
  width: 100%;
  position: relative;
  top: 10px;
  overflow: hidden;
  background-color: var(--color-gray-10);
  transition: background-color 5s ease;
}

.slider-control--active .slider-control__lines:before {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  animation: progressBar 5s linear forwards;
}
.slider-control--active .slider-control__lines.testimonial__card--coral:before {
  background-color: var(--color-coral);
}
.slider-control--active .slider-control__lines.testimonial__card--yellow:before {
  background-color: var(--color-yellow);
}
.slider-control--active .slider-control__lines.testimonial__card--blue-70:before {
  background-color: var(--color-blue-70);
}
.slider-control--active .slider-control__lines.testimonial__card--gray:before {
  background-color: var(--color-gray);
}
.slider-control--active .slider-control__lines.testimonial__card--gray-10:before {
  background-color: var(--color-gray-10);
}
.slider-control--active .slider-control__lines.testimonial__card--white:before {
  background-color: var(--color-white);
}
.slider-control--active .slider-control__lines.testimonial__card--electricblue:before {
  background-color: var(--color-electricblue);
}

@keyframes progressBar {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
a,
.link {
  color: var(--color-electricblue);
  transition-property: background-color, color, border-color, opacity, filter, transform;
  transition-duration: 0.075s;
  transition-timing-function: ease-in-out;
  text-decoration: none;
  border-bottom: 1px solid var(--color-blue-30);
}
a:hover, a:focus,
.link:hover,
.link:focus {
  color: var(--color-electricblue);
  border-color: var(--color-electricblue);
}
a:focus,
.link:focus {
  outline: 3px solid var(--color-focus-blue);
  outline-offset: 3px;
}
a::before, a::after,
.link::before,
.link::after {
  transition-property: background-color, color, border-color, opacity, filter, transform;
  transition-duration: 0.075s;
  transition-timing-function: ease-in-out;
}

.link--has-no-border {
  border-bottom: none;
}

.link--has-arrow {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 1em;
  border: none;
}
.link--has-arrow::before {
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  background-color: currentColor;
  mask-image: url("/assets/icons/arrow-right-solid-fb80e05a.svg");
  mask-repeat: no-repeat;
}
.link--has-arrow:hover, .link--has-arrow:focus {
  color: var(--color-gray);
}
.link--has-arrow:hover::before, .link--has-arrow:focus::before {
  transform: translateX(0.5rem);
}

.link--has-arrow--back::before {
  mask-image: url("/assets/icons/arrow-left-solid-b2593dfc.svg");
}
.link--has-arrow--back:hover, .link--has-arrow--back:focus {
  color: var(--color-gray);
}
.link--has-arrow--back:hover::before, .link--has-arrow--back:focus::before {
  transform: translateX(-0.5rem);
}

.link--white {
  color: var(--color-white);
  border-color: var(--color-gray-60);
  text-decoration: none;
}
.link--white:hover, .link--white:focus {
  color: var(--color-white);
  border-color: var(--color-white);
}

button,
.btn {
  display: inline-block;
  padding: 0.5em 1.5em;
  border-radius: 2rem;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  color: var(--color-electricblue);
  border-color: inherit;
  border-color: currentColor;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  line-height: 1.375;
  letter-spacing: 0.025em;
  vertical-align: middle;
  transition-property: background-color, color, border-color, opacity, filter;
  transition-duration: 0.075s;
  transition-timing-function: ease-in-out;
  text-decoration: none;
}
button:hover, button:focus,
.btn:hover,
.btn:focus {
  color: var(--color-gray);
  border-color: var(--color-gray);
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
button:focus-visible,
.btn:focus-visible {
  outline: 3px solid var(--color-focus-blue);
  outline-offset: 3px;
}
button.btn--white,
.btn.btn--white {
  color: var(--color-white);
  border-color: var(--color-white);
}
button.btn--white:hover, button.btn--white:focus,
.btn.btn--white:hover,
.btn.btn--white:focus {
  color: var(--color-gray-20);
  border-color: var(--color-gray-20);
}

.btn--full {
  background-color: var(--color-electricblue);
  border-color: var(--color-electricblue);
  color: var(--color-white);
}
.btn--full:hover, .btn--full:focus {
  background-color: var(--color-gray);
  border-color: var(--color-gray);
  color: var(--color-white);
}
.btn--full.btn--white {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-electricblue);
}
.btn--full.btn--white:hover, .btn--full.btn--white:focus {
  background-color: var(--color-gray-20);
  border-color: var(--color-gray-20);
  color: var(--color-electricblue);
}
.btn--full.btn--gray-4 {
  background-color: var(--color-gray-4);
  border-color: var(--color-gray-4);
  color: var(--color-gray);
}
.btn--full.btn--gray-4:hover, .btn--full.btn--gray-4:focus {
  background-color: var(--color-gray-10);
  border-color: var(--color-gray-10);
  color: var(--color-gray);
}

.btn--small {
  font-size: 1rem;
}

.btn-icon--arrow {
  font-weight: 400;
  padding-left: 3rem;
  position: relative;
  list-style: none;
}
.btn-icon--arrow::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  margin-left: 1rem;
  margin-right: 0.5rem;
  background-image: url("/assets/icons/arrow-right-solid-fb80e05a.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25em;
  height: 1.25em;
  width: 1.25em;
}

.signup-button-combo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (min-width: 960px) {
  .signup-button-combo {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 960px) {
  .signup-button-combo--centered {
    justify-content: center;
  }
}

.calendly-tabs {
  position: relative;
  min-height: calc(600px + 2.5rem * 1.5);
  clear: both;
  display: flex;
  justify-content: center;
}

.calendly-tabs__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  text-align: center;
  font-weight: normal;
}

.calendly-tabs__tab {
  margin-left: 0.5rem;
}
.calendly-tabs__tab label {
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  border-radius: 2.5rem;
  border: 1px solid var(--color-gray-10);
  background-color: var(--color-gray-4);
  font-size: 0.75rem;
  cursor: pointer;
  opacity: 0.75;
  white-space: nowrap;
}
.calendly-tabs__tab [type=radio] {
  display: none;
}

.calendly-tabs__content {
  position: absolute;
  max-width: 28rem;
  margin-right: auto;
  margin-left: auto;
  top: 3.75rem;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--color-gray-10);
  background-color: var(--color-gray-4);
  z-index: 0;
}
.calendly-tabs__content > .calendly-inline-widget {
  visibility: hidden;
}

[type=radio]:checked ~ .calendly-tabs__label {
  background-color: var(--color-white);
  border-color: var(--color-gray-20);
  z-index: 2;
  opacity: 1;
}
[type=radio]:checked ~ .calendly-tabs__label ~ .calendly-tabs__content {
  z-index: 1;
}
[type=radio]:checked ~ .calendly-tabs__label ~ .calendly-tabs__content > .calendly-inline-widget {
  visibility: visible;
}

.call-confirmation-box {
  border-radius: 1rem;
  padding: 1.5rem;
  font-size: 0.875rem;
  background-color: var(--color-white);
}

.customer-logos {
  display: inline-flex;
  gap: calc(2 * var(--gutter));
  opacity: 0.4;
  justify-content: center;
}

.customer-logo {
  max-width: 100px;
  max-height: 100px;
}

.extra-chip {
  background-color: var(--color-white);
  border-radius: 1rem;
  text-align: left;
  display: flex;
  overflow: hidden;
}
.extra-chip__icon {
  flex-shrink: 0;
  padding: 1.5rem 0 1.5rem 1.5rem;
}
.extra-chip__icon svg {
  width: 2rem;
}
.extra-chip__body {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.extra-chip__body > :first-child {
  margin-top: 0;
}
.extra-chip__body p {
  flex-grow: 1;
}
.extra-chip__header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.extra-chip__price {
  color: var(--color-gray-70);
}

.extra-chip--product .extra-chip__media {
  display: none;
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 30%;
  background-color: var(--color-gray-10);
}
@media screen and (min-width: 960px) {
  .extra-chip--product .extra-chip__media {
    display: block;
  }
}
.extra-chip--product .extra-chip__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature__image {
  border-radius: 0.75rem;
}

.hybrid-tool {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  background: var(--color-gray-4);
  padding: 1.5rem;
  position: relative;
  padding-top: 4rem;
  margin: 1.5rem 0;
  align-self: center;
}
.hybrid-tool__image {
  position: absolute;
  top: -2rem;
}
@media screen and (min-width: 960px) {
  .hybrid-tool--customization {
    padding: 4rem 2.5rem 2.5rem 2.5rem;
  }
}
.hybrid-tool--clipboard .hybrid-tool__image {
  color: var(--color-coral);
}
.hybrid-tool--customization .hybrid-tool__image {
  color: var(--color-electricblue);
}
.hybrid-tool--analytics .hybrid-tool__image {
  color: var(--color-yellow);
}

@media screen and (min-width: 960px) {
  .support__testimonial-card {
    margin-left: -7rem;
  }
}

.feature-matrix {
  position: relative;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-collapse: collapse;
  background-color: var(--color-white);
  border: 1rem solid var(--color-white);
  border-width: 0;
  vertical-align: center;
}
@media screen and (min-width: 640px) {
  .feature-matrix {
    border-width: 0 3rem 3rem 3rem;
  }
}
.feature-matrix td,
.feature-matrix th {
  padding: 0.5rem;
}
@media screen and (min-width: 640px) {
  .feature-matrix td,
  .feature-matrix th {
    padding: 1rem;
  }
}
.feature-matrix td {
  border-bottom: 1px solid var(--color-gray-20);
}
.feature-matrix thead {
  position: sticky;
  top: 0;
  background-color: var(--color-white);
}
.feature-matrix thead th {
  text-align: center;
}
.feature-matrix thead th span {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  color: var(--color-gray-50);
}

.feature-matrix__group-header {
  font-weight: 700;
}
.feature-matrix__group-header td {
  padding-top: 2rem;
}

.feature-matrix__item {
  text-align: left;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.feature-matrix__name {
  text-align: left;
}

.feature-matrix__extra {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}
.feature-matrix__extra svg {
  flex-shrink: none;
}
.feature-matrix__extra span {
  font-size: 0.75rem;
  font-weight: normal;
  color: var(--color-gray-50);
}

.flash {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  position: fixed;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  min-height: 3rem;
  padding: 1rem 1.5rem;
  z-index: 9999;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  text-align: center;
  border: 1px solid var(--color-blue-50);
  background-color: var(--color-white);
  border-radius: 0.25rem;
  font-size: 0.875rem;
}
.flash a {
  color: currentColor;
  text-decoration: underline;
  opacity: 0.75;
}
.flash a:hover, .flash a:focus {
  opacity: 1;
}

@keyframes slide-out {
  from {
    top: 0;
  }
  to {
    top: -300px;
  }
}
.flash__svg {
  display: none;
  color: var(--color-blue-50);
}

.flash.notice .flash__svg--notice {
  display: block;
}

.flash.success {
  border-color: var(--color-mint);
  animation-duration: 0.375s;
  animation-delay: 5s;
  animation-name: slide-out;
  animation-fill-mode: forwards;
}
.flash.success .flash__svg--success {
  display: block;
  color: var(--color-mint);
}

.flash.error,
.flash.failure {
  border-color: var(--color-coral);
}
.flash.error .flash__svg--failure,
.flash.failure .flash__svg--failure {
  display: block;
  color: var(--color-coral);
}

.footer__berlin {
  height: 3rem;
  line-height: 4;
  letter-spacing: 0.25em;
}

.footer__berlin-heart {
  margin-bottom: 4rem;
  position: relative;
}
.footer__berlin-heart span {
  visibility: hidden;
}
.footer__berlin-heart img {
  position: absolute;
  height: 3.75rem;
  top: -1.35rem;
  right: calc(50% - 0.35rem);
}

.footer {
  background-color: var(--color-gray-90);
}

.footer__cta {
  order: -1;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  grid-column: 1/13;
}
@media screen and (min-width: 960px) {
  .footer__cta {
    order: unset;
    grid-column: 10/13;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1280px) {
  .footer__cta {
    grid-column: 10/13;
  }
}

.footer__language-select {
  margin-top: 1.5rem;
  grid-column: auto/span 12;
}
@media screen and (min-width: 960px) {
  .footer__language-select {
    grid-column-end: span 6;
  }
}

.footer__copyright {
  margin-top: 1.5rem;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--color-gray-20);
  font-size: 0.75rem;
  grid-column: auto/span 12;
}
@media screen and (min-width: 960px) {
  .footer__copyright {
    grid-column-end: span 6;
    justify-content: flex-end;
  }
}

.footer__copyright-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
}

.footer__copyright-link {
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: inherit;
  border-bottom: none;
}
.footer__copyright-link:hover, .footer__copyright-link:focus {
  color: var(--color-white);
}
.footer__copyright-link:first-child {
  padding-left: 0;
}
.footer__copyright-link:last-child {
  padding-right: 0;
}

.footer__separator {
  color: var(--color-gray-70);
}

.footer__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-left: 0;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  position: relative;
  grid-column: 1/13;
}
.footer__list > li {
  margin-bottom: 0;
}
.footer__list > li hr {
  border-color: var(--color-blue-70);
  width: 1rem;
  margin: 0.5rem 0;
}
@media screen and (min-width: 640px) {
  .footer__list {
    grid-column-start: auto;
    grid-column-end: span 4;
  }
}
@media screen and (min-width: 960px) {
  .footer__list {
    grid-column-end: span 2;
  }
}

.footer__social-media {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0.875rem;
  display: flex;
}

.footer__link {
  display: block;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  color: var(--color-gray-40);
  text-decoration: none;
  border-bottom: none;
}
.footer__link:hover, .footer__link:focus {
  color: var(--color-white);
  outline: none;
}
.footer__link:focus-visible {
  outline: 3px solid var(--color-focus-blue);
  outline-offset: 3px;
}

.footer__heading {
  display: block;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  color: var(--color-white);
  text-transform: uppercase;
}

.footer__link--social-media {
  padding: 1rem;
}
.footer__link--social-media svg {
  width: 1.25rem;
  height: 1.25rem;
}

input,
textarea,
select,
button {
  transition-property: color, border-color, background-color;
  transition-duration: 0.075s;
  transition-timing-function: ease-in-out;
  font-size: 1rem;
}

input[type=search],
input[type=date],
input[type=email],
input[type=text],
input[type=number],
input[type=time],
input[type=password],
input[type=tel],
input[type=url] {
  display: inline-block;
  padding: 0.75em 0.5em;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-gray-40);
  background-color: var(--color-white);
  color: var(--color-gray);
}
input[type=search]:hover, input[type=search]:active,
input[type=date]:hover,
input[type=date]:active,
input[type=email]:hover,
input[type=email]:active,
input[type=text]:hover,
input[type=text]:active,
input[type=number]:hover,
input[type=number]:active,
input[type=time]:hover,
input[type=time]:active,
input[type=password]:hover,
input[type=password]:active,
input[type=tel]:hover,
input[type=tel]:active,
input[type=url]:hover,
input[type=url]:active {
  outline: none;
  border-color: var(--color-gray-80);
}
input[type=search]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=time]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus {
  outline: 3px solid var(--color-focus-blue);
  outline-offset: 2px;
  border-color: var(--color-electricblue);
}
input[type=search][aria-invalid=true],
input[type=date][aria-invalid=true],
input[type=email][aria-invalid=true],
input[type=text][aria-invalid=true],
input[type=number][aria-invalid=true],
input[type=time][aria-invalid=true],
input[type=password][aria-invalid=true],
input[type=tel][aria-invalid=true],
input[type=url][aria-invalid=true] {
  border-color: var(--color-red-70);
  background-color: var(--color-red-4);
}
input[type=search][disabled], input[type=search].disabled,
input[type=date][disabled],
input[type=date].disabled,
input[type=email][disabled],
input[type=email].disabled,
input[type=text][disabled],
input[type=text].disabled,
input[type=number][disabled],
input[type=number].disabled,
input[type=time][disabled],
input[type=time].disabled,
input[type=password][disabled],
input[type=password].disabled,
input[type=tel][disabled],
input[type=tel].disabled,
input[type=url][disabled],
input[type=url].disabled {
  color: var(--color-gray-60);
  border-color: var(--color-gray-30);
  cursor: default;
}
input[type=search][disabled]:hover, input[type=search][disabled]:focus, input[type=search].disabled:hover, input[type=search].disabled:focus,
input[type=date][disabled]:hover,
input[type=date][disabled]:focus,
input[type=date].disabled:hover,
input[type=date].disabled:focus,
input[type=email][disabled]:hover,
input[type=email][disabled]:focus,
input[type=email].disabled:hover,
input[type=email].disabled:focus,
input[type=text][disabled]:hover,
input[type=text][disabled]:focus,
input[type=text].disabled:hover,
input[type=text].disabled:focus,
input[type=number][disabled]:hover,
input[type=number][disabled]:focus,
input[type=number].disabled:hover,
input[type=number].disabled:focus,
input[type=time][disabled]:hover,
input[type=time][disabled]:focus,
input[type=time].disabled:hover,
input[type=time].disabled:focus,
input[type=password][disabled]:hover,
input[type=password][disabled]:focus,
input[type=password].disabled:hover,
input[type=password].disabled:focus,
input[type=tel][disabled]:hover,
input[type=tel][disabled]:focus,
input[type=tel].disabled:hover,
input[type=tel].disabled:focus,
input[type=url][disabled]:hover,
input[type=url][disabled]:focus,
input[type=url].disabled:hover,
input[type=url].disabled:focus {
  color: var(--color-gray-60);
  border-color: var(--color-gray-30);
  cursor: default;
}

select,
input {
  height: 3rem;
  vertical-align: middle;
}

textarea[disabled], textarea.disabled,
select[disabled],
select.disabled {
  color: var(--color-gray-60);
  border-color: var(--color-gray-30);
  cursor: default;
}
textarea[disabled]:hover, textarea[disabled]:focus, textarea.disabled:hover, textarea.disabled:focus,
select[disabled]:hover,
select[disabled]:focus,
select.disabled:hover,
select.disabled:focus {
  color: var(--color-gray-60);
  border-color: var(--color-gray-30);
  cursor: default;
}

textarea {
  min-height: 6rem;
  padding: 0.75em 0.5em;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-gray-40);
  background-color: var(--color-white);
  color: var(--color-gray);
}
textarea:hover, textarea:active {
  outline: none;
  border-color: var(--color-gray-80);
}

select {
  padding: 0.45rem 1.75em 0.45rem 0.5em;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-gray-40);
  background-color: var(--color-white);
  color: var(--color-gray);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5em) 50%;
  background-size: 0.7em;
}
select:hover, select:focus, select:active {
  outline: none;
  border-color: rvar(--color-gray-80);
}

label {
  font-size: 0.875rem;
  padding-left: 2px;
}

form .required:after {
  content: "*";
  display: inline-block;
  padding: 0 0.25em;
  opacity: 0.5;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

.img--cobot {
  max-height: 360px;
}

.img--avatar img {
  display: block;
  border-radius: 50%;
}

.img--cobot-illu-about {
  width: 21rem;
  height: 21rem;
}
@media screen and (min-width: 1280px) {
  .img--cobot-illu-about {
    width: 26rem;
    height: 26rem;
  }
}

.language-select {
  display: grid;
  grid-template-columns: 3rem 1fr;
  align-items: center;
  justify-items: center;
  max-width: 16rem;
}

.language-select__label {
  display: none;
}

.language-select__icon {
  display: block;
  pointer-events: none;
  color: var(--color-gray-70);
  grid-row: 1/2;
  grid-column: 1/2;
}

.language-select__select {
  width: 100%;
  grid-row: 1/2;
  grid-column: 1/3;
  font-size: 0.875rem;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3.25em;
  height: 2.5em;
  line-height: 2;
  background-color: transparent;
  border-color: var(--color-gray-80);
  color: var(--color-gray-30);
}
.language-select__select:hover, .language-select__select:focus {
  outline: none;
  border-color: var(--color-gray-70);
  color: var(--color-gray-10);
}
.language-select__select option {
  color: var(--color-gray-90);
}

.logo {
  display: flex;
  max-width: 6rem;
  height: 3.75rem;
  margin-right: 1rem;
  position: relative;
  z-index: 3;
  transition: transform 0.075s ease-in-out;
  text-decoration: none;
  border: none;
  border-radius: 1rem;
}
.logo:hover, .logo:focus {
  transform: rotate(-10deg);
  outline: none;
}
.logo:focus-visible {
  outline: 3px solid var(--color-focus-blue);
  outline-offset: 3px;
}
.logo:active {
  transform: rotate(-10deg);
}
.logo img {
  display: block;
  margin: -0.25rem auto 0;
  min-width: 4rem;
}

.menu {
  height: 3.75rem;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
}

.menu__button {
  border: none;
  background-color: transparent;
  height: 3.75rem;
  line-height: 3.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  z-index: 102;
  padding-right: 2.25rem;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .menu__button {
    display: none;
  }
}
.menu__button::before, .menu__button::after {
  content: "";
  position: absolute;
  top: 1.25rem;
  right: 0;
  display: block;
  width: 1.5rem;
  height: 3px;
  border-radius: 1px;
  background-color: var(--color-gray-90);
  transition-property: transform, box-shadow, opacity;
  transition-duration: 0.075s, 0s, 0.075s;
  transition-timing-function: ease-in-out;
  opacity: 0.5;
}
.menu__button::after {
  top: calc(1.25rem + 8px);
  box-shadow: 0 8px 0 var(--color-gray-90);
}
.menu__button:hover, .menu__button:focus {
  cursor: pointer;
  outline: none;
}
.menu__button:hover::after, .menu__button:hover:before, .menu__button:focus::after, .menu__button:focus:before {
  opacity: 1;
}

.menu__button.active::after, .menu__button.active:before {
  opacity: 1;
  transform: rotate(45deg);
  top: calc(1.25rem + 8px);
}
.menu__button.active::after {
  transform: rotate(-45deg);
  box-shadow: 0 8px 0 transparent;
}

.menu__nav {
  display: none;
}
@media screen and (min-width: 960px) {
  .menu__nav {
    display: flex;
  }
}

.menu__list {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.menu__list li {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .has-submenu .submenu {
    display: none;
  }
  .has-submenu:hover .submenu, .has-submenu:focus-within .submenu {
    display: block;
  }
  .has-submenu:hover .submenu--support, .has-submenu:focus-within .submenu--support {
    display: flex;
  }
  .has-submenu:hover .menu__link--dropdown, .has-submenu:focus-within .menu__link--dropdown {
    background-image: url("/assets/cobot_chev-up-f543e151.svg");
  }
}

@media screen and (min-width: 960px) {
  .no-submenu svg {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .menu__list {
    margin-right: 2rem;
    position: relative;
  }
  .menu__list:after {
    content: "";
    display: block;
    width: 1px;
    height: 1.5rem;
    position: absolute;
    top: calc(50% - 0.75rem);
    right: -1rem;
    background-color: var(--color-gray-20);
  }
}

@media screen and (min-width: 960px) {
  .submenu {
    position: absolute;
    top: calc(3.75rem - 0.5rem);
    z-index: 100;
    background-color: var(--color-white);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
  }
}

@media screen and (min-width: 960px) {
  .submenu--features {
    min-width: 24rem;
  }
}
.submenu--features .submenu__list {
  column-count: 2;
}

.submenu--support {
  display: flex;
  right: 2rem;
}
.submenu--support > div {
  flex-grow: 1;
}
.submenu--support > :nth-child(2) {
  border-left: 1px solid var(--color-gray-10);
}
@media screen and (min-width: 960px) {
  .submenu--support > :nth-child(2) {
    border-left: none;
    background-color: var(--color-gray-10);
  }
}

@media screen and (min-width: 960px) {
  .submenu--about {
    min-width: 20rem;
  }
}

.submenu__list {
  padding-left: 0;
  list-style: none;
  min-width: 10rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .submenu__list {
    padding-top: 0.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2.75rem;
    min-width: 17rem;
  }
}

.submenu__header {
  font-size: 1rem;
  color: var(--color-gray);
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.submenu__header svg {
  width: 1.25rem;
  height: 1.25rem;
}

.submenu__link {
  display: flex;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-gray);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-decoration: none;
  border-bottom: none;
  border-radius: 0.5rem;
  break-inside: avoid-column;
}
@media screen and (min-width: 1280px) {
  .submenu__link {
    font-size: 1rem;
  }
}
.submenu__link:after {
  opacity: 0;
  content: "»";
  margin-left: auto;
}
.submenu__link:hover, .submenu__link:focus {
  color: var(--color-electricblue);
  outline: none;
  background-color: var(--color-gray-4);
}
.submenu__link:hover:after, .submenu__link:focus:after {
  opacity: 0.5;
}
.submenu__link:focus-visible {
  outline: 3px solid var(--color-focus-blue);
  outline-offset: 3px;
}

.submenu__link--highlight {
  column-span: all;
  border: 1px solid var(--color-gray-10);
  margin-bottom: 0.25rem;
}
.submenu__link--highlight:after {
  opacity: 0.25;
  content: "»";
  margin-left: auto;
}
.submenu__link--highlight:hover, .submenu__link--highlight:focus {
  border-color: var(--color-gray-20);
}

.menu__link {
  position: relative;
  display: inline-block;
  height: 3.75rem;
  line-height: 3.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-gray);
  border: none;
  background-color: transparent;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  padding-top: 0;
  padding-left: var(--gutter);
  padding-bottom: 0;
  padding-right: var(--gutter);
  border-radius: 0;
}
.menu__link:hover, .menu__link:focus {
  color: var(--color-electricblue);
  outline: none;
}
.menu__link:focus-visible {
  outline: 3px solid var(--color-focus-blue);
  outline-offset: -4px;
  border-radius: 4px;
}
@media screen and (min-width: 960px) {
  .menu__link {
    padding-left: calc(var(--gutter) / 2);
    padding-right: calc(var(--gutter) / 2);
  }
}

.menu__link--dropdown {
  display: none;
}
@media screen and (min-width: 960px) {
  .menu__link--dropdown {
    display: inline-block;
    background-image: url("/assets/cobot_chev-down-cf91e517.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 0.5em) 50%;
    background-size: 0.6em;
    padding-right: 1.75rem;
  }
}

.menu__login {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  position: relative;
  z-index: 102;
}
.menu__login .menu__link {
  display: none;
}
@media screen and (min-width: 480px) {
  .menu__login .menu__link {
    display: inline-block;
  }
}

.menu__cta {
  white-space: nowrap;
}

.page-has-menu.active {
  overflow: hidden;
  height: 100vh;
}
.page-has-menu.active .page-has-menu-topbar {
  height: 100vh;
}
.page-has-menu.active .menu__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: fixed;
  z-index: 101;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  padding-top: 0;
  padding-bottom: 3.75rem;
  background-color: var(--color-white);
}
.page-has-menu.active .menu__nav .menu__list {
  overflow-y: auto;
  flex-direction: column;
  border-bottom: 1px solid var(--color-gray-10);
}
.page-has-menu.active .has-submenu {
  border-top: 1px solid var(--color-gray-10);
}
.page-has-menu.active .has-submenu > div,
.page-has-menu.active .has-submenu .submenu__list {
  flex-grow: 1;
}
.page-has-menu.active .has-submenu .submenu__header {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.page-has-menu.active .has-submenu .submenu__link {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.page-has-menu.active .has-submenu .submenu__link--highlight {
  margin-left: var(--gutter);
  margin-right: var(--gutter);
}
.page-has-menu.active .has-submenu .submenu--about .submenu__list {
  column-count: 2;
}
.page-has-menu.active .no-submenu {
  display: flex;
  align-items: center;
  padding-left: var(--gutter);
  border-top: 1px solid var(--color-gray-10);
}
.page-has-menu.active .no-submenu .menu__link {
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  gap: 0.5rem;
}
.page-has-menu.active .no-submenu .menu__link:after {
  opacity: 0.25;
  content: "»";
  margin-left: auto;
  font-size: 0.75rem;
}
.page-has-menu.active .menu__login {
  position: fixed;
  z-index: 102;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0.25rem var(--gutter);
  background-color: var(--color-white);
  border-top: 1px solid var(--color-gray-10);
}
.page-has-menu.active .menu__login .menu__link {
  display: inline-block;
}

.faq {
  --faq-spacing: 1.25rem;
  cursor: pointer;
  border-top: 3px solid var(--color-gray-10);
}
.faq[open] .faq__question::after {
  transform: rotate(180deg);
}
.faq:last-child {
  border-bottom: 3px solid var(--color-gray-10);
}

.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--gutter);
  margin: 0;
  padding-top: var(--faq-spacing);
  padding-right: var(--faq-spacing);
  padding-bottom: calc(var(--faq-spacing) / 2);
  padding-left: var(--faq-spacing);
  transition-property: height, background-color;
  transition-duration: 0.075s;
  transition-timing-function: ease-in-out;
}
.faq__question::after {
  content: "";
  display: block;
  flex-shrink: 0;
  background-image: url("/assets/icons/chevron-down-solid-ec844c87.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: var(--arrow-spacing);
  height: var(--faq-spacing);
  width: var(--faq-spacing);
  padding: 1px;
  transform-origin: center;
  transition-property: transform;
  transition-duration: 0.075s;
  transition-timing-function: ease-in-out;
}

.faq__answer {
  padding-right: var(--faq-spacing);
  padding-bottom: var(--faq-spacing);
  padding-left: var(--faq-spacing);
}

.pricing-side .pricing__border-yellow {
  border-bottom: 0.5rem solid var(--color-yellow);
}
.pricing-side .pricing__border-coral {
  border-bottom: 0.5rem solid var(--color-coral);
}

.pricing-side__header {
  height: 7rem;
}

.pricing-side__content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .pricing-side__content {
    padding: 1.5rem;
  }
}
.pricing-side__content p {
  flex-grow: 1;
}
.pricing-side__content .btn {
  align-self: center;
}

.pricing-side__header,
.pricing-main__header {
  overflow: hidden;
}
.pricing-side__header::after,
.pricing-main__header::after {
  content: "";
  height: 2.75rem;
  width: calc(100% + 3rem); /* The rem value should be changed based on L-R padding used for the header. Currently pa4 = 1.5rem */
  border-top-left-radius: 40%;
  border-top-right-radius: 40%;
  background-color: white;
  position: absolute;
  bottom: -2rem;
  left: -1.5rem;
}

.pricing-main__header {
  height: 8rem;
}

.pricing-main__content {
  padding-top: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  border-bottom: 0.5rem solid var(--color-electricblue);
}
@media screen and (min-width: 1280px) {
  .pricing-main__content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.pricing-slider input[type=range] {
  width: 100%; /* Specific width is required for Firefox. */
  background-color: transparent; /* Otherwise white in Chrome */
  background-color: var(--color-gray-10);
  height: 5px;
  border-radius: 5px;
}
.pricing-slider input[type=range]::-webkit-slider-thumb {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  background-color: var(--color-electricblue);
  cursor: ew-resize;
  transition: background-color 0.075s ease-in-out;
  border: none;
}
.pricing-slider input[type=range]::-webkit-slider-runnable-track {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.pricing-slider input[type=range]::-moz-range-thumb {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  background-color: var(--color-electricblue);
  cursor: ew-resize;
  transition: background-color 0.075s ease-in-out;
  border: none;
}
.pricing-slider svg {
  fill: var(--color-gray-20);
  height: 2em;
}
.pricing-slider .user-icon {
  width: 1.5em;
}
.pricing-slider .user-group-icon {
  width: 2em;
}

.month-year-switch {
  position: relative;
  display: block;
  width: 32px;
  height: 18px;
  flex-shrink: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 2px;
  background-color: var(--color-white);
  border-radius: 2rem;
  border: solid 2px var(--color-gray-10);
}
.month-year-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.month-year-switch .slider-round {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 0;
  bottom: 0;
  background-color: var(--color-gray-80);
  transition: all 0.075s ease-in-out;
  border-radius: 2rem;
}
.month-year-switch .slider-round:hover, .month-year-switch .slider-round:focus {
  background-color: var(--color-electricblue);
}
.month-year-switch input:checked + .slider-round {
  right: 0;
  left: unset;
}

.plan-duration-select-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.plan-duration-select {
  display: flex;
  gap: 1rem;
  align-items: center;
  white-space: wrap;
  cursor: pointer;
  border-color: transparent;
  background-color: transparent;
  font-weight: 500;
  color: var(--color-gray-70);
  font-size: 0.875rem;
  padding-left: 0;
  padding-right: 0;
}
.plan-duration-select:hover, .plan-duration-select:focus {
  border-color: transparent;
}
.plan-duration-select[disabled], .plan-duration-select.disabled {
  border-color: transparent;
}

.plan-duration-select--has-icon {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.plan-duration-select__icon {
  width: 1rem;
  color: var(--color-gray-30);
  flex-shrink: 0;
}

.plan-duration-select--selected .plan-duration-select__icon {
  color: var(--color-electricblue);
}

.plan-duration-select--selected {
  color: var(--color-gray);
}

.custom-label {
  padding: 0.25rem 1rem;
  border-radius: 1rem;
  font-weight: 700;
}

.custom-label--yellow {
  background-color: #ffecc1;
}

.custom-label--blue {
  background-color: #6671e1;
  color: var(--color-white);
  display: none;
}

.discount {
  background-color: var(--color-coral);
  color: var(--color-gray);
  position: absolute;
  top: -10px;
  right: -10px;
  transform: rotate(5deg);
  border-radius: 0.5rem;
  padding: 0.25rem 0.75rem;
}

.pricing-max-members-copy {
  display: none;
}

.max-members-active .pricing-default-copy {
  display: none;
}
.max-members-active .pricing-max-members-copy {
  display: revert;
}
.max-members-active .custom-label--blue {
  display: revert;
}
.max-members-active .user-group-icon {
  fill: var(--color-yellow);
}

.support-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gutter);
}

.support-gallery__item {
  text-align: center;
}

.support-gallery--mini {
  gap: 0;
}
.support-gallery--mini .support-gallery__item {
  text-align: center;
  margin-right: -0.75rem;
}
.support-gallery--mini .support-gallery__item img {
  width: 3.25rem;
  height: 3.25rem;
  box-shadow: 0 0 0 3px var(--color-white);
}

.support-package {
  padding: 2.5rem;
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  text-align: center;
}

.support-package__body {
  flex-grow: 1;
}

.support-package__bottom {
  padding-top: 0.875rem;
}

.support-package__name {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  text-align: left;
}

.support-package__description {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0;
  text-align: left;
}

.support-package__duration {
  margin-top: 0.5rem;
  color: var(--color-electricblue);
  font-size: 0.75rem;
  text-align: left;
}

.support-package__price {
  font-weight: 700;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.125;
}

.support-package__currency {
  font-size: 0.875rem;
  vertical-align: 0.75rem;
  color: var(--color-electricblue);
  font-weight: 700;
}

table .support-package__price,
table .support-package__currency {
  font-size: 1.25rem;
  vertical-align: baseline;
  color: var(--color-gray);
}
table .support-package__currency {
  font-size: 1rem;
  vertical-align: baseline;
}

.support-package__free {
  position: absolute;
  top: 0.75rem;
  left: -0.5rem;
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-gray);
  background-color: var(--color-coral);
  line-height: 1.125;
  margin: 0;
  padding: 0.25rem 0.5rem;
  text-align: center;
  transform: rotate(-10deg);
}

.support-package--demo {
  position: relative;
  padding: 2rem;
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
}
.support-package--demo .support-package__name {
  flex-shrink: 0;
}
.support-package--demo .support-package__description {
  max-width: 34rem;
}
.support-package--demo .btn {
  align-self: center;
}
@media screen and (min-width: 640px) {
  .support-package--demo {
    padding: 1.5rem;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .support-package--demo .support-package__name,
  .support-package--demo .support-package__description {
    text-align: left;
    padding-right: 1rem;
  }
  .support-package--demo .support-package__duration {
    margin-top: 0.1rem;
  }
  .support-package--demo .btn {
    margin-left: auto;
  }
}
@media screen and (min-width: 1440px) {
  .support-package--demo {
    padding: 2.5rem;
  }
}

.support-package-benefits {
  padding: 2rem;
  background-color: var(--color-white);
  justify-content: center;
}
.support-package-benefits ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
@media screen and (min-width: 640px) {
  .support-package-benefits ul {
    column-count: 2;
    column-gap: var(--gutter);
  }
}
.support-package-benefits ul li {
  list-style: none;
  margin-bottom: 1rem;
  padding-left: 1.75rem;
  color: var(--color-gray-80);
  position: relative;
  max-width: 28rem;
}
.support-package-benefits ul li::before {
  content: "+";
  color: var(--color-electricblue);
  position: absolute;
  left: 0;
  font-weight: 700;
}

.support-package-table {
  background-color: var(--color-white);
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.75rem;
}
.support-package-table tr:not(:last-child) td,
.support-package-table tr:not(:last-child) th {
  border-bottom: 2px solid var(--color-gray-10);
}
.support-package-table th {
  font-weight: 700;
}
.support-package-table td,
.support-package-table th {
  padding: 0.5rem;
  text-align: center;
}
.support-package-table td:not(:last-child),
.support-package-table th:not(:last-child) {
  border-right: 2px solid var(--color-gray-10);
}
.support-package-table td:first-child,
.support-package-table th:first-child {
  text-align: left;
}
@media screen and (min-width: 640px) {
  .support-package-table {
    font-size: 1rem;
  }
  .support-package-table td,
  .support-package-table th {
    padding: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .support-package-table td,
  .support-package-table th {
    padding: 1.5rem;
  }
}
.support-package-table .support-package-table__details {
  padding-top: 0.25rem;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.scroll {
  overflow-x: auto;
}

.svg-background {
  overflow: hidden;
  position: relative;
}

.svg-eye {
  width: 70%;
  max-width: 600px;
  position: absolute;
  z-index: 0;
}

.svg-eye--1 {
  color: var(--color-yellow);
  left: -15rem;
  bottom: 25rem;
  min-width: 25rem;
  max-width: 63rem;
}
@media screen and (min-width: 960px) {
  .svg-eye--1 {
    left: -12rem;
    bottom: 30rem;
  }
}

.svg-eye--2 {
  color: var(--color-coral);
  right: -60rem;
  top: 8rem;
  min-width: 80rem;
  max-width: 90rem;
  transform: rotate(180deg);
}
@media screen and (min-width: 960px) {
  .svg-eye--2 {
    right: -40rem;
    top: 20rem;
  }
}

.svg-eye--3 {
  color: var(--color-electricblue);
  left: -20rem;
  bottom: 22rem;
  min-width: 40rem;
  max-width: 63rem;
}
@media screen and (min-width: 960px) {
  .svg-eye--3 {
    left: -10rem;
    bottom: 33rem;
  }
}

.svg-eye--4 {
  color: var(--color-yellow);
  right: -13rem;
  top: -1rem;
  min-width: 12rem;
  max-width: 16rem;
  transform: rotate(270deg);
}
@media screen and (min-width: 640px) {
  .svg-eye--4 {
    right: -12rem;
    top: -23rem;
    max-width: 30rem;
  }
}
@media screen and (min-width: 960px) {
  .svg-eye--4 {
    right: -15rem;
    top: -33rem;
    max-width: 44rem;
  }
}
@media screen and (min-width: 1280px) {
  .svg-eye--4 {
    top: -42rem;
    max-width: 55rem;
  }
}

.svg-eye--5 {
  color: var(--color-gray-10);
  left: -12rem;
  bottom: -20rem;
  min-width: 25rem;
  max-width: 63rem;
}
@media screen and (min-width: 960px) {
  .svg-eye--5 {
    left: -15rem;
    bottom: -35rem;
  }
}

.svg-eye--6 {
  color: var(--color-blue-50);
  right: -24rem;
  top: 18rem;
  min-width: 30rem;
  max-width: 60rem;
  transform: rotate(245deg);
}
@media screen and (min-width: 960px) {
  .svg-eye--6 {
    right: -35rem;
    top: 30rem;
  }
}

.marketing-background {
  background-image: url("/assets/marketing-bg-01-ce3491a7.png"), url("/assets/marketing-bg-02-b84612b4.png");
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  background-size: 50%;
}

.team-grid {
  display: grid;
  grid-gap: 3rem 2rem;
  grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
}
@media screen and (min-width: 640px) {
  .team-grid {
    grid-gap: 5rem 3rem;
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  }
}

.team-item {
  text-align: center;
}

.team-rollover {
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--color-gray);
}
@media screen and (min-width: 640px) {
  .team-rollover {
    width: 12rem;
    height: 12rem;
  }
}

.team-rollover__default,
.team-rollover__hidden {
  position: absolute;
  width: 7.5rem;
  height: 7.5rem;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}
@media screen and (min-width: 640px) {
  .team-rollover__default,
  .team-rollover__hidden {
    width: 12rem;
    height: 12rem;
  }
}

.team-rollover__default {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
  z-index: 2;
}
.team-rollover__default:hover, .team-rollover__default:focus {
  opacity: 0;
}

.header {
  background: var(--color-white);
}
@media screen and (min-width: 640px) {
  .header {
    background: transparent;
  }
}

.cookie-banner {
  position: relative;
  flex-direction: column;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0.875rem;
  text-align: left;
  box-shadow: 0 0 28px 2px rgba(0, 0, 0, 0.2);
  background-color: var(--color-white);
  border-radius: 5px;
  border: 2px solid var(--color-electricblue);
  max-width: 32rem;
  margin: 0 auto 1rem;
  z-index: 99999;
}

.cookie-banner__close {
  position: absolute;
  right: 0;
  background-color: transparent;
  border: none;
  color: var(--color-white);
  padding: 1.5rem;
  opacity: 0.75;
}
.cookie-banner__close:hover, .cookie-banner__close:focus {
  opacity: 1;
}

.cookie-banner__heading,
.cookie-banner__content,
.cookie-banner-button-holder {
  padding: 0.75rem;
}
@media (min-width: 500px) {
  .cookie-banner__heading,
  .cookie-banner__content,
  .cookie-banner-button-holder {
    padding: 1.5rem;
  }
}

.cookie-banner__heading {
  background-color: var(--color-electricblue);
  color: var(--color-white);
  padding-right: 3rem;
}
.cookie-banner__heading h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.cookie-banner-content {
  position: relative;
}

.cookie-banner-button-holder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 0;
}
.cookie-banner-button-holder button {
  font-size: 0.875rem;
}

#intercom-container {
  z-index: 99998 !important;
}

.cookie-preference {
  display: grid;
  grid-template-columns: 1rem 1fr;
  column-gap: 0.75rem;
  margin-bottom: 1rem;
  align-items: center;
}
.cookie-preference label {
  font-weight: 700;
}
.cookie-preference input {
  height: 1rem;
}
.cookie-preference p {
  grid-column: 2/-1;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

/* Skip links for accessibility */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--color-electricblue);
  color: var(--color-white);
  padding: 8px;
  text-decoration: none;
  border-radius: 4px;
  z-index: 1000;
  font-weight: 600;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 6px;
  outline: 3px solid var(--color-focus-blue);
  outline-offset: 2px;
  color: var(--color-white);
}

/* Ensure main content has proper focus target */
#main-content:focus {
  outline: none;
}

/* Ensure navigation has proper focus target */
#navigation:focus {
  outline: none;
}

/* Ensure footer has proper focus target */
#footer:focus {
  outline: none;
}

html,
body {
  min-height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

.container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 640px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

:root {
  --gutter: 16px;
}
@media screen and (min-width: 960px) {
  :root {
    --gutter: 24px;
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --gutter: 32px;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--gutter);
  outline: none;
}

.col-1 {
  grid-column-end: span 1;
}

.col-2 {
  grid-column-end: span 2;
}

.col-3 {
  grid-column-end: span 3;
}

.col-4 {
  grid-column-end: span 4;
}

.col-5 {
  grid-column-end: span 5;
}

.col-6 {
  grid-column-end: span 6;
}

.col-7 {
  grid-column-end: span 7;
}

.col-8 {
  grid-column-end: span 8;
}

.col-9 {
  grid-column-end: span 9;
}

.col-10 {
  grid-column-end: span 10;
}

.col-11 {
  grid-column-end: span 11;
}

.col-12 {
  grid-column-end: span 12;
}

@media screen and (min-width: 480px) {
  .col-1-ns {
    grid-column-end: span 1;
  }
}
@media screen and (min-width: 480px) {
  .col-2-ns {
    grid-column-end: span 2;
  }
}
@media screen and (min-width: 480px) {
  .col-3-ns {
    grid-column-end: span 3;
  }
}
@media screen and (min-width: 480px) {
  .col-4-ns {
    grid-column-end: span 4;
  }
}
@media screen and (min-width: 480px) {
  .col-5-ns {
    grid-column-end: span 5;
  }
}
@media screen and (min-width: 480px) {
  .col-6-ns {
    grid-column-end: span 6;
  }
}
@media screen and (min-width: 480px) {
  .col-7-ns {
    grid-column-end: span 7;
  }
}
@media screen and (min-width: 480px) {
  .col-8-ns {
    grid-column-end: span 8;
  }
}
@media screen and (min-width: 480px) {
  .col-9-ns {
    grid-column-end: span 9;
  }
}
@media screen and (min-width: 480px) {
  .col-10-ns {
    grid-column-end: span 10;
  }
}
@media screen and (min-width: 480px) {
  .col-11-ns {
    grid-column-end: span 11;
  }
}
@media screen and (min-width: 480px) {
  .col-12-ns {
    grid-column-end: span 12;
  }
}
@media screen and (min-width: 640px) {
  .col-1-s {
    grid-column-end: span 1;
  }
}
@media screen and (min-width: 640px) {
  .col-2-s {
    grid-column-end: span 2;
  }
}
@media screen and (min-width: 640px) {
  .col-3-s {
    grid-column-end: span 3;
  }
}
@media screen and (min-width: 640px) {
  .col-4-s {
    grid-column-end: span 4;
  }
}
@media screen and (min-width: 640px) {
  .col-5-s {
    grid-column-end: span 5;
  }
}
@media screen and (min-width: 640px) {
  .col-6-s {
    grid-column-end: span 6;
  }
}
@media screen and (min-width: 640px) {
  .col-7-s {
    grid-column-end: span 7;
  }
}
@media screen and (min-width: 640px) {
  .col-8-s {
    grid-column-end: span 8;
  }
}
@media screen and (min-width: 640px) {
  .col-9-s {
    grid-column-end: span 9;
  }
}
@media screen and (min-width: 640px) {
  .col-10-s {
    grid-column-end: span 10;
  }
}
@media screen and (min-width: 640px) {
  .col-11-s {
    grid-column-end: span 11;
  }
}
@media screen and (min-width: 640px) {
  .col-12-s {
    grid-column-end: span 12;
  }
}
@media screen and (min-width: 960px) {
  .col-1-m {
    grid-column-end: span 1;
  }
}
@media screen and (min-width: 960px) {
  .col-2-m {
    grid-column-end: span 2;
  }
}
@media screen and (min-width: 960px) {
  .col-3-m {
    grid-column-end: span 3;
  }
}
@media screen and (min-width: 960px) {
  .col-4-m {
    grid-column-end: span 4;
  }
}
@media screen and (min-width: 960px) {
  .col-5-m {
    grid-column-end: span 5;
  }
}
@media screen and (min-width: 960px) {
  .col-6-m {
    grid-column-end: span 6;
  }
}
@media screen and (min-width: 960px) {
  .col-7-m {
    grid-column-end: span 7;
  }
}
@media screen and (min-width: 960px) {
  .col-8-m {
    grid-column-end: span 8;
  }
}
@media screen and (min-width: 960px) {
  .col-9-m {
    grid-column-end: span 9;
  }
}
@media screen and (min-width: 960px) {
  .col-10-m {
    grid-column-end: span 10;
  }
}
@media screen and (min-width: 960px) {
  .col-11-m {
    grid-column-end: span 11;
  }
}
@media screen and (min-width: 960px) {
  .col-12-m {
    grid-column-end: span 12;
  }
}
@media screen and (min-width: 1280px) {
  .col-1-l {
    grid-column-end: span 1;
  }
}
@media screen and (min-width: 1280px) {
  .col-2-l {
    grid-column-end: span 2;
  }
}
@media screen and (min-width: 1280px) {
  .col-3-l {
    grid-column-end: span 3;
  }
}
@media screen and (min-width: 1280px) {
  .col-4-l {
    grid-column-end: span 4;
  }
}
@media screen and (min-width: 1280px) {
  .col-5-l {
    grid-column-end: span 5;
  }
}
@media screen and (min-width: 1280px) {
  .col-6-l {
    grid-column-end: span 6;
  }
}
@media screen and (min-width: 1280px) {
  .col-7-l {
    grid-column-end: span 7;
  }
}
@media screen and (min-width: 1280px) {
  .col-8-l {
    grid-column-end: span 8;
  }
}
@media screen and (min-width: 1280px) {
  .col-9-l {
    grid-column-end: span 9;
  }
}
@media screen and (min-width: 1280px) {
  .col-10-l {
    grid-column-end: span 10;
  }
}
@media screen and (min-width: 1280px) {
  .col-11-l {
    grid-column-end: span 11;
  }
}
@media screen and (min-width: 1280px) {
  .col-12-l {
    grid-column-end: span 12;
  }
}
.start-1 {
  grid-column-start: 1;
}

.start-2 {
  grid-column-start: 2;
}

.start-3 {
  grid-column-start: 3;
}

.start-4 {
  grid-column-start: 4;
}

.start-5 {
  grid-column-start: 5;
}

.start-6 {
  grid-column-start: 6;
}

.start-7 {
  grid-column-start: 7;
}

.start-8 {
  grid-column-start: 8;
}

.start-9 {
  grid-column-start: 9;
}

.start-10 {
  grid-column-start: 10;
}

.start-11 {
  grid-column-start: 11;
}

.start-12 {
  grid-column-start: 12;
}

@media screen and (min-width: 480px) {
  .start-1-ns {
    grid-column-start: 1;
  }
}
@media screen and (min-width: 480px) {
  .start-2-ns {
    grid-column-start: 2;
  }
}
@media screen and (min-width: 480px) {
  .start-3-ns {
    grid-column-start: 3;
  }
}
@media screen and (min-width: 480px) {
  .start-4-ns {
    grid-column-start: 4;
  }
}
@media screen and (min-width: 480px) {
  .start-5-ns {
    grid-column-start: 5;
  }
}
@media screen and (min-width: 480px) {
  .start-6-ns {
    grid-column-start: 6;
  }
}
@media screen and (min-width: 480px) {
  .start-7-ns {
    grid-column-start: 7;
  }
}
@media screen and (min-width: 480px) {
  .start-8-ns {
    grid-column-start: 8;
  }
}
@media screen and (min-width: 480px) {
  .start-9-ns {
    grid-column-start: 9;
  }
}
@media screen and (min-width: 480px) {
  .start-10-ns {
    grid-column-start: 10;
  }
}
@media screen and (min-width: 480px) {
  .start-11-ns {
    grid-column-start: 11;
  }
}
@media screen and (min-width: 480px) {
  .start-12-ns {
    grid-column-start: 12;
  }
}
@media screen and (min-width: 640px) {
  .start-1-s {
    grid-column-start: 1;
  }
}
@media screen and (min-width: 640px) {
  .start-2-s {
    grid-column-start: 2;
  }
}
@media screen and (min-width: 640px) {
  .start-3-s {
    grid-column-start: 3;
  }
}
@media screen and (min-width: 640px) {
  .start-4-s {
    grid-column-start: 4;
  }
}
@media screen and (min-width: 640px) {
  .start-5-s {
    grid-column-start: 5;
  }
}
@media screen and (min-width: 640px) {
  .start-6-s {
    grid-column-start: 6;
  }
}
@media screen and (min-width: 640px) {
  .start-7-s {
    grid-column-start: 7;
  }
}
@media screen and (min-width: 640px) {
  .start-8-s {
    grid-column-start: 8;
  }
}
@media screen and (min-width: 640px) {
  .start-9-s {
    grid-column-start: 9;
  }
}
@media screen and (min-width: 640px) {
  .start-10-s {
    grid-column-start: 10;
  }
}
@media screen and (min-width: 640px) {
  .start-11-s {
    grid-column-start: 11;
  }
}
@media screen and (min-width: 640px) {
  .start-12-s {
    grid-column-start: 12;
  }
}
@media screen and (min-width: 960px) {
  .start-1-m {
    grid-column-start: 1;
  }
}
@media screen and (min-width: 960px) {
  .start-2-m {
    grid-column-start: 2;
  }
}
@media screen and (min-width: 960px) {
  .start-3-m {
    grid-column-start: 3;
  }
}
@media screen and (min-width: 960px) {
  .start-4-m {
    grid-column-start: 4;
  }
}
@media screen and (min-width: 960px) {
  .start-5-m {
    grid-column-start: 5;
  }
}
@media screen and (min-width: 960px) {
  .start-6-m {
    grid-column-start: 6;
  }
}
@media screen and (min-width: 960px) {
  .start-7-m {
    grid-column-start: 7;
  }
}
@media screen and (min-width: 960px) {
  .start-8-m {
    grid-column-start: 8;
  }
}
@media screen and (min-width: 960px) {
  .start-9-m {
    grid-column-start: 9;
  }
}
@media screen and (min-width: 960px) {
  .start-10-m {
    grid-column-start: 10;
  }
}
@media screen and (min-width: 960px) {
  .start-11-m {
    grid-column-start: 11;
  }
}
@media screen and (min-width: 960px) {
  .start-12-m {
    grid-column-start: 12;
  }
}
@media screen and (min-width: 1280px) {
  .start-1-l {
    grid-column-start: 1;
  }
}
@media screen and (min-width: 1280px) {
  .start-2-l {
    grid-column-start: 2;
  }
}
@media screen and (min-width: 1280px) {
  .start-3-l {
    grid-column-start: 3;
  }
}
@media screen and (min-width: 1280px) {
  .start-4-l {
    grid-column-start: 4;
  }
}
@media screen and (min-width: 1280px) {
  .start-5-l {
    grid-column-start: 5;
  }
}
@media screen and (min-width: 1280px) {
  .start-6-l {
    grid-column-start: 6;
  }
}
@media screen and (min-width: 1280px) {
  .start-7-l {
    grid-column-start: 7;
  }
}
@media screen and (min-width: 1280px) {
  .start-8-l {
    grid-column-start: 8;
  }
}
@media screen and (min-width: 1280px) {
  .start-9-l {
    grid-column-start: 9;
  }
}
@media screen and (min-width: 1280px) {
  .start-10-l {
    grid-column-start: 10;
  }
}
@media screen and (min-width: 1280px) {
  .start-11-l {
    grid-column-start: 11;
  }
}
@media screen and (min-width: 1280px) {
  .start-12-l {
    grid-column-start: 12;
  }
}
.container--demo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  outline: 1px dotted var(--color-coral);
}

.grid--demo > * {
  background-color: var(--color-cream);
  padding: 0.75rem;
  text-align: center;
  outline: 1px dotted var(--color-coral);
  font-size: 0.75rem;
}

@media screen and (min-width: 960px) {
  .split-layout-wrapper {
    display: flex;
  }
}
.split-layout-wrapper > * {
  flex-basis: 50%;
}

.split-layout-wrapper__child-with-arrow {
  position: relative;
}
.split-layout-wrapper__child-with-arrow::after {
  content: "";
  position: absolute;
  display: block;
  background-color: var(--color-white);
  width: 2rem;
  height: 2rem;
  left: calc(50% - 2rem);
  top: -1.5rem;
  transform: rotate(45deg);
}
@media screen and (min-width: 960px) {
  .split-layout-wrapper__child-with-arrow::after {
    left: -1.5rem;
    top: calc(50% - 2rem);
  }
}

.grid-triplet {
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

.grid-triplet__item {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  align-items: center;
}

.features {
  padding-top: 3.5rem;
}

.feature__content-body,
.feature__content,
.feature__actions {
  padding: 0.75rem 0;
}

.feature__content {
  padding-bottom: 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature__title {
  font-size: 2rem;
}
@media screen and (min-width: 640px) {
  .feature__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .feature__title {
    font-size: 3.125rem;
  }
}

.feature__copy {
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .feature__copy {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .feature__copy {
    font-size: 1.5rem;
  }
}

.feature__actions {
  display: none;
}
@media screen and (min-width: 960px) {
  .feature__actions {
    display: block;
  }
}

.feature__img figure {
  display: flex;
  justify-content: center;
}

.feature-item {
  height: auto;
}
@media screen and (min-width: 640px) {
  .feature-item {
    padding: 2rem 0 0 0;
  }
}
@media screen and (min-width: 960px) {
  .feature-item {
    padding: 6rem 0 0 0;
  }
}

.video-img {
  transform: rotate(2deg);
  max-width: 22rem;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.feature-item .feature__img {
  opacity: 0;
}
.feature-item .feature__img svg {
  width: 100%;
  max-height: 580px;
}
.feature-item.viewed .feature__img {
  animation: fadeInUp 0.5s ease-in-out 0s forwards;
}

.hero-section {
  overflow-x: hidden;
}

.hero-image {
  width: 120%;
  margin-left: -10%;
  max-width: none;
}
@media screen and (min-width: 960px) {
  .hero-image {
    width: 120%;
    margin-left: -2rem;
  }
}
@media screen and (min-width: 1280px) {
  .hero-image {
    width: 150%;
    margin-left: -6rem;
  }
}
@media screen and (min-width: 1440px) {
  .hero-image {
    width: 50vw;
    max-width: 72rem;
    margin-left: -6rem;
  }
}

.hero-heading {
  font-size: 1.75rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.02em;
  max-width: 34ch;
}
@media screen and (min-width: 480px) {
  .hero-heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .hero-heading {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .hero-heading {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .hero-heading {
    font-size: 3.625rem;
  }
}

.hero-rotating-line {
  --height: 1.3em;
  height: calc(2 * var(--height));
  position: relative;
  overflow: hidden;
}

.hero-rotating-line__item {
  display: block;
  line-height: var(--height);
  position: absolute;
  transform: translateY(200%);
}

.hero-rotating-line__item[data-show] {
  transform: translateY(0);
  transition: 0.5s transform ease-in-out;
}

.hero-rotating-line__item[data-up] {
  transform: translateY(-100%);
  transition: 0.5s transform ease-in-out;
}

.integration-section {
  padding-top: 2.875rem;
  padding-bottom: 2.875rem;
}
@media screen and (min-width: 1280px) {
  .integration-section {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

.support-section {
  padding-bottom: 4rem;
}
@media screen and (min-width: 960px) {
  .support-section {
    padding-top: 9rem;
    padding-bottom: 11rem;
  }
}

.support-section__boxes {
  padding-top: 7rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 1280px) {
  .support-section__boxes {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }
}

.background-element--yellow {
  width: 7rem;
  height: 7rem;
  border-radius: 7rem;
  background-color: var(--color-yellow);
  position: absolute;
  top: -2rem;
  right: -2rem;
  z-index: -1;
}

@media screen and (min-width: 640px) {
  .pricing-section__text {
    max-width: 48rem;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 1280px) {
  .pricing-section__list {
    max-width: 68rem;
  }
}

@media screen and (min-width: 640px) {
  .pricing-section__list-items {
    column-count: 2;
    column-gap: calc(2 * var(--gutter));
  }
}
@media screen and (min-width: 960px) {
  .pricing-section__list-items {
    column-count: 3;
  }
}
.pricing-section__list-items li {
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .pricing-section__list-items li {
    margin-bottom: 1.5rem;
  }
}
.pricing-section__list-items .pricing-section__feature-link {
  display: block;
  margin-top: 1rem;
}
@media screen and (min-width: 960px) {
  .pricing-section__list-items .pricing-section__feature-link {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .centered-container {
    max-width: 54rem;
  }
}

.testimonial-background {
  background: linear-gradient(var(--color-gray-4) 0%, var(--color-gray-4) 50%, var(--color-white) 50%, var(--color-white) 100%);
}

.partners-reel {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gutter) calc(4 * var(--gutter));
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  align-items: center;
}

.partners-reel__item {
  margin-bottom: 0;
}

.partners-reel__img {
  display: block;
  opacity: 0.5;
  flex-shrink: 0;
  width: 120px;
  border: none;
}

:root {
  --country-background-color: var(--color-electricblue);
  --country-button-color: var(--color-electricblue);
}

.country_landing_brazil {
  --country-background-color: var(--color-yellow);
  --country-button-color: var(--color-coral);
}

.country_landing_chile {
  --country-background-color: var(--color-coral);
  --country-button-color: var(--color-electricblue);
}

.country_landing_india {
  --country-background-color: var(--color-coral);
  --country-button-color: var(--color-peach);
}

.bg--country-button {
  background-color: var(--country-button-color);
}

.bg--country-background {
  background-color: var(--country-background-color);
}

.country-banner {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-top: 2rem;
  max-width: calc(100% - 2rem);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: var(--color-white);
  border-radius: 1rem;
  border: 3px solid var(--country-background-color, var(--color-yellow));
}
@media screen and (min-width: 640px) {
  .country-banner {
    max-width: 38rem;
  }
}
@media screen and (min-width: 960px) {
  .country-banner {
    margin-bottom: -3rem;
  }
}

.country-banner__inner {
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
}

.country-banner__smallprint {
  font-size: 0.64rem;
}

.avatar-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  margin-bottom: 2rem;
}

.avatar-grid__item {
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.support-highlight__image {
  border-radius: 1rem;
}

.support-highlight__background {
  background-image: url("/assets/support-highlight-background-d6535fcb.svg");
  background-size: 180%;
  background-position-x: 100%;
  background-position-y: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 640px) {
  .support-highlight__background {
    background-size: 120%;
    background-position-x: -160%;
    background-position-y: 100%;
  }
}
@media screen and (min-width: 960px) {
  .support-highlight__background {
    background-size: 55%;
    background-position-x: 120%;
    background-position-y: 100%;
  }
}

.support-highlight__title {
  font-size: 2rem;
}
@media screen and (min-width: 640px) {
  .support-highlight__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .support-highlight__title {
    font-size: 3.125rem;
  }
}

.support-highlight__copy {
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .support-highlight__copy {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .support-highlight__copy {
    font-size: 1.5rem;
  }
}

.support-highlight__star {
  width: 2rem;
  height: auto;
}

.support-highlight__quote-image {
  width: 3rem;
  max-width: 40px;
  height: auto;
}

.learn-article {
  line-height: 1.667;
}
.learn-article ul,
.learn-article ol {
  margin-left: 1rem;
}
.learn-article ul > li:not(:last-child),
.learn-article ol > li:not(:last-child) {
  margin-bottom: 1rem;
}
.learn-article h3 a {
  color: var(--color-gray);
}
.learn-article h3 a::after {
  content: " »";
  color: var(--color-electricblue);
}
.learn-article a:hover img, .learn-article a:focus img {
  border: none;
  transform: translateY(-0.75rem);
}
.learn-article img {
  display: block;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
}
.learn-article video {
  width: 100% !important;
  height: auto !important;
}
.learn-article pre {
  margin-bottom: 1.5rem;
  overflow-x: auto;
  padding: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.75;
  font-family: Menlo, Monaco, Courier, monospace;
  border-radius: 0.25rem;
  border: 1px solid var(--color-gray-20);
  color: var(--color-gray-70);
  background-color: var(--color-white);
}

html {
  scroll-behavior: smooth;
}

.nav-top-btn {
  display: none;
}
@media screen and (min-width: 960px) {
  .nav-top-btn {
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    height: 50px;
    border-bottom: none;
    justify-content: center;
    bottom: 20px;
    z-index: 0;
  }
}
.nav-top-btn:hover, .nav-top-btn:focus {
  color: var(--color-gray);
}

.integrations-hero-section {
  padding-bottom: 20rem;
  margin-bottom: -15rem;
}

.integration-tag-list {
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}

.integration-tag {
  display: inline-block;
  font-size: 1rem;
  background-color: var(--color-white);
  padding: 0 1rem;
  border-radius: 1rem;
}

.integrations-featured {
  grid-column-end: span 12;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-gray-20);
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .integrations-featured {
    grid-column-end: span 6;
  }
}
@media screen and (min-width: 960px) {
  .integrations-featured {
    grid-column-end: span 4;
  }
}

.integrations-featured__top {
  background-color: var(--color-blue-50);
  min-height: 10rem;
  display: grid;
  place-content: center;
}
.integrations-featured__top.integrations-featured__top--coral {
  background-color: var(--color-coral);
}
.integrations-featured__top.integrations-featured__top--peach {
  background-color: var(--color-peach);
}

.integrations-featured__logo {
  background-color: var(--color-white);
  border-radius: 10%;
  object-fit: cover;
  padding: 0.3rem;
  height: 6rem;
  width: 6rem;
}

.integrations-featured__content {
  padding: 1rem 1.5rem;
}

.integrations-sidebar {
  display: none;
}
@media screen and (min-width: 960px) {
  .integrations-sidebar {
    grid-column-start: 1;
    grid-column-end: span 4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    z-index: 1;
    background-color: var(--color-white);
    position: absolute;
    min-height: 100vh;
  }
}

.integrations-body {
  grid-column-start: 1;
  grid-column-end: span 12;
}
@media screen and (min-width: 960px) {
  .integrations-body {
    grid-column-start: 5;
    grid-column-end: span 8;
  }
}

.integrations-group {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: var(--gutter);
  gap: var(--gutter);
  margin-top: 5rem;
}
@media screen and (min-width: 960px) {
  .integrations-group {
    grid-template-columns: repeat(2, 1fr);
  }
}

.integrations-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--gutter);
  gap: var(--gutter);
  margin-bottom: 2rem;
}

.integrations-item__logo {
  background-color: var(--color-white);
  grid-column-end: span 1;
  border-radius: 10%;
  border: 1px solid var(--color-gray-20);
  object-fit: cover;
  padding: 0.3rem;
}

.integrations-item__content {
  grid-column-start: 2;
  grid-column-end: span 3;
}

.integrations-card__image-overlap {
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (min-width: 480px) {
  .integrations-card__image-overlap {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 640px) {
  .integrations-card__image-overlap {
    margin-bottom: 11rem;
  }
}
@media screen and (min-width: 960px) {
  .integrations-card__image-overlap {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1280px) {
  .integrations-card__image-overlap {
    margin-bottom: 15rem;
  }
}

.integrations-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--color-gray-10);
  grid-column-end: span 12;
  grid-column-start: 1;
  grid-row: 1;
  top: 3rem;
  z-index: 0;
  padding: 10rem 1rem 2rem 1rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 480px) {
  .integrations-card {
    top: 7rem;
  }
}
@media screen and (min-width: 640px) {
  .integrations-card {
    top: 8rem;
    padding: 10rem 2rem 2rem 2rem;
  }
}
@media screen and (min-width: 960px) {
  .integrations-card {
    grid-column-end: span 10;
    grid-column-start: 3;
    padding: 11rem 3rem 2rem 3rem;
    top: 10rem;
  }
}
@media screen and (min-width: 1280px) {
  .integrations-card {
    grid-column-end: span 10;
    grid-column-start: 2;
    padding: 4rem 4rem 3rem 4rem;
    top: 8rem;
  }
}

.integrations-card--image {
  grid-column-end: span 8;
  grid-row: 1;
  z-index: 1;
  border-radius: 0.5rem;
  object-fit: cover;
  justify-self: end;
  grid-column-start: 4;
}
@media screen and (min-width: 480px) {
  .integrations-card--image {
    justify-self: unset;
    grid-column-end: span 7;
    grid-column-start: 5;
  }
}
@media screen and (min-width: 640px) {
  .integrations-card--image {
    grid-column-end: span 6;
    grid-column-start: 6;
  }
}
@media screen and (min-width: 960px) {
  .integrations-card--image {
    grid-column-end: span 5;
    grid-column-start: 7;
  }
}
@media screen and (min-width: 1280px) {
  .integrations-card--image {
    grid-column-end: span 4;
    grid-column-start: 9;
  }
}

.bot-builder__aside {
  position: inherit;
}
@media screen and (min-width: 1280px) {
  .bot-builder__aside {
    position: absolute;
    right: 5rem;
    bottom: 5rem;
  }
}

.article__info-section {
  padding-top: 13rem;
  margin-top: 5rem;
  background-color: var(--color-blue-10);
}
@media screen and (min-width: 960px) {
  .article__info-section {
    padding-top: 7rem;
  }
}

.article__info-container {
  position: relative;
}
@media screen and (min-width: 960px) {
  .article__info-container {
    margin-top: 0;
    margin-top: 10rem;
  }
}

.article__float-img {
  height: calc(100% + 15rem);
  position: relative;
}

.article__float-fig {
  position: absolute;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .article__float-fig {
    top: 3rem;
  }
}

.article__main-img {
  margin: auto;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  display: block;
  object-fit: cover;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
}

.article__info-card {
  background: white;
  border-radius: 20px;
  max-width: 380px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .article__info-card {
    margin: revert;
  }
}

.article__info-logo {
  max-height: 100px;
}

.article__info-row {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 8rem 1fr;
  margin: 1rem 0;
}

.testimonial__card--case-study {
  height: auto;
  padding-bottom: 2rem;
}

.testimonial__avatar--case-study {
  top: -3rem;
}

.advice-avatar {
  left: initial;
  right: 1.5rem;
}

.small-article-preview {
  margin-top: 10rem;
  background-color: var(--color-cream);
  color: var(--color-gray-90);
  border: none;
}
.small-article-preview:hover, .small-article-preview:focus {
  border: none;
  color: var(--color-gray-90);
}
.small-article-preview:hover .small-article-preview__img, .small-article-preview:focus .small-article-preview__img {
  transform: translateY(-0.75rem);
}

.small-article-preview__img {
  max-width: 80%;
  width: auto;
  position: relative;
  left: 10%;
  margin-top: -9rem;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
  transition-property: transform;
  transition-duration: 0.075s;
  transition-timing-function: ease-in-out;
}

.small-article-preview__read-more {
  color: var(--color-electricblue);
  transition-property: transform;
  transition-duration: 0.075s;
  transition-timing-function: ease-in-out;
}

.small-article-preview--blue {
  margin-top: 10rem;
  background-color: var(--color-blue-10);
}

.small-article-preview__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
}
.small-article-preview__content > :last-child {
  margin-top: auto;
}

.fav-features-title {
  display: block;
  text-align: center;
  margin: 1.5rem 0;
}

.fav-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fav-features span {
  padding: 0.5rem;
  background-color: var(--color-gray-4);
  border-radius: 0.75rem;
  margin: 0.5rem;
}

.bg--white {
  background-color: var(--color-white);
}

.bg--cream {
  background-color: var(--color-cream);
}

@media screen and (min-width: 640px) {
  .core-feature-list {
    column-count: 2;
    column-gap: var(--gutter);
  }
}
.core-feature-list > li {
  margin-bottom: 0;
  padding-bottom: 1.5rem;
  display: inline-block;
}

.testimonial__card--pricing {
  height: auto;
  background: var(--color-gray-10);
  padding-top: 4rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 480px) {
  .testimonial__card--pricing {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 640px) {
  .testimonial__card--pricing {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .testimonial__card--pricing {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
    margin-left: 1rem;
  }
}

@media screen and (min-width: 480px) {
  .testimonial__avatar--pricing {
    top: -4rem;
  }
}
@media screen and (min-width: 1280px) {
  .testimonial__avatar--pricing {
    top: -5rem;
    left: -1rem;
    height: 9rem;
    width: 9rem;
  }
}

.pricing-offer {
  text-align: center;
  background-color: var(--color-cream);
  padding: 2rem;
}

.careers-grid {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 960px) {
  .careers-grid {
    grid-template-columns: 1fr repeat(12, minmax(1rem, 3.75rem)) 1fr;
    grid-auto-flow: dense;
  }
}

@media screen and (min-width: 960px) {
  .careers-grid__item--full {
    grid-column-start: 2;
    grid-column-end: 14;
  }
  .careers-grid__item--start-1 {
    grid-column-start: 1;
  }
  .careers-grid__item--start-2 {
    grid-column-start: 2;
  }
  .careers-grid__item--start-3 {
    grid-column-start: 3;
  }
  .careers-grid__item--start-4 {
    grid-column-start: 4;
  }
  .careers-grid__item--start-5 {
    grid-column-start: 5;
  }
  .careers-grid__item--start-6 {
    grid-column-start: 6;
  }
  .careers-grid__item--start-7 {
    grid-column-start: 7;
  }
  .careers-grid__item--start-8 {
    grid-column-start: 8;
  }
  .careers-grid__item--start-9 {
    grid-column-start: 9;
  }
  .careers-grid__item--start-10 {
    grid-column-start: 10;
  }
  .careers-grid__item--start-11 {
    grid-column-start: 11;
  }
  .careers-grid__item--start-12 {
    grid-column-start: 12;
  }
  .careers-grid__item--start-13 {
    grid-column-start: 13;
  }
  .careers-grid__item--start-14 {
    grid-column-start: 14;
  }
  .careers-grid__item--start-15 {
    grid-column-start: 15;
  }
  .careers-grid__item--end-1 {
    grid-column-end: 1;
  }
  .careers-grid__item--end-2 {
    grid-column-end: 2;
  }
  .careers-grid__item--end-3 {
    grid-column-end: 3;
  }
  .careers-grid__item--end-4 {
    grid-column-end: 4;
  }
  .careers-grid__item--end-5 {
    grid-column-end: 5;
  }
  .careers-grid__item--end-6 {
    grid-column-end: 6;
  }
  .careers-grid__item--end-7 {
    grid-column-end: 7;
  }
  .careers-grid__item--end-8 {
    grid-column-end: 8;
  }
  .careers-grid__item--end-9 {
    grid-column-end: 9;
  }
  .careers-grid__item--end-10 {
    grid-column-end: 10;
  }
  .careers-grid__item--end-11 {
    grid-column-end: 11;
  }
  .careers-grid__item--end-12 {
    grid-column-end: 12;
  }
  .careers-grid__item--end-13 {
    grid-column-end: 13;
  }
  .careers-grid__item--end-14 {
    grid-column-end: 14;
  }
  .careers-grid__item--end-15 {
    grid-column-end: 15;
  }
}
.careers-grid__media {
  width: 100%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .careers-grid__media {
    max-width: 100%;
  }
}

@media screen and (min-width: 640px) {
  .careers-bg-header {
    background-image: url("/assets/careers/header-01-8321f5a6.svg"), url("/assets/careers/header-02-cc47b6a1.svg");
    background-size: clamp(9rem, 30%, 14rem), clamp(6rem, 14%, 14rem);
    background-position: 1rem 1rem, calc(100% - 1rem) 3rem;
    background-repeat: no-repeat;
  }
}

.careers-bg-02 {
  background-image: url("/assets/careers/bg-01-917bdd67.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.careers-bg-03 {
  background-image: url("/assets/careers/bg-02-2eb73481.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.careers {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

.careers__box {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--color-white);
  padding: 2rem;
  color: var(--color-gray);
}
.careers__box h4 {
  margin-top: 0;
}
.careers__box > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.careers__box .careers__box__arrow {
  font-size: 2rem;
  transition-property: transform, opacity, color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.075s;
  color: var(--color-yellow);
}
.careers__box:hover, .careers__box:focus {
  color: var(--color-electricblue);
}
.careers__box:hover .careers__box__arrow, .careers__box:focus .careers__box__arrow {
  transform: translate(0.75rem);
  color: var(--color-coral);
}

.border-image {
  border: 8px solid currentColor;
  border-radius: 1.5rem;
}

@media screen and (min-width: 960px) {
  .careers-ornament-01 {
    width: 4rem;
    height: 4rem;
    background-image: url("/assets/careers/careers-ornament-01-b8c90e7c.svg");
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .careers-ornament-02 {
    width: 2.5rem;
    height: 2.5rem;
    background-image: url("/assets/careers/careers-ornament-02-2682431c.svg");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
.team-testimonial {
  position: relative;
  margin: 0;
  padding: 1.75rem;
  background-color: var(--color-white);
}
.team-testimonial blockquote {
  margin: 0;
  color: var(--color-gray);
  text-align: left;
}
.team-testimonial img {
  display: block;
  position: absolute;
  width: 6rem;
}
.team-testimonial figcaption {
  width: 100%;
  font-size: 0.75rem;
}

.team-testimonial--left {
  padding-left: 4.75rem;
  margin-left: 3rem;
}
.team-testimonial--left img {
  left: -3rem;
}
@media screen and (min-width: 960px) {
  .team-testimonial--left {
    margin-left: 0;
  }
}

.team-testimonial--right {
  padding-right: 4.75rem;
  margin-right: 3rem;
}
.team-testimonial--right img {
  right: -3rem;
}
.team-testimonial--right figcaption {
  text-align: right;
}
@media screen and (min-width: 960px) {
  .team-testimonial--right {
    margin-right: 0;
  }
}

.ordered-list {
  list-style: none;
  padding-left: 3rem;
}
.ordered-list > li {
  margin-bottom: 1rem;
  display: block;
  position: relative;
  counter-increment: inst;
}
.ordered-list > li::before {
  content: counter(inst);
  position: absolute;
  top: -0.25rem;
  left: -3rem;
  width: 1.5em;
  height: 1.5em;
  z-index: -1;
  background: var(--color-electricblue);
  color: var(--color-white);
  font-size: 1em;
  font-weight: 700;
  border-radius: 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
.ordered-list strong:after {
  content: "–";
  color: var(--color-coral);
}

.bg--electricblue {
  background-color: var(--color-electricblue);
}

.bg--coral {
  background-color: var(--color-coral);
}

.bg--yellow {
  background-color: var(--color-yellow);
}

.bg--peach {
  background-color: var(--color-peach);
}

.bg--cream {
  background-color: var(--color-cream);
}

.bg--blue-30 {
  background-color: var(--color-blue-30);
}

.bg--blue-50 {
  background-color: var(--color-blue-50);
}

.bg--blue-70 {
  background-color: var(--color-blue-70);
}

.bg--white {
  background-color: var(--color-white);
}

.bg--gray {
  background-color: var(--color-gray);
}

.bg--gray-90 {
  background-color: var(--color-gray-90);
}

.bg--gray-80 {
  background-color: var(--color-gray-80);
}

.bg--gray-70 {
  background-color: var(--color-gray-70);
}

.bg--gray-60 {
  background-color: var(--color-gray-60);
}

.bg--gray-50 {
  background-color: var(--color-gray-50);
}

.bg--gray-40 {
  background-color: var(--color-gray-40);
}

.bg--gray-30 {
  background-color: var(--color-gray-30);
}

.bg--gray-20 {
  background-color: var(--color-gray-20);
}

.bg--gray-10 {
  background-color: var(--color-gray-10);
}

.bg--gray-4 {
  background-color: var(--color-gray-4);
}

.bg-half-top-peach {
  background-image: linear-gradient(to bottom, var(--color-peach) 0%, var(--color-peach) 50%, transparent 50%, transparent 100%);
}

.gap0 {
  gap: 0;
}

.gap1 {
  gap: 0.25rem;
}

.gap2 {
  gap: 0.5rem;
}

.gap3 {
  gap: 1rem;
}

.gap4 {
  gap: 1.5rem;
}

.gap5 {
  gap: 2rem;
}

.gap6 {
  gap: 3rem;
}

.gap7 {
  gap: 4rem;
}

.gap8 {
  gap: 8rem;
}

@media screen and (min-width: 480px) {
  .gap0-ns {
    gap: 0;
  }
  .gap1-ns {
    gap: 0.25rem;
  }
  .gap2-ns {
    gap: 0.5rem;
  }
  .gap3-ns {
    gap: 1rem;
  }
  .gap4-ns {
    gap: 1.5rem;
  }
  .gap5-ns {
    gap: 2rem;
  }
  .gap6-ns {
    gap: 3rem;
  }
  .gap7-ns {
    gap: 4rem;
  }
  .gap8-ns {
    gap: 8rem;
  }
}
@media screen and (min-width: 960px) {
  .gap0-m {
    gap: 0;
  }
  .gap1-m {
    gap: 0.25rem;
  }
  .gap2-m {
    gap: 0.5rem;
  }
  .gap3-m {
    gap: 1rem;
  }
  .gap4-m {
    gap: 1.5rem;
  }
  .gap5-m {
    gap: 2rem;
  }
  .gap6-m {
    gap: 3rem;
  }
  .gap7-m {
    gap: 4rem;
  }
  .gap8-m {
    gap: 8rem;
  }
}
@media screen and (min-width: 1280px) {
  .gap0-l {
    gap: 0;
  }
  .gap1-l {
    gap: 0.25rem;
  }
  .gap2-l {
    gap: 0.5rem;
  }
  .gap3-l {
    gap: 1rem;
  }
  .gap4-l {
    gap: 1.5rem;
  }
  .gap5-l {
    gap: 2rem;
  }
  .gap6-l {
    gap: 3rem;
  }
  .gap7-l {
    gap: 4rem;
  }
  .gap8-l {
    gap: 8rem;
  }
}
.tc--electricblue {
  color: var(--color-electricblue);
}

.tc--green {
  color: var(--color-green);
}

.tc--coral {
  color: var(--color-coral);
}

.tc--yellow {
  color: var(--color-yellow);
}

.tc--peach {
  color: var(--color-peach);
}

.tc--cream {
  color: var(--color-cream);
}

.tc--blue-50 {
  color: var(--color-blue-50);
}

.tc--blue-70 {
  color: var(--color-blue-70);
}

.tc--white {
  color: var(--color-white);
}

.tc--gray {
  color: var(--color-gray);
}

.tc--gray-90 {
  color: var(--color-gray-90);
}

.tc--gray-80 {
  color: var(--color-gray-80);
}

.tc--gray-70 {
  color: var(--color-gray-70);
}

.tc--gray-60 {
  color: var(--color-gray-60);
}

.tc--gray-50 {
  color: var(--color-gray-50);
}

.tc--gray-40 {
  color: var(--color-gray-40);
}

.tc--gray-30 {
  color: var(--color-gray-30);
}

.tc--gray-20 {
  color: var(--color-gray-20);
}

.tc--gray-10 {
  color: var(--color-gray-10);
}

.tc--gray-4 {
  color: var(--color-gray-4);
}

/*! TACHYONS v4.12.0 | http://tachyons.io */
/*
 *
 *      ________            ______
 *      ___  __/_____ _________  /______  ______________________
 *      __  /  _  __ `/  ___/_  __ \_  / / /  __ \_  __ \_  ___/
 *      _  /   / /_/ // /__ _  / / /  /_/ // /_/ /  / / /(__  )
 *      /_/    \__,_/ \___/ /_/ /_/_\__, / \____//_/ /_//____/
 *                                 /____/
 *
 */
/* Modules */
/* @import './_box-sizing'; */
/*

   ASPECT RATIOS

*/
/* This is for fluid media that is embedded from third party sites like youtube, vimeo etc.
 * Wrap the outer element in aspect-ratio and then extend it with the desired ratio i.e
 * Make sure there are no height and width attributes on the embedded media.
 * Adapted from: https://github.com/suitcss/components-flex-embed
 *
 * Example:
 *
 * <div class="aspect-ratio aspect-ratio--16x9">
 *  <iframe class="aspect-ratio--object"></iframe>
 * </div>
 *
 * */
.aspect-ratio {
  height: 0;
  position: relative;
}

.aspect-ratio--16x9 {
  padding-bottom: 56.25%;
}

.aspect-ratio--9x16 {
  padding-bottom: 177.77%;
}

.aspect-ratio--4x3 {
  padding-bottom: 75%;
}

.aspect-ratio--3x4 {
  padding-bottom: 133.33%;
}

.aspect-ratio--6x4 {
  padding-bottom: 66.6%;
}

.aspect-ratio--4x6 {
  padding-bottom: 150%;
}

.aspect-ratio--8x5 {
  padding-bottom: 62.5%;
}

.aspect-ratio--5x8 {
  padding-bottom: 160%;
}

.aspect-ratio--7x5 {
  padding-bottom: 71.42%;
}

.aspect-ratio--5x7 {
  padding-bottom: 140%;
}

.aspect-ratio--1x1 {
  padding-bottom: 100%;
}

.aspect-ratio--object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

/*

   IMAGES
   Docs: http://tachyons.io/docs/elements/images/

*/
/* Responsive images! */
img {
  max-width: 100%;
}

/*

   BACKGROUND SIZE
   Docs: http://tachyons.io/docs/themes/background-size/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/*
  Often used in combination with background image set as an inline style
  on an html element.
*/
.cover {
  background-size: cover !important;
}

.contain {
  background-size: contain !important;
}

/*

    BACKGROUND POSITION

    Base:
    bg = background

    Modifiers:
    -center = center center
    -top = top center
    -right = center right
    -bottom = bottom center
    -left = center left

    Media Query Extensions:
      -ns = not-small
      -m  = medium
      -l  = large

 */
.bg-center {
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-top {
  background-repeat: no-repeat;
  background-position: top center;
}

.bg-right {
  background-repeat: no-repeat;
  background-position: center right;
}

.bg-bottom {
  background-repeat: no-repeat;
  background-position: bottom center;
}

.bg-left {
  background-repeat: no-repeat;
  background-position: center left;
}

/*

   OUTLINES

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.outline {
  outline: 1px solid;
}

.outline-transparent {
  outline: 1px solid transparent;
}

.outline-0 {
  outline: 0;
}

/*

    BORDERS
    Docs: http://tachyons.io/docs/themes/borders/

    Base:
      b = border

    Modifiers:
      a = all
      t = top
      r = right
      b = bottom
      l = left
      n = none

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.ba {
  border-style: solid;
  border-width: 1px;
}

.bt {
  border-top-style: solid;
  border-top-width: 1px;
}

.br {
  border-right-style: solid;
  border-right-width: 1px;
}

.bb {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl {
  border-left-style: solid;
  border-left-width: 1px;
}

.bn {
  border-style: none;
  border-width: 0;
}

/*

   BORDER COLORS
   Docs: http://tachyons.io/docs/themes/borders/

   Border colors can be used to extend the base
   border classes ba,bt,bb,br,bl found in the _borders.css file.

   The base border class by default will set the color of the border
   to that of the current text color. These classes are for the cases
   where you desire for the text and border colors to be different.

   Base:
     b = border

   Modifiers:
   --color-name = each color variable name is also a border color name

*/
.b--black {
  border-color: #000;
}

.b--white {
  border-color: #fff;
}

.b--red {
  border-color: #ff4136;
}

.b--transparent {
  border-color: transparent;
}

.b--inherit {
  border-color: inherit;
}

.b--initial {
  border-color: initial;
}

.b--unset {
  border-color: unset;
}

/*

   BORDER RADIUS
   Docs: http://tachyons.io/docs/themes/border-radius/

   Base:
     br   = border-radius

   Modifiers:
     0    = 0/none
     1    = 1st step in scale
     2    = 2nd step in scale
     3    = 3rd step in scale
     4    = 4th step in scale

   Literal values:
     -100 = 100%
     -pill = 9999px

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.br0 {
  border-radius: 0;
}

.br1 {
  border-radius: 0.125rem;
}

.br2 {
  border-radius: 0.25rem;
}

.br3 {
  border-radius: 0.5rem;
}

.br4 {
  border-radius: 1rem;
}

.br-100 {
  border-radius: 100%;
}

.br-pill {
  border-radius: 9999px;
}

.br--bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.br--top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.br--right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.br--left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.br-inherit {
  border-radius: inherit;
}

.br-initial {
  border-radius: initial;
}

.br-unset {
  border-radius: unset;
}

/*

   BORDER STYLES
   Docs: http://tachyons.io/docs/themes/borders/

   Depends on base border module in _borders.css

   Base:
     b = border-style

   Modifiers:
     --none   = none
     --dotted = dotted
     --dashed = dashed
     --solid  = solid

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

 */
.b--dotted {
  border-style: dotted;
}

.b--dashed {
  border-style: dashed;
}

.b--solid {
  border-style: solid;
}

.b--none {
  border-style: none;
}

/*

   BORDER WIDTHS
   Docs: http://tachyons.io/docs/themes/borders/

   Base:
     bw = border-width

   Modifiers:
     0 = 0 width border
     1 = 1st step in border-width scale
     2 = 2nd step in border-width scale
     3 = 3rd step in border-width scale
     4 = 4th step in border-width scale
     5 = 5th step in border-width scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.bw0 {
  border-width: 0;
}

.bw1 {
  border-width: 0.125rem;
}

.bw2 {
  border-width: 0.25rem;
}

.bw3 {
  border-width: 0.5rem;
}

.bw4 {
  border-width: 1rem;
}

.bw5 {
  border-width: 2rem;
}

/* Resets */
.bt-0 {
  border-top-width: 0;
}

.br-0 {
  border-right-width: 0;
}

.bb-0 {
  border-bottom-width: 0;
}

.bl-0 {
  border-left-width: 0;
}

/*

  BOX-SHADOW
  Docs: http://tachyons.io/docs/themes/box-shadow/

  Media Query Extensions:
   -ns = not-small
   -m  = medium
   -l  = large

 */
.shadow-1 {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.shadow-2 {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
}

.shadow-3 {
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}

.shadow-4 {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.shadow-5 {
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/*

   CODE

*/
.pre {
  overflow-x: auto;
  overflow-y: hidden;
  overflow: scroll;
}

/*

   COORDINATES
   Docs: http://tachyons.io/docs/layout/position/

   Use in combination with the position module.

   Base:
     top
     bottom
     right
     left

   Modifiers:
     -0  = literal value 0
     -1  = literal value 1
     -2  = literal value 2
     --1 = literal value -1
     --2 = literal value -2

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-1 {
  top: 1rem;
}

.right-1 {
  right: 1rem;
}

.bottom-1 {
  bottom: 1rem;
}

.left-1 {
  left: 1rem;
}

.top-2 {
  top: 2rem;
}

.right-2 {
  right: 2rem;
}

.bottom-2 {
  bottom: 2rem;
}

.left-2 {
  left: 2rem;
}

.top--1 {
  top: -1rem;
}

.right--1 {
  right: -1rem;
}

.bottom--1 {
  bottom: -1rem;
}

.left--1 {
  left: -1rem;
}

.top--2 {
  top: -2rem;
}

.right--2 {
  right: -2rem;
}

.bottom--2 {
  bottom: -2rem;
}

.left--2 {
  left: -2rem;
}

.absolute--fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*

   CLEARFIX
   http://tachyons.io/docs/layout/clearfix/

*/
/* Nicolas Gallaghers Clearfix solution
   Ref: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

.cb {
  clear: both;
}

.cn {
  clear: none;
}

/*

   DISPLAY
   Docs: http://tachyons.io/docs/layout/display

   Base:
    d = display

   Modifiers:
    n     = none
    b     = block
    ib    = inline-block
    it    = inline-table
    t     = table
    tc    = table-cell
    t-row          = table-row
    t-columm       = table-column
    t-column-group = table-column-group

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.dn {
  display: none;
}

.di {
  display: inline;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.dit {
  display: inline-table;
}

.dt {
  display: table;
}

.dtc {
  display: table-cell;
}

.dt-row {
  display: table-row;
}

.dt-row-group {
  display: table-row-group;
}

.dt-column {
  display: table-column;
}

.dt-column-group {
  display: table-column-group;
}

/*
  This will set table to full width and then
  all cells will be equal width
*/
.dt--fixed {
  table-layout: fixed;
  width: 100%;
}

/*

  FLEXBOX

  Media Query Extensions:
   -ns = not-small
   -m  = medium
   -l  = large

*/
.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

/* 1. Fix for Chrome 44 bug.
 * https://code.google.com/p/chromium/issues/detail?id=506893 */
.flex-auto {
  flex: 1 1 auto;
  min-width: 0; /* 1 */
  min-height: 0; /* 1 */
}

.flex-none {
  flex: none;
}

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

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

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

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

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

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

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

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-stretch {
  align-content: stretch;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-last {
  order: 99999;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

/*

   FLOATS
   http://tachyons.io/docs/layout/floats/

   1. Floated elements are automatically rendered as block level elements.
      Setting floats to display inline will fix the double margin bug in
      ie6. You know... just in case.

   2. Don't forget to clearfix your floats with .cf

   Base:
     f = float

   Modifiers:
     l = left
     r = right
     n = none

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.fl {
  float: left;
  _display: inline;
}

.fr {
  float: right;
  _display: inline;
}

.fn {
  float: none;
}

/* @import './_font-family'; */
/*

   FONT STYLE
   Docs: http://tachyons.io/docs/typography/font-style/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.i {
  font-style: italic;
}

.fs-normal {
  font-style: normal;
}

/*

   FONT WEIGHT
   Docs: http://tachyons.io/docs/typography/font-weight/

   Base
     fw = font-weight

   Modifiers:
     1 = literal value 100
     2 = literal value 200
     3 = literal value 300
     4 = literal value 400
     5 = literal value 500
     6 = literal value 600
     7 = literal value 700
     8 = literal value 800
     9 = literal value 900

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.normal {
  font-weight: normal;
}

.b {
  font-weight: bold;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

/*

   FORMS

*/
.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.button-reset::-moz-focus-inner,
.input-reset::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*

   HEIGHTS
   Docs: http://tachyons.io/docs/layout/heights/

   Base:
     h = height
     min-h = min-height
     min-vh = min-height vertical screen height
     vh = vertical screen height

   Modifiers
     1 = 1st step in height scale
     2 = 2nd step in height scale
     3 = 3rd step in height scale
     4 = 4th step in height scale
     5 = 5th step in height scale

     -25   = literal value 25%
     -50   = literal value 50%
     -75   = literal value 75%
     -100  = literal value 100%

     -auto = string value of auto
     -inherit = string value of inherit

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Height Scale */
.h1 {
  height: 1rem;
}

.h2 {
  height: 2rem;
}

.h3 {
  height: 4rem;
}

.h4 {
  height: 8rem;
}

.h5 {
  height: 16rem;
}

/* Height Percentages - Based off of height of parent */
.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.min-h-100 {
  min-height: 100%;
}

/* Screen Height Percentage */
.vh-25 {
  height: 25vh;
}

.vh-50 {
  height: 50vh;
}

.vh-75 {
  height: 75vh;
}

.vh-100 {
  height: 100vh;
}

.min-vh-100 {
  min-height: 100vh;
}

/* String Properties */
.h-auto {
  height: auto;
}

.h-inherit {
  height: inherit;
}

/*

   LETTER SPACING
   Docs: http://tachyons.io/docs/typography/tracking/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.tracked {
  letter-spacing: 0.1em;
}

.tracked-tight {
  letter-spacing: -0.05em;
}

.tracked-mega {
  letter-spacing: 0.25em;
}

/*

   LINE HEIGHT / LEADING
   Docs: http://tachyons.io/docs/typography/line-height

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.lh-solid {
  line-height: 1;
}

.lh-title {
  line-height: 1.3;
}

.lh-copy {
  line-height: 1.5;
}

/*

   LISTS
   http://tachyons.io/docs/elements/lists/

*/
.list {
  list-style-type: none;
}

/*

   MAX WIDTHS
   Docs: http://tachyons.io/docs/layout/max-widths/

   Base:
     mw = max-width

   Modifiers
     1 = 1st step in width scale
     2 = 2nd step in width scale
     3 = 3rd step in width scale
     4 = 4th step in width scale
     5 = 5th step in width scale
     6 = 6st step in width scale
     7 = 7nd step in width scale
     8 = 8rd step in width scale
     9 = 9th step in width scale

     -100 = literal value 100%

     -none  = string value none


   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Max Width Percentages */
.mw-100 {
  max-width: 100%;
}

/* Max Width Scale */
.mw1 {
  max-width: 1rem;
}

.mw2 {
  max-width: 2rem;
}

.mw3 {
  max-width: 4rem;
}

.mw4 {
  max-width: 8rem;
}

.mw5 {
  max-width: 16rem;
}

.mw6 {
  max-width: 32rem;
}

.mw7 {
  max-width: 48rem;
}

.mw8 {
  max-width: 64rem;
}

.mw9 {
  max-width: 96rem;
}

/* Max Width String Properties */
.mw-none {
  max-width: none;
}

/*

   WIDTHS
   Docs: http://tachyons.io/docs/layout/widths/

   Base:
     w = width

   Modifiers
     1 = 1st step in width scale
     2 = 2nd step in width scale
     3 = 3rd step in width scale
     4 = 4th step in width scale
     5 = 5th step in width scale

     -10  = literal value 10%
     -20  = literal value 20%
     -25  = literal value 25%
     -30  = literal value 30%
     -33  = literal value 33%
     -34  = literal value 34%
     -40  = literal value 40%
     -50  = literal value 50%
     -60  = literal value 60%
     -70  = literal value 70%
     -75  = literal value 75%
     -80  = literal value 80%
     -90  = literal value 90%
     -100 = literal value 100%

     -third      = 100% / 3 (Not supported in opera mini or IE8)
     -two-thirds = 100% / 1.5 (Not supported in opera mini or IE8)
     -auto       = string value auto


   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Width Scale */
.w1 {
  width: 1rem;
}

.w2 {
  width: 2rem;
}

.w3 {
  width: 4rem;
}

.w4 {
  width: 8rem;
}

.w5 {
  width: 16rem;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-33 {
  width: 33%;
}

.w-34 {
  width: 34%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.w-third {
  width: 33.33333%;
}

.w-two-thirds {
  width: 66.66667%;
}

.w-auto {
  width: auto;
}

/*

    OVERFLOW

    Media Query Extensions:
      -ns = not-small
      -m  = medium
      -l  = large

 */
.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

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

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

/*

   POSITIONING
   Docs: http://tachyons.io/docs/layout/position/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.static {
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

/*

    OPACITY
    Docs: http://tachyons.io/docs/themes/opacity/

*/
.o-100 {
  opacity: 1;
}

.o-90 {
  opacity: 0.9;
}

.o-80 {
  opacity: 0.8;
}

.o-70 {
  opacity: 0.7;
}

.o-60 {
  opacity: 0.6;
}

.o-50 {
  opacity: 0.5;
}

.o-40 {
  opacity: 0.4;
}

.o-30 {
  opacity: 0.3;
}

.o-20 {
  opacity: 0.2;
}

.o-10 {
  opacity: 0.1;
}

.o-05 {
  opacity: 0.05;
}

.o-025 {
  opacity: 0.025;
}

.o-0 {
  opacity: 0;
}

/*

   ROTATIONS

*/
.rotate-45 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-135 {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate-225 {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.rotate-315 {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

/*

   SKINS
   Docs: http://tachyons.io/docs/themes/skins/

   Classes for setting foreground and background colors on elements.
   If you haven't declared a border color, but set border on an element, it will 
   be set to the current text color. 

*/
/* Text colors */
.black {
  color: #000;
}

.white {
  color: #fff;
}

.transparent {
  color: transparent;
}

.red {
  color: #ff4136;
}

.color-inherit {
  color: inherit;
}

/* Background colors */
.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-transparent {
  background-color: transparent;
}

.bg-red {
  background-color: #ff4136;
}

.bg-inherit {
  background-color: inherit;
}

/* 

   SKINS:PSEUDO

   Customize the color of an element when
   it is focused or hovered over.

 */
.hover-black:hover {
  color: #000;
}

.hover-black:focus {
  color: #000;
}

.hover-white:hover {
  color: #fff;
}

.hover-white:focus {
  color: #fff;
}

.hover-red:hover {
  color: #ff4136;
}

.hover-red:focus {
  color: #ff4136;
}

.hover-inherit:hover,
.hover-inherit:focus {
  color: inherit;
}

.hover-bg-black:hover {
  background-color: #000;
}

.hover-bg-black:focus {
  background-color: #000;
}

.hover-bg-white:hover {
  background-color: #fff;
}

.hover-bg-white:focus {
  background-color: #fff;
}

.hover-bg-transparent:hover {
  background-color: transparent;
}

.hover-bg-transparent:focus {
  background-color: transparent;
}

.hover-bg-red:hover {
  background-color: #ff4136;
}

.hover-bg-red:focus {
  background-color: #ff4136;
}

.hover-bg-inherit:hover,
.hover-bg-inherit:focus {
  background-color: inherit;
}

/* Variables */
/*
   SPACING
   Docs: http://tachyons.io/docs/layout/spacing/

   An eight step powers of two scale ranging from 0 to 16rem.

   Base:
     p = padding
     m = margin

   Modifiers:
     a = all
     h = horizontal
     v = vertical
     t = top
     r = right
     b = bottom
     l = left

     0 = none
     1 = 1st step in spacing scale
     2 = 2nd step in spacing scale
     3 = 3rd step in spacing scale
     4 = 4th step in spacing scale
     5 = 5th step in spacing scale
     6 = 6th step in spacing scale
     7 = 7th step in spacing scale
     8 = 8th step in spacing scale
     9 = 9th step in spacing scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.pa0 {
  padding: 0;
}

.pa1 {
  padding: 0.25rem;
}

.pa2 {
  padding: 0.5rem;
}

.pa3 {
  padding: 1rem;
}

.pa4 {
  padding: 1.5rem;
}

.pa5 {
  padding: 2rem;
}

.pa6 {
  padding: 3rem;
}

.pa7 {
  padding: 4rem;
}

.pa8 {
  padding: 8rem;
}

.pa9 {
  padding: 16rem;
}

.pl0 {
  padding-left: 0;
}

.pl1 {
  padding-left: 0.25rem;
}

.pl2 {
  padding-left: 0.5rem;
}

.pl3 {
  padding-left: 1rem;
}

.pl4 {
  padding-left: 1.5rem;
}

.pl5 {
  padding-left: 2rem;
}

.pl6 {
  padding-left: 3rem;
}

.pl7 {
  padding-left: 4rem;
}

.pl8 {
  padding-left: 8rem;
}

.pl9 {
  padding-left: 16rem;
}

.pr0 {
  padding-right: 0;
}

.pr1 {
  padding-right: 0.25rem;
}

.pr2 {
  padding-right: 0.5rem;
}

.pr3 {
  padding-right: 1rem;
}

.pr4 {
  padding-right: 1.5rem;
}

.pr5 {
  padding-right: 2rem;
}

.pr6 {
  padding-right: 3rem;
}

.pr7 {
  padding-right: 4rem;
}

.pr8 {
  padding-right: 8rem;
}

.pr9 {
  padding-right: 16rem;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: 0.25rem;
}

.pb2 {
  padding-bottom: 0.5rem;
}

.pb3 {
  padding-bottom: 1rem;
}

.pb4 {
  padding-bottom: 1.5rem;
}

.pb5 {
  padding-bottom: 2rem;
}

.pb6 {
  padding-bottom: 3rem;
}

.pb7 {
  padding-bottom: 4rem;
}

.pb8 {
  padding-bottom: 8rem;
}

.pb9 {
  padding-bottom: 16rem;
}

.pt0 {
  padding-top: 0;
}

.pt1 {
  padding-top: 0.25rem;
}

.pt2 {
  padding-top: 0.5rem;
}

.pt3 {
  padding-top: 1rem;
}

.pt4 {
  padding-top: 1.5rem;
}

.pt5 {
  padding-top: 2rem;
}

.pt6 {
  padding-top: 3rem;
}

.pt7 {
  padding-top: 4rem;
}

.pt8 {
  padding-top: 8rem;
}

.pt9 {
  padding-top: 16rem;
}

.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pv1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pv2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pv3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pv4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pv5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pv6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pv7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pv8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pv9 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.ph0 {
  padding-left: 0;
  padding-right: 0;
}

.ph1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.ph2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.ph3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.ph4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.ph5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ph6 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.ph7 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.ph8 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.ph9 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.ma0 {
  margin: 0;
}

.ma1 {
  margin: 0.25rem;
}

.ma2 {
  margin: 0.5rem;
}

.ma3 {
  margin: 1rem;
}

.ma4 {
  margin: 1.5rem;
}

.ma5 {
  margin: 2rem;
}

.ma6 {
  margin: 3rem;
}

.ma7 {
  margin: 4rem;
}

.ma8 {
  margin: 8rem;
}

.ma9 {
  margin: 16rem;
}

.ml0 {
  margin-left: 0;
}

.ml1 {
  margin-left: 0.25rem;
}

.ml2 {
  margin-left: 0.5rem;
}

.ml3 {
  margin-left: 1rem;
}

.ml4 {
  margin-left: 1.5rem;
}

.ml5 {
  margin-left: 2rem;
}

.ml6 {
  margin-left: 3rem;
}

.ml7 {
  margin-left: 4rem;
}

.ml8 {
  margin-left: 8rem;
}

.ml9 {
  margin-left: 16rem;
}

.mr0 {
  margin-right: 0;
}

.mr1 {
  margin-right: 0.25rem;
}

.mr2 {
  margin-right: 0.5rem;
}

.mr3 {
  margin-right: 1rem;
}

.mr4 {
  margin-right: 1.5rem;
}

.mr5 {
  margin-right: 2rem;
}

.mr6 {
  margin-right: 3rem;
}

.mr7 {
  margin-right: 4rem;
}

.mr8 {
  margin-right: 8rem;
}

.mr9 {
  margin-right: 16rem;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 0.25rem;
}

.mb2 {
  margin-bottom: 0.5rem;
}

.mb3 {
  margin-bottom: 1rem;
}

.mb4 {
  margin-bottom: 1.5rem;
}

.mb5 {
  margin-bottom: 2rem;
}

.mb6 {
  margin-bottom: 3rem;
}

.mb7 {
  margin-bottom: 4rem;
}

.mb8 {
  margin-bottom: 8rem;
}

.mb9 {
  margin-bottom: 16rem;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 0.25rem;
}

.mt2 {
  margin-top: 0.5rem;
}

.mt3 {
  margin-top: 1rem;
}

.mt4 {
  margin-top: 1.5rem;
}

.mt5 {
  margin-top: 2rem;
}

.mt6 {
  margin-top: 3rem;
}

.mt7 {
  margin-top: 4rem;
}

.mt8 {
  margin-top: 8rem;
}

.mt9 {
  margin-top: 16rem;
}

.mv0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mv1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mv2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mv3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mv4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mv5 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mv6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mv7 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mv8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mv9 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mh0 {
  margin-left: 0;
  margin-right: 0;
}

.mh1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mh2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mh3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mh4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mh5 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mh6 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mh7 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mh8 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mh9 {
  margin-left: 16rem;
  margin-right: 16rem;
}

/*
   NEGATIVE MARGINS

   Base:
     n = negative

   Modifiers:
     a = all
     t = top
     r = right
     b = bottom
     l = left

     1 = 1st step in spacing scale
     2 = 2nd step in spacing scale
     3 = 3rd step in spacing scale
     4 = 4th step in spacing scale
     5 = 5th step in spacing scale
     6 = 6th step in spacing scale
     7 = 7th step in spacing scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.na1 {
  margin: -0.25rem;
}

.na2 {
  margin: -0.5rem;
}

.na3 {
  margin: -1rem;
}

.na4 {
  margin: -1.5rem;
}

.na5 {
  margin: -2rem;
}

.na6 {
  margin: -3rem;
}

.na7 {
  margin: -4rem;
}

.nl1 {
  margin-left: -0.25rem;
}

.nl2 {
  margin-left: -0.5rem;
}

.nl3 {
  margin-left: -1rem;
}

.nl4 {
  margin-left: -1.5rem;
}

.nl5 {
  margin-left: -2rem;
}

.nl6 {
  margin-left: -3rem;
}

.nl7 {
  margin-left: -4rem;
}

.nr1 {
  margin-right: -0.25rem;
}

.nr2 {
  margin-right: -0.5rem;
}

.nr3 {
  margin-right: -1rem;
}

.nr4 {
  margin-right: -1.5rem;
}

.nr5 {
  margin-right: -2rem;
}

.nr6 {
  margin-right: -3rem;
}

.nr7 {
  margin-right: -4rem;
}

.nb1 {
  margin-bottom: -0.25rem;
}

.nb2 {
  margin-bottom: -0.5rem;
}

.nb3 {
  margin-bottom: -1rem;
}

.nb4 {
  margin-bottom: -1.5rem;
}

.nb5 {
  margin-bottom: -2rem;
}

.nb6 {
  margin-bottom: -3rem;
}

.nb7 {
  margin-bottom: -4rem;
}

.nt1 {
  margin-top: -0.25rem;
}

.nt2 {
  margin-top: -0.5rem;
}

.nt3 {
  margin-top: -1rem;
}

.nt4 {
  margin-top: -1.5rem;
}

.nt5 {
  margin-top: -2rem;
}

.nt6 {
  margin-top: -3rem;
}

.nt7 {
  margin-top: -4rem;
}

/*

  TABLES
  Docs: http://tachyons.io/docs/elements/tables/

*/
.collapse {
  border-collapse: collapse;
  border-spacing: 0;
}

.striped--light-silver:nth-child(odd) {
  background-color: undefined;
}

.striped--moon-gray:nth-child(odd) {
  background-color: undefined;
}

.striped--light-gray:nth-child(odd) {
  background-color: undefined;
}

.striped--near-white:nth-child(odd) {
  background-color: undefined;
}

.stripe-light:nth-child(odd) {
  background-color: undefined;
}

.stripe-dark:nth-child(odd) {
  background-color: undefined;
}

/*

   TEXT DECORATION
   Docs: http://tachyons.io/docs/typography/text-decoration/


   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.strike {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

/*

  TEXT ALIGN
  Docs: http://tachyons.io/docs/typography/text-align/

  Base
    t = text-align

  Modifiers
    l = left
    r = right
    c = center
    j = justify

  Media Query Extensions:
    -ns = not-small
    -m  = medium
    -l  = large

*/
.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.tj {
  text-align: justify;
}

/*

   TEXT TRANSFORM
   Docs: http://tachyons.io/docs/typography/text-transform/

   Base:
     tt = text-transform

   Modifiers
     c = capitalize
     l = lowercase
     u = uppercase
     n = none

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.ttc {
  text-transform: capitalize;
}

.ttl {
  text-transform: lowercase;
}

.ttu {
  text-transform: uppercase;
}

.ttn {
  text-transform: none;
}

/*

   TYPE SCALE
   Docs: http://tachyons.io/docs/typography/scale/

   Base:
    f = font-size

   Modifiers
     1 = 1st step in size scale
     2 = 2nd step in size scale
     3 = 3rd step in size scale
     4 = 4th step in size scale
     5 = 5th step in size scale
     6 = 6th step in size scale
     7 = 7th step in size scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large
*/
/*
 * For Hero/Marketing Titles
 *
 * These generally are too large for mobile
 * so be careful using them on smaller screens.
 * */
.f-6,
.f-headline {
  font-size: 4.5rem; /* 72px */
}

.f-5,
.f-subheadline {
  font-size: 3.125rem; /* 50px */
}

/* Type Scale */
.f0 {
  font-size: 2.5em;
}

/* 40px */
.f1 {
  font-size: 2rem;
}

/* 32px */
.f2 {
  font-size: 1.5rem;
}

/* 24px */
.f3 {
  font-size: 1.25rem;
}

/* 20px */
.f4 {
  font-size: 1.125rem;
}

/* 18px */
.f5 {
  font-size: 1rem;
}

/* 16px */
.f6 {
  font-size: 0.875rem;
}

/* 14px */
.f7 {
  font-size: 0.75rem;
}

/* 12px */
/*

   TYPOGRAPHY
   http://tachyons.io/docs/typography/measure/

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Measure is limited to ~66 characters */
.measure {
  max-width: 30em;
}

/* Measure is limited to ~80 characters */
.measure-wide {
  max-width: 34em;
}

/* Measure is limited to ~45 characters */
.measure-narrow {
  max-width: 20em;
}

/* Book paragraph style - paragraphs are indented with no vertical spacing. */
.indent {
  text-indent: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

.small-caps {
  font-variant: small-caps;
}

/* Combine this class with a width to truncate text (or just leave as is to truncate at width of containing element. */
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*

   UTILITIES

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Equivalent to .overflow-y-scroll */
.overflow-container {
  overflow-y: scroll;
}

.center {
  margin-right: auto;
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

/*

   VISIBILITY

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/*
    Text that is hidden but accessible
    Ref: http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.clip {
  position: fixed !important;
  _position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/*

   WHITE SPACE

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.ws-normal {
  white-space: normal;
}

.nowrap {
  white-space: nowrap;
}

.pre {
  white-space: pre;
}

/*

   VERTICAL ALIGN

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.v-base {
  vertical-align: baseline;
}

.v-mid {
  vertical-align: middle;
}

.v-top {
  vertical-align: top;
}

.v-btm {
  vertical-align: bottom;
}

/*

  HOVER EFFECTS
  Docs: http://tachyons.io/docs/themes/hovers/

    - Dim
    - Glow
    - Hide Child
    - Underline text
    - Grow
    - Pointer
    - Shadow

*/
/*

  Dim element on hover by adding the dim class.

*/
.dim {
  opacity: 1;
  transition: opacity 0.15s ease-in;
}

.dim:hover,
.dim:focus {
  opacity: 0.5;
  transition: opacity 0.15s ease-in;
}

.dim:active {
  opacity: 0.8;
  transition: opacity 0.15s ease-out;
}

/*

  Animate opacity to 100% on hover by adding the glow class.

*/
.glow {
  transition: opacity 0.15s ease-in;
}

.glow:hover,
.glow:focus {
  opacity: 1;
  transition: opacity 0.15s ease-in;
}

/*

  Hide child & reveal on hover:

  Put the hide-child class on a parent element and any nested element with the
  child class will be hidden and displayed on hover or focus.

  <div class="hide-child">
    <div class="child"> Hidden until hover or focus </div>
    <div class="child"> Hidden until hover or focus </div>
    <div class="child"> Hidden until hover or focus </div>
    <div class="child"> Hidden until hover or focus </div>
  </div>
*/
.hide-child .child {
  opacity: 0;
  transition: opacity 0.15s ease-in;
}

.hide-child:hover .child,
.hide-child:focus .child,
.hide-child:active .child {
  opacity: 1;
  transition: opacity 0.15s ease-in;
}

.underline-hover:hover,
.underline-hover:focus {
  text-decoration: underline;
}

/* Can combine this with overflow-hidden to make background images grow on hover
 * even if you are using background-size: cover */
.grow {
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.grow:hover,
.grow:focus {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.grow:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.grow-large {
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.grow-large:hover,
.grow-large:focus {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.grow-large:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

/* Add pointer on hover */
.pointer:hover {
  cursor: pointer;
}

/* 
   Add shadow on hover.

   Performant box-shadow animation pattern from 
   http://tobiasahlin.com/blog/how-to-animate-box-shadow/ 
*/
.shadow-hover {
  cursor: pointer;
  position: relative;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shadow-hover::after {
  content: "";
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.2);
  border-radius: inherit;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shadow-hover:hover::after,
.shadow-hover:focus::after {
  opacity: 1;
}

/* Combine with classes in skins and skins-pseudo for 
 * many different transition possibilities. */
.bg-animate,
.bg-animate:hover,
.bg-animate:focus {
  transition: background-color 0.15s ease-in-out;
}

/*

  Z-INDEX

  Base
    z = z-index

  Modifiers
    -0 = literal value 0
    -1 = literal value 1
    -2 = literal value 2
    -3 = literal value 3
    -4 = literal value 4
    -5 = literal value 5
    -999 = literal value 999
    -9999 = literal value 9999

    -max = largest accepted z-index value as integer

    -inherit = string value inherit
    -initial = string value initial
    -unset = string value unset

  MDN: https://developer.mozilla.org/en/docs/Web/CSS/z-index
  Spec: http://www.w3.org/TR/CSS2/zindex.html
  Articles:
    https://philipwalton.com/articles/what-no-one-told-you-about-z-index/

  Tips on extending:
  There might be a time worth using negative z-index values.
  Or if you are using tachyons with another project, you might need to
  adjust these values to suit your needs.

*/
.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-999 {
  z-index: 999;
}

.z-9999 {
  z-index: 9999;
}

.z-max {
  z-index: 2147483647;
}

.z-inherit {
  z-index: inherit;
}

.z-initial {
  z-index: initial;
}

.z-unset {
  z-index: unset;
}

/*

    NESTED
    Tachyons module for styling nested elements
    that are generated by a cms.

*/
.nested-copy-line-height p,
.nested-copy-line-height ul,
.nested-copy-line-height ol {
  line-height: 1.5;
}

.nested-headline-line-height h1,
.nested-headline-line-height h2,
.nested-headline-line-height h3,
.nested-headline-line-height h4,
.nested-headline-line-height h5,
.nested-headline-line-height h6 {
  line-height: 1.3;
}

.nested-list-reset ul,
.nested-list-reset ol {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}

.nested-copy-indent p + p {
  text-indent: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

.nested-copy-separator p + p {
  margin-top: 1.5em;
}

.nested-img img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.nested-links a {
  color: undefined;
  transition: color 0.15s ease-in;
}

.nested-links a:hover {
  color: undefined;
  transition: color 0.15s ease-in;
}

.nested-links a:focus {
  color: undefined;
  transition: color 0.15s ease-in;
}

/* @import './_styles'; */
/* Variables */
/* Importing here will allow you to override any variables in the modules */
/*

   Tachyons
   COLOR VARIABLES

   Grayscale
   - Solids
   - Transparencies
   Colors

*/
/*

  CUSTOM MEDIA QUERIES

  Media query values can be changed to fit your own content.
  There are no magic bullets when it comes to media query width values.
  They should be declared in em units - and they should be set to meet
  the needs of your content. You can also add additional media queries,
  or remove some of the existing ones.

  These media queries can be referenced like so:

  @media (--breakpoint-not-small) {
    .medium-and-larger-specific-style {
      background-color: red;
    }
  }

  @media (--breakpoint-medium) {
    .medium-screen-specific-style {
      background-color: red;
    }
  }

  @media (--breakpoint-large) {
    .large-and-larger-screen-specific-style {
      background-color: red;
    }
  }

*/
/* Media Queries */
/* Debugging */
/* @import './_debug-children'; */
/* @import './_debug-grid'; */
/* Uncomment out the line below to help debug layout issues */
/* @import './_debug'; */
@media screen and (min-width: 30em) {
  .aspect-ratio-ns {
    height: 0;
    position: relative;
  }
  .aspect-ratio--16x9-ns {
    padding-bottom: 56.25%;
  }
  .aspect-ratio--9x16-ns {
    padding-bottom: 177.77%;
  }
  .aspect-ratio--4x3-ns {
    padding-bottom: 75%;
  }
  .aspect-ratio--3x4-ns {
    padding-bottom: 133.33%;
  }
  .aspect-ratio--6x4-ns {
    padding-bottom: 66.6%;
  }
  .aspect-ratio--4x6-ns {
    padding-bottom: 150%;
  }
  .aspect-ratio--8x5-ns {
    padding-bottom: 62.5%;
  }
  .aspect-ratio--5x8-ns {
    padding-bottom: 160%;
  }
  .aspect-ratio--7x5-ns {
    padding-bottom: 71.42%;
  }
  .aspect-ratio--5x7-ns {
    padding-bottom: 140%;
  }
  .aspect-ratio--1x1-ns {
    padding-bottom: 100%;
  }
  .aspect-ratio--object-ns {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .cover-ns {
    background-size: cover !important;
  }
  .contain-ns {
    background-size: contain !important;
  }
  .bg-center-ns {
    background-repeat: no-repeat;
    background-position: center center;
  }
  .bg-top-ns {
    background-repeat: no-repeat;
    background-position: top center;
  }
  .bg-right-ns {
    background-repeat: no-repeat;
    background-position: center right;
  }
  .bg-bottom-ns {
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .bg-left-ns {
    background-repeat: no-repeat;
    background-position: center left;
  }
  .outline-ns {
    outline: 1px solid;
  }
  .outline-transparent-ns {
    outline: 1px solid transparent;
  }
  .outline-0-ns {
    outline: 0;
  }
  .ba-ns {
    border-style: solid;
    border-width: 1px;
  }
  .bt-ns {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .br-ns {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .bb-ns {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .bl-ns {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .bn-ns {
    border-style: none;
    border-width: 0;
  }
  .br0-ns {
    border-radius: 0;
  }
  .br1-ns {
    border-radius: 0.125rem;
  }
  .br2-ns {
    border-radius: 0.25rem;
  }
  .br3-ns {
    border-radius: 0.5rem;
  }
  .br4-ns {
    border-radius: 1rem;
  }
  .br-100-ns {
    border-radius: 100%;
  }
  .br-pill-ns {
    border-radius: 9999px;
  }
  .br--bottom-ns {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .br--top-ns {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .br--right-ns {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .br--left-ns {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .br-inherit-ns {
    border-radius: inherit;
  }
  .br-initial-ns {
    border-radius: initial;
  }
  .br-unset-ns {
    border-radius: unset;
  }
  .b--dotted-ns {
    border-style: dotted;
  }
  .b--dashed-ns {
    border-style: dashed;
  }
  .b--solid-ns {
    border-style: solid;
  }
  .b--none-ns {
    border-style: none;
  }
  .bw0-ns {
    border-width: 0;
  }
  .bw1-ns {
    border-width: 0.125rem;
  }
  .bw2-ns {
    border-width: 0.25rem;
  }
  .bw3-ns {
    border-width: 0.5rem;
  }
  .bw4-ns {
    border-width: 1rem;
  }
  .bw5-ns {
    border-width: 2rem;
  }
  .bt-0-ns {
    border-top-width: 0;
  }
  .br-0-ns {
    border-right-width: 0;
  }
  .bb-0-ns {
    border-bottom-width: 0;
  }
  .bl-0-ns {
    border-left-width: 0;
  }
  .shadow-1-ns {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-2-ns {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-3-ns {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-4-ns {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .shadow-5-ns {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .top-0-ns {
    top: 0;
  }
  .left-0-ns {
    left: 0;
  }
  .right-0-ns {
    right: 0;
  }
  .bottom-0-ns {
    bottom: 0;
  }
  .top-1-ns {
    top: 1rem;
  }
  .left-1-ns {
    left: 1rem;
  }
  .right-1-ns {
    right: 1rem;
  }
  .bottom-1-ns {
    bottom: 1rem;
  }
  .top-2-ns {
    top: 2rem;
  }
  .left-2-ns {
    left: 2rem;
  }
  .right-2-ns {
    right: 2rem;
  }
  .bottom-2-ns {
    bottom: 2rem;
  }
  .top--1-ns {
    top: -1rem;
  }
  .right--1-ns {
    right: -1rem;
  }
  .bottom--1-ns {
    bottom: -1rem;
  }
  .left--1-ns {
    left: -1rem;
  }
  .top--2-ns {
    top: -2rem;
  }
  .right--2-ns {
    right: -2rem;
  }
  .bottom--2-ns {
    bottom: -2rem;
  }
  .left--2-ns {
    left: -2rem;
  }
  .absolute--fill-ns {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .cl-ns {
    clear: left;
  }
  .cr-ns {
    clear: right;
  }
  .cb-ns {
    clear: both;
  }
  .cn-ns {
    clear: none;
  }
  .dn-ns {
    display: none;
  }
  .di-ns {
    display: inline;
  }
  .db-ns {
    display: block;
  }
  .dib-ns {
    display: inline-block;
  }
  .dit-ns {
    display: inline-table;
  }
  .dt-ns {
    display: table;
  }
  .dtc-ns {
    display: table-cell;
  }
  .dt-row-ns {
    display: table-row;
  }
  .dt-row-group-ns {
    display: table-row-group;
  }
  .dt-column-ns {
    display: table-column;
  }
  .dt-column-group-ns {
    display: table-column-group;
  }
  .dt--fixed-ns {
    table-layout: fixed;
    width: 100%;
  }
  .flex-ns {
    display: flex;
  }
  .inline-flex-ns {
    display: inline-flex;
  }
  .flex-auto-ns {
    flex: 1 1 auto;
    min-width: 0; /* 1 */
    min-height: 0; /* 1 */
  }
  .flex-none-ns {
    flex: none;
  }
  .flex-column-ns {
    flex-direction: column;
  }
  .flex-row-ns {
    flex-direction: row;
  }
  .flex-wrap-ns {
    flex-wrap: wrap;
  }
  .flex-nowrap-ns {
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-ns {
    flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-ns {
    flex-direction: column-reverse;
  }
  .flex-row-reverse-ns {
    flex-direction: row-reverse;
  }
  .items-start-ns {
    align-items: flex-start;
  }
  .items-end-ns {
    align-items: flex-end;
  }
  .items-center-ns {
    align-items: center;
  }
  .items-baseline-ns {
    align-items: baseline;
  }
  .items-stretch-ns {
    align-items: stretch;
  }
  .self-start-ns {
    align-self: flex-start;
  }
  .self-end-ns {
    align-self: flex-end;
  }
  .self-center-ns {
    align-self: center;
  }
  .self-baseline-ns {
    align-self: baseline;
  }
  .self-stretch-ns {
    align-self: stretch;
  }
  .justify-start-ns {
    justify-content: flex-start;
  }
  .justify-end-ns {
    justify-content: flex-end;
  }
  .justify-center-ns {
    justify-content: center;
  }
  .justify-between-ns {
    justify-content: space-between;
  }
  .justify-around-ns {
    justify-content: space-around;
  }
  .content-start-ns {
    align-content: flex-start;
  }
  .content-end-ns {
    align-content: flex-end;
  }
  .content-center-ns {
    align-content: center;
  }
  .content-between-ns {
    align-content: space-between;
  }
  .content-around-ns {
    align-content: space-around;
  }
  .content-stretch-ns {
    align-content: stretch;
  }
  .order-0-ns {
    order: 0;
  }
  .order-1-ns {
    order: 1;
  }
  .order-2-ns {
    order: 2;
  }
  .order-3-ns {
    order: 3;
  }
  .order-4-ns {
    order: 4;
  }
  .order-5-ns {
    order: 5;
  }
  .order-6-ns {
    order: 6;
  }
  .order-7-ns {
    order: 7;
  }
  .order-8-ns {
    order: 8;
  }
  .order-last-ns {
    order: 99999;
  }
  .flex-grow-0-ns {
    flex-grow: 0;
  }
  .flex-grow-1-ns {
    flex-grow: 1;
  }
  .flex-shrink-0-ns {
    flex-shrink: 0;
  }
  .flex-shrink-1-ns {
    flex-shrink: 1;
  }
  .fl-ns {
    float: left;
    _display: inline;
  }
  .fr-ns {
    float: right;
    _display: inline;
  }
  .fn-ns {
    float: none;
  }
  .i-ns {
    font-style: italic;
  }
  .fs-normal-ns {
    font-style: normal;
  }
  .normal-ns {
    font-weight: normal;
  }
  .b-ns {
    font-weight: bold;
  }
  .fw1-ns {
    font-weight: 100;
  }
  .fw2-ns {
    font-weight: 200;
  }
  .fw3-ns {
    font-weight: 300;
  }
  .fw4-ns {
    font-weight: 400;
  }
  .fw5-ns {
    font-weight: 500;
  }
  .fw6-ns {
    font-weight: 600;
  }
  .fw7-ns {
    font-weight: 700;
  }
  .fw8-ns {
    font-weight: 800;
  }
  .fw9-ns {
    font-weight: 900;
  }
  .h1-ns {
    height: 1rem;
  }
  .h2-ns {
    height: 2rem;
  }
  .h3-ns {
    height: 4rem;
  }
  .h4-ns {
    height: 8rem;
  }
  .h5-ns {
    height: 16rem;
  }
  .h-25-ns {
    height: 25%;
  }
  .h-50-ns {
    height: 50%;
  }
  .h-75-ns {
    height: 75%;
  }
  .h-100-ns {
    height: 100%;
  }
  .min-h-100-ns {
    min-height: 100%;
  }
  .vh-25-ns {
    height: 25vh;
  }
  .vh-50-ns {
    height: 50vh;
  }
  .vh-75-ns {
    height: 75vh;
  }
  .vh-100-ns {
    height: 100vh;
  }
  .min-vh-100-ns {
    min-height: 100vh;
  }
  .h-auto-ns {
    height: auto;
  }
  .h-inherit-ns {
    height: inherit;
  }
  .tracked-ns {
    letter-spacing: 0.1em;
  }
  .tracked-tight-ns {
    letter-spacing: -0.05em;
  }
  .tracked-mega-ns {
    letter-spacing: 0.25em;
  }
  .lh-solid-ns {
    line-height: 1;
  }
  .lh-title-ns {
    line-height: 1.3;
  }
  .lh-copy-ns {
    line-height: 1.5;
  }
  .mw-100-ns {
    max-width: 100%;
  }
  .mw1-ns {
    max-width: 1rem;
  }
  .mw2-ns {
    max-width: 2rem;
  }
  .mw3-ns {
    max-width: 4rem;
  }
  .mw4-ns {
    max-width: 8rem;
  }
  .mw5-ns {
    max-width: 16rem;
  }
  .mw6-ns {
    max-width: 32rem;
  }
  .mw7-ns {
    max-width: 48rem;
  }
  .mw8-ns {
    max-width: 64rem;
  }
  .mw9-ns {
    max-width: 96rem;
  }
  .mw-none-ns {
    max-width: none;
  }
  .w1-ns {
    width: 1rem;
  }
  .w2-ns {
    width: 2rem;
  }
  .w3-ns {
    width: 4rem;
  }
  .w4-ns {
    width: 8rem;
  }
  .w5-ns {
    width: 16rem;
  }
  .w-10-ns {
    width: 10%;
  }
  .w-20-ns {
    width: 20%;
  }
  .w-25-ns {
    width: 25%;
  }
  .w-30-ns {
    width: 30%;
  }
  .w-33-ns {
    width: 33%;
  }
  .w-34-ns {
    width: 34%;
  }
  .w-40-ns {
    width: 40%;
  }
  .w-50-ns {
    width: 50%;
  }
  .w-60-ns {
    width: 60%;
  }
  .w-70-ns {
    width: 70%;
  }
  .w-75-ns {
    width: 75%;
  }
  .w-80-ns {
    width: 80%;
  }
  .w-90-ns {
    width: 90%;
  }
  .w-100-ns {
    width: 100%;
  }
  .w-third-ns {
    width: 33.33333%;
  }
  .w-two-thirds-ns {
    width: 66.66667%;
  }
  .w-auto-ns {
    width: auto;
  }
  .overflow-visible-ns {
    overflow: visible;
  }
  .overflow-hidden-ns {
    overflow: hidden;
  }
  .overflow-scroll-ns {
    overflow: scroll;
  }
  .overflow-auto-ns {
    overflow: auto;
  }
  .overflow-x-visible-ns {
    overflow-x: visible;
  }
  .overflow-x-hidden-ns {
    overflow-x: hidden;
  }
  .overflow-x-scroll-ns {
    overflow-x: scroll;
  }
  .overflow-x-auto-ns {
    overflow-x: auto;
  }
  .overflow-y-visible-ns {
    overflow-y: visible;
  }
  .overflow-y-hidden-ns {
    overflow-y: hidden;
  }
  .overflow-y-scroll-ns {
    overflow-y: scroll;
  }
  .overflow-y-auto-ns {
    overflow-y: auto;
  }
  .static-ns {
    position: static;
  }
  .relative-ns {
    position: relative;
  }
  .absolute-ns {
    position: absolute;
  }
  .fixed-ns {
    position: fixed;
  }
  .rotate-45-ns {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .rotate-90-ns {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rotate-135-ns {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .rotate-180-ns {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .rotate-225-ns {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .rotate-270-ns {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .rotate-315-ns {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .pa0-ns {
    padding: 0;
  }
  .pa1-ns {
    padding: 0.25rem;
  }
  .pa2-ns {
    padding: 0.5rem;
  }
  .pa3-ns {
    padding: 1rem;
  }
  .pa4-ns {
    padding: 1.5rem;
  }
  .pa5-ns {
    padding: 2rem;
  }
  .pa6-ns {
    padding: 3rem;
  }
  .pa7-ns {
    padding: 4rem;
  }
  .pa8-ns {
    padding: 8rem;
  }
  .pa9-ns {
    padding: 16rem;
  }
  .pl0-ns {
    padding-left: 0;
  }
  .pl1-ns {
    padding-left: 0.25rem;
  }
  .pl2-ns {
    padding-left: 0.5rem;
  }
  .pl3-ns {
    padding-left: 1rem;
  }
  .pl4-ns {
    padding-left: 1.5rem;
  }
  .pl5-ns {
    padding-left: 2rem;
  }
  .pl6-ns {
    padding-left: 3rem;
  }
  .pl7-ns {
    padding-left: 4rem;
  }
  .pl8-ns {
    padding-left: 8rem;
  }
  .pl9-ns {
    padding-left: 16rem;
  }
  .pr0-ns {
    padding-right: 0;
  }
  .pr1-ns {
    padding-right: 0.25rem;
  }
  .pr2-ns {
    padding-right: 0.5rem;
  }
  .pr3-ns {
    padding-right: 1rem;
  }
  .pr4-ns {
    padding-right: 1.5rem;
  }
  .pr5-ns {
    padding-right: 2rem;
  }
  .pr6-ns {
    padding-right: 3rem;
  }
  .pr7-ns {
    padding-right: 4rem;
  }
  .pr8-ns {
    padding-right: 8rem;
  }
  .pr9-ns {
    padding-right: 16rem;
  }
  .pb0-ns {
    padding-bottom: 0;
  }
  .pb1-ns {
    padding-bottom: 0.25rem;
  }
  .pb2-ns {
    padding-bottom: 0.5rem;
  }
  .pb3-ns {
    padding-bottom: 1rem;
  }
  .pb4-ns {
    padding-bottom: 1.5rem;
  }
  .pb5-ns {
    padding-bottom: 2rem;
  }
  .pb6-ns {
    padding-bottom: 3rem;
  }
  .pb7-ns {
    padding-bottom: 4rem;
  }
  .pb8-ns {
    padding-bottom: 8rem;
  }
  .pb9-ns {
    padding-bottom: 16rem;
  }
  .pt0-ns {
    padding-top: 0;
  }
  .pt1-ns {
    padding-top: 0.25rem;
  }
  .pt2-ns {
    padding-top: 0.5rem;
  }
  .pt3-ns {
    padding-top: 1rem;
  }
  .pt4-ns {
    padding-top: 1.5rem;
  }
  .pt5-ns {
    padding-top: 2rem;
  }
  .pt6-ns {
    padding-top: 3rem;
  }
  .pt7-ns {
    padding-top: 4rem;
  }
  .pt8-ns {
    padding-top: 8rem;
  }
  .pt9-ns {
    padding-top: 16rem;
  }
  .pv0-ns {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-ns {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-ns {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-ns {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pv4-ns {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .pv5-ns {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pv6-ns {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pv7-ns {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pv8-ns {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pv9-ns {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .ph0-ns {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1-ns {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ph2-ns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-ns {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph4-ns {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .ph5-ns {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ph6-ns {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .ph7-ns {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ph8-ns {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ph9-ns {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .ma0-ns {
    margin: 0;
  }
  .ma1-ns {
    margin: 0.25rem;
  }
  .ma2-ns {
    margin: 0.5rem;
  }
  .ma3-ns {
    margin: 1rem;
  }
  .ma4-ns {
    margin: 1.5rem;
  }
  .ma5-ns {
    margin: 2rem;
  }
  .ma6-ns {
    margin: 3rem;
  }
  .ma7-ns {
    margin: 4rem;
  }
  .ma8-ns {
    margin: 8rem;
  }
  .ma9-ns {
    margin: 16rem;
  }
  .ml0-ns {
    margin-left: 0;
  }
  .ml1-ns {
    margin-left: 0.25rem;
  }
  .ml2-ns {
    margin-left: 0.5rem;
  }
  .ml3-ns {
    margin-left: 1rem;
  }
  .ml4-ns {
    margin-left: 1.5rem;
  }
  .ml5-ns {
    margin-left: 2rem;
  }
  .ml6-ns {
    margin-left: 3rem;
  }
  .ml7-ns {
    margin-left: 4rem;
  }
  .ml8-ns {
    margin-left: 8rem;
  }
  .ml9-ns {
    margin-left: 16rem;
  }
  .mr0-ns {
    margin-right: 0;
  }
  .mr1-ns {
    margin-right: 0.25rem;
  }
  .mr2-ns {
    margin-right: 0.5rem;
  }
  .mr3-ns {
    margin-right: 1rem;
  }
  .mr4-ns {
    margin-right: 1.5rem;
  }
  .mr5-ns {
    margin-right: 2rem;
  }
  .mr6-ns {
    margin-right: 3rem;
  }
  .mr7-ns {
    margin-right: 4rem;
  }
  .mr8-ns {
    margin-right: 8rem;
  }
  .mr9-ns {
    margin-right: 16rem;
  }
  .mb0-ns {
    margin-bottom: 0;
  }
  .mb1-ns {
    margin-bottom: 0.25rem;
  }
  .mb2-ns {
    margin-bottom: 0.5rem;
  }
  .mb3-ns {
    margin-bottom: 1rem;
  }
  .mb4-ns {
    margin-bottom: 1.5rem;
  }
  .mb5-ns {
    margin-bottom: 2rem;
  }
  .mb6-ns {
    margin-bottom: 3rem;
  }
  .mb7-ns {
    margin-bottom: 4rem;
  }
  .mb8-ns {
    margin-bottom: 8rem;
  }
  .mb9-ns {
    margin-bottom: 16rem;
  }
  .mt0-ns {
    margin-top: 0;
  }
  .mt1-ns {
    margin-top: 0.25rem;
  }
  .mt2-ns {
    margin-top: 0.5rem;
  }
  .mt3-ns {
    margin-top: 1rem;
  }
  .mt4-ns {
    margin-top: 1.5rem;
  }
  .mt5-ns {
    margin-top: 2rem;
  }
  .mt6-ns {
    margin-top: 3rem;
  }
  .mt7-ns {
    margin-top: 4rem;
  }
  .mt8-ns {
    margin-top: 8rem;
  }
  .mt9-ns {
    margin-top: 16rem;
  }
  .mv0-ns {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1-ns {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mv2-ns {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mv3-ns {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mv4-ns {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .mv5-ns {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mv6-ns {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .mv7-ns {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mv8-ns {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mv9-ns {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .mh0-ns {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1-ns {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mh2-ns {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mh3-ns {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh4-ns {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .mh5-ns {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mh6-ns {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .mh7-ns {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mh8-ns {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .mh9-ns {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .na1-ns {
    margin: -0.25rem;
  }
  .na2-ns {
    margin: -0.5rem;
  }
  .na3-ns {
    margin: -1rem;
  }
  .na4-ns {
    margin: -1.5rem;
  }
  .na5-ns {
    margin: -2rem;
  }
  .na6-ns {
    margin: -3rem;
  }
  .na7-ns {
    margin: -4rem;
  }
  .nl1-ns {
    margin-left: -0.25rem;
  }
  .nl2-ns {
    margin-left: -0.5rem;
  }
  .nl3-ns {
    margin-left: -1rem;
  }
  .nl4-ns {
    margin-left: -1.5rem;
  }
  .nl5-ns {
    margin-left: -2rem;
  }
  .nl6-ns {
    margin-left: -3rem;
  }
  .nl7-ns {
    margin-left: -4rem;
  }
  .nr1-ns {
    margin-right: -0.25rem;
  }
  .nr2-ns {
    margin-right: -0.5rem;
  }
  .nr3-ns {
    margin-right: -1rem;
  }
  .nr4-ns {
    margin-right: -1.5rem;
  }
  .nr5-ns {
    margin-right: -2rem;
  }
  .nr6-ns {
    margin-right: -3rem;
  }
  .nr7-ns {
    margin-right: -4rem;
  }
  .nb1-ns {
    margin-bottom: -0.25rem;
  }
  .nb2-ns {
    margin-bottom: -0.5rem;
  }
  .nb3-ns {
    margin-bottom: -1rem;
  }
  .nb4-ns {
    margin-bottom: -1.5rem;
  }
  .nb5-ns {
    margin-bottom: -2rem;
  }
  .nb6-ns {
    margin-bottom: -3rem;
  }
  .nb7-ns {
    margin-bottom: -4rem;
  }
  .nt1-ns {
    margin-top: -0.25rem;
  }
  .nt2-ns {
    margin-top: -0.5rem;
  }
  .nt3-ns {
    margin-top: -1rem;
  }
  .nt4-ns {
    margin-top: -1.5rem;
  }
  .nt5-ns {
    margin-top: -2rem;
  }
  .nt6-ns {
    margin-top: -3rem;
  }
  .nt7-ns {
    margin-top: -4rem;
  }
  .strike-ns {
    text-decoration: line-through;
  }
  .underline-ns {
    text-decoration: underline;
  }
  .no-underline-ns {
    text-decoration: none;
  }
  .tl-ns {
    text-align: left;
  }
  .tr-ns {
    text-align: right;
  }
  .tc-ns {
    text-align: center;
  }
  .tj-ns {
    text-align: justify;
  }
  .ttc-ns {
    text-transform: capitalize;
  }
  .ttl-ns {
    text-transform: lowercase;
  }
  .ttu-ns {
    text-transform: uppercase;
  }
  .ttn-ns {
    text-transform: none;
  }
  .f-6-ns,
  .f-headline-ns {
    font-size: 4.5rem;
  }
  .f-5-ns,
  .f-subheadline-ns {
    font-size: 3.125rem;
  }
  .f0-ns {
    font-size: 2.5rem;
  }
  .f1-ns {
    font-size: 2rem;
  }
  .f2-ns {
    font-size: 1.5rem;
  }
  .f3-ns {
    font-size: 1.25rem;
  }
  .f4-ns {
    font-size: 1.125rem;
  }
  .f5-ns {
    font-size: 1rem;
  }
  .f6-ns {
    font-size: 0.875rem;
  }
  .f7-ns {
    font-size: 0.75rem;
  }
  .measure-ns {
    max-width: 30em;
  }
  .measure-wide-ns {
    max-width: 34em;
  }
  .measure-narrow-ns {
    max-width: 20em;
  }
  .indent-ns {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .small-caps-ns {
    font-variant: small-caps;
  }
  .truncate-ns {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .center-ns {
    margin-right: auto;
    margin-left: auto;
  }
  .mr-auto-ns {
    margin-right: auto;
  }
  .ml-auto-ns {
    margin-left: auto;
  }
  .clip-ns {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
  .ws-normal-ns {
    white-space: normal;
  }
  .nowrap-ns {
    white-space: nowrap;
  }
  .pre-ns {
    white-space: pre;
  }
  .v-base-ns {
    vertical-align: baseline;
  }
  .v-mid-ns {
    vertical-align: middle;
  }
  .v-top-ns {
    vertical-align: top;
  }
  .v-btm-ns {
    vertical-align: bottom;
  }
}
@media screen and (min-width: 60em) {
  .aspect-ratio-m {
    height: 0;
    position: relative;
  }
  .aspect-ratio--16x9-m {
    padding-bottom: 56.25%;
  }
  .aspect-ratio--9x16-m {
    padding-bottom: 177.77%;
  }
  .aspect-ratio--4x3-m {
    padding-bottom: 75%;
  }
  .aspect-ratio--3x4-m {
    padding-bottom: 133.33%;
  }
  .aspect-ratio--6x4-m {
    padding-bottom: 66.6%;
  }
  .aspect-ratio--4x6-m {
    padding-bottom: 150%;
  }
  .aspect-ratio--8x5-m {
    padding-bottom: 62.5%;
  }
  .aspect-ratio--5x8-m {
    padding-bottom: 160%;
  }
  .aspect-ratio--7x5-m {
    padding-bottom: 71.42%;
  }
  .aspect-ratio--5x7-m {
    padding-bottom: 140%;
  }
  .aspect-ratio--1x1-m {
    padding-bottom: 100%;
  }
  .aspect-ratio--object-m {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .cover-m {
    background-size: cover !important;
  }
  .contain-m {
    background-size: contain !important;
  }
  .bg-center-m {
    background-repeat: no-repeat;
    background-position: center center;
  }
  .bg-top-m {
    background-repeat: no-repeat;
    background-position: top center;
  }
  .bg-right-m {
    background-repeat: no-repeat;
    background-position: center right;
  }
  .bg-bottom-m {
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .bg-left-m {
    background-repeat: no-repeat;
    background-position: center left;
  }
  .outline-m {
    outline: 1px solid;
  }
  .outline-transparent-m {
    outline: 1px solid transparent;
  }
  .outline-0-m {
    outline: 0;
  }
  .ba-m {
    border-style: solid;
    border-width: 1px;
  }
  .bt-m {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .br-m {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .bb-m {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .bl-m {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .bn-m {
    border-style: none;
    border-width: 0;
  }
  .br0-m {
    border-radius: 0;
  }
  .br1-m {
    border-radius: 0.125rem;
  }
  .br2-m {
    border-radius: 0.25rem;
  }
  .br3-m {
    border-radius: 0.5rem;
  }
  .br4-m {
    border-radius: 1rem;
  }
  .br-100-m {
    border-radius: 100%;
  }
  .br-pill-m {
    border-radius: 9999px;
  }
  .br--bottom-m {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .br--top-m {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .br--right-m {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .br--left-m {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .br-inherit-m {
    border-radius: inherit;
  }
  .br-initial-m {
    border-radius: initial;
  }
  .br-unset-m {
    border-radius: unset;
  }
  .b--dotted-m {
    border-style: dotted;
  }
  .b--dashed-m {
    border-style: dashed;
  }
  .b--solid-m {
    border-style: solid;
  }
  .b--none-m {
    border-style: none;
  }
  .bw0-m {
    border-width: 0;
  }
  .bw1-m {
    border-width: 0.125rem;
  }
  .bw2-m {
    border-width: 0.25rem;
  }
  .bw3-m {
    border-width: 0.5rem;
  }
  .bw4-m {
    border-width: 1rem;
  }
  .bw5-m {
    border-width: 2rem;
  }
  .bt-0-m {
    border-top-width: 0;
  }
  .br-0-m {
    border-right-width: 0;
  }
  .bb-0-m {
    border-bottom-width: 0;
  }
  .bl-0-m {
    border-left-width: 0;
  }
  .shadow-1-m {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-2-m {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-3-m {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-4-m {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .shadow-5-m {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .top-0-m {
    top: 0;
  }
  .left-0-m {
    left: 0;
  }
  .right-0-m {
    right: 0;
  }
  .bottom-0-m {
    bottom: 0;
  }
  .top-1-m {
    top: 1rem;
  }
  .left-1-m {
    left: 1rem;
  }
  .right-1-m {
    right: 1rem;
  }
  .bottom-1-m {
    bottom: 1rem;
  }
  .top-2-m {
    top: 2rem;
  }
  .left-2-m {
    left: 2rem;
  }
  .right-2-m {
    right: 2rem;
  }
  .bottom-2-m {
    bottom: 2rem;
  }
  .top--1-m {
    top: -1rem;
  }
  .right--1-m {
    right: -1rem;
  }
  .bottom--1-m {
    bottom: -1rem;
  }
  .left--1-m {
    left: -1rem;
  }
  .top--2-m {
    top: -2rem;
  }
  .right--2-m {
    right: -2rem;
  }
  .bottom--2-m {
    bottom: -2rem;
  }
  .left--2-m {
    left: -2rem;
  }
  .absolute--fill-m {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .cl-m {
    clear: left;
  }
  .cr-m {
    clear: right;
  }
  .cb-m {
    clear: both;
  }
  .cn-m {
    clear: none;
  }
  .dn-m {
    display: none;
  }
  .di-m {
    display: inline;
  }
  .db-m {
    display: block;
  }
  .dib-m {
    display: inline-block;
  }
  .dit-m {
    display: inline-table;
  }
  .dt-m {
    display: table;
  }
  .dtc-m {
    display: table-cell;
  }
  .dt-row-m {
    display: table-row;
  }
  .dt-row-group-m {
    display: table-row-group;
  }
  .dt-column-m {
    display: table-column;
  }
  .dt-column-group-m {
    display: table-column-group;
  }
  .dt--fixed-m {
    table-layout: fixed;
    width: 100%;
  }
  .flex-m {
    display: flex;
  }
  .inline-flex-m {
    display: inline-flex;
  }
  .flex-auto-m {
    flex: 1 1 auto;
    min-width: 0; /* 1 */
    min-height: 0; /* 1 */
  }
  .flex-none-m {
    flex: none;
  }
  .flex-column-m {
    flex-direction: column;
  }
  .flex-row-m {
    flex-direction: row;
  }
  .flex-wrap-m {
    flex-wrap: wrap;
  }
  .flex-nowrap-m {
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-m {
    flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-m {
    flex-direction: column-reverse;
  }
  .flex-row-reverse-m {
    flex-direction: row-reverse;
  }
  .items-start-m {
    align-items: flex-start;
  }
  .items-end-m {
    align-items: flex-end;
  }
  .items-center-m {
    align-items: center;
  }
  .items-baseline-m {
    align-items: baseline;
  }
  .items-stretch-m {
    align-items: stretch;
  }
  .self-start-m {
    align-self: flex-start;
  }
  .self-end-m {
    align-self: flex-end;
  }
  .self-center-m {
    align-self: center;
  }
  .self-baseline-m {
    align-self: baseline;
  }
  .self-stretch-m {
    align-self: stretch;
  }
  .justify-start-m {
    justify-content: flex-start;
  }
  .justify-end-m {
    justify-content: flex-end;
  }
  .justify-center-m {
    justify-content: center;
  }
  .justify-between-m {
    justify-content: space-between;
  }
  .justify-around-m {
    justify-content: space-around;
  }
  .content-start-m {
    align-content: flex-start;
  }
  .content-end-m {
    align-content: flex-end;
  }
  .content-center-m {
    align-content: center;
  }
  .content-between-m {
    align-content: space-between;
  }
  .content-around-m {
    align-content: space-around;
  }
  .content-stretch-m {
    align-content: stretch;
  }
  .order-0-m {
    order: 0;
  }
  .order-1-m {
    order: 1;
  }
  .order-2-m {
    order: 2;
  }
  .order-3-m {
    order: 3;
  }
  .order-4-m {
    order: 4;
  }
  .order-5-m {
    order: 5;
  }
  .order-6-m {
    order: 6;
  }
  .order-7-m {
    order: 7;
  }
  .order-8-m {
    order: 8;
  }
  .order-last-m {
    order: 99999;
  }
  .flex-grow-0-m {
    flex-grow: 0;
  }
  .flex-grow-1-m {
    flex-grow: 1;
  }
  .flex-shrink-0-m {
    flex-shrink: 0;
  }
  .flex-shrink-1-m {
    flex-shrink: 1;
  }
  .fl-m {
    float: left;
    _display: inline;
  }
  .fr-m {
    float: right;
    _display: inline;
  }
  .fn-m {
    float: none;
  }
  .i-m {
    font-style: italic;
  }
  .fs-normal-m {
    font-style: normal;
  }
  .normal-m {
    font-weight: normal;
  }
  .b-m {
    font-weight: bold;
  }
  .fw1-m {
    font-weight: 100;
  }
  .fw2-m {
    font-weight: 200;
  }
  .fw3-m {
    font-weight: 300;
  }
  .fw4-m {
    font-weight: 400;
  }
  .fw5-m {
    font-weight: 500;
  }
  .fw6-m {
    font-weight: 600;
  }
  .fw7-m {
    font-weight: 700;
  }
  .fw8-m {
    font-weight: 800;
  }
  .fw9-m {
    font-weight: 900;
  }
  .h1-m {
    height: 1rem;
  }
  .h2-m {
    height: 2rem;
  }
  .h3-m {
    height: 4rem;
  }
  .h4-m {
    height: 8rem;
  }
  .h5-m {
    height: 16rem;
  }
  .h-25-m {
    height: 25%;
  }
  .h-50-m {
    height: 50%;
  }
  .h-75-m {
    height: 75%;
  }
  .h-100-m {
    height: 100%;
  }
  .min-h-100-m {
    min-height: 100%;
  }
  .vh-25-m {
    height: 25vh;
  }
  .vh-50-m {
    height: 50vh;
  }
  .vh-75-m {
    height: 75vh;
  }
  .vh-100-m {
    height: 100vh;
  }
  .min-vh-100-m {
    min-height: 100vh;
  }
  .h-auto-m {
    height: auto;
  }
  .h-inherit-m {
    height: inherit;
  }
  .tracked-m {
    letter-spacing: 0.1em;
  }
  .tracked-tight-m {
    letter-spacing: -0.05em;
  }
  .tracked-mega-m {
    letter-spacing: 0.25em;
  }
  .lh-solid-m {
    line-height: 1;
  }
  .lh-title-m {
    line-height: 1.3;
  }
  .lh-copy-m {
    line-height: 1.5;
  }
  .mw-100-m {
    max-width: 100%;
  }
  .mw1-m {
    max-width: 1rem;
  }
  .mw2-m {
    max-width: 2rem;
  }
  .mw3-m {
    max-width: 4rem;
  }
  .mw4-m {
    max-width: 8rem;
  }
  .mw5-m {
    max-width: 16rem;
  }
  .mw6-m {
    max-width: 32rem;
  }
  .mw7-m {
    max-width: 48rem;
  }
  .mw8-m {
    max-width: 64rem;
  }
  .mw9-m {
    max-width: 96rem;
  }
  .mw-none-m {
    max-width: none;
  }
  .w1-m {
    width: 1rem;
  }
  .w2-m {
    width: 2rem;
  }
  .w3-m {
    width: 4rem;
  }
  .w4-m {
    width: 8rem;
  }
  .w5-m {
    width: 16rem;
  }
  .w-10-m {
    width: 10%;
  }
  .w-20-m {
    width: 20%;
  }
  .w-25-m {
    width: 25%;
  }
  .w-30-m {
    width: 30%;
  }
  .w-33-m {
    width: 33%;
  }
  .w-34-m {
    width: 34%;
  }
  .w-40-m {
    width: 40%;
  }
  .w-50-m {
    width: 50%;
  }
  .w-60-m {
    width: 60%;
  }
  .w-70-m {
    width: 70%;
  }
  .w-75-m {
    width: 75%;
  }
  .w-80-m {
    width: 80%;
  }
  .w-90-m {
    width: 90%;
  }
  .w-100-m {
    width: 100%;
  }
  .w-third-m {
    width: 33.33333%;
  }
  .w-two-thirds-m {
    width: 66.66667%;
  }
  .w-auto-m {
    width: auto;
  }
  .overflow-visible-m {
    overflow: visible;
  }
  .overflow-hidden-m {
    overflow: hidden;
  }
  .overflow-scroll-m {
    overflow: scroll;
  }
  .overflow-auto-m {
    overflow: auto;
  }
  .overflow-x-visible-m {
    overflow-x: visible;
  }
  .overflow-x-hidden-m {
    overflow-x: hidden;
  }
  .overflow-x-scroll-m {
    overflow-x: scroll;
  }
  .overflow-x-auto-m {
    overflow-x: auto;
  }
  .overflow-y-visible-m {
    overflow-y: visible;
  }
  .overflow-y-hidden-m {
    overflow-y: hidden;
  }
  .overflow-y-scroll-m {
    overflow-y: scroll;
  }
  .overflow-y-auto-m {
    overflow-y: auto;
  }
  .static-m {
    position: static;
  }
  .relative-m {
    position: relative;
  }
  .absolute-m {
    position: absolute;
  }
  .fixed-m {
    position: fixed;
  }
  .rotate-45-m {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .rotate-90-m {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rotate-135-m {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .rotate-180-m {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .rotate-225-m {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .rotate-270-m {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .rotate-315-m {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .pa0-m {
    padding: 0;
  }
  .pa1-m {
    padding: 0.25rem;
  }
  .pa2-m {
    padding: 0.5rem;
  }
  .pa3-m {
    padding: 1rem;
  }
  .pa4-m {
    padding: 1.5rem;
  }
  .pa5-m {
    padding: 2rem;
  }
  .pa6-m {
    padding: 3rem;
  }
  .pa7-m {
    padding: 4rem;
  }
  .pa8-m {
    padding: 8rem;
  }
  .pa9-m {
    padding: 16rem;
  }
  .pl0-m {
    padding-left: 0;
  }
  .pl1-m {
    padding-left: 0.25rem;
  }
  .pl2-m {
    padding-left: 0.5rem;
  }
  .pl3-m {
    padding-left: 1rem;
  }
  .pl4-m {
    padding-left: 1.5rem;
  }
  .pl5-m {
    padding-left: 2rem;
  }
  .pl6-m {
    padding-left: 3rem;
  }
  .pl7-m {
    padding-left: 4rem;
  }
  .pl8-m {
    padding-left: 8rem;
  }
  .pl9-m {
    padding-left: 16rem;
  }
  .pr0-m {
    padding-right: 0;
  }
  .pr1-m {
    padding-right: 0.25rem;
  }
  .pr2-m {
    padding-right: 0.5rem;
  }
  .pr3-m {
    padding-right: 1rem;
  }
  .pr4-m {
    padding-right: 1.5rem;
  }
  .pr5-m {
    padding-right: 2rem;
  }
  .pr6-m {
    padding-right: 3rem;
  }
  .pr7-m {
    padding-right: 4rem;
  }
  .pr8-m {
    padding-right: 8rem;
  }
  .pr9-m {
    padding-right: 16rem;
  }
  .pb0-m {
    padding-bottom: 0;
  }
  .pb1-m {
    padding-bottom: 0.25rem;
  }
  .pb2-m {
    padding-bottom: 0.5rem;
  }
  .pb3-m {
    padding-bottom: 1rem;
  }
  .pb4-m {
    padding-bottom: 1.5rem;
  }
  .pb5-m {
    padding-bottom: 2rem;
  }
  .pb6-m {
    padding-bottom: 3rem;
  }
  .pb7-m {
    padding-bottom: 4rem;
  }
  .pb8-m {
    padding-bottom: 8rem;
  }
  .pb9-m {
    padding-bottom: 16rem;
  }
  .pt0-m {
    padding-top: 0;
  }
  .pt1-m {
    padding-top: 0.25rem;
  }
  .pt2-m {
    padding-top: 0.5rem;
  }
  .pt3-m {
    padding-top: 1rem;
  }
  .pt4-m {
    padding-top: 1.5rem;
  }
  .pt5-m {
    padding-top: 2rem;
  }
  .pt6-m {
    padding-top: 3rem;
  }
  .pt7-m {
    padding-top: 4rem;
  }
  .pt8-m {
    padding-top: 8rem;
  }
  .pt9-m {
    padding-top: 16rem;
  }
  .pv0-m {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-m {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-m {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-m {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pv4-m {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .pv5-m {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pv6-m {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pv7-m {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pv8-m {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pv9-m {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .ph0-m {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1-m {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ph2-m {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-m {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph4-m {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .ph5-m {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ph6-m {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .ph7-m {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ph8-m {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ph9-m {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .ma0-m {
    margin: 0;
  }
  .ma1-m {
    margin: 0.25rem;
  }
  .ma2-m {
    margin: 0.5rem;
  }
  .ma3-m {
    margin: 1rem;
  }
  .ma4-m {
    margin: 1.5rem;
  }
  .ma5-m {
    margin: 2rem;
  }
  .ma6-m {
    margin: 3rem;
  }
  .ma7-m {
    margin: 4rem;
  }
  .ma8-m {
    margin: 8rem;
  }
  .ma9-m {
    margin: 16rem;
  }
  .ml0-m {
    margin-left: 0;
  }
  .ml1-m {
    margin-left: 0.25rem;
  }
  .ml2-m {
    margin-left: 0.5rem;
  }
  .ml3-m {
    margin-left: 1rem;
  }
  .ml4-m {
    margin-left: 1.5rem;
  }
  .ml5-m {
    margin-left: 2rem;
  }
  .ml6-m {
    margin-left: 3rem;
  }
  .ml7-m {
    margin-left: 4rem;
  }
  .ml8-m {
    margin-left: 8rem;
  }
  .ml9-m {
    margin-left: 16rem;
  }
  .mr0-m {
    margin-right: 0;
  }
  .mr1-m {
    margin-right: 0.25rem;
  }
  .mr2-m {
    margin-right: 0.5rem;
  }
  .mr3-m {
    margin-right: 1rem;
  }
  .mr4-m {
    margin-right: 1.5rem;
  }
  .mr5-m {
    margin-right: 2rem;
  }
  .mr6-m {
    margin-right: 3rem;
  }
  .mr7-m {
    margin-right: 4rem;
  }
  .mr8-m {
    margin-right: 8rem;
  }
  .mr9-m {
    margin-right: 16rem;
  }
  .mb0-m {
    margin-bottom: 0;
  }
  .mb1-m {
    margin-bottom: 0.25rem;
  }
  .mb2-m {
    margin-bottom: 0.5rem;
  }
  .mb3-m {
    margin-bottom: 1rem;
  }
  .mb4-m {
    margin-bottom: 1.5rem;
  }
  .mb5-m {
    margin-bottom: 2rem;
  }
  .mb6-m {
    margin-bottom: 3rem;
  }
  .mb7-m {
    margin-bottom: 4rem;
  }
  .mb8-m {
    margin-bottom: 8rem;
  }
  .mb9-m {
    margin-bottom: 16rem;
  }
  .mt0-m {
    margin-top: 0;
  }
  .mt1-m {
    margin-top: 0.25rem;
  }
  .mt2-m {
    margin-top: 0.5rem;
  }
  .mt3-m {
    margin-top: 1rem;
  }
  .mt4-m {
    margin-top: 1.5rem;
  }
  .mt5-m {
    margin-top: 2rem;
  }
  .mt6-m {
    margin-top: 3rem;
  }
  .mt7-m {
    margin-top: 4rem;
  }
  .mt8-m {
    margin-top: 8rem;
  }
  .mt9-m {
    margin-top: 16rem;
  }
  .mv0-m {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1-m {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mv2-m {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mv3-m {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mv4-m {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .mv5-m {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mv6-m {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .mv7-m {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mv8-m {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mv9-m {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .mh0-m {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1-m {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mh2-m {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mh3-m {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh4-m {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .mh5-m {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mh6-m {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .mh7-m {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mh8-m {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .mh9-m {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .na1-m {
    margin: -0.25rem;
  }
  .na2-m {
    margin: -0.5rem;
  }
  .na3-m {
    margin: -1rem;
  }
  .na4-m {
    margin: -1.5rem;
  }
  .na5-m {
    margin: -2rem;
  }
  .na6-m {
    margin: -3rem;
  }
  .na7-m {
    margin: -4rem;
  }
  .nl1-m {
    margin-left: -0.25rem;
  }
  .nl2-m {
    margin-left: -0.5rem;
  }
  .nl3-m {
    margin-left: -1rem;
  }
  .nl4-m {
    margin-left: -1.5rem;
  }
  .nl5-m {
    margin-left: -2rem;
  }
  .nl6-m {
    margin-left: -3rem;
  }
  .nl7-m {
    margin-left: -4rem;
  }
  .nr1-m {
    margin-right: -0.25rem;
  }
  .nr2-m {
    margin-right: -0.5rem;
  }
  .nr3-m {
    margin-right: -1rem;
  }
  .nr4-m {
    margin-right: -1.5rem;
  }
  .nr5-m {
    margin-right: -2rem;
  }
  .nr6-m {
    margin-right: -3rem;
  }
  .nr7-m {
    margin-right: -4rem;
  }
  .nb1-m {
    margin-bottom: -0.25rem;
  }
  .nb2-m {
    margin-bottom: -0.5rem;
  }
  .nb3-m {
    margin-bottom: -1rem;
  }
  .nb4-m {
    margin-bottom: -1.5rem;
  }
  .nb5-m {
    margin-bottom: -2rem;
  }
  .nb6-m {
    margin-bottom: -3rem;
  }
  .nb7-m {
    margin-bottom: -4rem;
  }
  .nt1-m {
    margin-top: -0.25rem;
  }
  .nt2-m {
    margin-top: -0.5rem;
  }
  .nt3-m {
    margin-top: -1rem;
  }
  .nt4-m {
    margin-top: -1.5rem;
  }
  .nt5-m {
    margin-top: -2rem;
  }
  .nt6-m {
    margin-top: -3rem;
  }
  .nt7-m {
    margin-top: -4rem;
  }
  .strike-m {
    text-decoration: line-through;
  }
  .underline-m {
    text-decoration: underline;
  }
  .no-underline-m {
    text-decoration: none;
  }
  .tl-m {
    text-align: left;
  }
  .tr-m {
    text-align: right;
  }
  .tc-m {
    text-align: center;
  }
  .tj-m {
    text-align: justify;
  }
  .ttc-m {
    text-transform: capitalize;
  }
  .ttl-m {
    text-transform: lowercase;
  }
  .ttu-m {
    text-transform: uppercase;
  }
  .ttn-m {
    text-transform: none;
  }
  .f-6-m,
  .f-headline-m {
    font-size: 4.5rem;
  }
  .f-5-m,
  .f-subheadline-m {
    font-size: 3.125rem;
  }
  .f0-m {
    font-size: 2.5rem;
  }
  .f1-m {
    font-size: 2rem;
  }
  .f2-m {
    font-size: 1.5rem;
  }
  .f3-m {
    font-size: 1.25rem;
  }
  .f4-m {
    font-size: 1.125rem;
  }
  .f5-m {
    font-size: 1rem;
  }
  .f6-m {
    font-size: 0.875rem;
  }
  .f7-m {
    font-size: 0.75rem;
  }
  .measure-m {
    max-width: 30em;
  }
  .measure-wide-m {
    max-width: 34em;
  }
  .measure-narrow-m {
    max-width: 20em;
  }
  .indent-m {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .small-caps-m {
    font-variant: small-caps;
  }
  .truncate-m {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .center-m {
    margin-right: auto;
    margin-left: auto;
  }
  .mr-auto-m {
    margin-right: auto;
  }
  .ml-auto-m {
    margin-left: auto;
  }
  .clip-m {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
  .ws-normal-m {
    white-space: normal;
  }
  .nowrap-m {
    white-space: nowrap;
  }
  .pre-m {
    white-space: pre;
  }
  .v-base-m {
    vertical-align: baseline;
  }
  .v-mid-m {
    vertical-align: middle;
  }
  .v-top-m {
    vertical-align: top;
  }
  .v-btm-m {
    vertical-align: bottom;
  }
}
@media screen and (min-width: 80em) {
  .aspect-ratio-l {
    height: 0;
    position: relative;
  }
  .aspect-ratio--16x9-l {
    padding-bottom: 56.25%;
  }
  .aspect-ratio--9x16-l {
    padding-bottom: 177.77%;
  }
  .aspect-ratio--4x3-l {
    padding-bottom: 75%;
  }
  .aspect-ratio--3x4-l {
    padding-bottom: 133.33%;
  }
  .aspect-ratio--6x4-l {
    padding-bottom: 66.6%;
  }
  .aspect-ratio--4x6-l {
    padding-bottom: 150%;
  }
  .aspect-ratio--8x5-l {
    padding-bottom: 62.5%;
  }
  .aspect-ratio--5x8-l {
    padding-bottom: 160%;
  }
  .aspect-ratio--7x5-l {
    padding-bottom: 71.42%;
  }
  .aspect-ratio--5x7-l {
    padding-bottom: 140%;
  }
  .aspect-ratio--1x1-l {
    padding-bottom: 100%;
  }
  .aspect-ratio--object-l {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .cover-l {
    background-size: cover !important;
  }
  .contain-l {
    background-size: contain !important;
  }
  .bg-center-l {
    background-repeat: no-repeat;
    background-position: center center;
  }
  .bg-top-l {
    background-repeat: no-repeat;
    background-position: top center;
  }
  .bg-right-l {
    background-repeat: no-repeat;
    background-position: center right;
  }
  .bg-bottom-l {
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .bg-left-l {
    background-repeat: no-repeat;
    background-position: center left;
  }
  .outline-l {
    outline: 1px solid;
  }
  .outline-transparent-l {
    outline: 1px solid transparent;
  }
  .outline-0-l {
    outline: 0;
  }
  .ba-l {
    border-style: solid;
    border-width: 1px;
  }
  .bt-l {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .br-l {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .bb-l {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .bl-l {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .bn-l {
    border-style: none;
    border-width: 0;
  }
  .br0-l {
    border-radius: 0;
  }
  .br1-l {
    border-radius: 0.125rem;
  }
  .br2-l {
    border-radius: 0.25rem;
  }
  .br3-l {
    border-radius: 0.5rem;
  }
  .br4-l {
    border-radius: 1rem;
  }
  .br-100-l {
    border-radius: 100%;
  }
  .br-pill-l {
    border-radius: 9999px;
  }
  .br--bottom-l {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .br--top-l {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .br--right-l {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .br--left-l {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .br-inherit-l {
    border-radius: inherit;
  }
  .br-initial-l {
    border-radius: initial;
  }
  .br-unset-l {
    border-radius: unset;
  }
  .b--dotted-l {
    border-style: dotted;
  }
  .b--dashed-l {
    border-style: dashed;
  }
  .b--solid-l {
    border-style: solid;
  }
  .b--none-l {
    border-style: none;
  }
  .bw0-l {
    border-width: 0;
  }
  .bw1-l {
    border-width: 0.125rem;
  }
  .bw2-l {
    border-width: 0.25rem;
  }
  .bw3-l {
    border-width: 0.5rem;
  }
  .bw4-l {
    border-width: 1rem;
  }
  .bw5-l {
    border-width: 2rem;
  }
  .bt-0-l {
    border-top-width: 0;
  }
  .br-0-l {
    border-right-width: 0;
  }
  .bb-0-l {
    border-bottom-width: 0;
  }
  .bl-0-l {
    border-left-width: 0;
  }
  .shadow-1-l {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-2-l {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-3-l {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-4-l {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .shadow-5-l {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .top-0-l {
    top: 0;
  }
  .left-0-l {
    left: 0;
  }
  .right-0-l {
    right: 0;
  }
  .bottom-0-l {
    bottom: 0;
  }
  .top-1-l {
    top: 1rem;
  }
  .left-1-l {
    left: 1rem;
  }
  .right-1-l {
    right: 1rem;
  }
  .bottom-1-l {
    bottom: 1rem;
  }
  .top-2-l {
    top: 2rem;
  }
  .left-2-l {
    left: 2rem;
  }
  .right-2-l {
    right: 2rem;
  }
  .bottom-2-l {
    bottom: 2rem;
  }
  .top--1-l {
    top: -1rem;
  }
  .right--1-l {
    right: -1rem;
  }
  .bottom--1-l {
    bottom: -1rem;
  }
  .left--1-l {
    left: -1rem;
  }
  .top--2-l {
    top: -2rem;
  }
  .right--2-l {
    right: -2rem;
  }
  .bottom--2-l {
    bottom: -2rem;
  }
  .left--2-l {
    left: -2rem;
  }
  .absolute--fill-l {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .cl-l {
    clear: left;
  }
  .cr-l {
    clear: right;
  }
  .cb-l {
    clear: both;
  }
  .cn-l {
    clear: none;
  }
  .dn-l {
    display: none;
  }
  .di-l {
    display: inline;
  }
  .db-l {
    display: block;
  }
  .dib-l {
    display: inline-block;
  }
  .dit-l {
    display: inline-table;
  }
  .dt-l {
    display: table;
  }
  .dtc-l {
    display: table-cell;
  }
  .dt-row-l {
    display: table-row;
  }
  .dt-row-group-l {
    display: table-row-group;
  }
  .dt-column-l {
    display: table-column;
  }
  .dt-column-group-l {
    display: table-column-group;
  }
  .dt--fixed-l {
    table-layout: fixed;
    width: 100%;
  }
  .flex-l {
    display: flex;
  }
  .inline-flex-l {
    display: inline-flex;
  }
  .flex-auto-l {
    flex: 1 1 auto;
    min-width: 0; /* 1 */
    min-height: 0; /* 1 */
  }
  .flex-none-l {
    flex: none;
  }
  .flex-column-l {
    flex-direction: column;
  }
  .flex-row-l {
    flex-direction: row;
  }
  .flex-wrap-l {
    flex-wrap: wrap;
  }
  .flex-nowrap-l {
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-l {
    flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-l {
    flex-direction: column-reverse;
  }
  .flex-row-reverse-l {
    flex-direction: row-reverse;
  }
  .items-start-l {
    align-items: flex-start;
  }
  .items-end-l {
    align-items: flex-end;
  }
  .items-center-l {
    align-items: center;
  }
  .items-baseline-l {
    align-items: baseline;
  }
  .items-stretch-l {
    align-items: stretch;
  }
  .self-start-l {
    align-self: flex-start;
  }
  .self-end-l {
    align-self: flex-end;
  }
  .self-center-l {
    align-self: center;
  }
  .self-baseline-l {
    align-self: baseline;
  }
  .self-stretch-l {
    align-self: stretch;
  }
  .justify-start-l {
    justify-content: flex-start;
  }
  .justify-end-l {
    justify-content: flex-end;
  }
  .justify-center-l {
    justify-content: center;
  }
  .justify-between-l {
    justify-content: space-between;
  }
  .justify-around-l {
    justify-content: space-around;
  }
  .content-start-l {
    align-content: flex-start;
  }
  .content-end-l {
    align-content: flex-end;
  }
  .content-center-l {
    align-content: center;
  }
  .content-between-l {
    align-content: space-between;
  }
  .content-around-l {
    align-content: space-around;
  }
  .content-stretch-l {
    align-content: stretch;
  }
  .order-0-l {
    order: 0;
  }
  .order-1-l {
    order: 1;
  }
  .order-2-l {
    order: 2;
  }
  .order-3-l {
    order: 3;
  }
  .order-4-l {
    order: 4;
  }
  .order-5-l {
    order: 5;
  }
  .order-6-l {
    order: 6;
  }
  .order-7-l {
    order: 7;
  }
  .order-8-l {
    order: 8;
  }
  .order-last-l {
    order: 99999;
  }
  .flex-grow-0-l {
    flex-grow: 0;
  }
  .flex-grow-1-l {
    flex-grow: 1;
  }
  .flex-shrink-0-l {
    flex-shrink: 0;
  }
  .flex-shrink-1-l {
    flex-shrink: 1;
  }
  .fl-l {
    float: left;
    _display: inline;
  }
  .fr-l {
    float: right;
    _display: inline;
  }
  .fn-l {
    float: none;
  }
  .i-l {
    font-style: italic;
  }
  .fs-normal-l {
    font-style: normal;
  }
  .normal-l {
    font-weight: normal;
  }
  .b-l {
    font-weight: bold;
  }
  .fw1-l {
    font-weight: 100;
  }
  .fw2-l {
    font-weight: 200;
  }
  .fw3-l {
    font-weight: 300;
  }
  .fw4-l {
    font-weight: 400;
  }
  .fw5-l {
    font-weight: 500;
  }
  .fw6-l {
    font-weight: 600;
  }
  .fw7-l {
    font-weight: 700;
  }
  .fw8-l {
    font-weight: 800;
  }
  .fw9-l {
    font-weight: 900;
  }
  .h1-l {
    height: 1rem;
  }
  .h2-l {
    height: 2rem;
  }
  .h3-l {
    height: 4rem;
  }
  .h4-l {
    height: 8rem;
  }
  .h5-l {
    height: 16rem;
  }
  .h-25-l {
    height: 25%;
  }
  .h-50-l {
    height: 50%;
  }
  .h-75-l {
    height: 75%;
  }
  .h-100-l {
    height: 100%;
  }
  .min-h-100-l {
    min-height: 100%;
  }
  .vh-25-l {
    height: 25vh;
  }
  .vh-50-l {
    height: 50vh;
  }
  .vh-75-l {
    height: 75vh;
  }
  .vh-100-l {
    height: 100vh;
  }
  .min-vh-100-l {
    min-height: 100vh;
  }
  .h-auto-l {
    height: auto;
  }
  .h-inherit-l {
    height: inherit;
  }
  .tracked-l {
    letter-spacing: 0.1em;
  }
  .tracked-tight-l {
    letter-spacing: -0.05em;
  }
  .tracked-mega-l {
    letter-spacing: 0.25em;
  }
  .lh-solid-l {
    line-height: 1;
  }
  .lh-title-l {
    line-height: 1.3;
  }
  .lh-copy-l {
    line-height: 1.5;
  }
  .mw-100-l {
    max-width: 100%;
  }
  .mw1-l {
    max-width: 1rem;
  }
  .mw2-l {
    max-width: 2rem;
  }
  .mw3-l {
    max-width: 4rem;
  }
  .mw4-l {
    max-width: 8rem;
  }
  .mw5-l {
    max-width: 16rem;
  }
  .mw6-l {
    max-width: 32rem;
  }
  .mw7-l {
    max-width: 48rem;
  }
  .mw8-l {
    max-width: 64rem;
  }
  .mw9-l {
    max-width: 96rem;
  }
  .mw-none-l {
    max-width: none;
  }
  .w1-l {
    width: 1rem;
  }
  .w2-l {
    width: 2rem;
  }
  .w3-l {
    width: 4rem;
  }
  .w4-l {
    width: 8rem;
  }
  .w5-l {
    width: 16rem;
  }
  .w-10-l {
    width: 10%;
  }
  .w-20-l {
    width: 20%;
  }
  .w-25-l {
    width: 25%;
  }
  .w-30-l {
    width: 30%;
  }
  .w-33-l {
    width: 33%;
  }
  .w-34-l {
    width: 34%;
  }
  .w-40-l {
    width: 40%;
  }
  .w-50-l {
    width: 50%;
  }
  .w-60-l {
    width: 60%;
  }
  .w-70-l {
    width: 70%;
  }
  .w-75-l {
    width: 75%;
  }
  .w-80-l {
    width: 80%;
  }
  .w-90-l {
    width: 90%;
  }
  .w-100-l {
    width: 100%;
  }
  .w-third-l {
    width: 33.33333%;
  }
  .w-two-thirds-l {
    width: 66.66667%;
  }
  .w-auto-l {
    width: auto;
  }
  .overflow-visible-l {
    overflow: visible;
  }
  .overflow-hidden-l {
    overflow: hidden;
  }
  .overflow-scroll-l {
    overflow: scroll;
  }
  .overflow-auto-l {
    overflow: auto;
  }
  .overflow-x-visible-l {
    overflow-x: visible;
  }
  .overflow-x-hidden-l {
    overflow-x: hidden;
  }
  .overflow-x-scroll-l {
    overflow-x: scroll;
  }
  .overflow-x-auto-l {
    overflow-x: auto;
  }
  .overflow-y-visible-l {
    overflow-y: visible;
  }
  .overflow-y-hidden-l {
    overflow-y: hidden;
  }
  .overflow-y-scroll-l {
    overflow-y: scroll;
  }
  .overflow-y-auto-l {
    overflow-y: auto;
  }
  .static-l {
    position: static;
  }
  .relative-l {
    position: relative;
  }
  .absolute-l {
    position: absolute;
  }
  .fixed-l {
    position: fixed;
  }
  .rotate-45-l {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .rotate-90-l {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rotate-135-l {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .rotate-180-l {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .rotate-225-l {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .rotate-270-l {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .rotate-315-l {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .pa0-l {
    padding: 0;
  }
  .pa1-l {
    padding: 0.25rem;
  }
  .pa2-l {
    padding: 0.5rem;
  }
  .pa3-l {
    padding: 1rem;
  }
  .pa4-l {
    padding: 1.5rem;
  }
  .pa5-l {
    padding: 2rem;
  }
  .pa6-l {
    padding: 3rem;
  }
  .pa7-l {
    padding: 4rem;
  }
  .pa8-l {
    padding: 8rem;
  }
  .pa9-l {
    padding: 16rem;
  }
  .pl0-l {
    padding-left: 0;
  }
  .pl1-l {
    padding-left: 0.25rem;
  }
  .pl2-l {
    padding-left: 0.5rem;
  }
  .pl3-l {
    padding-left: 1rem;
  }
  .pl4-l {
    padding-left: 1.5rem;
  }
  .pl5-l {
    padding-left: 2rem;
  }
  .pl6-l {
    padding-left: 3rem;
  }
  .pl7-l {
    padding-left: 4rem;
  }
  .pl8-l {
    padding-left: 8rem;
  }
  .pl9-l {
    padding-left: 16rem;
  }
  .pr0-l {
    padding-right: 0;
  }
  .pr1-l {
    padding-right: 0.25rem;
  }
  .pr2-l {
    padding-right: 0.5rem;
  }
  .pr3-l {
    padding-right: 1rem;
  }
  .pr4-l {
    padding-right: 1.5rem;
  }
  .pr5-l {
    padding-right: 2rem;
  }
  .pr6-l {
    padding-right: 3rem;
  }
  .pr7-l {
    padding-right: 4rem;
  }
  .pr8-l {
    padding-right: 8rem;
  }
  .pr9-l {
    padding-right: 16rem;
  }
  .pb0-l {
    padding-bottom: 0;
  }
  .pb1-l {
    padding-bottom: 0.25rem;
  }
  .pb2-l {
    padding-bottom: 0.5rem;
  }
  .pb3-l {
    padding-bottom: 1rem;
  }
  .pb4-l {
    padding-bottom: 1.5rem;
  }
  .pb5-l {
    padding-bottom: 2rem;
  }
  .pb6-l {
    padding-bottom: 3rem;
  }
  .pb7-l {
    padding-bottom: 4rem;
  }
  .pb8-l {
    padding-bottom: 8rem;
  }
  .pb9-l {
    padding-bottom: 16rem;
  }
  .pt0-l {
    padding-top: 0;
  }
  .pt1-l {
    padding-top: 0.25rem;
  }
  .pt2-l {
    padding-top: 0.5rem;
  }
  .pt3-l {
    padding-top: 1rem;
  }
  .pt4-l {
    padding-top: 1.5rem;
  }
  .pt5-l {
    padding-top: 2rem;
  }
  .pt6-l {
    padding-top: 3rem;
  }
  .pt7-l {
    padding-top: 4rem;
  }
  .pt8-l {
    padding-top: 8rem;
  }
  .pt9-l {
    padding-top: 16rem;
  }
  .pv0-l {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-l {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-l {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-l {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pv4-l {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .pv5-l {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pv6-l {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pv7-l {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pv8-l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pv9-l {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .ph0-l {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1-l {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ph2-l {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-l {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph4-l {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .ph5-l {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ph6-l {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .ph7-l {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ph8-l {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ph9-l {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .ma0-l {
    margin: 0;
  }
  .ma1-l {
    margin: 0.25rem;
  }
  .ma2-l {
    margin: 0.5rem;
  }
  .ma3-l {
    margin: 1rem;
  }
  .ma4-l {
    margin: 1.5rem;
  }
  .ma5-l {
    margin: 2rem;
  }
  .ma6-l {
    margin: 3rem;
  }
  .ma7-l {
    margin: 4rem;
  }
  .ma8-l {
    margin: 8rem;
  }
  .ma9-l {
    margin: 16rem;
  }
  .ml0-l {
    margin-left: 0;
  }
  .ml1-l {
    margin-left: 0.25rem;
  }
  .ml2-l {
    margin-left: 0.5rem;
  }
  .ml3-l {
    margin-left: 1rem;
  }
  .ml4-l {
    margin-left: 1.5rem;
  }
  .ml5-l {
    margin-left: 2rem;
  }
  .ml6-l {
    margin-left: 3rem;
  }
  .ml7-l {
    margin-left: 4rem;
  }
  .ml8-l {
    margin-left: 8rem;
  }
  .ml9-l {
    margin-left: 16rem;
  }
  .mr0-l {
    margin-right: 0;
  }
  .mr1-l {
    margin-right: 0.25rem;
  }
  .mr2-l {
    margin-right: 0.5rem;
  }
  .mr3-l {
    margin-right: 1rem;
  }
  .mr4-l {
    margin-right: 1.5rem;
  }
  .mr5-l {
    margin-right: 2rem;
  }
  .mr6-l {
    margin-right: 3rem;
  }
  .mr7-l {
    margin-right: 4rem;
  }
  .mr8-l {
    margin-right: 8rem;
  }
  .mr9-l {
    margin-right: 16rem;
  }
  .mb0-l {
    margin-bottom: 0;
  }
  .mb1-l {
    margin-bottom: 0.25rem;
  }
  .mb2-l {
    margin-bottom: 0.5rem;
  }
  .mb3-l {
    margin-bottom: 1rem;
  }
  .mb4-l {
    margin-bottom: 1.5rem;
  }
  .mb5-l {
    margin-bottom: 2rem;
  }
  .mb6-l {
    margin-bottom: 3rem;
  }
  .mb7-l {
    margin-bottom: 4rem;
  }
  .mb8-l {
    margin-bottom: 8rem;
  }
  .mb9-l {
    margin-bottom: 16rem;
  }
  .mt0-l {
    margin-top: 0;
  }
  .mt1-l {
    margin-top: 0.25rem;
  }
  .mt2-l {
    margin-top: 0.5rem;
  }
  .mt3-l {
    margin-top: 1rem;
  }
  .mt4-l {
    margin-top: 1.5rem;
  }
  .mt5-l {
    margin-top: 2rem;
  }
  .mt6-l {
    margin-top: 3rem;
  }
  .mt7-l {
    margin-top: 4rem;
  }
  .mt8-l {
    margin-top: 8rem;
  }
  .mt9-l {
    margin-top: 16rem;
  }
  .mv0-l {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1-l {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mv2-l {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mv3-l {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mv4-l {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .mv5-l {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mv6-l {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .mv7-l {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mv8-l {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mv9-l {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .mh0-l {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1-l {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mh2-l {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mh3-l {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh4-l {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .mh5-l {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mh6-l {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .mh7-l {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mh8-l {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .mh9-l {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .na1-l {
    margin: -0.25rem;
  }
  .na2-l {
    margin: -0.5rem;
  }
  .na3-l {
    margin: -1rem;
  }
  .na4-l {
    margin: -1.5rem;
  }
  .na5-l {
    margin: -2rem;
  }
  .na6-l {
    margin: -3rem;
  }
  .na7-l {
    margin: -4rem;
  }
  .nl1-l {
    margin-left: -0.25rem;
  }
  .nl2-l {
    margin-left: -0.5rem;
  }
  .nl3-l {
    margin-left: -1rem;
  }
  .nl4-l {
    margin-left: -1.5rem;
  }
  .nl5-l {
    margin-left: -2rem;
  }
  .nl6-l {
    margin-left: -3rem;
  }
  .nl7-l {
    margin-left: -4rem;
  }
  .nr1-l {
    margin-right: -0.25rem;
  }
  .nr2-l {
    margin-right: -0.5rem;
  }
  .nr3-l {
    margin-right: -1rem;
  }
  .nr4-l {
    margin-right: -1.5rem;
  }
  .nr5-l {
    margin-right: -2rem;
  }
  .nr6-l {
    margin-right: -3rem;
  }
  .nr7-l {
    margin-right: -4rem;
  }
  .nb1-l {
    margin-bottom: -0.25rem;
  }
  .nb2-l {
    margin-bottom: -0.5rem;
  }
  .nb3-l {
    margin-bottom: -1rem;
  }
  .nb4-l {
    margin-bottom: -1.5rem;
  }
  .nb5-l {
    margin-bottom: -2rem;
  }
  .nb6-l {
    margin-bottom: -3rem;
  }
  .nb7-l {
    margin-bottom: -4rem;
  }
  .nt1-l {
    margin-top: -0.25rem;
  }
  .nt2-l {
    margin-top: -0.5rem;
  }
  .nt3-l {
    margin-top: -1rem;
  }
  .nt4-l {
    margin-top: -1.5rem;
  }
  .nt5-l {
    margin-top: -2rem;
  }
  .nt6-l {
    margin-top: -3rem;
  }
  .nt7-l {
    margin-top: -4rem;
  }
  .strike-l {
    text-decoration: line-through;
  }
  .underline-l {
    text-decoration: underline;
  }
  .no-underline-l {
    text-decoration: none;
  }
  .tl-l {
    text-align: left;
  }
  .tr-l {
    text-align: right;
  }
  .tc-l {
    text-align: center;
  }
  .tj-l {
    text-align: justify;
  }
  .ttc-l {
    text-transform: capitalize;
  }
  .ttl-l {
    text-transform: lowercase;
  }
  .ttu-l {
    text-transform: uppercase;
  }
  .ttn-l {
    text-transform: none;
  }
  .f-6-l,
  .f-headline-l {
    font-size: 4.5rem;
  }
  .f-5-l,
  .f-subheadline-l {
    font-size: 3.125rem;
  }
  .f0-l {
    font-size: 2.5rem;
  }
  .f1-l {
    font-size: 2rem;
  }
  .f2-l {
    font-size: 1.5rem;
  }
  .f3-l {
    font-size: 1.25rem;
  }
  .f4-l {
    font-size: 1.125rem;
  }
  .f5-l {
    font-size: 1rem;
  }
  .f6-l {
    font-size: 0.875rem;
  }
  .f7-l {
    font-size: 0.75rem;
  }
  .measure-l {
    max-width: 30em;
  }
  .measure-wide-l {
    max-width: 34em;
  }
  .measure-narrow-l {
    max-width: 20em;
  }
  .indent-l {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .small-caps-l {
    font-variant: small-caps;
  }
  .truncate-l {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .center-l {
    margin-right: auto;
    margin-left: auto;
  }
  .mr-auto-l {
    margin-right: auto;
  }
  .ml-auto-l {
    margin-left: auto;
  }
  .clip-l {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
  .ws-normal-l {
    white-space: normal;
  }
  .nowrap-l {
    white-space: nowrap;
  }
  .pre-l {
    white-space: pre;
  }
  .v-base-l {
    vertical-align: baseline;
  }
  .v-mid-l {
    vertical-align: middle;
  }
  .v-top-l {
    vertical-align: top;
  }
  .v-btm-l {
    vertical-align: bottom;
  }
}
.inline-icon-svg {
  display: inline-block;
  font-size: inherit;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  overflow: visible;
  vertical-align: -0.125em;
  color: currentColor;
}

.cobot-pattern-01 {
  background-image: url("/assets/cobot-pattern-b8132448.svg");
  background-size: 90rem;
  background-attachment: fixed;
}
@media screen and (min-width: 960px) {
  .cobot-pattern-01 {
    background-size: 120rem;
  }
}

div#mc_embed_signup #mc-embedded-subscribe-form {
  font-size: 1rem;
  padding: 0;
}
div#mc_embed_signup #mc-embedded-subscribe-form div#mce-responses {
  width: 100%;
  margin: 0 0 1.5rem 0;
  padding: 0;
  float: none;
}
div#mc_embed_signup #mc-embedded-subscribe-form div.response {
  margin: 0;
  padding: 0;
}
div#mc_embed_signup #mc-embedded-subscribe-form #mce-success-response {
  color: var(--color-electricblue);
}
div#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  color: var(--color-coral);
}
div#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border-color: var(--color-coral);
}
div#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group {
  width: auto;
}
div#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group > label + input {
  margin: 0.5rem;
}
div#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group > label {
  display: inline-block;
  min-width: 7rem;
}
div#mc_embed_signup #mc-embedded-subscribe-form .mc_fieldset {
  margin-bottom: 1rem;
  padding: 0;
  border: 1px solid var(--color-gray-20);
  border-radius: 4px;
}
div#mc_embed_signup #mc-embedded-subscribe-form .mc_fieldset label {
  padding: 0 1rem;
  margin-bottom: 0;
}
div#mc_embed_signup #mc-embedded-subscribe-form .mc_fieldset label:first-child {
  padding-top: 0.25rem;
}
div#mc_embed_signup #mc-embedded-subscribe-form .mc_fieldset label:last-child {
  padding-bottom: 0.25rem;
}
div#mc_embed_signup #mc-embedded-subscribe-form .indicates-required {
  margin-right: 0;
  font-size: 0.64rem;
  color: var(--color-gray-70);
}
div#mc_embed_signup #mc-embedded-subscribe-form .asterisk {
  color: var(--color-coral);
}
div#mc_embed_signup #mc-embedded-subscribe-form .button {
  background-color: var(--color-electricblue);
  border: none;
  border-radius: 2rem;
}
div#mc_embed_signup #mc-embedded-subscribe-form .button:hover, div#mc_embed_signup #mc-embedded-subscribe-form .button:focus {
  background-color: var(--color-gray);
}
div#mc_embed_signup #mc-embedded-subscribe-form .content__gdpr p:last-child {
  font-size: 0.75rem;
}
div#mc_embed_signup #mc-embedded-subscribe-form .content__gdprLegal {
  font-size: 0.75rem;
}

@media print {
  @page {
    size: A4 landscape;
  }
  .no-print::after,
  .article-typography p a::after {
    content: " (" attr(href) ") ";
    font-size: 0.875em;
  }
  section {
    break-after: page;
  }
  h2 {
    break-after: avoid-page;
  }
  nav,
  footer,
  button,
  .btn,
  .footer__berlin {
    display: none;
  }
  img,
  svg,
  figure {
    max-height: 300px !important;
    max-width: 300px !important;
  }
  .flex-print {
    display: flex !important;
    break-inside: avoid;
  }
  .container {
    break-inside: avoid;
  }
  .pricing,
  .pricing-section__list {
    break-before: page;
    break-inside: avoid;
  }
}
