html {
    line-height: 1.15;
}
body {
    margin: 0;
}
* {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    -webkit-font-smoothing: antialiased;
}
p,li,ul,pre,div,h1,h2,h3,h4,h5,h6,figure,blockquote,figcaption {
    margin: 0;
    padding: 0;
}
button {
    background-color: transparent;
}
button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,select {
    text-transform: none;
}

.select2-container--default .select2-selection--single {
    width: 100% !important;
    font-size: 9pt;
    color: #6610f2;
    border-radius: 4px;
    height: 32px;
    border: 3px solid #ddd;
}

button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button;
    color: inherit;
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focus,[type="button"]:-moz-focus,[type="reset"]:-moz-focus,[type="submit"]:-moz-focus {
    outline: 1px dotted ButtonText;
}
a {
    color: inherit;
    text-decoration: inherit;
}
pre {
    white-space: normal;
}
input {
    padding: 2px 4px;
}
img {
    display: block;
}
details {
    display: block;
    margin: 0;
    padding: 0;
}
summary::-webkit-details-marker {
    display: none;
}
[data-thq="accordion"] [data-thq="accordion-content"] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    padding: 0;
}
[data-thq="accordion"] details[data-thq="accordion-trigger"][open] + [data-thq="accordion-content"] {
    max-height: 1000vh;
}
details[data-thq="accordion-trigger"][open] summary [data-thq="accordion-icon"] {
    transform: rotate(180deg);
}
html {
    scroll-behavior: smooth
}

#myForm_71 label, #myForm_71 input{
    font-size: 80%;
}

#demo_form label{
    font-size: 90%;
}

.dropbtn {
    border: none;
}



.dropdown-content {
    display: none;
    position: absolute;
    /*                background: linear-gradient(90deg, #0AA6B0 0%, #003e80 50%, #003e80 100%);*/
    background-color: #0aa6b0;
    border: 2px solid #a1a1a1;
    min-width: 200px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 145px;
    padding: 10px;
    border-radius: 4px;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.select2-selection__rendered {
    font-size: 11px !important;
}

.select2-results__option {
    font-size: 11px !important;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}


/* checkbox-rect2 */
.checkbox-rect2 input[type="checkbox"] {
    display: none;
}
.checkbox-rect2 input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px "Open Sans", Arial, sans-serif;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.checkbox-rect2 input[type="checkbox"]:hover + label:hover {
    color: rgb(23, 86, 228);
}
.checkbox-rect2 input[type="checkbox"]:hover + label:before {
    border: 1px solid #343a3f;
    box-shadow: 2px 1px 0 #343a3f;
}
.checkbox-rect2 input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}
.checkbox-rect2 input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #343a3f;
    border-radius: 0.2em;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s, background 0.2s ease-in-out;
    transition: all 0.2s, background 0.2s ease-in-out;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: -2px -1px 0 #343a3f;
    background: #f3f3f3;
}
.checkbox-rect2 input[type="checkbox"]:checked + label:before {
    border: 2px solid #fff;
    border-radius: 0.3em;
    background: #50565a;
    box-shadow: 2px 1px 0 #50565a;
}

html {
    font-family: Inter;
    font-size: 1rem;
}

body {
    font-weight: 400;
    font-style:normal;
    text-decoration: undefined;
    text-transform: undefined;
    letter-spacing: 0.01em;
    line-height: 1.6;
    color: var(--color-on-surface);
    background: var(--color-surface);

    fill: var(--color-on-surface);
}

.desktop-only {
    display: block;
}

.mobile-float-right {
    margin-left: 1%;
}

/* Mobile Viewport: 768px or less */
@media (max-width: 767px) {
    .desktop-only {
        display: none;
    }
    .mobile-float-right {
        margin-left: 115%;
    }
}
