@font-face {
    font-family: 'Aeonik';
    src: url(/fonts/Aeonik-Black.woff2) format("woff2"),
        url(/fonts/Aeonik-Bold.woff2) format("woff2"),
        url(/fonts/Aeonik-Medium.woff2) format("woff2"),
        url(/fonts/Aeonik-Regular.woff2) format("woff2"), ;
}

#wrap {
    background-color: white;
    font-family: 'Aeonik';
    color: #232323;
    border-radius: 8px;
    max-width: 800px;
    width: 100%;
    font-size: 1em;
    margin-top:1.5em;
}


#wrap h1 {
    font-size: 1.4em;
    font-weight: 400;
    text-align: left;
    display:block;
    margin:0;
}

label {
    font-size: 0.9em;
    color: #232323;
}

label p {
    display: inline;
    color: red
}

.required {
    font-size: 0.8em;
    color: red;
    margin: 0 0 2em 0;
}
.double-col{display:flex; flex-direction: row;width:100%;gap: 1em;}
.double-col div{flex-grow: 1;}
input {
    font-size: 0.9em;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.4em;
    margin-bottom: 2em;
    margin-top: 0.5em;
    border: thin solid;
    border-radius: 4px;
    line-height: 1.5em;
}


select {

    /* styling */
    background-color: white;
    border: thin solid;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    font-size: 0.9em;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.4em;
    margin-bottom: 2em;
    margin-top: 0.5em;

    /* reset */

   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select,
select option {
    color: #232323;
}

select.minimal {
    background-image: url(https://msg4-82c40.web.app/img/arrow-down.svg);

    background-position:
        calc(100% - 10px) calc(1em - 7px);
    background-size:
        20px 20px;
    background-repeat: no-repeat;
}

select:invalid,
select option[value=""] {
    color: #999999;
    border-color: #232323;
}

[hidden] {
    display: none;
}




input[type="button"] {
    border: none;
    margin-top: 2em;
    width: auto;
    padding: 0.5em 1em 0.5em 1em;
    font-size: 1em;
    transition: 200ms ease-in-out;
    background-color: #232323;
    color: #dfdfdf;
    transition: all .3s ease-in-out
}

input[type="button"]:hover {
    background-color: black;
    color: white;
    transition: 200ms ease-in-out;
    cursor: pointer;

}



  button{margin-top:1.5em;border: none;
    margin-top: 2em;
    width: auto;
    padding: 0.5em 1em 0.5em 1em;
    font-size: 1em;
    transition: 200ms ease-in-out;
    background-color: #232323;
    color: #dfdfdf;
    transition: all .3s ease-in-out;border-radius: 4px;}
    button:hover{background-color: black;
        color: white;
        transition: 200ms ease-in-out;
        cursor: pointer;}
  .background{padding:2em;padding-bottom:3.5em;box-sizing: border-box;width:auto;background-color: #f8f8f8;border-radius: 8px;margin-top:0}


  .mod .block .js-cm-blockmanager__block .mod-block-embed{

    height:384px;
  }