* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}
body {
    background-image: url(https://res.cloudinary.com/dfxi58zr2/image/upload/v1738596326/Screenshot_605_sgl4pm.png);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.parent .info  {
    padding: 1rem;
    padding-bottom: 0;
    text-align: center;
 }
.parent .info img {
    width: 12rem;
    background-color: #fff;
    padding: 0.3rem;
    border-radius: 15px;
 }
@font-face {
    font-display: block;
    font-family: Roboto;
    src: url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Roboto;
    font-weight: 600;
    src: url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Roboto;
    font-weight: 700;
    src: url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff")
}

#sib-container input:-ms-input-placeholder {
    text-align: left;
    font-family: Helvetica, sans-serif;
    color: #a6a6a6;
}

#sib-container input::placeholder {
    text-align: left;
    font-family: Helvetica, sans-serif;
    color: #a6a6a6;
}

#sib-container textarea::placeholder {
    text-align: left;
    font-family: Helvetica, sans-serif;
    color: #a6a6a6;
}

#sib-container a {
    text-decoration: underline;
    color: #2BB2FC;
}
.sib-form-block p strong{
    border-bottom: 2px dotted;
    padding-bottom: 8px;
}

footer {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    height: 12em;
    background-color: #31343a;
    padding: 1em;
    color: #fff;
    text-transform: capitalize;
    font-size: 1em;
    font-weight: 400;
    flex-wrap: wrap;
}

footer .social-icons a i {
    font-size: 1.2em;
    color: #fff;
    margin-right: 10px;
}

footer .social-icons a i:hover {
    color: #136cb2;
    transition: all 0.3s ease;
}

footer p a {
    color: #136cb2;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
    transition: all 0.5 ease;
}

footer p a:hover {
    color: #136cb2;
}

footer .links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 25px;
}

footer .links a {
    text-decoration: none;
    display: inline-block;
    margin: 3px;
    color: #a5a5a5;
    transition: all 0.2s ease;
}

footer .links a:hover {
    color: #136cb2;
}

.copyright p {
    margin: 0;
}