/* BASE STYLES
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --svg-top: -40px;
    --color-text: #000000;
    --color-base: #000000;
    --color-bg-primary: #DDF1EC;
    --color-selection: #FFE980;
    --border-color: #DDDFDC;
    --input-bg: #E8EAE7;
}

body {
    animation: moveBackground 60s ease infinite;
    background: linear-gradient(45deg, #DDF1EC, #D4DFC7, #C2C1F5, #FFF6CA, #FFF2D9, #E8F0CB);
    background-size: 400% 400%;
    aspect-ratio: auto;
	overflow-x: hidden;
}

@keyframes moveBackground {
    0% { background-position: 0% 25%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 25%; }
}

::selection {
    position: relative;
    background-color: var(--color-selection);
    background: var(--color-selection);
}

section {
	width: 100%;
}

.hide-form-mob {
     display: block;
}

.show-form-mob {
        display: none;
}


/* TYPOGRAPHY
========================================= */

@font-face {
  font-family: "GT Haptik Medium";
  src:
    local("GT Haptik Medium"),
    url("/type/GT-Haptik-Medium.otf") format("opentype") tech(color-COLRv1),
}

@font-face {
  font-family: "GT Haptik Medium Rotalic";
  src:
    local("GT Haptik Medium Rotalic"),
    url("/type/GT-Haptik-Medium-Rotalic.otf") format("opentype") tech(color-COLRv1),
}

@font-face {
  font-family: "GT Haptik Regular";
  src:
    local("GT Haptik Regular"),
    url("/type/GT-Haptik-Regular.otf") format("opentype") tech(color-COLRv1),
}

@font-face {
  font-family: "GT Haptik Regular Italic";
  src:
    local("GT Haptik Regular Italic"),
    url("/type/GT-Haptik-Regular-Oblique.otf") format("opentype") tech(color-COLRv1),
}


h1 {
    font-family: "GT Haptik Medium", sans-serif;
    font-size: 51px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.2em;
    color: var(--color-text);
}

h2 {
    font-family: "GT Haptik Medium", sans-serif;
    font-size: 51px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.2em;
    color: var(--color-text);
}

h4 {
    font-family: "GT Haptik Regular", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.4em;
    color: var(--color-text);
}

h5 {
    font-family: "GT Haptik Medium Rotalic", sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.2em;
    color: var(--color-text);
}

p {
    font-family: "GT Haptik Regular", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 36px;
    color: var(--color-text);
    text-decoration: none;
    text-transform: none;
}

i, em {
    font-family: "GT Haptik Regular Italic", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 36px;
    color: var(--color-text);
    text-decoration: none;
    text-transform: none;
}


/* HEADER GENERAL
========================================= */

.header {
	align-content: center;
	align-items: center;
	display: flex;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
	height: auto;
	justify-content: space-between;
	overflow: visible;
	padding: 40px 80px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.logo-wrapper {
    position: relative;
    width: 190px;
    height: auto;
}

.logo {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    image-rendering: auto;
}


/* SIGN UP EMBED BOXES / EO FORMS
========================================= */

#signupbox {
	align-content: center;
	align-items: center;
	background-color: #fefefe;
	border-radius: 20px;
	box-shadow: 10px 10px var(--color-base);
	display: flex;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
	height: auto;
	justify-content: flex-start;
	overflow: hidden;
	padding: 32px;
	position: sticky;
	top: 80px;
	width: 100%;
	z-index: 1;
}

#signupbox div {
	height: auto !important;
}

.btn-primary.mb-2 {
    background: var(--color-base) !important;
}

.main-form div {
	width: 50% !important;
}

[data-form="8c47a12a-1082-11ef-b3ec-5300cb0852e0"] .main-form .btn,
[data-form="0869c0bc-136c-11ef-b802-016cf8c6cfe5"] .main-form .btn
{
	flex-grow: 0.2 !important;
}

[data-form="8c47a12a-1082-11ef-b3ec-5300cb0852e0"].inline-container,
[data-form="0869c0bc-136c-11ef-b802-016cf8c6cfe5"].inline-container {
max-width: 100% !important;
width: 100% !important;
}

