html {
	scroll-behavior: smooth;

}

* {
    scroll-margin-top: 150px;
}

body {
    background: var(--c-brand-d);
    background-color: var(--c-brand-d);
    /* background: linear-gradient(125deg, var(--c-brand-c) 60%, var(--c-brand-b));
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed; */

}

#main {
    background-color: var(--c-brand-d);
    color: var(--c-brand-b);
}

#main h1 {
    font-size: 24px;
    color: var(--c-brand-b);
}

#main p {
    font-size: 15px;
    line-height: 24px;
}


/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--c-brand-d);
    -webkit-box-shadow: 0 0 0px 50px var(--c-brand-b) inset;
    caret-color: #ffffff !important;
}

header #headerLogo {
    cursor: default;
}

#main {
    max-width: 800px;
    margin: auto;
}

#main p {
    color: var(--c-brand-b);
    margin: 1.5em 0;
}

#main .explanationWarning {
    color: #DC3545;
    font-family: "Raleway-Bold";
    text-transform: uppercase;
}

#main .inputHolder input {
    color: var(--c-brand-d);
}

#warning {
    font-family: 'Raleway-Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: white;
    text-align: left;
}

.forgotten {
    cursor: pointer;
    font-family: 'Raleway-Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: var(--c-brand-a);
    text-align: left;
    margin-top: 1.3em;
}

.forgotten:hover {
    color: white;
}

#cookieAgreementHolder {
    position: fixed;
    width: 100%;
    bottom: 0;
    font-size: 13px;
    background-color: #040000;
    padding: 1.2em;
    z-index: 2000;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#cookieAgreementHolder.visible {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

#cookieAgreementHolder .cookiesControls {
    display: inline-block;
}

#cookieAgreementHolder .cookiesExplanation {
    display: inline-block;
    margin-right: 1em;
}

#cookieAgreementHolder .cookiesControls button {
    margin-right: 1em;
    color: var(--c-brand-a);
    padding-left: 0;
}

#signinButton:disabled {
    background-color: #FFFFFF;
    color: var(--c-brand-a);
    cursor: not-allowed;
}

#signinButton:hover {
    background-color: var(--c-brand-b);
    color: var(--c-brand-a);
}
#cookieAgreementHolder .cookiesControls button:hover {
    color: #FFFFFF;
}

.cookiesControls .actionControl svg path {
    fill: var(--c-brand-a);
}

.actionControl,
button.actionControl {}

#forgottenDetailsButton.loading {
    background-color: white !important;
    color: var(--c-brand-b) !important;
    pointer-events: none;
}

input[type="submit"]:focus {
    outline: 0;
    box-shadow: 0 0 0 1px white;
}

#main h2 span {

}

#main h2 img {
    width: 180px;
}

#main h2 * {
    white-space: nowrap;
    vertical-align: middle;
    text-transform: lowercase;
    font-size: 32px;
}

#main h1 {
    font-size: 24px;
    color: var(--c-brand-b);
}

#main h2 {
    font-size: 16px;
    margin-top: 1em;
    color: var(--c-brand-b);
    font-family: 'Raleway-Bold';
    line-height: 24px;
}

#main .inputHolder label , #forgottenDetailsForm .inputHolder label{
    color: var(--c-brand-d);
}

.navigationLink {
    background: var(--c-brand-a);
    width: auto;
    cursor: pointer;
    height: 40px;
    color: var(--c-brand-b);
    border: none;
    border-radius: 0;
    letter-spacing: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Raleway-Regular', 'Open Sans';
    font-size: 13px;
    padding-left: 1.7em;
    padding-right: 1.7em;
    display: inline-block;
    min-width: 135px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
    margin: 2em auto 0 auto;
}

.navigationLink:hover {
    background: var(--c-brand-b);
    color: var(--c-brand-a);
}

header {
    box-shadow: none;
    border-width: 0;
}

header .navHolder {
    background-color: var(--c-brand-a);
    color: var(--c-brand-b);
    text-align: center;
}

header .navMenu {
    position: relative;
    position: static;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: calc(1260px * 0.833);
}

