@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;200;300;400;500;600;700&display=swap');
body {
    color: #000;
    font-family: 'Roboto Mono', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
html * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.container, 
.container-sm, 
.container-md, 
.container-lg, 
.container-xl, 
.container-xxl {
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}
h1, .h1 {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
}
h2, .h2 {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
}
h3, .h3 {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
h4, .h4 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
h5, .h5 {
    font-size: 18px;
    font-weight: 400;
}
h6, .h6 {
    font-size: 16px;
    font-weight: 400;
}

a {
    color: #000000;
    transition: all 0.3s;
}
a:hover {
    text-decoration: underline;
}
.text-decoration {
    text-decoration: underline;
}
.text-decoration:hover {
    text-decoration: none;
}
button, 
a.btn, 
.btn, 
.btn-primary {
    border-radius: 52px;
    border: 1px solid #000;
    background: transparent;
    background-color: initial; 
    text-shadow: none;
    box-shadow: none;
    display: inline-flex;
    padding: 7px 15.5px;
    color: #000;
    text-align: center;
    font-family: 'Roboto Mono', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.3s;
    -webkit-tap-highlight-color: transparent; /* Removes the gray overlay */
    outline: none; /* Removes focus outline */
    -webkit-user-select: none; /* Prevents text selection */
    -webkit-touch-callout: none; /* Prevents context menu on long taps */
    touch-action: manipulation;
}
button:focus, 
a.btn:focus, 
.btn:focus, 
.btn:active, 
button:hover, 
a.btn:hover, 
.btn:hover, 
.btn-primary:hover,
.btn-check:checked + .btn, 
:not(.btn-check) + .btn:active, 
.btn:first-child:active, 
.btn.active, 
.btn.show, 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active {
    background: #000;
    color: #ffffff;
    border-color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent; /* Removes the gray overlay */
    outline: none; /* Removes focus outline */
    -webkit-user-select: none; /* Prevents text selection */
    -webkit-touch-callout: none; /* Prevents context menu on long taps */
}
.btn-small {
    font-size: 14px;
    padding: 2.5px 7px;
}
.btn:disabled, 
.btn.disabled, 
fieldset:disabled .btn,
.btn-primary.disabled, 
.btn-primary[disabled] {
    border-color: #4D4D4D;
    background: transparent;
    color: #4D4D4D;
}
.hide{
    display: none;
}
input, 
select, 
select, 
optgroup, 
textarea,
.form-control {
    border: 1px solid #000;
    padding: 12.5px 8px;
    color: #000;
    font-family: 'Roboto Mono', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-radius: 0;
    outline: none;
}
textarea,
textarea.form-control {
    min-height: 144px;
    resize: none;
}
input[type="text"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus,
input[type="text"], 
input[type="number"], 
input[type="email"] {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-background-clip: text;
}
.form-control:focus {
    background: transparent;
    border-color: #000;
    box-shadow: none;
}
label.col-form-label {
    margin-bottom: 8px;
}
label.col-form-label, 
label {
    color: #000;
    font-family: 'Roboto Mono', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0;
}
.form-check .form-check-input {
    margin-top: 0.3rem;
}
.form-switch .form-check-input,
.form-check-input {
    padding: 0;
    width: 12px;
    height: 12px;
    border-color: #000000;
    cursor: pointer;
}
.form-check input[type="checkbox"] + label,
.form-check input[type="radio"] + label,
.form-check-input + label {
    cursor: pointer;
}
.form-check-input:focus {
    box-shadow: none;
    outline: none;
    border-color: #000000;
}
.form-switch .form-check-input {
    width: 15px;
    height: 15px;
    background: transparent;
}
.form-check input[type="radio"],
.form-check input[type="checkbox"],
.form-check .form-check-input {
    margin-left: -1.5em;
}
.form-check-input[type="checkbox"] {
    border-radius: 0;
}
.form-check input[type="radio"],
.form-check-input[type="radio"] {
    border: none;
    background-size: contain;
    --bs-form-check-bg-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"> <circle cx="6" cy="6" r="5.65625" stroke="black" stroke-width="0.6875"/> </svg>');
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    vertical-align: top;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.2s ease-in-out;
    padding: 0;
    width: 12px;
    height: 12px;
    margin-top: 0.3rem;
    cursor: pointer;
}
.form-check input[type="radio"]:checked,
.form-check-input:checked {
    background-color: transparent;
    border-color: #000000;
}
.form-check input[type="checkbox"]:checked {
    background-color: #000000;
    border-color: #000000;
}
input[type="checkbox"]:checked,
.form-switch .form-check-input:checked,
.form-check-input:checked[type="checkbox"] {
    /* --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); */
    background: #000000;
}
input[type="radio"]:checked,
.form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><circle cx="6" cy="6" r="5.65625" stroke="black" stroke-width="0.6875"/><circle cx="6" cy="6" r="4" fill="black"/></svg>');
}
div.required .col-form-label:before, 
div.required .form-label:before {
    display: none;
}
div.required .col-form-label:after, 
div.required .form-label:after {
    content: '*';
}

.select2-container--default .select2-selection--single {
    border: 1px solid #000;
    padding: 12.5px 45px 12.5px 8px;
    color: #000;
    font-family: 'Roboto Mono', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-radius: 0;
    height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    background-image: url(../../images/icon-select.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 43px;
}
.select2-container--default .select2-selection--single[aria-expanded="true"] .select2-selection__arrow {
    transform: rotate(180deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-search--dropdown .select2-search__field {
    outline: none;
    border-radius: 0;
}
.select2-container--default .select2-selection--single[aria-expanded="true"] {
    border-radius: 0;
    box-shadow: none;
    outline: none;
}
.select2-container--default .select2-selection--single[aria-expanded="true"] .select2-selection__arrow {
    transform: rotate(180deg);
}
.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: transparent;
    color: #000000;
    font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-radius: 0;
    padding: 0;
    color: #000;
}
.select2-results__option {
    padding: 12px 8px;
}
.select2-results__options {
    padding: 1px 0;
}
.select2-dropdown {
    border: 1px solid #000;
    border-radius: 0;
    min-width: 100px;
}

div[id="information-information"] div[id="content"] ul li::marker {
    content: "•";
    font-size: 18px;
    display: block;
    line-height: 0.9;
    letter-spacing: 7px;
}
div[id="information-information"] div[id="content"] ol li::marker {
    letter-spacing: -2px;
    word-spacing: -7px;
}
div[id="information-information"] div[id="content"] ol, 
div[id="information-information"] div[id="content"] ul {
    padding-left: 24px;
}
div[id="information-information"] div[id="content"] ol li, 
div[id="information-information"] div[id="content"] ul li {
    margin-bottom: 21px;
}

main {
    padding-top: calc(var(--header-height) + 58px);
}


@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
    h1, .h1 {
        font-size: 28px;
    }
    h2, .h2 {
        font-size: 28px;
    }
    h3, .h3 {
        font-size: 24px;
    }
    h4, .h4 {
        font-size: 18px;
    }
    h5, .h5 {
        font-size: 16px;
    }
    h6, .h6 {
        font-size: 14px;
    }
    main {
        padding-top: calc(var(--header-height) + 32px);
    }
}