@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&display=swap");
*, :after, :before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  display: inherit;
}

ul {
  list-style: none;
}

/*! 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;
  width: 100%;
  max-width: 100%;
}

/* 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;
}

:root {
  --width: 100vw;
  --purple: 91, 68, 205;
  --orange: 252, 160, 74;
  --pink: 249, 77, 139;
  --green: 52, 205, 168;
  --blue: 45, 176, 251;
  --powderedRose: 229, 152, 155;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
}

.loading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 10000;
}
.welcome-to-behappy .loading-overlay {
  background-color: #F8F2F0;
}

html {
  font-size: 100%;
  height: 100%;
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  overflow-x: hidden;
  text-align: center;
}
body.welcome-to-behappy {
  background-color: #F8F2F0;
}

.obf:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

.content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.logo {
  position: relative;
  width: 100%;
  max-width: 20rem;
}

.branch {
  position: absolute;
  right: 0.1rem;
  top: 0;
  height: 2rem;
  width: auto;
  margin-top: -0.7rem;
}

.counter {
  display: flex;
  font-size: 3.8rem;
  font-weight: 500;
  width: 100%;
  max-width: 30rem;
  margin-top: 3rem;
}
.counter .cell {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
}
.counter .cell > div {
  flex-shrink: 0;
}
.counter .value {
  padding: 0;
  line-height: 100%;
}
.counter .unit {
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

.subscribe-wrapper {
  width: 100%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}

.input-wrapper {
  display: flex;
  margin-top: 1rem;
  justify-content: center;
}

input {
  margin: 0;
  color: #000;
  border: none !important;
  border-style: none;
  width: 100%;
  max-width: 20rem;
  font-family: "Work Sans", sans-serif;
  line-height: 180%;
}

input, .button {
  display: inline-block;
  font-size: 0.9rem;
  padding: 0.6rem 1.8rem !important;
  border-radius: 100rem !important;
  margin: 0 0.2rem;
  height: auto !important;
}

.purple input {
  background-color: rgba(var(--purple), 0.05);
}
.blue input {
  background-color: rgba(var(--blue), 0.05);
}
.pink input {
  background-color: rgba(var(--pink), 0.05);
}
.orange input {
  background-color: rgba(var(--orange), 0.05);
}
.green input {
  background-color: rgba(var(--green), 0.05);
}
.welcome-to-behappy input {
  background-color: #fff;
}

.purple .button {
  background-color: rgb(var(--purple));
}
.blue .button {
  background-color: rgb(var(--blue));
}
.pink .button {
  background-color: rgb(var(--pink));
}
.orange .button {
  background-color: rgb(var(--orange));
}
.green .button {
  background-color: rgb(var(--green));
}
.welcome-to-behappy .button {
  background-color: rgb(var(--powderedRose));
}

.purple .hint-color {
  background-color: rgba(var(--purple), 0.05);
}
.blue .hint-color {
  background-color: rgba(var(--blue), 0.07);
}
.pink .hint-color {
  background-color: rgba(var(--pink), 0.05);
}
.orange .hint-color {
  background-color: rgba(var(--orange), 0.07);
}
.green .hint-color {
  background-color: rgba(var(--green), 0.07);
}
.welcome-to-behappy .hint-color {
  background-color: rgba(var(--powderedRose), 0.1);
}

.spark {
  position: absolute;
}
.spark.spark-1 {
  width: 4rem;
  height: 4rem;
  left: -7rem;
  top: -7rem;
}
.spark.spark-2 {
  width: 3rem;
  height: 3rem;
  left: 8rem;
  top: -9rem;
}
.spark.spark-3 {
  width: 1.7rem;
  height: 1.7rem;
  left: -4rem;
  top: 5rem;
}
.spark.spark-4 {
  width: 5rem;
  height: 5rem;
  right: -9rem;
  top: 3rem;
}
.purple .spark path {
  fill: rgba(var(--purple), 0.05);
}
.blue .spark path {
  fill: rgba(var(--blue), 0.16);
}
.pink .spark path {
  fill: rgba(var(--pink), 0.16);
}
.orange .spark path {
  fill: rgba(var(--orange), 0.16);
}
.green .spark path {
  fill: rgba(var(--green), 0.16);
}
.welcome-to-behappy .spark path {
  fill: rgba(var(--powderedRose), 0.16);
}

.coming-soon {
  position: absolute;
  right: -5rem;
  top: -5rem;
  width: 4rem;
  height: 4rem;
  font-size: 0.7rem;
  border-radius: 20rem;
  text-transform: uppercase;
  line-height: 100%;
  padding-top: 1.4rem;
}
.purple .coming-soon {
  color: rgba(var(--purple), 0.05);
}
.blue .coming-soon {
  color: #37A6E5;
}
.pink .coming-soon {
  color: rgba(var(--pink), 0.05);
}
.orange .coming-soon {
  color: #F29137;
}
.green .coming-soon {
  color: #25B592;
}
.welcome-to-behappy .coming-soon {
  color: #C55458;
}

.bubble {
  position: absolute;
  width: 40rem;
  height: 40rem;
  border-radius: 100rem;
  transform: translate(-50%, -50%);
  left: 0;
}

.pill {
  position: absolute;
  width: 40rem;
  height: 20rem;
  border-radius: 100rem;
  transform: translate(50%, 30%) rotate(45deg);
  right: 0;
  bottom: 20vh;
}

#mc_embed_signup .mc-field-group input {
  flex: 1;
  flex-shrink: 0;
}
#mc_embed_signup .button {
  line-height: auto !important;
  cursor: pointer;
  width: 100%;
  max-width: 6.6rem;
  line-height: unset !important;
  text-align: center;
  color: #fff;
}
#mc_embed_signup .button:hover {
  background-color: #000 !important;
  color: #fff;
}
.purple #mc_embed_signup .button {
  background-color: rgb(var(--purple));
}
.blue #mc_embed_signup .button {
  background-color: rgb(var(--blue));
}
.pink #mc_embed_signup .button {
  background-color: rgb(var(--pink));
}
.orange #mc_embed_signup .button {
  background-color: rgb(var(--orange));
}
.green #mc_embed_signup .button {
  background-color: rgb(var(--green));
}
.welcome-to-behappy #mc_embed_signup .button {
  background-color: rgb(var(--powderedRose));
}
#mc_embed_signup .brandingLogo {
  display: none !important;
}
#mc_embed_signup #mce-success-response {
  color: #34cda8 !important;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  color: #f94c8b !important;
  display: block !important;
  background-color: transparent !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#mc_embed_signup div#mce-responses {
  display: block;
  font-weight: normal;
  line-height: 130%;
  width: 100% !important;
  font-size: 0.9rem;
}
#mc_embed_signup .foot {
  display: block;
  width: 100%;
  text-align: center;
}
#mc_embed_signup .foot .response {
  margin-left: auto;
  margin-right: auto;
}

footer {
  padding: 2rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  opacity: 0.4;
  font-size: 0.9rem;
}

.branch, .cell, .subscribe-wrapper, svg g {
  will-change: transform;
}

@media screen and (max-width: 870px) {
  .bubble, .pill {
    display: none;
  }

  .subscribe-wrapper {
    font-size: 0.8rem;
  }

  #mc_embed_signup .button {
    z-index: 10;
  }

  #mc_embed_signup .mc-field-group input {
    font-size: 0.8rem;
  }

  .coming-soon {
    left: 50%;
    margin-left: -2rem;
  }

  .spark {
    display: none;
  }

  .content {
    padding: 2rem;
  }

  .counter {
    font-size: 2.3rem;
  }
  .counter .unit {
    font-size: 0.6rem;
  }
}