.emailoctopus-form-row {
    margin: 0 !important;
}

.emailoctopus-form-row input {
    border: 0 !important;
    border-radius: 0 !important;
    height: 52px !important;
    font-family: "GT Haptik Regular", "GT Haptik Regular Placeholder", sans-serif !important;
}

input#field_1 {
    border-right: 1px solid var(--border-color) !important;
    border-radius: 12px 0 0 12px !important;
}

.emailoctopus-form-row.form-group {
    margin-bottom: 0 !important;
}

.emailoctopus-form .btn {
    border-radius: 0 12px 12px 0 !important;
    margin-left: 0 !important;
    height: 52px !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    font-family: "GT Haptik Medium", "GT Haptik Medium Placeholder", sans-serif !important;
    font-size: 22px !important;
}

.inline-container {
    width: 100% !important;
}

input#field_1,
input#field_0 {
    background: var(--input-bg) !important;
}

[data-form="46a69528-0fa5-11ef-84ae-6918b3ee8298"].inline-container,
[data-form="ff2425fe-f71b-11ee-b043-232991d93411"].inline-container,
[data-form="0869c0bc-136c-11ef-b802-016cf8c6cfe5"].inline-container {
    width: 100% !important;
    max-width: 100% !important;
}

.form-container {
    width: 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
}

.stacked #field_1,
.stacked #field_0,
.stacked input.btn {
    border-radius: 12px !important;
}

#signupbox1 .inline-container,
#signupbox2 .inline-container {
    width: 100% !important;
    max-width: 100% !important;
}

#signupbox1 div,
#signupbox2 div {
    height: auto !important;
}

input:focus,
input:active {
    -moz-appearance: none !important;
    outline: none !important;
    border: 1px solid var(--border-color) !important;
}

.emailoctopus-success-message {
    float: left !important;
    text-align: left !important;
}

.landing-signup-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
}


/* BOUCNING LIST SPECIFICS
========================================= */

#bouncingSVG motion-svg {
    top: var(--svg-top);
}

#bouncingSVG {
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
}

#bouncingSVG svg {
    position: relative;
    transition: transform 1s ease-in-out;
}


/* LANDING PAGE STYLES
========================================= */

.landing-main {
    min-height: 100vh;
    width: auto;
}

.landing-body {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0px;
	height: min-content;
	justify-content: flex-start;
	overflow: visible;
	padding: 0;
	position: relative;
	width: 100%;
}

.landing-inside {
	align-content: center;
	align-items: center;
	display: flex;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0px;
	height: auto;
	justify-content: flex-start;
	overflow: visible;
	padding: 60px 120px;
	position: relative;
	width: 100%;
}

#humans {
	width: 100%;
}

.landing-intro {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#intro path {
    scale: 4;
}

.intro-section {
	align-content: flex-start;
	align-items: flex-start;
	display: flex;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 54px;
	height: auto;
	justify-content: flex-start;
	overflow: visible;
	padding: 0;
	position: relative;
	width: 100%;
}

.intro-wrapper {
	align-content: flex-start;
	align-items: flex-start;
	display: flex;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 54px;
	height: auto;
	justify-content: flex-start;
	overflow: visible;
	padding: 0;
	position: relative;
	width: 100%;
}

.intro-left h1 {
    margin: 0;
}

.intro-left {
	align-content: flex-start;
	align-items: flex-start;
	display: flex;
	flex: 1.2 0 0px;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 48px;
	height: min-content;
	justify-content: flex-start;
	padding: 0 0 80px;
	position: relative;
	width: 1px;
}

.intro-right {
	align-content: center;
	align-items: center;
	align-self: stretch;
	display: flex;
	flex: 1 0 0px;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
	height: auto;
	justify-content: flex-start;
	overflow: visible;
	padding: 0;
	position: relative;
	width: 1px;
	z-index: 0;
}

.intro-left h1 {
	flex: none;
	height: auto;
	position: relative;
	white-space: pre-wrap;
	width: 80%;
	word-break: break-word;
	word-wrap: break-word;
}

.bouncing-list {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
    flex-shrink: 0;
    height: auto;
    margin: 0;
    padding: 0;
}

