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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Domaine Display';
  src: url("fonts/DomaineDisplay-Black.woff2") format("woff2"), url("fonts/DomaineDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Macan';
  src: url("fonts/Macan-Bold.woff2") format("woff2"), url("fonts/Macan-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Display';
  src: url("fonts/DomaineDisplay-BlackItalic.woff2") format("woff2"), url("fonts/DomaineDisplay-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Display';
  src: url("fonts/DomaineDisplay-Extrabold.woff2") format("woff2"), url("fonts/DomaineDisplay-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Display';
  src: url("fonts/DomaineDisplay-BoldItalic.woff2") format("woff2"), url("fonts/DomaineDisplay-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Display';
  src: url("fonts/DomaineDisplay-MediumItalic.woff2") format("woff2"), url("fonts/DomaineDisplay-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Display';
  src: url("fonts/DomaineDisplay-Bold.woff2") format("woff2"), url("fonts/DomaineDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Display';
  src: url("fonts/DomaineDisplay-ExtraboldItalic.woff2") format("woff2"), url("fonts/DomaineDisplay-ExtraboldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Display';
  src: url("fonts/DomaineDisplay-Medium.woff2") format("woff2"), url("fonts/DomaineDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("fonts/DomaineDispNarBlack.woff2") format("woff2"), url("fonts/DomaineDispNarBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Display';
  src: url("fonts/DomaineDisplay-Semibold.woff2") format("woff2"), url("fonts/DomaineDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Display';
  src: url("fonts/DomaineDisplay-Regular.woff2") format("woff2"), url("fonts/DomaineDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("fonts/DomaineDispNarBlack-Italic.woff2") format("woff2"), url("fonts/DomaineDispNarBlack-Italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Display';
  src: url("fonts/DomaineDisplay-RegularItalic.woff2") format("woff2"), url("fonts/DomaineDisplay-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Display';
  src: url("fonts/DomaineDisplay-SemiboldItalic.woff2") format("woff2"), url("fonts/DomaineDisplay-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("fonts/DomaineDispNarMedium-Italic.woff2") format("woff2"), url("fonts/DomaineDispNarMedium-Italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("fonts/DomaineDispNarExtrabold.woff2") format("woff2"), url("fonts/DomaineDispNarExtrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("fonts/DomaineDispNar-Bold.woff2") format("woff2"), url("fonts/DomaineDispNar-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("fonts/DomaineDispNarExtrabold-Italic.woff2") format("woff2"), url("fonts/DomaineDispNarExtrabold-Italic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("fonts/DomaineDispNarMedium.woff2") format("woff2"), url("fonts/DomaineDispNarMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("fonts/DomaineDispNar-BoldItalic.woff2") format("woff2"), url("fonts/DomaineDispNar-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("fonts/DomaineDispNar-RegularItalic.woff2") format("woff2"), url("fonts/DomaineDispNar-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("fonts/DomaineDispNarSemibold-Italic.woff2") format("woff2"), url("fonts/DomaineDispNarSemibold-Italic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Macan';
  src: url("fonts/Macan-Medium.woff2") format("woff2"), url("fonts/Macan-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("fonts/DomaineDispNar-Regular.woff2") format("woff2"), url("fonts/DomaineDispNar-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("fonts/DomaineDispNarSemibold.woff2") format("woff2"), url("fonts/DomaineDispNarSemibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Macan';
  src: url("fonts/Macan-Black.woff2") format("woff2"), url("fonts/Macan-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Macan';
  src: url("fonts/Macan-Regular.woff2") format("woff2"), url("fonts/Macan-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Macan';
  src: url("fonts/Macan-Semibold.woff2") format("woff2"), url("fonts/Macan-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

* {
  box-sizing: border-box; }

body {
  font-family: "Macan";
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  margin: 0;
  overflow-x: hidden; }
  @media (max-width: 860px) {
    body {
      font-size: 16px;
      line-height: 160%; } }

.Anchor, a {
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
  font-family: Macan;
  font-style: normal; }

h1 {
  margin: 0; }

small {
  font-size: 14px;
  font-weight: normal; }

.FiverLogo {
  text-align: center; }
  .FiverLogo h1 {
    display: inline-block;
    margin: 60px 0; }
    @media (max-width: 860px) {
      .FiverLogo h1 {
        margin-top: 30px 0; } }

.Hero {
  overflow: hidden;
  text-align: center;
  padding: 90px 0 80px 0;
  margin-bottom: 60px;
  position: relative;
  background: url("images/header-background.jpg");
  background-size: cover; }
  @media (max-width: 860px) {
    .Hero {
      padding: 25px 0;
      margin-bottom: 40px; } }
  .Hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: blur(2px); }
  .Hero-foreground {
    position: relative; }
  .Hero-heading {
    color: white;
    font-size: 70px;
    font-family: "Domaine Display";
    font-style: italic;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 0; }
    @media (max-width: 860px) {
      .Hero-heading {
        font-size: 30px; } }
    .Hero-heading strong {
      color: #D0E500;
      font-family: Macan;
      font-style: normal;
      font-weight: bold; }
    .Hero-heading-pod {
      font-size: 340px;
      line-height: 94%;
      white-space: nowrap; }
      @media (max-width: 860px) {
        .Hero-heading-pod {
          font-size: 150px; } }
      .Hero-heading-pod-o {
        position: relative; }
        .Hero-heading-pod-o:after {
          display: block;
          content: "";
          background-image: url("images/pod.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute;
          left: 0;
          right: 0;
          top: 8%;
          bottom: 25%; }
  .Hero-sub {
    font-family: Macan;
    font-style: normal;
    font-weight: 500;
    color: white;
    padding: 0 25px; }

.Button {
  display: block;
  margin: auto;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  width: 240px;
  padding: 16px;
  text-align: center;
  font-family: Macan;
  font-style: normal;
  font-weight: 600;
  font-size: 20px; }
  .Button, .Button:active {
    color: white;
    text-decoration: none; }
  .Button--pink {
    background-color: #4D1727; }
  .Button--green {
    background-color: #003912; }
  .Button:disabled {
    opacity: 0.5; }

.Terms, .Submitted {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.Terms {
  overflow-y: auto;
  color: #4D1727;
  background: #FFD3E2;
  padding: 303px 24px 313px 24px; }
  @media (max-width: 860px) {
    .Terms {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .Terms h1 {
    color: #BE5272;
    font-size: 60px;
    font-family: "Domaine Display";
    font-style: italic;
    font-weight: 500;
    line-height: 130%;
    text-align: center; }
    @media (max-width: 860px) {
      .Terms h1 {
        font-size: 30px; } }
    .Terms h1 strong {
      color: #4D1727;
      font-family: Macan;
      font-style: normal;
      font-weight: bold; }
  .Terms-content {
    width: 780px;
    max-width: 100%;
    margin: auto; }

.Section p {
  margin-top: 0;
  margin-bottom: 55px; }
  @media (max-width: 860px) {
    .Section p {
      margin-bottom: 30px; } }

.Section-centeredText {
  text-align: center; }

.Section-content {
  max-width: 780px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px; }
  @media (max-width: 860px) {
    .Section-content {
      max-width: 580px; } }
  .Section-content-note {
    font-size: 14px;
    font-weight: normal;
    line-height: 140%; }

.Section--winAPod {
  color: #003912;
  padding-bottom: 150px; }
  @media (max-width: 860px) {
    .Section--winAPod {
      padding-bottom: 98px; } }

.Section-feature {
  display: block;
  text-align: center;
  padding: 47px 68px 54px 68px;
  border: 6px solid black;
  border-radius: 6px;
  font-family: "Domaine Display";
  font-style: italic;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  text-decoration: none; }
  @media (max-width: 860px) {
    .Section-feature {
      font-size: 24px;
      padding: 27px 24px; } }
  .Section-feature strong, .Section-feature a, .Section-feature .Anchor {
    font-family: Macan;
    font-weight: bold;
    font-style: normal;
    padding: 0 0.1em; }

.Section--winAPod .Section-feature {
  border-color: #00C16B; }
  .Section--winAPod .Section-feature strong {
    color: #00C16B; }

.Section--form .Section-feature {
  border-color: #BE5272; }
  .Section--form .Section-feature strong, .Section--form .Section-feature a, .Section--form .Section-feature .Anchor {
    color: #BE5272; }

.Section--thePrize {
  background-color: #00C16B;
  color: #003912;
  padding-bottom: 150px;
  padding-top: 150px; }
  @media (max-width: 860px) {
    .Section--thePrize {
      text-align: center; } }
  .Section--thePrize h1 {
    color: white;
    font-size: 70px;
    font-family: "Domaine Display";
    font-style: italic;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 10px; }
    @media (max-width: 860px) {
      .Section--thePrize h1 {
        font-size: 30px; } }
    .Section--thePrize h1 strong {
      color: #003912;
      font-family: Macan;
      font-style: normal;
      font-weight: bold; }

.Section--thePrize .Section-content {
  display: flex;
  flex-direction: row;
  max-width: 850px; }
  @media (max-width: 860px) {
    .Section--thePrize .Section-content {
      flex-direction: column-reverse;
      padding-left: 25px;
      padding-right: 25px; }
      .Section--thePrize .Section-content-right {
        min-height: 339px;
        margin-bottom: 50px; } }
  .Section--thePrize .Section-content-text {
    padding-right: 1em; }
  .Section--thePrize .Section-content-left {
    flex-basis: 55%; }
  .Section--thePrize .Section-content-right {
    flex-basis: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative; }
    .Section--thePrize .Section-content-right-image:after {
      display: block;
      content: "";
      background-image: url("images/pod.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 3%;
      left: 0;
      right: 0;
      bottom: 14%; }
      @media (max-width: 860px) {
        .Section--thePrize .Section-content-right-image:after {
          top: -5%;
          left: 0;
          right: 0;
          bottom: 5%; } }

.Section--features {
  background: #00C16B;
  color: #003912;
  padding-bottom: 150px; }
  .Section--features .Section-content {
    max-width: 980px; }
  .Section--features h1 {
    color: white;
    font-size: 60px;
    font-family: "Domaine Display";
    font-style: italic;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
    margin-bottom: 56px; }
    @media (max-width: 860px) {
      .Section--features h1 {
        font-size: 30px; } }
    .Section--features h1 strong {
      color: #003912;
      font-family: Macan;
      font-style: normal;
      font-weight: bold; }

.Section--form {
  padding-top: 120px;
  padding-bottom: 233px;
  color: #4D1727;
  background: #FFD3E2; }
  .Section--form .Section-form {
    width: 580px;
    max-width: 100%; }
  .Section--form .Section-submitRow {
    padding-top: 100px; }
  .Section--form .Section-content {
    margin-bottom: 60px; }
  .Section--form h1 {
    color: #BE5272;
    font-size: 60px;
    font-family: "Domaine Display";
    font-style: italic;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 60px;
    text-align: center; }
    @media (max-width: 860px) {
      .Section--form h1 {
        font-size: 30px; } }
    .Section--form h1 strong {
      color: #4D1727;
      font-family: Macan;
      font-style: normal;
      font-weight: bold; }
    @media (max-width: 860px) {
      .Section--form h1 {
        margin-bottom: 50px; } }

.Field-input, .Field--file .Field-proxy {
  display: block;
  width: 100%;
  padding: 16px 30px;
  border-radius: 6px;
  border: 2px solid white;
  color: #4D1727;
  background: white; }

.Field-input::placeholder, .Field--file .Field-proxy-label.placeholder {
  color: #4D1727;
  opacity: 0.5;
  font-weight: 400; }

.Field {
  position: relative;
  margin-bottom: 30px; }
  .Field-label {
    display: block;
    margin-bottom: 10px; }
  .Field-input:focus {
    border: 2px solid #FF80AE;
    outline: none; }
  .Field-lengthCount {
    position: absolute;
    right: 30px;
    bottom: 18px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 6px; }

.Field--file .Field-proxy {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .Field--file .Field-proxy .Button {
    background-color: #4D1727;
    margin: 0;
    padding: 11px;
    width: 170px; }

.Field--file input {
  opacity: 0;
  position: absolute; }

.Checkbox {
  display: flex;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 16px; }
  .Checkbox-input {
    position: absolute;
    opacity: 0;
    width: 30px;
    height: 30px; }
  .Checkbox-input:checked + .Checkbox-checkbox {
    background-image: url("images/check.svg");
    background-position: center;
    background-repeat: no-repeat; }
  .Checkbox-checkbox {
    display: inline-block;
    vertical-align: middle;
    min-width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 6px;
    margin-right: 20px;
    border: 2px solid white; }
  .Checkbox-input:focus + .Checkbox-checkbox, .Checkbox-checkbox:focus {
    border: 2px solid #FF80AE;
    outline: none; }

.Slides {
  max-width: 980px;
  position: relative;
  margin: auto;
  min-height: 100vh; }
  .Slides-slide {
    min-height: calc(100vh - 60px);
    position: relative; }
    .Slides-slide-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-content: stretch;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .Slides-blips {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: opacity 200ms;
    height: 60px; }
  .Slides-blip {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #00732E;
    transition: background-color 200ms;
    cursor: pointer;
    margin: 10px; }
    .Slides-blip.active {
      background-color: #003912; }

.Feature {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 980px;
  margin: auto;
  height: 100%;
  position: relative; }
  .Feature--1 {
    background-image: url("images/pod_backyard_1.jpg"); }
  .Feature--2 {
    background-image: url("images/pod_backyard_2.jpg"); }
  .Feature--3 {
    background-image: url("images/pod_backyard_3.jpg"); }
  .Feature--4 {
    background-image: url("images/pod_backyard_4.jpg"); }
  .Feature--5 {
    background-image: url("images/pod_backyard_1.jpg"); }
  .Feature-frame {
    position: absolute;
    left: 50px;
    right: 50px;
    top: 50px;
    bottom: 50px;
    border: 6px solid #FF7640;
    border-radius: 6px;
    font-family: Macan;
    font-style: normal;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    @media (max-width: 860px) {
      .Feature-frame {
        left: 25px;
        right: 25px;
        top: 25px;
        bottom: 25px; } }
    @media (max-width: 860px) {
      .Feature-frame {
        font-size: 14px; } }
  .Feature .cornerText {
    color: #421300;
    background: #FF7640;
    padding: 20px;
    max-width: 400px;
    position: absolute; }
    .Feature .cornerText.top {
      top: -2px; }
    .Feature .cornerText.right {
      right: -2px; }
    .Feature .cornerText.bottom {
      bottom: -2px; }
    .Feature .cornerText.left {
      left: -2px; }
    @media (max-width: 860px) {
      .Feature .cornerText.top {
        left: -2px;
        right: -2px;
        max-width: unset; }
      .Feature .cornerText.bottom {
        left: -2px;
        right: -2px;
        max-width: unset; } }
  .Feature .point {
    white-space: nowrap; }
    .Feature .point.a {
      text-align: right;
      padding-right: 20%; }
    .Feature .point.b {
      text-align: left;
      padding-left: 8%; }
    .Feature .point.c {
      text-align: right;
      padding-right: 6%; }
    .Feature .point.d {
      text-align: right;
      padding-right: 25%; }
    .Feature .point.e {
      text-align: left;
      padding-left: 8%; }
    @media (max-width: 860px) {
      .Feature .point {
        padding: 0 8% !important;
        white-space: normal; } }
    .Feature .point .content {
      display: inline-block;
      color: white;
      background: rgba(0, 0, 0, 0.5);
      border: 6px solid #FF7640;
      border-radius: 6px;
      padding: 20px;
      text-align: left; }

.Congratulations {
  min-height: 100vh;
  min-width: 100%;
  padding: 50px;
  background-color: #00C16B;
  color: #003912;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 860px) {
    .Congratulations {
      padding: 25px; } }
  .Congratulations .content {
    flex-grow: 1;
    margin: auto;
    max-width: 980px;
    border: 6px solid #D0E500;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 150px 25px 80px 25px; }
    @media (max-width: 860px) {
      .Congratulations .content {
        padding: 80px 45px 56px 45px; } }
    .Congratulations .content p {
      line-height: 120%;
      max-width: 580px;
      margin: auto;
      padding-bottom: 150px; }
      @media (max-width: 860px) {
        .Congratulations .content p {
          padding-bottom: 90px; } }
  .Congratulations .socials {
    margin: auto;
    max-width: 236px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .Congratulations h1 {
    color: #D0E500;
    font-size: 60px;
    font-family: "Domaine Display";
    font-style: italic;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 46px; }
    @media (max-width: 860px) {
      .Congratulations h1 {
        font-size: 30px; } }
    .Congratulations h1 strong {
      color: white;
      font-family: Macan;
      font-style: normal;
      font-weight: bold; }

.hide {
  opacity: 1;
  transition: opacity 200ms; }
  .hide.loading {
    opacity: 0; }