header .navMenu li {
    position: static;
    cursor: pointer;
}
header .navMenu li:hover {
   color: var(--c-brand-a);
   background-color: var(--c-brand-b);
}

.navMenu li a {
    padding-left: 32px;
    padding-right: 32px;
    line-height: 42px;
    display: inline-block;
}

/* #headerLogo h1 {
    color: var(--c-brand-a);
} */

.section {
    margin: 2em 0 6em 0;
}

.section:first-child {
    padding-top: 3em;
}

.section ul {
    font-size: 15px;
    font-family: 'Raleway-Bold';
    list-style: inside;
}

.section li:not(:last-child) {
    margin-bottom: 1em;
}

.section li:last-child {
    margin-bottom: 2em;
}

.logoHolder {
    display: flex;
    gap: 10px;
    margin: 1em 0 0 0;
}

.logoHolderColumn {
    display: flex;
    flex-flow: column;
    width: 100%;
    font-family: 'Raleway-Bold';
    font-size: 20px;
    
}

.logoHolderColumn:first-child {
    width: auto;
    white-space: nowrap;
    margin: 1em 1em 1em 0;
    line-height: 4em;
}

.logoHolderColumn img {
    margin: 1em;
    height: 4em;
}

.logoHolderColumn a {
    cursor: pointer;
}

#whoWeAreSection p:last-child {
    margin-top: 0.2em;
    font-family: 'Raleway-Bold';
    font-size: 12px;
}

.signupLink {
    background: var(--c-brand-a);
    width: auto;
    cursor: pointer;
    height: 40px;
    color: var(--c-brand-b);
    border: 1px solid var(--c-brand-b);
    border-radius: 0;
    letter-spacing: 0.2em;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Raleway-Regular';
    font-size: 13px;
    padding-left: 1.7em;
    padding-right: 1.7em;
    display: inline-block;
    min-width: 135px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none;
}

.signupLink:hover {
    background: var(--c-brand-b);
    color: var(--c-brand-a);
}
.mainButton:hover {
    background: var(--c-brand-b) !important;
    color: var(--c-brand-a) !important;
}

.sectionElement.sectionActive {
    color: var(--c-brand-a);
    background-color: var(--c-brand-b);
}

.labelHeadingHolder {
    color: var(--c-brand-b);
    font-size: 15px;
    cursor: pointer;
}

.labelHeadingHolder:hover {
    text-decoration: underline;
    text-decoration-color: var(--c-brand-a);
}

.labelHeadingHolder:hover .labelHeadingChevron {
    background-image: url(../images/chevron-yellow.svg);
}

.labelHeadingChevron {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    width: 18px;
    background-size: 9px 15px;
    background-image: url(../images/chevron-black.svg);
    vertical-align: middle;
    transition: transform 0.5s;
    transform-origin: center;
    -webkit-transform-origin: center;
    -webkit-transition: transform 0.5s;
}

.labelHeadingText {
    vertical-align: middle;
}

.useCaseHolder input:checked + label .labelHeadingChevron {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.useCaseHolder .labelMainText {
    display: block;
    width: 100%;
    max-width: 600px;
}

.useCaseHolder .labelMainText {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out;
}

.useCaseHolder .labelMainText p {
    font-size: 13px !important;
    line-height: 18px !important;
    margin: 1em 0 !important;
    color: var(--c-brand-i) !important;
}

.useCaseHolder .labelMainText ul {
    font-size: 13px;
    font-family: inherit;
}

.useCaseHolder .labelMainText li:not(:last-child) { 
    margin-bottom: 0.5em;
}   

.useCaseHolder .labelMainText li:last-child {
    margin-bottom: 0;
}

.useCaseHolder input {
    display: none;
}

.useCaseHolder input:checked + label .labelMainText {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
}

.useCaseHolder {
    margin-bottom: 1em;
}

.useCasesWrapper {
    margin-bottom: 2em;
}
@media screen and (max-width:750px) {
    #main {
        margin: 0 1.2em;
    }


    #main {
        max-width: 100%;
        width: 100%;
        padding-top: 1.5em;
    }
}