.landing-star-icon {
    top: var(--svg-top);
    left: 0;
    transform: translateY(0);
}

.landing-star-icon path {
    scale: 4;
}

.bounce-list {
    font-family: "GT Haptik Regular", "GT Haptik Regular Placeholder", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 50px;
    color: var(--color-text);
    position: relative;
}

.list-item {
    margin-bottom: 20px;
    color: var(--color-text);
}

.landing-all {
	align-content: flex-start;
	align-items: flex-start;
	display: flex;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 54px;
	height: auto;
	justify-content: flex-start;
	overflow: visible;
	padding: 0;
	position: relative;
	width: 100%;
}

.landing-left-body {
	align-content: flex-start;
	align-items: flex-start;
	display: flex;
	flex: 1.2 0 0px;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 24px;
	height: min-content;
	justify-content: flex-start;
	padding: 0;
	position: relative;
	width: 1px;
}

#intro {
	width: 100%;
}

.gif-column {
	align-content: center;
	align-items: center;
	align-self: stretch;
	display: flex;
	flex: 1 0 0px;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
	height: auto;
	justify-content: flex-start;
	overflow: visible;
	padding: 0;
	position: relative;
	width: 1px;
}

.landing-humans-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.invite {
    margin-top: 1rem;
}

.text-block {
	display: flex;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 36px;
	height: min-content;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.intro-left h2 {
	padding-top: 9rem;
}

.landing-identity-text-desktop {
    display: block;
}

.landing-identity-text-tablet,
.landing-identity-text-mobile {
    display: none;
}

.bullshit {
	margin-top: 6rem;
}

#questions {
	padding-top: 10rem;
}

#faqs {
	margin-top: 2rem;
	padding-bottom: 4rem;
}

.right-column {
	align-content: center;
	align-items: center;
	align-self: stretch;
	display: flex;
	flex: 1 0 0px;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
	height: auto;
	justify-content: flex-start;
	overflow: visible;
	padding: 0;
	position: relative;
    position: sticky;
    top: 30px; 
    transition: top 0.3s ease-in-out; 
	width: 1px;
	z-index: 0;
}

.right-column.normal {
    position: relative;
    top: auto; 
}

.gif-image {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-position: center;
    object-fit: cover;
    image-rendering: auto;
}

.gif-wrapper {
	width: 100%;
	align-content: center;
	align-items: center;
	display: flex;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 400px;
	justify-content: flex-start;
	overflow: hidden;
	position: sticky;
	top: 80px;
	width: 100%;
	z-index: 1;
}

.soothe-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.landing-soothe-intro {
    display: flex;
    flex-direction: column;
}

.landing-faqs {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.faq-header {
    display: flex;
    flex-direction: column;
}

.faq-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.faq-item {
    border-bottom: 3px solid var(--color-text);
    width: 100%;
}

.faq-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 1rem 12px 1rem 0;
    outline: none;
}

.faq-trigger:hover {
    opacity: 0.8;
}
 
.faq-trigger h4 {
    flex: 1;
    margin: 0;
}

.faq-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

