body {
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    color: #000;
}

p, a.nav-link {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

main {
    border-top: 10px solid #d8e9ef;
}
h1, h2, h3, h4 {
    font-weight: bold;
    font-family: 'Palatino', sans-serif;
}

h1 {
    font-size: 4rem;
}
h2 {
    font-size: 3rem;
}
h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
}
h4 {
    font-size: 1.8rem;
}


header {
    height: 20vh;
    display: flex;
    align-items: center;
}

#logo img {
    max-height: 13vh;
    width: auto;
}

#top {
    height: 80vh;
    display: flex;
    align-items: center;
    border-bottom: 1.5rem solid #dae9ef;
    border-top: 1.5rem solid #dae9ef;
    position: relative;
}

#top img.right {
    right: 4rem;
    top: -1.5rem;
}

#top img.left {
    left: 4rem;
    bottom: -1.5rem;
}
#top img {
    position: absolute;
}

button.btn, input.btn {
    background: #7BC144;
    color: #FFF;
    font-weight: bold;
    padding: 1rem 3rem;
    font-size: 2.1rem;
}
.btn:hover {
    background: #549122;
    color: #FFF;
}

.lead {
    font-size: 2rem;
    font-family: 'Palatino', sans-serif;
}

strike {
	font-size: 0.7em;
	opacity: 0.6;
	font-style: inherit;
	text-decoration: line-through;
	color: #a4260094;
	font-weight: 400;
}

strike span {
	color: #000;
}
#basics {
    background: linear-gradient( 180deg, rgba(0, 173, 238, 0.11) 0%, rgba(255, 255, 255, 0.17438) 53.65%, rgba(123, 192, 70, 0.23) 100% );
}

#basics .cat .card{
    background: #FFF;
}

#basics h3 {
    padding-bottom: 1rem !important;
}

#basics .btn {
    margin-top: 3rem;
}
#basics a {
    color: #000;
    text-decoration: underline;
    font-weight: 400;
}

a.btn-a {
    text-decoration: none !important;
}

#basics p {
    font-weight: 300;
}

#basics .row.list.row-eq-height {
    text-align: left;
}

section#faq {
    background: rgba(203, 226, 235, 1);
    border-bottom: 1.5rem solid #dae9ef;
    border-top: 1.5rem solid #dae9ef;
}

button.accordion-button {
    font-size: 1.8rem;
}

#faq p {
    text-align: left;
    margin: 0.6rem 0;
    font-weight: 300;
}

#acc h4 {
	text-align: left;
	font-size: 1.7em;
}

#acc ul {
	text-align: left;
	font-size: 1.3rem;
	color: #555;
}

.accordion-item {
    border-radius: 2rem !important;
    overflow: hidden;
    margin-bottom: 1rem;
}

.accordion-button:not(.collapsed) {
    background: none;
}

a {
    color: #000;
    text-decoration: underline;
    font-weight: 400;
}

section#partner {
    border-bottom: 1.5rem solid #dae9ef;
}

footer {
    height: 36vh;
    background: #202527;
    color: #FFF;
    font-family: 'Palatino', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}


footer a {
    color: #CBE2EB !important;
    text-decoration: none !important;
    font-weight: 400;
}

footer a.nav-link {
    text-decoration: none !important;
    font-size: 1.2rem;
    margin-bottom: 0;
}

#cookies p.des {
    font-size: 1rem;
    font-weight: 300;
}

#cookies .modal-footer {
    display: flex;
    justify-content: space-between;
}

#cookies button.btn {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    background: #00adee;
    border-radius: 1.6rem;
}


#cookies h2 button {
    font-size: 1.4rem;
    line-height: 1.4;
}


#cookies .modal-content {
    background: #D8E9EF;
    padding: 1rem;
}

#cookies .accordion-body p {
    font-size: 1rem;
    font-weight: 300;
    margin: 0.5rem 0;
}

#cookies .accordion-button::after {
    display: none;
}

#cookies .accordion-button::before {
    display: block;
    content: "\f04b";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    margin-right: 1rem;
    transition: 0.5s;
    font-size: 1rem;
}

#cookies .accordion-button:not(.collapsed)::before {
    transform: rotate(90deg);
    transition: 0.5s;
}

#cookies h2.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#cookies .val {
    font-size: 1.1rem;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    margin-right: 2rem;
    position: absolute;
    right: 2rem;
    z-index: 9999;
}

#cookies .val i {
    font-size: 2rem;
}

#cookies .val .on i {
    color: green;
}