body {
	font-family: 'Poppins', sans-serif;
	text-align: center;
    margin: 0;
    padding-bottom: 50px;
    color: #1f2225;
    background: url(../geometric-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

iframe {
    width: 72vw;
    height: 41vw;
    margin: 0 auto;
    box-shadow: 0 10px 42px 0 rgb(207 223 226 / 100%);
}


h1 {
    margin-bottom: 0;
    font-size: 60px;
}

h1 img {
    width: 58px;
    position: relative;
    top: 6px;
}

h1 + p {
    margin: -10px 0 35px;
    font-size: 24px;
}

#content-wrapper {
    display: flex;
    justify-content: center;
}

#ui-wrapper {
	position: relative;
    z-index: 1;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    box-sizing: border-box;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;    
}

form {
    width: 100%;
}

#ui-wrapper #mc_embed_signup {
    background: none;
    margin-top: 40px;
}

#ui-wrapper #mc_embed_signup label {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #1f2225;
    text-shadow: 0px 0px 15px white
}

#ui-wrapper #mc_embed_signup input.email {
    height: 50px;
    font-family: 'Poppins', sans-serif;
    background: white;
    border: 1px solid rgba(202, 214, 219, 0.4);
    border-radius: 0;
    font-size: 18px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 20px;
    box-sizing: border-box;
    box-shadow: 0 10px 42px 0 rgb(207 223 226 / 100%);
}

#ui-wrapper #mc_embed_signup .button {
    margin-left: -5px;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 18px;
    border: 1px solid gray;
    background: #0061fe;
    font-weight: bold;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(211, 211, 211, 0.5);
    font-family: 'Poppins';
    box-shadow: 0 10px 42px 0 rgb(207 223 226 / 100%);
    height: 50px;
}

@media (max-width: 768px) {
    #ui-wrapper #mc_embed_signup .button,
    #ui-wrapper #mc_embed_signup input.email {
        border-radius: 8px;
    }
}

img {
	bottom:  0;
    width: 100%;
	max-width: 1200px;
}

#privacy {
    width: 100%;
    margin-top:  60px;
    text-align: center;
}