.faq-plus {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-plus {
    transform: rotate(45deg);
}

.faq-answer {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

.faq-answer p:first-child {
	margin-bottom: 12px;
}

.faq-item.active .faq-answer {
    opacity: 1;
    max-height: 1000px;
    padding-bottom: 1rem;
}

.faq-answer p {
    margin: 0;
}


/* IDENTITY LIST ANIMATION SWINGS
========================================= */

.identities-list {
    z-index: 100;
    position: relative;
}

#identities {
	align-content: flex-start;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 12px;
	height: auto;
	justify-content: flex-start;
	overflow: visible;
	padding: 0;
	position: relative;
	width: max-content;
    z-index: 100;
	outline: none;
	flex-shrink: 0;
	transform: none;
    position: relative;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.identity-item {
	opacity: 0;
    transform: rotate(0deg);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}

#identities.in-view .identity-item {
  opacity: 1;
}

@keyframes swing1 {
  0%, 100% { transform: rotate(0deg); }
  10% { transform: rotate(-5deg); }
  20% { transform: rotate(4deg); }
  30% { transform: rotate(-3deg); }
  40% { transform: rotate(5deg); }
  50% { transform: rotate(-4deg); }
  60% { transform: rotate(3deg); }
  70% { transform: rotate(-5deg); }
  80% { transform: rotate(2deg); }
  90% { transform: rotate(-2deg); }
}

@keyframes swing2 {
  0%, 100% { transform: rotate(0deg); }
  12% { transform: rotate(6deg); }
  24% { transform: rotate(-4deg); }
  36% { transform: rotate(5deg); }
  48% { transform: rotate(-6deg); }
  60% { transform: rotate(3deg); }
  72% { transform: rotate(-5deg); }
  84% { transform: rotate(4deg); }
}

@keyframes swing3 {
  0%, 100% { transform: rotate(0deg); }
  8% { transform: rotate(-7deg); }
  18% { transform: rotate(5deg); }
  28% { transform: rotate(-6deg); }
  38% { transform: rotate(4deg); }
  48% { transform: rotate(-5deg); }
  58% { transform: rotate(6deg); }
  68% { transform: rotate(-3deg); }
  78% { transform: rotate(4deg); }
  88% { transform: rotate(-2deg); }
}

@keyframes swing4 {
  0%, 100% { transform: rotate(0deg); }
  15% { transform: rotate(3deg); }
  30% { transform: rotate(-6deg); }
  45% { transform: rotate(5deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(6deg); }
  90% { transform: rotate(-3deg); }
}

@keyframes swing5 {
  0%, 100% { transform: rotate(0deg); }
  11% { transform: rotate(-4deg); }
  22% { transform: rotate(7deg); }
  33% { transform: rotate(-5deg); }
  44% { transform: rotate(6deg); }
  55% { transform: rotate(-6deg); }
  66% { transform: rotate(4deg); }
  77% { transform: rotate(-3deg); }
  88% { transform: rotate(5deg); }
}

@keyframes swing6 {
  0%, 100% { transform: rotate(0deg); }
  9% { transform: rotate(5deg); }
  19% { transform: rotate(-6deg); }
  29% { transform: rotate(7deg); }
  39% { transform: rotate(-4deg); }
  49% { transform: rotate(6deg); }
  59% { transform: rotate(-5deg); }
  69% { transform: rotate(3deg); }
  79% { transform: rotate(-7deg); }
  89% { transform: rotate(4deg); }
}

@keyframes swing7 {
  0%, 100% { transform: rotate(0deg); }
  13% { transform: rotate(-8deg); }
  26% { transform: rotate(5deg); }
  39% { transform: rotate(-3deg); }
  52% { transform: rotate(7deg); }
  65% { transform: rotate(-6deg); }
  78% { transform: rotate(4deg); }
  91% { transform: rotate(-2deg); }
}

@keyframes swing8 {
  0%, 100% { transform: rotate(0deg); }
  10% { transform: rotate(4deg); }
  22% { transform: rotate(-7deg); }
  34% { transform: rotate(6deg); }
  46% { transform: rotate(-5deg); }
  58% { transform: rotate(8deg); }
  70% { transform: rotate(-4deg); }
  82% { transform: rotate(3deg); }
  94% { transform: rotate(-3deg); }
}

@keyframes swing9 {
  0%, 100% { transform: rotate(0deg); }
  11% { transform: rotate(6deg); }
  23% { transform: rotate(-4deg); }
  35% { transform: rotate(7deg); }
  47% { transform: rotate(-8deg); }
  59% { transform: rotate(5deg); }
  71% { transform: rotate(-3deg); }
  83% { transform: rotate(6deg); }
  95% { transform: rotate(-4deg); }
}

@keyframes swing10 {
  0%, 100% { transform: rotate(0deg); }
  14% { transform: rotate(-5deg); }
  28% { transform: rotate(8deg); }
  42% { transform: rotate(-6deg); }
  56% { transform: rotate(4deg); }
  70% { transform: rotate(-7deg); }
  84% { transform: rotate(5deg); }
}

@keyframes swing11 {
  0%, 100% { transform: rotate(0deg); }
  8% { transform: rotate(-7deg); }
  18% { transform: rotate(5deg); }
  28% { transform: rotate(-6deg); }
  38% { transform: rotate(4deg); }
  48% { transform: rotate(-5deg); }
  58% { transform: rotate(6deg); }
  68% { transform: rotate(-3deg); }
  78% { transform: rotate(4deg); }
  88% { transform: rotate(-2deg); }
}

@keyframes swing12 {
  0%, 100% { transform: rotate(0deg); }
  8% { transform: rotate(-6deg); }
  17% { transform: rotate(4deg); }
  26% { transform: rotate(-8deg); }
  35% { transform: rotate(5deg); }
  44% { transform: rotate(-4deg); }
  53% { transform: rotate(7deg); }
  62% { transform: rotate(-5deg); }
  71% { transform: rotate(6deg); }
  80% { transform: rotate(-3deg); }
  89% { transform: rotate(4deg); }
}

@keyframes swing13 {
  0%, 100% { transform: rotate(0deg); }
  12% { transform: rotate(7deg); }
  25% { transform: rotate(-5deg); }
  38% { transform: rotate(6deg); }
  51% { transform: rotate(-7deg); }
  64% { transform: rotate(4deg); }
  77% { transform: rotate(-6deg); }
  90% { transform: rotate(3deg); }
}

@keyframes swing14 {
  0%, 100% { transform: rotate(0deg); }
  10% { transform: rotate(-4deg); }
  21% { transform: rotate(8deg); }
  32% { transform: rotate(-6deg); }
  43% { transform: rotate(5deg); }
  54% { transform: rotate(-7deg); }
  65% { transform: rotate(4deg); }
  76% { transform: rotate(-5deg); }
  87% { transform: rotate(6deg); }
}

@keyframes swing15 {
  0%, 100% { transform: rotate(0deg); }
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-8deg); }
  45% { transform: rotate(6deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(7deg); }
  90% { transform: rotate(-5deg); }
}

@keyframes swing16 {
  0%, 100% { transform: rotate(0deg); }
  9% { transform: rotate(-7deg); }
  18% { transform: rotate(6deg); }
  27% { transform: rotate(-5deg); }
  36% { transform: rotate(8deg); }
  45% { transform: rotate(-6deg); }
  54% { transform: rotate(4deg); }
  63% { transform: rotate(-7deg); }
  72% { transform: rotate(5deg); }
  81% { transform: rotate(-4deg); }
  90% { transform: rotate(3deg); }
}

#identities.in-view .identity-item:nth-child(1) { animation: swing1 4s ease-in-out forwards; }
#identities.in-view .identity-item:nth-child(2) { animation: swing2 4.2s ease-in-out forwards; }
#identities.in-view .identity-item:nth-child(3) { animation: swing3 4.5s ease-in-out forwards; }
#identities.in-view .identity-item:nth-child(4) { animation: swing4 4.8s ease-in-out forwards; }
#identities.in-view .identity-item:nth-child(5) { animation: swing5 5.2s ease-in-out forwards; }
#identities.in-view .identity-item:nth-child(6) { animation: swing6 5.5s ease-in-out forwards; }
#identities.in-view .identity-item:nth-child(7) { animation: swing7 6s ease-in-out forwards; }
#identities.in-view .identity-item:nth-child(8) { animation: swing8 6.5s ease-in-out forwards; }
#identities.in-view .identity-item:nth-child(9) { animation: swing9 7s ease-in-out forwards; }
#identities.in-view .identity-item:nth-child(10) { animation: swing10 7.5s ease-in-out forwards; }
#identities.in-view .identity-item:nth-child(11) { animation: swing11 8s ease-in-out forwards; }
#identities.in-view .identity-item:nth-child(12) { animation: swing12 8.5s ease-in-out forwards; }
#identities.in-view .identity-item:nth-child(13) { animation: swing13 9s ease-in-out forwards; }
#identities.in-view .identity-item:nth-child(14) { animation: swing14 9.5s ease-in-out forwards; }
#identities.in-view .identity-item:nth-child(15) { animation: swing15 10s ease-in-out forwards; }
#identities.in-view .identity-item:nth-child(16) { animation: swing16 10.5s ease-in-out forwards;; }

.identity-item p {
	align-content: flex-start;
	align-items: flex-start;
	background-color: #fefefe;
	border-radius: 4px;
	display: flex;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
	height: min-content;
	justify-content: flex-start;
	padding: 8px 20px;
	position: relative;
	width: auto;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 2.4 !important;
}


/* OLD MODAL - NO LONGER IN USE
========================================= */

.modal {
    display: none;
    position: fixed;
    z-index: 50000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(221, 241, 236, 0.8);
    backdrop-filter: blur(10px);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 3%;
    width: 40%;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01);
}

