/* ############################################################################################################ */
/* ##  name: Custom CSS                                                                                      ## */
/* ############################################################################################################ */

body {
    font-family: Helvetica Neue,OpenSans,Arial,sans-serif;
    padding: 25px;
}

h1, h2, h3, h4 {
    color: #E60005;
}

h1 {
    margin-top: 0;
}

.btn {
    border-radius: 1.5rem;
    background: linear-gradient(to bottom right,#002d55,#2276d0);
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    gap: 1em;
    line-height: 1.2;
    padding: .5em 1em;
    text-align: start;
    text-decoration: none;
    transition-duration: .4s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    font-family: Helvetica Neue,OpenSans,Arial,sans-serif;
    font-size: 20px;
    margin-top: 20px;
}

.btn:hover {
    transform: scale(1.05);
}

header {
    display: none;
}

#region-nav {
    display: none;
}

.container {
    width: 100%;
}

footer {
    display: none;
}

html:has(body iframe) [data-block-id="db81330e767d6a7b5f0e747afc7e034f"] {
    display: none;
}

/** generated: 2025-08-03 16:18:25 **/