.modal-content::after {
    position: absolute;
    content: "";
    top: 24px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    transform: scale(0.9) translateZ(0);
    filter: blur(15px);
    background: linear-gradient(to left, #FFBDB7, #FFC476, #99AAFF, #85D6CE, #BEEAB4);
    background-size: 200% 200%;
    animation: modalGlow 10s linear infinite;
}

@keyframes modalGlow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

.modal-content h1 {
    margin-bottom: 24px;
}

.modal-content .form-container {
    max-width: 100% !important;
    margin-top: 20px !important;
}

.modal-content .mail {
    margin-left: -9%;
    width: 118%;
    margin-top: 8%;
    max-height: 200px;
}

.close {
    color: var(--color-text);
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
}

.mastfoot {
    display: none !important;
}


/* OLD CTA - NO LONGER IN USE
========================================= */

.cAct {
    float: right;
    width: 100%;
    text-align: right;
}

.cBtn {
    background: #fff;
    border-radius: 4px;
    width: 46px;
    display: inline-block;
    text-align: center;
    height: 46px;
    rotate: -6deg;
    position: relative;
    transform-style: preserve-3d;
}

.cBtn::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    transform: scale(0.9) translateZ(-1px);
    filter: blur(10px);
    background: linear-gradient(to left, #FFBDB7, #FFC476, #99AAFF, #85D6CE, #BEEAB4);
    background-size: 200% 200%;
    animation: modalGlow 6s linear infinite;
    rotate: -6deg;
}


/* TOOLTIP STYLES
========================================= */

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: var(--color-base);
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 8px 12px;
    position: absolute;
    z-index: 50000000;
    bottom: -250%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip a {
    text-decoration: none !important;
    font-size: 20px;
    margin-top: 0px;
    position: relative;
    line-height: 16px;
}

.tooltip-img {
    width: 18px;
    height: 18px;
    margin-bottom: -2px;
    margin-left: -2px;
}

#tooltipNotting.tooltip-img {
    width: 12px !important;
    height: 12px !important;
    margin-bottom: 12px !important;
    margin-left: -14px !important;
}

.tooltiptext.notting {
    width: 300px !important;
    bottom: -300%;
    margin-left: -150px !important;
}

/* WAVE ANIMATION LETTERS (MY NAME)
========================================= */

.wave span {
    position: relative;
    animation: waveletters 2s linear infinite;
}

@keyframes waveletters {
    0% {
        top: 0;
    }
    30% {
        top: 3px;
    }
    70% {
        top: -3px;
    }
    100% {
        top: 0;
    }
}

.wave span:nth-child(9n + 1) {
    animation-delay: 0.3s;
}

.wave span:nth-child(9n + 2) {
    animation-delay: 0.6s;
}

.wave span:nth-child(9n + 3) {
    animation-delay: 0.9s;
}

.wave span:nth-child(9n + 4) {
    animation-delay: 1.2s;
}

.wave span:nth-child(9n + 5) {
    animation-delay: 1.5s;
}

.wave span:nth-child(9n + 6) {
    animation-delay: 1.8s;
}


/* FLOATING IMAGE OF ME
========================================= */

.hover-parent {
    position: relative;
    cursor: pointer;
}

#floating-image {
    display: none;
    position: fixed;
    width: 100px;
    height: 100px;
    z-index: 1000;
    border-radius: 50%;
    overflow: hidden;
    pointer-events: none;
}

#floating-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* =========================================
   MEDIA QUERIES
   ========================================= */

@media (min-width: 1840px) {
    .tooltiptext {
        bottom: -150% !important;
        min-width: 320px !important;
        max-width: 500px !important;
    }
    
    .tooltiptext.notting {
        bottom: -200% !important;
        min-width: 320px !important;
        max-width: 500px !important;
    }
}

@media (max-width: 1500px) {
    .logo-wrapper {
        width: 138px;
    }

    .landing-inside {
	padding: 20px 40px;
}

    .header {
        padding: 40px 40px;
    }

    h1 {
        font-size: 46px;
        line-height: 1.2em;
    }

    .bounce-list, h4, h5 {
        font-size: 30px;
        line-height: 46px;
    }

    p {
        font-size: 22px;
        line-height: 34px;
    }  
}

@media (max-width: 1293px) {

    .main-form div {
        width: 100% !important;
    }

    input#field_1, input#field_0 {
        border-radius: 12px !important;
    }

    [data-form="8c47a12a-1082-11ef-b3ec-5300cb0852e0"] .main-form .btn, [data-form="0869c0bc-136c-11ef-b802-016cf8c6cfe5"] .main-form .btn {
        flex-grow: 1 !important;
        border-radius: 12px !important;
    }
    .hide-form-mob {
     display: none;
    }
    .show-form-mob {
        display: block;
    }
    .emailoctopus-form .btn {
        max-width: 100% !important;
        border-radius: 12px !important;
    }

}

@media (max-width: 809px) {
    h1, h2 {
	font-size: 42px;
    }

    .landing-logo-wrapper {
        width: 114px;
    }

    .bounce-list, h4 {
	font-size: 24px;
	line-height: 40px;
    }

    p {
	font-size: 20px;
	line-height: 32px;
    }

    #intro path {
        scale: 3;
    }
    
    .landing-identity-text-desktop,
    .landing-identity-text-tablet {
        display: none;
    }
    
    .landing-identity-text-mobile {
        display: block;
    }

    .landing-inside {
	padding: 20px 40px;
    }
    .landing-header {
        padding: 12px 40px;
    }
    .intro-left {
	padding: 0 0 40px;
	width: 100%;
    }
    .intro-section {
	display: block;
	flex: none;
	width: 100%;
    }
    .intro-wrapper {
	display: block;
	flex: none;
	width: 100%;
    }
    .landing-all {
	display: block;
	flex: none;
	padding: 4rem 0px;
	width: 100%;
	float: left;
    }
    .landing-left-body {
	width: 100%;
    }
    .right-column {
	display: none;
    }
    .intro-left h2 {
	padding-top: 0rem;
    }
    .intro-right {
	width: 100%;
    }
    .header {
	padding: 20px 40px;
    }
}

@media (max-width: 582px) {
    :root {
        --svg-top: -12px;
    }

    .bounce-list, h4, h5 {
	font-size: 22px;
	line-height: 1.5em;
    }
    
    input#field_1,
    input#field_0 {
        border-right: none !important;
        border-radius: 12px !important;
    }
    
    .star {
        top: 0px !important;
    }
    
    .star path {
        scale: 2 !important;
    }

    h1, h2 {
	font-size: 34px;
	line-height: 1.4em;
    }
    
    p {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    #questions div {
        padding-right: 0 !important;
    }
    
    .tooltip .tooltiptext {
        width: 60vw;
        position: fixed;
        margin-left: 0 !important;
        transform: translate(-50%);
        white-space: wrap;
        left: 50%;
        bottom: 50%;
        z-index: 5000000000;
    }
    
    .tooltiptext.notting {
        width: 60vw;
        position: fixed;
        margin-left: 0 !important;
        transform: translate(-50%);
        white-space: wrap;
        left: 50%;
        bottom: 50%;
        z-index: 5000000000;
    }

    #signupbox {
	padding: 24px;
    box-shadow: 7px 7px var(--color-base);
    }

    .text-block {
	gap: 20px;
    }

    .landing-inside {
	padding: 20px 20px;
    }

    #identities {
	overflow: hidden;
	width: 100%;
    }

    #identities {
	gap: 20px;
    }

    .list-item {
	margin-bottom: 12px;
    }

    .bullshit {
	margin-top: 3rem;
    }

}

/* Mobile only extra small */
@media only screen and (max-width: 448px) {
    .star {
        top: -68px !important;
    }
}